.grid-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-x {
  display: flex;
  flex-flow: row wrap;
}
.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12,
.grid-x > .small-11,
.grid-x > .small-10,
.grid-x > .small-9,
.grid-x > .small-8,
.grid-x > .small-7,
.grid-x > .small-6,
.grid-x > .small-5,
.grid-x > .small-4,
.grid-x > .small-3,
.grid-x > .small-2,
.grid-x > .small-1 {
  flex: 0 0 auto;
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}
.grid-x > .small-2 {
  width: 16.6666666667%;
}
.grid-x > .small-3 {
  width: 25%;
}
.grid-x > .small-4 {
  width: 33.3333333333%;
}
.grid-x > .small-5 {
  width: 41.6666666667%;
}
.grid-x > .small-6 {
  width: 50%;
}
.grid-x > .small-7 {
  width: 58.3333333333%;
}
.grid-x > .small-8 {
  width: 66.6666666667%;
}
.grid-x > .small-9 {
  width: 75%;
}
.grid-x > .small-10 {
  width: 83.3333333333%;
}
.grid-x > .small-11 {
  width: 91.6666666667%;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12,
  .grid-x > .medium-11,
  .grid-x > .medium-10,
  .grid-x > .medium-9,
  .grid-x > .medium-8,
  .grid-x > .medium-7,
  .grid-x > .medium-6,
  .grid-x > .medium-5,
  .grid-x > .medium-4,
  .grid-x > .medium-3,
  .grid-x > .medium-2,
  .grid-x > .medium-1,
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12,
  .grid-x > .large-11,
  .grid-x > .large-10,
  .grid-x > .large-9,
  .grid-x > .large-8,
  .grid-x > .large-7,
  .grid-x > .large-6,
  .grid-x > .large-5,
  .grid-x > .large-4,
  .grid-x > .large-3,
  .grid-x > .large-2,
  .grid-x > .large-1,
  .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.show-for-dark-mode {
  display: none;
}
.hide-for-dark-mode {
  display: block;
}
@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}
.is-stuck .show-for-sticky {
  display: block;
}
.is-stuck .hide-for-sticky {
  display: none;
}
.align-left {
  justify-content: flex-start;
}
.align-right {
  justify-content: flex-end;
}
.align-center {
  justify-content: center;
}
.align-justify {
  justify-content: space-between;
}
.align-spaced {
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  justify-content: center;
}
.align-top {
  align-items: flex-start;
}
.align-self-top {
  align-self: flex-start;
}
.align-bottom {
  align-items: flex-end;
}
.align-self-bottom {
  align-self: flex-end;
}
.align-middle {
  align-items: center;
}
.align-self-middle {
  align-self: center;
}
.align-stretch {
  align-items: stretch;
}
.align-self-stretch {
  align-self: stretch;
}
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.small-order-1 {
  order: 1;
}
.small-order-2 {
  order: 2;
}
.small-order-3 {
  order: 3;
}
.small-order-4 {
  order: 4;
}
.small-order-5 {
  order: 5;
}
.small-order-6 {
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}
.flex-child-auto {
  flex: 1 1 auto;
}
.flex-child-grow {
  flex: 1 0 auto;
}
.flex-child-shrink {
  flex: 0 1 auto;
}
.flex-dir-row {
  flex-direction: row;
}
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.flex-dir-column {
  flex-direction: column;
}
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.shadow--default {
  box-shadow: none;
}
.shadow--low {
  box-shadow: 0rem 0.0625rem 0.75rem 0rem rgba(35, 35, 35, 0.1);
}
.shadow--medium {
  box-shadow: 0rem 0.125rem 0.75rem 0rem rgba(35, 35, 35, 0.12);
}
.shadow--high {
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(35, 35, 35, 0.16);
}
.border--default {
  border: 0.0625rem solid #efefef;
}
.border--thin {
  border: 0.0625rem solid #efefef;
}
.border--medium {
  border: 0.125rem solid #efefef;
}
.border--bold {
  border: 0.25rem solid #efefef;
}
.border--top-solid {
  border-top: 0.25rem solid #459aa9;
}
.border--right-solid {
  border-right: 0.25rem solid #459aa9;
}
.border--bottom-solid {
  border-bottom: 0.25rem solid #459aa9;
}
.border--left-solid {
  border-left: 0.25rem solid #459aa9;
}
.author-archive-bio .simple-image-container {
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  .author-archive-bio .simple-image-container .avatar-photo,
  .author-archive-bio .simple-image-container .avatar-photo-custom {
    max-width: 9.375rem;
  }
}
.hero-search-box .search-box {
  width: 100%;
  justify-content: center;
  border: none;
}
.hero-search-box .search-box__icon {
  display: none;
}
.hero-search-box .search-box__field {
  height: 2.5rem;
  background-color: #efefef;
  color: #897c79;
  font-size: 0.875rem;
  padding: 0 1rem;
  border: none;
  border-radius: 0.4375rem 0 0 0.4375rem;
}
.hero-search-box .search-box__submit[type="submit"] {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
  font-weight: 700;
  height: 2.5rem;
  border-radius: 0 0.4375rem 0.4375rem 0;
  padding: 0 1rem;
  border: none;
}
@media print, screen and (min-width: 40em) {
  .hero-search-box .search-box__submit[type="submit"] {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-search-box .search-box__submit[type="submit"] {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-search-box .search-box__submit[type="submit"] {
    margin-bottom: 1.25rem;
  }
}
.provider-card {
  position: relative;
}
.provider-card--ad,
.provider-card--promote {
  border-left: 0.25rem solid #796b67;
}
.provider-card--highlight {
  border-left: 0.25rem solid #60514e;
}
.provider-card--default {
  border-left: 0.25rem solid #d1d1d1;
}
.provider-card .type-selector {
  display: flex;
  align-items: self-start;
}
.provider-card .clwp-tooltip {
  cursor: default;
}
.provider-card .clwp-tooltip--with-icon {
  vertical-align: sub;
}
.provider-card--provider-name {
  color: #524a49 !important;
}
@media print, screen and (min-width: 64em) {
  .provider-card--list-item {
    height: 100%;
  }
  .provider-card--form {
    margin-left: 0.25rem;
  }
  .provider-card--divider {
    border-left: 0.0625rem solid #eef1f1;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .provider-card--divider {
    height: 100%;
  }
}
.provider-card--optionsmobile {
  justify-content: flex-start;
  display: flex;
}
.provider-card--icons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 8px;
}
.provider-card--container {
  z-index: 1;
  position: relative;
}
.provider-card--seemore {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #efefef;
  z-index: 0;
  position: relative;
}
.provider-card--seemore:hover {
  background-color: #d1d1d1;
  border-radius: 0 0 0.25rem 0.25rem;
}
.provider-card--seemore:hover .provider-card--see-more-button,
.provider-card--seemore:hover .provider-card--plan-bundle-count {
  text-decoration: underline;
}
.provider-card--margin-left {
  margin-left: 1.25rem;
}
.provider-card--margin-right {
  margin-right: 1.25rem;
}
.provider-card--bundle-border {
  border-radius: 0 0 0.25rem 0.25rem;
  border: 0.0625rem solid #d1d1d1;
}
@media print, screen and (min-width: 64em) {
  .provider-card--icon {
    height: 20px !important;
  }
}
.provider-card--location {
  color: #ae4332;
}
.provider-card--location:hover {
  color: #9c3c2c;
  cursor: pointer;
}
.provider-card--location-header {
  color: #524a49;
}
.provider-card--bundles-plans,
.provider-card--item .show {
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  background-color: #efefef;
}
.provider-card--plan-label {
  display: inline-block;
  background: #d1d1d1;
}
.provider-card--horizontal-divider {
  border-bottom: 0.0625rem solid #d1d1d1;
}
.provider-card--button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media print, screen and (min-width: 64em) {
  .provider-card--button {
    height: 100%;
  }
}
.provider-card--button a.clwp-button--primary {
  width: 100%;
}
.provider-card--see-more-button {
  color: #ae4332 !important;
  cursor: pointer;
}
.provider-card--speed {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .provider-card--speed {
    height: 100%;
  }
}
.provider-card--pricing {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .provider-card--pricing {
    height: 100%;
  }
}
.provider-card--reliabilityText {
  color: #897c79 !important;
}
.provider-card--speedText {
  color: #524a49 !important;
}
.provider-card--options-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.provider-card--options-container .provider-card--options {
  display: flex;
}
@media print, screen and (max-width: 63.99875em) {
  .provider-card--options-container .provider-card--options {
    display: none;
  }
}
.provider-card--logo {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .provider-card--logo {
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .provider-card--mobile-only-divider-bottom {
    border-bottom: 0.125rem solid #d1d1d1;
  }
  .provider-card--mobile-only-divider-top {
    border-top: 0.125rem solid #d1d1d1;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .provider-card--tab {
    margin-bottom: 0 !important;
  }
  .provider-card--managedlogo {
    max-width: 9.375rem;
    align-self: center;
  }
}
.provider-card--tab {
  display: flex;
  color: #6e6361;
}
.provider-card--tab:not(.hide-for-large) {
  border-bottom: 0.1875rem solid #d1d1d1;
}
@media print, screen and (min-width: 64em) {
  .provider-card--tab:hover {
    border-bottom: 0.1875rem solid #524a49;
    color: #524a49;
    cursor: pointer;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .provider-card--tab {
    flex-direction: column;
  }
  .provider-card--tab #filterDropdown {
    width: 12rem;
  }
}
.provider-card--tab button {
  cursor: inherit;
  background-color: #fff;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  padding: 0;
}
.provider-card--tab.active {
  border-bottom: 0.1875rem solid #524a49;
  color: #524a49;
}
.provider-card--information {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-wrap: balance;
}
@media print, screen and (max-width: 63.99875em) {
  .provider-card--information {
    text-align: center;
  }
}
.provider-card--techType {
  text-transform: capitalize;
  text-wrap: balance;
}
.provider-card--thumbicon {
  vertical-align: middle;
}
.provider-card--content {
  display: flex;
  align-items: center;
}
.provider-card--display {
  display: flex;
}
.provider-card--no-underline a {
  text-decoration: none !important;
}
.provider-card--no-underline a:hover {
  cursor: pointer;
}
.provider-card--no-background {
  background-color: #fff;
}
.provider-card--selector {
  color: #796b67 !important;
  text-align: center;
  background: #a69d9a;
  border-radius: 0;
  align-self: center;
}
.provider-card--sort-by {
  display: flex;
}
@media print, screen and (max-width: 39.99875em) {
  .provider-card--sort-by {
    flex-direction: column;
  }
}
.provider-card--label-highlight {
  color: #60514e !important;
}
.provider-card--label-ad,
.provider-card--label-promote {
  color: #796b67 !important;
}
.provider-card--header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (max-width: 39.99875em) {
  .provider-card--header {
    justify-content: left;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .provider-card--sort-by #sortDropdown {
    width: 10rem;
  }
}
.elementor-location-header {
  background-color: #fff;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 64.1875em) {
  .elementor-location-header .elementor-inner {
    width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .elementor-location-header .clwp-row.has-background {
    margin-left: 0;
    width: 100%;
  }
}
.elementor-location-header a.clwp-nav__nav-parent {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
  font-weight: 400;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header a.clwp-nav__nav-parent {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header a.clwp-nav__nav-parent {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header a.clwp-nav__nav-parent {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header a.clwp-nav__nav-parent {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header a.clwp-nav__nav-parent {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.elementor-location-header a.clwp-nav__nav-parent:hover {
  text-decoration: none;
}
.elementor-location-header a.clwp-nav__nav-parent:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #ae4332;
  transition: height 0.3s;
}
.elementor-location-header a.clwp-nav__nav-parent.is-active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.elementor-location-header a.clwp-nav__nav-parent.is-active:after {
  height: 0.3125rem;
}
.elementor-location-header .text-content p {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .text-content p {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .text-content p {
    margin-bottom: 1rem;
  }
}
.elementor-location-header .text-content a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .text-content a {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .text-content a {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .text-content a {
    margin-bottom: 1.25rem;
  }
}
.elementor-location-header .text-content a:visited {
  color: inherit;
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .header-wrap {
    padding: 0 1.875rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .elementor-location-header .header-disc {
    margin-bottom: 0 !important;
  }
}
.elementor-location-header .header-wrap > .grid-x > .cell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .elementor-location-header .header-wrap > .grid-x > .cell {
    flex-wrap: wrap;
  }
}
.elementor-location-header .header-wrap > .grid-x > .cell > .elementor-element {
  margin-bottom: 0 !important;
}
@media print, screen and (max-width: 63.99875em) {
  .elementor-location-header .menu,
  .elementor-location-header .logo {
    width: 100%;
  }
}
@media screen and (max-width: 64.1875em) {
  .elementor-location-header .logo {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
@media screen and (max-width: 64.1875em) and (min-width: 40em) {
  .elementor-location-header .logo {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media screen and (max-width: 64.1875em) and (min-width: 64em) {
  .elementor-location-header .logo {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.elementor-location-header .logo .logo__image {
  display: inline-flex;
}
.elementor-location-header .logo .logo__image img {
  width: 100%;
  height: 100%;
  max-width: 225px;
}
@media print, screen and (max-width: 39.99875em) {
  .elementor-location-header .logo .logo__image img {
    max-width: 175px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .elementor-location-header .clwp-nav-mobile-button {
    display: inline-flex;
  }
}
.elementor-location-header .search-box {
  display: none;
}
.elementor-location-header .search-box .search-box__field {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .search-box {
    display: inline-flex;
  }
  .elementor-location-header .search-box .search-box__field {
    max-width: 105px;
  }
}
@media screen and (min-width: 87.5em) {
  .elementor-location-header .search-box .search-box__field {
    max-width: 100%;
  }
}
.elementor-location-header .mobile-menu-active .logo {
  order: 1;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .logo {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .mobile-menu-active .logo {
    margin-bottom: 1.25rem;
  }
}
.elementor-location-header .mobile-menu-active .simple-button {
  display: block;
  order: 4;
  width: 100%;
}
.elementor-location-header .mobile-menu-active .simple-button .clwp-button {
  width: 100%;
  border-radius: 0;
  padding: 1rem 1rem 1rem 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .simple-button .clwp-button {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .mobile-menu-active .simple-button .clwp-button {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .simple-button .clwp-button {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .simple-button .clwp-button {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .mobile-menu-active .simple-button .clwp-button {
    margin-bottom: 1.25rem;
  }
}
.elementor-location-header .mobile-menu-active .search-box {
  display: flex;
  width: 100%;
  order: 2;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .search-box {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .mobile-menu-active .search-box {
    margin-bottom: 1.25rem;
  }
}
.elementor-location-header .mobile-menu-active .search-box__form {
  order: 1;
}
.elementor-location-header .mobile-menu-active .search-box__submit {
  order: 2;
}
.elementor-location-header .mobile-menu-active .search-box__form,
.elementor-location-header .mobile-menu-active .search-box__field {
  width: 100%;
}
.elementor-location-header .mobile-menu-active .search-box__field {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 0;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .search-box__field {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .search-box__field {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .mobile-menu-active .search-box__field {
    margin-bottom: 0;
  }
}
.elementor-location-header .mobile-menu-active .menu {
  order: 3;
  flex: auto;
}
.elementor-location-header
  .mobile-menu-active
  .menu
  .clwp-nav__nav-contents-buffer {
  display: block;
}
.elementor-location-header .mobile-menu-active .menu a.clwp-nav__nav-parent {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 1rem;
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .menu a.clwp-nav__nav-parent {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .menu a.clwp-nav__nav-parent {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .mobile-menu-active .menu a.clwp-nav__nav-parent {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .menu a.clwp-nav__nav-parent {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .mobile-menu-active .menu a.clwp-nav__nav-parent {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
.elementor-location-header .mobile-menu-active .menu .text-content a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .menu .text-content a {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .mobile-menu-active .menu .text-content a {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .mobile-menu-active .menu .text-content a {
    margin-bottom: 1.25rem;
  }
}
.elementor-location-header
  .mobile-menu-active
  .menu
  .simple-button
  .clwp-button {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header
    .mobile-menu-active
    .menu
    .simple-button
    .clwp-button {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header
    .mobile-menu-active
    .menu
    .simple-button
    .clwp-button {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.elementor-location-header .search-box {
  display: none;
}
.elementor-location-header .search-box__field {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
  margin-bottom: 0;
  border: none;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .search-box__field {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .search-box__field {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .search-box__field {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .search-box__field {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .search-box__field {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .search-box {
    display: flex;
    margin-left: 0.25rem;
  }
}
.elementor-location-header .simple-button {
  display: none;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .simple-button {
    display: inline-block;
    margin-right: 0.5rem;
  }
}
.elementor-location-header .menu {
  flex: 1;
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .menu {
    margin-right: 0.5rem;
  }
}
.elementor-location-header .menu .clwp-nav {
  justify-content: flex-end;
}
.elementor-location-header .menu .clwp-nav .search-box {
  display: flex;
  width: 100%;
  border-bottom: 0.125rem solid #444;
}
.elementor-location-header .menu .clwp-nav .search-box input[type="search"] {
  width: 100%;
}
.elementor-location-header .menu .clwp-nav .simple-button {
  display: flex;
}
.elementor-location-header .menu .clwp-nav .simple-button .clwp-button {
  border-radius: 0;
}
.elementor-location-header .menu .clwp-nav .text-content a:hover {
  color: #9c3c2c;
}
.row-padding--small {
  padding: 1rem 0 1rem 0;
}
@media print, screen and (min-width: 40em) {
  .row-padding--small {
    padding: 1.25rem 0 1.25rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding--small {
    padding: 1.25rem 0 1.25rem 0;
  }
}
.row-padding-top-bottom--small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .row-padding-top-bottom--small {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding-top-bottom--small {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.row-padding-left-right--small {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .row-padding-left-right--small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding-left-right--small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.row-padding--medium {
  padding: 1.25rem 0 1.25rem 0;
}
@media print, screen and (min-width: 40em) {
  .row-padding--medium {
    padding: 2rem 0 2rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding--medium {
    padding: 2rem 0 2rem 0;
  }
}
.row-padding-top-bottom--medium {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .row-padding-top-bottom--medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding-top-bottom--medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.row-padding-left-right--medium {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .row-padding-left-right--medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding-left-right--medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.row-padding--large {
  padding: 2.25rem 0 2.25rem 0;
}
@media print, screen and (min-width: 40em) {
  .row-padding--large {
    padding: 3.25rem 0 3.25rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding--large {
    padding: 3.25rem 0 3.25rem 0;
  }
}
.row-padding-top-bottom--large {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media print, screen and (min-width: 40em) {
  .row-padding-top-bottom--large {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding-top-bottom--large {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}
.row-padding-left-right--large {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media print, screen and (min-width: 40em) {
  .row-padding-left-right--large {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding-left-right--large {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}
.row-padding--xlarge {
  padding: 3.25rem 0 3.25rem 0;
}
@media print, screen and (min-width: 40em) {
  .row-padding--xlarge {
    padding: 3.5rem 0 3.5rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding--xlarge {
    padding: 6rem 0 6rem 0;
  }
}
.row-padding-top-bottom--xlarge {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
@media print, screen and (min-width: 40em) {
  .row-padding-top-bottom--xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding-top-bottom--xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.row-padding-left-right--xlarge {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
@media print, screen and (min-width: 40em) {
  .row-padding-left-right--xlarge {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row-padding-left-right--xlarge {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.component-padding--small {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .component-padding--small {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .component-padding--small {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.column-padding--small {
  padding: 1rem 1rem 1rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .column-padding--small {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column-padding--small {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.column-padding-top-bottom--small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .column-padding-top-bottom--small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column-padding-top-bottom--small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.column-padding-left-right--small {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .column-padding-left-right--small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column-padding-left-right--small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.component-padding--medium {
  padding: 1rem 1rem 1rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .component-padding--medium {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .component-padding--medium {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
.column-padding--medium {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .column-padding--medium {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column-padding--medium {
    padding: 2rem 2rem 2rem 2rem;
  }
}
.column-padding-top-bottom--medium {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .column-padding-top-bottom--medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column-padding-top-bottom--medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.column-padding-left-right--medium {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .column-padding-left-right--medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column-padding-left-right--medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.component-padding--large {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .component-padding--large {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .component-padding--large {
    padding: 2rem 2rem 2rem 2rem;
  }
}
.column-padding--large {
  padding: 2rem 2rem 2rem 2rem;
}
@media print, screen and (min-width: 40em) {
  .column-padding--large {
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column-padding--large {
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.column-padding-top-bottom--large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .column-padding-top-bottom--large {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column-padding-top-bottom--large {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.column-padding-left-right--large {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media print, screen and (min-width: 40em) {
  .column-padding-left-right--large {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column-padding-left-right--large {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.elementor-inner .row-margin--xsmall {
  margin-bottom: 1rem !important;
}
@media print, screen and (min-width: 40em) {
  .elementor-inner .row-margin--xsmall {
    margin-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-inner .row-margin--xsmall {
    margin-bottom: 1rem !important;
  }
}
.elementor-inner .row-margin--none {
  margin-bottom: 0 !important;
}
.row-margin--none {
  margin-bottom: 0 !important;
}
.row-margin--xsmall {
  margin-bottom: 1rem !important;
}
@media print, screen and (min-width: 40em) {
  .row-margin--xsmall {
    margin-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .row-margin--xsmall {
    margin-bottom: 1rem !important;
  }
}
.column-margin--xsmall {
  margin-bottom: 1rem !important;
}
@media print, screen and (min-width: 40em) {
  .column-margin--xsmall {
    margin-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .column-margin--xsmall {
    margin-bottom: 1rem !important;
  }
}
.component-margin--xsmall {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .component-margin--xsmall {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .component-margin--xsmall {
    margin-bottom: 1rem;
  }
}
.clwp-row.row-margin--none {
  margin-bottom: 0 !important;
}
.column-margin--none {
  margin-bottom: 0 !important;
}
.elementor-inner .row-margin--small {
  margin-bottom: 1.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .elementor-inner .row-margin--small {
    margin-bottom: 1.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-inner .row-margin--small {
    margin-bottom: 1.5rem !important;
  }
}
.elementor-inner .row-margin--none {
  margin-bottom: 0 !important;
}
.row-margin--none {
  margin-bottom: 0 !important;
}
.row-margin--small {
  margin-bottom: 1.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .row-margin--small {
    margin-bottom: 1.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .row-margin--small {
    margin-bottom: 1.5rem !important;
  }
}
.column-margin--small {
  margin-bottom: 1.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .column-margin--small {
    margin-bottom: 1.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .column-margin--small {
    margin-bottom: 1.5rem !important;
  }
}
.component-margin--small {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .component-margin--small {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .component-margin--small {
    margin-bottom: 1.5rem;
  }
}
.clwp-row.row-margin--none {
  margin-bottom: 0 !important;
}
.column-margin--none {
  margin-bottom: 0 !important;
}
.elementor-inner .row-margin--medium {
  margin-bottom: 2rem !important;
}
@media print, screen and (min-width: 40em) {
  .elementor-inner .row-margin--medium {
    margin-bottom: 2rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-inner .row-margin--medium {
    margin-bottom: 2rem !important;
  }
}
.elementor-inner .row-margin--none {
  margin-bottom: 0 !important;
}
.row-margin--none {
  margin-bottom: 0 !important;
}
.row-margin--medium {
  margin-bottom: 2rem !important;
}
@media print, screen and (min-width: 40em) {
  .row-margin--medium {
    margin-bottom: 2rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .row-margin--medium {
    margin-bottom: 2rem !important;
  }
}
.column-margin--medium {
  margin-bottom: 2rem !important;
}
@media print, screen and (min-width: 40em) {
  .column-margin--medium {
    margin-bottom: 2rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .column-margin--medium {
    margin-bottom: 2rem !important;
  }
}
.component-margin--medium {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .component-margin--medium {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .component-margin--medium {
    margin-bottom: 2rem;
  }
}
.clwp-row.row-margin--none {
  margin-bottom: 0 !important;
}
.column-margin--none {
  margin-bottom: 0 !important;
}
.elementor-inner .row-margin--large {
  margin-bottom: 2.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .elementor-inner .row-margin--large {
    margin-bottom: 2.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-inner .row-margin--large {
    margin-bottom: 2.5rem !important;
  }
}
.elementor-inner .row-margin--none {
  margin-bottom: 0 !important;
}
.row-margin--none {
  margin-bottom: 0 !important;
}
.row-margin--large {
  margin-bottom: 2.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .row-margin--large {
    margin-bottom: 2.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .row-margin--large {
    margin-bottom: 2.5rem !important;
  }
}
.column-margin--large {
  margin-bottom: 2.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .column-margin--large {
    margin-bottom: 2.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .column-margin--large {
    margin-bottom: 2.5rem !important;
  }
}
.component-margin--large {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .component-margin--large {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .component-margin--large {
    margin-bottom: 3rem;
  }
}
.clwp-row.row-margin--none {
  margin-bottom: 0 !important;
}
.column-margin--none {
  margin-bottom: 0 !important;
}
.elementor-inner .row-margin--xlarge {
  margin-bottom: 3rem !important;
}
@media print, screen and (min-width: 40em) {
  .elementor-inner .row-margin--xlarge {
    margin-bottom: 3rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-inner .row-margin--xlarge {
    margin-bottom: 3rem !important;
  }
}
.elementor-inner .row-margin--none {
  margin-bottom: 0 !important;
}
.row-margin--none {
  margin-bottom: 0 !important;
}
.row-margin--xlarge {
  margin-bottom: 3rem !important;
}
@media print, screen and (min-width: 40em) {
  .row-margin--xlarge {
    margin-bottom: 3rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .row-margin--xlarge {
    margin-bottom: 3rem !important;
  }
}
.column-margin--xlarge {
  margin-bottom: 3rem !important;
}
@media print, screen and (min-width: 40em) {
  .column-margin--xlarge {
    margin-bottom: 3rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .column-margin--xlarge {
    margin-bottom: 3rem !important;
  }
}
.component-margin--xlarge {
  margin-bottom: 2.25rem;
}
@media print, screen and (min-width: 40em) {
  .component-margin--xlarge {
    margin-bottom: 3.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .component-margin--xlarge {
    margin-bottom: 3.25rem;
  }
}
.clwp-row.row-margin--none {
  margin-bottom: 0 !important;
}
.column-margin--none {
  margin-bottom: 0 !important;
}
.grid-container {
  box-sizing: border-box;
  max-width: 48rem;
}
.grid-container--default {
  box-sizing: border-box;
  max-width: 48rem;
}
.grid-container--full-width {
  box-sizing: border-box;
  max-width: 71.25rem;
}
@media print, screen and (min-width: 64em) {
  .grid-container--full-width {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.grid-container--window-width {
  box-sizing: border-box;
  width: 100%;
  max-width: 250rem;
}
@media print, screen and (max-width: 63.99875em) {
  .grid-container .grid-container--full-width {
    padding: 0 0.75rem 0 0.75rem;
  }
}
@media print, screen and (max-width: 63.99875em) and (min-width: 40em) {
  .grid-container .grid-container--full-width {
    padding: 0 0.75rem 0 0.75rem;
  }
}
@media print, screen and (max-width: 63.99875em) and (min-width: 64em) {
  .grid-container .grid-container--full-width {
    padding: 0 0.75rem 0 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container--pull-left {
    min-width: calc(48rem + 7.5rem);
    left: -3.5rem;
    position: relative;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container--pull-right {
    min-width: calc(48rem + 7.5rem);
    right: -3.5rem;
    position: relative;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container .grid-container--pull-left {
    min-width: calc(48rem + 7.5rem);
    left: calc(-7.5rem + 1rem);
    position: relative;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container .grid-container--pull-right {
    min-width: calc(48rem + 7.5rem);
    right: 0;
    position: relative;
  }
}
.clwp-row {
  max-width: 250rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-row {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-row {
    margin-bottom: 3rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .clwp-row.has-background {
    margin-left: -1rem;
    width: calc(100% + 1rem * 2);
  }
}
.clwp-row.has-background > .grid-container--window-width {
  padding-left: 1rem;
  padding-right: 1rem;
}
.clwp-row .clwp-row-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.clwp-row .clwp-row-background--repeat {
  background-repeat: repeat;
}
@media print, screen and (max-width: 63.99875em) {
  .clwp-row .clwp-row-background.has-background {
    margin-left: -1rem;
    width: calc(100% + 1rem * 2);
  }
}
.clwp-row .grid-container {
  position: relative;
  z-index: 1;
}
.clwp-row.clwp-background-overhang .clwp-row-background {
  z-index: -1;
}
.clwp-row.clwp-background-overhang .clwp-row-background::after {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: 101%;
  height: calc(35% - 50px);
  z-index: 1;
  background-color: #fff;
}
@media print, screen and (min-width: 64em) {
  .clwp-row.clwp-background-overhang .clwp-row-background::after {
    height: calc(45% - 50px);
  }
}
.clwp-background-css--default {
  background-color: #444;
}
.elementor-container.has-background {
  max-width: 100%;
  padding: 1.25rem 0;
}
.elementor-container.has-background .elementor-row {
  max-width: 48rem;
  margin: 0 auto;
}
.clwp-container
  :last-child:not(.grid-container):not(.clwp-row):not(.clwp-heading) {
  margin-bottom: 0 !important;
}
.elementor-inner,
.grid-container {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .elementor-inner,
  .grid-container {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-inner,
  .grid-container {
    margin-bottom: 3rem;
  }
}
.elementor-inner:last-child,
.grid-container:last-child {
  margin-bottom: 0 !important;
}
.elementor-inner
  .elementor-section-wrap
  > .clwp-row
  > .grid-container
  .grid-container:last-child,
.grid-container
  .elementor-section-wrap
  > .clwp-row
  > .grid-container
  .grid-container:last-child {
  margin-bottom: 0 !important;
}
.elementor-inner .elementor-section-wrap > .grid-container:last-child,
.elementor-inner .elementor-section-wrap > .clwp-row:last-child,
.grid-container .elementor-section-wrap > .grid-container:last-child,
.grid-container .elementor-section-wrap > .clwp-row:last-child {
  margin-bottom: 0 !important;
}
.small-1 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-1 {
    margin-bottom: 0;
  }
}
.small-2 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-2 {
    margin-bottom: 0;
  }
}
.small-3 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-3 {
    margin-bottom: 0;
  }
}
.small-4 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-4 {
    margin-bottom: 0;
  }
}
.small-5 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-5 {
    margin-bottom: 0;
  }
}
.small-6 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-6 {
    margin-bottom: 0;
  }
}
.small-7 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-7 {
    margin-bottom: 0;
  }
}
.small-8 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-8 {
    margin-bottom: 0;
  }
}
.small-9 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-9 {
    margin-bottom: 0;
  }
}
.small-10 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-10 {
    margin-bottom: 0;
  }
}
.small-11 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-11 {
    margin-bottom: 0;
  }
}
.small-12 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .small-12 {
    margin-bottom: 0;
  }
}
.flow-grid {
  display: grid;
  grid-auto-flow: row;
}
.flow-grid--small-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 40em) {
  .flow-grid--medium-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .flow-grid--large-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flow-grid--small-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 40em) {
  .flow-grid--medium-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .flow-grid--large-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.flow-grid--small-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media print, screen and (min-width: 40em) {
  .flow-grid--medium-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .flow-grid--large-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.flow-grid--small-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media print, screen and (min-width: 40em) {
  .flow-grid--medium-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .flow-grid--large-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.flow-grid--small-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media print, screen and (min-width: 40em) {
  .flow-grid--medium-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .flow-grid--large-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.flow-grid--small-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media print, screen and (min-width: 40em) {
  .flow-grid--medium-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .flow-grid--large-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.flow-grid-c-gutter--xsm,
.flow-grid-gutter--xsm {
  grid-gap: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .flow-grid-c-gutter--xsm,
  .flow-grid-gutter--xsm {
    grid-gap: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flow-grid-c-gutter--xsm,
  .flow-grid-gutter--xsm {
    grid-gap: 0.5rem;
  }
}
.flow-grid-c-gutter--sm,
.flow-grid-gutter--sm {
  grid-gap: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .flow-grid-c-gutter--sm,
  .flow-grid-gutter--sm {
    grid-gap: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flow-grid-c-gutter--sm,
  .flow-grid-gutter--sm {
    grid-gap: 0.75rem;
  }
}
.flow-grid-c-gutter--md,
.flow-grid-gutter--md {
  grid-gap: 1rem;
}
@media print, screen and (min-width: 40em) {
  .flow-grid-c-gutter--md,
  .flow-grid-gutter--md {
    grid-gap: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flow-grid-c-gutter--md,
  .flow-grid-gutter--md {
    grid-gap: 1.25rem;
  }
}
.flow-grid-c-gutter--lg,
.flow-grid-gutter--lg {
  grid-gap: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .flow-grid-c-gutter--lg,
  .flow-grid-gutter--lg {
    grid-gap: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flow-grid-c-gutter--lg,
  .flow-grid-gutter--lg {
    grid-gap: 2rem;
  }
}
.flow-grid-sc-gutter--xsm {
  grid-gap: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .flow-grid-sc-gutter--xsm {
    grid-gap: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flow-grid-sc-gutter--xsm {
    grid-gap: 0.25rem;
  }
}
.flow-grid-sc-gutter--sm {
  grid-gap: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .flow-grid-sc-gutter--sm {
    grid-gap: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flow-grid-sc-gutter--sm {
    grid-gap: 1rem;
  }
}
.flow-grid-sc-gutter--md {
  grid-gap: 1rem;
}
@media print, screen and (min-width: 40em) {
  .flow-grid-sc-gutter--md {
    grid-gap: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flow-grid-sc-gutter--md {
    grid-gap: 1.25rem;
  }
}
.flow-grid-sc-gutter--lg {
  grid-gap: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .flow-grid-sc-gutter--lg {
    grid-gap: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flow-grid-sc-gutter--lg {
    grid-gap: 1.5rem;
  }
}
.flow-grid-sc-gutter--xlg {
  grid-gap: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .flow-grid-sc-gutter--xlg {
    grid-gap: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flow-grid-sc-gutter--xlg {
    grid-gap: 2rem;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
}
select {
  -webkit-appearance: menulist-button;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  text-wrap: pretty;
}
.clwp-container,
#comments {
  margin: 0 1rem;
}
@media print, screen and (min-width: 64em) {
  .clwp-container,
  #comments {
    margin: 0;
  }
}
blockquote {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0 0.5rem 0;
}
@media print, screen and (min-width: 40em) {
  blockquote {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  blockquote {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  blockquote {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  blockquote {
    padding: 1rem 0 1rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  blockquote {
    padding: 1rem 0 1rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  blockquote {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  blockquote {
    padding: 1rem 1.25rem 1rem 1.25rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  blockquote {
    padding: 1rem 1.25rem 1rem 1.25rem;
  }
}
ul li,
ol li {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  ul li,
  ol li {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  ul li,
  ol li {
    margin-bottom: 1.25rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
.no-shadow * {
  box-shadow: none !important;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
.clwp-component-error {
  background-color: #ffb3f4;
  color: #000;
  padding: 1rem 1rem 1rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-component-error {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-component-error {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.hide-content {
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .hide-content-mobile {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-content-medium {
    display: none;
  }
}
#ot-sdk-btn.ot-sdk-show-settings {
  padding: 0 !important;
  border: none !important;
  color: inherit !important;
  line-height: inherit !important;
  font-size: inherit !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: inherit !important;
}
.has-background {
  padding-left: 1rem;
  padding-right: 1rem;
}
.has-background.has-background--custom.text-color--default .text-content {
  color: #6e6361;
}
.has-background.has-background--custom.text-color--default .clwp-heading {
  color: #6e6361;
}
.has-background.has-background--custom.text-color--default .post-title__title {
  color: #6e6361;
}
.has-background.has-background--custom.text-color--default
  .theme-archive-title {
  color: #6e6361;
}
.has-background.has-background--custom.text-color--default .breadcrumbs * {
  color: #6e6361;
}
.has-background.has-background--custom.text-color--default .disclaimer * {
  color: #6e6361;
}
.has-background.has-background--custom.text-color--default
  .footer-disclaimer
  * {
  color: #6e6361;
}
.has-background.has-background--custom.text-color--darker .text-content {
  color: #413c3a;
}
.has-background.has-background--custom.text-color--darker .clwp-heading {
  color: #413c3a;
}
.has-background.has-background--custom.text-color--darker .post-title__title {
  color: #413c3a;
}
.has-background.has-background--custom.text-color--darker .theme-archive-title {
  color: #413c3a;
}
.has-background.has-background--custom.text-color--darker .breadcrumbs * {
  color: #413c3a;
}
.has-background.has-background--custom.text-color--darker .disclaimer * {
  color: #413c3a;
}
.has-background.has-background--custom.text-color--darker .footer-disclaimer * {
  color: #413c3a;
}
.has-background.has-background--custom.text-color--lighter .text-content {
  color: #a19694;
}
.has-background.has-background--custom.text-color--lighter .clwp-heading {
  color: #a19694;
}
.has-background.has-background--custom.text-color--lighter .post-title__title {
  color: #a19694;
}
.has-background.has-background--custom.text-color--lighter
  .theme-archive-title {
  color: #a19694;
}
.has-background.has-background--custom.text-color--lighter .breadcrumbs * {
  color: #a19694;
}
.has-background.has-background--custom.text-color--lighter .disclaimer * {
  color: #a19694;
}
.has-background.has-background--custom.text-color--lighter
  .footer-disclaimer
  * {
  color: #a19694;
}
.has-background.has-background--custom.text-color--lightest .text-content {
  color: #fff;
}
.has-background.has-background--custom.text-color--lightest .clwp-heading {
  color: #fff;
}
.has-background.has-background--custom.text-color--lightest .post-title__title {
  color: #fff;
}
.has-background.has-background--custom.text-color--lightest
  .theme-archive-title {
  color: #fff;
}
.has-background.has-background--custom.text-color--lightest .breadcrumbs * {
  color: #fff;
}
.has-background.has-background--custom.text-color--lightest .disclaimer * {
  color: #fff;
}
.has-background.has-background--custom.text-color--lightest
  .footer-disclaimer
  * {
  color: #fff;
}
.has-background.has-background--body-background {
  background: #fff;
}
.has-background.has-background--body-background .text-content * {
  color: #6e6361;
}
.has-background.has-background--body-background .text-content a:hover {
  text-decoration: underline;
}
.has-background.has-background--body-background .clwp-heading {
  color: #413c3a;
}
.has-background.has-background--body-background .post-title__title {
  color: #6e6361;
}
.has-background.has-background--body-background .theme-archive-title {
  color: #6e6361;
}
.has-background.has-background--body-background .breadcrumbs * {
  color: #6e6361;
}
.has-background.has-background--body-background .breadcrumbs a {
  color: #6e6361;
}
.has-background.has-background--body-background .breadcrumbs a:hover {
  text-decoration: underline;
}
.has-background.has-background--body-background .disclaimer * {
  color: #6e6361;
}
.has-background.has-background--body-background .disclaimer a:hover {
  text-decoration: underline;
}
.has-background.has-background--body-background .footer-disclaimer * {
  color: #6e6361;
}
.has-background.has-background--body-background .footer-disclaimer a:hover {
  text-decoration: underline;
}
.has-background.has-background--body-background .countdown-timer * {
  color: #6e6361;
}
.has-background.has-background--body-background .speed-test * {
  color: #6e6361;
}
.has-background.has-background--body-background .speed-test .current-speed {
  fill: #6e6361;
}
.has-background.has-background--body-background
  .speed-test
  .speed-activity-complete {
  fill: #6e6361;
}
.has-background.has-background--body-background .speed-test .speed-in-progress {
  fill: #6e6361;
}
.has-background.has-background--body-background .clwp-sticky-section__tab-icon {
  fill: #6e6361;
}
.has-background.has-background--secondary-dark {
  background: #459aa9;
}
.has-background.has-background--secondary-dark .text-content * {
  color: #fff;
}
.has-background.has-background--secondary-dark .text-content a {
  color: #fff;
}
.has-background.has-background--secondary-dark .text-content a:active {
  color: #fff;
}
.has-background.has-background--secondary-dark .text-content a:focus {
  color: #fff;
}
.has-background.has-background--secondary-dark .text-content a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--secondary-dark .text-content a:visited {
  color: #82c4d0;
}
.has-background.has-background--secondary-dark .clwp-heading {
  color: #fff;
}
.has-background.has-background--secondary-dark .post-title__title {
  color: #fff;
}
.has-background.has-background--secondary-dark .theme-archive-title {
  color: #fff;
}
.has-background.has-background--secondary-dark .breadcrumbs * {
  color: #fff;
}
.has-background.has-background--secondary-dark .breadcrumbs a {
  color: #fff;
}
.has-background.has-background--secondary-dark .breadcrumbs a:active {
  color: #fff;
}
.has-background.has-background--secondary-dark .breadcrumbs a:focus {
  color: #fff;
}
.has-background.has-background--secondary-dark .breadcrumbs a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--secondary-dark .disclaimer * {
  color: #fff;
}
.has-background.has-background--secondary-dark .disclaimer a {
  color: #fff;
}
.has-background.has-background--secondary-dark .disclaimer a:active {
  color: #fff;
}
.has-background.has-background--secondary-dark .disclaimer a:focus {
  color: #fff;
}
.has-background.has-background--secondary-dark .disclaimer a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--secondary-dark .disclaimer a:visited {
  color: #82c4d0;
}
.has-background.has-background--secondary-dark .footer-disclaimer * {
  color: #fff;
}
.has-background.has-background--secondary-dark .footer-disclaimer a {
  color: #fff;
}
.has-background.has-background--secondary-dark .footer-disclaimer a:active {
  color: #fff;
}
.has-background.has-background--secondary-dark .footer-disclaimer a:focus {
  color: #fff;
}
.has-background.has-background--secondary-dark .footer-disclaimer a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--secondary-dark .footer-disclaimer a:visited {
  color: #82c4d0;
}
.has-background.has-background--secondary-dark .countdown-timer * {
  color: #fff;
}
.has-background.has-background--secondary-dark .speed-test * {
  color: #fff;
}
.has-background.has-background--secondary-dark .speed-test .current-speed {
  fill: #fff;
}
.has-background.has-background--secondary-dark
  .speed-test
  .speed-activity-complete {
  fill: #fff;
}
.has-background.has-background--secondary-dark .speed-test .speed-in-progress {
  fill: #fff;
}
.has-background.has-background--secondary-dark .clwp-sticky-section__tab-icon {
  fill: #fff;
}
.has-background.has-background--secondary-darkest {
  background: #326f7b;
}
.has-background.has-background--secondary-darkest .text-content * {
  color: #fff;
}
.has-background.has-background--secondary-darkest .text-content a {
  color: #fff;
}
.has-background.has-background--secondary-darkest .text-content a:active {
  color: #fff;
}
.has-background.has-background--secondary-darkest .text-content a:focus {
  color: #fff;
}
.has-background.has-background--secondary-darkest .text-content a:hover {
  color: #fff;
  text-decoration: underline;
}
.has-background.has-background--secondary-darkest .text-content a:visited {
  color: #fff;
}
.has-background.has-background--secondary-darkest .clwp-heading {
  color: #fff;
}
.has-background.has-background--secondary-darkest .post-title__title {
  color: #fff;
}
.has-background.has-background--secondary-darkest .theme-archive-title {
  color: #fff;
}
.has-background.has-background--secondary-darkest .breadcrumbs * {
  color: #fff;
}
.has-background.has-background--secondary-darkest .breadcrumbs a {
  color: #fff;
}
.has-background.has-background--secondary-darkest .breadcrumbs a:active {
  color: #fff;
}
.has-background.has-background--secondary-darkest .breadcrumbs a:focus {
  color: #fff;
}
.has-background.has-background--secondary-darkest .breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.has-background.has-background--secondary-darkest .disclaimer * {
  color: #fff;
}
.has-background.has-background--secondary-darkest .disclaimer a {
  color: #fff;
}
.has-background.has-background--secondary-darkest .disclaimer a:active {
  color: #fff;
}
.has-background.has-background--secondary-darkest .disclaimer a:focus {
  color: #fff;
}
.has-background.has-background--secondary-darkest .disclaimer a:hover {
  color: #fff;
  text-decoration: underline;
}
.has-background.has-background--secondary-darkest .disclaimer a:visited {
  color: #fff;
}
.has-background.has-background--secondary-darkest .footer-disclaimer * {
  color: #fff;
}
.has-background.has-background--secondary-darkest .footer-disclaimer a {
  color: #fff;
}
.has-background.has-background--secondary-darkest .footer-disclaimer a:active {
  color: #fff;
}
.has-background.has-background--secondary-darkest .footer-disclaimer a:focus {
  color: #fff;
}
.has-background.has-background--secondary-darkest .footer-disclaimer a:hover {
  color: #fff;
  text-decoration: underline;
}
.has-background.has-background--secondary-darkest .footer-disclaimer a:visited {
  color: #fff;
}
.has-background.has-background--secondary-darkest .countdown-timer * {
  color: #fff;
}
.has-background.has-background--secondary-darkest .speed-test * {
  color: #fff;
}
.has-background.has-background--secondary-darkest .speed-test .current-speed {
  fill: #fff;
}
.has-background.has-background--secondary-darkest
  .speed-test
  .speed-activity-complete {
  fill: #fff;
}
.has-background.has-background--secondary-darkest
  .speed-test
  .speed-in-progress {
  fill: #fff;
}
.has-background.has-background--secondary-darkest
  .clwp-sticky-section__tab-icon {
  fill: #fff;
}
.has-background.has-background--secondary-lighter {
  background: #82c4d0;
}
.has-background.has-background--secondary-lighter .text-content * {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .text-content a {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .text-content a:active {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .text-content a:focus {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .text-content a:hover {
  color: #326f7b;
  text-decoration: underline;
}
.has-background.has-background--secondary-lighter .text-content a:visited {
  color: #413c3a;
}
.has-background.has-background--secondary-lighter .clwp-heading {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .post-title__title {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .theme-archive-title {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .breadcrumbs * {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .breadcrumbs a {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .breadcrumbs a:active {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .breadcrumbs a:focus {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .breadcrumbs a:hover {
  color: #326f7b;
  text-decoration: underline;
}
.has-background.has-background--secondary-lighter .disclaimer * {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .disclaimer a {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .disclaimer a:active {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .disclaimer a:focus {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .disclaimer a:hover {
  color: #326f7b;
  text-decoration: underline;
}
.has-background.has-background--secondary-lighter .disclaimer a:visited {
  color: #413c3a;
}
.has-background.has-background--secondary-lighter .footer-disclaimer * {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .footer-disclaimer a {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .footer-disclaimer a:active {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .footer-disclaimer a:focus {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .footer-disclaimer a:hover {
  color: #326f7b;
  text-decoration: underline;
}
.has-background.has-background--secondary-lighter .footer-disclaimer a:visited {
  color: #413c3a;
}
.has-background.has-background--secondary-lighter .countdown-timer * {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .speed-test * {
  color: #34302f;
}
.has-background.has-background--secondary-lighter .speed-test .current-speed {
  fill: #34302f;
}
.has-background.has-background--secondary-lighter
  .speed-test
  .speed-activity-complete {
  fill: #34302f;
}
.has-background.has-background--secondary-lighter
  .speed-test
  .speed-in-progress {
  fill: #34302f;
}
.has-background.has-background--secondary-lighter
  .clwp-sticky-section__tab-icon {
  fill: #34302f;
}
.has-background.has-background--grays-dark {
  background: #5f5f5f;
}
.has-background.has-background--grays-dark .text-content * {
  color: #fff;
}
.has-background.has-background--grays-dark .text-content a {
  color: #fff;
}
.has-background.has-background--grays-dark .text-content a:active {
  color: #fff;
}
.has-background.has-background--grays-dark .text-content a:focus {
  color: #fff;
}
.has-background.has-background--grays-dark .text-content a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--grays-dark .text-content a:visited {
  color: #82c4d0;
}
.has-background.has-background--grays-dark .clwp-heading {
  color: #fff;
}
.has-background.has-background--grays-dark .post-title__title {
  color: #fff;
}
.has-background.has-background--grays-dark .theme-archive-title {
  color: #fff;
}
.has-background.has-background--grays-dark .breadcrumbs * {
  color: #fff;
}
.has-background.has-background--grays-dark .breadcrumbs a {
  color: #fff;
}
.has-background.has-background--grays-dark .breadcrumbs a:active {
  color: #fff;
}
.has-background.has-background--grays-dark .breadcrumbs a:focus {
  color: #fff;
}
.has-background.has-background--grays-dark .breadcrumbs a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--grays-dark .disclaimer * {
  color: #fff;
}
.has-background.has-background--grays-dark .disclaimer a {
  color: #fff;
}
.has-background.has-background--grays-dark .disclaimer a:active {
  color: #fff;
}
.has-background.has-background--grays-dark .disclaimer a:focus {
  color: #fff;
}
.has-background.has-background--grays-dark .disclaimer a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--grays-dark .disclaimer a:visited {
  color: #82c4d0;
}
.has-background.has-background--grays-dark .footer-disclaimer * {
  color: #fff;
}
.has-background.has-background--grays-dark .footer-disclaimer a {
  color: #fff;
}
.has-background.has-background--grays-dark .footer-disclaimer a:active {
  color: #fff;
}
.has-background.has-background--grays-dark .footer-disclaimer a:focus {
  color: #fff;
}
.has-background.has-background--grays-dark .footer-disclaimer a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--grays-dark .footer-disclaimer a:visited {
  color: #82c4d0;
}
.has-background.has-background--grays-dark .countdown-timer * {
  color: #fff;
}
.has-background.has-background--grays-dark .speed-test * {
  color: #fff;
}
.has-background.has-background--grays-dark .speed-test .current-speed {
  fill: #fff;
}
.has-background.has-background--grays-dark
  .speed-test
  .speed-activity-complete {
  fill: #fff;
}
.has-background.has-background--grays-dark .speed-test .speed-in-progress {
  fill: #fff;
}
.has-background.has-background--grays-dark .clwp-sticky-section__tab-icon {
  fill: #fff;
}
.has-background.has-background--grays-lighter {
  background: #efefef;
}
.has-background.has-background--grays-lighter .text-content * {
  color: #6e6361;
}
.has-background.has-background--grays-lighter .text-content a {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .text-content a:active {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .text-content a:focus {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .text-content a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.has-background.has-background--grays-lighter .text-content a:visited {
  color: #5eb4c3;
}
.has-background.has-background--grays-lighter .clwp-heading {
  color: #6e6361;
}
.has-background.has-background--grays-lighter .post-title__title {
  color: #6e6361;
}
.has-background.has-background--grays-lighter .theme-archive-title {
  color: #6e6361;
}
.has-background.has-background--grays-lighter .breadcrumbs * {
  color: #6e6361;
}
.has-background.has-background--grays-lighter .breadcrumbs a {
  color: #6e6361;
}
.has-background.has-background--grays-lighter .breadcrumbs a:active {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .breadcrumbs a:focus {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .breadcrumbs a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.has-background.has-background--grays-lighter .disclaimer * {
  color: #6e6361;
}
.has-background.has-background--grays-lighter .disclaimer a {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .disclaimer a:active {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .disclaimer a:focus {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .disclaimer a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.has-background.has-background--grays-lighter .disclaimer a:visited {
  color: #5eb4c3;
}
.has-background.has-background--grays-lighter .footer-disclaimer * {
  color: #6e6361;
}
.has-background.has-background--grays-lighter .footer-disclaimer a {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .footer-disclaimer a:active {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .footer-disclaimer a:focus {
  color: #4dacbd;
}
.has-background.has-background--grays-lighter .footer-disclaimer a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.has-background.has-background--grays-lighter .footer-disclaimer a:visited {
  color: #5eb4c3;
}
.has-background.has-background--grays-lighter .countdown-timer * {
  color: #6e6361;
}
.has-background.has-background--grays-lighter .speed-test * {
  color: #6e6361;
}
.has-background.has-background--grays-lighter .speed-test .current-speed {
  fill: #6e6361;
}
.has-background.has-background--grays-lighter
  .speed-test
  .speed-activity-complete {
  fill: #6e6361;
}
.has-background.has-background--grays-lighter .speed-test .speed-in-progress {
  fill: #6e6361;
}
.has-background.has-background--grays-lighter .clwp-sticky-section__tab-icon {
  fill: #6e6361;
}
.has-background.has-background--grays-light {
  background: #d1d1d1;
}
.has-background.has-background--grays-light .text-content * {
  color: #413c3a;
}
.has-background.has-background--grays-light .text-content a {
  color: #34302f;
}
.has-background.has-background--grays-light .text-content a:active {
  color: #34302f;
}
.has-background.has-background--grays-light .text-content a:focus {
  color: #34302f;
}
.has-background.has-background--grays-light .text-content a:hover {
  color: #326f7b;
  text-decoration: underline;
}
.has-background.has-background--grays-light .text-content a:visited {
  color: #413c3a;
}
.has-background.has-background--grays-light .clwp-heading {
  color: #413c3a;
}
.has-background.has-background--grays-light .post-title__title {
  color: #413c3a;
}
.has-background.has-background--grays-light .theme-archive-title {
  color: #413c3a;
}
.has-background.has-background--grays-light .breadcrumbs * {
  color: #413c3a;
}
.has-background.has-background--grays-light .breadcrumbs a {
  color: #413c3a;
}
.has-background.has-background--grays-light .breadcrumbs a:active {
  color: #34302f;
}
.has-background.has-background--grays-light .breadcrumbs a:focus {
  color: #34302f;
}
.has-background.has-background--grays-light .breadcrumbs a:hover {
  color: #326f7b;
  text-decoration: underline;
}
.has-background.has-background--grays-light .disclaimer * {
  color: #413c3a;
}
.has-background.has-background--grays-light .disclaimer a {
  color: #34302f;
}
.has-background.has-background--grays-light .disclaimer a:active {
  color: #34302f;
}
.has-background.has-background--grays-light .disclaimer a:focus {
  color: #34302f;
}
.has-background.has-background--grays-light .disclaimer a:hover {
  color: #326f7b;
  text-decoration: underline;
}
.has-background.has-background--grays-light .disclaimer a:visited {
  color: #413c3a;
}
.has-background.has-background--grays-light .footer-disclaimer * {
  color: #413c3a;
}
.has-background.has-background--grays-light .footer-disclaimer a {
  color: #34302f;
}
.has-background.has-background--grays-light .footer-disclaimer a:active {
  color: #34302f;
}
.has-background.has-background--grays-light .footer-disclaimer a:focus {
  color: #34302f;
}
.has-background.has-background--grays-light .footer-disclaimer a:hover {
  color: #326f7b;
  text-decoration: underline;
}
.has-background.has-background--grays-light .footer-disclaimer a:visited {
  color: #413c3a;
}
.has-background.has-background--grays-light .countdown-timer * {
  color: #413c3a;
}
.has-background.has-background--grays-light .speed-test * {
  color: #413c3a;
}
.has-background.has-background--grays-light .speed-test .current-speed {
  fill: #413c3a;
}
.has-background.has-background--grays-light
  .speed-test
  .speed-activity-complete {
  fill: #413c3a;
}
.has-background.has-background--grays-light .speed-test .speed-in-progress {
  fill: #413c3a;
}
.has-background.has-background--grays-light .clwp-sticky-section__tab-icon {
  fill: #413c3a;
}
.has-background.has-background--grays-lightest {
  background: #fff;
}
.has-background.has-background--grays-lightest .text-content * {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .text-content a {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .text-content a:active {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .text-content a:focus {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .text-content a:hover {
  color: #6e6361;
  text-decoration: underline;
}
.has-background.has-background--grays-lightest .clwp-heading {
  color: #524a49;
}
.has-background.has-background--grays-lightest .post-title__title {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .theme-archive-title {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .breadcrumbs * {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .breadcrumbs a {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .breadcrumbs a:active {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .breadcrumbs a:focus {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .breadcrumbs a:hover {
  color: #6e6361;
  text-decoration: underline;
}
.has-background.has-background--grays-lightest .disclaimer * {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .disclaimer a {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .disclaimer a:active {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .disclaimer a:focus {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .disclaimer a:hover {
  color: #6e6361;
  text-decoration: underline;
}
.has-background.has-background--grays-lightest .footer-disclaimer * {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .footer-disclaimer a {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .footer-disclaimer a:active {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .footer-disclaimer a:focus {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .footer-disclaimer a:hover {
  color: #6e6361;
  text-decoration: underline;
}
.has-background.has-background--grays-lightest .countdown-timer * {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .speed-test * {
  color: #6e6361;
}
.has-background.has-background--grays-lightest .speed-test .current-speed {
  fill: #6e6361;
}
.has-background.has-background--grays-lightest
  .speed-test
  .speed-activity-complete {
  fill: #6e6361;
}
.has-background.has-background--grays-lightest .speed-test .speed-in-progress {
  fill: #6e6361;
}
.has-background.has-background--grays-lightest .clwp-sticky-section__tab-icon {
  fill: #6e6361;
}
.has-background.has-background--gradient-primary {
  background: linear-gradient(45deg, #bee5ec, #f7fcfd);
}
.has-background.has-background--gradient-primary .text-content * {
  color: #6e6361;
}
.has-background.has-background--gradient-primary .text-content a {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .text-content a:active {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .text-content a:focus {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .text-content a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.has-background.has-background--gradient-primary .text-content a:visited {
  color: #5eb4c3;
}
.has-background.has-background--gradient-primary .clwp-heading {
  color: #6e6361;
}
.has-background.has-background--gradient-primary .post-title__title {
  color: #6e6361;
}
.has-background.has-background--gradient-primary .theme-archive-title {
  color: #6e6361;
}
.has-background.has-background--gradient-primary .breadcrumbs * {
  color: #6e6361;
}
.has-background.has-background--gradient-primary .breadcrumbs a {
  color: #6e6361;
}
.has-background.has-background--gradient-primary .breadcrumbs a:active {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .breadcrumbs a:focus {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .breadcrumbs a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.has-background.has-background--gradient-primary .disclaimer * {
  color: #6e6361;
}
.has-background.has-background--gradient-primary .disclaimer a {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .disclaimer a:active {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .disclaimer a:focus {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .disclaimer a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.has-background.has-background--gradient-primary .disclaimer a:visited {
  color: #5eb4c3;
}
.has-background.has-background--gradient-primary .footer-disclaimer * {
  color: #6e6361;
}
.has-background.has-background--gradient-primary .footer-disclaimer a {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .footer-disclaimer a:active {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .footer-disclaimer a:focus {
  color: #4dacbd;
}
.has-background.has-background--gradient-primary .footer-disclaimer a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.has-background.has-background--gradient-primary .footer-disclaimer a:visited {
  color: #5eb4c3;
}
.has-background.has-background--gradient-primary .countdown-timer * {
  color: #6e6361;
}
.has-background.has-background--gradient-primary .speed-test * {
  color: #6e6361;
}
.has-background.has-background--gradient-primary .speed-test .current-speed {
  fill: #6e6361;
}
.has-background.has-background--gradient-primary
  .speed-test
  .speed-activity-complete {
  fill: #6e6361;
}
.has-background.has-background--gradient-primary
  .speed-test
  .speed-in-progress {
  fill: #6e6361;
}
.has-background.has-background--gradient-primary
  .clwp-sticky-section__tab-icon {
  fill: #6e6361;
}
.has-background.has-background--gradient-secondary {
  background: linear-gradient(45deg, #3d8997, #4dacbd);
}
.has-background.has-background--gradient-secondary .text-content * {
  color: #fff;
}
.has-background.has-background--gradient-secondary .text-content a {
  color: #fff;
}
.has-background.has-background--gradient-secondary .text-content a:active {
  color: #fff;
}
.has-background.has-background--gradient-secondary .text-content a:focus {
  color: #fff;
}
.has-background.has-background--gradient-secondary .text-content a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--gradient-secondary .text-content a:visited {
  color: #82c4d0;
}
.has-background.has-background--gradient-secondary .clwp-heading {
  color: #fff;
}
.has-background.has-background--gradient-secondary .post-title__title {
  color: #fff;
}
.has-background.has-background--gradient-secondary .theme-archive-title {
  color: #fff;
}
.has-background.has-background--gradient-secondary .breadcrumbs * {
  color: #fff;
}
.has-background.has-background--gradient-secondary .breadcrumbs a {
  color: #fff;
}
.has-background.has-background--gradient-secondary .breadcrumbs a:active {
  color: #fff;
}
.has-background.has-background--gradient-secondary .breadcrumbs a:focus {
  color: #fff;
}
.has-background.has-background--gradient-secondary .breadcrumbs a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--gradient-secondary .disclaimer * {
  color: #fff;
}
.has-background.has-background--gradient-secondary .disclaimer a {
  color: #fff;
}
.has-background.has-background--gradient-secondary .disclaimer a:active {
  color: #fff;
}
.has-background.has-background--gradient-secondary .disclaimer a:focus {
  color: #fff;
}
.has-background.has-background--gradient-secondary .disclaimer a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--gradient-secondary .disclaimer a:visited {
  color: #82c4d0;
}
.has-background.has-background--gradient-secondary .footer-disclaimer * {
  color: #fff;
}
.has-background.has-background--gradient-secondary .footer-disclaimer a {
  color: #fff;
}
.has-background.has-background--gradient-secondary .footer-disclaimer a:active {
  color: #fff;
}
.has-background.has-background--gradient-secondary .footer-disclaimer a:focus {
  color: #fff;
}
.has-background.has-background--gradient-secondary .footer-disclaimer a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--gradient-secondary
  .footer-disclaimer
  a:visited {
  color: #82c4d0;
}
.has-background.has-background--gradient-secondary .countdown-timer * {
  color: #fff;
}
.has-background.has-background--gradient-secondary .speed-test * {
  color: #fff;
}
.has-background.has-background--gradient-secondary .speed-test .current-speed {
  fill: #fff;
}
.has-background.has-background--gradient-secondary
  .speed-test
  .speed-activity-complete {
  fill: #fff;
}
.has-background.has-background--gradient-secondary
  .speed-test
  .speed-in-progress {
  fill: #fff;
}
.has-background.has-background--gradient-secondary
  .clwp-sticky-section__tab-icon {
  fill: #fff;
}
.has-background.has-background--tertiary-darkest {
  background: #342c2a;
}
.has-background.has-background--tertiary-darkest .text-content * {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .text-content a {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .text-content a:active {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .text-content a:focus {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .text-content a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--tertiary-darkest .text-content a:visited {
  color: #82c4d0;
}
.has-background.has-background--tertiary-darkest .clwp-heading {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .post-title__title {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .theme-archive-title {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .breadcrumbs * {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .breadcrumbs a {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .breadcrumbs a:active {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .breadcrumbs a:focus {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .breadcrumbs a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--tertiary-darkest .disclaimer * {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .disclaimer a {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .disclaimer a:active {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .disclaimer a:focus {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .disclaimer a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--tertiary-darkest .disclaimer a:visited {
  color: #82c4d0;
}
.has-background.has-background--tertiary-darkest .footer-disclaimer * {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .footer-disclaimer a {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .footer-disclaimer a:active {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .footer-disclaimer a:focus {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .footer-disclaimer a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.has-background.has-background--tertiary-darkest .footer-disclaimer a:visited {
  color: #82c4d0;
}
.has-background.has-background--tertiary-darkest .countdown-timer * {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .speed-test * {
  color: #fff;
}
.has-background.has-background--tertiary-darkest .speed-test .current-speed {
  fill: #fff;
}
.has-background.has-background--tertiary-darkest
  .speed-test
  .speed-activity-complete {
  fill: #fff;
}
.has-background.has-background--tertiary-darkest
  .speed-test
  .speed-in-progress {
  fill: #fff;
}
.has-background.has-background--tertiary-darkest
  .clwp-sticky-section__tab-icon {
  fill: #fff;
}
.has-background.has-background--hero_background .text-content * {
  color: #fff;
}
.has-background.has-background--hero_background .text-content a:hover {
  text-decoration: underline;
}
.has-background.has-background--hero_background .clwp-heading {
  color: #fff;
}
.has-background.has-background--hero_background .post-title__title {
  color: #fff;
}
.has-background.has-background--hero_background .theme-archive-title {
  color: #fff;
}
.has-background.has-background--hero_background .breadcrumbs * {
  color: #fff;
}
.has-background.has-background--hero_background .breadcrumbs a {
  color: #fff;
}
.has-background.has-background--hero_background .breadcrumbs a:hover {
  text-decoration: underline;
}
.has-background.has-background--hero_background .disclaimer * {
  color: #fff;
}
.has-background.has-background--hero_background .disclaimer a:hover {
  text-decoration: underline;
}
.has-background.has-background--hero_background .footer-disclaimer * {
  color: #fff;
}
.has-background.has-background--hero_background .footer-disclaimer a:hover {
  text-decoration: underline;
}
.has-background.has-background--hero_background .countdown-timer * {
  color: #fff;
}
.has-background.has-background--hero_background .speed-test * {
  color: #fff;
}
.has-background.has-background--hero_background .speed-test .current-speed {
  fill: #fff;
}
.has-background.has-background--hero_background
  .speed-test
  .speed-activity-complete {
  fill: #fff;
}
.has-background.has-background--hero_background .speed-test .speed-in-progress {
  fill: #fff;
}
.has-background.has-background--hero_background .clwp-sticky-section__tab-icon {
  fill: #fff;
}
.component-background--default {
  background-color: #fff;
}
.c-shadow--default {
  box-shadow: none;
}
.c-shadow--low {
  box-shadow: 0rem 0.0625rem 0.75rem 0rem rgba(35, 35, 35, 0.1);
}
.c-shadow--medium {
  box-shadow: 0rem 0.125rem 0.75rem 0rem rgba(35, 35, 35, 0.12);
}
.c-shadow--high {
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(35, 35, 35, 0.16);
}
.c-margin--xsm {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-margin--xsm {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-margin--xsm {
    margin-bottom: 1rem;
  }
}
.c-margin--sm {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-margin--sm {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-margin--sm {
    margin-bottom: 1.5rem;
  }
}
.c-margin--md {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-margin--md {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-margin--md {
    margin-bottom: 2rem;
  }
}
.c-margin--lg {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .c-margin--lg {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-margin--lg {
    margin-bottom: 3rem;
  }
}
.c-margin--xlg {
  margin-bottom: 2.25rem;
}
@media print, screen and (min-width: 40em) {
  .c-margin--xlg {
    margin-bottom: 3.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-margin--xlg {
    margin-bottom: 3.25rem;
  }
}
.c-padding--xsm {
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding--xsm {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding--xsm {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
.c-padding-x--xsm {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-x--xsm {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-x--xsm {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.c-padding-y--xsm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-y--xsm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-y--xsm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.c-padding-top--xsm {
  padding-top: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-top--xsm {
    padding-top: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-top--xsm {
    padding-top: 0.5rem;
  }
}
.c-padding-bottom--xsm {
  padding-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-bottom--xsm {
    padding-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-bottom--xsm {
    padding-bottom: 0.5rem;
  }
}
.c-padding-right--xsm {
  padding-right: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-right--xsm {
    padding-right: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-right--xsm {
    padding-right: 0.5rem;
  }
}
.c-padding-left--xsm {
  padding-left: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-left--xsm {
    padding-left: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-left--xsm {
    padding-left: 0.5rem;
  }
}
.c-padding--sm {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding--sm {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding--sm {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.c-padding-x--sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-x--sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-x--sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.c-padding-y--sm {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-y--sm {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-y--sm {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.c-padding-top--sm {
  padding-top: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-top--sm {
    padding-top: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-top--sm {
    padding-top: 0.75rem;
  }
}
.c-padding-bottom--sm {
  padding-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-bottom--sm {
    padding-bottom: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-bottom--sm {
    padding-bottom: 0.75rem;
  }
}
.c-padding-right--sm {
  padding-right: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-right--sm {
    padding-right: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-right--sm {
    padding-right: 0.75rem;
  }
}
.c-padding-left--sm {
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-left--sm {
    padding-left: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-left--sm {
    padding-left: 0.75rem;
  }
}
.c-padding--md {
  padding: 1rem 1rem 1rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding--md {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding--md {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
.c-padding-x--md {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-x--md {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-x--md {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.c-padding-y--md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-y--md {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-y--md {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.c-padding-top--md {
  padding-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-top--md {
    padding-top: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-top--md {
    padding-top: 1.25rem;
  }
}
.c-padding-bottom--md {
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-bottom--md {
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-bottom--md {
    padding-bottom: 1.25rem;
  }
}
.c-padding-right--md {
  padding-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-right--md {
    padding-right: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-right--md {
    padding-right: 1.25rem;
  }
}
.c-padding-left--md {
  padding-left: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-left--md {
    padding-left: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-left--md {
    padding-left: 1.25rem;
  }
}
.c-padding--lg {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding--lg {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding--lg {
    padding: 2rem 2rem 2rem 2rem;
  }
}
.c-padding-x--lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-x--lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-x--lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-padding-y--lg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-y--lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-y--lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.c-padding-top--lg {
  padding-top: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-top--lg {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-top--lg {
    padding-top: 2rem;
  }
}
.c-padding-bottom--lg {
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-bottom--lg {
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-bottom--lg {
    padding-bottom: 2rem;
  }
}
.c-padding-right--lg {
  padding-right: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-right--lg {
    padding-right: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-right--lg {
    padding-right: 2rem;
  }
}
.c-padding-left--lg {
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-padding-left--lg {
    padding-left: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-padding-left--lg {
    padding-left: 2rem;
  }
}
.c-background--none {
  background: none;
}
.c-background--light {
  background-color: #fff;
}
.c-background--light .heading--h1-large {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h1-large {
    font-size: 2.625rem;
    line-height: 3.1875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h1-large {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .heading--h1-large {
    margin-bottom: 1rem;
  }
}
.c-background--light .heading--h1-medium {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h1-medium {
    font-size: 2.25rem;
    line-height: 2.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h1-medium {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .heading--h1-medium {
    margin-bottom: 1rem;
  }
}
.c-background--light .heading--h2 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h2 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .heading--h2 {
    margin-bottom: 1rem;
  }
}
.c-background--light .heading--h3 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h3 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .heading--h3 {
    margin-bottom: 1rem;
  }
}
.c-background--light .heading--h4 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h4 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h4 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .heading--h4 {
    margin-bottom: 1rem;
  }
}
.c-background--light .heading--h4-alt {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h4-alt {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .heading--h4-alt {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .heading--h4-alt {
    margin-bottom: 1rem;
  }
}
.c-background--light .text--p-xlarge {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .text--p-xlarge {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .text--p-xlarge {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .text--p-xlarge {
    margin-bottom: 1.25rem;
  }
}
.c-background--light .text--p-large {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .text--p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .text--p-large {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .text--p-large {
    margin-bottom: 1.25rem;
  }
}
.c-background--light .text--p-medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .text--p-medium {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .text--p-medium {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .text--p-medium {
    margin-bottom: 1.25rem;
  }
}
.c-background--light .text--p-small {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .text--p-small {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .text--p-small {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .text--p-small {
    margin-bottom: 1.25rem;
  }
}
.c-background--light .text--p-xsmall {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--light .text--p-xsmall {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--light .text--p-xsmall {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--light .text--p-xsmall {
    margin-bottom: 1.25rem;
  }
}
.c-background--light .component-separator,
.c-background--light .component-separator--before,
.c-background--light .component-separator--after {
  border-color: #444;
}
.c-background--dark {
  background-color: #444;
}
.c-background--dark .heading--h1-large {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h1-large {
    font-size: 2.625rem;
    line-height: 3.1875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h1-large {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .heading--h1-large {
    margin-bottom: 1rem;
  }
}
.c-background--dark .heading--h1-medium {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h1-medium {
    font-size: 2.25rem;
    line-height: 2.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h1-medium {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .heading--h1-medium {
    margin-bottom: 1rem;
  }
}
.c-background--dark .heading--h2 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h2 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .heading--h2 {
    margin-bottom: 1rem;
  }
}
.c-background--dark .heading--h3 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h3 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .heading--h3 {
    margin-bottom: 1rem;
  }
}
.c-background--dark .heading--h4 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h4 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h4 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .heading--h4 {
    margin-bottom: 1rem;
  }
}
.c-background--dark .heading--h4-alt {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h4-alt {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .heading--h4-alt {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .heading--h4-alt {
    margin-bottom: 1rem;
  }
}
.c-background--dark .text--p-xlarge {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .text--p-xlarge {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .text--p-xlarge {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .text--p-xlarge {
    margin-bottom: 1.25rem;
  }
}
.c-background--dark .text--p-large {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .text--p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .text--p-large {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .text--p-large {
    margin-bottom: 1.25rem;
  }
}
.c-background--dark .text--p-medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .text--p-medium {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .text--p-medium {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .text--p-medium {
    margin-bottom: 1.25rem;
  }
}
.c-background--dark .text--p-small {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .text--p-small {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .text--p-small {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .text--p-small {
    margin-bottom: 1.25rem;
  }
}
.c-background--dark .text--p-xsmall {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .text--p-xsmall {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--dark .text--p-xsmall {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--dark .text--p-xsmall {
    margin-bottom: 1.25rem;
  }
}
.c-background--dark .component-separator,
.c-background--dark .component-separator--before,
.c-background--dark .component-separator--after {
  border-color: #fff;
}
.c-background--default {
  background-color: #fff;
}
.c-background--default .heading--h1-large {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h1-large {
    font-size: 2.625rem;
    line-height: 3.1875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h1-large {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .heading--h1-large {
    margin-bottom: 1rem;
  }
}
.c-background--default .heading--h1-medium {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h1-medium {
    font-size: 2.25rem;
    line-height: 2.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h1-medium {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .heading--h1-medium {
    margin-bottom: 1rem;
  }
}
.c-background--default .heading--h2 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h2 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .heading--h2 {
    margin-bottom: 1rem;
  }
}
.c-background--default .heading--h3 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h3 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .heading--h3 {
    margin-bottom: 1rem;
  }
}
.c-background--default .heading--h4 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h4 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h4 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .heading--h4 {
    margin-bottom: 1rem;
  }
}
.c-background--default .heading--h4-alt {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #444;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h4-alt {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .heading--h4-alt {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .heading--h4-alt {
    margin-bottom: 1rem;
  }
}
.c-background--default .text--p-xlarge {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .text--p-xlarge {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .text--p-xlarge {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .text--p-xlarge {
    margin-bottom: 1.25rem;
  }
}
.c-background--default .text--p-large {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .text--p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .text--p-large {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .text--p-large {
    margin-bottom: 1.25rem;
  }
}
.c-background--default .text--p-medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .text--p-medium {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .text--p-medium {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .text--p-medium {
    margin-bottom: 1.25rem;
  }
}
.c-background--default .text--p-small {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .text--p-small {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .text--p-small {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .text--p-small {
    margin-bottom: 1.25rem;
  }
}
.c-background--default .text--p-xsmall {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--default .text--p-xsmall {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--default .text--p-xsmall {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--default .text--p-xsmall {
    margin-bottom: 1.25rem;
  }
}
.c-background--default .component-separator,
.c-background--default .component-separator--before,
.c-background--default .component-separator--after {
  border-color: #444;
}
.c-background--secondary-dark {
  background-color: #459aa9;
}
.c-background--secondary-dark .heading--h1-large {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h1-large {
    font-size: 2.625rem;
    line-height: 3.1875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h1-large {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .heading--h1-large {
    margin-bottom: 1rem;
  }
}
.c-background--secondary-dark .heading--h1-medium {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h1-medium {
    font-size: 2.25rem;
    line-height: 2.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h1-medium {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .heading--h1-medium {
    margin-bottom: 1rem;
  }
}
.c-background--secondary-dark .heading--h2 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h2 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .heading--h2 {
    margin-bottom: 1rem;
  }
}
.c-background--secondary-dark .heading--h3 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h3 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .heading--h3 {
    margin-bottom: 1rem;
  }
}
.c-background--secondary-dark .heading--h4 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h4 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h4 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .heading--h4 {
    margin-bottom: 1rem;
  }
}
.c-background--secondary-dark .heading--h4-alt {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h4-alt {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .heading--h4-alt {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .heading--h4-alt {
    margin-bottom: 1rem;
  }
}
.c-background--secondary-dark .text--p-xlarge {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .text--p-xlarge {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .text--p-xlarge {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .text--p-xlarge {
    margin-bottom: 1.25rem;
  }
}
.c-background--secondary-dark .text--p-large {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .text--p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .text--p-large {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .text--p-large {
    margin-bottom: 1.25rem;
  }
}
.c-background--secondary-dark .text--p-medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .text--p-medium {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .text--p-medium {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .text--p-medium {
    margin-bottom: 1.25rem;
  }
}
.c-background--secondary-dark .text--p-small {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .text--p-small {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .text--p-small {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .text--p-small {
    margin-bottom: 1.25rem;
  }
}
.c-background--secondary-dark .text--p-xsmall {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .text--p-xsmall {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-background--secondary-dark .text--p-xsmall {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-background--secondary-dark .text--p-xsmall {
    margin-bottom: 1.25rem;
  }
}
.c-background--secondary-dark .component-separator,
.c-background--secondary-dark .component-separator--before,
.c-background--secondary-dark .component-separator--after {
  border-color: #fff;
}
.clwp-mobile-menu-edit {
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
}
.modal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(68, 68, 68, 0.85);
}
.template-block-warning {
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    #606dbc,
    #606dbc 10px,
    #465298 10px,
    #465298 20px
  );
}
.elementor-section-wrap > .clwp-row:last-child {
  margin-bottom: 0 !important;
}
.youtube-embed {
  position: relative;
}
.youtube-embed:not(.is-active)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 68, 68, 0.7);
  z-index: 1;
}
.youtube-embed .play-icon {
  width: 1.5rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  z-index: 2;
}
.accordions__expand-all {
  text-align: right;
}
.accordions__expand-all--button {
  background: none;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
}
.accordions__expand-all--button .accordions__collapse-all {
  display: none;
}
.accordions__expand-all--button.is-expanded .accordions__collapse-all {
  display: inline-block;
}
.accordions__expand-all--button.is-expanded .accordions__expand-all {
  display: none;
}
.accordions__collapse {
  display: none;
}
.accordions__label-button {
  display: flex;
  align-items: center;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  width: 100%;
}
.accordions__content-container {
  overflow: hidden;
  transition: height ease-in 0.3s;
}
.accordion.is-expanded .accordions__collapse {
  display: block;
}
.accordion.is-expanded .accordions__expand {
  display: none;
}
.accordion {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  border-top: 0.0625rem solid #efefef;
  transition: ease 0.3s;
}
@media print, screen and (min-width: 40em) {
  .accordion {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .accordion {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.accordion:hover,
.accordion.is-expanded {
  z-index: 2;
  box-shadow: 0rem 0.125rem 0.75rem 0rem rgba(35, 35, 35, 0.12);
  border-width: 0.25rem;
  border-color: #459aa9;
}
.accordion:hover .accordions__label,
.accordion.is-expanded .accordions__label {
  border-color: #ae4332;
}
.accordion:hover .accordions__content,
.accordion.is-expanded .accordions__content {
  padding: 0 1.5rem 0.5rem 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .accordion:hover .accordions__content,
  .accordion.is-expanded .accordions__content {
    padding: 0 2rem 1rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .accordion:hover .accordions__content,
  .accordion.is-expanded .accordions__content {
    padding: 0 2rem 1rem 2rem;
  }
}
.clwp-comments-container {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-comments-container {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-comments-container {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-comments-container {
    margin-bottom: 1.25rem;
  }
}
.grid-container--window-width .clwp-in-content-toc__viewport {
  max-width: none;
}
.grid-container--window-width .clwp-in-content-toc__nav {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-container--window-width .clwp-in-content-toc__nav {
    justify-content: center;
  }
}
.clwp-mobile-menu-edit {
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
}
.modal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(68, 68, 68, 0.85);
}
.template-block-warning {
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    #606dbc,
    #606dbc 10px,
    #465298 10px,
    #465298 20px
  );
}
.elementor-section-wrap > .clwp-row:last-child {
  margin-bottom: 0 !important;
}
.youtube-embed {
  position: relative;
}
.youtube-embed:not(.is-active)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 68, 68, 0.7);
  z-index: 1;
}
.youtube-embed .play-icon {
  width: 1.5rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  z-index: 2;
}
.accordions__expand-all {
  text-align: right;
}
.accordions__expand-all--button {
  background: none;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
}
.accordions__expand-all--button .accordions__collapse-all {
  display: none;
}
.accordions__expand-all--button.is-expanded .accordions__collapse-all {
  display: inline-block;
}
.accordions__expand-all--button.is-expanded .accordions__expand-all {
  display: none;
}
.accordions__collapse {
  display: none;
}
.accordions__label-button {
  display: flex;
  align-items: center;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  width: 100%;
}
.accordions__content-container {
  overflow: hidden;
  transition: height ease-in 0.3s;
}
.accordion.is-expanded .accordions__collapse {
  display: block;
}
.accordion.is-expanded .accordions__expand {
  display: none;
}
.accordion {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  border-top: 0.0625rem solid #efefef;
  transition: ease 0.3s;
}
@media print, screen and (min-width: 40em) {
  .accordion {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .accordion {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.accordion:hover,
.accordion.is-expanded {
  z-index: 2;
  box-shadow: 0rem 0.125rem 0.75rem 0rem rgba(35, 35, 35, 0.12);
  border-width: 0.25rem;
  border-color: #459aa9;
}
.accordion:hover .accordions__label,
.accordion.is-expanded .accordions__label {
  border-color: #ae4332;
}
.accordion:hover .accordions__content,
.accordion.is-expanded .accordions__content {
  padding: 0 1.5rem 0.5rem 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .accordion:hover .accordions__content,
  .accordion.is-expanded .accordions__content {
    padding: 0 2rem 1rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .accordion:hover .accordions__content,
  .accordion.is-expanded .accordions__content {
    padding: 0 2rem 1rem 2rem;
  }
}
.clwp-comments-container {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-comments-container {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-comments-container {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-comments-container {
    margin-bottom: 1.25rem;
  }
}
.embeddable-javascript ._form ._form_hide {
  display: none;
  visibility: hidden;
}
.embeddable-javascript ._form ._form_show {
  display: block;
  visibility: visible;
}
.embeddable-javascript ._form ._form-content ._form_element {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form ._form-content ._form_element {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .embeddable-javascript ._form ._form-content ._form_element {
    margin-bottom: 1.5rem;
  }
}
.embeddable-javascript ._form ._form-content ._checkbox-radio {
  display: inline-block;
  margin-right: 0.5rem;
}
.embeddable-javascript ._form ._form-content ._checkbox-radio label {
  display: inline-block;
}
.embeddable-javascript ._form ._form-content label,
.embeddable-javascript ._form ._form-content select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  margin-bottom: 0.25rem;
  color: inherit;
  line-height: 1.25 !important;
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form ._form-content label,
  .embeddable-javascript ._form ._form-content select {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form ._form-content label,
  .embeddable-javascript ._form ._form-content select {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .embeddable-javascript ._form ._form-content label,
  .embeddable-javascript ._form ._form-content select {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form ._form-content label,
  .embeddable-javascript ._form ._form-content select {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .embeddable-javascript ._form ._form-content label,
  .embeddable-javascript ._form ._form-content select {
    margin-bottom: 0.25rem;
  }
}
.embeddable-javascript ._form ._form-content select {
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='104' height='104' viewBox='0 0 104 104'%3E%3Cpolygon fill='%23232323' fill-rule='evenodd' points='12.22 .163 52 40.237 91.78 .163 104 12.5 52 65 0 12.5' transform='translate(0 22)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.625rem);
  background-position-y: center;
  background-size: 1.25rem;
  padding-right: 2.5rem !important;
}
.embeddable-javascript ._form ._form-content input[type="radio"] {
  -webkit-appearance: radio;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form ._form-content input[type="radio"] {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form ._form-content input[type="radio"] {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .embeddable-javascript ._form ._form-content input[type="radio"] {
    margin-bottom: 1.25rem;
  }
}
.embeddable-javascript ._form ._form-content input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.embeddable-javascript ._form ._form-content input[type="text"],
.embeddable-javascript ._form ._form-content input[type="phone"],
.embeddable-javascript ._form ._form-content input[type="email"],
.embeddable-javascript ._form ._form-content select {
  height: 2.5rem;
  line-height: 2.5rem;
}
.embeddable-javascript ._form ._form-content input[type="text"],
.embeddable-javascript ._form ._form-content input[type="phone"],
.embeddable-javascript ._form ._form-content input[type="email"],
.embeddable-javascript ._form ._form-content select,
.embeddable-javascript ._form ._form-content textarea {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  width: 100%;
  max-width: 100%;
  outline: 0;
  border: 0.125rem solid #d1d1d1;
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form ._form-content input[type="text"],
  .embeddable-javascript ._form ._form-content input[type="phone"],
  .embeddable-javascript ._form ._form-content input[type="email"],
  .embeddable-javascript ._form ._form-content select,
  .embeddable-javascript ._form ._form-content textarea {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form ._form-content input[type="text"],
  .embeddable-javascript ._form ._form-content input[type="phone"],
  .embeddable-javascript ._form ._form-content input[type="email"],
  .embeddable-javascript ._form ._form-content select,
  .embeddable-javascript ._form ._form-content textarea {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .embeddable-javascript ._form ._form-content input[type="text"],
  .embeddable-javascript ._form ._form-content input[type="phone"],
  .embeddable-javascript ._form ._form-content input[type="email"],
  .embeddable-javascript ._form ._form-content select,
  .embeddable-javascript ._form ._form-content textarea {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form ._form-content input[type="text"],
  .embeddable-javascript ._form ._form-content input[type="phone"],
  .embeddable-javascript ._form ._form-content input[type="email"],
  .embeddable-javascript ._form ._form-content select,
  .embeddable-javascript ._form ._form-content textarea {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .embeddable-javascript ._form ._form-content input[type="text"],
  .embeddable-javascript ._form ._form-content input[type="phone"],
  .embeddable-javascript ._form ._form-content input[type="email"],
  .embeddable-javascript ._form ._form-content select,
  .embeddable-javascript ._form ._form-content textarea {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
.embeddable-javascript ._form ._form-content ._html-code a {
  color: #4dacbd;
  text-decoration: underline;
}
.embeddable-javascript ._form ._form-content ._html-code a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.embeddable-javascript ._form ._form-content ._html-code a:visited {
  color: #5eb4c3;
}
.embeddable-javascript ._form ._form-content ._html-code a:active {
  color: #3d8997;
  text-decoration: underline;
}
.embeddable-javascript ._form ._form-content ._html-code a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.embeddable-javascript ._form ._form-content ._button-wrapper ._submit {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #ae4332;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3.125rem;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form ._form-content ._button-wrapper ._submit {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .embeddable-javascript ._form ._form-content ._button-wrapper ._submit {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.embeddable-javascript ._form ._form-content ._button-wrapper ._submit:hover {
  background-color: #9c3c2c;
  cursor: pointer;
}
.embeddable-javascript ._form ._form-content ._button-wrapper ._submit:focus {
  background-color: #8b3528;
  cursor: pointer;
}
.embeddable-javascript ._form-thank-you {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form-thank-you {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .embeddable-javascript ._form-thank-you {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .embeddable-javascript ._form-thank-you {
    margin-bottom: 1.25rem;
  }
}
.grid-container--window-width .clwp-in-content-toc__viewport {
  max-width: none;
}
.grid-container--window-width .clwp-in-content-toc__nav {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-container--window-width .clwp-in-content-toc__nav {
    justify-content: center;
  }
}
.speed-test__server {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18rem;
}
.speed-test__button-override {
  width: 11.25rem !important;
}
.speed-test__button-override:not(a) {
  padding: 0 !important;
  border: 0 !important;
}
.speed-test__start-button {
  position: relative;
  width: 16rem;
  height: 16rem;
  border: 0.3125rem solid #b65546;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.1);
  transition: background-color 0.33s ease-in-out, border 0.33s ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.speed-test__start-button::before {
  position: absolute;
  top: -0.3125rem;
  left: -0.3125rem;
  width: 16rem;
  height: 16rem;
  transform: translate3d(0, 0, 0);
  transition: border 0.5s ease-in-out;
  border-style: solid;
  border-radius: 50%;
  border-color: #ae4332;
  content: "";
  z-index: 1;
  filter: blur(1.25rem);
  animation-name: button-glow;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.speed-test__start-button:hover {
  border: 0.625rem solid #b65546;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.speed-test .speed-test-share {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.speed-test .button-view-full {
  margin-bottom: 2.25rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .speed-test .button-view-full {
    margin-bottom: 3.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .speed-test .button-view-full {
    margin-bottom: 3.25rem;
  }
}
.speed-test .button-view-full__text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.speed-test .button-view-full__text::before,
.speed-test .button-view-full__text::after {
  flex: 1 0 0.625rem;
  border-top: 0.0625rem solid #fff;
  content: "";
}
.speed-test .button-view-full__text::before {
  margin-right: 0.625rem;
}
.speed-test .button-view-full__text::after {
  margin-left: 0.625rem;
}
.speed-test .button-view-full__toggle,
.speed-test .button-view-full__toggle--close {
  display: none;
  border: 0.0625rem solid #fff;
}
.speed-test .button-view-full__toggle.active,
.speed-test .button-view-full__toggle--close.active {
  display: inline-block;
}
.speed-test .loader {
  position: relative;
  width: 16rem;
  height: 16rem;
  margin: 3.4375rem auto;
  transform: translateZ(0);
  border-radius: 50%;
  color: #b65546 !important;
  box-shadow: inset 0 0 0 0.625rem;
}
.speed-test .loader .loader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.speed-test .loader::before {
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  width: 8.25rem;
  height: 16.25rem;
  transform: rotate(180deg);
  transform-origin: 8.125rem 8.125rem;
  border-radius: 16.25rem 0 0 16.25rem;
  background-color: #326f7b;
  content: "";
}
.speed-test .loader::after {
  position: absolute;
  top: -0.125rem;
  left: 7.875rem;
  width: 8.25rem;
  height: 16.25rem;
  transform-origin: 0.125rem 8.125rem;
  border-radius: 0 16.25rem 16.25rem 0;
  background-color: #326f7b;
  content: "";
}
.speed-test .loader.active::before {
  animation: load2 2s infinite ease -1.5s;
}
.speed-test .loader.active::after {
  animation: load2 2s infinite ease;
}
@media print, screen and (max-width: 39.99875em) {
  .speed-test__data-cell {
    display: flex;
    border-bottom: 0.125rem solid #fff;
    align-items: center;
    padding: 0.5rem 0 0.5rem 0;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .speed-test__data-cell {
    padding: 1rem 0 1rem 0;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .speed-test__data-cell {
    padding: 1rem 0 1rem 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .speed-test__data-cell:last-child {
    border-bottom: none;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .speed-test__cell-heading {
    flex: 1;
    text-align: left;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .speed-test__cell-output {
    flex: 1;
    text-align: right;
  }
}
@media print, screen and (min-width: 40em) {
  .speed-test__speed-list-container {
    display: flex;
    border-bottom: none;
  }
}
.speed-test__speed-list-container .speed-list-icon {
  margin-right: 0.5rem;
}
.speed-test__speed-list-container .show-on-expand {
  display: none;
}
.speed-test__speed-left-col {
  text-align: left;
  border-bottom: 0.125rem solid #fff;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .speed-test__speed-left-col {
    flex: 1;
    padding-right: 7.1875rem;
    border-right: 0.125rem solid #fff;
    border-bottom: none;
  }
}
.speed-test__speed-right-col {
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .speed-test__speed-right-col {
    flex: 1;
    padding-left: 7.1875rem;
  }
}
.speed-test__speed-list-item-left,
.speed-test__speed-list-item-right {
  display: none;
}
.speed-test__speed-list-item-left.active,
.speed-test__speed-list-item-right.active {
  display: flex;
}
@media print, screen and (max-width: 39.99875em) {
  .speed-test__cta-buttons {
    display: flex;
    flex-wrap: wrap;
  }
  .speed-test__cta-buttons .speed-test__button-1 {
    width: 100%;
  }
  .speed-test__cta-buttons .speed-test__button-2 {
    margin-right: 0.5rem;
  }
  .speed-test__cta-buttons .speed-test__button-2,
  .speed-test__cta-buttons .speed-test__button-3 {
    flex: 1;
    max-width: 100% !important;
  }
}
.speed-test .circle-chart {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.speed-test .circle-chart .speed-complete-check {
  transform: translate(14px, 13px) scale(0.2);
}
.speed-test .circle-chart__background {
  transform: rotate(45deg) scale(1, -1);
  transform-origin: center;
  stroke: #ae4332;
  stroke-width: 0.125rem;
  stroke-linecap: round;
  stroke-dasharray: 75, 100;
  fill: none;
}
.speed-test .circle-chart__circle {
  position: relative;
  transform: rotate(134deg) translate3d(0, 0, 0);
  transform-origin: center;
  transition: stroke-dasharray 0.6s ease-in;
  stroke: #b65546;
  stroke-width: 0.125rem;
  stroke-linecap: round;
  stroke-dasharray: 0, 100;
  fill: none;
}
.speed-test .circle-chart__dot {
  position: relative;
  transform: rotate(134deg) translate3d(0, 0, 0);
  transform-origin: center;
  transition: stroke-dashoffset 0.6s ease-in;
  border: 0.125rem solid #ae4332;
  stroke: #fff;
  stroke-width: 0.125rem;
  stroke-linecap: round;
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 0;
  fill: none;
}
.speed-test .circle-chart-num {
  display: none;
  font-size: 0.125rem;
  fill: #b65546;
}
.speed-test .speed-activity-download {
  font-size: 0.109375rem;
  font-weight: bold;
  fill: #b65546;
}
.speed-test .current-speed-units {
  font-size: 0.109375rem;
  font-weight: bold;
  fill: #b65546;
}
.speed-test .speed-in-progress,
.speed-test .speed-activity-complete {
  font-size: 0.125rem;
  fill: #6e6361;
  font-weight: bold;
  text-transform: uppercase;
}
.speed-test .current-speed {
  font-size: 0.4375rem;
  font-weight: bold;
  fill: #6e6361;
}
.speed-test .current-speed-main,
.speed-test .current-speed-dot,
.speed-test .current-speed-decimal {
  dominant-baseline: central;
}
.speed-test__test-container {
  padding-top: 2rem;
  position: relative;
}
.speed-test__test-container .test-thinking {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #6e6361;
  font-size: 1.25rem;
  line-height: 1em;
}
.speed-test__test-container .test-complete-icon {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1em;
}
.speed-test .svg-generating-time {
  display: block;
}
.speed-test .test-thinking {
  display: none;
}
.speed-test .test-thinking.active {
  display: inline-block;
}
.speed-test .test-thinking.active span {
  animation-name: test-blink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.speed-test .test-thinking.active span:nth-child(2) {
  animation-delay: 0.2s;
}
.speed-test .test-thinking.active span:nth-child(3) {
  animation-delay: 0.4s;
}
.speed-test .lightbox.test-image-box {
  max-width: 43.75rem;
}
.speed-test .lightbox.test-image-box * {
  color: #5f5f5f;
}
.speed-test .lightbox.test-image-box .lightbox-x {
  color: #5f5f5f;
}
.speed-test .lightbox.test-image-box.has-svg {
  width: 43.75rem;
}
@media print, screen and (min-width: 40em) {
  .speed-test .lightbox.test-image-box.has-svg {
    width: 43.75rem;
  }
}
.speed-test .lightbox.test-image-box.has-svg .test-image-container {
  transition: opacity 0.2s ease-in;
  opacity: 0;
}
.speed-test .lightbox.test-image-box svg {
  max-width: 100%;
}
.speed-test .lightbox.test-image-box .circle-chart {
  margin: 0 auto;
}
.speed-test .lightbox.test-image-box .svg-generating-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.speed-test .lightbox.test-image-box .svg-generating-time {
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
}
.speed-test .lightbox .test-image-container {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .speed-test .lightbox .test-image-container {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .speed-test .lightbox .test-image-container {
    margin-bottom: 1.25rem;
  }
}
.speed-test .speed-share-info {
  text-align: left;
}
.speed-test .speed-share-info .speed-social {
  display: flex;
  justify-content: space-evenly;
}
@media print, screen and (max-width: 39.99875em) {
  .speed-test .speed-share-info .speed-social {
    margin: 0 3.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .speed-test .speed-share-info .speed-social {
    margin: 0 11.875rem;
  }
}
.speed-test .speed-share-info .speed-social img {
  position: relative;
  top: 0.125rem;
}
.speed-test .speed-share-info .speed-social p {
  color: #232323;
}
.speed-test .speed-share-info .speed-image-link {
  width: 100%;
  height: 2.5rem;
  border: 0.0625rem solid #d1d1d1;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.speed-test .test-image,
.speed-test .final-chart {
  display: flex;
  align-items: center;
  padding: 0 1.875rem;
  background: #ae4332;
}
.speed-test img.final-test-logo {
  width: 12.5rem;
}
.speed-test .final-provider,
.speed-test .final-date,
.speed-test .final-ping,
.speed-test .final-upload {
  color: #fff;
  font-size: 0.125rem;
}
.speed-test .final-download {
  font-size: 0.5rem;
  font-weight: bold;
  fill: #fff;
  dominant-baseline: central;
}
.speed-test .final-download-units {
  font-size: 0.125rem;
  font-weight: bold;
  fill: #fff;
}
.speed-test .final-chart-container.has-svg {
  width: 640px;
  height: 320px;
  opacity: 0;
}
.speed-test .final-chart-container.has-svg .final-chart {
  display: inline-block;
  width: 640px;
  height: 320px;
}
.speed-test .street-depend {
  display: none;
}
@keyframes test-blink {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 9999;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .popup {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .popup {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.popup.active {
  transform: translate(-50%, -50%) scale(1);
}
.popup__container {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
}
.popup__container.medium-6,
.popup__container.medium-8,
.popup__container.medium-10 {
  max-width: none;
}
.popup__container.medium-6 .grid-container--default,
.popup__container.medium-8 .grid-container--default,
.popup__container.medium-10 .grid-container--default {
  max-width: none;
}
.popup__close-icon {
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (max-width: 39.99875em) {
  .popup.hide-on-mobile {
    display: none;
  }
}
.popup .exit-text {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .popup .exit-text {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .popup .exit-text {
    margin-bottom: 2rem;
  }
}
.popup .exit-text .close-popup {
  color: #4dacbd;
  text-decoration: underline;
}
.popup .exit-text .close-popup:focus {
  color: #3d8997;
  text-decoration: underline;
}
.popup .exit-text .close-popup:visited {
  color: #5eb4c3;
}
.popup .exit-text .close-popup:active {
  color: #3d8997;
  text-decoration: underline;
}
.popup .exit-text .close-popup:hover {
  color: #3d8997;
  text-decoration: underline;
}
.popup .close-popup:hover {
  cursor: pointer;
}
@media print, screen and (max-width: 39.99875em) {
  .overlay.popup-overlay.hide-on-mobile {
    display: none;
  }
}
.elementor-widget-container-editor-notification {
  background-color: #efefef;
  padding: 20px;
}
.simple-zip-form {
  max-width: 22.5rem;
}
.simple-zip-form:not(:has(.zip-form-compact)) {
  min-width: 18.75rem;
}
.simple-zip-form--align-right {
  margin-left: auto;
}
.simple-zip-form--align-center {
  margin-right: auto;
  margin-left: auto;
}
.simple-zip-form
  .zip-form-compact
  .zip-check__form--field:focus-within
  input::placeholder {
  transition: unset;
  opacity: 0;
}
.zip-form-compact .zip-check__form--field {
  height: 3.125rem;
  border: 0.0625rem solid #868686;
}
.zip-form-compact .zip-check__form--field:focus-within {
  padding: 0.3125rem;
}
.zip-form-compact .zip-check__form--field:focus-within input::placeholder {
  transition: opacity 0.8s 0.5s ease;
  opacity: 0;
}
.zip-form-compact .zip-check__form--field:hover {
  border: 0.0625rem solid #82c4d0;
}
.zip-form-compact .zip-check__form--field.using-location {
  position: relative;
}
.zip-form-compact .zip-check__form--field.using-location::before,
.zip-form-compact .zip-check__form--field.using-location::after {
  content: "";
  box-sizing: inherit;
  position: absolute;
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  border-radius: unset;
  width: 0;
  height: 0;
}
.zip-form-compact .zip-check__form--field.using-location::before {
  right: 0 !important;
  bottom: 0;
}
.zip-form-compact .zip-check__form--field.using-location::after {
  left: 0;
  top: 0;
}
.zip-form-compact .zip-check__form--field.using-location:focus-within {
  border: none;
}
.zip-form-compact .zip-check__form--field.using-location:focus-within::before,
.zip-form-compact .zip-check__form--field.using-location:focus-within::after {
  width: 100%;
  height: 100%;
}
.zip-form-compact .zip-check__form--field.using-location:focus-within::before {
  border-left-color: #57b2c0;
  border-bottom-color: #57b2c0;
  transition: width 0.075s cubic-bezier(0, 0, 0, 0.81),
    height 0.075s cubic-bezier(0, 0, 0, 0.81) 0.075s;
}
.zip-form-compact .zip-check__form--field.using-location:focus-within::after {
  border-right-color: #57b2c0;
  border-top-color: #57b2c0;
  transition: border-color 0s cubic-bezier(0, 0, 0, 0.81) 0.15s,
    width 0.075s cubic-bezier(0, 0, 0, 0.81) 0.15s,
    height 0.075s cubic-bezier(0, 0, 0, 0.81) 0.225s;
}
.zip-form-compact
  .zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ) {
  position: relative;
}
.zip-form-compact
  .zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  )::before,
.zip-form-compact
  .zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  )::after {
  content: "";
  box-sizing: inherit;
  position: absolute;
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  border-radius: unset;
  width: 0;
  height: 0;
}
.zip-form-compact
  .zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  )::before {
  right: 0 !important;
  bottom: 0;
}
.zip-form-compact
  .zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  )::after {
  left: 0;
  top: 0;
}
.zip-form-compact
  .zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ):focus-within {
  border: none;
}
.zip-form-compact
  .zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ):focus-within::before,
.zip-form-compact
  .zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ):focus-within::after {
  width: 100%;
  height: 100%;
}
.zip-form-compact
  .zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ):focus-within::before {
  border-left-color: #459aa9;
  border-bottom-color: #459aa9;
  transition: width 0.075s cubic-bezier(0, 0, 0, 0.81),
    height 0.075s cubic-bezier(0, 0, 0, 0.81) 0.075s;
}
.zip-form-compact
  .zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ):focus-within::after {
  border-right-color: #459aa9;
  border-top-color: #459aa9;
  transition: border-color 0s cubic-bezier(0, 0, 0, 0.81) 0.15s,
    width 0.075s cubic-bezier(0, 0, 0, 0.81) 0.15s,
    height 0.075s cubic-bezier(0, 0, 0, 0.81) 0.225s;
}
.zip-form-compact .zip-check__form--field.zip-input-valid img.success-icon {
  display: block;
}
.zip-form-compact .zip-check__form--field.zip-input-error {
  border: 0.0625rem solid #d76954;
}
.zip-form-compact .zip-check__form--field.zip-input-error img.error-icon {
  display: block;
}
.zip-form-compact .zip-check__form--field .zip-check__input-container {
  max-height: 2.5rem;
}
.zip-form-compact
  .zip-check__form--field
  .zip-check__input-container
  img.success-icon,
.zip-form-compact
  .zip-check__form--field
  .zip-check__input-container
  img.error-icon {
  width: 1rem;
  height: 1rem;
}
.zip-form-compact
  .zip-check__form--field
  .zip-check__input-container
  input.zip-check__input {
  background: none;
  letter-spacing: normal;
}
.zip-form-compact
  .zip-check__form--field
  .zip-check__button--loading-icon.active {
  width: 1rem;
  height: 1rem;
}
.zip-form-compact .zip-check__form--field .zip-check__button img.search-icon {
  width: 1rem;
  height: 1rem;
  max-width: unset;
}
.zip-check {
  position: relative;
}
.zip-check.hide {
  display: none;
}
.zip-check.flyaway-on {
  overflow: visible;
}
.zip-check__flyaway-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.zip-check__flyaway-btn {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  z-index: 1;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.zip-check__flyaway-btn span {
  line-height: 1;
}
.zip-check__form {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.zip-check__form.show {
  opacity: 1;
}
.zip-check__form--fieldset {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  border-radius: 0.25rem;
}
.zip-check__form--field {
  height: 4.125rem;
  border: 0.125rem solid #868686;
  border-radius: 0.25rem;
  align-items: center;
}
.zip-check__form--field:hover {
  border: 0.125rem solid #82c4d0;
}
.zip-check__form--field.using-location {
  position: relative;
}
.zip-check__form--field.using-location::before,
.zip-check__form--field.using-location::after {
  content: "";
  box-sizing: inherit;
  position: absolute;
  border: 0.125rem solid rgba(0, 0, 0, 0);
  border-radius: unset;
  width: 0;
  height: 0;
}
.zip-check__form--field.using-location::before {
  right: 0 !important;
  bottom: 0;
}
.zip-check__form--field.using-location::after {
  left: 0;
  top: 0;
}
.zip-check__form--field.using-location:focus-within {
  border: none;
}
.zip-check__form--field.using-location:focus-within::before,
.zip-check__form--field.using-location:focus-within::after {
  width: 100%;
  height: 100%;
}
.zip-check__form--field.using-location:focus-within::before {
  border-left-color: #57b2c0;
  border-bottom-color: #57b2c0;
  transition: width 0.075s cubic-bezier(0, 0, 0, 0.81),
    height 0.075s cubic-bezier(0, 0, 0, 0.81) 0.075s;
}
.zip-check__form--field.using-location:focus-within::after {
  border-right-color: #57b2c0;
  border-top-color: #57b2c0;
  transition: border-color 0s cubic-bezier(0, 0, 0, 0.81) 0.15s,
    width 0.075s cubic-bezier(0, 0, 0, 0.81) 0.15s,
    height 0.075s cubic-bezier(0, 0, 0, 0.81) 0.225s;
}
.zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ) {
  position: relative;
}
.zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  )::before,
.zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  )::after {
  content: "";
  box-sizing: inherit;
  position: absolute;
  border: 0.125rem solid rgba(0, 0, 0, 0);
  border-radius: unset;
  width: 0;
  height: 0;
}
.zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  )::before {
  right: 0 !important;
  bottom: 0;
}
.zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  )::after {
  left: 0;
  top: 0;
}
.zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ):focus-within {
  border: none;
}
.zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ):focus-within::before,
.zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ):focus-within::after {
  width: 100%;
  height: 100%;
}
.zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ):focus-within::before {
  border-left-color: #459aa9;
  border-bottom-color: #459aa9;
  transition: width 0.075s cubic-bezier(0, 0, 0, 0.81),
    height 0.075s cubic-bezier(0, 0, 0, 0.81) 0.075s;
}
.zip-check__form--field:not(.is-valid):not(.zip-input-error):not(
    .using-location
  ):focus-within::after {
  border-right-color: #459aa9;
  border-top-color: #459aa9;
  transition: border-color 0s cubic-bezier(0, 0, 0, 0.81) 0.15s,
    width 0.075s cubic-bezier(0, 0, 0, 0.81) 0.15s,
    height 0.075s cubic-bezier(0, 0, 0, 0.81) 0.225s;
}
.zip-check__form--field.zip-input-valid img.success-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.zip-check__form--field.zip-input-error {
  border: 0.1875rem solid #d76954;
}
.zip-check__form--field.zip-input-error img.error-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.zip-check__form--field .my-location {
  background: none;
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  z-index: 1;
}
@keyframes moveup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zip-check__form--field .my-location:hover path {
  opacity: 1;
  fill: #5f5f5f;
}
.zip-check__form--field .my-location.found path {
  opacity: 1;
  fill: #57b2c0;
}
.zip-check__form--field .zip-check__input {
  width: 100%;
  background-color: #fff;
  color: #524a49;
  border-radius: 0.25rem;
  outline: none;
  border: none;
  border-right: 0;
}
.zip-check__form--field .zip-check__input-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-right: none;
  background-color: #fff;
  max-height: 2.75rem;
}
.zip-check__form--field .zip-check__input-container input {
  margin-bottom: 0 !important;
}
.zip-check__form--field .zip-check__input-container .error-icon,
.zip-check__form--field .zip-check__input-container .success-icon {
  display: none;
}
.zip-check__form--field .zip-check__input:not(:placeholder-shown) {
  letter-spacing: 0.25rem;
}
.zip-check__form--field .zip-check__input-with-label {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.zip-check__form--field .zip-check__input-label {
  display: none;
  margin-bottom: 0;
}
.zip-check__form--field
  .zip-check__input-label:has(+ .zip-check__input:not(:placeholder-shown)) {
  display: block;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  color: #897c79;
  padding-left: 0.25rem;
}
.zip-check__form--field:focus-within {
  padding: 0.625rem;
}
@media print, screen and (max-width: 39.99875em) {
  .zip-check__form--field:focus-within {
    padding: 0.375rem;
  }
}
.zip-check__form--field:focus-within .zip-check__input-label {
  display: block !important;
  color: #897c79;
}
.zip-check__form--field:focus-within input {
  letter-spacing: 0.25rem;
}
.zip-check__form--field:focus-within input::placeholder {
  opacity: 0;
}
.zip-check__form--message {
  font-size: 0.875rem;
  text-align: left;
  position: relative;
  display: none;
  margin-bottom: 0.25rem;
}
.zip-check__form--message.error {
  color: #d76954;
  display: block;
  margin-top: 0.25rem;
}
.zip-check__form--message.success {
  color: #88a653;
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  .zip-check__form img {
    height: 0.875rem;
    width: 0.875rem;
  }
}
.zip-check__button {
  display: flex !important;
  padding: 0.75rem !important;
  align-items: center;
}
.zip-check__button--search-icon.clwp-icon {
  width: 1.25rem;
  height: 1.25rem;
  max-width: unset;
  margin-right: 0 !important;
}
.zip-check__button--loading-icon {
  display: none;
}
.zip-check__button--loading-icon.active {
  display: inline-block;
  animation: form_icon_spin 0.75s linear infinite;
  width: 1.25rem;
  height: 1.25rem;
}
@keyframes form_icon_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.zip-check__button p {
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
}
.zip-check__button.hide-text p {
  display: none;
}
.zip-check:not(.flyaway-on) .zip-check__flyaway-container {
  position: absolute;
}
.zip-check:not(.flyaway-on)
  .zip-check__flyaway-container
  .zip-check__flyaway-btn {
  transform: translateX(120%);
}
.provider-availability {
  display: none;
}
.provider-availability.show {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.provider-availability .provider-availability-view-plans,
.provider-availability .provider-availability-find-providers {
  display: none;
}
.provider-availability .provider-availability-view-plans.show,
.provider-availability .provider-availability-find-providers.show {
  display: block;
}
.provider-availability .provider-availability-edit-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.3125rem;
  margin-top: 0.625rem;
}
.provider-availability .provider-availability-edit-container .yes-icon,
.provider-availability .provider-availability-edit-container .no-icon {
  display: none;
}
.provider-availability .provider-availability-edit-container .yes-icon.show,
.provider-availability .provider-availability-edit-container .no-icon.show {
  display: flex;
}
.provider-availability .provider-availability-edit-container .yes-icon {
  fill: #88a653;
}
.provider-availability .provider-availability-edit-container .no-icon {
  height: 1.5rem;
}
.provider-availability .provider-availability-edit-container .no-icon polygon {
  fill: #d76954;
}
.provider-availability
  .provider-availability-edit-container
  .provider-availability-text-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.1875rem;
}
.provider-availability
  .provider-availability-edit-container
  .provider-availability-text-container
  .provider-availability-text {
  margin: 0;
}
.provider-availability
  .provider-availability-edit-container
  .provider-availability-text-container
  .provider-availability_edit-zip {
  background: none;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 0.3125rem;
}
.provider-availability
  .provider-availability-edit-container
  .provider-availability-text-container
  .provider-availability_edit-zip
  .provider-availability-zip-text {
  margin: 0;
  color: #4dacbd;
}
.provider-availability
  .provider-availability-edit-container
  .provider-availability-text-container
  .provider-availability_edit-zip:hover
  .provider-availability-zip-text {
  color: #326f7b;
}
.provider-availability
  .provider-availability-edit-container
  .provider-availability-text-container
  .provider-availability_edit-zip
  svg {
  fill: #4dacbd;
}
.provider-availability
  .provider-availability-edit-container
  .provider-availability-text-container
  .provider-availability_edit-zip:hover
  svg {
  fill: #326f7b;
}
.shortcode .zip-check {
  width: 10.5625rem;
  color: #413c3a;
}
.shortcode .zip-check__form--input {
  color: #413c3a;
}
.shortcode .zip-check-input-container {
  border: none;
}
@media print, screen and (max-width: 39.99875em) {
  .manual-comparison-table .zip-check__form--field .my-location {
    display: none;
  }
  .manual-comparison-table .zip-check__form--field .zip-check__button {
    padding: 0 !important;
    background: #fff;
  }
  .manual-comparison-table
    .zip-check__form--field
    .zip-check__button--search-icon {
    content: url("/app/themes/coolwhip/assets/icons/icon-search--dark.svg");
  }
}
.clwp-byline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-byline {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-byline {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-byline {
    margin-bottom: 1.25rem;
  }
}
.clwp-byline__avatar {
  width: 1.875rem;
  margin-right: 0.25rem;
}
.clwp-byline__before-name {
  margin-right: 0.25rem;
}
.clwp-byline__author-name {
  margin-right: 0.25rem;
}
.clwp-byline a {
  color: #4dacbd;
  text-decoration: underline;
}
.clwp-byline a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-byline a:visited {
  color: #5eb4c3;
}
.clwp-byline a:active {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-byline a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.main-content {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease-out;
  margin-top: 0;
  scroll-behavior: smooth;
}
.main-content[tabindex]:focus,
.main-content[tabindex]:active {
  box-shadow: 0 0 5px #ae4332;
}
.clwp-nav-mobile-button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
}
.clwp-nav-mobile-button .clwp-icon {
  width: 1.5rem;
}
.clwp-nav-mobile-button.is-active .clwp-nav-mobile-button__open-menu-icon {
  display: none;
}
.clwp-nav-mobile-button.is-active .clwp-nav-mobile-button__close-menu-icon {
  display: inline-block;
}
.clwp-nav-mobile-button:not(.is-active)
  .clwp-nav-mobile-button__open-menu-icon {
  display: inline-block;
}
.clwp-nav-mobile-button:not(.is-active)
  .clwp-nav-mobile-button__close-menu-icon {
  display: none;
}
.clwp-row.no-margin {
  margin-bottom: 0 !important;
}
.skip-to-main {
  display: inline-block;
  position: absolute;
  padding: 8px;
  color: #413c3a;
  background-color: #a6d5de;
  transform: translateY(-100%);
  transition: 0.1s ease-in;
  z-index: 100;
}
.skip-to-main:focus {
  transform: none;
}
.swipeable-cards-container .swipeable-cards__show-more {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .swipeable-cards-container {
    width: 100%;
  }
  .swipeable-cards-container .swipeable-cards {
    overflow: hidden;
    height: 100% !important;
  }
  .swipeable-cards-container .swipeable-cards .swipeable-cards__card {
    display: block;
  }
  .swipeable-cards-container
    .swipeable-cards
    .swipeable-cards__card.mobile-hide {
    display: none;
  }
  .swipeable-cards-container .swipeable-cards__card {
    width: 100%;
    margin-right: 0;
  }
  .swipeable-cards-container .swipeable-cards__card:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .swipeable-cards-container .swipeable-cards__show-more {
    display: flex;
    justify-content: center;
  }
  .swipeable-cards-container
    .swipeable-cards__show-more
    .swipeable-cards__show-more-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
    display: inline-block;
    width: auto;
    text-align: center;
    background: #ae4332;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3.125rem;
    text-transform: capitalize;
    transition: background-color 0.15s ease-out, color 0.15s ease-out;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .swipeable-cards-container
    .swipeable-cards__show-more
    .swipeable-cards__show-more-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 64em) {
  .swipeable-cards-container
    .swipeable-cards__show-more
    .swipeable-cards__show-more-button {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .swipeable-cards-container
    .swipeable-cards__show-more
    .swipeable-cards__show-more-button:hover {
    background-color: #9c3c2c;
    cursor: pointer;
  }
  .swipeable-cards-container
    .swipeable-cards__show-more
    .swipeable-cards__show-more-button:focus {
    background-color: #8b3528;
    cursor: pointer;
  }
  .swipeable-cards-container .swipeable-cards__scroll-indicators {
    display: none;
  }
}
.swipeable-cards[data-cards] {
  display: grid;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media screen and (min-width: 48em) {
  .swipeable-cards[data-cards="2"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .swipeable-cards[data-cards="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .swipeable-cards[data-cards="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .swipeable-cards[data-cards="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .swipeable-cards[data-cards="4"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .swipeable-cards[data-cards="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .swipeable-cards[data-cards="5"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .swipeable-cards[data-cards="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .swipeable-cards[data-cards="6"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .swipeable-cards[data-cards="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
.swipeable-cards__card .hero-card__container {
  display: grid;
  grid-template-rows: auto;
  grid-template-areas: "image-anchor" "name-anchor" "content" "cta-container";
}
.swipeable-cards__card .hero-card__container .hero-card__image-anchor {
  grid-area: image-anchor;
}
.swipeable-cards__card .hero-card__container .hero-card__name-anchor {
  grid-area: name-anchor;
}
.swipeable-cards__card .hero-card__container .hero-card__content {
  grid-area: content;
}
.swipeable-cards__card .hero-card__container .hero-card__cta-container {
  grid-area: cta-container;
}
.swipeable-cards__card
  .hero-card__container
  .hero-card__cta-container:has(.provider-availability.show) {
  height: auto !important;
}
.swipeable-cards__card.highlight-default .hero-card__container {
  border-top: 0;
  border-color: #4dacbd;
}
.dynamic-table {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .dynamic-table {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .dynamic-table {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .dynamic-table {
    margin-bottom: 1.25rem;
  }
}
.dynamic-table[data-display-format="shrink"] {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-table[data-display-format="shrink"] {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #6e6361;
    font-size: 0.75rem;
    line-height: 1.4375rem;
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"] {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table__cell {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table__cell {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table__cell {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 0.625rem;
    line-height: 1.125rem;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 0.625rem;
    line-height: 1.125rem;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    margin-bottom: 0;
  }
}
.dynamic-table__cell--text a {
  color: #4dacbd;
  text-decoration: underline;
}
.dynamic-table__cell--text a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--text a:visited {
  color: #5eb4c3;
}
.dynamic-table__cell--text a:active {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--text a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]) {
  color: #4dacbd;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]):focus {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]):visited {
  color: #5eb4c3;
}
.dynamic-table__cell--link a:not([class*="button--"]):active {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]):hover {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]) p {
  color: #4dacbd;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]) p:focus {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]) p:visited {
  color: #5eb4c3;
}
.dynamic-table__cell--link a:not([class*="button--"]) p:active {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]) p:hover {
  color: #3d8997;
  text-decoration: underline;
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-table .hide-on-mobile {
    display: none;
  }
}
.dynamic-table-viewport {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.dynamic-table-viewport .slide-in {
  transition: transform 1000ms ease-in;
}
.dynamic-table__heading {
  text-align: left;
  text-wrap: balance;
}
.dynamic-table__cell {
  padding: 0.625rem;
}
.dynamic-table__cell th {
  text-wrap: balance;
}
.dynamic-table__cell--icon-text .data-field__icon-text {
  display: flex;
  align-items: center;
}
.dynamic-table__cell--image-text {
  text-align: center;
}
.dynamic-table__cell--image-text .data-field__image-text__text {
  display: block;
}
.dynamic-table__cell--image-text a {
  display: block;
}
.dynamic-table__cell--image-text .data-field__image-text__text-url {
  color: #4dacbd;
  text-decoration: underline;
}
.dynamic-table__cell--image-text .data-field__image-text__text-url:focus {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--image-text .data-field__image-text__text-url:visited {
  color: #5eb4c3;
}
.dynamic-table__cell--image-text .data-field__image-text__text-url:active {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--image-text .data-field__image-text__text-url:hover {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell .price-leading-text {
  display: inline-block;
}
.dynamic-table__cell img.clwp-managed-brand {
  width: 7.5rem;
  height: auto;
}
.dynamic-table__cell.has-tooltip .dynamic-table__cell__inner {
  display: flex;
  align-items: center;
}
.dynamic-table__cell.has-tooltip .dynamic-table__cell__inner * {
  display: block;
  margin-right: 0.25rem;
  line-height: 1;
}
.dynamic-table__cell .clwp-icon {
  width: 1rem;
  margin-right: 0.5rem;
}
.dynamic-table-featured-label {
  position: absolute;
  background: #5f5f5f;
  z-index: 2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .dynamic-table-featured-label {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .dynamic-table-featured-label {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .dynamic-table-featured-label {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .dynamic-table-featured-label {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .dynamic-table-featured-label {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
.dynamic-table__row th.dynamic-table__cell {
  text-align: left;
}
.dynamic-table__row th.dynamic-table__cell--image-text {
  text-align: center;
}
.dynamic-table__row .dynamic-table__cell.sticky-column {
  position: sticky;
  left: 0;
  z-index: 1;
}
.dynamic-table__row:nth-child(even) {
  background-color: #efefef;
}
.dynamic-table__row:nth-child(even) .sticky-column {
  background-color: #efefef;
}
.dynamic-table__row:nth-child(odd) {
  background-color: #fefefe;
}
.dynamic-table__row:nth-child(odd) .sticky-column {
  background-color: #fefefe;
}
.dynamic-table__row.is-hidden {
  display: none;
}
.dynamic-table.is-vertical {
  counter-reset: count;
}
.dynamic-table.is-vertical--image-text {
  display: flex;
  justify-content: center;
}
.dynamic-table.is-vertical
  .dynamic-table__row.is-featured
  .dynamic-table__cell {
  border-top: 0.3125rem solid #5f5f5f;
  border-bottom: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-vertical
  .dynamic-table__row.is-featured
  .dynamic-table__cell:first-child {
  border-left: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-vertical
  .dynamic-table__row.is-featured
  .dynamic-table__cell:last-child {
  border-right: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-vertical
  .dynamic-table__row.is-featured.has-featured-label
  .dynamic-table__cell {
  padding-top: 1.625rem;
}
.dynamic-table.is-vertical .dynamic-table__row .dynamic-table__heading {
  border-bottom: 0.25rem solid #4dacbd;
}
.dynamic-table.is-vertical .dynamic-table__row[class*="item-number--"] {
  position: relative;
  counter-increment: count;
}
.dynamic-table.is-vertical .dynamic-table__row[class*="item-number--"]:after {
  color: red;
  content: counter(count);
  display: block;
  position: absolute;
  left: 0;
}
.dynamic-table.is-horizontal {
  counter-reset: count;
}
.dynamic-table.is-horizontal
  .dynamic-table__row:first-child
  .dynamic-table__cell {
  padding-top: 0.3125rem;
}
.dynamic-table.is-horizontal
  .dynamic-table__row:first-child
  .dynamic-table__cell.is-featured {
  border-top: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-horizontal .dynamic-table__row .dynamic-table__heading {
  border-right: 0.25rem solid #4dacbd;
}
.dynamic-table.is-horizontal
  .dynamic-table__row:last-child
  .dynamic-table__cell.is-featured {
  border-bottom: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-horizontal .dynamic-table__row td[class*="item-number--"] {
  position: relative;
  counter-increment: count;
}
.dynamic-table.is-horizontal
  .dynamic-table__row
  td[class*="item-number--"]:after {
  color: red;
  content: counter(count);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.dynamic-table.is-horizontal .dynamic-table__cell {
  border-left: 0.3125rem solid rgba(0, 0, 0, 0);
  border-right: 0.3125rem solid rgba(0, 0, 0, 0);
}
.dynamic-table.is-horizontal .dynamic-table__cell.is-featured {
  border-left: 0.3125rem solid #5f5f5f;
  border-right: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-horizontal .dynamic-table-featured-label {
  position: relative;
  width: calc(100% + 0.625rem * 2);
  margin-left: -0.625rem;
  margin-top: -0.3125rem;
  z-index: 0;
}
.dynamic-table.is-horizontal .dynamic-table-featured-label--spacer {
  background-color: rgba(0, 0, 0, 0);
}
.elementor-widget.light-text p {
  color: #a19694;
}
.elementor-widget.light-text h1,
.elementor-widget.light-text .clwp-heading--h1 {
  color: #a19694;
}
.elementor-widget.light-text h2,
.elementor-widget.light-text .clwp-heading--h2 {
  color: #a19694;
}
.elementor-widget.light-text h3,
.elementor-widget.light-text .clwp-heading--h3 {
  color: #a19694;
}
.elementor-widget.light-text h4,
.elementor-widget.light-text .clwp-heading--h4 {
  color: #a19694;
}
.elementor-widget.dark-text p {
  color: #413c3a;
}
.elementor-widget.dark-text h1,
.elementor-widget.dark-text .clwp-heading--h1 {
  color: #413c3a;
}
.elementor-widget.dark-text h2,
.elementor-widget.dark-text .clwp-heading--h2 {
  color: #413c3a;
}
.elementor-widget.dark-text h3,
.elementor-widget.dark-text .clwp-heading--h3 {
  color: #413c3a;
}
.elementor-widget.dark-text h4,
.elementor-widget.dark-text .clwp-heading--h4 {
  color: #413c3a;
}
.customer-reviews .hidden {
  display: none;
}
.customer-reviews-container-skeleton {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.customer-reviews-container-skeleton .customer-reviews__heading {
  background-color: #d1d1d1;
  border-radius: 0.25rem;
  height: 2.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .customer-reviews-container-skeleton .customer-reviews__heading {
    height: 3.75rem;
  }
}
.customer-reviews-container-skeleton
  .customer-reviews__reviews-row
  .overall-rating {
  background-color: #d1d1d1;
  border-radius: 0.25rem;
  height: 18.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .customer-reviews-container-skeleton
    .customer-reviews__reviews-row
    .overall-rating {
    height: 11.25rem;
  }
}
.customer-reviews-container-skeleton
  .customer-reviews__reviews-row
  .rating-categories {
  background-color: #d1d1d1;
  border-radius: 0.25rem;
  height: 18.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .customer-reviews-container-skeleton
    .customer-reviews__reviews-row
    .rating-categories {
    height: 11.25rem;
  }
}
.customer-reviews-container-skeleton
  .customer-reviews__reviews-row
  .review-call-to-action {
  background-color: #d1d1d1;
  border-radius: 0.25rem;
  height: 18.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .customer-reviews-container-skeleton
    .customer-reviews__reviews-row
    .review-call-to-action {
    height: 4.25rem;
  }
}
.customer-reviews-container-skeleton
  .customer-reviews__summary-section--skeleton-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 95%, #fff, transparent);
  background-size: 140% 100%;
  animation: shimmer 2s infinite linear;
  pointer-events: none;
}
@keyframes shimmer {
  from {
    background-position-x: 140%;
  }
  to {
    background-position-x: -200%;
  }
}
.customer-reviews__comment {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.customer-reviews__comment:not(:last-child) {
  border-bottom: 0.125rem solid #d1d1d1;
}
.customer-reviews__chip {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: #a6d5de;
  border: 0.125rem solid #a6d5de;
  white-space: nowrap;
  margin-bottom: 0.75rem !important;
}
.customer-reviews__chip-list {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.customer-reviews__chip-list::-webkit-scrollbar {
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .customer-reviews__chip-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100% !important;
  }
}
.customer-reviews__chip-list--load-more {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ae4332;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
  background-color: unset;
}
@media print, screen and (min-width: 40em) {
  .customer-reviews__chip-list--load-more {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .customer-reviews__chip-list--load-more {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .customer-reviews__chip-list--load-more {
    margin-bottom: 0;
  }
}
.customer-reviews__chip-list--load-more:hover {
  cursor: pointer;
}
.customer-reviews__chip:hover {
  cursor: pointer;
}
.customer-reviews__chip.selected {
  background-color: #897c79;
  border: 0.125rem solid #a6d5de;
}
.customer-reviews__summary-section {
  background-color: #efefef;
  border-radius: 0.5rem;
  border: 0.0625rem solid #d1d1d1;
}
.customer-reviews__list-section--upper-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid #efefef;
}
.customer-reviews__list-section--upper-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 64em) {
  .customer-reviews__list-section--heading {
    margin-bottom: 1.25rem;
  }
}
.customer-reviews__list-section--sort select {
  border: 1px solid #d1d1d1;
  height: 2.875rem;
  width: 100%;
}
.customer-reviews__list-section--sort select:hover {
  cursor: pointer;
}
.customer-reviews__list-load-more {
  text-align: center;
}
.customer-reviews__list-load-more--button {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ae4332;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  background-color: unset;
  border: none;
}
@media print, screen and (min-width: 40em) {
  .customer-reviews__list-load-more--button {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .customer-reviews__list-load-more--button {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .customer-reviews__list-load-more--button {
    margin-bottom: 0;
  }
}
.customer-reviews__list-load-more--button:hover {
  cursor: pointer;
}
.customer-reviews .review-summary .overall-rating,
.customer-reviews .review-summary .rating-categories,
.customer-reviews .review-summary .review-call-to-action {
  align-content: center;
  margin-right: 1rem;
  padding-right: 2rem;
}
@media print, screen and (max-width: 63.99875em) {
  .customer-reviews .review-summary .overall-rating,
  .customer-reviews .review-summary .rating-categories,
  .customer-reviews .review-summary .review-call-to-action {
    padding-right: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.customer-reviews .review-summary .review-call-to-action {
  padding-right: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .customer-reviews .review-summary .review-call-to-action {
    padding-bottom: 0;
  }
}
.customer-reviews .review-summary .content-divider {
  border-right: 0.0625rem solid #d1d1d1;
}
@media print, screen and (max-width: 63.99875em) {
  .customer-reviews .review-summary .content-divider {
    border-right: none;
    border-bottom: 0.0625rem solid #d1d1d1;
  }
}
.customer-reviews .ai-summary {
  background-color: #897c79;
  border-radius: 0.5rem;
}
.customer-reviews .ai-summary__content {
  font-style: italic;
}
.customer-reviews .ai-summary__disclaimer {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.customer-reviews .stars-rating__rating {
  margin-bottom: 0.5rem;
}
.customer-reviews .stars-rating__heading {
  margin-bottom: 0.5rem;
}
.customer-reviews__rating-list-solid--rating-top-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.customer-reviews__rating-list-solid--rating-top-row label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}
@media print, screen and (min-width: 40em) {
  .customer-reviews__rating-list-solid--rating-top-row label {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .customer-reviews__rating-list-solid--rating-top-row label {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .customer-reviews__rating-list-solid--rating-top-row label {
    margin-bottom: 0;
  }
}
.customer-reviews__rating-list-solid--rating-top-row
  .rating-list-solid__coverage-number {
  white-space: nowrap;
  text-align: right;
}
.customer-reviews__rating-list-solid-coverage {
  float: right;
}
.customer-reviews__rating-list-solid--rating-progress {
  display: block;
}
.customer-reviews__rating-list-solid__coverage-bar {
  -webkit-appearance: none;
  appearance: none;
  height: 0.25rem;
  background-color: #d1d1d1;
  color: #4dacbd;
  border-radius: 0.25rem;
  width: 100%;
  vertical-align: 0.3125rem;
}
.customer-reviews__rating-list-solid__coverage-bar::-moz-progress-bar {
  background-color: #4dacbd;
  border-radius: 0.25rem;
}
.customer-reviews__rating-list-solid__coverage-bar::-webkit-progress-bar {
  background-color: #d1d1d1;
  border-radius: 0.25rem;
}
.customer-reviews__rating-list-solid__coverage-bar::-webkit-progress-value {
  background-color: #4dacbd;
  border-radius: 0.25rem;
}
.customer-review-form .skeleton-loading {
  display: none;
}
.customer-review-form__skeleton {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 0.625rem;
}
.customer-review-form__skeleton--dropdown {
  background-color: #d1d1d1;
  border-radius: 0.25rem;
  height: 2rem;
}
.customer-review-form__skeleton-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 95%, #fff, transparent);
  background-size: 140% 100%;
  animation: shimmer 2s infinite linear;
  pointer-events: none;
}
@keyframes shimmer {
  from {
    background-position-x: 140%;
  }
  to {
    background-position-x: -200%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .customer-review-form__sorry--header,
  .customer-review-form__thank-you--header {
    text-align: center;
  }
}
.customer-review-form .select2-container .select2-selection--single {
  width: 100%;
  height: 2.875rem;
  line-height: 2.875rem;
  border-radius: 0.25rem;
}
.customer-review-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.customer-review-form .select2-results__message {
  display: none;
}
.customer-review-form .select2-results__option {
  margin-bottom: 0.25rem;
}
.customer-review-form .select2-search__field {
  height: 2rem;
  font-size: 1rem;
}
.customer-review-form .select2-dropdown {
  margin-top: 0.0625rem;
  border-radius: 0px;
}
.customer-review-form
  .select2-container
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url("/app/themes/coolwhip/assets/icons/icon-caret-down--dark.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-color: rgba(0, 0, 0, 0);
  border: none !important;
  height: 1.25rem !important;
  width: 1.25rem !important;
  margin: auto !important;
  top: 35% !important;
  left: 30% !important;
}
.customer-review-form .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg) !important;
}
.customer-review-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  margin-left: 1.3125rem;
  font-size: 1rem;
  line-height: 2.875rem;
  color: #868686;
}
.customer-review-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered:before {
  content: "";
  position: absolute;
  top: 35% !important;
  left: 0.4375rem;
  background-image: url("/app/themes/coolwhip/assets/icons/forms/search.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
}
.customer-review-form__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  z-index: 1000;
  opacity: 25%;
}
.customer-review-form__close {
  padding-bottom: 0 !important;
}
.customer-review-form__close img:hover {
  cursor: pointer;
}
.customer-review-form__wrapper {
  background-color: #efefef;
}
.customer-review-form__wrapper--popup {
  background-color: #efefef;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1100;
  width: 80%;
  max-width: max-content;
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow-y: auto;
  max-height: 90vh;
  overflow-x: clip;
}
@media print, screen and (max-width: 39.99875em) {
  .customer-review-form__wrapper--popup {
    width: 90%;
  }
}
.customer-review-form__wrapper fieldset input,
.customer-review-form__wrapper fieldset select {
  height: 2.875rem;
}
.customer-review-form__wrapper fieldset input {
  padding-top: 0.875rem;
}
.customer-review-form__wrapper fieldset textarea {
  padding-top: 0.875rem;
  min-height: 5.9375rem;
}
.customer-review-form__wrapper fieldset label.floating-label {
  transition: top 0.4s ease-out, left 0.4s ease-out, color 0.4s ease-out;
  position: absolute;
  z-index: 2;
  color: #868686;
}
.customer-review-form__wrapper
  fieldset
  label.floating-label.customer-review-form__label--textarea {
  top: 1rem;
  left: 0.9375rem;
  width: calc(100% - 0.9375rem);
}
@media print, screen and (max-width: 39.99875em) {
  .customer-review-form__wrapper
    fieldset
    label.floating-label.customer-review-form__label--textarea {
    top: 0.6875rem;
  }
}
.customer-review-form__wrapper
  fieldset
  label.floating-label.customer-review-form__label--textarea.active {
  top: 0.0625rem;
  left: 0.6875rem;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 0.6875rem);
}
.customer-review-form__wrapper
  fieldset
  label.floating-label.customer-review-form__label--text {
  top: 1rem;
  left: 1.6875rem;
}
.customer-review-form__wrapper
  fieldset
  label.floating-label.customer-review-form__label--text.active {
  top: 0.25rem;
  left: 1.375rem;
  font-size: 0.625rem;
}
@media print, screen and (max-width: 39.99875em) {
  .customer-review-form__wrapper
    fieldset
    label.floating-label.customer-review-form__label--text {
    top: 1.25rem;
  }
  .customer-review-form__wrapper
    fieldset
    label.floating-label.customer-review-form__label--text.active {
    top: 0.5rem;
  }
}
.customer-review-form__wrapper
  fieldset
  label.floating-label.customer-review-form__label--text-no-padding {
  top: 0.6875rem;
  left: 1.0625rem;
}
.customer-review-form__wrapper
  fieldset
  label.floating-label.customer-review-form__label--text-no-padding.active {
  top: 0;
  left: 0.625rem;
  font-size: 0.625rem;
}
@media print, screen and (max-width: 39.99875em) {
  .customer-review-form__wrapper
    fieldset
    label.floating-label.customer-review-form__label--text-no-padding {
    top: 0.9375rem;
  }
  .customer-review-form__wrapper
    fieldset
    label.floating-label.customer-review-form__label--text-no-padding.active {
    top: 0.125rem;
  }
}
.customer-review-form__wrapper
  fieldset.form-input.form-input__description-below {
  color: #868686;
}
.customer-review-form__wrapper
  fieldset.form-input.description-right
  .form-input__description-below {
  text-align: right;
}
.customer-review-form__wrapper fieldset.form-input--text-state input {
  color: rgba(0, 0, 0, 0);
}
.customer-review-form__wrapper
  fieldset.form-input--text-zip
  .form-input__field
  input {
  width: 100%;
}
.customer-review-form__wrapper
  fieldset.form-input--text-zip
  .form-input__field.zip-loading::after {
  display: block;
  position: absolute;
  content: "";
  background-image: url("/app/themes/coolwhip/assets/icons/forms/loading--dark.svg");
  top: 30%;
  height: 1.25rem;
  width: 1.25rem;
  animation: form_icon_spin 0.75s linear infinite;
}
@keyframes form_icon_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.customer-review-form__label--rating-top {
  padding: 0 0 1rem 0;
}
.customer-review-form .form-field--rating {
  margin-left: 0.1875rem;
}
.customer-review-form__rating-section {
  background-color: #fff;
  margin: 1rem;
  border-radius: 0.5rem;
}
.customer-review-form__star-rating-section fieldset.divider-bottom {
  border-bottom: 0.0625rem solid #d1d1d1;
}
.customer-review-form__star-rating-section fieldset label {
  margin-bottom: 0;
  width: 100%;
}
.clwp-byline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-byline {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-byline {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-byline {
    margin-bottom: 1.25rem;
  }
}
.clwp-byline__avatar {
  width: 1.875rem;
  margin-right: 0.25rem;
}
.clwp-byline__before-name {
  margin-right: 0.25rem;
}
.clwp-byline__author-name {
  margin-right: 0.25rem;
}
.clwp-byline a {
  color: #4dacbd;
  text-decoration: underline;
}
.clwp-byline a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-byline a:visited {
  color: #5eb4c3;
}
.clwp-byline a:active {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-byline a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.main-content {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease-out;
  margin-top: 0;
  scroll-behavior: smooth;
}
.main-content[tabindex]:focus,
.main-content[tabindex]:active {
  box-shadow: 0 0 5px #ae4332;
}
.clwp-nav-mobile-button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
}
.clwp-nav-mobile-button .clwp-icon {
  width: 1.5rem;
}
.clwp-nav-mobile-button.is-active .clwp-nav-mobile-button__open-menu-icon {
  display: none;
}
.clwp-nav-mobile-button.is-active .clwp-nav-mobile-button__close-menu-icon {
  display: inline-block;
}
.clwp-nav-mobile-button:not(.is-active)
  .clwp-nav-mobile-button__open-menu-icon {
  display: inline-block;
}
.clwp-nav-mobile-button:not(.is-active)
  .clwp-nav-mobile-button__close-menu-icon {
  display: none;
}
.clwp-row.no-margin {
  margin-bottom: 0 !important;
}
.dynamic-table {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .dynamic-table {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .dynamic-table {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .dynamic-table {
    margin-bottom: 1.25rem;
  }
}
.dynamic-table[data-display-format="shrink"] {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-table[data-display-format="shrink"] {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #6e6361;
    font-size: 0.75rem;
    line-height: 1.4375rem;
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"] {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table__cell {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table__cell {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table__cell {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 0.625rem;
    line-height: 1.125rem;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"]
    .dynamic-table__cell--link
    a.button--primary {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 0.625rem;
    line-height: 1.125rem;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .dynamic-table[data-display-format="shrink"] .dynamic-table-featured-label {
    margin-bottom: 0;
  }
}
.dynamic-table__cell--text a {
  color: #4dacbd;
  text-decoration: underline;
}
.dynamic-table__cell--text a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--text a:visited {
  color: #5eb4c3;
}
.dynamic-table__cell--text a:active {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--text a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]) {
  color: #4dacbd;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]):focus {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]):visited {
  color: #5eb4c3;
}
.dynamic-table__cell--link a:not([class*="button--"]):active {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]):hover {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]) p {
  color: #4dacbd;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]) p:focus {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]) p:visited {
  color: #5eb4c3;
}
.dynamic-table__cell--link a:not([class*="button--"]) p:active {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--link a:not([class*="button--"]) p:hover {
  color: #3d8997;
  text-decoration: underline;
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-table .hide-on-mobile {
    display: none;
  }
}
.dynamic-table-viewport {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.dynamic-table-viewport .slide-in {
  transition: transform 1000ms ease-in;
}
.dynamic-table__heading {
  text-align: left;
  text-wrap: balance;
}
.dynamic-table__cell {
  padding: 0.625rem;
}
.dynamic-table__cell th {
  text-wrap: balance;
}
.dynamic-table__cell--icon-text .data-field__icon-text {
  display: flex;
  align-items: center;
}
.dynamic-table__cell--image-text {
  text-align: center;
}
.dynamic-table__cell--image-text .data-field__image-text__text {
  display: block;
}
.dynamic-table__cell--image-text a {
  display: block;
}
.dynamic-table__cell--image-text .data-field__image-text__text-url {
  color: #4dacbd;
  text-decoration: underline;
}
.dynamic-table__cell--image-text .data-field__image-text__text-url:focus {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--image-text .data-field__image-text__text-url:visited {
  color: #5eb4c3;
}
.dynamic-table__cell--image-text .data-field__image-text__text-url:active {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell--image-text .data-field__image-text__text-url:hover {
  color: #3d8997;
  text-decoration: underline;
}
.dynamic-table__cell .price-leading-text {
  display: inline-block;
}
.dynamic-table__cell img.clwp-managed-brand {
  width: 7.5rem;
  height: auto;
}
.dynamic-table__cell.has-tooltip .dynamic-table__cell__inner {
  display: flex;
  align-items: center;
}
.dynamic-table__cell.has-tooltip .dynamic-table__cell__inner * {
  display: block;
  margin-right: 0.25rem;
  line-height: 1;
}
.dynamic-table__cell .clwp-icon {
  width: 1rem;
  margin-right: 0.5rem;
}
.dynamic-table-featured-label {
  position: absolute;
  background: #5f5f5f;
  z-index: 2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .dynamic-table-featured-label {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .dynamic-table-featured-label {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .dynamic-table-featured-label {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .dynamic-table-featured-label {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .dynamic-table-featured-label {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
.dynamic-table__row th.dynamic-table__cell {
  text-align: left;
}
.dynamic-table__row th.dynamic-table__cell--image-text {
  text-align: center;
}
.dynamic-table__row .dynamic-table__cell.sticky-column {
  position: sticky;
  left: 0;
  z-index: 1;
}
.dynamic-table__row:nth-child(even) {
  background-color: #efefef;
}
.dynamic-table__row:nth-child(even) .sticky-column {
  background-color: #efefef;
}
.dynamic-table__row:nth-child(odd) {
  background-color: #fefefe;
}
.dynamic-table__row:nth-child(odd) .sticky-column {
  background-color: #fefefe;
}
.dynamic-table__row.is-hidden {
  display: none;
}
.dynamic-table.is-vertical {
  counter-reset: count;
}
.dynamic-table.is-vertical--image-text {
  display: flex;
  justify-content: center;
}
.dynamic-table.is-vertical
  .dynamic-table__row.is-featured
  .dynamic-table__cell {
  border-top: 0.3125rem solid #5f5f5f;
  border-bottom: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-vertical
  .dynamic-table__row.is-featured
  .dynamic-table__cell:first-child {
  border-left: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-vertical
  .dynamic-table__row.is-featured
  .dynamic-table__cell:last-child {
  border-right: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-vertical
  .dynamic-table__row.is-featured.has-featured-label
  .dynamic-table__cell {
  padding-top: 1.625rem;
}
.dynamic-table.is-vertical .dynamic-table__row .dynamic-table__heading {
  border-bottom: 0.25rem solid #4dacbd;
}
.dynamic-table.is-vertical .dynamic-table__row[class*="item-number--"] {
  position: relative;
  counter-increment: count;
}
.dynamic-table.is-vertical .dynamic-table__row[class*="item-number--"]:after {
  color: red;
  content: counter(count);
  display: block;
  position: absolute;
  left: 0;
}
.dynamic-table.is-horizontal {
  counter-reset: count;
}
.dynamic-table.is-horizontal
  .dynamic-table__row:first-child
  .dynamic-table__cell {
  padding-top: 0.3125rem;
}
.dynamic-table.is-horizontal
  .dynamic-table__row:first-child
  .dynamic-table__cell.is-featured {
  border-top: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-horizontal .dynamic-table__row .dynamic-table__heading {
  border-right: 0.25rem solid #4dacbd;
}
.dynamic-table.is-horizontal
  .dynamic-table__row:last-child
  .dynamic-table__cell.is-featured {
  border-bottom: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-horizontal .dynamic-table__row td[class*="item-number--"] {
  position: relative;
  counter-increment: count;
}
.dynamic-table.is-horizontal
  .dynamic-table__row
  td[class*="item-number--"]:after {
  color: red;
  content: counter(count);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.dynamic-table.is-horizontal .dynamic-table__cell {
  border-left: 0.3125rem solid rgba(0, 0, 0, 0);
  border-right: 0.3125rem solid rgba(0, 0, 0, 0);
}
.dynamic-table.is-horizontal .dynamic-table__cell.is-featured {
  border-left: 0.3125rem solid #5f5f5f;
  border-right: 0.3125rem solid #5f5f5f;
}
.dynamic-table.is-horizontal .dynamic-table-featured-label {
  position: relative;
  width: calc(100% + 0.625rem * 2);
  margin-left: -0.625rem;
  margin-top: -0.3125rem;
  z-index: 0;
}
.dynamic-table.is-horizontal .dynamic-table-featured-label--spacer {
  background-color: rgba(0, 0, 0, 0);
}
.skip-to-main {
  display: inline-block;
  position: absolute;
  padding: 8px;
  color: #413c3a;
  background-color: #a6d5de;
  transform: translateY(-100%);
  transition: 0.1s ease-in;
  z-index: 100;
}
.skip-to-main:focus {
  transform: none;
}
.swipeable-cards-container .swipeable-cards__show-more {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .swipeable-cards-container {
    width: 100%;
  }
  .swipeable-cards-container .swipeable-cards {
    overflow: hidden;
    height: 100% !important;
  }
  .swipeable-cards-container .swipeable-cards .swipeable-cards__card {
    display: block;
  }
  .swipeable-cards-container
    .swipeable-cards
    .swipeable-cards__card.mobile-hide {
    display: none;
  }
  .swipeable-cards-container .swipeable-cards__card {
    width: 100%;
    margin-right: 0;
  }
  .swipeable-cards-container .swipeable-cards__card:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .swipeable-cards-container .swipeable-cards__show-more {
    display: flex;
    justify-content: center;
  }
  .swipeable-cards-container
    .swipeable-cards__show-more
    .swipeable-cards__show-more-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
    display: inline-block;
    width: auto;
    text-align: center;
    background: #ae4332;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3.125rem;
    text-transform: capitalize;
    transition: background-color 0.15s ease-out, color 0.15s ease-out;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .swipeable-cards-container
    .swipeable-cards__show-more
    .swipeable-cards__show-more-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 64em) {
  .swipeable-cards-container
    .swipeable-cards__show-more
    .swipeable-cards__show-more-button {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .swipeable-cards-container
    .swipeable-cards__show-more
    .swipeable-cards__show-more-button:hover {
    background-color: #9c3c2c;
    cursor: pointer;
  }
  .swipeable-cards-container
    .swipeable-cards__show-more
    .swipeable-cards__show-more-button:focus {
    background-color: #8b3528;
    cursor: pointer;
  }
  .swipeable-cards-container .swipeable-cards__scroll-indicators {
    display: none;
  }
}
.swipeable-cards[data-cards] {
  display: grid;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media screen and (min-width: 48em) {
  .swipeable-cards[data-cards="2"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .swipeable-cards[data-cards="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .swipeable-cards[data-cards="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .swipeable-cards[data-cards="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .swipeable-cards[data-cards="4"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .swipeable-cards[data-cards="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .swipeable-cards[data-cards="5"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .swipeable-cards[data-cards="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .swipeable-cards[data-cards="6"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .swipeable-cards[data-cards="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
.swipeable-cards__card .hero-card__container {
  display: grid;
  grid-template-rows: auto;
  grid-template-areas: "image-anchor" "name-anchor" "content" "cta-container";
}
.swipeable-cards__card .hero-card__container .hero-card__image-anchor {
  grid-area: image-anchor;
}
.swipeable-cards__card .hero-card__container .hero-card__name-anchor {
  grid-area: name-anchor;
}
.swipeable-cards__card .hero-card__container .hero-card__content {
  grid-area: content;
}
.swipeable-cards__card .hero-card__container .hero-card__cta-container {
  grid-area: cta-container;
}
.swipeable-cards__card
  .hero-card__container
  .hero-card__cta-container:has(.provider-availability.show) {
  height: auto !important;
}
.swipeable-cards__card.highlight-default .hero-card__container {
  border-top: 0;
  border-color: #4dacbd;
}
.elementor-widget.light-text p {
  color: #a19694;
}
.elementor-widget.light-text h1,
.elementor-widget.light-text .clwp-heading--h1 {
  color: #a19694;
}
.elementor-widget.light-text h2,
.elementor-widget.light-text .clwp-heading--h2 {
  color: #a19694;
}
.elementor-widget.light-text h3,
.elementor-widget.light-text .clwp-heading--h3 {
  color: #a19694;
}
.elementor-widget.light-text h4,
.elementor-widget.light-text .clwp-heading--h4 {
  color: #a19694;
}
.elementor-widget.dark-text p {
  color: #413c3a;
}
.elementor-widget.dark-text h1,
.elementor-widget.dark-text .clwp-heading--h1 {
  color: #413c3a;
}
.elementor-widget.dark-text h2,
.elementor-widget.dark-text .clwp-heading--h2 {
  color: #413c3a;
}
.elementor-widget.dark-text h3,
.elementor-widget.dark-text .clwp-heading--h3 {
  color: #413c3a;
}
.elementor-widget.dark-text h4,
.elementor-widget.dark-text .clwp-heading--h4 {
  color: #413c3a;
}
.images-videos__expanded-cta.has-cta {
  width: 50%;
}
@media print, screen and (min-width: 64em) {
  .images-videos__expanded-cta.has-cta {
    width: 100%;
    order: 2;
  }
}
.images-videos__expanded-copy {
  width: 100%;
  order: 3;
}
@media print, screen and (min-width: 64em) {
  .images-videos__expanded-copy {
    max-height: 40vh;
    overflow-y: auto;
  }
}
.images-videos__expanded-items .images-videos__expand {
  display: none;
}
.images-videos__gallery-container {
  position: relative;
}
.images-videos__large-items .images-videos__large-image {
  background-color: #fff;
}
.images-videos__large-items .images-videos__large-image .images-videos__image {
  height: 11.75rem;
}
@media print, screen and (min-width: 40em) {
  .images-videos__large-items
    .images-videos__large-image
    .images-videos__image {
    height: 30.75rem;
  }
}
.images-videos__large-items
  .images-videos__large-image
  .images-videos__image
  img {
  width: auto;
  height: 100%;
  object-fit: contain;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
.images-videos__description {
  color: #a19694;
}
.images-videos__description p {
  color: #a19694;
}
.images-videos__large-item-media {
  position: relative;
  text-align: center;
  width: 100%;
}
.images-videos__large-item-media .youtube-embed {
  cursor: pointer;
}
.images-videos__large-item-media .youtube-embed .clwp-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 15px);
  z-index: 6;
  width: 2rem;
}
.images-videos__large-item-media .youtube-embed .youtube-poster {
  width: 100%;
  height: auto;
}
.images-videos__large-item:not(.is-active) {
  display: none;
}
.images-videos__large-item-details {
  display: none;
}
.images-videos__small-items-container {
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.images-videos__small-items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9999px;
  transition: transform ease-out 0.2s;
}
.images-videos__small-item {
  display: block;
  cursor: pointer;
  overflow: hidden;
  width: 8.75rem;
  height: auto;
}
.images-videos__small-item.is-active {
  border: #8b3528 0.1875rem solid;
}
.images-videos__small-item:not(.is-active) {
  opacity: 0.5;
  border: transparent 0.1875rem solid;
}
.images-videos__small-item.is-show-more {
  position: relative;
  opacity: 1;
}
.images-videos__small-item__number {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  color: #fff;
  position: absolute;
  bottom: 0.3125rem;
  left: 0.3125rem;
  z-index: 2;
}
@media print, screen and (min-width: 40em) {
  .images-videos__small-item__number {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .images-videos__small-item__number {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .images-videos__small-item__number {
    margin-bottom: 1rem;
  }
}
.images-videos__small-image {
  width: 100%;
  height: 100%;
  line-height: 0;
}
.images-videos__small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-videos__expand {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #fff;
  border: none;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .images-videos__expand {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .images-videos__expand {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
.images-videos__expand .clwp-icon {
  width: 1rem;
  margin-right: 0.5rem;
}
.images-videos__large-items-container {
  position: relative;
}
.images-videos__large-items-container img {
  vertical-align: middle;
}
.images-videos__large-navigation-button {
  position: absolute;
  top: calc(50% - 15px);
  padding: 5px;
  z-index: 5;
  border-radius: 50%;
  line-height: 1;
}
.images-videos__large-navigation-button[data-for="left"] {
  left: 0.5rem;
}
.images-videos__large-navigation-button[data-for="right"] {
  right: 0.5rem;
}
.images-videos__large-navigation-expand {
  position: absolute;
  top: 20%;
  left: 25%;
  height: 60%;
  width: 50%;
  cursor: zoom-in;
  z-index: 5;
}
.images-videos__small-navigation-button {
  position: absolute;
  bottom: 8%;
  padding: 5px;
  z-index: 5;
  background: none;
  border: none;
}
@media print, screen and (min-width: 40em) {
  .images-videos__small-navigation-button {
    bottom: 60px;
  }
}
.images-videos__small-navigation-button[data-for="left"] {
  left: 0;
}
@media print, screen and (min-width: 40em) {
  .images-videos__small-navigation-button[data-for="left"] {
    left: 50px;
  }
}
.images-videos__small-navigation-button[data-for="right"] {
  right: 0;
}
@media print, screen and (min-width: 40em) {
  .images-videos__small-navigation-button[data-for="right"] {
    right: 50px;
  }
}
.images-videos .clwp-icon {
  width: 1rem;
}
.images-videos__social-share {
  display: flex;
  flex-direction: column;
  order: 4;
}
@media print, screen and (min-width: 64em) {
  .images-videos__social-share {
    position: absolute;
    bottom: 1rem;
  }
}
.images-videos__social-share--button {
  border: none;
  background: none;
}
.images-videos__social-share--button .clwp-icon {
  width: 1.5rem;
}
.images-videos--expanded {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 1168px;
  padding-top: 2.8125rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded {
    height: auto;
  }
}
.images-videos--expanded .images-videos__large-item {
  height: calc(100vh - 7.8125rem);
  overflow-y: auto;
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded .images-videos__large-item {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }
}
.images-videos--expanded .images-videos__large-item.is-active {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded .images-videos__large-item.is-active {
    display: flex;
  }
}
.images-videos--expanded .images-videos__large-image {
  line-height: 0;
}
.images-videos--expanded .images-videos__large-image .images-videos__image {
  height: auto;
}
.images-videos--expanded .images-videos__large-image .images-videos__image img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded .images-videos__large-image {
    height: auto;
    max-height: calc(100vh - 7.8125rem);
    overflow-y: auto;
  }
}
.images-videos--expanded .images-videos__large-item-media {
  width: 100%;
  cursor: pointer;
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded .images-videos__large-item-media {
    width: 75%;
  }
}
.images-videos--expanded .images-videos__large-item-details {
  display: block;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded .images-videos__large-item-details {
    width: 25%;
  }
}
.images-videos--expanded
  .images-videos__large-item-details
  .images-videos__large-navigation-button {
  background: none;
  border-radius: 0;
}
.images-videos--expanded .images-videos__large-navigation-button {
  z-index: 1000;
  border-radius: 50%;
  background: #fff;
  line-height: 1;
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded .images-videos__large-navigation-button {
    margin-right: 0.5rem;
  }
}
.images-videos--expanded__close-button {
  position: absolute;
  top: 2.8125rem;
  right: 1rem;
  background: none;
  border: none;
}
.images-videos--expanded__close-button .images-videos-close-icon {
  width: 1rem;
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded__close-button {
    right: 0;
  }
}
.images-videos--expanded__heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
  padding: 0 1rem 0.5rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .images-videos--expanded__heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .images-videos--expanded__heading {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded__heading {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .images-videos--expanded__heading {
    padding: 0 1.25rem 1rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded__heading {
    padding: 0 1.25rem 1rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded__heading {
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #efefef;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .images-videos--expanded__heading {
    padding: 0 0 1.25rem 0;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .images-videos--expanded__heading {
    padding: 0 0 1.25rem 0;
  }
}
.images-videos--expanded .images-videos__expanded-navigation {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .images-videos--expanded .images-videos__expanded-navigation {
    display: block;
  }
}
.images-videos--expanded
  .images-videos__expanded-navigation
  .images-videos__large-navigation-button {
  position: unset;
  display: inline-block;
}
.images-videos--expanded
  .images-videos__expanded-navigation
  .images-videos__large-navigation-button:last-child {
  margin-right: 0;
}
.faq-accordion-style__collapse {
  display: none;
}
.faq-block-accordion-style.is-expanded .faq-accordion-style__collapse {
  display: block;
}
.faq-block-accordion-style.is-expanded .faq-accordion-style__expand {
  display: none;
}
.text--p-xlarge {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-xlarge {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-xlarge {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-xlarge {
    margin-bottom: 1.25rem;
  }
}
.text--p-xlarge p a,
.text--p-xlarge li a {
  color: #4dacbd;
  text-decoration: underline;
}
.text--p-xlarge p a:focus,
.text--p-xlarge li a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-xlarge p a:visited,
.text--p-xlarge li a:visited {
  color: #5eb4c3;
}
.text--p-xlarge p a:active,
.text--p-xlarge li a:active {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-xlarge p a:hover,
.text--p-xlarge li a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-xlarge p {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-xlarge p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-xlarge p {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-xlarge p {
    margin-bottom: 1.25rem;
  }
}
.text--p-xlarge li {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-xlarge li {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-xlarge li {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-xlarge li {
    margin-bottom: 0.25rem;
  }
}
.text--p-large {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-large {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-large {
    margin-bottom: 1.25rem;
  }
}
.text--p-large p a,
.text--p-large li a {
  color: #4dacbd;
  text-decoration: underline;
}
.text--p-large p a:focus,
.text--p-large li a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-large p a:visited,
.text--p-large li a:visited {
  color: #5eb4c3;
}
.text--p-large p a:active,
.text--p-large li a:active {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-large p a:hover,
.text--p-large li a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-large p {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-large p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-large p {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-large p {
    margin-bottom: 1.25rem;
  }
}
.text--p-large li {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-large li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-large li {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-large li {
    margin-bottom: 0.25rem;
  }
}
.text--p-medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-medium {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-medium {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-medium {
    margin-bottom: 1.25rem;
  }
}
.text--p-medium p a,
.text--p-medium li a {
  color: #4dacbd;
  text-decoration: underline;
}
.text--p-medium p a:focus,
.text--p-medium li a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-medium p a:visited,
.text--p-medium li a:visited {
  color: #5eb4c3;
}
.text--p-medium p a:active,
.text--p-medium li a:active {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-medium p a:hover,
.text--p-medium li a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-medium p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-medium p {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-medium p {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-medium p {
    margin-bottom: 1.25rem;
  }
}
.text--p-medium li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-medium li {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-medium li {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-medium li {
    margin-bottom: 0.25rem;
  }
}
.text--p-small {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-small {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-small {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-small {
    margin-bottom: 1.25rem;
  }
}
.text--p-small p a,
.text--p-small li a {
  color: #4dacbd;
  text-decoration: underline;
}
.text--p-small p a:focus,
.text--p-small li a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-small p a:visited,
.text--p-small li a:visited {
  color: #5eb4c3;
}
.text--p-small p a:active,
.text--p-small li a:active {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-small p a:hover,
.text--p-small li a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-small p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-small p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-small p {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-small p {
    margin-bottom: 1.25rem;
  }
}
.text--p-small li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-small li {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-small li {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-small li {
    margin-bottom: 0.25rem;
  }
}
.text--p-xsmall {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-xsmall {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-xsmall {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-xsmall {
    margin-bottom: 1.25rem;
  }
}
.text--p-xsmall p a,
.text--p-xsmall li a {
  color: #4dacbd;
  text-decoration: underline;
}
.text--p-xsmall p a:focus,
.text--p-xsmall li a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-xsmall p a:visited,
.text--p-xsmall li a:visited {
  color: #5eb4c3;
}
.text--p-xsmall p a:active,
.text--p-xsmall li a:active {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-xsmall p a:hover,
.text--p-xsmall li a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.text--p-xsmall p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-xsmall p {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-xsmall p {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-xsmall p {
    margin-bottom: 1.25rem;
  }
}
.text--p-xsmall li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .text--p-xsmall li {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text--p-xsmall li {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text--p-xsmall li {
    margin-bottom: 0.25rem;
  }
}
.text--medium {
  font-weight: 400;
}
.text--bold {
  font-weight: 700;
}
.text-align--left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: right;
}
@media print, screen and (max-width: 39.99875em) {
  .text-align-small-only--left {
    text-align: left;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .text-align-small-only--center {
    text-align: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .text-align-small-only--right {
    text-align: right;
  }
}
.text-transform--caps {
  text-transform: uppercase;
}
.block-quote,
blockquote {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  color: #4dacbd;
  border-left: 0.25rem #4dacbd solid;
}
@media print, screen and (min-width: 40em) {
  .block-quote,
  blockquote {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .block-quote,
  blockquote {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .block-quote,
  blockquote {
    margin-bottom: 1rem;
  }
}
.component-separator--before::before {
  display: block;
  content: "";
  width: 100%;
}
.component-separator--after::after {
  display: block;
  content: "";
  width: 100%;
}
.component-separator--inline-before::before {
  content: "";
  position: relative;
  border-bottom: 0.0625rem solid #d1d1d1;
  width: 100%;
  margin: auto;
  margin-right: 1rem;
}
.component-separator--inline-after::after {
  content: "";
  position: relative;
  border-bottom: 0.0625rem solid #d1d1d1;
  width: 100%;
  margin: auto;
  margin-left: 1rem;
}
.component-separator--inline-fullwidth {
  content: "";
  position: relative;
  border-bottom: 0.0625rem solid #d1d1d1;
  width: 100%;
  margin: auto;
}
.component-separator--sm {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem #d1d1d1 solid;
}
.component-separator--md {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1875rem #d1d1d1 solid;
}
.component-separator--lg {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.25rem #d1d1d1 solid;
}
@media print, screen and (max-width: 39.99875em) {
  .component-separator--mobile {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
button {
  border: 0;
}
a.button--primary {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #ae4332;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3.125rem;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  a.button--primary {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.button--primary {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
a.button--primary:hover {
  background-color: #9c3c2c;
  cursor: pointer;
}
a.button--primary:focus {
  background-color: #8b3528;
  cursor: pointer;
}
.button--primary:not(a) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #ae4332;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3.125rem;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .button--primary:not(a) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--primary:not(a) {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.button--primary:not(a):hover {
  background-color: #9c3c2c;
  cursor: pointer;
}
.button--primary:not(a):focus {
  background-color: #8b3528;
  cursor: pointer;
}
.button--primary:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #ae4332;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3.125rem;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .button--primary:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--primary:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.button--primary:not(a) a:hover {
  background-color: #9c3c2c;
  cursor: pointer;
}
.button--primary:not(a) a:focus {
  background-color: #8b3528;
  cursor: pointer;
}
a.clwp-button--primary {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #ae4332;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3.125rem;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  a.clwp-button--primary {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.clwp-button--primary {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
a.clwp-button--primary:hover {
  background-color: #9c3c2c;
  cursor: pointer;
}
a.clwp-button--primary:focus {
  background-color: #8b3528;
  cursor: pointer;
}
.clwp-button--primary:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #ae4332;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3.125rem;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--primary:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--primary:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.clwp-button--primary:not(a) a:hover {
  background-color: #9c3c2c;
  cursor: pointer;
}
.clwp-button--primary:not(a) a:focus {
  background-color: #8b3528;
  cursor: pointer;
}
.clwp-button--primary:not(a).zip-check__flyaway-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #ae4332;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3.125rem;
  text-transform: capitalize;
  transition: transform 0.33s ease-in-out;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--primary:not(a).zip-check__flyaway-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--primary:not(a).zip-check__flyaway-btn {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.clwp-button--primary:not(a).zip-check__flyaway-btn:hover {
  background-color: #9c3c2c;
  cursor: pointer;
}
.clwp-button--primary:not(a).zip-check__flyaway-btn:focus {
  background-color: #8b3528;
  cursor: pointer;
}
.clwp-button--primary__icon {
  margin-right: 0.25rem;
  line-height: 0;
  fill: #fff;
}
a.button--hollow {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  a.button--hollow {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.button--hollow {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
a.button--hollow:hover {
  background-color: #4dacbd;
  color: #fff;
  cursor: pointer;
}
a.button--hollow:focus {
  background-color: #459aa9;
  cursor: pointer;
}
.button--hollow:not(a) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .button--hollow:not(a) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--hollow:not(a) {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.button--hollow:not(a):hover {
  background-color: #4dacbd;
  color: #fff;
  cursor: pointer;
}
.button--hollow:not(a):focus {
  background-color: #459aa9;
  cursor: pointer;
}
.button--hollow:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .button--hollow:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--hollow:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.button--hollow:not(a) a:hover {
  background-color: #4dacbd;
  color: #fff;
  cursor: pointer;
}
.button--hollow:not(a) a:focus {
  background-color: #459aa9;
  cursor: pointer;
}
a.clwp-button--hollow {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  a.clwp-button--hollow {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.clwp-button--hollow {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
a.clwp-button--hollow:hover {
  background-color: #4dacbd;
  color: #fff;
  cursor: pointer;
}
a.clwp-button--hollow:focus {
  background-color: #459aa9;
  cursor: pointer;
}
.clwp-button--hollow:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--hollow:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--hollow:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.clwp-button--hollow:not(a) a:hover {
  background-color: #4dacbd;
  color: #fff;
  cursor: pointer;
}
.clwp-button--hollow:not(a) a:focus {
  background-color: #459aa9;
  cursor: pointer;
}
.clwp-button--hollow:not(a).zip-check__flyaway-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: transform 0.33s ease-in-out;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--hollow:not(a).zip-check__flyaway-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--hollow:not(a).zip-check__flyaway-btn {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.clwp-button--hollow:not(a).zip-check__flyaway-btn:hover {
  background-color: #4dacbd;
  color: #fff;
  cursor: pointer;
}
.clwp-button--hollow:not(a).zip-check__flyaway-btn:focus {
  background-color: #459aa9;
  cursor: pointer;
}
a.button--phone {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
}
@media print, screen and (min-width: 40em) {
  a.button--phone {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.button--phone {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  a.button--phone {
    display: inline-block;
    width: auto;
    text-align: center;
    background: #ae4332;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3.125rem;
    text-transform: capitalize;
  }
}
.button--phone:not(a) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .button--phone:not(a) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--phone:not(a) {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button--phone:not(a) {
    display: inline-block;
    width: auto;
    text-align: center;
    background: #ae4332;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3.125rem;
    text-transform: capitalize;
  }
}
.button--phone:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .button--phone:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--phone:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button--phone:not(a) a {
    display: inline-block;
    width: auto;
    text-align: center;
    background: #ae4332;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3.125rem;
    text-transform: capitalize;
  }
}
@media print, screen and (max-width: 39.99875em) {
  a.clwp-button--phone {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  a.clwp-button--phone {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  a.clwp-button--phone {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  a.clwp-button--phone {
    display: inline-block;
    width: auto;
    text-align: center;
    background: #ae4332;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3.125rem;
    text-transform: capitalize;
  }
}
@media print, screen and (max-width: 39.99875em) {
  a.clwp-button--phone .phone-cta-btn {
    color: #fff;
  }
  a.clwp-button--phone .phone-cta-btn .clwp-icon {
    vertical-align: middle;
  }
}
.clwp-button--phone:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--phone:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--phone:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .clwp-button--phone:not(a) a {
    display: inline-block;
    width: auto;
    text-align: center;
    background: #ae4332;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3.125rem;
    text-transform: capitalize;
  }
}
.clwp-button--phone:not(a).zip-check__flyaway-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--phone:not(a).zip-check__flyaway-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--phone:not(a).zip-check__flyaway-btn {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .clwp-button--phone:not(a).zip-check__flyaway-btn {
    display: inline-block;
    width: auto;
    text-align: center;
    background: #ae4332;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3.125rem;
    text-transform: capitalize;
  }
}
a.button--mobile {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  a.button--mobile {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.button--mobile {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
a.button--mobile:hover {
  background-color: #4dacbd;
  color: #fff !important;
  cursor: pointer;
}
a.button--mobile:focus {
  background-color: #459aa9;
  cursor: pointer;
}
.button--mobile:not(a) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .button--mobile:not(a) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--mobile:not(a) {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.button--mobile:not(a):hover {
  background-color: #4dacbd;
  color: #fff !important;
  cursor: pointer;
}
.button--mobile:not(a):focus {
  background-color: #459aa9;
  cursor: pointer;
}
.button--mobile:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .button--mobile:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--mobile:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.button--mobile:not(a) a:hover {
  background-color: #4dacbd;
  color: #fff !important;
  cursor: pointer;
}
.button--mobile:not(a) a:focus {
  background-color: #459aa9;
  cursor: pointer;
}
a.clwp-button--mobile {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  a.clwp-button--mobile {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.clwp-button--mobile {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
a.clwp-button--mobile:hover {
  background-color: #4dacbd;
  color: #fff !important;
  cursor: pointer;
}
a.clwp-button--mobile:focus {
  background-color: #459aa9;
  cursor: pointer;
}
.clwp-button--mobile:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--mobile:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--mobile:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.clwp-button--mobile:not(a) a:hover {
  background-color: #4dacbd;
  color: #fff !important;
  cursor: pointer;
}
.clwp-button--mobile:not(a) a:focus {
  background-color: #459aa9;
  cursor: pointer;
}
.clwp-button--mobile:not(a).zip-check__flyaway-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #fff;
  color: #4dacbd;
  border: 0.125rem solid #4dacbd;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  transition: transform 0.33s ease-in-out;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--mobile:not(a).zip-check__flyaway-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--mobile:not(a).zip-check__flyaway-btn {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.clwp-button--mobile:not(a).zip-check__flyaway-btn:hover {
  background-color: #4dacbd;
  color: #fff !important;
  cursor: pointer;
}
.clwp-button--mobile:not(a).zip-check__flyaway-btn:focus {
  background-color: #459aa9;
  cursor: pointer;
}
.button--small-width:not(a):not(.button-list),
.clwp-button--small-width:not(a):not(.button-list) {
  width: 100%;
  max-width: 11.25rem;
}
.button--small-width a,
.clwp-button--small-width a {
  width: 100%;
  max-width: 11.25rem;
}
.button--medium-width:not(a):not(.button-list),
.clwp-button--medium-width:not(a):not(.button-list) {
  width: 100%;
  max-width: 17.5rem;
}
.button--medium-width a,
.clwp-button--medium-width a {
  width: 100%;
  max-width: 17.5rem;
}
.button--large-width:not(a):not(.button-list),
.clwp-button--large-width:not(a):not(.button-list) {
  width: 100%;
  max-width: 30rem;
}
.button--large-width a,
.clwp-button--large-width a {
  width: 100%;
  max-width: 30rem;
}
.button--full-width:not(a),
.clwp-button--full-width:not(a) {
  display: block;
  width: 100%;
}
.button--full-width a,
.clwp-button--full-width a {
  display: block;
  width: 100%;
}
a.button--size-lg {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.75rem 1.125rem;
}
@media print, screen and (min-width: 40em) {
  a.button--size-lg {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.button--size-lg {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 1.25rem;
  }
}
.button--size-lg:not(a) {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.75rem 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .button--size-lg:not(a) {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--size-lg:not(a) {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 1.25rem;
  }
}
.button--size-lg:not(a) a {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.75rem 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .button--size-lg:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--size-lg:not(a) a {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 1.25rem;
  }
}
a.clwp-button--size-lg {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.75rem 1.125rem;
}
@media print, screen and (min-width: 40em) {
  a.clwp-button--size-lg {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.clwp-button--size-lg {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 1.25rem;
  }
}
.clwp-button--size-lg:not(a) a {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.75rem 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--size-lg:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--size-lg:not(a) a {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 1.25rem;
  }
}
a.button--size-md {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
}
@media print, screen and (min-width: 40em) {
  a.button--size-md {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.button--size-md {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.button--size-md:not(a) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .button--size-md:not(a) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--size-md:not(a) {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.button--size-md:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .button--size-md:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--size-md:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
a.clwp-button--size-md {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
}
@media print, screen and (min-width: 40em) {
  a.clwp-button--size-md {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.clwp-button--size-md {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.clwp-button--size-md:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--size-md:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--size-md:not(a) a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
a.button--size-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 40em) {
  a.button--size-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.button--size-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
.button--size-sm:not(a) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .button--size-sm:not(a) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--size-sm:not(a) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
.button--size-sm:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .button--size-sm:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button--size-sm:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
a.clwp-button--size-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 40em) {
  a.clwp-button--size-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a.clwp-button--size-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
.clwp-button--size-sm:not(a) a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--size-sm:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--size-sm:not(a) a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
.clwp-button {
  text-align: center;
}
.clwp-button.clwp-button--text-link {
  color: #4dacbd;
  text-decoration: underline;
}
.clwp-button.clwp-button--text-link:focus {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-button.clwp-button--text-link:visited {
  color: #5eb4c3;
}
.clwp-button.clwp-button--text-link:active {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-button.clwp-button--text-link:hover {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-button--additional-field {
  display: block;
  padding: 0.25rem 0 0 0;
  font-size: 0.625rem;
  line-height: 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-button--additional-field {
    padding: 0.5rem 0 0 0;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-button--additional-field {
    padding: 0.5rem 0 0 0;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-button--additional-field {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
.clwp-button--additional-text-link {
  color: #4dacbd;
  text-decoration: underline;
}
.clwp-button--additional-text-link:focus {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-button--additional-text-link:visited {
  color: #5eb4c3;
}
.clwp-button--additional-text-link:active {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-button--additional-text-link:hover {
  color: #3d8997;
  text-decoration: underline;
}
.sandstone-disclaimer {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .sandstone-disclaimer {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .sandstone-disclaimer {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sandstone-disclaimer {
    margin-bottom: 0.25rem;
  }
}
.sandstone-disclaimer--general {
  font-style: italic;
}
.flair-border--top {
  border-top: 0.25rem solid #459aa9;
}
.flair-border--bottom {
  border-bottom: 0.25rem solid #459aa9;
}
.flair-border--left {
  border-left: 0.25rem solid #459aa9;
}
.flair-border--right {
  border-right: 0.25rem solid #459aa9;
}
.flair-border-color--primary {
  border-color: #ae4332;
}
.flair-border-color--secondary {
  border-color: #4dacbd;
}
.flair-border-color--success {
  border-color: #88a653;
}
.flair-border-color--error {
  border-color: #d76954;
}
.flair-border-color--light-gray {
  border-color: #d1d1d1;
}
.zip-form-compact .zip-check .form-input__field.has-error::after,
.zip-form-compact .zip-check .form-input__field.is-valid::after {
  left: 90%;
  width: 1rem;
  height: 1rem;
}
.form-input {
  position: relative;
  border: 0;
}
.form-input .form-field {
  width: 100%;
  max-width: 100%;
  padding-left: 0.625rem;
  border: 1px solid #d1d1d1;
  border-radius: 0.25rem;
  margin-bottom: 0;
}
.form-input .form-field--checkbox,
.form-input .form-field--radio {
  display: block;
  border: 0;
  padding-left: 0;
}
.form-input .form-field:disabled {
  background-color: #efefef;
}
.form-input .form-field--dropdown:hover {
  cursor: pointer;
}
.form-input__star-rating-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.form-input__star-rating-wrapper :checked ~ label img:first-child {
  z-index: 2;
}
.form-input__star-rating-wrapper .form-field {
  border: 0;
  position: relative;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
}
.form-input__star-rating-wrapper .form-field:hover img:first-child,
.form-input__star-rating-wrapper .form-field:hover ~ label img:first-child {
  z-index: 2;
}
.form-input__star-rating-wrapper .form-field img {
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.form-input__star-rating-wrapper input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form-input__message {
  display: none;
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .form-input__message {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .form-input__message {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .form-input__message {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .form-input__message {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .form-input__message {
    margin-bottom: 1rem;
  }
}
.form-input__field {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.form-input__field::after {
  right: 1.125rem;
}
.form-input__field.form-field-length-1 .form-field {
  width: 3.8125rem;
}
.form-input__field.form-field-length-2 .form-field {
  width: 4.5rem;
}
.form-input__field.form-field-length-3 .form-field {
  width: 5.1875rem;
}
.form-input__field.form-field-length-4 .form-field {
  width: 5.875rem;
}
.form-input__field.form-field-length-5 .form-field {
  width: 6.5625rem;
}
.form-input__field.form-field-length-6 .form-field {
  width: 7.25rem;
}
.form-input__field.form-field-length-7 .form-field {
  width: 7.9375rem;
}
.form-input__field.form-field-length-8 .form-field {
  width: 8.625rem;
}
.form-input__field.form-field-length-9 .form-field {
  width: 9.3125rem;
}
.form-input__field.form-field-length-10 .form-field {
  width: 10rem;
}
.form-input__field.form-field-length-11 .form-field {
  width: 10.6875rem;
}
.form-input__field.form-field-length-12 .form-field {
  width: 11.375rem;
}
.form-input__field.form-field-length-13 .form-field {
  width: 12.0625rem;
}
.form-input__field.form-field-length-14 .form-field {
  width: 12.75rem;
}
.form-input__field.form-field-length-15 .form-field {
  width: 13.4375rem;
}
.form-input__field.form-field-length-16 .form-field {
  width: 14.125rem;
}
.form-input__field.form-field-length-17 .form-field {
  width: 14.8125rem;
}
.form-input__field.form-field-length-18 .form-field {
  width: 15.5rem;
}
.form-input__field.form-field-length-19 .form-field {
  width: 16.1875rem;
}
.form-input__field.form-field-length-20 .form-field {
  width: 16.875rem;
}
.form-input__field.has-prefix {
  display: inline-flex;
}
.form-input__field.has-prefix .form-field {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input__field.has-suffix {
  display: inline-flex;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-input__field.has-error .form-input__message {
  display: block;
  width: 100%;
  color: #d76954;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.form-input__field.is-valid .form-field,
.form-input__field.is-valid .form-input__field-prefix {
  border-color: #88a653;
}
.form-input__field.is-valid::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/app/themes/coolwhip/assets/icons/forms/success.svg");
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
}
.form-input__field.is-valid:has(.zip-check__input-container)::after {
  left: 8.4375rem;
}
.form-input__field.has-error .form-field,
.form-input__field.has-error .form-input__field-prefix {
  border-color: #d76954;
}
.form-input__field.has-error::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/app/themes/coolwhip/assets/icons/forms/error.svg");
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
  animation: form_icon_shake 0.5s;
}
.form-input__field.has-error:has(.zip-check__input-container)::after {
  left: 8.4375rem;
}
.form-input__field input.valid,
.form-input__field textarea.valid {
  border-color: #88a653;
}
.form-input__field input.error,
.form-input__field textarea.error {
  border-color: #d76954;
}
.form-input__field span.error {
  display: block;
  margin-top: 0.25rem;
  line-height: 1;
  color: #d76954;
}
.form-input__field .captcha__message {
  margin-top: 0.25rem;
  line-height: 1;
}
.form-input__field.g-recaptcha {
  width: auto;
}
.form-input__field.g-recaptcha.error .captcha__message {
  color: #d76954;
}
.form-input__field-prefix {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #d1d1d1;
  width: 2.25rem;
  text-align: center;
  padding-top: 0.5rem;
}
.form-input__field-suffix {
  z-index: 1;
}
.form-input__label {
  display: block;
}
.form-input__label__required {
  color: #d76954;
}
.form-input__tooltip {
  position: absolute;
  top: 0;
  right: 0;
}
.form-input__tooltip .clwp-icon {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.form-input__description.is-below {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .form-input__description.is-below {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .form-input__description.is-below {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .form-input__description.is-below {
    margin-bottom: 1.25rem;
  }
}
.form-input-inline-wrapper .form-input__field {
  display: inline-block;
  width: auto;
  border: 0;
  padding-left: 0;
  vertical-align: top;
  margin-right: 0.75rem;
}
@keyframes form_icon_shake {
  0% {
    transform: translate(0, -50%);
  }
  20% {
    transform: translate(0.125rem, -50%);
  }
  40% {
    transform: translate(-0.125rem, -50%);
  }
  60% {
    transform: translate(0.125rem, -50%);
  }
  80% {
    transform: translate(-0.125rem, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
.form-input-with-button__fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
}
.form-input-with-button__field {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input-with-button__input,
.form-input-with-button__button {
  display: inline-block;
  vertical-align: middle;
}
.form-input-with-button__input--loading-icon,
.form-input-with-button__button--loading-icon {
  display: none;
}
.form-input-with-button__input--loading-icon.active,
.form-input-with-button__button--loading-icon.active {
  display: inline-block;
  animation: form_icon_spin 0.75s linear infinite;
}
@keyframes form_icon_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-input-with-button__input {
  height: 2.5rem;
  background-color: #efefef;
  color: #897c79;
  font-size: 0.875rem;
  padding: 0 1rem;
  margin: 0;
  border: 0;
}
.form-input-with-button button.form-input-with-button__button[type="submit"] {
  height: 2.5rem;
  padding: 0 1rem;
}
.form-input-with-button
  button.form-input-with-button__button[type="submit"]::-moz-focus-inner {
  border: 0;
}
.heading--h1-large {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .heading--h1-large {
    font-size: 2.625rem;
    line-height: 3.1875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .heading--h1-large {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .heading--h1-large {
    margin-bottom: 1rem;
  }
}
.heading--h1-medium {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .heading--h1-medium {
    font-size: 2.25rem;
    line-height: 2.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .heading--h1-medium {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .heading--h1-medium {
    margin-bottom: 1rem;
  }
}
.heading--h2 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .heading--h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .heading--h2 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .heading--h2 {
    margin-bottom: 1rem;
  }
}
.heading--h3 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .heading--h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .heading--h3 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .heading--h3 {
    margin-bottom: 1rem;
  }
}
.heading--h4 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .heading--h4 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .heading--h4 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .heading--h4 {
    margin-bottom: 1rem;
  }
}
.heading--h4-alt {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .heading--h4-alt {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .heading--h4-alt {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .heading--h4-alt {
    margin-bottom: 1rem;
  }
}
.heading--hover:hover {
  color: #4dacbd;
  transition: ease-out 0.2s color;
  text-decoration: underline;
}
.heading-with-icon {
  display: flex;
  align-items: center;
}
.heading-with-icon__icon {
  display: flex;
  flex-direction: column;
  margin-right: 0.75rem;
}
.heading-with-icon__heading {
  flex: 1;
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6361;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .heading-with-icon__heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .heading-with-icon__heading {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .heading-with-icon__heading {
    margin-bottom: 1.25rem;
  }
}
.clwp-icon {
  max-width: 100%;
  width: auto;
  height: auto;
}
.clwp-iconimg {
  width: auto;
}
.clwp-icon--xsm {
  width: 0.75rem;
}
.clwp-icon--sm {
  width: 1rem;
}
.clwp-icon--md {
  width: 1.5rem;
}
.clwp-icon--lg {
  width: 2rem;
}
.clwp-icon--xlg {
  width: 4rem;
}
.clwp-icon--xxlg {
  width: 6.5rem;
}
.icon-badge-label--style-small .icon-badge-label__container {
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .icon-badge-label--style-small .icon-badge-label__container {
    max-width: 23rem;
  }
}
.icon-badge-label__container {
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  align-items: center;
  background: #4dacbd;
}
@media print, screen and (min-width: 40em) {
  .icon-badge-label__container {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .icon-badge-label__container {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.icon-badge-label__badge {
  width: 4.375rem;
  line-height: 0;
  margin-right: 0.5rem;
  margin-top: -1.5625rem;
  margin-bottom: -1.5625rem;
}
.icon-badge-label__icon {
  width: md;
  line-height: 0;
  margin-right: 0.5rem;
}
.icon-badge-label__heading {
  flex: 1;
  color: #fff;
}
.icon-label-list {
  list-style-type: none;
  padding-left: 0;
}
.icon-label-list__item {
  display: flex;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .icon-label-list__item {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .icon-label-list__item {
    margin-bottom: 0.25rem;
  }
}
.icon-label-list__item:last-child {
  border-bottom: 0;
}
.icon-label-list__icon {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.icon-label-list__label {
  flex: 1;
}
.icon-label-list--icon-xsm .icon-label-list__icon {
  width: 0.75rem;
}
.icon-label-list--icon-sm .icon-label-list__icon {
  width: 1rem;
}
.icon-label-list--icon-md .icon-label-list__icon {
  width: 1.5rem;
}
.icon-label-list--icon-lg .icon-label-list__icon {
  width: 2rem;
}
.icon-label-list--icon-xlg .icon-label-list__icon {
  width: 4rem;
}
.icon-label-list--icon-xxlg .icon-label-list__icon {
  width: 6.5rem;
}
.icon-label-value-list {
  list-style-type: none;
  padding-left: 0;
}
.icon-label-value-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .icon-label-value-list__item {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .icon-label-value-list__item {
    margin-bottom: 0.25rem;
  }
}
.icon-label-value-list__icon {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.icon-label-value-list__label {
  margin-right: 0.5rem;
}
.icon-label-value-list--icon-xsm .icon-label-value-list__icon {
  width: 0.75rem;
}
.icon-label-value-list--icon-sm .icon-label-value-list__icon {
  width: 1rem;
}
.icon-label-value-list--icon-md .icon-label-value-list__icon {
  width: 1.5rem;
}
.icon-label-value-list--icon-lg .icon-label-value-list__icon {
  width: 2rem;
}
.icon-label-value-list--icon-xlg .icon-label-value-list__icon {
  width: 4rem;
}
.icon-label-value-list--icon-xxlg .icon-label-value-list__icon {
  width: 6.5rem;
}
img:not(.clwp-rating, .clwp-icon) {
  width: 100%;
  max-width: 100%;
  height: auto;
}
img:not(.clwp-rating, .clwp-icon)[width="1"] {
  width: 1px !important;
  height: 1px !important;
}
img.clwp-image--sm {
  width: 1rem;
}
img.clwp-image--md {
  width: 1.5rem;
}
img.clwp-image--lg {
  width: 2rem;
}
img.clwp-image--xlg {
  width: 4rem;
}
img.clwp-image--xxlg {
  width: 6.5rem;
}
img.clwp-image--xxxlg {
  width: 18.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  img.clwp-image--xxxlg {
    width: 12.5rem;
  }
}
img img.clwp-managed-brand {
  width: 100%;
  height: auto;
  max-width: 20rem;
}
img.clwp-managed-brand--sm {
  width: 6.25rem;
}
img.clwp-managed-brand--md {
  width: 12.5rem;
}
img.clwp-managed-brand--lg {
  width: 18.75rem;
}
img .clwp-container img {
  max-width: 100%;
  height: auto;
}
.image--fixed-size img {
  width: 10rem;
  height: auto;
}
.list-style--none {
  list-style-type: none;
}
.list-style--disc {
  list-style-type: disc;
}
.list-style--num {
  list-style-type: decimal;
}
.list-style--no-indent {
  padding-left: 0;
}
.clwp-bullet-list {
  padding: 0 0 0 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-bullet-list {
    padding: 0 0 0 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-bullet-list {
    padding: 0 0 0 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-bullet-list {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-bullet-list {
    margin-bottom: 1.25rem;
  }
}
.clwp-bullet-list__item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .clwp-bullet-list__item {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-bullet-list__item {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-bullet-list__item {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-bullet-list__item {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-bullet-list__item {
    margin-bottom: 1rem;
  }
}
.button-list__button {
  margin-bottom: 1rem;
}
.divided-list .divided-list-item {
  display: flex;
}
.divided-list .divided-list-item:not(:last-child) {
  border-bottom: 0.0625rem solid #d1d1d1;
}
.divided-list .divided-list-item__label {
  width: 50%;
  padding: 0.5rem;
  margin-right: 0.25rem;
  border-right: 0.0625rem solid #d1d1d1;
}
.divided-list .divided-list-item__value {
  flex: 1;
  padding: 0.5rem;
  text-align: right;
  font-weight: 700;
}
@media print, screen and (min-width: 40em) {
  .divided-list--small-label .divided-list-item__label {
    width: 25%;
    min-width: 7.5rem;
  }
}
.divided-list--left-align .divided-list-item__value {
  text-align: left;
}
.divided-list--no-bottom-border .divided-list-item {
  border-bottom: 0;
}
.divided-list--no-center-border .divided-list-item__label {
  border-right: 0;
}
.divided-list--value-bold .divided-list-item__value {
  font-weight: 700;
}
.pros-cons-list-item {
  padding: 0 0 0 1.25rem;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .pros-cons-list-item {
    padding: 0 0 0 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pros-cons-list-item {
    padding: 0 0 0 1.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .pros-cons-list-item {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pros-cons-list-item {
    margin-bottom: 0.25rem;
  }
}
.pros-cons-list-item__icon {
  display: inline-block;
  position: absolute;
  top: 0.25rem;
  left: calc((-0.4375rem) - 1rem);
  width: 1rem;
  margin-right: 0.5rem;
}
.pros-cons-list-item__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
  list-style-type: none;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .pros-cons-list-item__text {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .pros-cons-list-item__text {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pros-cons-list-item__text {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .pros-cons-list-item__text {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pros-cons-list-item__text {
    margin-bottom: 1rem;
  }
}
.clwp-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.clwp-price__prefix {
  margin-right: 0.5rem;
}
.clwp-price__price {
  margin-right: 0.5rem;
}
.price-callout__prefix {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .price-callout__prefix {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .price-callout__prefix {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .price-callout__prefix {
    margin-bottom: 0;
  }
}
.price-callout__price {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
  font-weight: 700;
}
@media print, screen and (min-width: 40em) {
  .price-callout__price {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .price-callout__price {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .price-callout__price {
    margin-bottom: 0;
  }
}
.price-callout__recurring {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
  font-weight: 700;
  margin-left: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .price-callout__recurring {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .price-callout__recurring {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .price-callout__recurring {
    margin-bottom: 0;
  }
}
.price-callout__recurring--collapse {
  margin-left: 0;
}
.price-leading-text__prefix {
  display: inline-block;
  margin-right: 0.25rem;
}
.price-leading-text__price {
  display: inline;
}
.price-leading-text__recurring {
  display: inline;
  margin-left: 0.25rem;
}
.price-leading-text__recurring--collapse {
  margin-left: 0;
}
.price-leading-text--large-price .price-leading-text__prefix {
  display: block;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .price-leading-text--large-price .price-leading-text__prefix {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .price-leading-text--large-price .price-leading-text__prefix {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .price-leading-text--large-price .price-leading-text__prefix {
    margin-bottom: 0;
  }
}
.price-leading-text--large-price .price-leading-text__price {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .price-leading-text--large-price .price-leading-text__price {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .price-leading-text--large-price .price-leading-text__price {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .price-leading-text--large-price .price-leading-text__price {
    margin-bottom: 0;
  }
}
.price-leading-text--large-price .price-leading-text__recurring {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .price-leading-text--large-price .price-leading-text__recurring {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .price-leading-text--large-price .price-leading-text__recurring {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .price-leading-text--large-price .price-leading-text__recurring {
    margin-bottom: 0;
  }
}
.price-leading-text--large-price-inline .price-leading-text__prefix {
  display: inline-block;
}
.rating-list {
  width: 100%;
  max-width: 17.8125rem;
}
.rating-list-item {
  display: flex;
  justify-items: center;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .rating-list-item {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .rating-list-item {
    margin-bottom: 0.25rem;
  }
}
.rating-list-item__label {
  flex: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
  padding: 0 1rem 0 0;
  border-right: 0.125rem solid #efefef;
}
@media print, screen and (min-width: 40em) {
  .rating-list-item__label {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .rating-list-item__label {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .rating-list-item__label {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .rating-list-item__label {
    padding: 0 1.25rem 0 0;
  }
}
@media print, screen and (min-width: 64em) {
  .rating-list-item__label {
    padding: 0 1.25rem 0 0;
  }
}
.rating-list-item__value {
  width: 8.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 0;
  padding: 0 0 0 1rem;
}
@media print, screen and (min-width: 40em) {
  .rating-list-item__value {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .rating-list-item__value {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .rating-list-item__value {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .rating-list-item__value {
    padding: 0 0 0 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .rating-list-item__value {
    padding: 0 0 0 1.25rem;
  }
}
.rating-list-item__value__number {
  display: inline-block;
  margin-left: 0.5rem;
}
.stars-simple {
  display: inline-flex;
  align-items: center;
}
.stars-simple--center {
  justify-content: center;
}
.stars-simple--right {
  justify-content: flex-end;
}
.stars-simple .clwp-stars {
  margin-right: 0.5rem;
}
.stars-simple__rating {
  display: inline-block;
}
.stars-heading__stars {
  display: flex;
  align-items: center;
}
.stars-heading__stars--center {
  justify-content: center;
}
.stars-heading__stars--right {
  justify-content: flex-end;
}
.stars-heading .clwp-stars {
  margin-right: 0.5rem;
}
.stars-heading__rating {
  display: inline-block;
}
.clwp-stars {
  width: 5.4375rem !important;
  height: auto !important;
}
.stars-simple {
  display: inline-flex;
  align-items: center;
}
.stars-simple--center {
  justify-content: center;
}
.stars-simple--right {
  justify-content: flex-end;
}
.stars-simple .clwp-stars {
  margin-right: 0.5rem;
}
.stars-simple__rating {
  display: inline-block;
}
.byline-simple {
  display: flex;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .byline-simple {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .byline-simple {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .byline-simple {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .byline-simple {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .byline-simple {
    margin-bottom: 1.25rem;
  }
}
.byline-simple__publish-date {
  flex: 1;
}
.byline-simple__publish-date:last-child {
  text-align: right;
}
.byline-simple__publish-date:only-child {
  text-align: left;
}
.byline-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .byline-image {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .byline-image {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .byline-image {
    margin-bottom: 1.25rem;
  }
}
.byline-image__author {
  display: flex;
  flex: 1;
  align-items: center;
}
.byline-image__author__image {
  width: 1.875rem;
  margin-right: 0.75rem;
}
.byline-image__author__text {
  flex: 1;
}
.byline-image__publish-date {
  width: 5rem;
}
.label--style-small .label__container {
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .label--style-small .label__container {
    max-width: 23rem;
  }
}
.label__container {
  padding: 0.75rem;
  align-items: center;
}
.label__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .label__text {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .label__text {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .label__text {
    margin-bottom: 0;
  }
}
.highlight-default .label__container {
  background: #4dacbd;
}
.highlight-none .label__container {
  background: #5f5f5f;
}
body a {
  color: inherit;
  text-decoration: inherit;
}
button.link--body-link,
a.link--body-link {
  color: #4dacbd;
  text-decoration: underline;
}
button.link--body-link:focus,
a.link--body-link:focus {
  color: #3d8997;
  text-decoration: underline;
}
button.link--body-link:visited,
a.link--body-link:visited {
  color: #5eb4c3;
}
button.link--body-link:active,
a.link--body-link:active {
  color: #3d8997;
  text-decoration: underline;
}
button.link--body-link:hover,
a.link--body-link:hover {
  color: #3d8997;
  text-decoration: underline;
}
.link--body-link:not(a) a {
  color: #4dacbd;
  text-decoration: underline;
}
.link--body-link:not(a) a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.link--body-link:not(a) a:visited {
  color: #5eb4c3;
}
.link--body-link:not(a) a:active {
  color: #3d8997;
  text-decoration: underline;
}
.link--body-link:not(a) a:hover {
  color: #3d8997;
  text-decoration: underline;
}
button.link--secondary-link,
a.link--secondary-link {
  color: #a19694;
  text-decoration: underline;
}
button.link--secondary-link:hover,
a.link--secondary-link:hover {
  color: #a6d5de;
  text-decoration: underline;
}
button.link--secondary-link:focus,
a.link--secondary-link:focus {
  color: #a6d5de;
  text-decoration: underline;
}
button.link--secondary-link:visited,
a.link--secondary-link:visited {
  color: #82c4d0;
  text-decoration: underline;
}
button.link--secondary-link:active,
a.link--secondary-link:active {
  color: #a6d5de;
  text-decoration: underline;
}
.link--secondary-link:not(a) a {
  color: #a19694;
  text-decoration: underline;
}
.link--secondary-link:not(a) a:hover {
  color: #a6d5de;
  text-decoration: underline;
}
.link--secondary-link:not(a) a:focus {
  color: #a6d5de;
  text-decoration: underline;
}
.link--secondary-link:not(a) a:visited {
  color: #82c4d0;
  text-decoration: underline;
}
.link--secondary-link:not(a) a:active {
  color: #a6d5de;
  text-decoration: underline;
}
.link--lightest {
  color: #fff;
}
.link--lightest:hover {
  color: #d1d1d1;
}
.link--lightest .text--p-xlarge {
  color: #fff;
}
.link--lightest .text--p-large {
  color: #fff;
}
.link--lightest .text--p-medium {
  color: #fff;
}
.link--lightest .text--p-small {
  color: #fff;
}
.link--lightest .text--p-xsmall {
  color: #fff;
}
.link--lightest .heading--h1-large {
  color: #fff;
}
.link--lightest .heading--h1-medium {
  color: #fff;
}
.link--lightest .heading--h2 {
  color: #fff;
}
.link--lightest .heading--h3 {
  color: #fff;
}
.link--lightest .heading--h4 {
  color: #fff;
}
.link--lightest .heading--h4-alt {
  color: #fff;
}
.border-radius--default {
  border-radius: 0rem;
}
.border-radius--rounded {
  border-radius: 0.4375rem;
}
.border-radius--rounded-top-only {
  border-radius: 0.4375rem 0.4375rem 0 0;
}
.border-radius--rounded-bottom-only {
  border-radius: 0 0 0.4375rem 0.4375rem;
}
.inline-border--border-top {
  position: relative;
  border-top: 0.0625rem solid #efefef;
  margin-top: 1.5625rem;
  background-color: #fff;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .inline-border--border-top {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .inline-border--border-top {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.inline-border--icon {
  margin-top: -3.25rem;
}
@media print, screen and (min-width: 40em) {
  .inline-border--icon {
    margin-top: -3.75rem;
  }
}
.inline-border--icon .clwp-icon {
  padding: 1.25rem;
  background-color: #fff;
}
.dropdown-link-list {
  position: relative;
}
.dropdown-link-list.is-active .dropdown-link-list__list {
  display: block;
}
.dropdown-link-list-button {
  display: flex;
  width: 100%;
  max-width: 31.25rem;
  background-color: #fff;
  border: 0.0625rem solid #d1d1d1;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  align-items: center;
  padding: 0;
}
.dropdown-link-list-button__text {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  padding-left: 0.625rem;
  text-align: left;
  flex: 1;
}
@media print, screen and (min-width: 40em) {
  .dropdown-link-list-button__text {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .dropdown-link-list-button__text {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown-link-list-button__text {
    margin-bottom: 0;
  }
}
.dropdown-link-list-button__caret {
  display: block;
  background-color: #868686;
  padding: 0.5rem 0.5rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.dropdown-link-list__list {
  display: none;
  position: absolute;
  list-style-type: none;
  width: 100%;
  max-width: 31.25rem;
  height: 12.5rem;
  overflow: auto;
  padding-left: 0;
  z-index: 99;
  box-shadow: none;
}
.dropdown-link-list__list-item {
  margin-bottom: 0;
}
.dropdown-link-list__list-item a {
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  color: #413c3a;
  background-color: #d1d1d1;
}
@media print, screen and (min-width: 40em) {
  .dropdown-link-list__list-item a {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown-link-list__list-item a {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.dropdown-link-list__list-item a:visited {
  color: #413c3a;
  background-color: #d1d1d1;
}
.dropdown-link-list__list-item a:hover,
.dropdown-link-list__list-item a:active,
.dropdown-link-list__list-item a:focus {
  color: #a19694;
  background-color: #459aa9;
}
.divided-list--horizontal {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .divided-list--horizontal {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .divided-list--horizontal {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .divided-list--horizontal {
    display: flex;
  }
}
.divided-list--horizontal__cell {
  padding: 0 0.5rem 0 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .divided-list--horizontal__cell {
    padding: 0 1rem 0 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .divided-list--horizontal__cell {
    padding: 0 1rem 0 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .divided-list--horizontal__cell {
    flex: 0 0 20%;
  }
  .divided-list--horizontal__cell:not(:last-child) {
    border-right: 0.125rem solid #fff;
  }
}
.lightbox {
  display: none;
  position: absolute;
  top: 6.25rem;
  left: 50%;
  width: 90%;
  max-width: 43.75rem;
  padding: 1.25rem 0.9375rem 0.9375rem;
  transform: translateX(-50%);
  transition: opacity 0.33s ease-in, visibility 0.33s ease-in;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #ae4332;
  box-shadow: 0 0.9375rem 1.875rem rgba(35, 35, 35, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 201;
}
@media print, screen and (min-width: 40em) {
  .lightbox {
    padding: 2.5rem 1.875rem 1.875rem;
  }
  .lightbox[data-rel="review-form"] {
    width: auto;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .lightbox {
    width: 90%;
  }
}
.lightbox.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.lightbox.active.fixed {
  position: fixed;
}
.lightbox.fixed {
  top: 50%;
  transform: translate(-50%, -50%);
}
.lightbox.slide-down {
  top: -31.25rem;
  transition: opacity 0.33s ease-in, visibility 0.33s ease-in, top 0.33s ease-in;
}
.lightbox.slide-down.active {
  top: 6.25rem;
}
.lightbox.slide-down.active.fixed {
  top: 50%;
}
.lightbox.bottom-right {
  display: block;
  position: fixed;
  top: initial;
  right: 5%;
  bottom: 0.3125rem;
  left: initial;
  width: 90%;
  padding: 2.1875rem 0.9375rem 0.9375rem;
  transform: translateY(150%);
  transition: transform 0.5s ease-in, opacity 0.3s ease-in;
  box-shadow: 0 0.9375rem 1.875rem rgba(35, 35, 35, 0.1);
  visibility: initial;
  z-index: 100;
}
@media print, screen and (min-width: 40em) {
  .lightbox.bottom-right {
    right: 1.25rem;
    bottom: 1.25rem;
    max-width: 21.25rem;
  }
  .lightbox.bottom-right .lightbox__step {
    top: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .lightbox.bottom-right {
    box-shadow: 0 0.9375rem 1.875rem rgba(35, 35, 35, 0.1);
  }
}
.lightbox.bottom-right.active {
  transform: translateY(0);
}
.lightbox.bottom-right .lightbox-x {
  top: 0;
}
.lightbox.bottom-right .lightbox__step {
  top: 0.3125rem;
}
.lightbox-x {
  position: absolute;
  top: 0;
  right: 0;
  color: #5f5f5f;
  font-size: 1.25rem;
  cursor: pointer;
}
.lightbox__step {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  color: #5f5f5f;
  font-size: 0.75rem;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .lightbox__step {
    top: 0.625rem;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.33s ease-in, visibility 0.33s ease-in;
  background-color: rgba(35, 35, 35, 0.33);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay {
  opacity: 0;
  transition: opacity 200ms;
}
.overlay.active {
  background-color: #868686;
  opacity: 0.9;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.review-list-item {
  position: relative;
}
.review-list-item__skeleton {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  padding: 1rem;
  overflow: hidden;
}
.review-list-item__skeleton--sub-header,
.review-list-item__skeleton--logo-container,
.review-list-item__skeleton--text {
  background-color: #d1d1d1;
  border-radius: 0.25rem;
}
.review-list-item__skeleton--sub-header {
  height: 1rem;
}
.review-list-item__skeleton--logo-container {
  height: 3.125rem;
  width: 7.5rem;
}
.review-list-item__skeleton--text {
  height: 0.75rem;
  margin-bottom: 0.5rem;
}
.review-list-item__skeleton-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 95%, #fff, transparent);
  background-size: 140% 100%;
  animation: shimmer 2s infinite linear;
  pointer-events: none;
}
@keyframes shimmer {
  from {
    background-position-x: 140%;
  }
  to {
    background-position-x: -200%;
  }
}
.review-list-item__rating-list {
  display: none;
  position: absolute;
  border-radius: 0;
  border: 0.125rem solid #d1d1d1;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(35, 35, 35, 0.16);
  width: 18.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .review-list-item__rating-list {
    width: 15.625rem;
  }
}
.review-list-item__rating-list.visible {
  display: block;
}
.review-list-item__rating-list .clwp-stars--breakdown {
  height: 0.3125rem !important;
  width: 100% !important;
  object-fit: fill;
}
.review-list-item__rating-list-item {
  white-space: nowrap;
}
.review-list-item__rating-list-item--label {
  margin-bottom: 0 !important;
}
.review-list-item__rating-list-item--value {
  margin-bottom: 0 !important;
  text-align: right;
}
.review-list-item__logo {
  max-width: 7.5rem;
}
.review-list-item__logo-container {
  text-align: left;
  margin-bottom: 0;
}
.review-list-item__date {
  color: #868686;
}
.review-list-item__rating-container {
  width: fit-content;
}
.review-list-item__rating--provider-heading {
  margin-bottom: 0.125rem;
  color: #868686;
}
.review-list-item__rating--stars {
  display: inline-block;
}
.review-list-item__rating--caret-down {
  display: inline-block;
}
.review-list-item__customer-info {
  display: inline-flex;
}
.review-list-item__customer-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #868686;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .review-list-item__customer-title {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .review-list-item__customer-title {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .review-list-item__customer-title {
    margin-bottom: 0;
  }
}
.review-list-item__customer-verified {
  display: flex;
  gap: 0.375rem;
}
.review-list-item__customer-verified--text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #868686;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .review-list-item__customer-verified--text {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .review-list-item__customer-verified--text {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .review-list-item__customer-verified--text {
    margin-bottom: 0;
  }
}
.review-list-item__read-more {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #868686;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
  text-decoration: underline;
  background-color: unset;
  border: none;
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .review-list-item__read-more {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .review-list-item__read-more {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .review-list-item__read-more {
    margin-bottom: 0;
  }
}
.review-list-item__read-more:hover {
  cursor: pointer;
}
.review-list-item__read-more--fade {
  height: 1rem;
  width: 100%;
  position: absolute;
  transform: translateY(-1rem);
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.sc-display--block {
  display: block;
}
.sc-display--inline-block {
  display: inline-block;
}
.sc-display--flex {
  display: flex;
}
.sc-overflow--hidden {
  overflow: hidden;
}
.sc-margin--xsm {
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-margin--xsm {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-margin--xsm {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-margin-small-only--xsm {
    margin-bottom: 0.25rem;
  }
}
.sc-margin--sm {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-margin--sm {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-margin--sm {
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-margin-small-only--sm {
    margin-bottom: 0.5rem;
  }
}
.sc-margin--md {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .sc-margin--md {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-margin--md {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-margin-small-only--md {
    margin-bottom: 1rem;
  }
}
.sc-margin--lg {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-margin--lg {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-margin--lg {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-margin-small-only--lg {
    margin-bottom: 1.25rem;
  }
}
.sc-margin--xlg {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-margin--xlg {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-margin--xlg {
    margin-bottom: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-margin-small-only--xlg {
    margin-bottom: 1.5rem;
  }
}
.sc-margin--none {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .sc-margin-small-only--none {
    margin-bottom: 0;
  }
}
.sc-margin--none {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .sc-margin--none {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-margin--none {
    margin-bottom: 0;
  }
}
.sc-padding--box-shadow {
  padding-bottom: 0.25rem;
}
.sc-padding--xsm,
.sc-padding-first--xsm:first-child,
.sc-padding-last--xsm:last-child {
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding--xsm,
  .sc-padding-first--xsm:first-child,
  .sc-padding-last--xsm:last-child {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding--xsm,
  .sc-padding-first--xsm:first-child,
  .sc-padding-last--xsm:last-child {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
.sc-padding-x--xsm,
.sc-padding-x-first--xsm:first-child,
.sc-padding-x-last--xsm:last-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-x--xsm,
  .sc-padding-x-first--xsm:first-child,
  .sc-padding-x-last--xsm:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-x--xsm,
  .sc-padding-x-first--xsm:first-child,
  .sc-padding-x-last--xsm:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xsm {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.sc-padding-y--xsm,
.sc-padding-y-first--xsm:first-child,
.sc-padding-y-last--xsm:last-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-y--xsm,
  .sc-padding-y-first--xsm:first-child,
  .sc-padding-y-last--xsm:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-y--xsm,
  .sc-padding-y-first--xsm:first-child,
  .sc-padding-y-last--xsm:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xsm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.sc-padding-top--xsm,
.sc-padding-top-first--xsm:first-child,
.sc-padding-top-last--xsm:last-child {
  padding-top: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-top--xsm,
  .sc-padding-top-first--xsm:first-child,
  .sc-padding-top-last--xsm:last-child {
    padding-top: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-top--xsm,
  .sc-padding-top-first--xsm:first-child,
  .sc-padding-top-last--xsm:last-child {
    padding-top: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xsm {
    padding-top: 0.25rem;
  }
}
.sc-padding-bottom--xsm,
.sc-padding-bottom-first--xsm:first-child,
.sc-padding-bottom-last--xsm:last-child {
  padding-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-bottom--xsm,
  .sc-padding-bottom-first--xsm:first-child,
  .sc-padding-bottom-last--xsm:last-child {
    padding-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-bottom--xsm,
  .sc-padding-bottom-first--xsm:first-child,
  .sc-padding-bottom-last--xsm:last-child {
    padding-bottom: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xsm {
    padding-bottom: 0.25rem;
  }
}
.sc-padding-right--xsm,
.sc-padding-right-first--xsm:first-child,
.sc-padding-right-last--xsm:last-child {
  padding-right: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-right--xsm,
  .sc-padding-right-first--xsm:first-child,
  .sc-padding-right-last--xsm:last-child {
    padding-right: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-right--xsm,
  .sc-padding-right-first--xsm:first-child,
  .sc-padding-right-last--xsm:last-child {
    padding-right: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xsm {
    padding-right: 0.25rem;
  }
}
.sc-padding-left--xsm,
.sc-padding-left-first--xsm:first-child,
.sc-padding-left-last--xsm:last-child {
  padding-left: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-left--xsm,
  .sc-padding-left-first--xsm:first-child,
  .sc-padding-left-last--xsm:last-child {
    padding-left: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-left--xsm,
  .sc-padding-left-first--xsm:first-child,
  .sc-padding-left-last--xsm:last-child {
    padding-left: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xsm {
    padding-left: 0.25rem;
  }
}
.sc-padding--sm,
.sc-padding-first--sm:first-child,
.sc-padding-last--sm:last-child {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding--sm,
  .sc-padding-first--sm:first-child,
  .sc-padding-last--sm:last-child {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding--sm,
  .sc-padding-first--sm:first-child,
  .sc-padding-last--sm:last-child {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.sc-padding-x--sm,
.sc-padding-x-first--sm:first-child,
.sc-padding-x-last--sm:last-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-x--sm,
  .sc-padding-x-first--sm:first-child,
  .sc-padding-x-last--sm:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-x--sm,
  .sc-padding-x-first--sm:first-child,
  .sc-padding-x-last--sm:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.sc-padding-y--sm,
.sc-padding-y-first--sm:first-child,
.sc-padding-y-last--sm:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-y--sm,
  .sc-padding-y-first--sm:first-child,
  .sc-padding-y-last--sm:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-y--sm,
  .sc-padding-y-first--sm:first-child,
  .sc-padding-y-last--sm:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.sc-padding-top--sm,
.sc-padding-top-first--sm:first-child,
.sc-padding-top-last--sm:last-child {
  padding-top: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-top--sm,
  .sc-padding-top-first--sm:first-child,
  .sc-padding-top-last--sm:last-child {
    padding-top: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-top--sm,
  .sc-padding-top-first--sm:first-child,
  .sc-padding-top-last--sm:last-child {
    padding-top: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--sm {
    padding-top: 0.5rem;
  }
}
.sc-padding-bottom--sm,
.sc-padding-bottom-first--sm:first-child,
.sc-padding-bottom-last--sm:last-child {
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-bottom--sm,
  .sc-padding-bottom-first--sm:first-child,
  .sc-padding-bottom-last--sm:last-child {
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-bottom--sm,
  .sc-padding-bottom-first--sm:first-child,
  .sc-padding-bottom-last--sm:last-child {
    padding-bottom: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--sm {
    padding-bottom: 0.5rem;
  }
}
.sc-padding-right--sm,
.sc-padding-right-first--sm:first-child,
.sc-padding-right-last--sm:last-child {
  padding-right: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-right--sm,
  .sc-padding-right-first--sm:first-child,
  .sc-padding-right-last--sm:last-child {
    padding-right: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-right--sm,
  .sc-padding-right-first--sm:first-child,
  .sc-padding-right-last--sm:last-child {
    padding-right: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--sm {
    padding-right: 0.5rem;
  }
}
.sc-padding-left--sm,
.sc-padding-left-first--sm:first-child,
.sc-padding-left-last--sm:last-child {
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-left--sm,
  .sc-padding-left-first--sm:first-child,
  .sc-padding-left-last--sm:last-child {
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-left--sm,
  .sc-padding-left-first--sm:first-child,
  .sc-padding-left-last--sm:last-child {
    padding-left: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--sm {
    padding-left: 0.5rem;
  }
}
.sc-padding--md,
.sc-padding-first--md:first-child,
.sc-padding-last--md:last-child {
  padding: 1rem 1rem 1rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding--md,
  .sc-padding-first--md:first-child,
  .sc-padding-last--md:last-child {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding--md,
  .sc-padding-first--md:first-child,
  .sc-padding-last--md:last-child {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
.sc-padding-x--md,
.sc-padding-x-first--md:first-child,
.sc-padding-x-last--md:last-child {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-x--md,
  .sc-padding-x-first--md:first-child,
  .sc-padding-x-last--md:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-x--md,
  .sc-padding-x-first--md:first-child,
  .sc-padding-x-last--md:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--md {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.sc-padding-y--md,
.sc-padding-y-first--md:first-child,
.sc-padding-y-last--md:last-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-y--md,
  .sc-padding-y-first--md:first-child,
  .sc-padding-y-last--md:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-y--md,
  .sc-padding-y-first--md:first-child,
  .sc-padding-y-last--md:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.sc-padding-top--md,
.sc-padding-top-first--md:first-child,
.sc-padding-top-last--md:last-child {
  padding-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-top--md,
  .sc-padding-top-first--md:first-child,
  .sc-padding-top-last--md:last-child {
    padding-top: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-top--md,
  .sc-padding-top-first--md:first-child,
  .sc-padding-top-last--md:last-child {
    padding-top: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--md {
    padding-top: 1rem;
  }
}
.sc-padding-bottom--md,
.sc-padding-bottom-first--md:first-child,
.sc-padding-bottom-last--md:last-child {
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-bottom--md,
  .sc-padding-bottom-first--md:first-child,
  .sc-padding-bottom-last--md:last-child {
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-bottom--md,
  .sc-padding-bottom-first--md:first-child,
  .sc-padding-bottom-last--md:last-child {
    padding-bottom: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--md {
    padding-bottom: 1rem;
  }
}
.sc-padding-right--md,
.sc-padding-right-first--md:first-child,
.sc-padding-right-last--md:last-child {
  padding-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-right--md,
  .sc-padding-right-first--md:first-child,
  .sc-padding-right-last--md:last-child {
    padding-right: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-right--md,
  .sc-padding-right-first--md:first-child,
  .sc-padding-right-last--md:last-child {
    padding-right: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--md {
    padding-right: 1rem;
  }
}
.sc-padding-left--md,
.sc-padding-left-first--md:first-child,
.sc-padding-left-last--md:last-child {
  padding-left: 1rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-left--md,
  .sc-padding-left-first--md:first-child,
  .sc-padding-left-last--md:last-child {
    padding-left: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-left--md,
  .sc-padding-left-first--md:first-child,
  .sc-padding-left-last--md:last-child {
    padding-left: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--md {
    padding-left: 1rem;
  }
}
.sc-padding--lg,
.sc-padding-first--lg:first-child,
.sc-padding-last--lg:last-child {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding--lg,
  .sc-padding-first--lg:first-child,
  .sc-padding-last--lg:last-child {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding--lg,
  .sc-padding-first--lg:first-child,
  .sc-padding-last--lg:last-child {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.sc-padding-x--lg,
.sc-padding-x-first--lg:first-child,
.sc-padding-x-last--lg:last-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-x--lg,
  .sc-padding-x-first--lg:first-child,
  .sc-padding-x-last--lg:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-x--lg,
  .sc-padding-x-first--lg:first-child,
  .sc-padding-x-last--lg:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.sc-padding-y--lg,
.sc-padding-y-first--lg:first-child,
.sc-padding-y-last--lg:last-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-y--lg,
  .sc-padding-y-first--lg:first-child,
  .sc-padding-y-last--lg:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-y--lg,
  .sc-padding-y-first--lg:first-child,
  .sc-padding-y-last--lg:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--lg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.sc-padding-top--lg,
.sc-padding-top-first--lg:first-child,
.sc-padding-top-last--lg:last-child {
  padding-top: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-top--lg,
  .sc-padding-top-first--lg:first-child,
  .sc-padding-top-last--lg:last-child {
    padding-top: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-top--lg,
  .sc-padding-top-first--lg:first-child,
  .sc-padding-top-last--lg:last-child {
    padding-top: 1.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--lg {
    padding-top: 1.25rem;
  }
}
.sc-padding-bottom--lg,
.sc-padding-bottom-first--lg:first-child,
.sc-padding-bottom-last--lg:last-child {
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-bottom--lg,
  .sc-padding-bottom-first--lg:first-child,
  .sc-padding-bottom-last--lg:last-child {
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-bottom--lg,
  .sc-padding-bottom-first--lg:first-child,
  .sc-padding-bottom-last--lg:last-child {
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--lg {
    padding-bottom: 1.25rem;
  }
}
.sc-padding-right--lg,
.sc-padding-right-first--lg:first-child,
.sc-padding-right-last--lg:last-child {
  padding-right: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-right--lg,
  .sc-padding-right-first--lg:first-child,
  .sc-padding-right-last--lg:last-child {
    padding-right: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-right--lg,
  .sc-padding-right-first--lg:first-child,
  .sc-padding-right-last--lg:last-child {
    padding-right: 1.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--lg {
    padding-right: 1.25rem;
  }
}
.sc-padding-left--lg,
.sc-padding-left-first--lg:first-child,
.sc-padding-left-last--lg:last-child {
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-left--lg,
  .sc-padding-left-first--lg:first-child,
  .sc-padding-left-last--lg:last-child {
    padding-left: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-left--lg,
  .sc-padding-left-first--lg:first-child,
  .sc-padding-left-last--lg:last-child {
    padding-left: 1.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--lg {
    padding-left: 1.25rem;
  }
}
.sc-padding--xlg,
.sc-padding-first--xlg:first-child,
.sc-padding-last--xlg:last-child {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding--xlg,
  .sc-padding-first--xlg:first-child,
  .sc-padding-last--xlg:last-child {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding--xlg,
  .sc-padding-first--xlg:first-child,
  .sc-padding-last--xlg:last-child {
    padding: 2rem 2rem 2rem 2rem;
  }
}
.sc-padding-x--xlg,
.sc-padding-x-first--xlg:first-child,
.sc-padding-x-last--xlg:last-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-x--xlg,
  .sc-padding-x-first--xlg:first-child,
  .sc-padding-x-last--xlg:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-x--xlg,
  .sc-padding-x-first--xlg:first-child,
  .sc-padding-x-last--xlg:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xlg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sc-padding-y--xlg,
.sc-padding-y-first--xlg:first-child,
.sc-padding-y-last--xlg:last-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-y--xlg,
  .sc-padding-y-first--xlg:first-child,
  .sc-padding-y-last--xlg:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-y--xlg,
  .sc-padding-y-first--xlg:first-child,
  .sc-padding-y-last--xlg:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xlg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.sc-padding-top--xlg,
.sc-padding-top-first--xlg:first-child,
.sc-padding-top-last--xlg:last-child {
  padding-top: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-top--xlg,
  .sc-padding-top-first--xlg:first-child,
  .sc-padding-top-last--xlg:last-child {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-top--xlg,
  .sc-padding-top-first--xlg:first-child,
  .sc-padding-top-last--xlg:last-child {
    padding-top: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xlg {
    padding-top: 1.5rem;
  }
}
.sc-padding-bottom--xlg,
.sc-padding-bottom-first--xlg:first-child,
.sc-padding-bottom-last--xlg:last-child {
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-bottom--xlg,
  .sc-padding-bottom-first--xlg:first-child,
  .sc-padding-bottom-last--xlg:last-child {
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-bottom--xlg,
  .sc-padding-bottom-first--xlg:first-child,
  .sc-padding-bottom-last--xlg:last-child {
    padding-bottom: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xlg {
    padding-bottom: 1.5rem;
  }
}
.sc-padding-right--xlg,
.sc-padding-right-first--xlg:first-child,
.sc-padding-right-last--xlg:last-child {
  padding-right: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-right--xlg,
  .sc-padding-right-first--xlg:first-child,
  .sc-padding-right-last--xlg:last-child {
    padding-right: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-right--xlg,
  .sc-padding-right-first--xlg:first-child,
  .sc-padding-right-last--xlg:last-child {
    padding-right: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xlg {
    padding-right: 1.5rem;
  }
}
.sc-padding-left--xlg,
.sc-padding-left-first--xlg:first-child,
.sc-padding-left-last--xlg:last-child {
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .sc-padding-left--xlg,
  .sc-padding-left-first--xlg:first-child,
  .sc-padding-left-last--xlg:last-child {
    padding-left: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sc-padding-left--xlg,
  .sc-padding-left-first--xlg:first-child,
  .sc-padding-left-last--xlg:last-child {
    padding-left: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--xlg {
    padding-left: 1.5rem;
  }
}
.sc-padding--none,
.sc-padding-first--none:first-child,
.sc-padding-last--none:last-child {
  padding: 0 0 0 0;
}
.sc-padding-x--none,
.sc-padding-x-first--none:first-child,
.sc-padding-x-last--none:last-child {
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--none {
    padding-left: 0;
    padding-right: 0;
  }
}
.sc-padding-y--none,
.sc-padding-y-first--none:first-child,
.sc-padding-y-last--none:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--none {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sc-padding-top--none,
.sc-padding-top-first--none:first-child,
.sc-padding-top-last--none:last-child {
  padding-top: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--none {
    padding-top: 0;
  }
}
.sc-padding-bottom--none,
.sc-padding-bottom-first--none:first-child,
.sc-padding-bottom-last--none:last-child {
  padding-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--none {
    padding-bottom: 0;
  }
}
.sc-padding-right--none,
.sc-padding-right-first--none:first-child,
.sc-padding-right-last--none:last-child {
  padding-right: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--none {
    padding-right: 0;
  }
}
.sc-padding-left--none,
.sc-padding-left-first--none:first-child,
.sc-padding-left-last--none:last-child {
  padding-left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .sc-padding-small-only--none {
    padding-left: 0;
  }
}
.sc-gutter--left-sm {
  margin-left: 0.25rem;
}
.sc-gutter--right-sm {
  margin-right: 0.25rem;
}
.sc-gutter--x-sm {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.sc-gutter--left-md {
  margin-left: 0.5rem;
}
.sc-gutter--right-md {
  margin-right: 0.5rem;
}
.sc-gutter--x-md {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sc-gutter--left-lg {
  margin-left: 0.75rem;
}
.sc-gutter--right-lg {
  margin-right: 0.75rem;
}
.sc-gutter--x-lg {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.sc-cursor--pointer {
  cursor: pointer;
}
.sc-effect--grayscale {
  filter: grayscale(100%);
  transition: filter 1s;
}
.sc-effect--grayscale:hover {
  filter: none;
}
.clwp-sticky-section {
  position: fixed;
  margin: 0 !important;
  width: 100% !important;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 150%);
  z-index: 1000;
  max-height: 100%;
  transition: transform 0.3s ease-in-out;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.clwp-sticky-section.fixed {
  transform: translate(-50%, 0);
}
.clwp-sticky-section.sticky-hidden {
  transform: translate(-50%, calc(100% - 28px));
}
.clwp-sticky-section.sticky-hidden .clwp-sticky-section__tab-icon {
  transform: rotate(-180deg);
}
.clwp-sticky-section__tab-container {
  cursor: pointer;
}
.clwp-sticky-section__tab-container .cell {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.clwp-sticky-section__tab-text {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.clwp-sticky-section__tab-text svg {
  vertical-align: middle;
  margin-top: -0.125rem;
  height: 0.75rem;
  transition: transform 0.3s;
}
.archive-loop {
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 3.125rem;
}
@media print, screen and (min-width: 40em) {
  .archive-loop {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .archive-loop {
    margin-bottom: 2rem;
  }
}
.archive-title a {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .archive-title a {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .archive-title a {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .archive-title a {
    margin-bottom: 2rem;
  }
}
.top-archive-item {
  grid-column: span 3;
}
@media screen and (min-width: 31.25em) {
  .top-archive-item {
    grid-column: span 1;
  }
}
.top-archive-item__featured-image {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .top-archive-item__featured-image {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .top-archive-item__featured-image {
    margin-bottom: 1.25rem;
  }
}
.top-archive-item__featured-image a {
  display: block;
}
.top-archive-item__featured-image a img {
  width: 100%;
  height: 10.9375rem;
  object-fit: cover;
}
.top-archive-item__content__title {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .top-archive-item__content__title {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .top-archive-item__content__title {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .top-archive-item__content__title {
    margin-bottom: 1.25rem;
  }
}
.top-archive-item__content__meta {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .top-archive-item__content__meta {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .top-archive-item__content__meta {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .top-archive-item__content__meta {
    margin-bottom: 1rem;
  }
}
.top-archive-item__content__meta a {
  color: #4dacbd;
  text-decoration: underline;
}
.top-archive-item__content__meta a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.top-archive-item__content__meta a:visited {
  color: #5eb4c3;
}
.top-archive-item__content__meta a:active {
  color: #3d8997;
  text-decoration: underline;
}
.top-archive-item__content__meta a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.top-archive-item__content__meta span {
  margin-right: 0.25rem;
}
.top-archive-item__content__meta span:last-child {
  margin-right: 0;
}
.top-archive-item__content__excerpt {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .top-archive-item__content__excerpt {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .top-archive-item__content__excerpt {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .top-archive-item__content__excerpt {
    margin-bottom: 1.25rem;
  }
}
.archive-item {
  grid-column: span 3;
  display: grid;
  grid-column-gap: 1.25rem;
  grid-row-gap: 0.9375rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 31.25em) {
  .archive-item {
    grid-template-columns: 12.5rem 1fr;
  }
}
.archive-item__featured-image a img {
  width: 100%;
  height: 6.4375rem;
  object-fit: cover;
}
@media screen and (max-width: 31.25em) {
  .archive-item__featured-image a img {
    height: 10.9375rem;
  }
}
.archive-item__content__title {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .archive-item__content__title {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .archive-item__content__title {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .archive-item__content__title {
    margin-bottom: 1.25rem;
  }
}
.archive-item__content__meta {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .archive-item__content__meta {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .archive-item__content__meta {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .archive-item__content__meta {
    margin-bottom: 1rem;
  }
}
.archive-item__content__meta a {
  color: #4dacbd;
  text-decoration: underline;
}
.archive-item__content__meta a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.archive-item__content__meta a:visited {
  color: #5eb4c3;
}
.archive-item__content__meta a:active {
  color: #3d8997;
  text-decoration: underline;
}
.archive-item__content__meta a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.archive-item__content__meta span {
  margin-right: 0.25rem;
}
.archive-item__content__meta span:last-child {
  margin-right: 0;
}
.archive-item__content__excerpt {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .archive-item__content__excerpt {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .archive-item__content__excerpt {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .archive-item__content__excerpt {
    margin-bottom: 1.25rem;
  }
}
.archive-item__content__read-more a {
  color: #4dacbd;
  text-decoration: underline;
}
.archive-item__content__read-more a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.archive-item__content__read-more a:visited {
  color: #5eb4c3;
}
.archive-item__content__read-more a:active {
  color: #3d8997;
  text-decoration: underline;
}
.archive-item__content__read-more a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-load-more {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.75rem 1.125rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #ae4332;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3.125rem;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .clwp-load-more {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-load-more {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 1.25rem;
  }
}
.clwp-load-more:hover {
  background-color: #9c3c2c;
  cursor: pointer;
}
.clwp-load-more:focus {
  background-color: #8b3528;
  cursor: pointer;
}
.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo__image {
  width: 78%;
  text-align: left;
}
@media print, screen and (min-width: 64em) {
  .logo__image {
    width: 100%;
  }
}
.logo__menu-button {
  width: 18%;
  text-align: right;
}
@media print, screen and (min-width: 64em) {
  .logo__menu-button {
    display: none;
  }
}
.clwp-nav {
  display: none;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .clwp-nav {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-nav {
    display: flex;
  }
}
.clwp-nav__before,
.clwp-nav__after {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .clwp-nav__before,
  .clwp-nav__after {
    display: block;
  }
}
.clwp-nav .clwp-nav__nav-parent {
  display: block;
  position: relative;
  width: auto;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  color: #413c3a;
  white-space: nowrap;
}
@media print, screen and (min-width: 40em) {
  .clwp-nav .clwp-nav__nav-parent {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-nav .clwp-nav__nav-parent {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.clwp-nav .clwp-nav__nav-parent .menu-icon {
  position: absolute;
  right: 1rem;
  top: 40%;
  width: 1rem;
  transition: transform 0.5s ease;
}
@media print, screen and (min-width: 64em) {
  .clwp-nav .clwp-nav__nav-parent .menu-icon {
    display: none;
  }
}
.clwp-nav .clwp-nav__nav-parent.is-active .menu-icon {
  transform: rotate(90deg);
}
.clwp-nav div.clwp-nav__nav-parent {
  cursor: default;
}
.clwp-nav .clwp-nav__nav-contents {
  left: 0;
  right: 0;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition-delay: 0s;
}
@media print, screen and (min-width: 64em) {
  .clwp-nav .clwp-nav__nav-contents {
    position: absolute;
  }
}
.clwp-nav .clwp-nav__nav-contents-container {
  background-color: #efefef;
  padding: 1rem 1rem 1rem 1rem;
  box-shadow: none;
}
@media print, screen and (min-width: 40em) {
  .clwp-nav .clwp-nav__nav-contents-container {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-nav .clwp-nav__nav-contents-container {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-nav .clwp-nav__nav-contents-buffer {
    padding: 0 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .clwp-nav .clwp-nav__nav-contents-buffer {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .clwp-nav .clwp-nav__nav-contents-buffer {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-nav--align-left .clwp-nav__nav-contents-container {
    float: left;
  }
  .clwp-nav--align-left .clwp-nav__nav-contents-buffer {
    display: flex;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-nav--align-right .clwp-nav__nav-contents-container {
    float: right;
  }
  .clwp-nav--align-right .clwp-nav__nav-contents-buffer {
    display: flex;
    justify-content: flex-end;
  }
}
.mobile-menu-active .clwp-nav {
  display: flex;
  width: 100%;
}
.archive-three-up__image img {
  width: 100%;
  height: 10.9375rem;
  object-fit: cover;
}
.archive-three-up-featured__secondary-item
  .archive-three-up-featured__image
  img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.archive-four-up__image img {
  width: 100%;
  height: 10.9375rem;
  object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  .archive-repeating-list__item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 40em) {
  .archive-repeating-list__image {
    width: 8.375rem;
    margin-right: 0.5rem;
  }
}
.archive-repeating-list__image img {
  height: 5.4375rem;
  object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  .archive-repeating-list__image img {
    width: 8.375rem;
  }
}
.archive-repeating-list__content {
  flex: 1;
}
@media print, screen and (min-width: 40em) {
  .callout-box__container {
    display: flex;
  }
}
.callout-box__content-icon {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .callout-box__content-icon {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .callout-box__content {
    flex: 1;
  }
}
.callout-box--mini {
  display: flex;
}
.callout-box--mini__copy {
  margin-bottom: 1.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  .callout-box--mini__copy {
    margin-bottom: 1rem;
  }
}
.callout-box--mini:not(:has(.callout-box--mini__copy)) {
  align-items: center;
}
.callout-box--mini:not(:has(.callout-box--mini__copy))
  .callout-box--mini__content
  .clwp-heading {
  margin-bottom: 0;
}
.callout-box--mini:not(:has(.clwp-heading)) {
  align-items: center;
}
.callout-box--mini__image.gutter--xsm,
.callout-box--mini__icon.gutter--xsm {
  margin-right: 0.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  .callout-box--mini__image.gutter--xsm,
  .callout-box--mini__icon.gutter--xsm {
    margin-right: 0.25rem;
  }
}
.callout-box--mini__image.gutter--sm,
.callout-box--mini__icon.gutter--sm {
  margin-right: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .callout-box--mini__image.gutter--sm,
  .callout-box--mini__icon.gutter--sm {
    margin-right: 0.5rem;
  }
}
.callout-box--mini__image.gutter--md,
.callout-box--mini__icon.gutter--md {
  margin-right: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .callout-box--mini__image.gutter--md,
  .callout-box--mini__icon.gutter--md {
    margin-right: 0.5rem;
  }
}
.callout-box--mini__image.gutter--lg,
.callout-box--mini__icon.gutter--lg {
  margin-right: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .callout-box--mini__image.gutter--lg,
  .callout-box--mini__icon.gutter--lg {
    margin-right: 0.75rem;
  }
}
.callout-box--mini__image.gutter--xlg,
.callout-box--mini__icon.gutter--xlg {
  margin-right: 1.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  .callout-box--mini__image.gutter--xlg,
  .callout-box--mini__icon.gutter--xlg {
    margin-right: 1.25rem;
  }
}
.callout-box--mini__image.gutter--xxlg,
.callout-box--mini__icon.gutter--xxlg {
  margin-right: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .callout-box--mini__image.gutter--xxlg,
  .callout-box--mini__icon.gutter--xxlg {
    margin-right: 1.25rem;
  }
}
.callout-box--mini__image.gutter--xxxlg,
.callout-box--mini__icon.gutter--xxxlg {
  margin-right: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .callout-box--mini__image.gutter--xxxlg,
  .callout-box--mini__icon.gutter--xxxlg {
    margin-right: 1.5rem;
  }
}
.callout-box--mini .clwp-heading--h1 {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .callout-box--mini .clwp-heading--h1 {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .callout-box--mini .clwp-heading--h1 {
    margin-bottom: 1.25rem;
  }
}
.callout-box--mini .clwp-heading--h1-medium {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .callout-box--mini .clwp-heading--h1-medium {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .callout-box--mini .clwp-heading--h1-medium {
    margin-bottom: 1rem;
  }
}
.callout-box--mini .clwp-heading--h2 {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .callout-box--mini .clwp-heading--h2 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .callout-box--mini .clwp-heading--h2 {
    margin-bottom: 1rem;
  }
}
.callout-box--mini .clwp-heading--h3 {
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .callout-box--mini .clwp-heading--h3 {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .callout-box--mini .clwp-heading--h3 {
    margin-bottom: 0.25rem;
  }
}
.callout-box--mini .clwp-heading--h4 {
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .callout-box--mini .clwp-heading--h4 {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .callout-box--mini .clwp-heading--h4 {
    margin-bottom: 0.25rem;
  }
}
.callout-box--mini .clwp-heading--h4-alt {
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .callout-box--mini .clwp-heading--h4-alt {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .callout-box--mini .clwp-heading--h4-alt {
    margin-bottom: 0.25rem;
  }
}
.callout-box--mini__content {
  flex: 1;
}
@media print, screen and (min-width: 40em) {
  .featured-snippet {
    display: flex;
  }
}
.featured-snippet__separator {
  margin: 0 0.25rem;
}
.featured-snippet__item-link {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .featured-snippet__content {
    flex: 2;
    max-width: 60%;
    order: 1;
    margin-right: 0.5rem;
  }
}
.featured-snippet__image {
  flex: 1;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .featured-snippet__image {
    max-width: 40%;
    order: 2;
  }
}
.featured-snippet__view-more {
  cursor: pointer;
  background: none;
}
@media print, screen and (min-width: 40em) {
  .product-card--rating__columns {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--rating__image-container {
    width: 11.875rem;
    margin-right: 0.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--rating__content-container {
    flex: 1;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--rating__cta-container {
    width: 11.875rem;
    margin-left: 0.25rem;
  }
}
.product-card--rating__primary-image img:not(.clwp-managed-brand) {
  height: 6.5rem;
  width: auto;
}
.product-card--rating__primary-image img.clwp-managed-brand {
  height: 5rem;
  width: 9.375rem;
  object-fit: contain;
}
.product-card__tech-specs__header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .product-card__tech-specs__header {
    flex-direction: row;
  }
}
.product-card__tech-specs__image-container {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .product-card__tech-specs__image-container {
    width: 11.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card__tech-specs__heading-container {
    flex: 1;
  }
}
.product-card__tech-specs__content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .product-card__tech-specs__content-container {
    flex-direction: row;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .product-card__tech-specs__secondary-image--container {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card__tech-specs__secondary-image--container {
    width: 11.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card__tech-specs__content {
    flex: 1;
  }
}
.product-card__tech-specs__rating-wrapper {
  display: flex;
}
.product-card__tech-specs__rating-label {
  margin-right: 0.75rem;
}
.product-card__tech-specs__image img:not(.clwp-managed-brand),
.product-card__tech-specs__secondary-image img:not(.clwp-managed-brand) {
  height: 6.5rem;
  width: auto;
}
.product-card__tech-specs__image img.clwp-managed-brand,
.product-card__tech-specs__secondary-image img.clwp-managed-brand {
  height: 5rem;
  width: 9.375rem;
  object-fit: contain;
}
.product-card__tech-specs .divided-list-item__value {
  text-align: left;
}
.product-card__tech-specs .price-leading-text__prefix {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .product-card__tech-specs .price-leading-text__prefix {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card__tech-specs .price-leading-text__prefix {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .product-card__tech-specs .price-leading-text__prefix {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--tech-specs-description__container {
    display: flex;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--tech-specs-description__image-container.layout-small {
    flex: 0 0 auto;
    width: calc(33% - 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--tech-specs-description__image-container.layout-large {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--tech-specs-description__content-container {
    flex: 1;
  }
}
.product-card--tech-specs-description__image img:not(.clwp-managed-brand) {
  height: 6.5rem;
  width: auto;
}
.product-card--tech-specs-description__image img.clwp-managed-brand {
  height: 5rem;
  width: 9.375rem;
  object-fit: contain;
}
.product-card--inline-callout__image img:not(.clwp-managed-brand) {
  height: 6.5rem;
  width: auto;
}
.product-card--inline-callout__image img.clwp-managed-brand {
  height: 5rem;
  width: 9.375rem;
  object-fit: contain;
}
.product-card--inline-callout__container .pros-cons-list-item__text {
  word-break: break-word;
}
.product-card--horizontal-callout__header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .product-card--horizontal-callout__header {
    flex-direction: row;
  }
}
.product-card--horizontal-callout__image-container {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .product-card--horizontal-callout__image-container {
    width: 11.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--horizontal-callout__heading-container {
    flex: 1;
  }
}
.product-card--horizontal-callout__content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .product-card--horizontal-callout__content-container {
    flex-direction: row;
    align-items: center;
  }
}
.product-card--horizontal-callout__content {
  order: 2;
}
@media print, screen and (min-width: 40em) {
  .product-card--horizontal-callout__content {
    order: 1;
    width: 40%;
  }
}
.product-card--horizontal-callout__pricing {
  order: 1;
  text-align: center;
}
.product-card--horizontal-callout__ctas-container {
  order: 3;
}
@media print, screen and (min-width: 40em) {
  .product-card--horizontal-callout__ctas-container {
    width: 30%;
  }
}
.product-card--horizontal-callout__ctas-container .clwp-button {
  width: 100%;
}
.product-card--horizontal-callout__phone,
.product-card--horizontal-callout__text-link {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .product-card--horizontal-callout__phone,
  .product-card--horizontal-callout__text-link {
    text-align: left;
  }
}
.product-card--horizontal-callout__primary-image img:not(.clwp-managed-brand) {
  height: 6.5rem;
  width: auto;
  height: 5rem;
  width: 9.375rem;
}
.pros-cons--left-flair__heading {
  display: flex;
  align-items: center;
}
.pros-cons--top-block__heading-container {
  background-color: #efefef;
  display: flex;
  align-items: center;
}
.pros-cons--expanded__review-heading-container {
  display: flex;
  align-items: center;
}
.pros-cons--expanded__heading-container {
  display: flex;
  align-items: center;
}
.top-ranked-shortform__item {
  display: flex;
  align-items: center;
}
.top-ranked-shortform__item-content {
  flex: 1;
}
.top-ranked-shortform__item-links {
  width: 9.375rem;
  margin-left: 0.25rem;
}
.top-ranked-shortform__item-container:nth-last-child(2):not(:first-child),
.top-ranked-shortform__item-container:last-child {
  border-bottom: none;
}
@media print, screen and (max-width: 63.99875em) {
  .top-ranked-longform {
    border-left: none;
  }
}
@media print, screen and (min-width: 64em) {
  .top-ranked-longform {
    border-top: none;
  }
}
.top-ranked-longform__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .top-ranked-longform__item {
    align-items: flex-start;
  }
}
.top-ranked-longform__image-container {
  width: calc(50% - 0.25rem);
  margin-right: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .top-ranked-longform__image-container {
    width: 9.375rem;
  }
}
.top-ranked-longform__content-container {
  flex: 1;
  order: 2;
}
@media print, screen and (min-width: 40em) {
  .top-ranked-longform__content-container {
    order: 1;
  }
}
.top-ranked-longform__cta-container {
  width: 50%;
  order: 1;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .top-ranked-longform__cta-container {
    width: 9.375rem;
    order: 2;
    margin-left: 0.25rem;
  }
}
.top-ranked-longform__item-container:nth-last-child(2):not(:first-child),
.top-ranked-longform__item-container:last-child {
  border-bottom: none;
}
.social-share {
  display: flex;
  align-items: center;
}
.social-share__button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}
.social-share--align-center {
  justify-content: center;
}
.social-share--align-right {
  justify-content: flex-end;
}
.social-share--align-right .social-share__button {
  margin-right: 0;
  margin-left: 0.25rem;
}
.image-grid--overlay .image-grid--overlay__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  z-index: 3;
}
.image-grid--overlay .image-grid-item {
  height: 12.5rem;
}
.image-grid--overlay .image-grid-item__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-grid--overlay .image-grid-item__overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.image-grid--overlay .image-grid-item__overlay-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-grid--overlay .image-grid-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 68, 68, 0.85);
}
.image-grid--simple.image-grid--inline .image-grid-item__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .image-grid--simple.image-grid--inline .image-grid-item__container {
    display: block;
  }
}
.image-grid--simple.image-grid--inline
  .image-grid-item__container
  .image-grid--simple__image {
  width: 25%;
}
@media print, screen and (min-width: 64em) {
  .image-grid--simple.image-grid--inline
    .image-grid-item__container
    .image-grid--simple__image {
    width: 100%;
  }
}
.image-grid--simple.image-grid--inline
  .image-grid-item__container
  .image-grid--simple__content {
  width: calc(75% - 0.25rem);
}
@media print, screen and (min-width: 64em) {
  .image-grid--simple.image-grid--inline
    .image-grid-item__container
    .image-grid--simple__content {
    width: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .image-grid--simple.image-grid--inline
    .image-grid-item__container
    .image-grid--simple__heading {
    text-align: left;
  }
}
.image-grid--overlay.image-grid--count-5 .image-grid-item {
  height: 11.875rem;
}
.image-grid--overlay.image-grid--count-6 .image-grid-item {
  height: 11.25rem;
}
.search-box {
  border: 0.125rem solid #d1d1d1;
  border-radius: 0.25rem;
  border-width: 0.0625rem;
  border-color: #868686;
  background-color: #fff;
}
.search-box__form {
  display: flex;
  align-items: center;
}
.search-box__field {
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  border-radius: 0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .search-box__field {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .search-box__field {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
.search-box__field,
.search-box__submit {
  height: 2.8125rem;
}
.search-box__submit {
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
}
.search-results {
  border-left: 0;
}
.search-results__row {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .search-results__row {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .search-results__row {
    margin-bottom: 2rem;
  }
}
.search-results__row .search-results__form {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .search-results__row .search-results__form {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .search-results__row .search-results__form {
    margin-bottom: 2rem;
  }
}
.search-results__field {
  width: 100%;
  padding: 0.625rem 0.625rem 0.625rem 2.5rem;
  border: 0.125rem solid #d1d1d1;
  border-radius: 0.25rem;
}
.search-results__field-wrapper {
  position: relative;
}
.search-results__icon {
  width: 1rem;
  margin-right: 0.5rem;
  max-height: 1rem;
  position: absolute;
  left: 0.625rem;
  top: 32%;
}
.search-results__form {
  display: flex;
}
.search-results__submit {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: auto;
  text-align: center;
  background: #ae4332;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3.125rem;
  text-transform: capitalize;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media print, screen and (min-width: 40em) {
  .search-results__submit {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .search-results__submit {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
.search-results__submit:hover {
  background-color: #9c3c2c;
  cursor: pointer;
}
.search-results__submit:focus {
  background-color: #8b3528;
  cursor: pointer;
}
.search-results__result {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .search-results__result {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .search-results__result {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .search-results__result {
    margin-bottom: 1.25rem;
  }
}
.search-results__result.search-results__dark {
  color: #524a49;
}
.search-results__result.search-results__light {
  color: #fff;
}
.search-results__result-empty h3 {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .search-results__result-empty h3 {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .search-results__result-empty h3 {
    margin-bottom: 1.5rem;
  }
}
.search-results__result-empty h4 {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .search-results__result-empty h4 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .search-results__result-empty h4 {
    margin-bottom: 1rem;
  }
}
.search-results__result-empty ul {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .search-results__result-empty ul {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .search-results__result-empty ul {
    margin-bottom: 2rem;
  }
}
.search-results__result-empty a {
  color: #4dacbd;
  text-decoration: underline;
}
.search-results__result-empty a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.search-results__result-empty a:visited {
  color: #5eb4c3;
}
.search-results__result-empty a:active {
  color: #3d8997;
  text-decoration: underline;
}
.search-results__result-empty a:hover {
  color: #3d8997;
  text-decoration: underline;
}
@media print, screen and (min-width: 64em) {
  .author-bio {
    display: flex;
  }
}
.author-bio__image {
  width: 4rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 64em) {
  .author-bio__image {
    width: 6.5rem;
  }
}
.author-bio__content {
  flex: 1;
}
.hero-cards--best-of .hero-card,
.hero-cards-best-of--copy .hero-card,
.hero-cards-best-of--divided-list .hero-card,
.hero-cards-best-of--icon-list .hero-card {
  background-color: #fff;
}
.hero-cards--best-of__image img,
.hero-cards-best-of--copy__image img,
.hero-cards-best-of--divided-list__image img,
.hero-cards-best-of--icon-list__image img {
  height: 5rem;
  width: 9.375rem;
  object-fit: contain;
}
.hero-cards--best-of__container,
.hero-cards-best-of--copy__container,
.hero-cards-best-of--divided-list__container,
.hero-cards-best-of--icon-list__container {
  border-top: 0;
}
.hero-cards-best-of--divided-list .divided-list-item__label {
  border-right: 0;
  text-align: left;
}
.hero-cards--versus {
  color: #6e6361;
  display: flex;
  width: 100%;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}
.hero-cards--versus .hero-card {
  background-color: #fff;
  width: 468px;
  margin-right: 1.5rem;
}
.hero-cards--versus .hero-card__wrapper {
  display: flex;
  flex-flow: row wrap;
}
.hero-cards--versus .hero-card__product__header {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  padding: 0.25rem 0 0.25rem 0;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__product__header {
    padding: 0.25rem 0 0.25rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__product__header {
    padding: 0.25rem 0 0.25rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__product__header {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    padding: 0.25rem 0.25rem 0.25rem 0;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .hero-cards--versus .hero-card__product__header {
    padding: 0.25rem 0.25rem 0.25rem 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .hero-cards--versus .hero-card__product__header {
    padding: 0.25rem 0.25rem 0.25rem 0;
  }
}
.hero-cards--versus .hero-card__product__header__image {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__product__header__image {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__product__header__image {
    margin-bottom: 1.25rem;
  }
}
.hero-cards--versus .hero-card__product__content {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  padding: 0.25rem 0 0.25rem 0;
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__product__content {
    padding: 0.25rem 0 0.25rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__product__content {
    padding: 0.25rem 0 0.25rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__product__content {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.hero-cards--versus .hero-card__product__content__product-info {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__product__content__product-info {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__product__content__product-info {
    margin-bottom: 1.25rem;
  }
}
.hero-cards--versus .hero-card__banner-first {
  background-color: #4dacbd;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__banner-first {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__banner-first {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__banner-first {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__banner-first {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__banner-first {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.hero-cards--versus .hero-card__banner {
  background-color: #444;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__banner {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__banner {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__banner {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__banner {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__banner {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.hero-cards--versus .hero-card__name {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__name {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__name {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__name {
    margin-bottom: 1rem;
  }
}
.hero-cards--versus .hero-card__price {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__price {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__price {
    margin-bottom: 1.25rem;
  }
}
.hero-cards--versus .hero-card__pros-cons-list .pros-cons-list-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
  list-style-type: none;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__pros-cons-list .pros-cons-list-item {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__pros-cons-list .pros-cons-list-item {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__pros-cons-list .pros-cons-list-item {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__pros-cons-list .pros-cons-list-item {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__pros-cons-list .pros-cons-list-item {
    margin-bottom: 1rem;
  }
}
.hero-cards--versus .hero-card__divided-list {
  width: 100%;
}
.hero-cards--versus .hero-card__divided-list .divided-list-item__value {
  text-align: right;
  font-weight: 700;
}
.hero-cards--versus .hero-card__primary-cta {
  margin-bottom: 0.5rem;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .hero-cards--versus .hero-card__primary-cta {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cards--versus .hero-card__primary-cta {
    margin-bottom: 1rem;
  }
}
.hero-cards--versus .hero-card__primary-cta .clwp-button {
  width: 100%;
}
.hero-cards--versus .hero-card__secondary-cta {
  text-align: center;
}
.hero-cards--versus .hero-card__secondary-cta .clwp-button {
  color: #4dacbd;
  text-decoration: underline;
  text-decoration: none;
}
.hero-cards--versus .hero-card__secondary-cta .clwp-button:focus {
  color: #3d8997;
  text-decoration: underline;
}
.hero-cards--versus .hero-card__secondary-cta .clwp-button:visited {
  color: #5eb4c3;
}
.hero-cards--versus .hero-card__secondary-cta .clwp-button:active {
  color: #3d8997;
  text-decoration: underline;
}
.hero-cards--versus .hero-card__secondary-cta .clwp-button:hover {
  color: #3d8997;
  text-decoration: underline;
}
.hero-cards--versus .hero-card:last-child {
  margin-right: 0;
}
.hero-cards-standalone--copy__banner,
.hero-cards-standalone--divided-list__banner,
.hero-cards-standalone--icon-list__banner {
  position: relative;
  z-index: 2;
}
.hero-cards-standalone--copy__table,
.hero-cards-standalone--divided-list__table,
.hero-cards-standalone--icon-list__table {
  background: #efefef;
}
.hero-cards-standalone--divided-list .divided-list-item__label {
  border-right: 0;
}
.hero-cards-standalone__container {
  border-top: 0;
  border-color: #4dacbd;
  position: relative;
  z-index: 1;
}
.hero-cards-standalone__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .hero-cards-standalone__content {
    flex-direction: row;
  }
}
.hero-cards-standalone__image-container {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .hero-cards-standalone__image-container {
    width: 11rem;
    margin-right: 0.75rem;
  }
}
.hero-cards-standalone__image img {
  height: 6.25rem;
  width: 9.375rem;
  object-fit: contain;
}
.hero-cards-standalone__primary-content {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .hero-cards-standalone__primary-content {
    flex: 1;
  }
}
.hero-cards-standalone__links {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .hero-cards-standalone__links {
    width: 10.25rem;
    margin-left: 0.75rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hero-cards-standalone__image img {
    height: 6.25rem;
    width: 9.375rem;
    object-fit: contain;
  }
}
.divider--default hr {
  border-top: 0.0625rem solid #d1d1d1;
}
.divider--secondary hr {
  border-top: 0.0625rem dashed #d1d1d1;
}
.clwp-heading {
  text-wrap: pretty;
}
.clwp-heading-container {
  display: block;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading-container {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading-container {
    margin-bottom: 1.25rem;
  }
}
.clwp-heading--h1 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h1 {
    font-size: 2.625rem;
    line-height: 3.1875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h1 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--h1 {
    margin-bottom: 1rem;
  }
}
.clwp-heading--h1-medium {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h1-medium {
    font-size: 2.25rem;
    line-height: 2.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h1-medium {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--h1-medium {
    margin-bottom: 1rem;
  }
}
.clwp-heading--h2 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h2 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--h2 {
    margin-bottom: 1rem;
  }
}
.clwp-heading--h3 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h3 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--h3 {
    margin-bottom: 1rem;
  }
}
.clwp-heading--h4 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h4 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h4 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--h4 {
    margin-bottom: 1rem;
  }
}
.clwp-heading--h4-alt {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h4-alt {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h4-alt {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--h4-alt {
    margin-bottom: 1rem;
  }
}
.clwp-heading--h5 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h5 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h5 {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--h5 {
    margin-bottom: 1.25rem;
  }
}
.clwp-heading--h6 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6361;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--h6 {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--h6 {
    margin-bottom: 1.25rem;
  }
}
.clwp-heading--xlarge {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--xlarge {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--xlarge {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--xlarge {
    margin-bottom: 1.25rem;
  }
}
.clwp-heading--large {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #6e6361;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--large {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--large {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--large {
    margin-bottom: 1.25rem;
  }
}
.clwp-heading--medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--medium {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-heading--medium {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-heading--medium {
    margin-bottom: 1.25rem;
  }
}
.clwp-heading-container--align-left {
  text-align: left;
}
.clwp-heading-container--align-right {
  text-align: right;
}
.clwp-heading-container--align-center {
  text-align: center;
}
.clwp-heading--link {
  display: inline-block;
  width: fit-content;
}
.clwp-heading--link:hover {
  color: #4dacbd;
  text-decoration: underline;
  color: #5eb4c3;
}
.clwp-heading--link:hover:focus {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-heading--link:hover:visited {
  color: #5eb4c3;
}
.clwp-heading--link:hover:active {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-heading--link:hover:hover {
  color: #3d8997;
  text-decoration: underline;
}
.heading--text--color-light,
.subheading--text--color-light {
  color: #fff;
}
.simple-image-container {
  width: 100%;
}
.simple-image-container.align-right {
  text-align: right;
}
.simple-image-container.align-center {
  text-align: center;
}
.simple-image-container.align-left {
  text-align: left;
}
.simple-image-container .simple-image {
  vertical-align: middle;
}
img.simple-image-full {
  width: 250rem;
  height: auto;
}
.post-title--align-right {
  text-align: right;
}
.post-title--align-center {
  text-align: center;
}
.header-disclaimer {
  display: flex;
  align-items: center;
}
.header-disclaimer__disclaimer {
  flex: 1 0 auto;
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  .header-disclaimer__disclaimer {
    flex: 0 auto;
    margin-right: 0.5rem;
  }
}
.header-disclaimer__close {
  display: flex;
  cursor: pointer;
}
.header-disclaimer__close .clwp-icon {
  width: 0.75rem;
  height: 100%;
}
.breadcrumbs {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .breadcrumbs {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .breadcrumbs {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .breadcrumbs {
    margin-bottom: 1.25rem;
  }
}
.breadcrumbs a:hover {
  color: #4dacbd;
  text-decoration: underline;
}
.breadcrumbs a:hover:focus {
  color: #3d8997;
  text-decoration: underline;
}
.breadcrumbs a:hover:visited {
  color: #5eb4c3;
}
.breadcrumbs a:hover:active {
  color: #3d8997;
  text-decoration: underline;
}
.breadcrumbs a:hover:hover {
  color: #3d8997;
  text-decoration: underline;
}
.read-time {
  display: flex;
  align-items: center;
}
.read-time--align-center,
.read-time--align-right {
  justify-content: flex-start;
}
@media print, screen and (min-width: 40em) {
  .read-time--align-center {
    justify-content: center;
  }
  .read-time--align-right {
    justify-content: flex-end;
  }
}
.hoverable-logo-list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .hoverable-logo-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hoverable-logo-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.hoverable-logo {
  display: flex;
  align-items: center;
}
.hoverable-logo__image {
  filter: grayscale(100%);
  transition: filter 1s;
}
.hoverable-logo__image:hover {
  filter: none;
}
.how-to__step-intro {
  display: flex;
}
.how-to__step-left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.5rem;
  width: 1.5rem;
}
.how-to__step-divider {
  width: 0.125rem;
  background-color: #d1d1d1;
  height: 100%;
}
.how-to__step-right-column {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.how-to__step-heading {
  margin-bottom: 0.5rem;
}
.how-to__step-text,
.how-to__step-image,
.how-to__step-attribution-text {
  margin-top: 0.5rem;
}
.dense-list {
  padding: 1rem 0 1rem 0;
}
@media print, screen and (min-width: 40em) {
  .dense-list {
    padding: 1.25rem 0 1.25rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .dense-list {
    padding: 1.25rem 0 1.25rem 0;
  }
}
.dense-list__heading {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .dense-list__heading {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .dense-list__heading {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .dense-list__heading {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .dense-list__links[data-cols="2"] {
    column-count: 2;
  }
  .dense-list__links[data-cols="3"] {
    column-count: 3;
  }
}
.social-icons {
  display: flex;
}
.social-icons--align-left {
  justify-content: flex-start;
}
.social-icons--align-center {
  justify-content: center;
}
.social-icons--align-right {
  justify-content: flex-end;
}
.social-icons--align-right .social-icons__icon {
  margin-right: 0;
  margin-left: 0.5rem;
}
.text-content--left {
  text-align: left;
}
.text-content--right {
  text-align: right;
}
.text-content--center {
  text-align: center;
}
.text-content h1 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .text-content h1 {
    font-size: 2.25rem;
    line-height: 2.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text-content h1 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-content h1 {
    margin-bottom: 1rem;
  }
}
.text-content h2 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .text-content h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text-content h2 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-content h2 {
    margin-bottom: 1rem;
  }
}
.text-content h3 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .text-content h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text-content h3 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-content h3 {
    margin-bottom: 1rem;
  }
}
.text-content h4 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #524a49;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .text-content h4 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text-content h4 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-content h4 {
    margin-bottom: 1rem;
  }
}
.text-content h5 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6361;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text-content h5 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text-content h5 {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-content h5 {
    margin-bottom: 1.25rem;
  }
}
.text-content h6 {
  font-weight: 800;
  text-wrap: pretty;
  font-family: "Nunito Sans", sans-serif;
  color: #6e6361;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text-content h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text-content h6 {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-content h6 {
    margin-bottom: 1.25rem;
  }
}
.text-content ul,
.text-content ol {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .text-content ul,
  .text-content ol {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .text-content ul,
  .text-content ol {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-content ul,
  .text-content ol {
    margin-bottom: 1.25rem;
  }
}
.text-content a {
  color: #4dacbd;
  text-decoration: underline;
}
.text-content a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.text-content a:visited {
  color: #5eb4c3;
}
.text-content a:active {
  color: #3d8997;
  text-decoration: underline;
}
.text-content a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.text--color-light > * {
  color: #fff !important;
}
.author-credit {
  display: flex;
}
.author-credit a:hover {
  text-decoration: underline;
}
.author-credit__avatar-container {
  display: flex;
}
.author-credit__image {
  width: 3rem;
  flex-wrap: nowrap;
}
.author-credit__image .avatar {
  border-radius: 50%;
  border: 0.125rem solid #fff;
}
.author-credit__image:first-child:only-child {
  margin-right: 0.5rem;
}
.author-credit__image:nth-child(1) {
  position: relative;
  margin-right: -10%;
}
.author-credit__content {
  flex: 1;
}
.author-credit__updated-published-date {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 64em) {
  .author-credit__updated-published-date {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 64em) {
  .author-credit__title {
    flex-wrap: nowrap;
    display: flex;
  }
}
.author-credit__time-to-read-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 64em) {
  .author-credit__time-to-read-container {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.author-credit__time-to-read {
  margin-right: 0.25rem;
  display: flex;
}
@media print, screen and (min-width: 64em) {
  .author-credit__time-to-read {
    margin-right: 0;
  }
}
.author-credit__time-to-read-icon {
  margin-right: 0.25rem;
}
.author-credit__post-contributor {
  display: flex;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 64em) {
  .author-credit__post-contributor {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.author-credit__post-contributor-contribution-type {
  display: flex;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 64em) {
  .author-credit__post-contributor-contribution-type {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 64em) {
  .author-credit__post-contributor-contribution-type {
    margin-right: 0.5rem;
  }
}
.author-credit__post-contributor-name {
  margin-left: 0.25rem;
}
.comments-number {
  margin-top: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .comments-number {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .comments-number {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .comments-number {
    margin-bottom: 1.25rem;
  }
}
.updated-published--align-right {
  text-align: right;
}
.simple-button {
  display: flex;
}
.simple-button--left {
  justify-content: flex-start;
}
.simple-button--right {
  justify-content: flex-end;
}
.simple-button--center {
  justify-content: center;
}
.simple-button .clwp-button--text-link {
  color: #4dacbd;
  text-decoration: underline;
}
.simple-button .clwp-button--text-link:focus {
  color: #3d8997;
  text-decoration: underline;
}
.simple-button .clwp-button--text-link:visited {
  color: #5eb4c3;
}
.simple-button .clwp-button--text-link:active {
  color: #3d8997;
  text-decoration: underline;
}
.simple-button .clwp-button--text-link:hover {
  color: #3d8997;
  text-decoration: underline;
}
.social-profile-links {
  text-align: left;
}
.social-profile-links__button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  line-height: 0;
}
.social-profile-links--align-left {
  text-align: left;
}
.social-profile-links--align-center {
  text-align: center;
}
.social-profile-links--align-right {
  text-align: right;
}
.social-profile-links--align-right .social-profile-links__button {
  margin-right: 0;
  margin-left: 0.25rem;
}
@media print, screen and (min-width: 64em) {
  .admin-bar .clwp-scrolling-toc__nav.active-nav {
    top: 1.875rem;
  }
}
.clwp-scrolling-toc__nav {
  position: fixed;
  top: -3.75rem;
  right: 0;
  left: 0;
  z-index: 999;
  transition: top ease-out 0.3s;
  background-color: #fff;
  box-shadow: none;
}
.clwp-scrolling-toc__nav.active-nav {
  top: 0;
}
.clwp-scrolling-toc__nav ul {
  display: flex;
  list-style-type: none;
  overflow-x: scroll;
  white-space: nowrap;
  height: 3.375rem;
  width: fit-content;
  max-width: 70%;
  margin: 0 auto;
  padding: 0;
}
.clwp-scrolling-toc__nav ul .toc-li {
  margin-bottom: 0;
  padding: 1rem;
  font-size: 0.875rem;
}
.clwp-scrolling-toc__nav ul .toc-li p,
.clwp-scrolling-toc__nav ul .toc-li a {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  color: #6e6361;
}
.clwp-scrolling-toc__nav ul .toc-li a {
  text-decoration: underline;
}
.clwp-scrolling-toc__nav ul .toc-li a:hover {
  color: #4dacbd;
}
.clwp-scrolling-toc__nav ul .toc-li.active-anchor {
  border-bottom: 0.1875rem solid #4dacbd;
}
@media (max-width: 25rem) {
  .clwp-scrolling-toc__nav ul {
    margin: 0;
    max-width: 100%;
  }
}
.clwp-in-content-toc {
  transition: top 0.4s ease-out;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  box-shadow: none;
}
.clwp-in-content-toc__viewport {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}
.clwp-in-content-toc__nav {
  display: inline-block;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .clwp-in-content-toc__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.clwp-in-content-toc__nav:not(.is-interacting) {
  transition: transform 0.7s ease-in;
}
.clwp-in-content-toc__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.clwp-in-content-toc__item {
  margin-bottom: 0;
  list-style-type: none;
}
.clwp-in-content-toc__item--before-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
  padding: 0 0.25rem 0 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .clwp-in-content-toc__item--before-text {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-in-content-toc__item--before-text {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-in-content-toc__item--before-text {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-in-content-toc__item--before-text {
    padding: 0 0.25rem 0 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-in-content-toc__item--before-text {
    padding: 0 0.25rem 0 0.25rem;
  }
}
.clwp-in-content-toc__item--before-text .clwp-icon {
  width: 0.75rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.clwp-in-content-toc__item--before-text {
  margin-bottom: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .clwp-in-content-toc__item--before-text {
    margin-bottom: 0;
    width: auto;
  }
}
.clwp-in-content-toc__item a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  color: #4dacbd;
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 40em) {
  .clwp-in-content-toc__item a {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-in-content-toc__item a {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.clwp-in-content-toc__item a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-in-content-toc__item a:visited {
  color: #5eb4c3;
}
.clwp-in-content-toc__item a:active {
  color: #3d8997;
  text-decoration: underline;
}
.clwp-in-content-toc__item a:hover {
  color: #3d8997;
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) {
  .clwp-in-content-toc__item a {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-in-content-toc__item a {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .clwp-in-content-toc__item a {
    margin-bottom: 1.25rem;
  }
}
.clwp-in-content-toc__item a:visited {
  color: #6e6361;
}
.clwp-in-content-toc__item a:hover {
  color: #4dacbd;
}
.clwp-in-content-toc__item a.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #4dacbd;
}
.clwp-in-content-toc__item.show-for-mobile {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .clwp-in-content-toc__item.show-for-mobile {
    display: none;
  }
}
.clwp-in-content-toc__item.hide-for-mobile {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .clwp-in-content-toc__item.hide-for-mobile {
    display: block;
    width: 9.375rem;
  }
}
.last-updated__date-line {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -1rem;
  left: -0.625rem;
  background-color: #fff;
}
.last-updated__container {
  transition: all 0.25s ease-in-out;
}
.last-updated__container.is-expanded {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .last-updated__container.is-expanded {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .last-updated__container.is-expanded {
    margin-bottom: 1.25rem;
  }
}
.last-updated__container.is-expanded .last-updated__content--expanded {
  display: block;
}
.last-updated__container .last-updated__content--expanded {
  display: none;
}
.last-updated__view-all {
  display: inline-flex;
  position: relative;
  align-items: center;
  top: 0.75rem;
  background-color: #fff;
}
.last-updated__view-all--text {
  margin-right: 0.5rem;
}
.last-updated__view-all--down-icon {
  display: block;
}
.last-updated__view-all--up-icon {
  display: none;
}
.last-updated__view-all.is-expanded .last-updated__view-all--down-icon {
  display: none;
}
.last-updated__view-all.is-expanded .last-updated__view-all--up-icon {
  display: block;
}
.last-updated__view-all:hover {
  cursor: pointer;
}
.last-updated__content,
.last-updated__content--expanded {
  padding-left: 1.5rem;
}
.last-updated__bottom-line {
  display: flex;
  justify-content: flex-end;
}
.last-updated__bottom-line::before {
  flex: 20;
}
.last-updated__bottom-line::after {
  flex: 1;
}
.tippy-tooltip[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tippy-popper {
  pointer-events: none;
  max-width: calc(100vw - 0.625rem);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform;
}
.tippy-tooltip {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
  color: #34302f;
  background-color: #d1d1d1;
  border: 0.0625rem solid #868686;
  transition-property: visibility, opacity, transform;
  outline: 0;
  border-radius: 0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .tippy-tooltip {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .tippy-tooltip {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .tippy-tooltip {
    margin-bottom: 1.25rem;
  }
}
.tippy-tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
.tippy-tooltip[data-placement^="top"] > .tippy-arrow {
  border-width: 0.75rem 0.75rem 0;
  border-top-color: #d1d1d1;
  margin: 0 0.1875rem;
  transform-origin: 50% 0;
  bottom: -0.6875rem;
}
.tippy-tooltip[data-placement^="top"] > .tippy-arrow::after {
  border-width: 0.8125rem 0.8125rem 0;
  border-top-color: #868686;
  top: -0.75rem;
  left: 50%;
  margin-left: -0.8125rem;
  transform-origin: 50% 0;
  z-index: -1;
}
.tippy-tooltip[data-placement^="bottom"] > .tippy-arrow {
  border-width: 0 0.75rem 0.75rem;
  border-bottom-color: #d1d1d1;
  top: -0.6875rem;
  transform-origin: 50% 0.8125rem;
}
.tippy-tooltip[data-placement^="bottom"] > .tippy-arrow::after {
  border-width: 0 0.8125rem 0.8125rem;
  border-bottom-color: #868686;
  top: -0.09375rem;
  margin-left: -0.8125rem;
  transform-origin: 50% 0.8125rem;
  z-index: -1;
}
.tippy-tooltip[data-placement^="left"] > .tippy-arrow {
  border-width: 0.75rem 0 0.75rem 0.75rem;
  border-left-color: #d1d1d1;
  margin: 0.1875rem 0;
  transform-origin: 0 50%;
  right: -0.75rem;
}
.tippy-tooltip[data-placement^="right"] > .tippy-arrow {
  border-width: 0.75rem 0.75rem 0.75rem 0;
  border-right-color: #d1d1d1;
  margin: 0.1875rem 0;
  transform-origin: 0.75rem 50%;
  left: -0.75rem;
}
.tippy-tooltip[data-interactive][data-state="visible"] {
  pointer-events: auto;
}
.tippy-tooltip[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  position: absolute;
  border: 0 solid rgba(0, 0, 0, 0);
  border-style: solid;
}
.tippy-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
.tippy-content {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .tippy-content {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .tippy-content {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.tippy-content a {
  font-weight: 700;
  text-decoration: underline;
}
.clwp-tooltip--inline {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.clwp-tooltip--inline:after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  height: 0.125rem;
  left: 0;
  right: 0;
  border-bottom: 0.125rem dotted #413c3a;
}
.clwp-tooltip .clwp-tooltip-icon {
  width: 1rem;
  margin-right: 0.25rem;
}
.callout-box-icon-list__item {
  padding: 1rem 1rem 1rem 1rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .callout-box-icon-list__item {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .callout-box-icon-list__item {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .callout-box-icon-list__item {
    margin-bottom: 0;
  }
}
.callout-box-icon-list__icon {
  margin-bottom: -3.125rem;
  text-align: center;
  position: relative;
}
.callout-box-icon-list__icon .clwp-icon {
  width: 3.5rem;
}
.callout-box-icon-list__icon:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.875rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 100%;
  z-index: 0;
}
.callout-box-icon-list__icon:after {
  content: "";
  display: block;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.75rem;
  height: 3.75rem;
  background-color: #d1d1d1;
  border-radius: 100%;
  z-index: 1;
}
.callout-box-icon-list__icon .clwp-icon {
  position: relative;
  padding: 0.25rem;
  border: 0.1875rem solid #fff;
  border-radius: 100%;
  z-index: 3;
  top: -1.125rem;
}
.callout-box-icon-list__ctas {
  text-align: center;
}
.callout-box-icon-list .zip-check__flyaway-btn {
  display: inline-flex !important;
  width: auto !important;
}
.callout-box-icon-list .zip-check__form--field {
  width: auto !important;
}
.callout-box-icon-list .zip-check__form--field:hover {
  text-align: center;
}
.callout-box-icon-list .zip-check__form--message.error {
  text-align: center;
}
.callout-box-icon-list .zip-check__flyaway-container {
  width: auto;
}
.back-to-top-btn {
  visibility: hidden;
  position: fixed;
  z-index: 1;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 3.25rem;
  background-color: #5f5f5f;
  opacity: 0;
  transition: opacity 0.2s;
  text-align: center;
  border-radius: 5px;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .back-to-top-btn {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .back-to-top-btn {
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .back-to-top-btn {
    bottom: 1rem;
    right: 3.25rem;
  }
}
.back-to-top-btn.show-btn {
  visibility: visible;
  opacity: 0.5;
}
.back-to-top-btn__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #efefef;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .back-to-top-btn__text {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .back-to-top-btn__text {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .back-to-top-btn__text {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .back-to-top-btn__text {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .back-to-top-btn__text {
    margin-bottom: 0.25rem;
  }
}
.back-to-top-btn:hover {
  cursor: pointer;
}
.our-approach--4-up {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .our-approach--4-up {
    flex-direction: row;
  }
}
.our-approach--4-up__heading {
  margin-right: 0.75rem;
}
.our-approach--4-up__list-container {
  flex: 1;
}
.our-approach--4-up__list-item {
  display: flex;
  align-items: baseline;
}
.our-approach--4-up__list-label {
  order: 2;
  flex: 1;
}
.our-approach--4-up__list-value {
  order: 1;
  margin-right: 0.25rem;
}
.our-approach--expanded__list-item {
  display: flex;
  align-items: baseline;
}
.our-approach--expanded__list-label {
  order: 2;
  flex: 1;
}
.our-approach--expanded__list-value {
  order: 1;
  margin-right: 0.25rem;
}
.zip-form--simple fieldset {
  margin-bottom: 0.5rem;
}
.zip-form--simple.component-background--default {
  background: #326f7b;
}
.zip-form--simple.component-background--default .zip-form--simple__heading {
  color: #a19694;
}
@media print, screen and (min-width: 40em) {
  .zip-form--simple__container {
    display: flex;
  }
}
.zip-form--simple__image-container {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .zip-form--simple__image-container {
    display: block;
    width: 6.25rem;
  }
}
.zip-form--simple__action-input {
  width: 100%;
}
.zip-form--simple__action-fieldset {
  justify-content: flex-end;
}
@media print, screen and (min-width: 40em) {
  .zip-form--simple__content-container {
    flex: 1;
  }
}
.zip-form--simple__action-form-message.success {
  color: #88a653;
}
.zip-form--simple__action-form-message.error {
  color: #d76954;
}
.zip-form--simple__action-field {
  justify-content: flex-start;
}
@media print, screen and (max-width: 39.99875em) {
  .zip-form--simple__action-field {
    margin-bottom: 0.75rem;
    width: 100%;
  }
  .zip-form--simple__action-field input,
  .zip-form--simple__action-field button {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .zip-form--simple__action-field {
    margin-right: 0.75rem;
  }
}
.zip-form--simple__action-fieldset {
  justify-content: flex-start;
}
.zip-form--phone__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.zip-form--phone__form-container,
.zip-form--phone__callout-container {
  flex: 1 0 100%;
}
@media print, screen and (min-width: 40em) {
  .zip-form--phone__form-container,
  .zip-form--phone__callout-container {
    flex: 1 0 50%;
  }
}
.zip-form--phone__form-container {
  display: flex;
  background-color: #326f7b;
}
.zip-form--phone__heading {
  color: #a19694;
}
.zip-form--phone__action-input {
  width: 5.625rem;
}
.zip-form--phone__callout-container {
  background-color: #3d8997;
}
.zip-form--phone__callout-icon-heading--heading {
  color: #a19694;
}
.zip-form--phone__phone a {
  color: #4dacbd;
  text-decoration: underline;
}
.zip-form--phone__phone a:focus {
  color: #3d8997;
  text-decoration: underline;
}
.zip-form--phone__phone a:visited {
  color: #5eb4c3;
}
.zip-form--phone__phone a:active {
  color: #3d8997;
  text-decoration: underline;
}
.zip-form--phone__phone a:hover {
  color: #3d8997;
  text-decoration: underline;
}
.zip-form--phone__image-container {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .zip-form--phone__image-container {
    display: block;
    width: 6.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .zip-form--phone__content-container {
    flex: 1;
  }
}
.zip-form--phone__action-form-message.success {
  color: #88a653;
}
.zip-form--phone__action-form-message.error {
  color: #d76954;
}
.testimonial-box__testimonial-info {
  display: flex;
}
.testimonial-box__image {
  margin-right: 0.75rem;
  max-width: 5.5rem;
}
.testimonial-box__heading-container {
  display: flex;
  align-items: flex-start;
}
.testimonial-box__heading-container .quote-icon {
  margin-right: 0.75rem;
}
.testimonial-box__name-container a {
  text-decoration: underline;
}
.testimonial-box__name-container a:hover {
  text-decoration: none;
}
.ranking__container {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .ranking__container {
    flex-direction: row;
  }
}
.ranking__image-cta {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .ranking__image-cta {
    width: 30%;
    padding: 0 0.75rem 0 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .ranking__image-cta {
    padding: 0 0.75rem 0 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .ranking__image-cta {
    padding: 0 0.75rem 0 0;
  }
}
.ranking__image-cta img {
  max-width: 12.5rem;
}
.ranking__cta {
  margin: 0 auto;
}
.ranking__content {
  flex: 1;
}
.ranking__heading {
  display: flex;
  align-items: baseline;
}
.ranking__ranking-position {
  margin-bottom: 0 !important;
}
.ranking__increment {
  display: flex;
  align-items: center;
}
.ranking__tooltip {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.ranking__ranking-icon .clwp-icon {
  height: 0.75rem;
}
.ranking__copy {
  display: none;
}
.ranking__copy.is-open {
  display: block;
}
.ranking__read-more {
  color: #4dacbd;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}
.ranking__read-more:focus {
  color: #3d8997;
  text-decoration: underline;
}
.ranking__read-more:visited {
  color: #5eb4c3;
}
.ranking__read-more:active {
  color: #3d8997;
  text-decoration: underline;
}
.ranking__read-more:hover {
  color: #3d8997;
  text-decoration: underline;
}
.simple-maps--form {
  display: flex;
}
.simple-maps--form .simple-maps--select {
  width: 50%;
  margin-right: 1rem;
  border-radius: 0.25rem;
  border-color: #d1d1d1;
  color: #5f5f5f;
}
.simple-maps svg {
  width: 100%;
  height: auto;
}
.countdown-timer {
  max-width: 71.25rem;
  margin: 0 auto;
}
.countdown-timer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .countdown-timer__container {
    flex-direction: row;
  }
}
.countdown-timer__timer-container {
  display: flex;
  flex-direction: row;
}
@media print, screen and (min-width: 40em) {
  .countdown-timer__timer-container {
    flex-direction: column;
  }
}
.countdown-timer__phone-cta {
  flex: 1;
}
.countdown-timer__time-remaining {
  display: flex;
  flex-direction: row;
}
@media print, screen and (max-width: 39.99875em) {
  .countdown-timer__clock {
    margin-right: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .countdown-timer__timer-separator {
    margin-right: 0.25rem;
    border-right: 0.0625rem solid #9c3c2c;
  }
}
.popup__image {
  margin: 0 auto;
  max-width: 6.5rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .popup__image {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .popup__image {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .popup__image {
    max-width: 55.5rem;
  }
}
.popup__ctas-container.flex {
  display: flex;
}
.popup__cta-1-container,
.popup__cta-2-container {
  flex: 1;
}
.close-icon:hover {
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .stars__container {
    display: flex;
  }
}
.youtube-embed-simple .admin_youtube-embed lite-youtube {
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.youtube-embed-simple .admin_youtube-embed lite-youtube:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.youtube-embed-simple .admin_youtube-embed .lyt-visually-hidden {
  display: none;
}
.youtube-embed-simple__video-container iframe,
.youtube-embed-simple__video-container object,
.youtube-embed-simple__video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.whats-my-ip {
  display: flex;
}
@media print, screen and (max-width: 39.99875em) {
  .whats-my-ip__icon-col {
    display: none;
  }
}
.whats-my-ip__content-col {
  flex: 1;
}
.whats-my-ip__ip-address {
  display: flex;
}
.whats-my-ip__label .divided-list-item__label {
  text-align: left;
  border-right: none;
}
.whats-my-ip__label .divided-list-item__value {
  font-weight: bold;
}
.whats-my-ip__cta .clwp-button {
  width: 16rem;
}
.faq-list__faq-block {
  display: flex;
}
.faq-list__faq-block:after {
  flex: 0;
}
.faq-list__faq-block {
  flex-basis: 100%;
}
.faq-list__icon-col .faq-icon {
  margin-right: 0.5rem;
  padding: 0.25rem;
}
.faq-list__content-container {
  overflow: hidden;
  transition: height ease-in 0.3s;
}
.faq-list__label-button {
  display: flex;
  align-items: center;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  width: 100%;
  transition: ease 0.3s;
}
.faq-list__expand-all {
  text-align: right;
}
.faq-list__expand-all--button {
  background: none;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
}
.faq-list__expand-all--button .faq-list__collapse-all {
  display: none;
}
.faq-list__expand-all--button.is-expanded .accordions__collapse-all {
  display: inline-block;
}
.faq-list__expand-all--button.is-expanded .faq-list__expand-all {
  display: none;
}
.faq-list__faq-block-accordion-style {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  position: relative;
  transition: ease 0.3s;
}
@media print, screen and (min-width: 40em) {
  .faq-list__faq-block-accordion-style {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .faq-list__faq-block-accordion-style {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.faq-list__faq-block-accordion-style::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #868686;
  content: "";
}
.faq-list__faq-block-accordion-style:hover,
.faq-list__faq-block-accordion-style.is-expanded {
  border-top: 0.25rem solid #5eb4c3;
  z-index: 2;
  box-shadow: 0rem 0.125rem 0.75rem 0rem rgba(35, 35, 35, 0.12);
}
.faq-list__faq-block-accordion-style.is-expanded
  .faq-accordion-style__collapse {
  display: block;
}
.faq-list__faq-block-accordion-style.is-expanded .faq-accordion-style__expand {
  display: none;
}
.side-by-side-cards {
  display: grid;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  padding: 0.25rem;
}
@media screen and (min-width: 48em) {
  .side-by-side-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.side-by-side-cards__card-container {
  border-top: 0;
}
@media print, screen and (min-width: 40em) {
  .side-by-side-cards__card-container {
    display: flex;
  }
}
.side-by-side-cards__card-container.highlight-default {
  border-color: #4dacbd;
}
@media print, screen and (min-width: 40em) {
  .side-by-side-cards__card-content-1 {
    flex: 2;
    border-right: 0.125rem solid #d1d1d1;
    padding-right: 1rem;
  }
  .side-by-side-cards__card-content-2 {
    flex: 3;
    padding-left: 1rem;
  }
}
.side-by-side-cards__image img {
  height: 6.25rem;
  width: 9.375rem;
  object-fit: contain;
}
.clwp-background-overhang {
  position: relative;
}
.clwp-background-overhang::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 15.625rem;
  /* background-color: #fff; */
  content: "";
}
.has-background--house-background {
  background: url("/app/themes/coolwhip-child/assets/images/backgrounds/home-bg.jpg")
    #444;
  background-size: cover;
}
.has-background--house-background .clwp-heading,
.has-background--house-background [data-widget="text-content"] {
  color: #fff;
}
.has-background--house-background .clwp-heading *,
.has-background--house-background [data-widget="text-content"] * {
  color: #fff;
}
.has-background.clwp-background-overhang .disclaimer__disclaimer p {
  color: #6e6361;
}
.has-background.clwp-background-bottom-curve {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 40em) {
  .has-background.clwp-background-bottom-curve.curved-section--margin {
    margin-bottom: 5rem !important;
  }
}
.has-background.clwp-background-bottom-curve::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1%;
  width: 101%;
  height: 2.8125rem;
  background-image: url("/app/themes/coolwhip-child/assets/images/backgrounds/bottom-curve.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}
@media print, screen and (min-width: 40em) {
  .has-background.clwp-background-bottom-curve::after {
    bottom: -1%;
    height: 3.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .has-background.clwp-background-bottom-curve::after {
    bottom: 0;
    height: 5rem;
  }
}
@media screen and (max-width: 64.125em) {
  .clwp-container:nth-of-type(1),
  .clwp-container:last-of-type {
    margin: 0;
  }
}
.page-id-98981 .elementor-location-footer {
  margin-top: 0;
}
.page-id-124437 .elementor-location-footer,
.page-id-124198 .elementor-location-footer,
.page-id-33074 .elementor-location-footer {
  margin-top: 0;
}
@media screen and (max-width: 40em) {
  .elementor-location-header .header-disc {
    padding: 0 0.75rem 0 0.75rem;
  }
}
@media screen and (max-width: 40em) and (min-width: 40em) {
  .elementor-location-header .header-disc {
    padding: 0 0.75rem 0 0.75rem;
  }
}
@media screen and (max-width: 40em) and (min-width: 64em) {
  .elementor-location-header .header-disc {
    padding: 0 0.75rem 0 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .header-wrap {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .elementor-location-header .header-wrap {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .elementor-location-header .header-wrap {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.elementor-location-header .header-wrap .simple-button__button a.clwp-button {
  padding: 0.5rem 0.9375rem;
}
.elementor-location-header .header-wrap .header-disclaimer {
  padding: 0.25rem 0 0.25rem 0;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .header-wrap .header-disclaimer {
    padding: 0.25rem 0 0.25rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .header-wrap .header-disclaimer {
    padding: 0.25rem 0 0.25rem 0;
  }
}
.elementor-location-header .header-wrap .header-disclaimer__disclaimer {
  text-align: left;
}
.elementor-location-header .header-wrap .header-disclaimer__disclaimer a {
  text-decoration: none;
}
@media screen and (max-width: 40em) {
  .elementor-location-header .header-wrap .logo {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media screen and (max-width: 40em) and (min-width: 40em) {
  .elementor-location-header .header-wrap .logo {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media screen and (max-width: 40em) and (min-width: 64em) {
  .elementor-location-header .header-wrap .logo {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.elementor-location-header .header-wrap .clwp-nav__nav-parent::after {
  background-color: #4dacbd !important;
}
.elementor-location-header .header-wrap .clwp-nav__nav-contents-container {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-bottom: 0.25rem solid #4dacbd;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .header-wrap .clwp-nav__nav-contents-container {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .header-wrap .clwp-nav__nav-contents-container {
    padding: 2rem 2rem 2rem 2rem;
  }
}
.elementor-location-header .header-wrap .clwp-nav__nav-contents .text-content a,
.elementor-location-header
  .header-wrap
  .clwp-nav__nav-contents
  .text-content
  a:visited {
  color: #6e6361;
  text-decoration: none;
}
.elementor-location-header
  .header-wrap
  .clwp-nav__nav-contents
  .text-content
  a:hover {
  color: #4dacbd !important;
  text-decoration: none;
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .header-wrap .menu {
    margin-right: 0;
  }
}
.elementor-location-header
  .header-wrap
  .mobile-menu-active
  .clwp-nav__nav-contents-container {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header
    .header-wrap
    .mobile-menu-active
    .clwp-nav__nav-contents-container {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header
    .header-wrap
    .mobile-menu-active
    .clwp-nav__nav-contents-container {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.elementor-location-header
  .header-wrap
  .mobile-menu-active
  .menu
  a.clwp-nav__nav-parent {
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header
    .header-wrap
    .mobile-menu-active
    .menu
    a.clwp-nav__nav-parent {
    padding: 0.75rem 2rem 0.75rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header
    .header-wrap
    .mobile-menu-active
    .menu
    a.clwp-nav__nav-parent {
    padding: 0.75rem 2rem 0.75rem 2rem;
  }
}
.elementor-location-header
  .header-wrap
  .mobile-menu-active
  .menu
  a.clwp-nav__nav-parent
  .menu-icon {
  right: 2rem;
}
.elementor-location-header .header-wrap .mobile-menu-active .search-box {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background: #efefef;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .header-wrap .mobile-menu-active .search-box {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .header-wrap .mobile-menu-active .search-box {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.elementor-location-header
  .header-wrap
  .mobile-menu-active
  .search-box
  .clwp-icon {
  margin-right: 0.25rem;
  order: 1;
}
.elementor-location-header .header-wrap .mobile-menu-active .search-box input {
  background-color: rgba(0, 0, 0, 0);
}
.elementor-location-header .header-wrap .mobile-menu-active .logo {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-header .header-wrap .mobile-menu-active .logo {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-header .header-wrap .mobile-menu-active .logo {
    margin-bottom: 1rem;
  }
}
.elementor-location-footer {
  margin-top: 2.5rem;
  padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  background-color: #342c2a;
}
@media print, screen and (min-width: 40em) {
  .elementor-location-footer {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-footer {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .elementor-location-footer {
    padding: 2rem 0.75rem 2rem 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .elementor-location-footer {
    padding: 2rem 0.75rem 2rem 0.75rem;
  }
}
.elementor-location-footer .simple-image {
  max-width: 10rem;
}
.elementor-location-footer .text-content a,
.elementor-location-footer .text-content a:visited {
  color: #a19694 !important;
  text-decoration: none;
}
.elementor-location-footer .text-content a:hover {
  color: #a6d5de !important;
}
.elementor-location-footer .disclaimer a {
  text-decoration: none;
}
.elementor-location-footer .footer-disclaimer__disclaimer a {
  text-decoration: none;
}
.elementor-location-footer .footer-disclaimer__disclaimer p {
  color: #a19694 !important;
}
.elementor-location-footer .divider .divider--default hr {
  opacity: 10%;
}
.elementor-location-footer
  .embeddable-javascript
  ._form
  ._form-content
  input[type="text"] {
  border: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .article-author-credit .medium-6.cell:first-child {
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .article-author-credit .medium-6.cell:first-child {
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .article-author-credit .medium-6.cell:first-child {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  article > div.clwp-row.clwp-background-curve-ends {
    border-radius: 0;
    overflow: visible;
  }
}
.clwp-row.clwp-background-curve-ends,
.grid-container.clwp-background-curve-ends {
  box-shadow: 0rem 0.125rem 0.75rem 0rem rgba(35, 35, 35, 0.12);
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}
@media print, screen and (min-width: 40em) {
  .clwp-row.clwp-background-curve-ends,
  .grid-container.clwp-background-curve-ends {
    border-radius: 99999999999999px;
    overflow: hidden;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .clwp-row.clwp-background-bottom-curve .clwp-background-curve-ends,
  .grid-container.clwp-background-bottom-curve .clwp-background-curve-ends {
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 1.875rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .clwp-row.clwp-background-bottom-curve .clwp-background-curve-ends,
  .grid-container.clwp-background-bottom-curve .clwp-background-curve-ends {
    width: 100%;
    margin-left: 0;
    border-radius: 99999999999999px;
    bottom: -4.6875rem;
  }
}
.clwp-row.clwp-background-bottom-curve
  .clwp-background-curve-ends
  .grid-container--default,
.grid-container.clwp-background-bottom-curve
  .clwp-background-curve-ends
  .grid-container--default {
  max-width: none;
}
.label__container {
  border-radius: 0.4375rem 0.4375rem 0 0;
}
.form-input .form-input__field.is-valid .form-field {
  box-shadow: 0 0 0 1px #88a653;
}
.form-input .form-field--text,
.form-input .form-field--email,
.form-input .form-field--select,
.form-input .form-field--textarea {
  border: 0;
  outline: none;
  background-color: #efefef;
}
.form-input .form-field--text:focus,
.form-input .form-field--text:active,
.form-input .form-field--email:focus,
.form-input .form-field--email:active,
.form-input .form-field--select:focus,
.form-input .form-field--select:active,
.form-input .form-field--textarea:focus,
.form-input .form-field--textarea:active {
  box-shadow: 0 0 0 1px #57b2c0;
}
.byline-simple__publish-date:last-child {
  text-align: left;
}
.byline-simple__publish-date:last-child::before {
  content: "|";
}
.dynamic-table {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
  border-collapse: separate;
  border-spacing: 0.1875rem;
}
@media print, screen and (min-width: 40em) {
  .dynamic-table {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .dynamic-table {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .dynamic-table {
    margin-bottom: 1.25rem;
  }
}
.dynamic-table__row:nth-child(even),
.dynamic-table__row:nth-child(odd) {
  background-color: rgba(239, 239, 239, 0.5) !important;
}
.dynamic-table__row:nth-child(even) .sticky-column,
.dynamic-table__row:nth-child(odd) .sticky-column {
  background-color: rgba(239, 239, 239, 0.5) !important;
}
.dynamic-table__heading {
  padding: 0.25rem;
  border: 0 !important;
  background-color: #efefef !important;
}
.dynamic-table__cell {
  padding: 0.25rem;
  text-align: center;
}
.dynamic-table__cell--icon-text .data-field__icon-text {
  justify-content: center;
}
.dynamic-table__cell--image-text a {
  display: flex;
  justify-content: center;
}
.dynamic-table__cell.yes {
  background-color: rgba(136, 166, 83, 0.3);
}
.dynamic-table__cell.no {
  background-color: rgba(215, 105, 84, 0.3);
}
.clwp-byline__author-name {
  margin-right: 0.5rem;
}
.simple-maps__dropdown .dropdown-link-list__list {
  position: relative;
}
.product-card--rating__container {
  border-color: #4dacbd;
}
@media print, screen and (min-width: 40em) {
  .product-card--rating__image-container {
    margin-right: 0.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--rating__cta-container {
    margin-left: 0.5rem;
  }
}
.product-card--rating__text-link,
.product-card--rating__ctas-heading,
.product-card--rating__button-list-button,
.product-card--rating__price {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .product-card--rating__text-link,
  .product-card--rating__ctas-heading,
  .product-card--rating__button-list-button,
  .product-card--rating__price {
    text-align: left;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--rating__heading,
  .product-card--rating__pros-cons-heading,
  .product-card--rating__copy-heading,
  .product-card--rating__phone {
    text-align: left;
  }
}
.product-card--rating__rating {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .product-card--rating__rating {
    display: unset;
    justify-content: unset;
  }
}
.product-card--rating__price-price {
  margin-left: 0.5rem;
}
.product-card--rating .product-card--rating__label-container {
  padding-left: 0.5rem;
}
.product-card--rating .product-card--rating__rating-breakdown-item-label {
  padding-right: 1rem;
}
.product-card--rating .product-card--rating__rating-breakdown-item-value {
  padding-left: 1rem;
}
.product-card--rating .product-card--rating__pros-cons .pros-cons-list-item {
  margin-bottom: 0.25rem;
}
.product-card--rating
  .product-card--rating__pros-cons
  .pros-cons-list-item
  .pros-cons-list-item__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .product-card--rating
    .product-card--rating__pros-cons
    .pros-cons-list-item
    .pros-cons-list-item__text {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--rating
    .product-card--rating__pros-cons
    .pros-cons-list-item
    .pros-cons-list-item__text {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .product-card--rating
    .product-card--rating__pros-cons
    .pros-cons-list-item
    .pros-cons-list-item__text {
    margin-bottom: 0;
  }
}
.clwp-container :last-child .product-card--rating__disclaimer {
  margin-bottom: 1rem !important;
}
.product-card--inline-callout {
  background: #fff;
}
.product-card--inline-callout__container.no-banner {
  border-radius: 0.4375rem;
}
.product-card--inline-callout__pros-cons .pros-cons-list-item {
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .product-card--inline-callout__pros-cons .pros-cons-list-item {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .product-card--inline-callout__pros-cons .pros-cons-list-item {
    margin-bottom: 0.25rem;
  }
}
.product-card--inline-callout__pros-cons .pros-cons-list-item__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6e6361;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .product-card--inline-callout__pros-cons .pros-cons-list-item__text {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .product-card--inline-callout__pros-cons .pros-cons-list-item__text {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .product-card--inline-callout__pros-cons .pros-cons-list-item__text {
    margin-bottom: 0;
  }
}
.product-card--inline-callout .label__container {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .product-card--inline-callout .label__container {
    padding: 0.25rem 1rem 0.25rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .product-card--inline-callout .label__container {
    padding: 0.25rem 1rem 0.25rem 1rem;
  }
}
.product-card__tech-specs__container {
  border-color: #4dacbd;
}
.product-card__tech-specs__container.no-banner {
  border-top: 0.125rem solid #4dacbd;
  border-radius: 0.4375rem;
}
.product-card__tech-specs .label__container {
  border-top: 0;
}
.product-card__tech-specs .divided-list-item__value {
  text-align: left;
}
.hero-cards-best-of--icon-list__rating,
.hero-cards-best-of--icon-list__icon-list-item {
  justify-content: center;
  width: 100%;
}
.hero-cards-best-of--icon-list
  .hero-card__container.no-banner.highlight-default {
  border-top: 0.125rem solid #4dacbd;
}
.hero-cards-best-of--icon-list
  .hero-card__container.no-banner.highlight-default,
.hero-cards-best-of--icon-list .hero-card__container.no-banner.highlight-none {
  border-radius: 0.4375rem;
}
.hero-cards-best-of--divided-list__rating {
  justify-content: center;
  width: 100%;
}
.hero-cards-best-of--divided-list
  .hero-card__container.no-banner.highlight-default {
  border-top: 0.125rem solid #4dacbd;
}
.hero-cards-best-of--divided-list
  .hero-card__container.no-banner.highlight-default,
.hero-cards-best-of--divided-list
  .hero-card__container.no-banner.highlight-none {
  border-radius: 0.4375rem;
}
.hero-cards-best-of--copy__rating {
  justify-content: center;
  width: 100%;
}
.hero-cards-best-of--copy .hero-card__container.no-banner.highlight-default {
  border-top: 0.125rem solid #4dacbd;
}
.hero-cards-best-of--copy .hero-card__container.no-banner.highlight-default,
.hero-cards-best-of--copy .hero-card__container.no-banner.highlight-none {
  border-radius: 0.4375rem;
}
.hero-cards-standalone--copy__container.no-banner {
  border-top: 0.125rem solid #4dacbd;
  border-radius: 0.4375rem;
}
.hero-cards-standalone--icon-list__container.no-banner {
  border-top: 0.125rem solid #4dacbd;
  border-radius: 0.4375rem;
}
.hero-cards-standalone--divided-list__container.no-banner {
  border-top: 0.125rem solid #4dacbd;
  border-radius: 0.4375rem;
}
.hero-cards-versus--copy
  .side-by-side-cards
  .side-by-side-layout.highlight-default,
.hero-cards-versus--divided-list
  .side-by-side-cards
  .side-by-side-layout.highlight-default,
.hero-cards-versus--icon-list
  .side-by-side-cards
  .side-by-side-layout.highlight-default {
  border-top: 0.125rem solid #4dacbd;
}
.hero-cards-versus--copy .side-by-side-cards .side-by-side-layout.no-banner,
.hero-cards-versus--divided-list
  .side-by-side-cards
  .side-by-side-layout.no-banner,
.hero-cards-versus--icon-list
  .side-by-side-cards
  .side-by-side-layout.no-banner {
  border-top: 0.125rem solid #4dacbd;
  border-radius: 0.4375rem;
}
.hero-cards-versus--copy
  .side-by-side-cards
  .side-by-side-layout.no-banner.highlight-none,
.hero-cards-versus--divided-list
  .side-by-side-cards
  .side-by-side-layout.no-banner.highlight-none,
.hero-cards-versus--icon-list
  .side-by-side-cards
  .side-by-side-layout.no-banner.highlight-none {
  border-top: 0.125rem solid #efefef;
}
.image-grid--overlay__heading {
  order: 2;
}
.image-grid--overlay__publish-date {
  order: 1;
}
.social-share--align-right .social-share__button:not(:first-of-type) {
  margin-left: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .social-share {
    display: block;
  }
  .social-share .social-share__heading {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .social-share .social-share__heading {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .social-share .social-share__heading {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .updated-published {
    margin-bottom: 0.25rem;
    text-align: left;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
  .updated-published {
    margin-bottom: 0.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) and (min-width: 64em) {
  .updated-published {
    margin-bottom: 0.25rem;
  }
}
.ranking__ranking-position {
  color: #524a49;
}
.last-updated__date-line {
  top: 0;
  left: 0;
}

/*# sourceMappingURL=main.css.map*/
