<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.platform-components-comparison-chart {
  background-color: #ffffff;
  margin: auto;
}
.platform-components-comparison-chart .comparison-chart-v2 {
  background-color: #ffffff;
  color: #464646;
  position: relative;
  margin: auto;
}
.platform-components-comparison-chart .comparison-chart-v2 .move-slider {
  position: absolute;
  left: 0;
  right: 0;
  width: 86px;
  height: 86px;
  max-width: initial;
  margin: auto;
  object-fit: contain;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.platform-components-comparison-chart .comparison-chart-v2 .move-slider:after,
.platform-components-comparison-chart .comparison-chart-v2 .move-slider:before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(120, 120, 120, 0.2);
}
.platform-components-comparison-chart .comparison-chart-v2 .move-slider:after {
  animation: 2.5s pulse 0.5s infinite forwards;
}
.platform-components-comparison-chart .comparison-chart-v2 .move-slider:before {
  animation: 2.5s pulse 0.25s infinite forwards;
}
.platform-components-comparison-chart .comparison-chart-v2 .move-slider.not-active {
  display: none;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2 .move-slider {
    display: block;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__filters {
  width: 100%;
  padding: 20px;
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open {
  color: #464646;
  background-color: #ffffff;
  border: 1px solid #464646;
  border-radius: 10px;
  margin: 0 10px 50px;
  padding: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open span {
  color: #464646;
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open span {
    font-size: 0.75rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:hover,
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:focus {
  color: #981b1e;
  background: unset;
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:hover span,
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:focus span {
  color: #981b1e;
  background: unset;
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:hover svg path,
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open:focus svg path {
  fill: #981b1e;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open svg {
    width: 20px;
    height: 20px;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open svg path {
    fill: #464646;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open.mobileMenu {
    display: none;
  }
}
.platform-components-comparison-chart .comparison-chart-v2 .platform-components-compare-filter__dropdown-open.stackMobileFilters {
  display: none;
}
.platform-components-comparison-chart .comparison-chart-v2__column {
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.platform-components-comparison-chart .comparison-chart-v2__column .ribbon-holder {
  min-height: 30px;
}
.platform-components-comparison-chart .comparison-chart-v2__column .ribbon-holder .ribbon {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  text-align: center;
  padding: 5px;
  border-radius: 20px 20px 0 0;
  background-color: #e31c3d;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__column .ribbon-holder .ribbon {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__column .ribbon-holder {
    min-height: 40px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__column.hide {
  display: none;
}
.platform-components-comparison-chart .comparison-chart-v2__products {
  display: grid;
  grid-template-columns: repeat(var(--num-columns), 66%);
  overflow-x: auto;
  width: 100%;
  padding-bottom: 5px;
}
@media all and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2__products {
    grid-template-columns: repeat(var(--num-columns), 40%);
  }
}
@media all and (min-width: 1280px) {
  .platform-components-comparison-chart .comparison-chart-v2__products {
    grid-template-columns: repeat(var(--num-columns), 29%);
  }
}
.platform-components-comparison-chart .comparison-chart-v2__products::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.platform-components-comparison-chart .comparison-chart-v2__products::-webkit-scrollbar-track {
  background: transparent;
}
.platform-components-comparison-chart .comparison-chart-v2__products::-webkit-scrollbar-thumb {
  background-color: #464646;
  border-radius: 20px;
  border: 3px solid #dfdfdf;
}
.platform-components-comparison-chart .comparison-chart-v2__product-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 10px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-title-link {
  text-decoration: none;
  color: #464646;
  flex: 1;
}
.platform-components-comparison-chart .comparison-chart-v2__product-title-link:active {
  outline: none !important;
  padding: unset;
}
.platform-components-comparison-chart .comparison-chart-v2__product-title {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  color: #464646;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-title {
    font-size: 0.75rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-title span {
  font-weight: 700;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 0 0 1rem;
  padding: 0;
  min-height: 30px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select {
  position: relative;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 #464646;
  margin-right: 8px;
  outline: none;
  transition: all 0.25s ease-in-out;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select .tool-tip {
  position: absolute;
  bottom: 39px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
  font-family: 'Gotham';
  background: #000000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: initial;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  min-width: 50px;
  max-width: 150px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select .tool-tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  left: 9px;
  right: 0;
  bottom: -6px;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select .color-padding {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 0 1px #464646;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select .color-padding span {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: -2px;
  top: -2px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: #c80a33;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select.active {
  box-shadow: 0 0 0 2px #e31c3d;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select.active[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select.active[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: #c80a33;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-comparison-chart .comparison-chart-v2__product-colors .color-select:hover .tool-tip {
  opacity: 1;
  visibility: visible;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating {
  min-height: 20px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .reviews-link {
  text-decoration: none;
  font-size: 13px !important;
  display: flex;
  justify-content: center;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper .product-stars {
  display: inline-block;
  position: relative;
  font-family: 'BVCustom', 'times new roman' !important;
  font-size: 13px !important;
  margin-bottom: 4px;
  color: #dfdfdf;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper .product-stars .stars-active {
  position: absolute;
  top: 0;
  overflow: hidden;
  color: #e31c3d;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper .model-rating,
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper .model-reviews {
  padding: 0 0 0 5px;
  font-size: 10px !important;
  font-family: Open Sans !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
  line-height: 19.5px !important;
}
.platform-components-comparison-chart .comparison-chart-v2__product-rating .stars-wrapper .model-reviews {
  padding-left: 5px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-sku {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  min-height: 25px;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-sku {
    font-size: 0.875rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-sku span {
  font-weight: 700;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button {
  min-width: 160px;
  border-radius: 0;
  font-family: 'Gotham';
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button {
    min-width: unset;
    width: 100%;
    font-size: 0.875rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon {
  display: flex;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon-right {
  flex-direction: row;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon-right .button-icon {
  margin-left: 5px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon-left {
  flex-direction: row-reverse;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon-left .button-icon {
  margin-right: 5px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button.withicon-bottom {
  flex-direction: column;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button .button-icon {
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button .button-icon {
    font-size: 1.5rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button:hover,
.platform-components-comparison-chart .comparison-chart-v2__product-buttons .platform-components-product-card__button:focus {
  padding: 10px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-buttons.top {
  margin: auto 0 0;
  padding-bottom: 20px;
  margin: 0;
}
.platform-components-comparison-chart .comparison-chart-v2__product-image {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-image img {
  margin: 0;
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.platform-components-comparison-chart .comparison-chart-v2__product-image-link:active,
.platform-components-comparison-chart .comparison-chart-v2__product-image-link:focus {
  outline: none !important;
  padding: 3px;
}
@media (max-width: 768px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-image {
    height: 100px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-price,
.platform-components-comparison-chart .comparison-chart-v2__product-price p {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-price,
  .platform-components-comparison-chart .comparison-chart-v2__product-price p {
    font-size: 0.75rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-price-container {
  min-height: 25px;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-price-container {
    min-height: 50px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-price-sale .sale-price {
  color: #c80a33;
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-price-sale .sale-price {
    font-size: 0.75rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-price-sale .base-price,
.platform-components-comparison-chart .comparison-chart-v2__product-price-sale .discount {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__product-price-sale .base-price,
  .platform-components-comparison-chart .comparison-chart-v2__product-price-sale .discount {
    font-size: 0.625rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__product-price-sale .base-price {
  text-decoration: line-through;
}
.platform-components-comparison-chart .comparison-chart-v2__product-price-sale .discount {
  font-weight: 700;
  color: #2e8540;
}
.platform-components-comparison-chart .comparison-chart-v2 .detailed-chart-product-container {
  background-color: inherit;
}
.platform-components-comparison-chart .comparison-chart-v2 .product-info-section {
  display: grid;
  grid-template-columns: repeat(var(--num-columns), 66%);
  overflow-x: auto;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2 .product-info-section {
    grid-template-columns: repeat(var(--num-columns), 40%);
  }
}
@media all and (min-width: 1280px) {
  .platform-components-comparison-chart .comparison-chart-v2 .product-info-section {
    grid-template-columns: repeat(var(--num-columns), 29%);
  }
}
.platform-components-comparison-chart .comparison-chart-v2 .product-info-section::-webkit-scrollbar {
  display: none;
  background: transparent;
}
.platform-components-comparison-chart .comparison-chart-v2 .product-info-section::-webkit-scrollbar-track {
  display: none;
  background: transparent;
}
.platform-components-comparison-chart .comparison-chart-v2 .product-info-section::-webkit-scrollbar-thumb {
  display: none;
  background: transparent;
}
.platform-components-comparison-chart .comparison-chart-v2__table-attribute.row-label h3 {
  padding-bottom: 0;
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.125rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__table-attribute.row-label h3 {
    font-size: 1.125rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__table-attribute.row-label p {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__table-attribute.row-label p {
    font-size: 0.875rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__table-attribute-text p {
  line-height: 100%;
}
.platform-components-comparison-chart .comparison-chart-v2__product-attribute {
  height: 48px;
}
.platform-components-comparison-chart .comparison-chart-v2__product-attribute-image {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.platform-components-comparison-chart .comparison-chart-v2__product-attribute-image img {
  max-height: 75px;
  margin: 0 auto;
}
.platform-components-comparison-chart .comparison-chart-v2__product-attribute-text {
  line-height: 100%;
  color: #464646;
}
@media all and (min-width: 1280px) {
  .platform-components-comparison-chart .comparison-chart-v2 {
    width: 73.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2 {
    flex-direction: column;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .move-slider {
    display: block;
  }
}
.platform-components-comparison-chart .comparison-chart-v2 .pc-card-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.platform-components-comparison-chart .comparison-chart-v2 .pc-card-hidden {
  display: none;
}
.platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed {
  background-color: inherit;
  position: fixed;
  top: 0;
  z-index: 4;
  max-width: 1170px;
}
.platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom {
  max-width: 1170px;
  background-color: inherit;
  position: absolute;
  right: unset;
  left: 0;
  bottom: 0;
  z-index: 4;
}
@media screen and (max-height: 425px) and (orientation: landscape) {
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column {
    justify-content: flex-start !important;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .pc-carousel-wrapper .pc-carousel-container.slick-initialized .carousel-component__item .slick-slide,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .pc-carousel-wrapper .pc-carousel-container.slick-initialized .carousel-component__item .slick-slide {
    height: 100% !important;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    grid-auto-rows: auto;
    grid-auto-rows: max-content;
    grid-column-gap: 20px;
    padding-right: 10px;
    position: relative;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link {
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link picture,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link picture {
    margin: 0;
    width: max-content;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link picture img,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-image-link picture img {
    max-width: 100px;
    object-fit: cover;
    object-position: left;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-price-container,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-price-container {
    display: inline-block;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-buttons.top,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info .comparison-chart-v2__product-buttons.top {
    padding: 0;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info a,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info a,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info div,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info div {
    height: max-content !important;
    width: 100%;
  }
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.bottom .comparison-chart-v2__column .comparison-chart-v2__product-info:after,
  .platform-components-comparison-chart .comparison-chart-v2 .freeze.fixed .comparison-chart-v2__column .comparison-chart-v2__product-info:after {
    display: var(--data-sticky-mobile-divider);
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 15px;
    background-color: #dfdfdf;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed,
.platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
  max-width: 73.125rem;
}
@media (max-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowPaddingDesktop,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowPaddingDesktop {
    max-width: calc(@template-max-width-standard - 100px);
  }
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowPaddingDesktop .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowPaddingDesktop .arrows-track {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowPaddingTablet,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowPaddingTablet {
    max-width: 100%;
  }
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowPaddingTablet .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowPaddingTablet .arrows-track {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowsPaddingMobile,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowsPaddingMobile {
    max-width: 100%;
  }
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed.arrowsPaddingMobile .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom.arrowsPaddingMobile .arrows-track {
    left: 0;
    width: 100%;
  }
}
.platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed .comparison-chart-v2__product-image,
.platform-components-comparison-chart .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom .comparison-chart-v2__product-image {
  height: var(--data-sticky-image-height);
}
.platform-components-comparison-chart .comparison-chart-v2 .compare-carousel-wrapper {
  width: 100%;
  background: inherit;
}
.platform-components-comparison-chart .comparison-chart-v2 .noProducts {
  background-color: rgba(223, 223, 223, 0.4);
  font-weight: 700;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 {
  display: flex;
  flex-direction: column;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  margin-bottom: unset;
  justify-content: flex-start;
  background-color: inherit;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.fixed,
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.bottom {
  max-width: calc(292.5px);
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.bottom {
  background-color: inherit;
  position: absolute;
  right: unset;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column.swipe-padding {
  padding-top: 22px;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column.swipe-padding {
    padding-top: 36px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container {
  width: 75%;
  display: flex;
  flex-direction: column;
  background-color: inherit;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.fixed,
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.bottom {
  max-width: calc(877.5px);
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.bottom {
  background-color: inherit;
  position: absolute;
  right: 0;
  left: unset;
  bottom: 0;
  z-index: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attributes {
  width: 100%;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute {
  text-align: left;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute-tooltips {
  display: flex;
  width: 40px;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute-tooltips span {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute-tooltips span:before {
  font-size: 20px;
  color: #e31c3d;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute-tooltips span:hover::before {
  color: #981b1e;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__product-attribute:nth-child(even),
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute:nth-child(even) {
  background-color: #dfdfdf;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__product-attribute:nth-child(odd),
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__table-attribute:nth-child(odd) {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column {
    width: 35%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.bottom {
    max-width: 35%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container {
    width: 65%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.bottom {
    max-width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .platform-components-compare-filter__dropdown-open {
    width: 100%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column {
    width: 45%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__row-labels-column .comparison-chart-v2__filters.freeze.bottom {
    max-width: 45%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__products,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .product-info-section {
    width: 100%;
    grid-template-columns: repeat(var(--num-columns), 90%);
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container {
    width: 55%;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .detailed-chart-product-container .product-info-section.freeze.bottom {
    max-width: 55%;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .compare-carousel-wrapper {
  width: 75%;
}
@media (max-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .compare-carousel-wrapper {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2 .compare-carousel-wrapper {
    width: 55%;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowDesktopPadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowDesktopPadding .pc-carousel-wrapper .arrows-track {
    width: 100vw;
    left: unset;
    right: -50px;
  }
}
@media (min-width: 1280px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowDesktopPadding .pc-carousel-wrapper .arrows-track {
    width: 73.125rem;
    left: unset;
    right: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowTabletPadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowTabletPadding .pc-carousel-wrapper .arrows-track {
    width: 100vw;
    left: unset;
    right: -50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowTabletPadding .nav-carousel {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowMobilePadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowMobilePadding .pc-carousel-wrapper .arrows-track {
    width: 100vw;
    left: unset;
    right: -50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper.arrowMobilePadding .nav-carousel {
    padding: 0 50px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .pc-carousel-wrapper {
  padding: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .pc-carousel-wrapper .slick-track {
  margin-left: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed,
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
  max-width: calc(802.5px);
}
@media (max-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
    right: 0;
    max-width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.fixed,
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
    right: 0;
    max-width: 55%;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
  left: unset;
  right: 50px;
}
@media (max-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-detailed .comparison-chart-v2__wrapper .nav-carousel.freeze.bottom {
    right: 0;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .platform-components-compare-filter__dropdown-open {
  margin: 0 0 50px;
  width: 100%;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__products,
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .product-info-section {
  grid-template-columns: repeat(var(--num-columns), 40%);
}
@media all and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__products,
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .product-info-section {
    grid-gap: 20px;
    grid-template-columns: repeat(var(--num-columns), 28.6%);
  }
}
@media all and (min-width: 1280px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__products,
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .product-info-section {
    grid-template-columns: repeat(var(--num-columns), 22.2%);
  }
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__products .product-info-section.freeze.bottom,
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .product-info-section .product-info-section.freeze.bottom {
  background-color: inherit;
  position: absolute;
  right: unset;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attributes {
  margin-top: 25px;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  height: 160px;
  justify-content: flex-start;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute .attribute-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.row-label {
  border-bottom: 3px solid #464646;
  padding: 0 0 30px;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  max-height: 100px;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.row-label h3 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.125rem;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.row-label h3 {
    font-size: 1.125rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute-text {
  margin: 30px auto 10px;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.not-available {
  justify-content: space-between;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.not-available .comparison-chart-v2__product-attribute-text {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.125rem;
  text-transform: lowercase;
  color: #464646;
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute.not-available .comparison-chart-v2__product-attribute-text {
    font-size: 1.125rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute-tooltips {
  height: 20px;
  display: flex;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute-tooltips span {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: block;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute-tooltips span:before {
  font-size: 20px;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__product-attribute-tooltips span:hover {
  color: #981b1e;
  cursor: pointer;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .slick-slide .row-label h3 {
  opacity: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2 .slick-slide.slick-current .row-label h3 {
  opacity: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .platform-components-compare-filter__dropdown-open {
  margin: 0 15px 15px;
  width: calc(100% - 30px);
  padding: 15px;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
  border-radius: 4px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .platform-components-compare-filter__dropdown-open span {
  text-transform: uppercase;
  color: #e31c3d;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .platform-components-compare-filter__dropdown-open svg {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .platform-components-compare-filter__dropdown-open svg path {
  fill: #e31c3d;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .ribbon-holder {
  min-height: unset;
  padding: 0px 25px;
  flex-grow: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-image {
  margin-bottom: 15px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-image img {
  width: auto;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-image-link {
  padding: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-image-link:active {
  padding: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-info {
  gap: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-rating {
  min-height: max-content;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-rating a.reviews-link {
  padding: 5px 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-rating a.reviews-link .stars-wrapper {
  justify-content: flex-start;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-rating a.reviews-link .stars-wrapper .product-stars {
  margin-bottom: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-price {
  color: #464646;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-price p {
  color: #464646;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-price-container {
  flex: 1;
  min-height: max-content;
  display: flex;
  align-items: flex-end;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons.top {
  padding-bottom: 15px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons .platform-components-product-card__button {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons .platform-components-product-card__button.button-tertiary-brand,
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons .platform-components-product-card__button.button-tertiary-dark {
  justify-content: flex-start;
  padding-left: 0;
  margin: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons .platform-components-product-card__button:active,
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-buttons .platform-components-product-card__button:focus {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute {
  height: 80px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute:nth-child(odd) {
  background-color: rgba(223, 223, 223, 0.4);
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute-text {
  font-weight: 700;
  margin-top: auto;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute-text.row-label {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.28px;
  text-transform: none;
  color: #464646;
  margin-top: 15px;
  gap: 5px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute-text.row-label p {
  width: max-content;
  color: #464646;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute.row-label h3 {
  left: 20px;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute.row-label h3 p {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-attribute.row-label h3 p {
    font-size: 1.25rem;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__product-colors {
  justify-content: flex-start;
  flex-grow: 1;
  align-items: flex-start;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .pc-carousel-wrapper .fade-edge-right {
  top: 0;
  right: -2px;
  width: 18px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  z-index: 3;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .pc-carousel-wrapper .fade-edge-left {
  top: 0;
  left: -1px;
  width: 18px;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  z-index: 3;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-list {
  margin: 0px;
}
@media (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .pc-carousel-wrapper[data-space-between="true"][data-hint-slides-desktop="true"] .fade-edge-right {
    right: -12px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .pc-carousel-wrapper[data-space-between="true"][data-hint-slides-desktop="true"] .fade-edge-left {
    left: -12px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .carousel-component__item .comparison-chart-v2__product-attribute-text {
  margin: 0;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .slick-slide .comparison-chart-v2__column {
  justify-content: flex-end;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .slick-slide .comparison-chart-v2__product-attribute-text.row-label {
  opacity: 0;
  transition: opacity 1s ease;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .slick-slide .comparison-chart-v2__product-attribute.row-label h3 {
  opacity: 0;
  transition: opacity 1s ease;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .slick-slide.slick-current .comparison-chart-v2__product-attribute.row-label h3 {
  opacity: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 .slick-slide.slick-current .comparison-chart-v2__product-attribute-text.row-label {
  opacity: 1;
}
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 a:focus,
.platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2 a:active {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowDesktopPadding,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowDesktopPadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowDesktopPadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowDesktopPadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track {
    width: calc(100% + 100px);
    left: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowTabletPadding,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowTabletPadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowTabletPadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowTabletPadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track {
    width: calc(100% + 100px);
    left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowMobilePadding,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowMobilePadding {
    padding: 0 50px;
  }
  .platform-components-comparison-chart .comparison-chart-v2-minimal .comparison-chart-v2__wrapper.arrowMobilePadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track,
  .platform-components-comparison-chart .comparison-chart-v2-integrated .comparison-chart-v2__wrapper.arrowMobilePadding .pc-carousel-wrapper:not(.fixed, .bottom) .arrows-track {
    width: calc(100% + 100px);
    left: -50px;
  }
}
.platform-components-comparison-chart .comparison-chart-v2-minimal .pc-carousel-wrapper:not(.nav-carousel.freeze.bottom, .nav-carousel.freeze.fixed),
.platform-components-comparison-chart .comparison-chart-v2-integrated .pc-carousel-wrapper:not(.nav-carousel.freeze.bottom, .nav-carousel.freeze.fixed) {
  padding: 0;
}
.platform-components-comparison-chart .pc-carousel-wrapper {
  background-color: inherit;
}
.platform-components-comparison-chart .pc-carousel-wrapper .arrows-track .slick-arrow {
  top: 150px;
  z-index: 3;
}
.platform-components-comparison-chart .pc-carousel-wrapper .arrows-track .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.platform-components-comparison-chart .pc-carousel-wrapper.nav-carousel .arrows-track {
  height: 100%;
}
.platform-components-comparison-chart .pc-carousel-wrapper.nav-carousel .arrows-track .slick-arrow {
  top: 50%;
}
.platform-components-comparison-chart .ani-delay {
  transition: 0.5s ease 0.2s;
}
.platform-components-comparison-chart .ani-changing {
  transition: 0.2s ease;
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}
.pc-carousel-wrapper .swipe-for-more {
  grid-column-start: 1;
  grid-column-end: -1;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .swipe-for-more {
    height: 36px;
    white-space: nowrap;
    width: 100%;
    margin: 0;
  }
}
.pc-carousel-wrapper .swipe-for-more div {
  text-align: center;
  color: #464646;
  font-style: italic;
  font-size: 15px;
  width: 100%;
  padding: 0 18px;
  opacity: 0;
  pointer-events: none;
}
.pc-carousel-wrapper .swipe-for-more div.swipe-left {
  text-align: left;
  opacity: 1;
  pointer-events: initial;
  transition: .3s;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .pc-carousel-wrapper .swipe-for-more div.swipe-left {
    width: max-content;
  }
}
.pc-carousel-wrapper .swipe-for-more div.swipe-center {
  text-align: center;
  opacity: 1;
  pointer-events: initial;
  transition: .3s;
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .swipe-for-more div.swipe-center {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
}
.pc-carousel-wrapper .swipe-for-more div.swipe-right {
  text-align: right;
  opacity: 1;
  pointer-events: initial;
  transition: .3s;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .pc-carousel-wrapper .swipe-for-more div.swipe-right {
    width: max-content;
    margin-left: auto;
  }
}
.pc-carousel-wrapper .swipe-for-more div .swipe-for-more-text {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .pc-carousel-wrapper .swipe-for-more div .swipe-for-more-text {
    width: max-content;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .swipe-for-more div .swipe-for-more-text {
    padding: 0;
  }
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap {
  cursor: pointer;
  position: relative;
  min-width: 85px;
}
@media only screen and (min-width: 768px) {
  .pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap,
  .pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap {
    min-width: 100px;
  }
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-left,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-left,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-right,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-right {
  width: 75px;
  height: 1.5px;
  background-color: #464646;
  position: absolute;
  display: inline-block;
  top: 50%;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-left::before,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-left::before,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-right::before,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-right::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-right,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-right {
  left: 5px;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-right::before,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-right::before {
  left: unset;
  right: -6px;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-left,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-left {
  right: 5px;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left-wrap .icons-swipe-for-more-left::before,
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right-wrap .icons-swipe-for-more-left::before {
  right: unset;
  left: -6px;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-left::before {
  content: "\e904";
  left: -5px;
}
.pc-carousel-wrapper .swipe-for-more div .icons-swipe-for-more-right::before {
  content: "\e905";
  left: 65px;
}
.pc-carousel-wrapper .swipe-for-more div .helper-span {
  display: inline-block;
  width: 0px;
}
.product-info-section.freeze.fixed,
.nav-carousel.freeze.fixed {
  box-shadow: 0 24px 24px -28px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 767px) {
  .product-info-section.freeze.fixed .comparison-chart-v2__product-info,
  .product-info-section.freeze.bottom .comparison-chart-v2__product-info,
  .nav-carousel.freeze.fixed .comparison-chart-v2__product-info,
  .nav-carousel.freeze.bottom .comparison-chart-v2__product-info {
    position: relative;
  }
  .product-info-section.freeze.fixed .comparison-chart-v2__product-info:after,
  .product-info-section.freeze.bottom .comparison-chart-v2__product-info:after,
  .nav-carousel.freeze.fixed .comparison-chart-v2__product-info:after,
  .nav-carousel.freeze.bottom .comparison-chart-v2__product-info:after {
    display: var(--data-sticky-mobile-divider);
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 15px;
    background-color: #dfdfdf;
  }
}
.product-info-section.freeze.fixed .comparison-chart-v2__product-image,
.product-info-section.freeze.bottom .comparison-chart-v2__product-image,
.nav-carousel.freeze.fixed .comparison-chart-v2__product-image,
.nav-carousel.freeze.bottom .comparison-chart-v2__product-image {
  height: var(--data-sticky-image-height);
}
.product-info-section.freeze.fixed .hide-sticky-content,
.product-info-section.freeze.bottom .hide-sticky-content,
.nav-carousel.freeze.fixed .hide-sticky-content,
.nav-carousel.freeze.bottom .hide-sticky-content {
  display: none;
}
@keyframes expand {
  from {
    width: 75px;
  }
  to {
    width: 35px;
  }
}
.animate-expand {
  animation-name: expand;
  animation-duration: 2s;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
}
.platform-components-compare-filter__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 25px 20px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__wrapper {
    border: none;
  }
}
.platform-components-compare-filter__wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.platform-components-compare-filter__wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.platform-components-compare-filter__wrapper::-webkit-scrollbar-thumb {
  background-color: #464646;
  border-radius: 20px;
  border: 3px solid #dfdfdf;
}
.platform-components-compare-filter__wrapper .plp-facet-checkbox-input.form-checkbox-input.facet-toggle-input {
  display: none !important;
}
.platform-components-compare-filter__title {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__title {
    display: none;
  }
}
.platform-components-compare-filter__dropdown-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  height: 100%;
  position: relative;
  max-height: 100%;
}
.platform-components-compare-filter__dropdown-container .in-stock-filter {
  width: 100%;
}
.platform-components-compare-filter__dropdown-container .in-stock-filter-header {
  padding: 0;
}
.platform-components-compare-filter__dropdown-container .in-stock-filter-container .in-stock-filter-title {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown-container .in-stock-filter-container .in-stock-filter-title {
    font-size: 0.75rem;
  }
}
.platform-components-compare-filter__dropdown-container .in-stock-filter-container .in-stock-filter-title .in-stock {
  font-family: unset;
  font-weight: unset;
  line-height: unset;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown-container .in-stock-filter-container .in-stock-filter-title .in-stock {
    font-size: 0.875rem;
  }
}
.platform-components-compare-filter__dropdown-container .in-stock-filter .facet__title-container .facet-toggle-label {
  margin-right: 0;
}
.platform-components-compare-filter__dropdown-container .in-stock-filter .facet__title-container .facet-toggle-label:focus {
  outline: none;
}
.platform-components-compare-filter__dropdown-container .in-stock-filter-trigger .icon-open {
  height: 1.125rem;
  width: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown-container.stackMobileFilters {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding: 0 25px;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown {
    width: 100%;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown--list.active {
    position: absolute;
    top: calc(100% + 5px);
    margin-top: 0;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown {
    min-width: unset;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown--button {
    padding: 10px;
  }
  .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown--list.active {
    width: 100%;
  }
  .platform-components-compare-filter__dropdown-container.mobileMenu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 450px;
    overflow-y: auto;
    height: 100%;
    padding: 50px 20px 20px 20px;
    transition: 200ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    z-index: 1000;
  }
  .platform-components-compare-filter__dropdown-container.mobileMenu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 10000;
  }
}
.platform-components-compare-filter-overlay {
  display: none;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter-overlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: none;
    transition: 200ms ease-in-out;
    z-index: 999;
  }
  .platform-components-compare-filter-overlay.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
}
.platform-components-compare-filter__dropdown {
  position: relative;
  width: 100%;
  background: #ffffff;
  height: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown {
    width: 100%;
    margin: 10px 0;
    height: auto;
  }
}
.platform-components-compare-filter__dropdown--button {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 150%;
  font-size: 0.75rem;
  text-transform: none !important;
  letter-spacing: 0;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  height: unset;
  border-bottom: 1px solid #464646;
  border-top: 1px solid #ffffff;
  border-radius: 0;
  color: #222222;
  background-color: #ffffff;
}
.platform-components-compare-filter__dropdown--button-label {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  color: #464646;
  text-align: left;
}
.platform-components-compare-filter__dropdown--button-label:hover,
.platform-components-compare-filter__dropdown--button-label:active,
.platform-components-compare-filter__dropdown--button-label:focus {
  color: #981b1e;
}
.platform-components-compare-filter__dropdown--button .icon-open {
  transition: 200ms ease-in-out;
  color: #e31c3d;
}
.platform-components-compare-filter__dropdown--button .icon-open svg {
  height: 11px;
  width: 11px;
}
.platform-components-compare-filter__dropdown--button .icon-open svg path {
  fill: #464646;
}
.platform-components-compare-filter__dropdown--button .icon-open:hover,
.platform-components-compare-filter__dropdown--button .icon-open:active,
.platform-components-compare-filter__dropdown--button .icon-open:focus {
  color: #981b1e;
}
.platform-components-compare-filter__dropdown--button .icon-open:hover svg path,
.platform-components-compare-filter__dropdown--button .icon-open:active svg path,
.platform-components-compare-filter__dropdown--button .icon-open:focus svg path {
  fill: #981b1e;
}
.platform-components-compare-filter__dropdown--button:hover {
  color: #981b1e;
  background-color: #ffffff;
}
.platform-components-compare-filter__dropdown--button:hover .platform-components-compare-filter__dropdown--button-label {
  color: #981b1e;
}
.platform-components-compare-filter__dropdown--button:hover .icon-open {
  color: #981b1e;
}
.platform-components-compare-filter__dropdown--button:hover .icon-open svg path {
  fill: #981b1e;
}
.platform-components-compare-filter__dropdown--button:focus,
.platform-components-compare-filter__dropdown--button.active {
  color: #981b1e;
  border: unset;
  outline: none;
  background: unset;
}
.platform-components-compare-filter__dropdown--button:focus .icon-open,
.platform-components-compare-filter__dropdown--button.active .icon-open {
  color: #981b1e;
}
.platform-components-compare-filter__dropdown--button:focus {
  border-bottom: 1px solid #e31c3d;
}
.platform-components-compare-filter__dropdown--button.active {
  border: unset;
}
.platform-components-compare-filter__dropdown--button.active .icon-open {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown--button {
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }
}
.platform-components-compare-filter__dropdown--list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .platform-components-compare-filter__dropdown--list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transform: scale(0.9);
    transform-origin: top left;
    min-width: 100%;
    width: max-content;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown--list {
    width: 100%;
    height: 0;
    margin: 0;
  }
}
.platform-components-compare-filter__dropdown--list.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  height: auto;
  z-index: 3;
  width: 100%;
}
.platform-components-compare-filter__dropdown--list-button {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 150%;
  font-size: 0.75rem;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none !important;
  height: 45px;
  width: 100%;
  z-index: 2;
  padding: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #464646;
  background-color: #ffffff;
  border: none;
}
.platform-components-compare-filter__dropdown--list-button-title {
  padding: 0 10px;
  flex-shrink: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.platform-components-compare-filter__dropdown--list-button-check {
  display: block;
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  flex-shrink: 0;
  border-radius: 0.25em;
  transition: 200ms ease-in-out;
  background-color: transparent;
  border: 0.1em solid #464646;
}
.platform-components-compare-filter__dropdown--list-button-check svg {
  transition: 200ms ease-in-out;
  opacity: 0;
}
.platform-components-compare-filter__dropdown--list-button-check svg path {
  stroke: #464646;
}
.platform-components-compare-filter__dropdown--list-button-swatch {
  display: block;
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  flex-shrink: 0;
  border-radius: 0.25em;
  transition: 200ms ease-in-out;
  border: 0.1em solid #464646;
  margin-left: auto;
}
.platform-components-compare-filter__dropdown--list-button-radio {
  height: 16px;
  width: 16px;
  border: 1.5px solid #464646;
  border-radius: 50%;
  margin-right: .625rem;
  position: relative;
}
.platform-components-compare-filter__dropdown--list-button-radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 16%;
  left: 16%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #e31c3d;
}
.platform-components-compare-filter__dropdown--list-button.selected {
  color: #222222;
  background-color: #ffffff;
  border-color: #ffffff;
}
.platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-check {
  background-color: transparent;
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  border-color: #e31c3d;
}
.platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-check svg {
  opacity: 1;
  margin: auto;
}
.platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-check svg path {
  stroke: #e31c3d;
}
.platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-radio {
  border-color: #e31c3d;
}
.platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-radio:after {
  display: block;
}
.platform-components-compare-filter__dropdown--list-button:hover,
.platform-components-compare-filter__dropdown--list-button:focus,
.platform-components-compare-filter__dropdown--list-button:active {
  color: #981b1e;
  background-color: #ffffff;
  border: unset;
}
.platform-components-compare-filter__dropdown--list-button:hover .platform-components-compare-filter__dropdown--list-button-check,
.platform-components-compare-filter__dropdown--list-button:focus .platform-components-compare-filter__dropdown--list-button-check,
.platform-components-compare-filter__dropdown--list-button:active .platform-components-compare-filter__dropdown--list-button-check {
  border-color: #981b1e;
}
.platform-components-compare-filter__dropdown--list-button:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .platform-components-compare-filter__dropdown--list-button:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown--list-button {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-compare-filter__dropdown-open,
  .platform-components-compare-filter__dropdown-close {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown-close {
    width: 50px;
    height: 40px;
    margin: unset;
    background: unset;
    border: unset;
    padding: unset;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .platform-components-compare-filter__dropdown-close .icons-close {
    color: #464646;
  }
  .platform-components-compare-filter__dropdown-close .icons-close::before {
    font-size: 20px;
  }
  .platform-components-compare-filter__dropdown-close .icons-close:hover {
    color: #981b1e;
  }
  .platform-components-compare-filter__dropdown-close:hover {
    background: unset;
  }
  .platform-components-compare-filter__dropdown-close.stackMobileFilters {
    display: none;
  }
}
.platform-components-compare-filter .pc-filter-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters,
.comparison-chart-v2-integrated .comparison-chart-v2__filters {
  display: flex;
  justify-content: center;
  padding: 0;
  max-width: 1170px;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .filters-title,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .filters-title {
  display: none;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .compare-filter,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .compare-filter {
  width: max-content;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .compare-filter-title,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .compare-filter-title {
  margin-right: 15px;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__wrapper,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__wrapper {
  border: none;
  width: 100%;
  max-height: none;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__wrapper,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__wrapper {
    padding: 0;
  }
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__title,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__title {
  display: none;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown {
  width: unset;
  max-height: none;
  height: auto;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button {
  padding: 15px 10px;
  width: 200px;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button-label,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button-label {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--button {
    width: 100%;
  }
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container {
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  column-gap: 20px;
  flex-wrap: wrap;
  position: static;
  max-height: none;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter {
  width: max-content;
  border-right: 1px solid #dfdfdf;
  padding-right: 20px;
  height: 100%;
  max-height: 50px;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-header,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-header {
  width: max-content;
  height: 100%;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container .facet__title-container,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container .facet__title-container {
  width: max-content;
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-title,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-title {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter {
    width: 100%;
    border: none;
    padding: 0;
    height: auto;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-header,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-header {
    height: auto;
    padding: 0;
    width: 100%;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container {
    width: 100%;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container .facet__title-container,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .in-stock-filter-container .facet__title-container {
    width: 100%;
  }
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .platform-components-compare-filter__dropdown--list,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .platform-components-compare-filter__dropdown--list {
  position: absolute;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .platform-components-compare-filter__dropdown--list,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container .platform-components-compare-filter__dropdown--list {
    position: relative;
    margin-top: 0;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.mobileMenu,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.mobileMenu {
    position: fixed;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters {
    align-items: stretch;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown {
    width: 100%;
  }
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown--list,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown--list {
    position: absolute;
    margin-top: 0;
  }
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list-button,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list-button {
  padding: 0 10px;
  max-width: 200px;
}
@media (max-width: 1024px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list-button,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list-button {
    max-width: 100%;
  }
}
.comparison-chart-v2-minimal .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list.active,
.comparison-chart-v2-integrated .comparison-chart-v2__filters .platform-components-compare-filter__dropdown--list.active {
  max-width: 200px;
  min-width: 100%;
  width: max-content;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-minimal .comparison-chart-v2__filters,
  .comparison-chart-v2-integrated .comparison-chart-v2__filters {
    margin-bottom: 0;
  }
}
.comparison-chart-v2-integrated .comparison-chart-v2__filters {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1024px) {
  .comparison-chart-v2-detailed .comparison-chart-v2 &gt; .comparison-chart-v2__filters.stackMobileFilters {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters .platform-components-compare-filter__dropdown--list-button {
    padding: 0 10px;
  }
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown {
    min-width: unset;
  }
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown--button {
    padding: 10px;
  }
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__dropdown-container.stackMobileFilters.two-filters .platform-components-compare-filter__dropdown--list.active {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-detailed .comparison-chart-v2__filters.stackMobileFilters .platform-components-compare-filter__wrapper {
    padding: 0;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .comparison-chart-v2-detailed .comparison-chart-v2__filters .platform-components-compare-filter__dropdown-container.stackMobileFilters {
    display: none;
  }
}
.comparison-chart-v2-detailed .comparison-chart-v2 .platform-components-compare-filter__dropdown.filter-dropdown-selected.multi .platform-components-compare-filter__dropdown--button {
  max-width: 100%;
}
.platform-components-compare.mobile-filter-container {
  display: none;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare.mobile-filter-container {
    display: block;
  }
  .platform-components-compare.mobile-filter-container .stackMobileFilters {
    display: none;
  }
}
.platform-components-compare.mobile-filter-container .platform-components-compare-filter__dropdown-container.stackMobileFilters {
  display: none;
}
.platform-components-compare-filter__dropdown.filter-dropdown-selected.multi .platform-components-compare-filter__dropdown--button {
  width: 200px;
}
.platform-components-compare-filter__dropdown.filter-dropdown-selected.multi .platform-components-compare-filter__dropdown--button .filter-place-holder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .platform-components-compare-filter__dropdown.filter-dropdown-selected.multi .platform-components-compare-filter__dropdown--button {
    width: 100%;
  }
}
.filter-dropdown-selected {
  min-width: 200px;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  position: relative;
  padding: 10px !important;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button.active {
  border: 1px solid #dfdfdf;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button:focus {
  border: 1px solid #dfdfdf;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button .label-on-border {
  top: -6px;
  left: 10px;
  padding-left: 3px;
  text-transform: uppercase;
  color: #464646;
  background-color: #ffffff;
  font-size: 0.625rem;
  line-height: 100%;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 767px) {
  .filter-dropdown-selected .platform-components-compare-filter__dropdown--button .label-on-border {
    background-color: #ffffff;
  }
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button .filter-place-holder {
  font-size: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  color: #464646;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.28px;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button .filter-place-holder:hover {
  color: #981b1e;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button .icon-open svg {
  height: 11px;
  width: 11px;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button .icon-open svg path {
  fill: #464646;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button:hover .filter-place-holder {
  color: #981b1e;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--button:hover .icon-open svg path {
  fill: #981b1e;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list {
  display: none;
  border: 1px solid #dfdfdf;
  top: calc(100% + 5px);
  margin-top: 0;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list.active {
  display: block;
  background: #ffffff;
  padding: 0.5rem 0;
  border-radius: 0.375rem;
  border-width: 1px;
  margin-top: 5px;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button {
  background-color: transparent !important;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:hover,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:active,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:focus {
  background-color: transparent !important;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:hover,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:active,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:focus {
  color: #464646;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:hover .platform-components-compare-filter__dropdown--list-button-check,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:active .platform-components-compare-filter__dropdown--list-button-check,
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button:focus .platform-components-compare-filter__dropdown--list-button-check {
  border-color: #464646;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button.selected {
  color: #e31c3d;
  background-color: transparent !important;
}
.filter-dropdown-selected .platform-components-compare-filter__dropdown--list-button.selected .platform-components-compare-filter__dropdown--list-button-check {
  border-color: #e31c3d;
}
.comparison-chart-v2-detailed .filter-dropdown-selected {
  min-width: unset;
}

.platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button.active:after {
  z-index: -1;
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__title {
  color: #464646;
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__buttons-wrapper {
  background-color: #ffffff;
  border-color: #dfdfdf;
  border-width: 0;
  border-style: solid;
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__button {
  color: #464646;
  background-color: transparent;
  border-color: transparent;
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__button.active {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__button.active:after {
  background-color: #e31c3d;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__button:hover {
    color: #e31c3d;
    background-color: transparent;
    border-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__button:hover:after {
    background-color: #e31c3d;
  }
}
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover,
.platform-components-sticky-nav--theme-01 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:focus {
  color: #e31c3d;
}
.platform-components-sticky-nav--theme-01 .dpc-sticky-breadcrumb {
  color: #464646;
}
.platform-components-sticky-nav--theme-01 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link {
  color: #464646;
}
.platform-components-sticky-nav--theme-01 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:hover,
.platform-components-sticky-nav--theme-01 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:focus {
  color: #e31c3d;
}
.platform-components-sticky-nav--theme-01 .slick-arrow .icons-arrow-right {
  color: #464646;
}
.platform-components-sticky-nav--theme-01 .slick-arrow:after {
  background: linear-gradient(to left, #ffffff 45%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0)) !important;
}
.platform-components-sticky-nav--theme-01 .sticky-full-width:before {
  background-color: #ffffff;
  border-color: #dfdfdf;
  border-width: 0;
  border-style: solid;
}
.platform-components-sticky-nav--theme-01 .sticky-border-bottom:after {
  background-color: #dfdfdf;
}
.platform-components-sticky-nav--theme-01 .pc-menu-wrapper {
  background-color: #ffffff;
}
.platform-components-sticky-nav--theme-01 .animenu__btn__bar {
  background-color: #464646;
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__title {
  color: #464646;
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__buttons-wrapper {
  background-color: #f3f3f4;
  border-color: #dfdfdf;
  border-width: 0;
  border-style: solid;
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__button {
  color: #464646;
  background-color: transparent;
  border-color: transparent;
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__button.active {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__button.active:after {
  background-color: #e31c3d;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__button:hover {
    color: #e31c3d;
    background-color: transparent;
    border-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__button:hover:after {
    background-color: #e31c3d;
  }
}
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover,
.platform-components-sticky-nav--theme-02 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:active {
  color: #e31c3d;
}
.platform-components-sticky-nav--theme-02 .dpc-sticky-breadcrumb {
  color: #464646;
}
.platform-components-sticky-nav--theme-02 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link {
  color: #464646;
}
.platform-components-sticky-nav--theme-02 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:hover,
.platform-components-sticky-nav--theme-02 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:focus {
  color: #e31c3d;
}
.platform-components-sticky-nav--theme-02 .slick-arrow .icons-arrow-right {
  color: #464646;
}
.platform-components-sticky-nav--theme-02 .slick-arrow:after {
  background: linear-gradient(to left, #f3f3f4 45%, rgba(243, 243, 244, 0.8) 70%, rgba(243, 243, 244, 0)) !important;
}
.platform-components-sticky-nav--theme-02 .sticky-full-width:before {
  background-color: #f3f3f4;
  border-color: #dfdfdf;
  border-width: 0;
  border-style: solid;
}
.platform-components-sticky-nav--theme-02 .sticky-border-bottom:after {
  background-color: #dfdfdf;
}
.platform-components-sticky-nav--theme-02 .pc-menu-wrapper {
  background-color: #f3f3f4;
}
.platform-components-sticky-nav--theme-02 .animenu__btn__bar {
  background-color: #464646;
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__title {
  color: #ffffff;
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__buttons-wrapper {
  background-color: #464646;
  border-color: #dfdfdf;
  border-width: 0;
  border-style: solid;
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__button {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__button.active {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__button.active:after {
  background-color: #e31c3d;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__button:hover {
    color: #dfdfdf;
    background-color: transparent;
    border-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__button:hover:after {
    background-color: #e31c3d;
  }
}
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover,
.platform-components-sticky-nav--theme-03 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:focus {
  color: #dfdfdf;
}
.platform-components-sticky-nav--theme-03 .dpc-sticky-breadcrumb {
  color: #ffffff;
}
.platform-components-sticky-nav--theme-03 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link {
  color: #ffffff;
}
.platform-components-sticky-nav--theme-03 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:hover,
.platform-components-sticky-nav--theme-03 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:focus {
  color: #dfdfdf;
}
.platform-components-sticky-nav--theme-03 .slick-arrow .icons-arrow-right {
  color: #ffffff;
}
.platform-components-sticky-nav--theme-03 .slick-arrow:after {
  background: linear-gradient(to left, #464646 45%, rgba(70, 70, 70, 0.8) 70%, rgba(70, 70, 70, 0)) !important;
}
.platform-components-sticky-nav--theme-03 .sticky-full-width:before {
  background-color: #464646;
  border-color: #dfdfdf;
  border-width: 0;
  border-style: solid;
}
.platform-components-sticky-nav--theme-03 .sticky-border-bottom:after {
  background-color: #dfdfdf;
}
.platform-components-sticky-nav--theme-03 .pc-menu-wrapper {
  background-color: #464646;
}
.platform-components-sticky-nav--theme-03 .animenu__btn__bar {
  background-color: #ffffff;
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__title {
  color: unset;
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__buttons-wrapper {
  background-color: unset;
  border-color: unset;
  border-width: 0;
  border-style: solid;
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__button {
  color: unset;
  background-color: unset;
  border-color: unset;
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__button.active {
  color: unset;
  background-color: unset;
  border-color: unset;
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__button.active:after {
  background-color: unset;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__button:hover {
    color: unset;
    background-color: unset;
    border-color: unset;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__button:hover:after {
    background-color: unset;
  }
}
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover,
.platform-components-sticky-nav--theme-04 .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:focus {
  color: unset;
}
.platform-components-sticky-nav--theme-04 .dpc-sticky-breadcrumb {
  color: unset;
}
.platform-components-sticky-nav--theme-04 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link {
  color: unset;
}
.platform-components-sticky-nav--theme-04 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:hover,
.platform-components-sticky-nav--theme-04 .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link:focus {
  color: unset;
}
.platform-components-sticky-nav--theme-04 .slick-arrow .icons-arrow-right {
  color: unset;
}
.platform-components-sticky-nav--theme-04 .sticky-full-width:before {
  background-color: unset;
  border-color: unset;
  border-width: 0;
  border-style: solid;
}
.platform-components-sticky-nav--theme-04 .sticky-border-bottom:after {
  background-color: unset;
}
.platform-components-sticky-nav--theme-04 .pc-menu-wrapper {
  background-color: unset;
}
.platform-components-sticky-nav--theme-04 .animenu__btn__bar {
  background-color: unset;
}
/* sticky nav */
.platform-components-sticky-nav {
  position: relative;
  z-index: 10;
}
.platform-components-sticky-nav.platform-components-sticky-nav--hidden {
  height: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav.platform-components-sticky-nav--hide-mobile {
    height: 0px;
    overflow: hidden;
  }
}
.platform-components-sticky-nav .dpc-sticky-content-left {
  display: flex;
  margin-right: auto;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .dpc-sticky-content-left {
    margin-right: initial;
    flex-direction: row-reverse;
  }
}
.platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb {
    display: none;
  }
}
.platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb .icons-arrow-right {
  font-size: 24px;
  margin: 0 20px;
}
.platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link,
.platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-active-page {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-link,
  .platform-components-sticky-nav .dpc-sticky-content-left .dpc-sticky-breadcrumb .dpc-sticky-breadcrumb-active-page {
    font-size: 0.875rem;
  }
}
.platform-components-sticky-nav__title {
  display: none;
  visibility: hidden;
  z-index: 2;
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: 0;
}
.platform-components-sticky-nav__title img {
  max-height: 70px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav__title {
    font-size: 0.875rem;
  }
  .platform-components-sticky-nav__title img {
    max-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__title {
    display: block;
    visibility: visible;
  }
}
.platform-components-sticky-nav__buttons-wrapper {
  justify-content: center;
}
.platform-components-sticky-nav__buttons-wrapper,
.platform-components-sticky-nav__menu {
  width: 100%;
  height: 70px;
  max-height: 70px;
  display: flex;
  align-items: center;
  top: 0;
  max-width: 73.125rem;
  margin: 0 auto;
}
.platform-components-sticky-nav__buttons-wrapper.slick-slider,
.platform-components-sticky-nav__menu.slick-slider {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper,
  .platform-components-sticky-nav__menu {
    transition: max-height 0.3s ease 0.3s, height 0.3s ease 0.3s;
  }
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--title,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--title {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1190px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--title.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--title.platform-components-sticky-nav--position-sticky {
    max-width: 1190px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.platform-components-sticky-nav__buttons-wrapper .slick-list,
.platform-components-sticky-nav__menu .slick-list {
  z-index: 2;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden {
  position: fixed;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease 0.3s;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
  visibility: visible;
  max-height: 70px;
  transform: translateY(0%);
  top: 0;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
    animation: sticky-nav-negative-reveal 0.3s ease;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
    max-height: 50px;
  }
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
  transition: transform 0.3s ease, height 0.3s ease, max-height 0.3s ease;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
  transform: translateY(-100%);
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--shrink.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--shrink.platform-components-sticky-nav--position-sticky {
    animation: sticky-nav-hidden-shrink-reveal 0.6s ease;
  }
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
  position: fixed;
  visibility: visible;
  max-height: 70px;
  transform: translateY(0);
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease, height 0.3s ease, max-height 0.3s ease;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
  transform: translateY(-100%);
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper:hover,
  .platform-components-sticky-nav__menu:hover {
    transition: height 0.3s ease;
  }
}
.platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button,
.platform-components-sticky-nav__menu .platform-components-sticky-nav__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  margin: 0 2px;
  position: relative;
  outline: none !important;
  text-decoration: none;
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  height: 70px;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  transition: height 0.3s ease 0.3s, background-color 0.2s ease, color 0.2s ease;
  z-index: 2;
}
.platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button:after,
.platform-components-sticky-nav__menu .platform-components-sticky-nav__button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: scaleX(1);
  height: 0;
  opacity: 1;
  transform-origin: center;
  transition: all 0.2s ease;
  z-index: 1;
}
.platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button.active,
.platform-components-sticky-nav__menu .platform-components-sticky-nav__button.active {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button.active:after,
.platform-components-sticky-nav__menu .platform-components-sticky-nav__button.active:after {
  transform: scaleX(1);
  height: 100%;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button:hover,
  .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover {
    height: 70px;
  }
  .platform-components-sticky-nav__buttons-wrapper .platform-components-sticky-nav__button:hover:after,
  .platform-components-sticky-nav__menu .platform-components-sticky-nav__button:hover:after {
    height: 5px;
    transform: scaleX(1);
    opacity: 1;
  }
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky {
  position: fixed;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky .button-next,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky .button-next {
  right: 0.625rem;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky .button-prev,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky .button-prev {
  left: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover),
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover) {
    height: 30px;
    max-height: 30px;
    transition: max-height 0.3s ease 0.3s, height 0.3s ease 0.3s;
  }
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover) .platform-components-sticky-nav__button,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover) .platform-components-sticky-nav__button {
    height: 30px;
    transition: height 0.3s ease 0.3s;
  }
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover).platform-components-sticky-nav--drop,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover).platform-components-sticky-nav--drop {
    transition: transform 0.3s ease, height 0.3s ease, max-height 0.3s ease;
  }
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover).platform-components-sticky-nav--drop .platform-components-sticky-nav__button,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:not(:hover).platform-components-sticky-nav--drop .platform-components-sticky-nav__button {
    transition: height 0.3s ease;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:hover .platform-components-sticky-nav__button,
  .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--scrolling-down:hover .platform-components-sticky-nav__button {
    transition: height 0.3s ease;
  }
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop {
  transition: transform 0.3s ease, height 0.3s ease, max-height 0.3s ease;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop .platform-components-sticky-nav__button,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop .platform-components-sticky-nav__button {
  transition: height 0.3s ease;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop-hide,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--shrink.platform-components-sticky-nav--drop-hide {
  transform: translateY(-100%);
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up {
  transform: translateY(0);
  transition: all 0.3s ease 0.3s;
  animation: none;
}
.platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--scrolling-down,
.platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--scrolling-down {
  transform: translateY(-110%);
}
.platform-components-sticky-nav__buttons-wrapper.sticky-border-bottom:after,
.platform-components-sticky-nav__menu.sticky-border-bottom:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 2px;
  bottom: 0;
  z-index: 2;
}
.platform-components-sticky-nav__buttons-wrapper.sticky-full-width.platform-components-sticky-nav__buttons-wrapper,
.platform-components-sticky-nav__menu.sticky-full-width.platform-components-sticky-nav__buttons-wrapper {
  border-width: 0px!important;
}
.platform-components-sticky-nav__buttons-wrapper.sticky-full-width:before,
.platform-components-sticky-nav__menu.sticky-full-width:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
  z-index: 1;
}
.platform-components-sticky-nav__buttons-wrapper.sticky-full-width.sticky-border-bottom:after,
.platform-components-sticky-nav__menu.sticky-full-width.sticky-border-bottom:after {
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}
.platform-components-sticky-nav .slick-track {
  transition: transform 0.3s ease;
}
.platform-components-sticky-nav .slick-arrow {
  text-decoration: none;
  height: calc(98%);
  width: 50px;
  position: absolute;
  z-index: 3;
  padding: 0;
  -webkit-appearance: initial;
}
.platform-components-sticky-nav .slick-arrow:hover,
.platform-components-sticky-nav .slick-arrow:active,
.platform-components-sticky-nav .slick-arrow:focus {
  outline: none !important;
}
.platform-components-sticky-nav .slick-arrow .icons-arrow-right {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  font-size: 1.5rem;
}
.platform-components-sticky-nav .slick-arrow:after {
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.platform-components-sticky-nav .button-next {
  right: 0;
}
.platform-components-sticky-nav .button-next:after {
  right: 0;
}
.platform-components-sticky-nav .button-prev {
  transform: scaleX(-1);
  left: 0;
}
.platform-components-sticky-nav .button-prev:after {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .platform-components-sticky-nav {
    height: 70px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky {
    top: 0px;
    z-index: 999;
    right: 0px;
    left: 0px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--scrolling-down {
    top: -20px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--drop {
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--drop-hide {
    transform: translateY(-100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom {
    top: unset;
    bottom: 0;
    transition: all 0.3s ease 0.3s;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--position-sticky {
    animation: sticky-nav-reveal 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--only-scroll-up {
    transform: translateY(0%);
    top: unset;
    bottom: 0;
    transition: transform 0.3s ease 0.3s;
    animation: none;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--scrolling-down {
    transition: transform 0.3s ease 0.3s, bottom 0s linear 0.6s;
    transform: translateY(100%);
    bottom: -70px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--shrink.platform-components-sticky-nav--position-sticky {
    animation: sticky-nav-hidden-shrink-reveal-reverse 0.6s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--hidden {
    top: unset;
    bottom: 0;
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky-bottom.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
    transform: translateY(0);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--position-sticky-bottom:hover {
    transition: height 0.3s ease;
  }
}
@media only screen and (max-width: 1023px) {
  .platform-components-sticky-nav {
    height: 70px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper button {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav {
    height: 50px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu {
    height: 50px;
    max-height: 50px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper button.platform-components-sticky-nav__button,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu button.platform-components-sticky-nav__button {
    width: auto !important;
    height: 50px;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky {
    height: 50px;
    bottom: -50px;
    width: 100%;
    z-index: 9999;
    transition: transform 0.3s ease 0.3s;
    transform: translateY(-100%);
    top: unset;
    left: 0;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky {
    transform: translateY(-100%);
    transition: all 0.3s ease 0.3s;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--scrolling-down,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--scrolling-down {
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden {
    left: unset;
    top: unset;
    bottom: 0;
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--drop {
    transition: transform 0.3s ease, height 0.3s ease, max-height 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
    transform: translateY(0%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    left: 0;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(-100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky {
    transition: none;
    top: 0;
    bottom: unset;
    transform: none;
    transform: translateY(0%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden {
    transition: all 0.3s ease 0.3s;
    transform: translateY(-100%);
    top: 0;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky {
    transform: translateY(0);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    left: 0;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--hidden.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(-100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--only-scroll-up,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--only-scroll-up {
    transition: transform 0.3s ease 0.3s;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--scrolling-down,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--only-scroll-up.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--scrolling-down {
    transform: translateY(-100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .platform-components-sticky-nav .platform-components-sticky-nav__buttons-wrapper.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide,
  .platform-components-sticky-nav .platform-components-sticky-nav__menu.platform-components-sticky-nav--position-sticky-top-mobile.platform-components-sticky-nav--position-sticky.platform-components-sticky-nav--drop-hide {
    transform: translateY(-100%);
  }
  .platform-components-sticky-nav .platform-components-sticky-nav--hide-mobile {
    display: none;
  }
}
.platform-components-sticky-nav .pc-menu-toggle {
  z-index: 2;
  display: block;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 27px;
  width: 27px;
  border: none;
  margin-right: 30px;
}
.platform-components-sticky-nav .pc-menu-toggle:hover {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .pc-menu-toggle {
    margin-right: 0px;
    margin-left: 10px;
  }
}
.platform-components-sticky-nav .animenu__btn__bar {
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 2px;
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.platform-components-sticky-nav .animenu__btn__bar + .animenu__btn__bar {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .animenu__btn__bar {
    display: none;
  }
}
.platform-components-sticky-nav .icons-arrow-down {
  display: none;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .icons-arrow-down {
    display: block;
  }
}
.platform-components-sticky-nav .pc-menu-wrapper {
  display: none;
}
.platform-components-sticky-nav .pc-menu-wrapper .platform-components-sticky-nav__button:after {
  display: none;
}
.platform-components-sticky-nav .menu-active .icons-arrow-down {
  transform: rotateX(180deg);
}
.platform-components-sticky-nav .menu-active .animenu__btn__bar {
  margin: 0;
  position: absolute;
}
.platform-components-sticky-nav .menu-active .animenu__btn__bar:nth-child(1) {
  transform: rotate(45deg);
}
.platform-components-sticky-nav .menu-active .animenu__btn__bar:nth-child(2) {
  opacity: 0;
}
.platform-components-sticky-nav .menu-active .animenu__btn__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.platform-components-sticky-nav .menu-active .pc-menu-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin-top: 70px;
  padding: 20px;
  z-index: 2;
  top: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}
@media only screen and (max-width: 767px) {
  .platform-components-sticky-nav .menu-active .pc-menu-wrapper {
    margin-top: 50px;
  }
}
.platform-components-sticky-nav .menu-active .pc-menu-wrapper .platform-components-sticky-nav__button {
  border: none;
}
.platform-components-sticky-nav .platform-components-sticky-nav__menu .platform-components-sticky-nav__title {
  display: block;
  visibility: visible;
}
.platform-components-sticky-nav .dpc-sticky-breadcumbs {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .platform-components-container .full-width .platform-components-sticky-nav__buttons-wrapper,
  .containerV2 .full-width .platform-components-sticky-nav__buttons-wrapper {
    margin: 0;
  }
}
@keyframes sticky-nav-reveal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes sticky-nav-reveal-reverse {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes sticky-nav-negative-reveal {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes sticky-nav-negative-reveal-reverse {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes sticky-nav-hidden-shrink-reveal {
  from {
    transform: translateY(-100%);
    height: 30px;
    max-height: 30px;
  }
  to {
    transform: translateY(0%);
    height: 30px;
    max-height: 30px;
  }
}
@keyframes sticky-nav-hidden-shrink-reveal-reverse {
  from {
    transform: translateY(100%);
    height: 30px;
    max-height: 30px;
  }
  to {
    transform: translateY(0%);
    height: 30px;
    max-height: 30px;
  }
}

.platform-components-rich-text.platform-components-rich-text--theme-01 {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 p,
.platform-components-rich-text.platform-components-rich-text--theme-01 h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 b,
.platform-components-rich-text.platform-components-rich-text--theme-01 em {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-box-link {
  color: #464646;
  text-shadow: 0 0 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 0 1.25px 0 #ffffff, 1.25px 1.25px 0 #ffffff, -1.25px 1.25px 0 #ffffff, 0 1.5px 0 #ffffff, 1.5px 1.5px 0 #ffffff, -1.5px 1.5px 0 #ffffff, 0 -1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  background-image: linear-gradient(#e31c3d, #e31c3d);
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-box-link:hover {
  color: #ffffff;
  box-shadow: -4px 0 #464646, 4px 0 #464646;
  background-image: linear-gradient(#464646, #464646);
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a {
  color: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a:hover {
  color: #981b1e;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color em {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote em {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote:after {
  background: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color {
  color: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color em {
  color: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table th {
  background: #464646;
  border-color: #464646;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table th b,
.platform-components-rich-text.platform-components-rich-text--theme-01 table th em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table td {
  background: #ffffff;
  border-color: #dfdfdf;
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 p,
.platform-components-rich-text.platform-components-rich-text--theme-02 h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 b,
.platform-components-rich-text.platform-components-rich-text--theme-02 em {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-box-link {
  color: #464646;
  text-shadow: 0 0 0 #f3f3f4, 1px 0 0 #f3f3f4, -1px 0 0 #f3f3f4, 0 1px 0 #f3f3f4, 1px 1px 0 #f3f3f4, -1px 1px 0 #f3f3f4, 0 1.25px 0 #f3f3f4, 1.25px 1.25px 0 #f3f3f4, -1.25px 1.25px 0 #f3f3f4, 0 1.5px 0 #f3f3f4, 1.5px 1.5px 0 #f3f3f4, -1.5px 1.5px 0 #f3f3f4, 0 -1px 0 #f3f3f4, -1px -1px 0 #f3f3f4, 1px -1px 0 #f3f3f4;
  background-image: linear-gradient(#e31c3d, #e31c3d);
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-box-link:hover {
  color: #f3f3f4;
  box-shadow: -4px 0 #464646, 4px 0 #464646;
  background-image: linear-gradient(#464646, #464646);
}
.platform-components-rich-text.platform-components-rich-text--theme-02 a {
  color: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 a:hover {
  color: #981b1e;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color em {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote em {
  color: #464646;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote:after {
  background: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color {
  color: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color em {
  color: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 table th {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 table td {
  background: #f3f3f4;
  border-color: #dfdfdf;
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 p,
.platform-components-rich-text.platform-components-rich-text--theme-03 h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 b,
.platform-components-rich-text.platform-components-rich-text--theme-03 em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-box-link {
  color: #ffffff;
  text-shadow: 0 0 0 #464646, 1px 0 0 #464646, -1px 0 0 #464646, 0 1px 0 #464646, 1px 1px 0 #464646, -1px 1px 0 #464646, 0 1.25px 0 #464646, 1.25px 1.25px 0 #464646, -1.25px 1.25px 0 #464646, 0 1.5px 0 #464646, 1.5px 1.5px 0 #464646, -1.5px 1.5px 0 #464646, 0 -1px 0 #464646, -1px -1px 0 #464646, 1px -1px 0 #464646;
  background-image: linear-gradient(#bbd8ea, #bbd8ea);
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-box-link:hover {
  color: #464646;
  box-shadow: -4px 0 #ffffff, 4px 0 #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff);
}
.platform-components-rich-text.platform-components-rich-text--theme-03 a {
  color: #bbd8ea;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 a:hover {
  color: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote:after {
  background: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color {
  color: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color em {
  color: #e31c3d;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 table th {
  background: #981b1e;
  border-color: #981b1e;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 table td {
  background: #464646;
  border-color: #222222;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 p,
.platform-components-rich-text.platform-components-rich-text--theme-04 h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 b,
.platform-components-rich-text.platform-components-rich-text--theme-04 em {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-box-link {
  color: unset;
  text-shadow: 0 0 0 unset, 1px 0 0 unset, -1px 0 0 unset, 0 1px 0 unset, 1px 1px 0 unset, -1px 1px 0 unset, 0 1.25px 0 unset, 1.25px 1.25px 0 unset, -1.25px 1.25px 0 unset, 0 1.5px 0 unset, 1.5px 1.5px 0 unset, -1.5px 1.5px 0 unset, 0 -1px 0 unset, -1px -1px 0 unset, 1px -1px 0 unset;
  background-image: linear-gradient(unset, unset);
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-box-link:hover {
  color: unset;
  box-shadow: -4px 0 unset, 4px 0 unset;
  background-image: linear-gradient(unset, unset);
}
.platform-components-rich-text.platform-components-rich-text--theme-04 a {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 a:hover {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color em {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote em {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote:after {
  background: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color em {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 table th {
  background: unset;
  border-color: unset;
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 table td {
  background: unset;
  border-color: unset;
  color: unset;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../digital-platform/clientlibs/global/resources/Roboto-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../digital-platform/clientlibs/global/resources/OpenSans-Regular.ttf');
  font-display: swap;
}
.platform-components-rich-text {
  font-family: 'Gotham';
  font-size: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text {
    font-size: 100%;
  }
}
.platform-components-rich-text h1,
.platform-components-rich-text h2,
.platform-components-rich-text h3,
.platform-components-rich-text h4,
.platform-components-rich-text h5,
.platform-components-rich-text h6 {
  margin-top: 0;
}
.platform-components-rich-text h1 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 3.125rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h1 {
    font-size: 2rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text h2 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.75rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h2 {
    font-size: 1.625rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text h3 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.125rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h3 {
    font-size: 1.125rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text h4 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.875rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h4 {
    font-size: 1rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text h5 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.625rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h5 {
    font-size: 0.875rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text h6 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h6 {
    font-size: 0.875rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text p,
.platform-components-rich-text ul,
.platform-components-rich-text ol,
.platform-components-rich-text li,
.platform-components-rich-text blockquote,
.platform-components-rich-text table,
.platform-components-rich-text td,
.platform-components-rich-text th {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text p,
  .platform-components-rich-text ul,
  .platform-components-rich-text ol,
  .platform-components-rich-text li,
  .platform-components-rich-text blockquote,
  .platform-components-rich-text table,
  .platform-components-rich-text td,
  .platform-components-rich-text th {
    font-size: 0.75rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text b,
.platform-components-rich-text strong,
.platform-components-rich-text th {
  font-family: 'Gotham';
  font-weight: 700;
}
.platform-components-rich-text .overline-1 {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .overline-1 {
    font-size: 1rem;
    margin-bottom: 0.46875rem;
  }
}
.platform-components-rich-text .overline-2 {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .overline-2 {
    font-size: 0.875rem;
    margin-bottom: 0.46875rem;
  }
}
.platform-components-rich-text .subtitle-1 {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .subtitle-1 {
    font-size: 1.875rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text .body-1 {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .body-1 {
    font-size: 0.75rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text .body-2 {
  font-family: unset;
  font-weight: unset;
  line-height: unset;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 0.875rem;
  margin-bottom: unset;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .body-2 {
    font-size: 0.875rem;
    margin-bottom: unset;
  }
}
.platform-components-rich-text .caption {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .caption {
    font-size: 0.625rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text .disclaimer {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .disclaimer {
    font-size: 0.625rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text .pc-quote {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.75rem;
  margin-bottom: 1.09375rem;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .pc-quote {
    font-size: 1.625rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-rich-text .pc-highlight-color {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .pc-highlight-color {
    font-size: 1rem;
    margin-bottom: 0.46875rem;
  }
}
.platform-components-rich-text &gt; *:last-child {
  margin-bottom: 0;
}
.platform-components-rich-text .pc-quote::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  max-width: 300px;
  margin: auto;
  margin-bottom: 35px;
}
.platform-components-rich-text .pc-quote::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  max-width: 300px;
  margin: auto;
  margin-top: 35px;
}
.platform-components-rich-text .pc-box-link {
  text-decoration: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 100% 2.5px;
  -webkit-transition: background-image 1s ease-in;
  transition: background-image 1s ease-in;
  overflow: visible;
}
.platform-components-rich-text .pc-box-link:hover {
  text-shadow: none;
  background-position: 0 90%;
  background-size: 100% 2em;
  transition: color 0.2s ease-in, background-size 0.2s ease-in, box-shadow 0.1s ease-in 0.1s;
}
.platform-components-rich-text .pc-box-link a {
  color: inherit !important;
  text-decoration: unset;
}
.platform-components-rich-text .pc-box-link a:hover {
  color: inherit;
}
.platform-components-rich-text .pc-dropped-capital {
  display: inline-block;
}
.platform-components-rich-text .pc-dropped-capital:first-letter {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: none;
  line-height: .6em;
  float: left;
  margin-right: 18px;
  color: #e31c3d;
}
.platform-components-rich-text table {
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}
.platform-components-rich-text table th {
  padding: 15px;
  border: 1px solid;
  text-align: left;
}
.platform-components-rich-text table td {
  padding: 15px;
  overflow: hidden;
  border: 1px solid;
}
.platform-components-rich-text .platform-components-rich-text__table-wrapper {
  overflow-x: auto;
}

.platform-components-visual-nav {
  margin: auto;
}
.platform-components-visual-nav.transparent {
  background: transparent;
}
.platform-components-visual-nav.transparent .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card {
  background: transparent;
}
.platform-components-visual-nav.transparent .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card {
  background: transparent;
}
.platform-components-visual-nav.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.platform-components-visual-nav.margin-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.platform-components-visual-nav.margin-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.platform-components-visual-nav.margin-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.platform-components-visual-nav:not(.pc-carousel-wrapper) {
  overflow-x: auto;
}
.platform-components-visual-nav .visual-nav-card-main {
  margin: auto;
}
.platform-components-visual-nav .visual-nav-card-main:not(.pc-carousel-container) {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .platform-components-visual-nav .visual-nav-card-main:not(.pc-carousel-container) {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main:not(.pc-carousel-container) {
    flex-wrap: initial;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper {
  display: block;
  text-decoration: none;
  text-transform: none;
  width: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.pc-carousel-item {
  height: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
  flex: 0 0 50%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.button):focus,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.button):active {
  outline: 0px !important;
  text-decoration: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:nth-last-child(1) {
  border-right: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover {
  text-decoration: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card {
  height: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card:hover,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card:focus {
  cursor: pointer;
  outline: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-card-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-card-image img {
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper cite {
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 12px;
  transition: all .2s ease;
  font-style: normal;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper cite:not([class]) {
  line-height: 1.2;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper cite:before {
  content: "";
  position: absolute;
  bottom: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-rollover-image {
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  position: absolute;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-initial-image {
  opacity: 1;
  visibility: visible;
  transition: all .2s ease;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover cite {
  cursor: pointer;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-rollover-image {
  opacity: 1;
  visibility: visible;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-initial-image {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 420px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 580px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: 0 0 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: initial;
  }
}
.platform-components-visual-nav.pc-carousel-wrapper .arrows-track {
  height: 100%;
}
.platform-components-visual-nav.pc-carousel-wrapper[data-indicators-desktop="true"] .arrows-track,
.platform-components-visual-nav.pc-carousel-wrapper[data-indicators-tablet="true"] .arrows-track,
.platform-components-visual-nav.pc-carousel-wrapper[data-indicators-mobile="true"] .arrows-track {
  height: calc(100% - 80px);
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main {
  display: flex;
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main .pc-carousel-item {
  opacity: 0;
  transition: 0.2s ease-in all;
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main.slick-initialized {
  display: block;
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main.slick-initialized .pc-carousel-item {
  opacity: 1;
}
.platform-components-visual-nav * {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-small .pc-badge-image {
  height: 24px;
  width: auto;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-medium .pc-badge-image {
  height: 40px;
  width: auto;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-large .pc-badge-image {
  height: 84px;
  width: auto;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-xlarge .pc-badge-image {
  height: 185px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-small .pc-badge-image {
    height: 24px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-medium .pc-badge-image {
    height: 40px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-large .pc-badge-image {
    height: 84px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-xlarge .pc-badge-image {
    height: 185px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-small .pc-badge-image {
    height: 24px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-medium .pc-badge-image {
    height: 40px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-large .pc-badge-image {
    height: 84px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-xlarge .pc-badge-image {
    height: 185px;
    width: auto;
  }
}
.visualNavigationV2 {
  position: relative;
}
.visualNavigationV2 .visual-nav-copy:hover {
  text-decoration: none;
}
.visualNavigationV2 .withicon.withicon-left {
  flex-direction: row-reverse;
}
.visualNavigationV2 .withicon.withicon-bottom {
  flex-direction: column;
}
.visualNavigationV2 .withicon [class^="icons-"],
.visualNavigationV2 .withicon [class*=" icons-"] {
  font-weight: inherit;
}
.platform-components-visual-nav {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  letter-spacing: 0;
  background: #ffffff;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.platform-components-visual-nav .visual-nav-card-main {
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper {
    border-right: 0 solid #dfdfdf;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.pc-default-pa {
  padding: 5px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.pc-default-pa {
    padding: 10px;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card {
  padding: 0 0;
  background: #f3f3f4;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content {
  top: 0;
  flex-direction: column;
  justify-content: flex-end;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image {
  margin: 25px 0 0;
  width: 45px;
  height: 70px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image {
    width: 85px;
    height: 135px;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite {
  color: #464646;
  width: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite:not([class]) {
  text-transform: uppercase;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite:before {
  background: #e31c3d;
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 1;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active {
  border-color: #dfdfdf;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card {
  background: #f3f3f4;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content {
  top: 0;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite {
  color: #e31c3d;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite:before {
  width: 100%;
  height: 5px;
  left: 0;
  right: 0;
  opacity: 1;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5 .visual-nav-card-main {
    margin: 0.5rem 0.5rem 1.5rem;
  }
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main:not(.pc-carousel-container) {
  max-width: unset;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper {
  flex: 0 0 20%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: auto;
  margin-top: 1.5rem;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper {
    margin-top: 1rem;
    flex: 0 0 50%;
  }
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper:nth-child(n + 11) {
  display: none;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image {
  margin: 0 auto;
  width: 100%;
  height: 90%;
  background-color: #ffffff;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  text-transform: none;
  font-family: "Avenir", sans-serif;
  padding-bottom: 0;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite:before {
  width: 0;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image img {
  transition: 0.4s ease;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image img {
    width: 80%;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-image img {
  transition: 0.4s ease;
  width: 80%;
  margin-bottom: 16%;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-image img {
    transition: none;
    width: 80%;
    margin-bottom: unset;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-links {
  z-index: 0;
  bottom: 5%;
  transition: 0.4s ease;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-links {
    transition: unset;
    margin-bottom: 0.4375rem;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite {
  color: #2e2e2e;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image__wrapper {
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links {
  display: flex;
  z-index: -1;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3125rem;
  justify-content: center;
  width: 100%;
  text-align: center;
  transition: 0.4s ease;
  position: absolute;
  bottom: -20%;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links {
    z-index: 0;
    position: relative;
    margin-bottom: 0.4375rem;
    font-size: 0.625rem;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links .visual-nav-card-link {
  flex-basis: 50%;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links .visual-nav-card-link:hover {
  color: #a00a1d;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links .visual-nav-card-link.shop-all {
  border-left: 0.0625rem solid #e2e2e5;
}
.platform-components-visual-nav.theme-03 .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite {
  color: #ffffff;
}
.platform-components-visual-nav.theme-03 .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite,
.platform-components-visual-nav.theme-03 .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite,
.platform-components-visual-nav.theme-03 .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite {
  color: #e31c3d;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.platform-components-video__js-modal-video {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.platform-components-video__js-modal-video img {
  width: 100%;
}
.modal-video-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.9);
  z-index: 1000000;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.platform-components-video__modal-close {
  opacity: 0;
}
.platform-components-video__modal-close .platform-components-video__modal-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.platform-components-video__modal-body {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform-components-video__modal-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__modal-inner {
    padding: 40px;
  }
}
.platform-components-video__modal-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn {
  outline: none !important;
  position: absolute;
  font-family: 'whirlpool-icons';
  content: '\e92d';
  font-size: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: none;
  height: 5rem;
  width: 5rem;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn:hover {
  color: #981b1e;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn.video-playing {
  display: none;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn .icons-video-play {
  pointer-events: none;
}
.platform-components-video__modal-movie-wrap iframe,
.platform-components-video__modal-movie-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.platform-components-video__modal-close-btn {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__modal-close-btn {
    width: 40px;
    height: 40px;
    right: -40px;
  }
}
.platform-components-video__modal-close-btn .icons-close {
  font-size: 50px;
  color: #464646;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__modal-close-btn .icons-close {
    font-size: 40px;
  }
}
.platform-components-video__modal-close-btn:hover {
  background-color: transparent;
}
.platform-components-video__modal-close-btn:hover .icons-close {
  color: #ffffff;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn {
  font-family: 'amana-icons';
}

.platform-components-video__container {
  width: 100%;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.platform-components-video__container iframe {
  width: inherit;
}
.platform-components-video__container video {
  width: 100%;
  height: inherit;
  background-color: #000000;
}
.platform-components-video__container video::-webkit-media-controls-overlay-play-button {
  opacity: 0;
}
.platform-components-video__container:hover .platform-components-video__play-btn.video-playing + video::-webkit-media-controls-overlay-play-button {
  opacity: 1;
}
.platform-components-video__button {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: block;
  text-decoration: none;
  height: auto !important;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-video__button:hover,
.platform-components-video__button:active,
.platform-components-video__button:focus {
  text-decoration: none;
  padding: 15px 30px;
}
.platform-components-video__button--primary {
  background-color: #e31c3d;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-video__button--primary:hover,
.platform-components-video__button--primary:active,
.platform-components-video__button--primary:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-video__button--secondary {
  background-color: transparent;
  color: #e31c3d;
  box-shadow: inset 0 0 0 2px #e31c3d;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-video__button--secondary:hover,
.platform-components-video__button--secondary:active,
.platform-components-video__button--secondary:focus {
  background-color: #981b1e;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #981b1e;
}
.platform-components-video__button--tertiary {
  background-color: unset;
  padding: 15px 0;
  color: #e31c3d;
  transition: color 200ms ease-out;
}
.platform-components-video__button--tertiary:hover,
.platform-components-video__button--tertiary:active,
.platform-components-video__button--tertiary:focus {
  color: #981b1e;
}
.platform-components-video__button--tertiary:hover,
.platform-components-video__button--tertiary:active,
.platform-components-video__button--tertiary:focus {
  background-color: unset;
  padding: 15px 0;
}
.platform-components-video__button.withicon {
  display: flex;
  align-items: center;
}
.platform-components-video__button.withicon-position--left .button-text {
  order: 2;
}
.platform-components-video__button.withicon-position--left .button-icon {
  order: 1;
  margin-right: 10px;
}
.platform-components-video__button.withicon-position--right .button-text {
  order: 1;
}
.platform-components-video__button.withicon-position--right .button-icon {
  order: 2;
  margin-left: 10px;
}
.platform-components-video__button.withicon-position--top,
.platform-components-video__button.withicon-position--bottom {
  flex-direction: column;
}
.platform-components-video__button.withicon-position--bottom .button-text {
  order: 1;
}
.platform-components-video__button.withicon-position--bottom .button-icon {
  order: 2;
}
.platform-components-video__button .button-icon {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__button .button-icon {
    font-size: 1.5rem;
  }
}
.platform-components-video__play-btn {
  outline: none !important;
  position: absolute;
  font-size: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: none !important;
  height: 5rem;
  width: 5rem;
}
.platform-components-video__play-btn .icons-video-play {
  pointer-events: none;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-video__play-btn:hover .icons-video-play {
  color: #981b1e;
}
.platform-components-video__play-btn.video-playing {
  display: none;
}
.platform-components-video__youtube-container {
  background-color: #000000;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.platform-components-video__youtube-container .js-youtube-video-v2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.platform-components-video__js-modal-video img {
  width: 100%;
  height: inherit;
}
.platform-components-video__js-modal-customSize img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-video__js-youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.platform-components-video__image-play-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 5rem;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
  background: none !important;
  outline: none !important;
  border: none !important;
}
.platform-components-video__image-play-icon:hover {
  color: #981b1e;
  background: none !important;
  outline: none !important;
  border: none !important;
}
.platform-components-container .video.baseComponent {
  width: 100%;
  height: 100%;
  position: relative;
}
.platform-components-container .video.baseComponent .platform-components-video {
  height: 100%;
}
.platform-components-container .video.baseComponent .platform-components-video .platform-components-video__container {
  height: 100%;
}
.platform-components-container .video.baseComponent .platform-components-video .platform-components-video__container video {
  object-fit: cover;
}
.video.baseComponent.aem-GridColumn,
.platform-components-container .video.baseComponent {
  margin: 0;
}
.platform-components-video__button {
  font-family: 'Gotham' !important;
}
.platform-components-video__button .button-icon {
  position: relative;
  bottom: 1.2px;
}

.pc-vis-tabs {
  position: relative;
}
.pc-vis-tabs .cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.pc-vis-tabs .cmp-tabs__tab {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  height: inherit;
  outline: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border: transparent;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.pc-vis-tabs .cmp-tabs__tab .tab-image {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.pc-vis-tabs .cmp-tabs__tab .tab-image picture {
  width: 100%;
  height: 100%;
}
.pc-vis-tabs .cmp-tabs__tab .tab-image img {
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pc-vis-tabs .cmp-tabs__tab .tab-rollover-image,
.pc-vis-tabs .cmp-tabs__tab .tab-active-image {
  display: none;
}
.pc-vis-tabs .cmp-tabs__tab.flex-column .tab-image {
  margin-bottom: 10px;
}
.pc-vis-tabs .cmp-tabs__tab.flex-row .tab-image {
  margin-right: 5px;
}
.pc-vis-tabs .cmp-tabs__tab:hover {
  background: transparent !important;
  outline: 0 !important;
}
.pc-vis-tabs .cmp-tabs__tab:hover .tab-initial-image,
.pc-vis-tabs .cmp-tabs__tab:hover .tab-active-image {
  display: none;
}
.pc-vis-tabs .cmp-tabs__tab:not(.cmp-tabs__tab--active):hover .tab-rollover-image {
  display: block;
}
.pc-vis-tabs .cmp-tabs__tab:focus {
  outline: 0 !important;
}
.pc-vis-tabs .cmp-tabs__tab:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.pc-vis-tabs .cmp-tabs__tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
.pc-vis-tabs .cmp-tabs__tab--active:focus {
  outline: 0 !important;
}
.pc-vis-tabs .cmp-tabs__tabpanel {
  display: none;
  outline: none;
}
.pc-vis-tabs .cmp-tabs__tabpanel--active {
  display: block;
}
@media (min-width: 768px) {
  .pc-vis-tabs .stack-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-vis-tabs .cmp-tabs__tablist.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-vis-tabs .cmp-tabs__tabpanel.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-vis-tabs .cmp-tabs__tabpanel.mobile-show {
    display: block;
  }
}
.aem-AuthorLayer-Edit .pc-vis-tabs .stack-container,
.aem-AuthorLayer-Layouting .pc-vis-tabs .stack-container,
.aem-AuthorLayer-Developer .pc-vis-tabs .stack-container,
.aem-AuthorLayer-Timewarp .pc-vis-tabs .stack-container {
  display: block!important;
}
.aem-AuthorLayer-Edit .pc-vis-tabs .stack-container p,
.aem-AuthorLayer-Layouting .pc-vis-tabs .stack-container p,
.aem-AuthorLayer-Developer .pc-vis-tabs .stack-container p,
.aem-AuthorLayer-Timewarp .pc-vis-tabs .stack-container p {
  border: 1px solid #000;
  display: inline-block;
  font-weight: 800;
  padding: 5px 20px;
  background: #f1f1f1;
}
.pc-vis-tabs .cmp-tabs__tab {
  font-family: 'Gotham';
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #464646;
  padding: 15px 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .pc-vis-tabs .cmp-tabs__tab {
    font-size: 1rem;
  }
}
.pc-vis-tabs .cmp-tabs__tab:before {
  bottom: 0;
  height: 0;
  background-color: #dfdfdf;
}
.pc-vis-tabs .cmp-tabs__tab:after {
  height: 0;
  left: 0;
  right: 0;
  background-color: #e31c3d;
  opacity: 0;
}
.pc-vis-tabs .cmp-tabs__tab:hover {
  color: #981b1e;
}
.pc-vis-tabs .cmp-tabs__tab:hover:before {
  background-color: #dfdfdf;
}
.pc-vis-tabs .cmp-tabs__tab:hover:after {
  background-color: #981b1e;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.pc-vis-tabs .cmp-tabs__tab--active {
  color: #e31c3d;
}
.pc-vis-tabs .cmp-tabs__tab--active:before {
  background-color: #dfdfdf;
}
.pc-vis-tabs .cmp-tabs__tab--active:after {
  background-color: #e31c3d;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.pc-vis-tabs .cmp-tabs__tab--active:hover {
  color: #e31c3d;
}
.pc-vis-tabs .cmp-tabs__tab--active:hover:after {
  background-color: #e31c3d;
}
.pc-vis-tabs .cmp-tabs__tab--active:hover .tab-active-image {
  display: block;
}
.pc-vis-tabs .cmp-tabs__tab--active .tab-rollover-image,
.pc-vis-tabs .cmp-tabs__tab--active .tab-initial-image {
  display: none;
}
.pc-vis-tabs .cmp-tabs__tab--active .tab-active-image {
  display: block;
}

.platform-components-tabs .cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.platform-components-tabs .cmp-tabs__tab {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  height: inherit;
  outline: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border: transparent;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.platform-components-tabs .cmp-tabs__tab:hover {
  background: transparent !important;
  outline: 0 !important;
}
.platform-components-tabs .cmp-tabs__tab:focus {
  outline: 0 !important;
}
.platform-components-tabs .cmp-tabs__tab:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.platform-components-tabs .cmp-tabs__tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
.platform-components-tabs .cmp-tabs__tab--active:focus {
  outline: 0 !important;
}
.platform-components-tabs .cmp-tabs__tabpanel {
  display: none;
  outline: none;
}
.platform-components-tabs .cmp-tabs__tabpanel--active {
  display: block;
}
@media (max-width: 767px) {
  .platform-components-tabs .cmp-tabs__tabpanel.show-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .platform-components-tabs .stack-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-tabs .cmp-tabs__tablist.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-tabs .cmp-tabs__tabpanel.hide-mobile {
    display: none;
  }
}
.platform-components-tabs .cmp-tabs__tab {
  font-family: 'Gotham';
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #464646;
  padding: 15px 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .platform-components-tabs .cmp-tabs__tab {
    font-size: 1rem;
  }
}
.platform-components-tabs .cmp-tabs__tab:before {
  bottom: 0;
  height: 0;
  background-color: #dfdfdf;
}
.platform-components-tabs .cmp-tabs__tab:after {
  height: 0;
  left: 0;
  right: 0;
  background-color: #e31c3d;
  opacity: 0;
}
.platform-components-tabs .cmp-tabs__tab:hover,
.platform-components-tabs .cmp-tabs__tab:focus {
  color: #981b1e;
}
.platform-components-tabs .cmp-tabs__tab:hover:before,
.platform-components-tabs .cmp-tabs__tab:focus:before {
  background-color: #dfdfdf;
}
.platform-components-tabs .cmp-tabs__tab:hover:after,
.platform-components-tabs .cmp-tabs__tab:focus:after {
  background-color: #981b1e;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.platform-components-tabs .cmp-tabs__tab--active {
  color: #e31c3d;
}
.platform-components-tabs .cmp-tabs__tab--active:before {
  background-color: #dfdfdf;
}
.platform-components-tabs .cmp-tabs__tab--active:after {
  background-color: #e31c3d;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.platform-components-tabs .cmp-tabs__tab--active:hover,
.platform-components-tabs .cmp-tabs__tab--active:focus {
  color: #e31c3d;
}
.platform-components-tabs .cmp-tabs__tab--active:hover:after,
.platform-components-tabs .cmp-tabs__tab--active:focus:after {
  background-color: #e31c3d;
}

.socialShare {
  position: relative;
  z-index: 5;
}
.dpc-social-share a {
  position: relative;
  outline: none !important;
  transition: 0.2s all ease-out;
  left: 0;
}
.dpc-social-share a svg path {
  transition: 0.2s all ease-out;
}
.dpc-social-share a svg path[fill="black"] {
  fill: currentColor;
}
.dpc-social-share:not(.dpc-social-fixed) a {
  margin-right: 10px;
}
.dpc-social-share:not(.dpc-social-fixed) a svg {
  width: 31px;
  height: 31px !important;
}
.dpc-social-share.dpc-social-fixed {
  position: absolute;
  left: 20px;
  top: 30px;
}
.dpc-social-share.dpc-social-fixed a {
  margin-bottom: 10px;
}
.dpc-social-share.dpc-social-fixed a svg {
  width: 48px;
  height: 48px !important;
}
.dpc-social-share.dpc-social-fixed a svg path[fill="black"] {
  opacity: .35;
}
.dpc-social-share.dpc-social-fixed a:hover svg path[fill="black"] {
  opacity: 1;
}
.dpc-social-move {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .dpc-social-move {
    display: block;
  }
}
.dpc-social-move.dpc-locked {
  position: fixed!important;
}
.dpc-social-move.dpc-locked a:nth-child(2) {
  transition-delay: 0.05s;
}
.dpc-social-move.dpc-locked a:nth-child(3) {
  transition-delay: 0.1s;
}
.dpc-social-move.dpc-locked a:nth-child(4) {
  transition-delay: 0.15s;
}
.dpc-social-move.dpc-locked.dpc-hide a {
  left: -65px;
}

#sign_custom_circle {
    position: fixed;
    visibility: visible;
    cursor: pointer;
    padding: 0;
    margin: 0;
    right: -1px;
    height: 134px;
    width: 39px;
    background: #fff;
    z-index: 10;
    top: 65%;
    display: none;
    transition: all 0.5s ease 0s;
    border: 1px solid #464646;
    }
#sign_custom_circle.sign_show {
     display: none;
     top: 65%;
}
#sign_custom_circle .sign_custom_dismiss {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 15px;
    width: 15px;
}
#sign_mail_img {
     position: absolute;
     max-width: 100%;
}
#sign_x_img {
	max-width: 100%;
    width: max-content;
}
#sign_custom_circle .sign_up_heading {
    transform: rotate(-90deg);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    margin: 0 auto;
    position: relative;
    right: 21px;
    top: 57px;
    color: #464646;
    text-transform: none;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 16px;
    font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
}
#sign_custom_circle .sign_up_mail {
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 15px;
    width: 15px;
}
#sign_x_mail {
    position: relative;
    top: 6.8rem;
    transform: rotate(-90deg);
}

.platform-components-progress-bar #platform-components-post-progress-bar {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--hide-mobile {
    display: none;
    visibility: hidden;
  }
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-top.fixed {
  position: fixed;
  top: 0;
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-bottom {
  position: fixed;
  bottom: 0;
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-bottom.fixed {
  position: fixed;
  bottom: 0;
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-offset {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  will-change: opacity, visibility;
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-offset.fixed-offset-top.fixed {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  height: 10px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-offset.fixed-offset-top.fixed {
    top: 50px;
  }
}
.platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-offset.fixed-offset-bottom.fixed {
  position: fixed;
  left: 0;
  bottom: 70px;
  width: 100%;
  height: 10px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .platform-components-progress-bar #platform-components-post-progress-bar.platform-components-post-progress-bar--fixed-offset.fixed-offset-bottom.fixed {
    bottom: 50px;
  }
}
.platform-components-progress-bar #platform-components-post-progress-bar__indicator {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
}
.platform-components-progress-bar.theme-01 #platform-components-post-progress-bar {
  background-color: #464646;
}
.platform-components-progress-bar.theme-01 #platform-components-post-progress-bar__indicator {
  background-color: #ffffff;
}
.platform-components-progress-bar.theme-02 #platform-components-post-progress-bar {
  background-color: #464646;
}
.platform-components-progress-bar.theme-02 #platform-components-post-progress-bar__indicator {
  background-color: #f3f3f4;
}
.platform-components-progress-bar.theme-03 #platform-components-post-progress-bar {
  background-color: #ffffff;
}
.platform-components-progress-bar.theme-03 #platform-components-post-progress-bar__indicator {
  background-color: #464646;
}
.platform-components-progress-bar.theme-04 #platform-components-post-progress-bar {
  background-color: unset;
}
.platform-components-progress-bar.theme-04 #platform-components-post-progress-bar__indicator {
  background-color: unset;
}

.platform-components-product-card {
  height: 100%;
  padding: 20px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: none;
  margin: 0;
}
.platform-components-product-card .pc-icon-plus {
  margin-right: 5px;
  font-weight: normal;
}
.platform-components-product-card__title {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__title {
    font-size: 1rem;
  }
}
.platform-components-product-card__title .product-link {
  text-decoration: none;
}
.platform-components-product-card .ribbon {
  position: absolute;
  top: 0;
  padding: 5px 30px;
  margin-left: -21px;
  font-weight: 600;
  font-size: 21px;
}
.platform-components-product-card .ribbon-holder {
  margin-bottom: 30px;
}
.platform-components-product-card .compare-container {
  display: flex;
  justify-content: right;
}
.platform-components-product-card .compare-container .add-to-compare {
  cursor: pointer;
}
.platform-components-product-card__swatches {
  display: flex;
  padding: 1rem 0;
}
.platform-components-product-card__swatches .color-select {
  position: relative;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 #000000;
  margin-right: 8px;
  outline: none;
  transition: all 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip {
  position: absolute;
  bottom: 39px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
  font-family: 'Gotham';
  background: #000000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: initial;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  min-width: 50px;
  max-width: 150px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  left: 9px;
  right: 0;
  bottom: -6px;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .color-padding {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 0 1px #fff;
}
.platform-components-product-card__swatches .color-select .color-padding span {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: -2px;
  top: -2px;
}
.platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #666;
}
.platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #444;
}
.platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #000;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #e31c3d;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] {
  box-shadow: none;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select:hover .tool-tip {
  opacity: 1;
  visibility: visible;
}
.platform-components-product-card__swatches .color-select:focus {
  outline: 1px solid #000000 !important;
}
.platform-components-product-card__model-info-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.platform-components-product-card__sku {
  font-family: 'Gotham';
  font-weight: bold;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
}
.platform-components-product-card__sku.pc-padding-left {
  padding-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__sku {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__rating .reviews-link {
  text-decoration: none;
  font-size: 13px!important;
}
.platform-components-product-card__rating .stars-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  padding-right: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.platform-components-product-card__rating .stars-wrapper .product-stars {
  display: inline-block;
  position: relative;
  font-family: 'BVCustom', 'times new roman' !important;
  font-size: 13px!important;
  margin-bottom: 4px;
}
.platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.platform-components-product-card__rating .stars-wrapper .model-rating,
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding: 0 0 0 5px;
  font-size: 10px!important;
  font-family: Open Sans !important;
  text-transform: uppercase!important;
  font-weight: normal!important;
  font-style: normal!important;
  text-decoration: none!important;
  line-height: 19.5px!important;
}
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding-left: 5px;
}
.platform-components-product-card__description {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__description {
    font-size: 1rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-product-card__disclaimer {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 4px;
  margin-bottom: 0px;
  margin-left: 1px;
  font-size: 10px;
  font-family: 'Gotham';
  top: -0.5em;
  font-size: 0.75rem;
  font-weight: 700;
  transition: 200ms ease-in-out;
  border: 0.78px solid #000;
  color: #000;
}
.platform-components-product-card__disclaimer[data-tooltip]:before {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  margin-right: 5px;
  padding: 5px;
  width: 100px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.75rem;
  font-family: 'Gotham';
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
  transition: 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer[data-tooltip]:after {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}
.platform-components-product-card__disclaimer:hover[data-tooltip]:before,
.platform-components-product-card__disclaimer:hover[data-tooltip]:after {
  visibility: visible;
  opacity: 1;
}
.platform-components-product-card__features {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 100%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__features {
    font-size: 1rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-product-card__features ul.dynamic-features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.platform-components-product-card__features ul.dynamic-features li {
  margin-bottom: 0.5rem;
}
.platform-components-product-card__meta-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.platform-components-product-card__price {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__price-sale {
  font-family: 'Gotham';
  font-weight: bold;
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price-sale {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__stock {
  font-family: 'Gotham';
  font-weight: bold;
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__stock {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Gotham';
  font-weight: bold;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__delivery {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery [class^="icons-"],
.platform-components-product-card__delivery [class*=" icons-"] {
  font-size: 1rem;
}
.platform-components-product-card__button-container {
  margin-top: 1.5rem;
}
.platform-components-product-card__button {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
}
.platform-components-product-card__button:hover,
.platform-components-product-card__button:active,
.platform-components-product-card__button:focus {
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-product-card__button.button--loader-pc {
  text-align: center;
}
.platform-components-product-card__button.button--loader-pc:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: .25em solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderRotate;
  animation: 1s linear infinite loaderRotate;
}
.platform-components-product-card__button.button--loader-pc &gt; .button__text {
  opacity: 0;
}
.platform-components-product-card__button--primary {
  background-color: #e31c3d;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-product-card__button--primary:hover,
.platform-components-product-card__button--primary:active,
.platform-components-product-card__button--primary:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-product-card__button--primary:focus {
  background-color: #981b1e;
  color: #ffffff;
}
@media (min-width: 768px) {
  .platform-components-product-card__button {
    font-size: 1rem;
  }
}
.platform-components-product-card__flex-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 30%;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button {
    margin-right: calc(10px);
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button--wtb {
    padding: 15px 30px;
    margin-right: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container .add-to-package-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-left {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 40%;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button {
    margin-right: calc(10px);
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button--wtb {
    padding: 15px 30px;
    margin-right: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-left {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__mobile-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-left {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
}
.platform-components-product-card .platform-components-product-card__content-container {
  width: 100%;
}
.platform-components-product-card .pc-card-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.platform-components-product-card .pc-card-hidden {
  display: none;
}
.platform-components-product-card .where-to-buy-continer {
  margin-top: 10px;
}
.pc__disclaimer-modal-content {
  position: fixed;
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  width: 100%;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  bottom: 15px;
  left: 50%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
}
.pc__disclaimer-modal-content .disclaimer-modal-header {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: 'Gotham';
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.pc__disclaimer-modal-content .icons-close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
.pc__disclaimer-modal-content .icons-close:hover {
  cursor: pointer;
}
.pc-cart-modal__content {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
  z-index: 10001;
}
.pc-cart-modal__content.pc-success-state {
  border-color: #2e8540;
}
.pc-cart-modal__content.pc-alert-state {
  border-color: #c80a33;
}
.pc-cart-modal__content .pc-cart-modal__icon {
  margin-right: 1rem;
  font-size: 1.375rem;
}
.pc-cart-modal__content .pc-cart-modal__icon .pc-success {
  color: #2e8540;
}
.pc-cart-modal__content .pc-cart-modal__icon .pc-alert {
  color: #c80a33;
}
.pc-cart-modal__content .pc-cart-modal__content-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 30px 20px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
  font-size: 0.75rem;
}
.pc-cart-modal__content .pc-cart-modal__content-header p,
.pc-cart-modal__content .pc-cart-modal__content-header h6 {
  margin: 0;
}
.pc-cart-modal__content .icons-close {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: 700;
  top: 5px;
  right: 5px;
  position: absolute;
}
.pc-cart-modal__content .icons-close:hover {
  cursor: pointer;
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 15px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loaderRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.platform-components-product-card {
  border-width: 1px;
}
.platform-components-product-card__title {
  font-size: 22px;
}
.platform-components-product-card .ribbon {
  background-color: #e31c3d;
  color: #ffffff;
  border-radius: none 0px 20px 0px;
}
.platform-components-product-card__swatches .color-select .tool-tip {
  border-radius: 0;
  z-index: 100;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] .color-padding:after {
  background-color: #c80a33;
}
.platform-components-product-card__model-info-container {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.platform-components-product-card__sku {
  font-size: 0.75rem;
}
.platform-components-product-card__rating .stars-wrapper .model-rating,
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  font-family: 'Gotham' !important;
}
.platform-components-product-card__description {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__description {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__features {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__features {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__price {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__price-sale {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price-sale {
    font-size: 0.625rem;
  }
}
.platform-components-product-card__stock {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__stock {
    font-size: 0.625rem;
  }
}
.platform-components-product-card__delivery {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__delivery {
    font-size: 0.625rem;
  }
}
.platform-components-product-card__button {
  font-size: 0.875rem;
  transition: 200ms ease-in-out;
}
.platform-components-product-card__button--wtb {
  padding: 15px 0;
}
.platform-components-product-card__button--wtb:hover,
.platform-components-product-card__button--wtb:active,
.platform-components-product-card__button--wtb:focus {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .platform-components-product-card__button {
    font-size: 0.875rem;
  }
}

.platform-components-product-card {
  height: 100%;
  padding: 20px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: none;
  margin: 0;
}
.platform-components-product-card .pc-icon-plus {
  margin-right: 5px;
  font-weight: normal;
}
.platform-components-product-card__title {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__title {
    font-size: 1rem;
  }
}
.platform-components-product-card__title .product-link {
  text-decoration: none;
}
.platform-components-product-card .ribbon {
  position: absolute;
  top: 0;
  padding: 5px 30px;
  margin-left: -21px;
  font-weight: 600;
  font-size: 21px;
}
.platform-components-product-card .ribbon-holder {
  margin-bottom: 30px;
}
.platform-components-product-card .compare-container {
  display: flex;
  justify-content: right;
}
.platform-components-product-card .compare-container .add-to-compare {
  cursor: pointer;
}
.platform-components-product-card__swatches {
  display: flex;
  padding: 1rem 0;
}
.platform-components-product-card__swatches .color-select {
  position: relative;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 #000000;
  margin-right: 8px;
  outline: none;
  transition: all 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip {
  position: absolute;
  bottom: 39px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
  font-family: 'Gotham';
  background: #000000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: initial;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  min-width: 50px;
  max-width: 150px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  left: 9px;
  right: 0;
  bottom: -6px;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .color-padding {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 0 1px #fff;
}
.platform-components-product-card__swatches .color-select .color-padding span {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: -2px;
  top: -2px;
}
.platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #666;
}
.platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #444;
}
.platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #000;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #e31c3d;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] {
  box-shadow: none;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select:hover .tool-tip {
  opacity: 1;
  visibility: visible;
}
.platform-components-product-card__swatches .color-select:focus {
  outline: 1px solid #000000 !important;
}
.platform-components-product-card__model-info-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.platform-components-product-card__sku {
  font-family: 'Gotham';
  font-weight: bold;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
}
.platform-components-product-card__sku.pc-padding-left {
  padding-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__sku {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__rating .reviews-link {
  text-decoration: none;
  font-size: 13px!important;
}
.platform-components-product-card__rating .stars-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  padding-right: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.platform-components-product-card__rating .stars-wrapper .product-stars {
  display: inline-block;
  position: relative;
  font-family: 'BVCustom', 'times new roman' !important;
  font-size: 13px!important;
  margin-bottom: 4px;
}
.platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.platform-components-product-card__rating .stars-wrapper .model-rating,
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding: 0 0 0 5px;
  font-size: 10px!important;
  font-family: Open Sans !important;
  text-transform: uppercase!important;
  font-weight: normal!important;
  font-style: normal!important;
  text-decoration: none!important;
  line-height: 19.5px!important;
}
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding-left: 5px;
}
.platform-components-product-card__description {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__description {
    font-size: 1rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-product-card__disclaimer {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 4px;
  margin-bottom: 0px;
  margin-left: 1px;
  font-size: 10px;
  font-family: 'Gotham';
  top: -0.5em;
  font-size: 0.75rem;
  font-weight: 700;
  transition: 200ms ease-in-out;
  border: 0.78px solid #000;
  color: #000;
}
.platform-components-product-card__disclaimer[data-tooltip]:before {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  margin-right: 5px;
  padding: 5px;
  width: 100px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.75rem;
  font-family: 'Gotham';
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
  transition: 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer[data-tooltip]:after {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}
.platform-components-product-card__disclaimer:hover[data-tooltip]:before,
.platform-components-product-card__disclaimer:hover[data-tooltip]:after {
  visibility: visible;
  opacity: 1;
}
.platform-components-product-card__features {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 100%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__features {
    font-size: 1rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-product-card__features ul.dynamic-features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.platform-components-product-card__features ul.dynamic-features li {
  margin-bottom: 0.5rem;
}
.platform-components-product-card__meta-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.platform-components-product-card__price {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__price-sale {
  font-family: 'Gotham';
  font-weight: bold;
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price-sale {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__stock {
  font-family: 'Gotham';
  font-weight: bold;
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__stock {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Gotham';
  font-weight: bold;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__delivery {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery [class^="icons-"],
.platform-components-product-card__delivery [class*=" icons-"] {
  font-size: 1rem;
}
.platform-components-product-card__button-container {
  margin-top: 1.5rem;
}
.platform-components-product-card__button {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
}
.platform-components-product-card__button:hover,
.platform-components-product-card__button:active,
.platform-components-product-card__button:focus {
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-product-card__button.button--loader-pc {
  text-align: center;
}
.platform-components-product-card__button.button--loader-pc:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: .25em solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderRotate;
  animation: 1s linear infinite loaderRotate;
}
.platform-components-product-card__button.button--loader-pc &gt; .button__text {
  opacity: 0;
}
.platform-components-product-card__button--primary {
  background-color: #e31c3d;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-product-card__button--primary:hover,
.platform-components-product-card__button--primary:active,
.platform-components-product-card__button--primary:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-product-card__button--primary:focus {
  background-color: #981b1e;
  color: #ffffff;
}
@media (min-width: 768px) {
  .platform-components-product-card__button {
    font-size: 1rem;
  }
}
.platform-components-product-card__flex-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 30%;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button {
    margin-right: calc(10px);
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button--wtb {
    padding: 15px 30px;
    margin-right: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container .add-to-package-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-left {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 40%;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button {
    margin-right: calc(10px);
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button--wtb {
    padding: 15px 30px;
    margin-right: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-left {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__mobile-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-left {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
}
.platform-components-product-card .platform-components-product-card__content-container {
  width: 100%;
}
.platform-components-product-card .pc-card-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.platform-components-product-card .pc-card-hidden {
  display: none;
}
.platform-components-product-card .where-to-buy-continer {
  margin-top: 10px;
}
.pc__disclaimer-modal-content {
  position: fixed;
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  width: 100%;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  bottom: 15px;
  left: 50%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
}
.pc__disclaimer-modal-content .disclaimer-modal-header {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: 'Gotham';
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.pc__disclaimer-modal-content .icons-close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
.pc__disclaimer-modal-content .icons-close:hover {
  cursor: pointer;
}
.pc-cart-modal__content {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
  z-index: 10001;
}
.pc-cart-modal__content.pc-success-state {
  border-color: #2e8540;
}
.pc-cart-modal__content.pc-alert-state {
  border-color: #c80a33;
}
.pc-cart-modal__content .pc-cart-modal__icon {
  margin-right: 1rem;
  font-size: 1.375rem;
}
.pc-cart-modal__content .pc-cart-modal__icon .pc-success {
  color: #2e8540;
}
.pc-cart-modal__content .pc-cart-modal__icon .pc-alert {
  color: #c80a33;
}
.pc-cart-modal__content .pc-cart-modal__content-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 30px 20px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
  font-size: 0.75rem;
}
.pc-cart-modal__content .pc-cart-modal__content-header p,
.pc-cart-modal__content .pc-cart-modal__content-header h6 {
  margin: 0;
}
.pc-cart-modal__content .icons-close {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: 700;
  top: 5px;
  right: 5px;
  position: absolute;
}
.pc-cart-modal__content .icons-close:hover {
  cursor: pointer;
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 15px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loaderRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.platform-components-product-card {
  height: 100%;
  border-width: 1px;
  border-style: solid;
  margin: 0;
}
.platform-components-product-card .platform-components-product-card__details-container {
  user-select: text;
}
.platform-components-product-card .pc-carousel-additional-button,
.platform-components-product-card .add-to-package-cta {
  cursor: pointer;
}
.platform-components-product-card .pc-flyout-hide-sku-num {
  display: none !important;
}
.platform-components-product-card .pc-file-reference {
  display: none !important;
}
.platform-components-product-card__title {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__title {
    font-size: 1rem;
  }
}
.platform-components-product-card__title .product-link {
  text-decoration: none;
}
.platform-components-product-card__swatches {
  display: flex;
  padding: 1rem 0;
}
.platform-components-product-card__swatches .color-select {
  position: relative;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 0 0 0 #000000;
  margin-right: 8px;
  outline: none;
  transition: all 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip {
  position: absolute;
  bottom: 39px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
  background: #000000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: initial;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  min-width: 50px;
  max-width: 150px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .tool-tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  left: 9px;
  right: 0;
  bottom: -6px;
  transition: opacity 0.25s ease-in-out;
}
.platform-components-product-card__swatches .color-select .color-padding {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 1px #fff;
}
.platform-components-product-card__swatches .color-select .color-padding span {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: -2px;
  top: -2px;
}
.platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #666;
}
.platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #444;
}
.platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #000;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] {
  box-shadow: none;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] span {
  opacity: .2;
}
.platform-components-product-card__swatches .color-select.active[data-stock="outOfStock"] .color-padding:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 150%;
  top: -25%;
  left: 50%;
  background-color: red;
  transform: rotate(45deg) translateX(-50%);
}
.platform-components-product-card__swatches .color-select:hover .tool-tip {
  opacity: 1;
  visibility: visible;
}
.platform-components-product-card__model-info-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.platform-components-product-card__sku {
  line-height: 1;
  font-size: 0.75rem;
  flex: 1;
}
.platform-components-product-card__sku.pc-padding-left {
  padding-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__sku {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__rating .reviews-link {
  text-decoration: none;
  font-size: 13px!important;
}
.platform-components-product-card__rating .stars-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  padding-right: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.platform-components-product-card__rating .stars-wrapper .product-stars {
  display: inline-block;
  position: relative;
  font-family: 'BVCustom', 'times new roman' !important;
  font-size: 13px!important;
  margin-bottom: 4px;
  overflow: hidden;
}
.platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.platform-components-product-card__rating .stars-wrapper .model-rating,
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding: 0 0 0 5px;
  font-size: 10px!important;
  text-transform: uppercase!important;
  font-weight: normal!important;
  font-style: normal!important;
  text-decoration: none!important;
  line-height: 19.5px!important;
}
.platform-components-product-card__rating .stars-wrapper .model-reviews {
  padding-left: 5px;
}
.platform-components-product-card__description {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__description {
    font-size: 1rem;
  }
}
.platform-components-product-card__disclaimer {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 4px;
  margin-bottom: 0px;
  margin-left: 1px;
  font-size: 10px;
  top: -0.5em;
  font-size: 0.75rem;
  font-weight: 700;
  border: 0.78px solid #000;
  color: #000;
}
.platform-components-product-card__disclaimer[data-tooltip]:before {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  margin-right: 5px;
  padding: 5px;
  width: 100px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer[data-tooltip]:after {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
}
.platform-components-product-card__disclaimer:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}
.platform-components-product-card__disclaimer:hover[data-tooltip]:before,
.platform-components-product-card__disclaimer:hover[data-tooltip]:after {
  visibility: visible;
  opacity: 1;
}
.platform-components-product-card__features {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__features {
    font-size: 1rem;
  }
}
.platform-components-product-card__features ul.dynamic-features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.platform-components-product-card__features ul.dynamic-features li {
  margin-bottom: 0.5rem;
}
.platform-components-product-card__meta-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.platform-components-product-card__price {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__price-sale {
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__price-sale {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__stock {
  line-height: 1.25;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__stock {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__delivery {
    font-size: 0.75rem;
  }
}
.platform-components-product-card__delivery [class^="icons-"],
.platform-components-product-card__delivery [class*=" icons-"] {
  font-size: 1rem;
}
.platform-components-product-card__button-container {
  margin-top: 1.5rem;
}
.platform-components-product-card__button {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
}
.platform-components-product-card__button:hover,
.platform-components-product-card__button:active,
.platform-components-product-card__button:focus {
  text-decoration: none;
  outline: none !important;
}
.platform-components-product-card__button.button--loader-pc {
  text-align: center;
}
.platform-components-product-card__button.button--loader-pc:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: .25em solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderRotate;
  animation: 1s linear infinite loaderRotate;
}
.platform-components-product-card__button.button--loader-pc &gt; .button__text {
  opacity: 0;
}
@media (min-width: 768px) {
  .platform-components-product-card__button {
    font-size: 1rem;
  }
}
.platform-components-product-card__flex-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 30%;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button--wtb {
    margin-right: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__desktop-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__desktop-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-left {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__desktop-column.platform-components-product-card__desktop-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__desktop-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__desktop-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container {
    flex: 0 0 40%;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__flex-container .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button--wtb {
    margin-right: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container {
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__meta-container .platform-components-product-card__price-container {
    margin-right: 2rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__content-container {
    flex-grow: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__button-container .where-to-buy-continer {
    margin-left: 0.5rem;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__title {
    order: 1;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__model-info-container {
    order: 2;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__description {
    order: 3;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__features {
    order: 4;
    margin-bottom: 0;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__swatches {
    order: 5;
  }
  .platform-components-product-card__tablet-row .platform-components-product-card__details-container .platform-components-product-card__meta-container {
    order: 6;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__tablet-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-left {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__tablet-column.platform-components-product-card__tablet-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__image-container {
    order: 2;
    padding: 20px 10px 20px 40px;
  }
  .platform-components-product-card__tablet-image-right .platform-components-product-card__content-container {
    order: 1;
    padding: 20px 0 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__image-container {
    order: 1;
    padding: 20px 40px 20px 10px;
  }
  .platform-components-product-card__tablet-image-left .platform-components-product-card__content-container {
    order: 2;
    padding: 20px 10px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-product-card__mobile-column .platform-components-product-card__flex-container {
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container {
    flex-grow: 1;
    max-height: 230px;
    padding-bottom: 20px !important;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__image-container .platform-components-product-card__product-image {
    margin: 0 auto;
    max-height: 230px;
    max-width: 100%;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__content-container {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__meta-container {
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button-container .where-to-buy-continer {
    margin-top: 0.5rem;
  }
  .platform-components-product-card__mobile-column .platform-components-product-card__button {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-left {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-container {
    text-align: left;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__price-sale,
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__stock {
    text-align: right;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container {
    width: 100%;
    justify-content: space-between;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale {
    justify-content: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__price-container {
    text-align: center;
  }
  .platform-components-product-card__mobile-column.platform-components-product-card__mobile-text-center .platform-components-product-card__meta-container.no-stock.no-sale .platform-components-product-card__delivery {
    justify-content: center;
  }
}
.platform-components-product-card .pc-card-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.platform-components-product-card .pc-card-hidden {
  display: none;
}
.pc__disclaimer-modal-content {
  position: fixed;
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  width: 100%;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  bottom: 15px;
  left: 50%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
}
.pc__disclaimer-modal-content .disclaimer-modal-header {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.pc__disclaimer-modal-content .icons-close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
.pc__disclaimer-modal-content .icons-close:hover {
  cursor: pointer;
}
.pc-cart-modal__content {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10001;
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  height: auto;
  min-height: 75px;
  box-shadow: 0.25px 0.25px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
}
.pc-cart-modal__content .pc-cart-modal__content-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 30px 20px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin: auto;
  overflow: hidden;
  font-size: 0.75rem;
}
.pc-cart-modal__content .pc-cart-modal__content-header p,
.pc-cart-modal__content .pc-cart-modal__content-header h6 {
  margin: 0;
}
.pc-cart-modal__content .icons-close {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: 700;
  top: 5px;
  right: 5px;
  position: absolute;
}
.pc-cart-modal__content .icons-close:hover {
  cursor: pointer;
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 15px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loaderRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card {
  background-color: #ffffff;
  border-color: #dfdfdf;
  color: #464646;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__title a,
.pc-carousel-wrapper.theme-01 .platform-components-product-card__rating a {
  color: #464646;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__disclaimer {
  border: 0.78px solid #464646;
  color: #464646;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__disclaimer:hover {
  color: #fff;
  background: #000;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__rating .stars-wrapper .product-stars {
  color: #dfdfdf !important;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  color: #e31c3d !important;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #666;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #e31c3d;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__delivery {
  color: #2e8540;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__price .sale-price {
  color: #c80a33;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__price-sale .savings-price {
  color: #2e8540;
}
.pc-carousel-wrapper.theme-01 .platform-components-product-card__stock {
  color: #c80a33;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card {
  background-color: #f3f3f4;
  border-color: #dfdfdf;
  color: #464646;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__title a,
.pc-carousel-wrapper.theme-02 .platform-components-product-card__rating a {
  color: #464646;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__disclaimer {
  border: 0.78px solid #464646;
  color: #464646;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__disclaimer:hover {
  color: #fff;
  background: #000;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__rating .stars-wrapper .product-stars {
  color: #dfdfdf !important;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  color: #e31c3d !important;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #e31c3d;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__delivery {
  color: #2e8540;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__price .sale-price {
  color: #c80a33;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__price-sale .savings-price {
  color: #2e8540;
}
.pc-carousel-wrapper.theme-02 .platform-components-product-card__stock {
  color: #c80a33;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card {
  background-color: #464646;
  border-color: #dfdfdf;
  color: #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__title a,
.pc-carousel-wrapper.theme-03 .platform-components-product-card__rating a {
  color: #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__disclaimer {
  border: 0.78px solid #ffffff;
  color: #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__disclaimer:hover {
  color: #000;
  background: #fff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__rating .stars-wrapper {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__rating .stars-wrapper .product-stars {
  color: #dfdfdf !important;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  color: #e31c3d !important;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px #ffffff;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px #e31c3d;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__delivery {
  color: #2e8540;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__price .sale-price {
  color: #c80a33;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__price-sale .savings-price {
  color: #2e8540;
}
.pc-carousel-wrapper.theme-03 .platform-components-product-card__stock {
  color: #c80a33;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card {
  background-color: unset;
  border-color: unset;
  color: unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__title a,
.pc-carousel-wrapper.theme-04 .platform-components-product-card__rating a {
  color: unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__disclaimer {
  border: 0.78px solid unset;
  color: unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__disclaimer:hover {
  color: #000;
  background: #fff;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__rating .stars-wrapper .product-stars {
  color: unset !important;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__rating .stars-wrapper .product-stars .stars-active {
  color: unset !important;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select .color-padding {
  box-shadow: 0 0 0 1px unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select[data-color="White"] .color-padding {
  box-shadow: 0 0 0 1px unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select[data-color="Metallic Slate"] .color-padding {
  box-shadow: 0 0 0 1px unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select[data-color="Black"] .color-padding,
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select[data-color="Heritage Black"] .color-padding {
  box-shadow: 0 0 0 1px unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__swatches .color-select.active {
  box-shadow: 0 0 0 2px unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__delivery {
  color: unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__price .sale-price {
  color: unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__price-sale .savings-price {
  color: unset;
}
.pc-carousel-wrapper.theme-04 .platform-components-product-card__stock {
  color: unset;
}

.platform-components-page-meta {
  padding-top: 40px;
}
.platform-components-page-meta .page-meta-image {
  position: relative;
  width: 240px;
  height: 240px;
  min-width: 240px;
  overflow: hidden;
  border-radius: 100%;
}
.platform-components-page-meta .page-meta-copy .dpc-social svg {
  width: 28px;
  height: 28px;
  margin: 0 8px 0 0;
  fill: currentColor;
}

html.pc-no-scroll,
body.pc-no-scroll {
  overflow: hidden;
  position: relative;
}
.platform-components-modal__overlay {
  position: fixed;
  z-index: 2000000002;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 200ms ease-in-out;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.platform-components-modal__overlay.active {
  display: flex !important;
}
.platform-components-modal__close.with-text .icons-close {
  font-size: 1.5rem;
}
.platform-components-modal__close.icon-only {
  line-height: 1;
}
.platform-components-modal__close-primary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-primary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-secondary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-secondary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-tertiary.icon-only {
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-tertiary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__container {
  position: relative;
  margin: auto;
}
.platform-components-modal__container-fullscreen:after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .platform-components-modal__container-large {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-large {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .platform-components-modal__container-medium {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-medium {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .platform-components-modal__container-small {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-small {
    width: 435px;
  }
}
.platform-components-modal__container &gt; .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.platform-components-modal__container-fullscreen &gt; .container {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .platform-components-modal__container-fullscreen &gt; .container {
    width: auto;
    max-width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-fullscreen &gt; .container {
    width: auto;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .platform-components-modal__container-fullscreen &gt; .container {
    width: auto;
    max-width: 970px;
  }
}
@media (min-width: 1440px) {
  .platform-components-modal__container-fullscreen &gt; .container {
    width: auto;
    max-width: 1200px;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter {
  max-width: 1400px;
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: fit-content;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close.with-text {
    height: 35px !important;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-primary {
  transform: translate(18%, -50%);
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
  transform: translate(0%, -100%);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
    transform: translate(0%, -100%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
  transform: translate(40px, -10px);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
    transform: translate(30px, -5px);
  }
}
.platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 100;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: fit-content;
    z-index: 100;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen {
  height: 100%;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter {
  position: unset;
  margin-top: 0;
  margin-bottom: 0;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close-primary,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .container {
  top: 50%;
  transform: translateY(-50%);
}
.platform-components-modal__editor {
  position: relative;
}
.platform-components-modal__editor:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-modal__editor .platform-components-modal__container-fullscreen:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: 0;
}
.platform-components-modal__editor .platform-components-modal__container-large {
  left: 50% !important;
  right: 50% !important;
  margin-left: -45vw !important;
  margin-right: -45vw !important;
}
.platform-components-modal__editor .platform-components-modal__container-medium {
  left: 50% !important;
  right: 50% !important;
  margin-left: -35vw !important;
  margin-right: -35vw !important;
}
.platform-components-modal .video {
  float: none;
}
.platform-components-modal__overlay {
  background-color: rgba(34, 34, 34, 0.9);
}
.platform-components-modal__close {
  /* resets */
  background-color: unset;
  border: unset;
  /* common style */
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: auto !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.platform-components-modal__close:hover,
.platform-components-modal__close:active,
.platform-components-modal__close:focus {
  /* resets */
  background-color: unset;
  border: unset;
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-modal__close.icon-only .icons-close {
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-modal__close-primary {
  background-color: #e31c3d;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-modal__close-primary:hover,
.platform-components-modal__close-primary:active,
.platform-components-modal__close-primary:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-modal__close-secondary {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-modal__close-secondary:hover,
.platform-components-modal__close-secondary:active,
.platform-components-modal__close-secondary:focus {
  background-color: #464646;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #464646;
}
.platform-components-modal__close-tertiary {
  padding: 15px 0;
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-modal__close-tertiary:hover,
.platform-components-modal__close-tertiary:active,
.platform-components-modal__close-tertiary:focus {
  color: #e31c3d;
}
.platform-components-modal a:focus {
  outline: 1px solid #464646 !important;
}
.platform-components-modal__close {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close {
    font-size: 0.875rem;
  }
}
.platform-components-modal__close.icon-only {
  font-size: calc(0.875rem * 1.5);
}
@media (max-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop:not(.platform-components-modal__container-fullscreen) {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop:not(.platform-components-modal__container-fullscreen) {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen .platform-components-modal__close {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 100;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen .platform-components-modal__close {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: fit-content;
    z-index: 100;
  }
}

.platform-components-masthead.platform-components-masthead--v2 {
  display: block;
  border: none;
  height: auto !important;
}
.platform-components-masthead__container {
  position: relative;
  display: flex;
}
.platform-components-masthead__container.h-100vh--lg {
  height: 100vh;
  min-height: 1080px;
}
.platform-components-masthead__container.h-75vh--lg {
  height: 75vh;
  min-height: calc(810px);
}
.platform-components-masthead__container.h-50vh--lg {
  height: 50vh;
  min-height: calc(540px);
}
.platform-components-masthead__container.h-66vh--lg {
  height: calc(66.66666667vh);
  min-height: calc(719.99928px);
}
.platform-components-masthead__container.h-33vh--lg {
  height: calc(33.33333333vh);
  min-height: calc(359.99964px);
}
.platform-components-masthead__container.h-25vh--lg {
  height: 25vh;
  min-height: calc(270px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.h-100vh--md {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-masthead__container.h-75vh--md {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-masthead__container.h-66vh--md {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-masthead__container.h-50vh--md {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-masthead__container.h-33vh--md {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-masthead__container.h-25vh--md {
    height: 25vh;
    min-height: calc(270px);
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.h-100vh--sm {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-masthead__container.h-75vh--sm {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-masthead__container.h-66vh--sm {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-masthead__container.h-50vh--sm {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-masthead__container.h-33vh--sm {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-masthead__container.h-25vh--sm {
    height: 25vh;
    min-height: calc(270px);
  }
}
.platform-components-masthead__container.animate-in .platform-components-masthead__preheader,
.platform-components-masthead__container.animate-in .platform-components-masthead__main-header,
.platform-components-masthead__container.animate-in .platform-components-masthead__body-copy,
.platform-components-masthead__container.animate-in .platform-components-masthead__subtitle,
.platform-components-masthead__container.animate-in .platform-components-masthead__disclaimer,
.platform-components-masthead__container.animate-in .platform-components-masthead__button-container,
.platform-components-masthead__container.animate-in .platform-components-masthead__scroll-indicator {
  transform: translateY(0);
  opacity: 1;
}
.platform-components-masthead__container.no-min-height {
  min-height: initial!important;
}
.platform-components-masthead__breadcrumb {
  font-family: unset;
  font-weight: unset;
  line-height: unset;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__breadcrumb {
    font-size: 0.75rem;
  }
}
.platform-components-masthead__preheader {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__preheader {
    font-size: 1rem;
    margin-bottom: 0.46875rem;
  }
}
.platform-components-masthead__subtitle {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 0.78125rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__subtitle {
    font-size: 1.875rem;
    margin-bottom: 1.09375rem;
  }
}
.platform-components-masthead__body-copy {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__body-copy {
    font-size: 0.75rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-masthead__body-copy b,
.platform-components-masthead__body-copy strong {
  font-family: 'Gotham';
  font-weight: 700;
}
.platform-components-masthead__disclaimer p {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
  margin-bottom: 1.09375rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__disclaimer p {
    font-size: 0.625rem;
    margin-bottom: 0.78125rem;
  }
}
.platform-components-masthead__disclaimer p b,
.platform-components-masthead__disclaimer p strong {
  font-family: 'Gotham';
  font-weight: 700;
}
.platform-components-masthead__absolute-container {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.platform-components-masthead__scroll-indicator {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: color 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__scroll-indicator {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.platform-components-masthead__scroll-indicator span {
  color: inherit;
  transform: translateY(0px);
  transition: transform .3s ease;
}
.platform-components-masthead__scroll-indicator:hover {
  text-decoration: none;
}
.platform-components-masthead__scroll-indicator:hover span {
  transform: translateY(5px);
}
.platform-components-masthead__button-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.platform-components-masthead__button {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: block;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-masthead__button:hover,
.platform-components-masthead__button:active {
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-masthead__button:focus {
  text-decoration: none;
  padding: 15px 30px;
  margin-left: calc(11px);
  margin-right: calc(11px);
}
.platform-components-masthead__button:last-child {
  margin-bottom: 0;
}
.platform-components-masthead__button--primary.brand {
  background-color: #e31c3d;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.brand:hover,
.platform-components-masthead__button--primary.brand:active,
.platform-components-masthead__button--primary.brand:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-masthead__button--primary.brand:focus {
  outline: 1px solid #fff;
}
.platform-components-masthead__button--primary.light {
  background-color: #ffffff;
  color: #464646;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.light:hover,
.platform-components-masthead__button--primary.light:active,
.platform-components-masthead__button--primary.light:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-masthead__button--primary.dark {
  background-color: #222222;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.dark:hover,
.platform-components-masthead__button--primary.dark:active,
.platform-components-masthead__button--primary.dark:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-masthead__button--secondary.brand {
  background-color: transparent;
  color: #e31c3d;
  box-shadow: inset 0 0 0 2px #e31c3d;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.brand:hover,
.platform-components-masthead__button--secondary.brand:active,
.platform-components-masthead__button--secondary.brand:focus {
  background-color: #981b1e;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #981b1e;
}
.platform-components-masthead__button--secondary.dark {
  background-color: transparent;
  color: #222222;
  box-shadow: inset 0 0 0 2px #222222;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.dark:hover,
.platform-components-masthead__button--secondary.dark:active,
.platform-components-masthead__button--secondary.dark:focus {
  background-color: #981b1e;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #981b1e;
}
.platform-components-masthead__button--secondary.light {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.light:hover,
.platform-components-masthead__button--secondary.light:active,
.platform-components-masthead__button--secondary.light:focus {
  background-color: #464646;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #464646;
}
.platform-components-masthead__button--secondary.light:focus {
  outline: 1px solid #fff;
}
.platform-components-masthead__button--tertiary {
  padding: 15px 0;
}
.platform-components-masthead__button--tertiary.brand {
  color: #e31c3d;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.brand:hover,
.platform-components-masthead__button--tertiary.brand:active,
.platform-components-masthead__button--tertiary.brand:focus {
  color: #981b1e;
}
.platform-components-masthead__button--tertiary.dark {
  color: #222222;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.dark:hover,
.platform-components-masthead__button--tertiary.dark:active,
.platform-components-masthead__button--tertiary.dark:focus {
  color: #981b1e;
}
.platform-components-masthead__button--tertiary.light {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.light:hover,
.platform-components-masthead__button--tertiary.light:active,
.platform-components-masthead__button--tertiary.light:focus {
  color: #e31c3d;
}
.platform-components-masthead__button--tertiary:hover,
.platform-components-masthead__button--tertiary:active,
.platform-components-masthead__button--tertiary:focus {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .platform-components-masthead__button {
    font-size: 0.875rem;
  }
}
.platform-components-masthead__button.withicon {
  display: flex;
  align-items: center;
}
.platform-components-masthead__button.withicon-left .button-text {
  order: 2;
}
.platform-components-masthead__button.withicon-left .button-icon {
  order: 1;
  margin-right: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-masthead__button.withicon-right .button-icon {
  margin-left: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-masthead__button.withicon-bottom {
  flex-direction: column;
}
.platform-components-masthead__button .button-icon {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__button .button-icon {
    font-size: 1.5rem;
  }
}
.platform-components-masthead__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-masthead__image-container--background .platform-components-masthead__image,
.platform-components-masthead__image-container--background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
@media (min-width: 768px) {
  .platform-components-masthead__video-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__video.hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .platform-components-masthead__image-mobile {
    display: none;
  }
}
.platform-components-masthead__theme-01 {
  background-color: #ffffff;
  --overlay-color-1: rgba(255, 255, 255, 0.9);
}
.platform-components-masthead__theme-01 .platform-components-masthead__main-header,
.platform-components-masthead__theme-01 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer p {
  color: #464646;
}
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
}
.platform-components-masthead__theme-01 .platform-components-masthead__breadcrumb {
  color: #464646;
}
.platform-components-masthead__theme-01 .platform-components-masthead__breadcrumb:hover {
  color: #464646;
}
.platform-components-masthead__theme-01 .platform-components-masthead__preheader {
  color: #464646;
}
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer a {
  color: #e31c3d;
}
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer a:hover {
  color: #981b1e;
}
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:hover {
  color: #981b1e;
}
.platform-components-masthead__theme-01 .platform-components-masthead__color-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.platform-components-masthead__theme-02 {
  background-color: #f3f3f4;
  --overlay-color-1: rgba(243, 243, 244, 0.9);
}
.platform-components-masthead__theme-02 .platform-components-masthead__main-header,
.platform-components-masthead__theme-02 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer p {
  color: #464646;
}
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(243, 243, 244, 0.9);
}
.platform-components-masthead__theme-02 .platform-components-masthead__breadcrumb {
  color: #464646;
}
.platform-components-masthead__theme-02 .platform-components-masthead__breadcrumb:hover {
  color: #464646;
}
.platform-components-masthead__theme-02 .platform-components-masthead__preheader {
  color: #464646;
}
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer a {
  color: #e31c3d;
}
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer a:hover {
  color: #981b1e;
}
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:hover {
  color: #981b1e;
}
.platform-components-masthead__theme-02 .platform-components-masthead__color-overlay {
  background-color: rgba(243, 243, 244, 0.9);
}
.platform-components-masthead__theme-03 {
  background-color: #464646;
  --overlay-color-1: rgba(34, 34, 34, 0.9);
}
.platform-components-masthead__theme-03 .platform-components-masthead__main-header,
.platform-components-masthead__theme-03 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer p {
  color: #ffffff;
}
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(34, 34, 34, 0.9);
}
.platform-components-masthead__theme-03 .platform-components-masthead__breadcrumb {
  color: #ffffff;
}
.platform-components-masthead__theme-03 .platform-components-masthead__breadcrumb:hover {
  color: #ffffff;
}
.platform-components-masthead__theme-03 .platform-components-masthead__preheader {
  color: #ffffff;
}
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer a {
  color: #bbd8ea;
}
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer a:hover {
  color: #e31c3d;
}
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:hover {
  color: #e31c3d;
}
.platform-components-masthead__theme-03 .platform-components-masthead__color-overlay {
  background-color: rgba(34, 34, 34, 0.9);
}
.platform-components-masthead__theme-04 {
  background-color: unset;
  --overlay-color-1: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__main-header,
.platform-components-masthead__theme-04 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer p {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer p {
  text-shadow: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__breadcrumb {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__breadcrumb:hover {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__preheader {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer a {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer a:hover {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:hover {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__color-overlay {
  background-color: unset;
}
.platform-components-masthead__color-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-masthead__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-masthead__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-masthead__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-masthead__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-masthead__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-masthead__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-masthead__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-masthead__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-masthead__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-masthead__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-masthead__center-alignment--lg {
  justify-content: center;
}
.platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-masthead__left-alignment--lg {
  justify-content: flex-start;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-masthead__right-alignment--lg {
  justify-content: flex-end;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__center-alignment--md {
    justify-content: center;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__left-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__right-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__center-alignment--sm {
    justify-content: center;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__left-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__right-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-masthead__bottom-alignment--lg {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__bottom-alignment--md {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__bottom-alignment--sm {
    align-items: flex-end;
  }
}
.platform-components-masthead__middle-alignment--lg {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__middle-alignment--md {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__middle-alignment--sm {
    align-items: center;
  }
}
.platform-components-masthead__top-alignment--lg {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__top-alignment--md {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__top-alignment--sm {
    align-items: flex-start;
  }
}
.platform-components-masthead .platform-components-masthead__center-text--lg {
  text-align: center;
}
.platform-components-masthead .platform-components-masthead__center-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__center-text--lg .pc-countdown {
  justify-content: center;
}
.platform-components-masthead .platform-components-masthead__left-text--lg {
  text-align: left;
}
.platform-components-masthead .platform-components-masthead__left-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__left-text--lg .pc-countdown {
  justify-content: flex-start;
}
.platform-components-masthead .platform-components-masthead__right-text--lg {
  text-align: right;
}
.platform-components-masthead .platform-components-masthead__right-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__right-text--lg .pc-countdown {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .platform-components-masthead__center-text--md {
    text-align: center;
  }
  .platform-components-masthead .platform-components-masthead__center-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__center-text--md .pc-countdown {
    justify-content: center;
  }
  .platform-components-masthead .platform-components-masthead__right-text--md {
    text-align: right;
  }
  .platform-components-masthead .platform-components-masthead__right-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__right-text--md .pc-countdown {
    justify-content: flex-end;
  }
  .platform-components-masthead .platform-components-masthead__left-text--md {
    text-align: left;
  }
  .platform-components-masthead .platform-components-masthead__left-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__left-text--md .pc-countdown {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .platform-components-masthead__center-text--sm {
    text-align: center;
  }
  .platform-components-masthead .platform-components-masthead__center-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__center-text--sm .pc-countdown {
    justify-content: center;
  }
  .platform-components-masthead .platform-components-masthead__right-text--sm {
    text-align: right;
  }
  .platform-components-masthead .platform-components-masthead__right-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__right-text--sm .pc-countdown {
    justify-content: flex-end;
  }
  .platform-components-masthead .platform-components-masthead__left-text--sm {
    text-align: left;
  }
  .platform-components-masthead .platform-components-masthead__left-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__left-text--sm .pc-countdown {
    justify-content: flex-start;
  }
}
.platform-components-masthead__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.platform-components-masthead__content.platform-components-masthead__center-alignment--lg {
  align-items: center;
}
.platform-components-masthead__content.platform-components-masthead__right-alignment--lg {
  align-items: flex-end;
}
.platform-components-masthead__content.platform-components-masthead__left-alignment--lg {
  align-items: flex-start;
}
.platform-components-masthead__content.platform-components-masthead__top-alignment--lg {
  justify-content: flex-start;
}
.platform-components-masthead__content.platform-components-masthead__middle-alignment--lg {
  justify-content: center;
}
.platform-components-masthead__content.platform-components-masthead__bottom-alignment--lg {
  justify-content: flex-end;
}
.platform-components-masthead__content.platform-components-masthead__bottom-alignment--lg.with-disclaimer {
  padding-bottom: 7rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__content.platform-components-masthead__center-alignment--md {
    align-items: center;
  }
  .platform-components-masthead__content.platform-components-masthead__right-alignment--md {
    align-items: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__left-alignment--md {
    align-items: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__top-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__middle-alignment--md {
    justify-content: center;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--md.with-disclaimer {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__content.platform-components-masthead__center-alignment--sm {
    align-items: center;
  }
  .platform-components-masthead__content.platform-components-masthead__right-alignment--sm {
    align-items: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__left-alignment--sm {
    align-items: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__top-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__middle-alignment--sm {
    justify-content: center;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm.with-disclaimer {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__content.hideScroll .platform-components-masthead__absolute-container {
    display: none;
  }
  .platform-components-masthead__content.hideScroll.platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm.with-disclaimer {
    padding-bottom: 0;
  }
}
.platform-components-masthead__content .platform-components-masthead__scroll-indicator.rotate-image img {
  animation: rotation 16s infinite linear;
}
.platform-components-masthead__content--animate .platform-components-masthead__preheader,
.platform-components-masthead__content--animate .platform-components-masthead__main-header,
.platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.platform-components-masthead__content--animate .platform-components-masthead__disclaimer,
.platform-components-masthead__content--animate .platform-components-masthead__scroll-indicator,
.platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.platform-components-masthead__content--animate .platform-components-masthead__preheader {
  transition-delay: 0.2s;
}
.platform-components-masthead__content--animate .platform-components-masthead__main-header {
  transition-delay: 0.4s;
}
.platform-components-masthead__content--animate .platform-components-masthead__body-copy {
  transition-delay: 0.6s;
}
.platform-components-masthead__content--animate .platform-components-masthead__subtitle {
  transition-delay: 0.7s;
}
.platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transition-delay: 0.8s;
}
.platform-components-masthead__content--animate .platform-components-masthead__disclaimer,
.platform-components-masthead__content--animate .platform-components-masthead__scroll-indicator {
  transition-delay: 0.9s;
}
.platform-components-masthead__content--inner-container {
  z-index: 2;
}
.platform-components-masthead__content.platform-components-masthead__boxed-container {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .platform-components-masthead__content.platform-components-masthead__boxed-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1230px) {
  .platform-components-masthead__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.platform-components-masthead__width-lg--auto {
  width: auto;
}
.platform-components-masthead__width-lg--small {
  width: calc(33.33333333%);
}
.platform-components-masthead__width-lg--medium {
  width: 50%;
}
.platform-components-masthead__width-lg--large {
  width: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__width-md--auto {
    width: auto;
  }
  .platform-components-masthead__width-md--small {
    width: calc(33.33333333%);
  }
  .platform-components-masthead__width-md--medium {
    width: 50%;
  }
  .platform-components-masthead__width-md--large {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__width-sm--auto {
    width: auto;
  }
  .platform-components-masthead__width-sm--small {
    width: calc(33.33333333%);
  }
  .platform-components-masthead__width-sm--medium {
    width: 50%;
  }
  .platform-components-masthead__width-sm--large {
    width: 75%;
  }
}
.platform-components-masthead__gradient-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-masthead__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-masthead__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-masthead .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-masthead .radial-gradient-none--md.platform-components-masthead__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-masthead .radial-gradient-none--sm.platform-components-masthead__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-masthead .platform-components-masthead__content2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto!important;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1230px) {
  .platform-components-masthead .platform-components-masthead__content2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.platform-components-masthead .platform-components-masthead__content2 .platform-components-masthead__content--inner-container {
  pointer-events: initial;
}
@media (min-width: 1024px) {
  .platform-components-masthead__container.content-background-column-lg {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-lg .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-lg .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.content-background-column-md {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-md.platform-components-masthead__top-alignment--md {
    flex-direction: column-reverse;
    align-items: center;
  }
  .platform-components-masthead__container.content-background-column-md .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-md .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.content-background-column-sm {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-sm.platform-components-masthead__top-alignment--sm {
    flex-direction: column-reverse;
    align-items: center;
  }
  .platform-components-masthead__container.content-background-column-sm .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-sm .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
  margin-top: 20px;
  padding-top: 30px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
  margin-top: 20px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
  margin-top: 40px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
  margin-top: 145px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 34px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 50px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 74px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 150px;
}
@media (min-width: 1024px) {
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 00;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
.negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -57px;
}
.negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -70px;
}
.negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -84px;
}
.negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -185px;
}
.negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -34px;
}
.negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -50px;
}
.negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -74px;
}
.negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -150px;
}
.negative-badge .pc-clickable {
  outline: none;
}
.aem-AuthorLayer-Edit .platform-components-masthead,
.aem-AuthorLayer-Layouting .platform-components-masthead,
.aem-AuthorLayer-Developer .platform-components-masthead,
.aem-AuthorLayer-Timewarp .platform-components-masthead,
.aem-AuthorLayer-Edit .platform-components-masthead__container,
.aem-AuthorLayer-Layouting .platform-components-masthead__container,
.aem-AuthorLayer-Developer .platform-components-masthead__container,
.aem-AuthorLayer-Timewarp .platform-components-masthead__container {
  min-height: 200px;
  max-height: 500px;
  overflow: hidden;
}
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transform: translateY(0);
  opacity: 1;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.countdown-title {
  margin-bottom: 10px;
}
.pc-countdown {
  display: flex;
  margin-bottom: 40px;
}
.pc-countdown.dn {
  display: none;
}
.pc-countdown .time {
  background-color: #e31c3d;
  font-family: 'Gotham';
  color: #fff;
  font-size: 64px;
  margin: 0 0.8rem;
  padding: 10px 10px 2px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media (max-width: 500px) {
  .pc-countdown .time {
    font-size: 30px;
  }
}
.pc-countdown .time:first-of-type {
  margin-left: 0;
}
.pc-countdown .time:last-of-type {
  margin-right: 0;
}
.pc-countdown .time:before {
  content: attr(data-time);
  position: absolute;
  left: 50%;
  bottom: -20px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: normal;
  transform: translateX(-50%);
  font-family: 'Gotham';
}
.pc-countdown .time:after {
  content: ':';
  position: absolute;
  font-size: 3rem;
  right: -17px;
  top: 9px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .pc-countdown .time:after {
    font-size: 30px;
  }
}
.pc-countdown .time:last-of-type:after {
  display: none;
}
.platform-components-masthead__breadcrumb-container a::before {
  content: '/';
  position: absolute;
  left: -15px;
  pointer-events: none;
}
.platform-components-masthead__breadcrumb-container a:first-child {
  margin-left: 0;
}
.platform-components-masthead__breadcrumb-container a:first-child::before {
  display: none;
}
.platform-components-masthead {
  height: auto;
  overflow: auto;
  z-index: 1;
  display: block;
}
.platform-components-masthead:before {
  content: none;
}
.platform-components-masthead__content {
  vertical-align: unset;
  margin-top: 0;
  margin-bottom: 0;
}

.platform-components-page-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  position: relative;
}
.platform-components-page-list .pc-page-list-clickable-card {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 1;
}
.platform-components-page-list .item_card {
  width: 100%;
  flex: 0 0 33.33%;
  padding: 0 10px 20px;
}
@media (max-width: 940px) {
  .platform-components-page-list .item_card {
    flex: 0 0 50%;
  }
}
@media (max-width: 660px) {
  .platform-components-page-list .item_card {
    flex: 0 0 100%;
  }
}
.platform-components-page-list .item_card .article-preview {
  height: 100%;
  overflow: hidden;
}
.platform-components-page-list .item_card .article-preview .article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.platform-components-page-list .item_card .article-preview .article-card .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  flex: 0 0 230px;
  overflow: hidden;
}
.platform-components-page-list .item_card .article-preview .article-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.4s ease-in-out;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  padding: 26px 23px;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info {
  padding-bottom: 25px;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-tags {
  list-style: none;
  margin: 0;
  padding: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-tags li {
  line-height: 1;
  letter-spacing: 0.3px;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  padding: 5px;
  margin: 0 5px 5px 0;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-date {
  display: block;
  padding: 0px;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  height: initial;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button.button-tertiary-brand,
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button .button-tertiary-light,
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button .button-tertiary-dark {
  width: fit-content;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button:hover {
  cursor: pointer;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button:active {
  outline: none !important;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button:focus {
  outline: 1px solid #000;
}
.platform-components-page-list .item_card .cmp-list__item-link {
  outline: none;
  text-decoration: none;
}
.platform-components-page-list .item_card .cmp-list__item-link .cmp-list__item-title {
  display: block;
  padding: 10px 0;
}
.platform-components-page-list .item_card .cmp-list__item-link:hover .image-wrapper img,
.platform-components-page-list .item_card .cmp-list__item-link:focus .image-wrapper img {
  transform: scale(1.1);
}
.platform-components-page-list .item_card .cmp-list__item-social {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0 10px;
}
.platform-components-page-list .item_card .cmp-list__item-social &gt; a.cmp-list__social-item {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  z-index: 2;
}
.platform-components-page-list .item_card .cmp-list__item-social &gt; a.cmp-list__social-item:last-of-type {
  margin-right: 0;
}
.platform-components-page-list .item_card .cmp-list__item-social &gt; a.cmp-list__social-item svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}
.platform-components-page-list__offset-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-auto-rows: 100px;
  grid-gap: 10px;
}
.platform-components-page-list__offset-card .item_card {
  grid-row: span 5;
  display: inline-block;
  padding: 0 5px 10px;
}
.platform-components-page-list__offset-card .item_card .article-preview .article-card .content-wrapper {
  height: auto;
  padding: 26px 26px 0px 26px;
}
.platform-components-page-list__offset-card .item_card .article-preview .article-card .content-wrapper .content-info {
  display: flex;
  flex-direction: column-reverse;
}
.platform-components-page-list__offset-card .item_card .article-preview .article-card .image-wrapper {
  border-radius: 40px;
  flex: auto;
}
.platform-components-page-list__offset-card .item_card:nth-child(2n) {
  grid-row: span 4;
}
.platform-components-page-list__offset-card .item_card:nth-child(3n) {
  grid-row: span 6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-page-list__offset-card {
    grid-auto-rows: 70px;
    grid-gap: 5px;
  }
  .platform-components-page-list__offset-card .item_card .article-preview .article-card .content-wrapper {
    height: fit-content;
    padding: 20px 26px 0px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__offset-card {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    position: relative;
  }
  .platform-components-page-list__offset-card .article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .platform-components-page-list__offset-card .article-card .image-wrapper {
    flex: 0 0 230px !important;
  }
}
.platform-components-page-list__list-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  gap: 0 10px;
}
.platform-components-page-list__list-view.no-image {
  padding: 10px;
  margin: 0;
}
.platform-components-page-list__list-view.no-image .item_card {
  padding-bottom: 0;
}
.platform-components-page-list__list-view.no-image .item_card .content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.platform-components-page-list__list-view.no-image .item_card .content-wrapper .content-info {
  padding-bottom: 15px;
}
.platform-components-page-list__list-view.with-image {
  margin: 0;
}
.platform-components-page-list__list-view.with-image .item_card {
  padding-bottom: 10px;
}
@media (min-width: 500px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card {
    flex-direction: row;
    align-items: center;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .content-wrapper .content-info {
    padding-bottom: 15px;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card.image-left .content-wrapper {
    order: 2;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card.image-right .content-wrapper {
    order: 1;
  }
}
@media (min-width: 500px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper {
    margin: 0;
    height: 100% !important;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper.image-left {
    order: 1;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper.image-right {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper {
    flex: 0 0 200px !important;
  }
}
@media (max-width: 1023px) and (min-width: 500px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper {
    flex: 0 0 150px !important;
  }
}
.platform-components-page-list__list-view .page-button {
  width: fit-content;
}
.platform-components-page-list__one-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  gap: 10px 20px;
  height: 100%;
}
.platform-components-page-list__one-card .item_card:nth-child(1) {
  height: 100%;
  min-height: 500px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .platform-components-page-list__one-card .item_card:nth-child(1) {
    height: 75vh;
    max-height: 600px;
  }
}
.platform-components-page-list__one-card .item_card:nth-child(1) .article-card {
  position: relative;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .image-wrapper {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper {
  position: relative;
  justify-content: flex-end !important;
  z-index: 2;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .content-info {
  z-index: 4;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .page-button {
  z-index: 5;
}
.platform-components-page-list__one-card .item_card:nth-child(n+2) {
  display: none;
}
.platform-components-page-list__one-card .page-button {
  width: fit-content;
}
.platform-components-page-list__three-card,
.platform-components-page-list__four-card {
  display: grid;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  padding: 10px;
}
.platform-components-page-list__three-card .item_card,
.platform-components-page-list__four-card .item_card {
  padding: 0;
}
.platform-components-page-list__three-card .page-button,
.platform-components-page-list__four-card .page-button {
  width: fit-content;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .article-card,
.platform-components-page-list__four-card .item_card:nth-child(1) .article-card {
  position: relative;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .image-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(1) .image-wrapper {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper {
  position: relative;
  justify-content: flex-end !important;
  z-index: 2;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .content-info,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .content-info {
  z-index: 4;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .page-button,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .page-button {
  z-index: 5;
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card .item_card:nth-child(1),
  .platform-components-page-list__four-card .item_card:nth-child(1) {
    height: 75vh;
    max-height: 600px;
  }
}
.platform-components-page-list__three-card {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "MainFeature SecondaryTop" "MainFeature SecondaryBottom";
  gap: 10px 20px;
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card {
    grid-template-areas: "MainFeature MainFeature" "SecondaryTop SecondaryBottom";
  }
}
@media (max-width: 900px) {
  .platform-components-page-list__three-card {
    grid-template-columns: 1fr;
    grid-template-areas: "MainFeature" "MainFeature" "SecondaryTop" "SecondaryBottom";
  }
}
.platform-components-page-list__three-card .item_card:nth-child(1) {
  grid-area: MainFeature;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .article-card,
.platform-components-page-list__three-card .item_card:nth-child(3) .article-card {
  flex-direction: row;
  align-items: center;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .article-card .content-wrapper,
.platform-components-page-list__three-card .item_card:nth-child(3) .article-card .content-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .article-card .content-wrapper .content-info,
.platform-components-page-list__three-card .item_card:nth-child(3) .article-card .content-wrapper .content-info {
  padding-bottom: 15px;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
.platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
  order: 2;
  margin: 0;
  height: 100% !important;
}
@media (min-width: 1024px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
  .platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
    flex: 0 0 200px !important;
  }
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
  .platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
    flex: 0 0 150px !important;
  }
}
@media (max-width: 500px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
  .platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
    display: none;
  }
}
.platform-components-page-list__three-card .item_card:nth-child(2) {
  grid-area: SecondaryTop;
}
.platform-components-page-list__three-card .item_card:nth-child(3) {
  grid-area: SecondaryBottom;
}
.platform-components-page-list__three-card .item_card:nth-child(n+4) {
  display: none;
}
.platform-components-page-list__four-card {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "MainFeature MainFeature SecondaryTop" "MainFeature MainFeature SecondaryMiddle" "MainFeature MainFeature SecondaryBottom";
  gap: 0 20px;
}
@media (max-width: 1023px) and (min-width: 901px) {
  .platform-components-page-list__four-card {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .platform-components-page-list__four-card {
    grid-template-areas: "MainFeature MainFeature MainFeature" "SecondaryTop SecondaryMiddle SecondaryBottom";
  }
}
@media (max-width: 900px) {
  .platform-components-page-list__four-card {
    grid-template-columns: 1fr;
    grid-template-areas: "MainFeature" "MainFeature" "SecondaryTop" "SecondaryMiddle" "SecondaryBottom";
  }
}
.platform-components-page-list__four-card .item_card:nth-child(1) {
  grid-area: MainFeature;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-card,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-card,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-card {
  flex-direction: row;
  align-items: center;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-card .content-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-card .content-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-card .content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-card .content-wrapper .content-info,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-card .content-wrapper .content-info,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-card .content-wrapper .content-info {
  padding-bottom: 15px;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .image-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(3) .image-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(4) .image-wrapper {
  display: none;
}
.platform-components-page-list__four-card .item_card:nth-child(2) {
  grid-area: SecondaryTop;
}
.platform-components-page-list__four-card .item_card:nth-child(3) {
  grid-area: SecondaryMiddle;
}
.platform-components-page-list__four-card .item_card:nth-child(4) {
  grid-area: SecondaryBottom;
}
.platform-components-page-list__four-card .item_card:nth-child(n+5) {
  display: none;
}
@media (max-width: 1023px) and (min-width: 901px) {
  .platform-components-page-list__four-card .item_card:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.platform-components-page-list.slick-slider {
  margin: 0;
}
.platform-components-page-list .slick-dots {
  width: 100%;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .slick-track {
  margin-left: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card {
  flex: unset;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview {
  background: transparent;
  border: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card {
  width: 120px;
  display: block;
  margin: 0 auto;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card .image-wrapper {
  display: flex;
  justify-content: center;
  border-radius: 100%;
  width: 105px;
  height: 105px;
  margin: auto;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card .image-wrapper &gt; img {
  position: unset;
  height: 105px;
  width: 105px;
  border-radius: 100%;
  transition: transform .2s ease;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card &gt; .content-wrapper {
  padding: 0;
  text-align: center;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card &gt; .content-wrapper .content-info {
  padding-bottom: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card &gt; .content-wrapper .content-info span {
  font-size: 0.875rem;
  font-weight: unset;
  font-family: unset;
  letter-spacing: unset;
  color: #464646;
  line-height: 1.2;
  text-align: center;
  text-transform: unset;
  padding: 5px 0 0;
  transition: .2s color ease;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card &gt; .content-wrapper .page-button {
  display: none;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card .image-wrapper &gt; img {
  transition: transform 4s ease-out;
  transform: scale(1.25);
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card &gt; .content-wrapper {
  padding: 0;
  text-align: center;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card &gt; .content-wrapper .content-info {
  padding-bottom: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card &gt; .content-wrapper .content-info span {
  color: #981b1e;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .slick-list,
.platform-components-page-list.platform-components-page-list__circle-carousel-view .slick-dots {
  width: 100%;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper {
  height: 245px;
  display: flex;
  justify-content: center;
  min-height: unset;
  width: 100%;
  margin-bottom: 15px;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper img {
  position: relative;
  height: 100%;
  width: 245px;
  border-radius: 100%;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .cmp-list__category {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .cmp-list__item-title {
  text-align: center;
  display: block;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}
.platform-components-page-list {
  margin: 0 -10px;
  max-width: unset;
}
.platform-components-page-list .item_card .article-preview {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  box-shadow: none;
  border-radius: 0;
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .image-wrapper {
  position: absolute;
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .content-wrapper {
  justify-content: flex-end;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .content-wrapper .cmp-list__item-date {
  color: #222222 !important;
}
@media (max-width: 1023px) {
  .platform-components-page-list .item_card .article-preview.dpc-video-bg .content-wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 68%, #ffffff 100%);
  }
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .content-info {
  padding-top: 230px;
}
.platform-components-page-list .item_card .article-preview .article-card video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
  font-family: 'Gotham';
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #222222;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
    font-size: 1.625rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  font-family: 'Gotham';
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 400;
  text-transform: none;
  color: #222222;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
    font-size: 1rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-date {
  font-family: unset;
  font-weight: unset;
  color: #464646;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-date {
    font-size: 1rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-tags li {
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 0.75rem;
  color: #464646;
  border-color: #464646;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
  font-family: unset;
  font-weight: unset;
  color: #464646;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
    font-size: 1rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 0;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
    font-size: 0.875rem;
  }
}
.platform-components-page-list .item_card .cmp-list__item-link:hover .cmp-list__item-title {
  color: #981b1e;
}
.platform-components-page-list__list-view .item_card:nth-child(n+1) .cmp-list__item-date {
  font-size: 0.875rem !important;
}
.platform-components-page-list__list-view .item_card.with-image .cmp-list__item-title {
  font-size: 1.25rem !important;
  line-height: 120% !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__list-view .item_card.with-image .cmp-list__item-title {
    font-size: 1.25rem !important;
  }
}
.platform-components-page-list__list-view .item_card.with-image .page-button {
  position: relative;
  border-radius: 0 !important;
}
.platform-components-page-list__list-view .item_card.with-image .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__list-view .item_card.with-image .page-button:hover:after,
.platform-components-page-list__list-view .item_card.with-image .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__list-view .item_card.no-image {
  border-bottom: 1px solid #dfdfdf;
}
.platform-components-page-list__list-view .item_card.no-image:last-child {
  border-bottom: none;
}
.platform-components-page-list__list-view .item_card.no-image .article-preview {
  background: unset !important;
  box-shadow: unset !important;
  border-radius: unset !important;
  border: unset !important;
}
.platform-components-page-list__list-view .item_card.no-image .cmp-list__item-title {
  font-size: 1.25rem !important;
  line-height: 120% !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__list-view .item_card.no-image .cmp-list__item-title {
    font-size: 1.25rem !important;
  }
}
.platform-components-page-list__list-view .item_card.no-image .page-button {
  position: relative;
  border-radius: 0 !important;
}
.platform-components-page-list__list-view .item_card.no-image .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__list-view .item_card.no-image .page-button:hover:after,
.platform-components-page-list__list-view .item_card.no-image .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #222222 !important;
  font-size: 0.875rem !important;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-title {
  line-height: 120% !important;
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #222222 !important;
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__one-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 68%, #ffffff 100%);
  }
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description {
  color: #ffffff !important;
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68%, #000000 100%);
  }
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper:after,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #222222 !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-title {
  line-height: 120% !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(1) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(4) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-date {
  font-size: 0.875rem !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(1) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(4) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
  line-height: 120% !important;
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #222222 !important;
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after,
.platform-components-page-list__four-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after,
  .platform-components-page-list__four-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 68%, #ffffff 100%);
  }
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description {
  color: #ffffff !important;
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after,
  .platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68%, #000000 100%);
  }
}
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title {
  font-size: 1.25rem !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
  .platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title {
    font-size: 1.25rem !important;
  }
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button {
  position: relative;
  border-radius: 0 !important;
  color: #e31c3d !important;
  background-color: transparent!important;
  padding: 15px 0 !important;
  border-width: 0 !important;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:hover,
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:active,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:active {
  color: #981b1e !important;
  background-color: transparent!important;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:hover:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:hover:after,
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:active:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:hover {
  border-width: 0 !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-preview,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-preview,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-preview {
  background: unset !important;
  box-shadow: unset !important;
  border-radius: unset !important;
  border: unset !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
  font-size: 1.25rem !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
  .platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
  .platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
    font-size: 1.25rem !important;
  }
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button {
  position: relative;
  border-radius: 0 !important;
  color: #e31c3d !important;
  background-color: transparent!important;
  padding: 15px 0 !important;
  border-width: 0 !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:active,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:active,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:active {
  color: #981b1e !important;
  background-color: transparent!important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:hover:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:hover:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:hover:after,
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:active:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:active:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:hover {
  border-width: 0 !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) {
  border-bottom: 1px solid #dfdfdf;
}
.platform-components-page-list__four-card .item_card:nth-child(3) {
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 1023px) and (min-width: 901px) {
  .platform-components-page-list__four-card .item_card:nth-child(2) {
    border-bottom: none;
  }
  .platform-components-page-list__four-card .item_card:nth-child(3) {
    border-bottom: none;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .cmp-list__category {
  font-size: 12px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  font-size: 14px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .content-wrapper {
  padding-top: 0px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper {
  height: 100%;
  overflow: visible;
  margin-top: 20px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper img {
  position: relative;
  height: 245px;
}
.platform-components-page-list__masthead-view,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container {
  margin: 0;
}
.platform-components-page-list__masthead-view .item_card,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.platform-components-page-list__masthead-view .item_card.slick-slide,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide {
  padding: 0;
  flex: initial;
  width: 100%;
  height: 70vh!important;
  position: relative;
}
.platform-components-page-list__masthead-view .item_card .article-preview,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview {
  border: none;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card {
    justify-content: end;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .image-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .image-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .image-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .image-wrapper {
  position: absolute;
  flex: 0 0 100%;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card .image-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .image-wrapper,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .image-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .image-wrapper {
    flex: 0 0 80%;
    height: 80%;
    top: 0;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper {
  background: #ffffff;
  position: relative;
  width: 460px;
  height: 360px;
  padding: 0 70px;
  margin: 0 14vw;
  flex: initial;
  justify-content: center;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper {
    padding: 25px 45px;
    width: 95%;
    min-width: 0;
    min-height: 250px;
    margin: 0;
    height: auto;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
  font-size: 2.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
    font-size: 1.625rem;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg {
  height: auto;
  overflow: visible;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg path,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg path,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg path,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg path {
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
  fill: #e31c3d;
  transform-origin: left;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg .line,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg .line {
  transform: scaleX(1);
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg .head,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg .head {
  transform: translateX(1);
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link {
  pointer-events: none;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper {
  pointer-events: initial;
  overflow: hidden;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper .content-info,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper .content-info,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper .content-info,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper .content-info,
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper svg,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper svg {
  z-index: 2;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper:before,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper:before {
  z-index: 1;
  transform-origin: top left;
  transform: scale(0.8);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top left, #464646 27%, #ffffff 57%);
  opacity: 0;
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper {
  pointer-events: initial;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description {
  opacity: .87;
  color: #ffffff;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper:before,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper:before {
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  opacity: 1;
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card svg .line,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .line {
  transform: scaleX(1.5);
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card svg .head,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .head {
  transform: translateX(13px);
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .image-wrapper img,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .image-wrapper img,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .image-wrapper img,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .image-wrapper img {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper[data-overlay-indicators-mobile="true"] .platform-components-page-list__masthead-carousel-view.pc-carousel-container[data-indicators-mobile="true"] .item_card.slick-slide .article-preview .article-card .content-wrapper {
    padding: 25px 45px 45px;
  }
}
.aem-AuthorLayer-Edit .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Layouting .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Developer .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Timewarp .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Preview .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Edit .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Layouting .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Developer .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Timewarp .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Preview .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card {
  min-height: 200px!important;
  max-height: 500px!important;
  overflow: hidden;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 {
  width: 100%;
  height: fit-content !important;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 {
    margin-block: 30px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview {
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .cmp-list__item-link {
  display: block;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card {
  display: grid;
  box-sizing: border-box;
  height: fit-content;
  margin: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card {
    margin: 0 0 0 7%;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: 750px;
  height: 100vh;
  max-height: 1200px;
  grid-template-columns: 1fr 3fr 9fr 2fr;
  grid-template-rows: minmax(55px, 2fr) minmax(278px, 9fr) minmax(25px, 2fr) 3fr 9fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    grid-template-columns: 1fr 3fr 6fr 6fr;
    grid-template-rows: 1fr 6fr 3fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-wrapper {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-wrapper img,
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-wrapper video {
  position: relative;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary {
  grid-column: 2 / 5;
  grid-row: 2 / 4;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary img,
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary video {
  object-position: top;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary img,
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary video {
    object-position: unset;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-secondary {
  grid-column: 1 / 4;
  grid-row: 1 / 5;
  max-height: 700px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-secondary {
    width: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-secondary {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    min-width: 350px;
    max-height: unset;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture {
  grid-column: 2 / 5;
  grid-row: 3 / 6;
  position: relative;
  left: 87px;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture {
    grid-column: 4 / 5;
    grid-row: 1 / 4;
    left: 0;
    z-index: 0;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture img {
  object-fit: contain;
  object-position: top right;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture img {
    object-position: right;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-content-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: fit-content;
  height: 100%;
  max-height: 1200px;
  grid-template-columns: 1fr 13fr 1fr;
  grid-template-rows: minmax(325px, 11fr) minmax(max-content, 12fr);
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-content-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    display: grid;
    grid-template-columns: 6fr 5fr;
    grid-template-rows: minmax(128px, 2fr) minmax(max-content, 9fr);
    margin: 0;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper {
  display: block;
  box-sizing: border-box;
  min-height: unset;
  height: fit-content;
  width: 100%;
  padding: 32px 25px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper {
    width: 550px;
    padding: 32px 25px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper {
    width: 480px;
    padding: 62px 78px 62px 84px;
    margin: 0 100px 100px 0;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: left;
    align-self: start;
    z-index: 2;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper &gt; * {
  position: relative;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper .content-info {
  width: 100%;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper .content-info &gt; * {
  display: block;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
  width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card {
    margin: 0 7% 0 0;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-media-grid {
  grid-template-columns: 2fr 9fr 3fr 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-media-grid {
    grid-template-columns: 6fr 6fr 3fr 1fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-primary {
  grid-column: 1 / 4;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-primary {
    grid-column: 2 / 4;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-primary img {
    object-position: top left;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-secondary {
  grid-column: 2 / 5;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-secondary {
    justify-self: right;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-secondary {
    grid-column: 3 / 5;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture {
  grid-column: 1 / 4;
  left: unset;
  right: 160px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture {
    grid-column: 1 / 2;
    right: unset;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture img {
  object-position: top left;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture img {
    object-position: left;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-content-grid {
    grid-template-columns: 5fr 6fr;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .content-wrapper {
    grid-column: 1 / 2;
    margin: 0 0 100px 100px;
    justify-self: right;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 {
  width: 100%;
  height: fit-content !important;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview {
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .cmp-list__item-link {
  display: block;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card {
  display: grid;
  box-sizing: border-box;
  height: fit-content;
  margin: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card {
    margin-inline: 7%;
    margin-block: 30px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: 750px;
  height: 100vh;
  max-height: 1200px;
  grid-template-columns: 1fr 10fr 4fr;
  grid-template-rows: minmax(380px, 14fr) minmax(54px, 2fr) 10fr minmax(135px, 5fr);
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    grid-template-columns: 5fr 7fr;
    grid-template-rows: repeat(12, 1fr);
    gap: 20px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-wrapper {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-wrapper img,
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-wrapper video {
  position: relative;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-primary {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-primary {
    grid-column: 2 / 3;
    grid-row: 1 / 11;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-secondary {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
  max-height: 225px;
  min-width: 300px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-secondary {
    width: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-secondary {
    grid-column: 1 / 2;
    grid-row: 1 / 8;
    max-height: 100%;
    min-width: unset;
    z-index: 2;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture {
  grid-column: 2 / 4;
  grid-row: 3 / 5;
  position: relative;
  left: 0px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture {
    grid-column: 1 / 2;
    grid-row: 5 / 13;
    left: 0px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture img {
  object-fit: contain;
  object-position: bottom right;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture img {
    object-position: bottom;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-content-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: fit-content;
  height: 100%;
  max-height: 1200px;
  grid-template-columns: 1fr 13fr 1fr;
  grid-template-rows: minmax(405px, 14fr) minmax(max-content, 10fr) minmax(135px, 5fr);
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-content-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    grid-template-columns: 6fr 6fr;
    grid-template-rows: 9fr 3fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper {
  display: block;
  box-sizing: border-box;
  min-height: unset;
  height: fit-content;
  width: 100%;
  padding: 32px 25px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper {
    width: 550px;
    padding: 32px 25px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper {
    width: 480px;
    padding: 62px 78px 62px 84px;
    margin: 100px 0 0 100px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    justify-self: right;
    align-self: end;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper &gt; * {
  position: relative;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper .content-info {
  width: 100%;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper .content-info &gt; * {
  display: block;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
  width: fit-content;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-media-grid {
  grid-template-columns: 4fr 10fr 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-media-grid {
    grid-template-columns: 7fr 5fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-primary {
  grid-column: 1 / 4;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-primary {
    grid-column: 1 / 2;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-secondary {
  grid-column: 2 / 4;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-secondary {
    justify-self: right;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-secondary {
    grid-column: 2 / 3;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture {
  grid-column: 1 / 3;
  position: relative;
  left: unset;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture {
    grid-column: 2 / 3;
    left: 135px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture img {
  object-position: bottom left;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture img {
    object-position: bottom;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .content-wrapper {
  grid-column: 2 / 3;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .content-wrapper {
    grid-column: 2 / 3;
    margin: 100px 100px 0 0;
    justify-self: left;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video {
  width: 100%;
  height: fit-content !important;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video {
    margin-block: 30px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll {
  height: 150vh !important;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link .article-card .content-wrapper:before {
  display: none;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link:hover .cmp-list__item-title,
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link:hover .cmp-list__category,
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link:hover .cmp-list__item-description {
  opacity: 1!important;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview {
  min-height: 750px;
  height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview {
    min-height: 800px;
    height: 100vh;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 25px;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card &gt; *,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper &gt; * {
  grid-area: 1 / 1 / 2 / 2;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .dpc-video-overlay,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .dpc-video-overlay {
  height: 100%;
  background: radial-gradient(35.4% 35.4% at 50% 50%, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper {
  min-height: unset;
  height: fit-content;
  width: 372px;
  padding: 32px 25px;
  margin-inline: auto;
  text-align: center;
  background: unset;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper,
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper {
    max-width: 372px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper,
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper {
    width: 660px;
    padding: 62px 78px 62px 84px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper svg,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper svg {
  margin-inline: auto;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper .content-info,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper .content-info {
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper .content-info &gt; *,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper .content-info &gt; * {
  display: block;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper .content-info .cmp-list__category {
  width: fit-content;
  margin-inline: auto;
}
.platform-components-page-list__list-view .item_card:nth-child(n+1) .cmp-list__item-date {
  font-size: 0.75rem !important;
}
.platform-components-page-list__list-view .item_card.with-image .cmp-list__item-title {
  font-size: 0.875rem !important;
}
.platform-components-page-list__list-view .item_card.with-image .page-button:after {
  font-family: 'amana-icons';
}
.platform-components-page-list__list-view .item_card.no-image .cmp-list__item-title {
  font-size: 0.875rem !important;
}
.platform-components-page-list__list-view .item_card.no-image .page-button:after {
  font-family: 'amana-icons';
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  font-size: 0.75rem !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(1) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(4) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-date {
  font-size: 0.75rem !important;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title {
  font-size: 0.875rem !important;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:after {
  font-family: 'amana-icons';
}
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
  font-size: 0.875rem !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:after {
  font-family: 'amana-icons';
}

.sms-lead-gen-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1051;
	background: rgba(46, 46, 46, 0.9);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}	

.sms-lead-gen-modal .lead-gen-modal__dialog {
	display: block;
	visibility: visible;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 2;
}

.sms-lead-gen-modal h1 {
	margin: 30px 0 10px 15px;
	color: #fefefe;
	font-size: 2.6em;
	text-align: center;
	font-weight: bold;
	text-transform: none;
}

.sms-lead-gen-modal .close {
	color: #fefefe;
    opacity: unset;
    padding: 0px 6px;
    font-size: 21px;
    position: relative;
    top: -35px;
	right: 6px;
    float: right;
    width: 24px;
    height: 24px;
    text-align: center;
	line-height: normal;
	background-color: #E31C3D;
	font-weight: 100;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn span {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
}

.sms-lead-gen-modal .close:hover,
.close:focus {
	text-decoration: none;
	cursor: pointer;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn:hover {
	background-color: #981b1e;
	color: #fff;
}

.sms-lead-gen-modal .thankbtn:hover {
	background-color: #9a132b;
	border: 0;
	outline: 0;
	color: #fff;
}

.sms-lead-gen-modal .btn {
	display: block;
	background-color: #c41230;
	margin: 10px auto;
	cursor: pointer;
}

.sms-lead-gen-modal .lead-gen-modal__subblock {
	height: 100%;
	width: 100%;
    padding: 25px;
    background-color: #F6F6F6;
}

.sms-lead-gen-modal .lead-gen-modal__cx-widget {
	text-align: center;
	font-size: 1.8em;
	padding: 0 25px;
	line-height: normal;
}

.sms-lead-gen-modal .lead-gen-modal__subblock p {
	padding: 0;
    text-align: left;
    font-family: 'Avenir-Roman','Avenir',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
    color: #000000;
	margin: .5rem 0;
}

.sms-lead-gen-modal .lead-gen-modal__form {
	display: block;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0;
}

.sms-lead-gen-modal .form-input {
	display: block;
	height: 43.02px;
	width: 460px;
	padding-left: 15px;
	background-color: #fff;
	border: 1px solid #E2E2E5;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
	margin: 20px 0;
	background: #E31C3D;
	color: #fff;
	width: auto;
	height: 48px;
	font-size: 12px;
    font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
    text-transform: uppercase;
	border: 0;
	cursor: pointer;
	padding: 15px 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	order: 4;
}

.sms-lead-gen-modal .form-group {
	padding: 0;
	margin: 0 0 1rem;
	border: 0;
}

.sms-lead-gen-modal .form-label {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 12px;
	text-align: left;
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
}
.sms-lead-gen-modal .form-error-item {
    margin: 0.25rem 0 0;
    padding: 0;
    color: #c41230;
    font-size: .9375rem;
	display:none;
}

.sms-lead-gen-modal .form-label span {
	padding-left: 5px;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn:focus {
	outline: .125rem solid #000;
    outline-offset: .125rem;
}

.sms-lead-gen-modal .lead-gen-modal__subblock:focus, .sms-lead-gen-modal .close:focus {
	outline: 0.125rem solid #fff;
    outline-offset: 0.125rem;
}

.sms-lead-gen-modal label.email-label {
    display: block;
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #000000;
}

.sms-lead-gen-modal label.email-label span {
	padding-left: 5px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

.sms-lead-gen-modal label.phone-label span {
    padding-left: 5px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

.sms-lead-gen-modal input.lead-gen-modal__form__input {
	display: block;
    height: 43.02px;
    width: 460px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #E2E2E5;
	font-size: 16px;
}

.sms-lead-gen-modal .lead-gen-modal__form input:focus, .sms-lead-gen-modal .lead-gen-modal__form input:focus-visible {
	border-color: #0079c1;
	box-shadow: inset 0 0.062rem 0.062rem rgb(0 0 0 / 8%), 0 0 0.5rem rgb(0 121 193 / 60%);
	outline: 0 none;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form p {
    font-size: 14.4px;
    margin-left: 10px;
    display: inline-block;
    line-height: 125%;
    font-family: 'Avenir-Roman','Avenir',sans-serif;
    font-style: normal;
    padding: 0;
    align-items: center;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
	font-size: 1em;
	font-weight: normal;
	color: #DC1E3E;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form p a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #DC1E3E;
}

.sms-lead-gen-modal input.lead-gen-modal__opt-form__input {
	width: 22px;
	height: 22px;
	display: flex;
	margin: 0;
	border: 1px solid #E2E2E5;
	background: #fff;
	flex: none;
	order: 0;
	flex-grow: 0;
	box-sizing: border-box;
	accent-color: #E31C3D;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form {
	display: flex;
	line-height: 15px;
	margin: 10px 0;
}

.sms-lead-gen-modal .lead-gen-modal__form--right-arrow:after {
	position: absolute;
	margin-left: 18px;
	margin-top: 18px;
	content: " ";
	border-left: 5px solid brown;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}

.sms-lead-gen-modal .thankbtn {
	width: 50%;
	height: 50px;
	font-size: 1.5em;
	border: 0;
	border-radius: 4px;
	color: white;
	font-weight: 600;
	text-transform: none;
}

.sms-lead-gen-modal .lead-gen-modal__thank-you h1 {
	color: #444a52;
}

.sms-lead-gen-modal .lead-gen-modal__end-note p {
	font-size: .57em;
    text-align: left;
    padding: 0 25px;
    font-family: 'Avenir-Roman','Avenir',sans-serif;
    display: flex;
    align-items: center;
}

.sms-lead-gen-modal .lead-gen-modal__body {
	width: 600px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
}

.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
	color: #DC1E3E;
	font-size: 14px;
	text-align: left;
	margin: 0;
	display: block;
	padding-top: 2px;
	font-family: 'Avenir-Roman','Avenir',sans-serif;
    font-weight: 900;
}

.sms-lead-gen-modal .sms-check-error {
	color: red;
	font-size: 14px;
	text-align: left;
	margin: 0;
	display: block;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_name {
	color: #fefefe;
	margin: 0;
	font-size: 8em;
	text-align: center;
	font-weight: bold;
	font-family: "Avenir-Roman", sans-serif;
	text-transform: none;
	line-height: .8;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_sub {
	font-size: 1.6em;
	padding: 5px 0 5px 25px;
	font-weight: 600;
	margin: 0;
	text-transform: none;
	color: #fefefe;
	text-align: left;
	letter-spacing: 5px;
	font-family: "Avenir-Roman", sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
	font-size: 28px;
    padding-top: 10px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
    text-align: left;
    color: #000000;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
	font-size: 13.1px;
	display: block;
	line-height: normal;
	font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: 400;
	text-align: left;
	padding-bottom: 10px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
	height: auto;
    padding: 25px;
    background: #F6F6F6;
    width: 98%;
    margin: 0 auto;
}

.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal__form__input,
.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal_phone-form-input {
	font-size: 16px;
    margin-right: 5px;
    display: block;
    height: 43.02px;
    width: 460px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #E2E2E5;
	font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 125%;
	font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
	font-style: normal;
	margin: 0;
	align-items: center;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
	font-size: 8px;
	text-align: left;
	padding: 0 25px;
	font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
	display: flex;
	align-items: center;
	line-height: normal;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p a {
	color: #000;
}

.sms-lead-gen-modal .sms-lead-gen-modal.lead-gen-modal__dialog .close {
	color: #fefefe;
	opacity: unset;
	padding: 2px 5px;
	font-size: 1em;
	position: relative;
	top: -35px;
	right: 40px;
	background: #005ABB;
	border: none;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p sup {
	font-size: 13px;
    top: -0.2rem;
}

.sms-lead-gen-modal .super {
	font-size: x-large;
	vertical-align: top;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink {
	width: 100%;
	display: table;
	height: 100%;
	margin: 0;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__content {
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you {
	background-color: #F6F6F6;
	height: 150px;
	padding: 15px 10px 0px 10px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you h1 {
	color: #000000;
    font-size: 28px;
    margin: 0;
    font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
    text-transform: uppercase;
	text-align: left;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .center_block {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Avenir-Roman", sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .center_block p {
	text-align: center;
    font-size: 12px;
    letter-spacing: .8px;
    font-family: 'Avenir-Roman','Avenir',sans-serif;
    margin-top: 20px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .center_block .thankbtn {
	width: 60%;
	height: 35px;
	border: 0;
	border-radius: 0;
	color: white;
	font-weight: 600;
	text-transform: none;
	font-size: .7em;
}

.sms-lead-gen-modal .form-group.form-group-phone-field {
	margin-bottom: 0;
}

.sms-lead-gen-modal .lead-gen-modal__end-note_para p {
	padding: 0;
	font-size: .32em;
	text-align: left;
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p {
	padding: 0;
    font-size: .9em;
    text-align: left;
    font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #000000;
	margin-top: 20px;
}

.sms-lead-gen-modal .sms-email-error {
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	text-align: left;
	color: #C41230;
	padding-top: 5px;
}

.sms-lead-gen-modal .sms-phone-error {
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	text-align: left;
	color: #C41230;
	padding-top: 5px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog input:focus {
	border: none;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form label {
	display: flex;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
		font-size: .5em;
		margin: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
		font-size: 28px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
		font-size: 14.8px;
		display: block;
		line-height: normal;
		font-weight: 400;
		text-align: left;
		padding-bottom: 10px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
		font-size: 12px;
		margin: 0;
		display: inline-block;
		text-align: left;
		letter-spacing: 0.2px;
		padding-left: 10px;
		padding-top: 3px;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
		height: 100%;
		padding: 25px 33px;
		background-color: #F6F6F6;
		width: auto;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
		font-size: .57em;
		text-align: left;
		padding: 0 25px;
	}

	.sms-lead-gen-modal .lead-gen-modal__form__submit-btn span {
		font-size: 18px;
	}

	.sms-lead-gen-modal .close {
		color: #fefefe;
		opacity: unset;
		padding: 0px 2px;
		font-size: 26px;
		margin: 0;
		right: 0.5rem;
		top: -50px;
		left: 0px;
		height: 30px;
		width: 30px;
		text-align: center;
	}
}

@media screen and (max-width:600px) {

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
		font-size: 13px;
		padding-bottom: 5px;
        line-height: 17.5px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
		font-size: 23px;
		padding-top: 15px;
        padding-bottom: 0;
        line-height: 28px;
	}

    .sms-lead-gen-modal label.email-label {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 125%;
        display: flex;
        align-items: center;
        letter-spacing: 0.42px;
        padding-bottom: 10px;
        margin: 0px;
    }

    .sms-lead-gen-modal .email-label span {
        font-family: 'Avenir-Heavy','Avenir',sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 125%;
        display: flex;
        align-items: flex-end;
        letter-spacing: 0.54px;
        padding-top: 4px;
    }

    .sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal__form__input {
        font-size: 16px;
        margin-right: 5px;
		padding-left: 15px;
		width: 100%;
    }

	.sms-lead-gen-modal .sms-email-error {
		font-family: 'Avenir-Roman','Avenir',sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 125%;
		text-align: left;
		color: #C41230;
		padding-top: 5px;
	}

    .sms-lead-gen-modal label.phone-label{
        font-family: 'Avenir-Roman','Avenir',sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 125%;
        display: flex;
        align-items: center;
        letter-spacing: 0.42px;
        padding: 15px 0px 10px 0px;
        margin: 0px;
    }

    .sms-lead-gen-modal .lead-gen-modal_phone-form-input {
        font-size: 16px;
        margin-right: 5px;
        display: block;
        height: 43.02px;
        width: 460px;
        padding-left: 15px;
        background-color: #fff;
        border: 1px solid #E2E2E5;
    }

	.sms-lead-gen-modal .sms-phone-error {
		font-family: 'Avenir-Roman','Avenir',sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 125%;
		text-align: left;
		color: #C41230;
		padding-top: 5px;
	}

    .sms-lead-gen-modal input.lead-gen-modal__opt-form__input {
        width: 24px;
        height: 24px;
        display: flex;
        margin-top: 9.01px;
        border: 1px solid #E2E2E5;
        background: #fff;
        order: 0;
        box-sizing: border-box;
    }

	.sms-lead-gen-modal .form-input {
		max-width: 22em;
		height: 36.02px;
		padding-left: 5px;
	}

	.sms-lead-gen-modal .lead-gen-modal__form {
		margin: 10px 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		padding: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__thank-you .btn {
		display: block;
		background-color: #c41230;
		margin: 10px auto;
		width: 70px;
		height: 25px;
		font-size: .6rem;
		padding: 0px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__content {
		opacity: 1;
		margin: auto;
		padding: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.sms-lead-gen-modal .close {
		color: #fefefe;
		display: block;
		position: relative;
		padding: 0px 0px;
		top: -10rem;
		right: 0.2rem;
		width: 24px;
		height: 24px;
		font-weight: bold;
		vertical-align: middle;
		text-align: center;
		text-indent: 0; 
		font-size: 18px;
		margin: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog {
		position: fixed;
		width: 100%;
		margin: 0;
		bottom: 0;
	}

	.sms-lead-gen-modal .close:hover,
	.close:focus {
		text-decoration: none;
		cursor: pointer;
	}

	.sms-lead-gen-modal h1 {
		font-size: 1.7em;
		height: 24px;
		margin: 30px 0 10px 0;
	}

	.sms-lead-gen-modal h2 {
		font-size: .49em;
		padding: 10px 0 0;
		margin-top: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
		padding: 5px 15px;
		width: 100%;
		margin: 0 auto;
		display: inline-block;
		position: absolute;
		float: left;
		left: 0;
		top: auto;
		transform: none;
		height: auto;
		bottom: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__subblock .lead-gen-modal__cx-widget {
		padding: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__subblock p {
		font-size: 9px;
		line-height: 1;
		margin-top: 10px;
    	text-align: left;
	}

	.sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
		font-size: 16px;
		padding: 0;
		width: 185px;
		height: 50px;
		margin: 15px 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__subblock h1 {
		color: #444a52;
		margin: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form {
		display: flex;
		line-height: 15px;
		margin-bottom: 0;
		padding-right: 11px;
	}
	
	.sms-lead-gen-modal .lead-gen-modal__opt-form label {
		display: flex;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
		font-size: 1em;
		letter-spacing: 0.3px;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form p {
		font-size: .4em;
		padding-left: 7px;
		line-height: 15px;
		padding-right: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__form--right-arrow:after {
		margin-left: 10px;
		margin-top: 12px;
		border-left: 4px solid brown;
		border-bottom: 3px solid transparent;
		border-top: 3px solid transparent;
	}

	.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
		font-size: .34em;
		margin: 0;
		display: block;
		line-height: 8px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
		font-size: 9px;
        font-weight: 400;
		text-align: left;
		padding: 0px 25px 0px 0px;
	}

	.sms-lead-gen-modal .form-label {
		font-size: .6rem;
		margin-bottom: 5px;
	}

	.sms-lead-gen-modal .form-label span {
		font-size: .5rem;
	}

	.sms-lead-gen-modal .form-group {
		margin: 0 0 0.5rem;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
		font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 125%;
        letter-spacing: 0.42px;
        text-align: left;
		margin-top: 0px;
        display: block;
	}

	.sms-lead-gen-modal .lead-gen-modal__form__submit-btn span {
		font-size: 10px;
		letter-spacing: .5px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you h1 {
		color: #000000;
		font-size: 18px;
		margin: 0;
		font-family: 'Gotham SSm A','Gotham SSm B','Gotham',Verdana,Trebuchet MS,Arial,Helvetica Neue,Helvetica,sans-serif;
		text-transform: uppercase;
		height: auto;
		text-align: left;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you {
		background-color: #F6F6F6;
		height: 160px;
		padding: 30px 7px 0px 7px;
	}
	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p{
		font-size: 12px;
		margin-top: 10px;
		text-align: left;
		line-height: normal;
	}
}

@media only screen  and (min-width : 568px) and (max-width:1281px) and (orientation : landscape){
	.sms-lead-gen-modal {
		overflow: scroll;
	}	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
		margin: 45px auto;  
	}
}

@media screen and (max-width: 350px) {
    .sms-lead-gen-modal {
        overflow: scroll;
    }
    .sms-lead-gen-modal::-webkit-scrollbar {
        display: none;
    }
    .sms-lead-gen-modal .close {
        top: -34rem;
    }
    .sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
        margin-top: 37rem;
    }
}

.lead-gen-modal__content p a:not(.btn):not(.header-pencil-banner-v4__message a) {
	color: #222222;
}
.platform-components-image-flyout {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .platform-components-image-flyout {
    overflow: hidden;
  }
}
.platform-components-image-flyout .flyout-dynamic-sku-container:not:empty .flyout-cta {
  display: none;
}
.platform-components-image-flyout .flyout-dynamic-sku {
  display: none;
}
.platform-components-image-flyout .product-flyouts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  z-index: 9;
  pointer-events: none;
}
.platform-components-image-flyout .product-flyouts .flyout-transform {
  position: relative;
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  pointer-events: initial;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout {
  cursor: pointer;
  position: absolute;
  width: 80px;
  height: 80px;
  transform: rotate(-225deg);
  transition: 0.3s all cubic-bezier(1, 0.6, 0.2, 0);
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout {
    transform: initial;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-info {
  visibility: hidden;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  z-index: 9;
  background: transparent;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle svg {
  position: relative;
  width: 24.41px;
  height: 24.41px;
  z-index: 5;
  opacity: 0;
  transition: .3s all ease;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle svg:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle svg:hover {
    opacity: 0;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 2;
  width: 70%;
  height: 70%;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle:after {
  content: "";
  position: absolute;
  width: 24.41px;
  height: 24.41px;
  border-radius: 100%;
  z-index: 4;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse-ring {
  00% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  00% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content {
  position: absolute;
  display: flex;
  width: 360px;
  z-index: 3;
  text-decoration: none;
  text-transform: initial;
  pointer-events: none;
  transform: scale(0.1);
  opacity: 0;
  transition: 0.3s all cubic-bezier(1, 0.6, 0.2, 0);
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  position: relative;
  width: 130px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img img {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  bottom: 10px;
  padding: 3px 5px;
  border-radius: 40px;
  z-index: 10;
  height: 24px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-circle {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin-right: 5px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  font-weight: 800;
  font-size: 8px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy {
  width: calc(100% - 130px);
  padding: 20px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  line-height: 100%;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc {
  margin: 10px 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  display: flex;
  align-items: center;
  line-height: 100%;
  padding: 0;
  background: transparent;
  border: none;
  height: initial;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta .icons-arrow-right {
  position: relative;
  margin-left: 4px;
  transition: all .3s ease;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content:hover .flyout-cta .icons-arrow-right {
  margin-left: 7px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content:focus {
  padding: 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content:active {
  outline: none!important;
  padding: 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content.hide-image .flyout-img {
  display: none;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content.hide-image .flyout-copy {
  width: 100%;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active {
  z-index: 10;
  transform: rotate(0deg);
  transition: 0.6s all cubic-bezier(0, 1, 0.9, 1);
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active {
    transform: initial;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .circle svg {
  opacity: 1;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-content {
  pointer-events: none;
  transform: scale(1);
  opacity: 1;
  transition: 0.6s all cubic-bezier(0, 1, 0.9, 1);
  pointer-events: initial;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-content {
    transform: initial;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-info {
  visibility: visible;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-info {
    display: none;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-top-left .flyout-content {
  top: 40px;
  left: 40px;
  transform-origin: top left;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-top-right .flyout-content {
  top: 40px;
  right: 40px;
  transform-origin: top right;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-bottom-left .flyout-content {
  bottom: 40px;
  left: 40px;
  transform-origin: bottom left;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-bottom-right .flyout-content {
  bottom: 40px;
  right: 40px;
  transform-origin: bottom right;
}
.platform-components-image-flyout .flyout-cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.platform-components-image-flyout .flyout-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform-components-image-flyout .mobile-pc-image-flyout {
  display: none;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .mobile-pc-image-flyout {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 10000000000;
    transition-delay: .2s;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-bg {
    background: rgba(141, 141, 141, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s all ease-in;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 20px);
    text-align: center;
    transform: translate(0, 100%);
    transition: 0.2s all ease-in;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-movement {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-close svg {
    width: 31px;
    height: 31px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-handle svg {
    width: 31px;
    height: 4px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-img {
    width: 100%;
    height: 170px;
    margin: 20px 0;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-img .flyout-color {
    display: none;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-img img {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc {
    margin: 10px 0 20px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-cta {
    width: 100%;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-cta[href=""] {
    display: none;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-cta[href=""].pc-add-to-cart-btn {
    display: flex;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.mobile .flyout-handle {
    display: flex;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.mobile .flyout-close {
    display: none;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.flyout-active {
    opacity: 1;
    pointer-events: initial;
    transition-delay: 00s;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.flyout-active .flyout-bg {
    opacity: 1;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.flyout-active .flyout-content {
    transform: translate(0, 0%);
  }
}
.platform-components-image-flyout .flyout-desc p {
  font-size: inherit;
  line-height: inherit;
}
.platform-components-image-flyout .flyout-desc ul,
.platform-components-image-flyout .flyout-desc ol {
  padding-inline-start: 15px;
  text-align: left;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content {
  border-radius: 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.platform-components-image-flyout .color-name {
  font-family: 'Gotham';
}
.platform-components-image-flyout .flyout-name {
  font-family: 'Gotham';
  font-weight: 700;
  font-size: 1rem;
  text-transform: none;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .flyout-name {
    font-size: 0.75rem;
  }
}
.platform-components-image-flyout .flyout-desc {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 150%;
  font-weight: 400;
}
.platform-components-image-flyout .flyout-cta {
  font-family: 'Gotham';
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .flyout-cta {
    font-size: 0.875rem;
  }
}
.platform-components-image-flyout .flyout-cta .icons-arrow-right {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-image-flyout .flyout-cta .icons-arrow-right {
    font-size: 1.5rem;
  }
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #e31c3d;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .circle:before {
  background: rgba(255, 255, 255, 0.35);
  border: 1.01719px solid #ffffff;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #ffffff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.45));
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #ffffff;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #464646;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #464646;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: #464646;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #e31c3d;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #ffffff;
  }
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #464646;
  }
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: #464646;
  }
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #e31c3d;
  }
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #e31c3d;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .circle:before {
  background: rgba(255, 255, 255, 0.35);
  border: 1.01719px solid #f3f3f4;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #f3f3f4;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #f3f3f4;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.45));
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #f3f3f4;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #f3f3f4;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #464646;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #464646;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: #464646;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #e31c3d;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #f3f3f4;
  }
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #464646;
  }
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: #464646;
  }
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #e31c3d;
  }
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #bbd8ea;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .circle:before {
  background: rgba(0, 0, 0, 0.35);
  border: 1.01719px solid #464646;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #464646;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #464646;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.45));
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #464646;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #464646;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #ffffff;
  text-shadow: 0px 0px 21px rgba(255, 255, 255, 0.13);
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #ffffff;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: #ffffff;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #bbd8ea;
  text-shadow: 0px 0px 21px rgba(255, 255, 255, 0.13);
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #464646;
  }
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #ffffff;
  }
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: #ffffff;
  }
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #bbd8ea;
  }
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .circle:before {
  background: unset;
  border: 1.01719px solid unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .circle:after {
  background: unset;
  box-shadow: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: unset;
  filter: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: unset;
  box-shadow: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: unset;
  text-shadow: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: unset;
  text-shadow: unset;
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: unset;
  }
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: unset;
  }
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: unset;
  }
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: unset;
  }
}
html.pc-flyout-active {
  overflow-y: hidden;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.platform-components-video__js-modal-video {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.platform-components-video__js-modal-video img {
  width: 100%;
}
.modal-video-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.9);
  z-index: 1000000;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.platform-components-video__modal-close {
  opacity: 0;
}
.platform-components-video__modal-close .platform-components-video__modal-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.platform-components-video__modal-body {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform-components-video__modal-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__modal-inner {
    padding: 40px;
  }
}
.platform-components-video__modal-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn {
  outline: none !important;
  position: absolute;
  font-family: 'whirlpool-icons';
  content: '\e92d';
  font-size: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: none;
  height: 5rem;
  width: 5rem;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn:hover {
  color: #981b1e;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn.video-playing {
  display: none;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn .icons-video-play {
  pointer-events: none;
}
.platform-components-video__modal-movie-wrap iframe,
.platform-components-video__modal-movie-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.platform-components-video__modal-close-btn {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__modal-close-btn {
    width: 40px;
    height: 40px;
    right: -40px;
  }
}
.platform-components-video__modal-close-btn .icons-close {
  font-size: 50px;
  color: #464646;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__modal-close-btn .icons-close {
    font-size: 40px;
  }
}
.platform-components-video__modal-close-btn:hover {
  background-color: transparent;
}
.platform-components-video__modal-close-btn:hover .icons-close {
  color: #ffffff;
}
.platform-components-video__modal-movie-wrap .platform-components-video__modal-play-btn {
  font-family: 'amana-icons', sans-serif;
}

.platform-components-video__container {
  width: 100%;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.platform-components-video__container iframe {
  width: inherit;
}
.platform-components-video__container video {
  width: 100%;
  height: inherit;
  background-color: #000000;
}
.platform-components-video__container video::-webkit-media-controls-overlay-play-button {
  opacity: 0;
}
.platform-components-video__container:hover .platform-components-video__play-btn.video-playing + video::-webkit-media-controls-overlay-play-button {
  opacity: 1;
}
.platform-components-video__button {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: block;
  text-decoration: none;
  height: auto !important;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-video__button:hover,
.platform-components-video__button:active,
.platform-components-video__button:focus {
  text-decoration: none;
  padding: 15px 30px;
}
.platform-components-video__button--primary {
  background-color: #e31c3d;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-video__button--primary:hover,
.platform-components-video__button--primary:active,
.platform-components-video__button--primary:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-video__button--secondary {
  background-color: transparent;
  color: #e31c3d;
  box-shadow: inset 0 0 0 2px #e31c3d;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-video__button--secondary:hover,
.platform-components-video__button--secondary:active,
.platform-components-video__button--secondary:focus {
  background-color: #981b1e;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #981b1e;
}
.platform-components-video__button--tertiary {
  background-color: unset;
  padding: 15px 0;
  color: #e31c3d;
  transition: color 200ms ease-out;
}
.platform-components-video__button--tertiary:hover,
.platform-components-video__button--tertiary:active,
.platform-components-video__button--tertiary:focus {
  color: #981b1e;
}
.platform-components-video__button--tertiary:hover,
.platform-components-video__button--tertiary:active,
.platform-components-video__button--tertiary:focus {
  background-color: unset;
  padding: 15px 0;
}
.platform-components-video__button.withicon {
  display: flex;
  align-items: center;
}
.platform-components-video__button.withicon-position--left .button-text {
  order: 2;
}
.platform-components-video__button.withicon-position--left .button-icon {
  order: 1;
  margin-right: 10px;
}
.platform-components-video__button.withicon-position--right .button-text {
  order: 1;
}
.platform-components-video__button.withicon-position--right .button-icon {
  order: 2;
  margin-left: 10px;
}
.platform-components-video__button.withicon-position--top,
.platform-components-video__button.withicon-position--bottom {
  flex-direction: column;
}
.platform-components-video__button.withicon-position--bottom .button-text {
  order: 1;
}
.platform-components-video__button.withicon-position--bottom .button-icon {
  order: 2;
}
.platform-components-video__button .button-icon {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-video__button .button-icon {
    font-size: 1.5rem;
  }
}
.platform-components-video__play-btn {
  outline: none !important;
  position: absolute;
  font-size: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: none !important;
  height: 5rem;
  width: 5rem;
}
.platform-components-video__play-btn .icons-video-play {
  pointer-events: none;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-video__play-btn:hover .icons-video-play {
  color: #981b1e;
}
.platform-components-video__play-btn.video-playing {
  display: none;
}
.platform-components-video__youtube-container {
  background-color: #000000;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.platform-components-video__youtube-container .js-youtube-video-v2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.platform-components-video__js-modal-video img {
  width: 100%;
  height: inherit;
}
.platform-components-video__js-modal-customSize img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-video__js-youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.platform-components-video__image-play-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 5rem;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
  background: none !important;
  outline: none !important;
  border: none !important;
}
.platform-components-video__image-play-icon:hover {
  color: #981b1e;
  background: none !important;
  outline: none !important;
  border: none !important;
}
.platform-components-container .video.baseComponent {
  width: 100%;
  height: 100%;
  position: relative;
}
.platform-components-container .video.baseComponent .platform-components-video {
  height: 100%;
}
.platform-components-container .video.baseComponent .platform-components-video .platform-components-video__container {
  height: 100%;
}
.platform-components-container .video.baseComponent .platform-components-video .platform-components-video__container video {
  object-fit: cover;
}
.video.baseComponent.aem-GridColumn,
.platform-components-container .video.baseComponent {
  margin: 0;
}
.platform-components-video__button {
  font-family: 'Gotham' !important;
}
.platform-components-video__button .button-icon {
  position: relative;
  bottom: 1.2px;
}

.platform-components-content-filter--theme-01 .platform-components-content-filter__title {
  color: inherit;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-chip {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-chip:hover {
  background-color: #ffffff;
  color: #222222;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-clear {
    color: #222222;
  }
}
@media (min-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-clear {
    color: #e31c3d;
  }
  .platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-clear:hover {
    color: #981b1e;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open {
  color: #222222;
  background-color: transparent;
  border-color: none;
  border-width: 1px;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open:hover {
  color: #e31c3d;
  background-color: transparent;
  border-color: #f3f3f4;
  border-width: 1px;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open:focus,
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open.active {
  color: #ffffff;
  background-color: #e31c3d;
  border-color: #f3f3f4;
  border-width: 1px;
}
@media (max-width: 767px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-close .icons-close {
    color: #222222;
  }
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-close:hover .icons-close {
    color: #981b1e;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button {
  color: #222222;
  background-color: transparent;
  border-color: none;
  border-width: 1px;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:hover {
  color: #e31c3d;
  background-color: transparent;
  border-color: #f3f3f4;
  border-width: 1px;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:focus,
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button.active {
  color: #ffffff;
  background-color: #e31c3d;
  border-color: #f3f3f4;
  border-width: 1px;
}
@media (min-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list.drop-shadow {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button {
  color: #222222;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button {
    border-bottom: 1px solid #dfdfdf;
  }
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:last-child {
    border-bottom: none;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button-check {
  background-color: transparent;
  border: 0.1em solid currentColor;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: #464646;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected {
  color: #222222;
  background-color: #ffffff;
  border-color: #ffffff;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check {
  background-color: transparent;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: #e31c3d;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:hover {
  color: #ffffff;
  background-color: #981b1e;
  border-color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:hover .platform-components-content-filter__dropdown--list-button-check {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  background-color: rgba(149, 112, 48, 0.4);
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--button {
  background-color: unset;
  color: #464646;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--button:hover,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--button:focus {
  background-color: unset;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort .sort-notched-outline__lead {
  border: 1px solid #dfdfdf;
  border-right: none;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort .sort-notched-outline__notch {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort .sort-notched-outline__trail {
  border: 1px solid #dfdfdf;
  border-left: none;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--list {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  border-top: 0;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label {
  color: #464646;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active {
  background-color: #ffffff;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort--button,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort-icon {
  color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort--button path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort-icon path {
  fill: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort--list,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__trail {
  border-color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__trail {
  border-bottom: none;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover {
  border-color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus {
  border-color: #dfdfdf;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort--button,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-icon,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-label {
  color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort--button path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-icon path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-label path {
  fill: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort--list,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .sort-notched-outline__trail {
  border-color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-label-selected {
  transition: 200ms ease-in-out;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort--button,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-icon,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-label {
  color: #464646;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort--button path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-icon path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-label path {
  fill: #464646;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort--list,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .sort-notched-outline__trail {
  border-color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.selected:hover .platform-components-content-filter__sort-label-selected {
  transition: 200ms ease-in-out;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-chip {
  background-color: transparent;
  color: #222222;
  border-color: #222222;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-chip:hover {
  background-color: #464646;
  color: #ffffff;
  border-color: #464646;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open:focus,
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open:hover {
  color: #e31c3d;
  background-color: transparent;
  border-color: #f3f3f4;
  border-width: 1px;
}
@media (max-width: 500px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-open.active {
    background-color: transparent;
    outline: inherit;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button {
  border-color: none !important;
}
@media (max-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button {
    color: inherit;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button {
    background-color: #ffffff;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button {
    background-color: transparent;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:focus,
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:hover {
  color: #e31c3d;
  background-color: transparent;
  border-color: #f3f3f4;
  border-width: 1px;
}
@media (max-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:focus,
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button:hover {
    background-color: #ffffff;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button.active {
    color: inherit;
    background-color: #ffffff;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--button.active {
    background-color: #e31c3d;
    color: #ffffff;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list {
    border: 1px solid #dfdfdf;
    border-top: none;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button-check {
  background-color: transparent;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: #ffffff;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check {
  background-color: currentColor;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: #ffffff;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:hover .platform-components-content-filter__dropdown--list-button-check svg path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:focus .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: #e31c3d;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--button {
  background-color: unset;
  color: #464646;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--button:hover,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--button:focus {
  background-color: unset;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort .sort-notched-outline__lead {
  border: 1px solid #dfdfdf;
  border-right: none;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort .sort-notched-outline__notch {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort .sort-notched-outline__trail {
  border: 1px solid #dfdfdf;
  border-left: none;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort--list {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  border-top: 0;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label {
  color: #464646;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active {
  background-color: #ffffff;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort--button,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort-icon {
  color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort--button path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort-icon path {
  fill: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .platform-components-content-filter__sort--list,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__trail {
  border-color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.active .sort-notched-outline__trail {
  border-bottom: none;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover {
  border-color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus {
  border-color: #dfdfdf;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort--button,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-icon,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-label {
  color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort--button path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-icon path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-label path {
  fill: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort--list,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .sort-notched-outline__trail {
  border-color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:hover .platform-components-content-filter__sort-label-selected {
  transition: 200ms ease-in-out;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort--button,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-icon,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-label {
  color: #464646;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort--button path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-icon path,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort-label path {
  fill: #464646;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .platform-components-content-filter__sort--list,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .sort-notched-outline__lead,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .sort-notched-outline__notch,
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort:focus .sort-notched-outline__trail {
  border-color: #981b1e;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__sort.selected:hover .platform-components-content-filter__sort-label-selected {
  transition: 200ms ease-in-out;
}

/* content filter */
.platform-components-content-filter__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}
.platform-components-content-filter__title {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-filter__title {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__title {
    margin-right: 10px;
  }
}
.platform-components-content-filter__dropdown-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
}
.platform-components-content-filter__dropdown-container-overlay {
  display: none;
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown-container-overlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: none;
    transition: 200ms ease-in-out;
    z-index: 999;
  }
  .platform-components-content-filter__dropdown-container-overlay.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown-container {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 450px;
    overflow-y: auto;
    height: 100%;
    background-color: #f3f3f4;
    padding: 50px 20px 20px 20px;
    transition: 200ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    z-index: 1000;
  }
  .platform-components-content-filter__dropdown-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.platform-components-content-filter__sort-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0 20px;
  margin-left: auto;
}
.platform-components-content-filter__taglist-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 100ms ease-in-out;
}
.platform-components-content-filter__taglist-container.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .platform-components-content-filter__taglist-container {
    border-top: 1px solid #d3d3d3;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__taglist-container.hidden-on-mobile {
    overflow: auto;
    white-space: nowrap;
    padding-left: 40px;
  }
  .platform-components-content-filter__taglist-container.hidden-on-mobile .platform-components-content-filter__taglist {
    flex-wrap: nowrap !important;
  }
  .platform-components-content-filter__taglist-container.hidden-on-mobile .platform-components-content-filter__taglist-clear {
    font-size: 0.875rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .platform-components-content-filter__taglist-container.hidden-on-desktop {
    display: none;
  }
  .platform-components-content-filter__taglist-container.hidden-on-desktop.active {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__taglist-container.hidden-on-desktop {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
  }
  .platform-components-content-filter__taglist-container.hidden-on-desktop.active {
    height: auto;
  }
}
.platform-components-content-filter__taglist-container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.platform-components-content-filter__taglist {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.platform-components-content-filter__taglist-label {
  font-family: 'Gotham';
  font-weight: 600;
  line-height: 100%;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #222222;
}
.platform-components-content-filter__taglist-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 150%;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
  margin: 5px;
  padding: 9px 8px;
  border-radius: 4px;
  transition: 200ms ease-in-out;
  border-width: 1px;
  border-style: solid;
}
.platform-components-content-filter__taglist-chip .pc-chip-close {
  font-size: 1.5rem;
  margin-left: 10px;
}
.platform-components-content-filter__taglist-chip:hover {
  cursor: pointer;
}
.platform-components-content-filter__taglist-clear {
  display: flex;
  align-items: center;
  transition: 200ms ease-in-out;
}
@media (max-width: 767px) {
  .platform-components-content-filter__taglist-clear {
    font-size: 0.75rem;
    text-transform: uppercase;
  }
  .platform-components-content-filter__taglist-clear svg {
    height: 0.75rem !important;
    margin-right: 5px;
  }
  .platform-components-content-filter__taglist-clear svg path {
    stroke: currentColor;
  }
}
@media (min-width: 768px) {
  .platform-components-content-filter__taglist-clear {
    font-family: 'Gotham';
    font-weight: 500;
    line-height: 150%;
    font-size: 1rem;
    text-transform: none;
    letter-spacing: 0;
    margin: 5px;
  }
}
.platform-components-content-filter__taglist-clear:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .platform-components-content-filter__taglist-clear:hover {
    text-decoration: underline;
  }
}
.platform-components-content-filter__taglist-overflow {
  position: relative;
}
@media (max-width: 767px) {
  .platform-components-content-filter__taglist-overflow:after,
  .platform-components-content-filter__taglist-overflow:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    width: 40px;
    z-index: 1;
  }
  .platform-components-content-filter__taglist-overflow:before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .platform-components-content-filter__taglist-overflow:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
}
.platform-components-content-filter__dropdown {
  position: relative;
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown {
    width: 100%;
    margin: 10px 0;
  }
}
.platform-components-content-filter__dropdown--button {
  position: relative;
  z-index: 2;
  padding: 6px 6px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  text-decoration: none !important;
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 150%;
  font-size: 0.75rem;
  text-transform: none !important;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown--button {
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }
}
.platform-components-content-filter__dropdown--button .pc-dropdown-indicator {
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__dropdown--button.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.platform-components-content-filter__dropdown--button.active .pc-dropdown-indicator {
  transform: rotate(180deg);
}
.platform-components-content-filter__dropdown--list {
  margin: 0 10px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease-in-out;
}
@media (min-width: 768px) {
  .platform-components-content-filter__dropdown--list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transform: scale(0.9);
    transform-origin: top left;
    min-width: 100%;
    width: max-content;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown--list {
    width: 100%;
    height: 0;
    margin: 0;
  }
}
.platform-components-content-filter__dropdown--list.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  height: auto;
}
.platform-components-content-filter__dropdown--list-button {
  position: relative;
  height: 45px;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  text-align: left;
  text-decoration: none !important;
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 150%;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown--list-button {
    font-size: 0.75rem;
  }
}
.platform-components-content-filter__dropdown--list-button-title {
  padding-left: 10px;
  flex-grow: 1;
}
.platform-components-content-filter__dropdown--list-button-check {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.25em;
  flex: 0 0 1em;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__dropdown--list-button-check svg {
  transition: 200ms ease-in-out;
  opacity: 0;
}
.platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check svg {
  opacity: 1;
}
@media (min-width: 768px) {
  .platform-components-content-filter__dropdown-open,
  .platform-components-content-filter__dropdown-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown-open {
    position: relative;
    z-index: 2;
    padding: 6px 6px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    border-radius: 0;
    text-decoration: none !important;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    text-transform: none !important;
    letter-spacing: 0;
  }
  .platform-components-content-filter__dropdown-open svg {
    width: 1.5em;
    height: 1.5em;
    margin-left: 5px;
  }
  .platform-components-content-filter__dropdown-open svg path {
    fill: currentColor;
  }
}
@media (max-width: 767px) {
  .platform-components-content-filter__dropdown-close {
    width: 50px;
    height: 40px;
    margin: unset;
    background: unset;
    border: unset;
    padding: unset;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .platform-components-content-filter__dropdown-close .icons-close {
    font-size: 50px;
    transition: background-color 200ms ease-out, color 200ms ease-out;
  }
  .platform-components-content-filter__dropdown-close:hover {
    background: unset;
    border: unset;
    padding: unset;
  }
}
@media (max-width: 767px) and only screen and (max-width: 767px) {
  .platform-components-content-filter__dropdown-close .icons-close {
    font-size: 40px;
  }
}
.platform-components-content-filter__sort {
  position: relative;
  display: block;
}
.platform-components-content-filter__sort-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort-icon path {
  fill: #464646;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort--button {
  position: relative;
  display: block;
  border: unset;
  min-width: 150px;
  z-index: 2;
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  padding: 10px 26px 10px 10px;
  transition: 200ms ease-in-out;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .platform-components-content-filter__sort--button {
    font-size: 0.75rem;
  }
}
.platform-components-content-filter__sort--button [tabindex]:focus {
  outline: none !important;
}
.platform-components-content-filter__sort--button.active .platform-components-content-filter__sort-icon {
  transform: rotate(180deg) translateY(50%);
}
.platform-components-content-filter__sort-label {
  transition: 200ms ease-in-out;
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .platform-components-content-filter__sort-label {
    font-size: 0.75rem;
  }
}
.platform-components-content-filter__sort-label-selected {
  transition: 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.platform-components-content-filter__sort .sort-notched-outline {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
.platform-components-content-filter__sort .sort-notched-outline__lead {
  border-radius: 2px 0 0 2px;
  width: 10px;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort .sort-notched-outline__notch {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: auto;
  max-width: calc(80%);
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort .sort-notched-outline__trail {
  border-radius: 0 2px 2px 0;
  flex-grow: 1;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort--list {
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 2px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort--list.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.platform-components-content-filter__sort--list-item-button {
  background-color: unset;
  margin: 0;
  width: 100%;
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  color: #464646;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 10px 10px !important;
  transition: 200ms ease-in-out;
  text-align: left;
  display: block;
  text-decoration: none !important;
}
.platform-components-content-filter__sort--list-item-button.selected {
  color: #981b1e;
  font-weight: bold;
}
.platform-components-content-filter__sort--list-item-button:hover {
  background-color: unset;
  color: #981b1e;
  margin: 0;
}
.platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label {
  transform: translateY(-50%);
  display: block;
  background-color: unset;
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: calc(0.5rem);
}
@media (max-width: 767px) {
  .platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label {
    font-size: calc(0.5rem);
  }
}
.platform-components-content-filter__sort.selected .sort-notched-outline__notch {
  border-top: none;
  align-items: flex-start;
  padding: 0 3px;
}
.platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label-selected {
  opacity: 1;
  visibility: visible;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.platform-components-content-filter__sort.active .sort-notched-outline__lead {
  border-bottom-left-radius: 0;
}
.platform-components-content-filter__sort.active .sort-notched-outline__trail {
  border-bottom-right-radius: 0;
}
.platform-components-content-filter .pc-filter-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media (max-width: 500px) {
  .platform-components-content-filter__title {
    display: none;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter__taglist-container {
    border-top: 1px solid #464646;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter__taglist-container.active {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter__taglist-container.active {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter__taglist-container.hidden-on-mobile .platform-components-content-filter__taglist-clear {
    font-size: 1.25rem;
    margin-right: 0.5rem;
  }
}
.platform-components-content-filter__taglist-label {
  font-family: 'Gotham';
}
.platform-components-content-filter__taglist-chip {
  padding: 6px 6px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .platform-components-content-filter__taglist-clear {
    font-size: 0.75rem;
    font-family: 'Gotham';
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter__taglist-clear {
    text-decoration: underline;
  }
}
.platform-components-content-filter__dropdown--button {
  padding: 21px 16px;
}
@media (max-width: 768px) {
  .platform-components-content-filter__dropdown--button {
    border-radius: 0;
    padding: 21px 16px;
  }
}
.platform-components-content-filter__dropdown--button .pc-dropdown-indicator {
  transition: transform 200ms ease-in-out;
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .platform-components-content-filter__dropdown--list {
    max-width: 250px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter__dropdown--list {
    border-radius: 0;
  }
}
.platform-components-content-filter__dropdown--list-button {
  padding-left: 18px;
  padding-right: 18px;
}
.platform-components-content-filter__dropdown--list-button-check svg path {
  transition: 200ms ease-in-out;
}
@media (max-width: 768px) {
  .platform-components-content-filter__dropdown-open {
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 0.75rem;
  }
}
@media (max-width: 500px) {
  .platform-components-content-filter__dropdown-open {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .platform-components-content-filter__dropdown-close .icons-close {
    font-size: 40px;
  }
}
@media (max-width: 768px) and only screen and (max-width: 767px) {
  .platform-components-content-filter__dropdown-close .icons-close {
    font-size: 30px;
  }
}
.platform-components-content-filter__sort-icon {
  font-size: 1.5rem;
}
.platform-components-content-filter__sort-icon path {
  fill: #464646;
  transition: 200ms ease-in-out;
}
.platform-components-content-filter__sort--button {
  font-size: 0.75rem;
  text-transform: none;
  padding: 10px 30px 10px 10px;
}
@media (max-width: 768px) {
  .platform-components-content-filter__sort--button {
    font-size: 0.75rem;
  }
}
.platform-components-content-filter__sort-label {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .platform-components-content-filter__sort-label {
    font-size: 0.75rem;
  }
}
.platform-components-content-filter__sort .sort-notched-outline__lead {
  width: 5px;
}
.platform-components-content-filter__sort--list-item-button {
  font-size: 0.75rem;
  text-transform: none;
}
.platform-components-content-filter__sort--list-item-button.selected {
  color: #981b1e;
  font-weight: bold;
}
.platform-components-content-filter__sort--list-item-button:hover {
  background-color: unset;
  color: #981b1e;
  margin: 0;
}
.platform-components-content-filter__sort.selected .platform-components-content-filter__sort-label {
  text-transform: none;
}

.platform-components-content-card {
  /* Overrides the Platform Component style to remove the headline's margin */
}
.platform-components-content-card.platform-components-content-card--v2 {
  margin: 0;
  display: block;
  border: none;
  height: auto !important;
}
.platform-components-content-card__container {
  position: relative;
  display: flex;
}
.platform-components-content-card__container.image-contained-padding {
  padding: 20px 20px;
}
.platform-components-content-card__container.value-prop {
  padding: 5px 5px;
}
.platform-components-content-card__preheader {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__preheader {
    font-size: 1rem;
    margin-bottom: 0.46875rem;
  }
}
.platform-components-content-card__subtitle {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 0.78125rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__subtitle {
    font-size: 1.875rem;
    margin-bottom: 1.09375rem;
  }
}
.platform-components-content-card__body-copy {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__body-copy {
    font-size: 0.75rem;
  }
}
.platform-components-content-card__body-copy b,
.platform-components-content-card__body-copy strong {
  font-family: 'Gotham';
  font-weight: 700;
}
.platform-components-content-card__body-copy + div {
  margin-top: 1.75rem;
}
.platform-components-content-card__body-copy + div.value-prop {
  margin-top: 10px;
}
.platform-components-content-card__body-copy button {
  font-family: 'Gotham';
  cursor: pointer;
  background: transparent;
  text-decoration: underline;
  text-transform: none;
  padding: unset;
  margin: auto;
  font-size: 1rem;
  height: 1.5rem;
}
.platform-components-content-card__body-copy button:hover {
  text-decoration: underline !important;
}
.platform-components-content-card__body-copy button:focus {
  outline: 1px solid #000000;
  outline-offset: 0;
}
.platform-components-content-card__main-header.pc-body-one {
  margin-bottom: 0px;
  font-weight: bold;
}
.platform-components-content-card__button-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.platform-components-content-card__button--secondary {
  margin: 0;
}
.platform-components-content-card__button {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: block;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-content-card__button:hover,
.platform-components-content-card__button:active {
  text-decoration: none;
  padding: 15px 30px;
  outline: none !important;
}
.platform-components-content-card__button:focus {
  text-decoration: none;
  padding: 15px 30px;
}
.platform-components-content-card__button:last-child {
  margin-bottom: 0;
}
.platform-components-content-card__button--primary.brand {
  background-color: #e31c3d;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-content-card__button--primary.brand:hover,
.platform-components-content-card__button--primary.brand:active,
.platform-components-content-card__button--primary.brand:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-content-card__button--primary.light {
  background-color: #ffffff;
  color: #464646;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-content-card__button--primary.light:hover,
.platform-components-content-card__button--primary.light:active,
.platform-components-content-card__button--primary.light:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-content-card__button--primary.dark {
  background-color: #222222;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-content-card__button--primary.dark:hover,
.platform-components-content-card__button--primary.dark:active,
.platform-components-content-card__button--primary.dark:focus {
  background-color: #981b1e;
  color: #ffffff;
}
.platform-components-content-card__button--secondary.brand {
  background-color: transparent;
  color: #e31c3d;
  box-shadow: inset 0 0 0 2px #e31c3d;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-content-card__button--secondary.brand:hover,
.platform-components-content-card__button--secondary.brand:active,
.platform-components-content-card__button--secondary.brand:focus {
  background-color: #981b1e;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #981b1e;
}
.platform-components-content-card__button--secondary.dark {
  background-color: transparent;
  color: #222222;
  box-shadow: inset 0 0 0 2px #222222;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-content-card__button--secondary.dark:hover,
.platform-components-content-card__button--secondary.dark:active,
.platform-components-content-card__button--secondary.dark:focus {
  background-color: #981b1e;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #981b1e;
}
.platform-components-content-card__button--secondary.light {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-content-card__button--secondary.light:hover,
.platform-components-content-card__button--secondary.light:active,
.platform-components-content-card__button--secondary.light:focus {
  background-color: #464646;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #464646;
}
.platform-components-content-card__button--tertiary {
  padding: 15px 0;
}
.platform-components-content-card__button--tertiary.brand {
  color: #e31c3d;
  transition: color 200ms ease-out;
}
.platform-components-content-card__button--tertiary.brand:hover,
.platform-components-content-card__button--tertiary.brand:active,
.platform-components-content-card__button--tertiary.brand:focus {
  color: #981b1e;
}
.platform-components-content-card__button--tertiary.dark {
  color: #222222;
  transition: color 200ms ease-out;
}
.platform-components-content-card__button--tertiary.dark:hover,
.platform-components-content-card__button--tertiary.dark:active,
.platform-components-content-card__button--tertiary.dark:focus {
  color: #981b1e;
}
.platform-components-content-card__button--tertiary.light {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-content-card__button--tertiary.light:hover,
.platform-components-content-card__button--tertiary.light:active,
.platform-components-content-card__button--tertiary.light:focus {
  color: #e31c3d;
}
.platform-components-content-card__button--tertiary:hover,
.platform-components-content-card__button--tertiary:active,
.platform-components-content-card__button--tertiary:focus {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .platform-components-content-card__button {
    font-size: 0.875rem;
  }
}
.platform-components-content-card__button.withicon {
  display: flex;
  align-items: center;
}
.platform-components-content-card__button.withicon-left .button-text {
  order: 2;
}
.platform-components-content-card__button.withicon-left .button-icon {
  order: 1;
  margin-right: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-content-card__button.withicon-right .button-icon {
  margin-left: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-content-card__button.withicon-bottom {
  flex-direction: column;
}
.platform-components-content-card__button .button-icon {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__button .button-icon {
    font-size: 1.5rem;
  }
}
.platform-components-content-card__content {
  padding: 20px 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.platform-components-content-card__content.image-contained-padding {
  padding: 0;
}
.platform-components-content-card__content.image-cover-25 {
  flex-basis: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-25--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-25--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__content.image-cover-33 {
  flex-basis: calc(66.66666667%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-33--md {
    flex-basis: calc(66.66666667%);
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-33--sm {
    flex-basis: calc(66.66666667%);
  }
}
.platform-components-content-card__content.image-cover-66 {
  flex-basis: calc(33.33333333%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-66--md {
    flex-basis: calc(33.33333333%);
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-66--sm {
    flex-basis: calc(33.33333333%);
  }
}
.platform-components-content-card__content.image-cover-50 {
  flex-basis: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-50 {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-25--md {
    flex-basis: 75%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-75--md {
    flex-basis: 25%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-25--sm {
    flex-basis: 75%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-75--sm {
    flex-basis: 25%;
  }
}
.platform-components-content-card__content.image-cover-75 {
  flex-basis: 25%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-75--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-25--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-75--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-25--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__content--animate .platform-components-content-card__preheader,
.platform-components-content-card__content--animate .platform-components-content-card__main-header,
.platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.platform-components-content-card__content--animate .platform-components-content-card__button-container {
  transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.platform-components-content-card__content--animate .platform-components-content-card__preheader {
  transition-delay: 0.2s;
}
.platform-components-content-card__content--animate .platform-components-content-card__main-header {
  transition-delay: 0.4s;
}
.platform-components-content-card__content--animate .platform-components-content-card__body-copy {
  transition-delay: 0.6s;
}
.platform-components-content-card__content--animate .platform-components-content-card__subtitle {
  transition-delay: 0.7s;
}
.platform-components-content-card__content--animate .platform-components-content-card__button-container {
  transition-delay: 0.8s;
}
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__preheader,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__main-header,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__body-copy,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__subtitle,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__button-container {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 73.125rem) {
  .platform-components-content-card__content.platform-components-content-card__boxed-container {
    max-width: 73.125rem;
    margin: 0 auto;
  }
}
.platform-components-content-card__image-container {
  position: relative;
}
.platform-components-content-card__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-content-card__image-container--background .platform-components-content-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-content-card__image-container--bottom-alignment {
  align-items: end;
}
.platform-components-content-card__image-container--middle-alignment {
  align-items: center;
}
.platform-components-content-card__image-container--top-alignment {
  align-items: start;
}
.platform-components-content-card__image-container--center-alignment {
  justify-content: center;
}
.platform-components-content-card__image-container--left-alignment {
  justify-content: left;
}
.platform-components-content-card__image-container--right-alignment {
  justify-content: right;
}
.platform-components-content-card__image-container--image-alignment {
  display: flex;
}
.platform-components-content-card__image-container--contained.image-cover {
  position: relative;
  width: 100%;
  height: 100%;
}
.platform-components-content-card__image-container--contained.image-cover-25 {
  flex-basis: 25%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-33 {
  flex-basis: calc(33.33333333%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-66 {
  flex-basis: calc(66.66666667%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-50 {
  flex-basis: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-75 {
  flex-basis: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-75--md {
    flex-basis: 75%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-25--md {
    flex-basis: 25%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-75--sm {
    flex-basis: 75%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-25--sm {
    flex-basis: 25%;
  }
}
.platform-components-content-card__image-container--contained.image-cover .platform-components-content-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-content-card__image-container--contained.automatic {
  height: auto;
}
.platform-components-content-card__image-container--contained.automatic .platform-components-content-card__image {
  max-height: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
  width: 100%;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container .pc-badge-image {
  position: absolute;
  margin: auto;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-c .pc-badge-image {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-tl .pc-badge-image {
  left: 10px;
  top: 10px;
  right: initial;
  bottom: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-tr .pc-badge-image {
  right: 10px;
  top: 10px;
  left: initial;
  bottom: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-bl .pc-badge-image {
  left: 10px;
  bottom: 10px;
  right: initial;
  top: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-br .pc-badge-image {
  right: 10px;
  bottom: 10px;
  top: initial;
  left: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-100 .pc-badge-image {
  width: 100%;
  height: 100%;
  top: 0!important;
  bottom: 0!important;
  left: 0!important;
  right: 0!important;
  z-index: 0;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.platform-components-content-card .platform-components-content-card__badge-container {
  display: inline-block;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-header .pc-badge-image {
  display: flex;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-preheader .pc-badge-image {
  height: 24px;
  width: auto;
  margin-right: 10px;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-preheader .pc-badge-image.pc-badge-icon {
  width: 24px;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-preheader .pc-badge-image.pc-badge-icon::before {
  font-size: 24px;
}
.platform-components-content-card a.headline-link {
  text-decoration: none;
}
.platform-components-content-card a.headline-link:hover,
.platform-components-content-card a.headline-link:active {
  text-decoration: none;
  outline: none !important;
}
.platform-components-content-card a.headline-link:focus {
  outline: 1px solid #464646 !important;
}
.platform-components-content-card__theme-01 {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, transparent);
  --overlay-color-1: rgba(255, 255, 255, 0.9);
}
.platform-components-content-card__theme-01 .platform-components-content-card__border {
  border: 1px solid #dfdfdf;
}
.platform-components-content-card__theme-01 .platform-components-content-card__main-header,
.platform-components-content-card__theme-01 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy p {
  color: #464646;
}
.platform-components-content-card__theme-01 .platform-components-content-card__preheader {
  color: #464646;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy a {
  color: #e31c3d;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy a:hover {
  color: #981b1e;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy button {
  color: #e31c3d;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy button:hover {
  color: #981b1e;
}
.platform-components-content-card__theme-01 .platform-components-content-card__color-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.platform-components-content-card__theme-02 {
  background-color: #f3f3f4;
  background-image: linear-gradient(to bottom, transparent, transparent);
  --overlay-color-1: rgba(243, 243, 244, 0.9);
}
.platform-components-content-card__theme-02 .platform-components-content-card__border {
  border: 1px solid #dfdfdf;
}
.platform-components-content-card__theme-02 .platform-components-content-card__main-header,
.platform-components-content-card__theme-02 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy p {
  color: #464646;
}
.platform-components-content-card__theme-02 .platform-components-content-card__preheader {
  color: #464646;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy a {
  color: #e31c3d;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy a:hover {
  color: #981b1e;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy button {
  color: #e31c3d;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy button:hover {
  color: #981b1e;
}
.platform-components-content-card__theme-02 .platform-components-content-card__color-overlay {
  background-color: rgba(243, 243, 244, 0.9);
}
.platform-components-content-card__theme-03 {
  background-color: #464646;
  background-image: linear-gradient(to right, #222222, #383838);
  --overlay-color-1: rgba(34, 34, 34, 0.9);
}
.platform-components-content-card__theme-03 .platform-components-content-card__border {
  border: 1px solid #dfdfdf;
}
.platform-components-content-card__theme-03 .platform-components-content-card__main-header,
.platform-components-content-card__theme-03 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy p {
  color: #ffffff;
}
.platform-components-content-card__theme-03 .platform-components-content-card__preheader {
  color: #ffffff;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy a {
  color: #bbd8ea;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy a:hover {
  color: #e31c3d;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy button {
  color: #bbd8ea;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy button:hover {
  color: #e31c3d;
}
.platform-components-content-card__theme-03 .platform-components-content-card__color-overlay {
  background-color: rgba(34, 34, 34, 0.9);
}
.platform-components-content-card__theme-04 {
  background-color: unset;
  background-image: linear-gradient(to bottom, transparent, transparent);
  --overlay-color-1: unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__border {
  border: 1px solid unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__main-header,
.platform-components-content-card__theme-04 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy p {
  color: unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__preheader {
  color: unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy a {
  color: unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy a:hover {
  color: unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy button {
  color: unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy button:hover {
  color: unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__color-overlay {
  background-color: unset;
}
.platform-components-content-card__color-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-content-card__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-content-card__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-content-card__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-content-card__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-content-card__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-content-card__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-content-card__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-content-card__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-content-card__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-content-card__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-content-card__border-radius {
  border-radius: 0;
}
.platform-components-content-card__border-radius .platform-components-content-card__image-container--background .platform-components-content-card__image {
  border-radius: 0;
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 0 0 0 0;
  }
}
.platform-components-content-card__center-alignment--lg {
  justify-content: center;
}
.platform-components-content-card__center-alignment--lg.platform-components-content-card__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-content-card__center-alignment--lg.platform-components-content-card__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-content-card__left-alignment--lg {
  justify-content: flex-start;
}
.platform-components-content-card__left-alignment--lg.platform-components-content-card__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-content-card__left-alignment--lg.platform-components-content-card__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-content-card__left-alignment--lg.platform-components-content-card__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-content-card__right-alignment--lg {
  justify-content: flex-end;
}
.platform-components-content-card__right-alignment--lg.platform-components-content-card__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-content-card__right-alignment--lg.platform-components-content-card__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-content-card__right-alignment--lg.platform-components-content-card__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__center-alignment--md {
    justify-content: center;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__left-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__right-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__center-alignment--sm {
    justify-content: center;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__left-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__right-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-content-card__bottom-alignment--lg {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__bottom-alignment--md {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__bottom-alignment--sm {
    align-items: flex-end;
  }
}
.platform-components-content-card__middle-alignment--lg {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__middle-alignment--md {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__middle-alignment--sm {
    align-items: center;
  }
}
.platform-components-content-card__top-alignment--lg {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__top-alignment--md {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__top-alignment--sm {
    align-items: flex-start;
  }
}
.platform-components-content-card__space-alignment--lg .platform-components-content-card__content {
  flex-grow: 1;
}
.platform-components-content-card__space-alignment--lg .platform-components-content-card__content .platform-components-content-card__row-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.platform-components-content-card__center-text--lg {
  text-align: center;
}
.platform-components-content-card__center-text--lg .platform-components-content-card__button-container {
  justify-content: center;
}
.platform-components-content-card__center-text--lg .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__center-text--md {
    text-align: center!important;
  }
  .platform-components-content-card__center-text--md .platform-components-content-card__button-container {
    justify-content: center!important;
  }
  .platform-components-content-card__center-text--md .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__center-text--sm {
    text-align: center!important;
  }
  .platform-components-content-card__center-text--sm .platform-components-content-card__button-container {
    justify-content: center!important;
  }
  .platform-components-content-card__center-text--sm .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
    margin-right: auto;
  }
}
.platform-components-content-card__left-text--lg {
  text-align: left;
}
.platform-components-content-card__left-text--lg .platform-components-content-card__button-container {
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__left-text--md {
    text-align: left!important;
  }
  .platform-components-content-card__left-text--md .platform-components-content-card__button-container {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__left-text--sm {
    text-align: left!important;
  }
  .platform-components-content-card__left-text--sm .platform-components-content-card__button-container {
    justify-content: flex-start !important;
  }
}
.platform-components-content-card__right-text--lg {
  text-align: right;
}
.platform-components-content-card__right-text--lg .platform-components-content-card__button-container {
  justify-content: flex-end;
}
.platform-components-content-card__right-text--lg .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__right-text--md {
    text-align: right!important;
  }
  .platform-components-content-card__right-text--md .platform-components-content-card__button-container {
    justify-content: flex-end !important;
  }
  .platform-components-content-card__right-text--md .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__right-text--sm {
    text-align: right!important;
  }
  .platform-components-content-card__right-text--sm .platform-components-content-card__button-container {
    justify-content: flex-end !important;
  }
  .platform-components-content-card__right-text--sm .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
  }
}
.platform-components-content-card__flex-direction-row--lg {
  flex-direction: row;
  align-items: stretch;
}
.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content {
  width: 100%;
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg .platform-components-content-card__content {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--md {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--sm {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content {
    align-items: center;
  }
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg .platform-components-content-card__content {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--md {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--sm {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--md {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--sm {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__top-alignment--lg .platform-components-content-card__content {
  justify-content: flex-start;
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__middle-alignment--lg .platform-components-content-card__content {
  justify-content: center;
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__bottom-alignment--lg .platform-components-content-card__content {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--md {
    flex-direction: row;
    align-items: stretch;
  }
  .platform-components-content-card__flex-direction-row--md .platform-components-content-card__content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--sm {
    flex-direction: row;
    align-items: stretch;
  }
  .platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
.platform-components-content-card__flex-direction-column--lg {
  flex-direction: column;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--lg {
  align-items: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--lg .platform-components-content-card__content {
  align-items: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--lg {
  align-items: flex-end;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--lg .platform-components-content-card__content {
  align-items: flex-end;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--lg {
  align-items: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content {
  align-items: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--lg {
  justify-content: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--lg .platform-components-content-card__content {
  justify-content: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--lg {
  justify-content: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--lg .platform-components-content-card__content {
  justify-content: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--lg {
  justify-content: flex-end;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--lg .platform-components-content-card__content {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--md {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--md {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--md {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--md {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--sm {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--sm {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--sm {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--sm {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-direction-row--md {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-direction-row--sm {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-column--md {
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__center-alignment--md {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__right-alignment--md {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__left-alignment--md {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__top-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__middle-alignment--md {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__bottom-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-column--sm {
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__center-alignment--sm {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__right-alignment--sm {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__left-alignment--sm {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__top-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__middle-alignment--sm {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__bottom-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
.platform-components-content-card__flex-order-image--lg .platform-components-content-card__image-container {
  order: 1;
}
.platform-components-content-card__flex-order-image--lg .platform-components-content-card__content {
  order: 2;
}
.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content.image-contained-padding {
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__content.image-contained-padding {
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
}
.platform-components-content-card__flex-order-text--lg .platform-components-content-card__image-container {
  order: 2;
}
.platform-components-content-card__flex-order-text--lg .platform-components-content-card__content {
  order: 1;
}
.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content.image-contained-padding {
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__content.image-contained-padding {
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-image--md .platform-components-content-card__image-container {
    order: 1;
  }
  .platform-components-content-card__flex-order-image--md .platform-components-content-card__content {
    order: 2;
  }
  .platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-text--md .platform-components-content-card__image-container {
    order: 2;
  }
  .platform-components-content-card__flex-order-text--md .platform-components-content-card__content {
    order: 1;
  }
  .platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-image--sm .platform-components-content-card__image-container {
    order: 1;
  }
  .platform-components-content-card__flex-order-image--sm .platform-components-content-card__content {
    order: 2;
  }
  .platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-text--sm .platform-components-content-card__image-container {
    order: 2;
  }
  .platform-components-content-card__flex-order-text--sm .platform-components-content-card__content {
    order: 1;
  }
  .platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
.platform-components-content-card__height-style-auto--lg {
  height: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__height-style-auto--md {
    height: auto;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__height-style-auto--sm {
    height: auto;
  }
}
.platform-components-content-card__height-style-vh--lg.h-100vh--lg {
  height: 100vh;
  min-height: 1080px;
}
.platform-components-content-card__height-style-vh--lg.h-75vh--lg {
  height: 75vh;
  min-height: calc(810px);
}
.platform-components-content-card__height-style-vh--lg.h-50vh--lg {
  height: 50vh;
  min-height: calc(540px);
}
.platform-components-content-card__height-style-vh--lg.h-66vh--lg {
  height: calc(66.66666667vh);
  min-height: calc(719.99928px);
}
.platform-components-content-card__height-style-vh--lg.h-33vh--lg {
  height: calc(33.33333333vh);
  min-height: calc(359.99964px);
}
.platform-components-content-card__height-style-vh--lg.h-25vh--lg {
  height: 25vh;
  min-height: calc(270px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__height-style-vh--md.h-100vh--md {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-content-card__height-style-vh--md.h-75vh--md {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-content-card__height-style-vh--md.h-66vh--md {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-content-card__height-style-vh--md.h-50vh--md {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-content-card__height-style-vh--md.h-33vh--md {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-content-card__height-style-vh--md.h-25vh--md {
    height: 25vh;
    min-height: calc(270px);
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__height-style-vh--sm.h-100vh--sm {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-content-card__height-style-vh--sm.h-75vh--sm {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-content-card__height-style-vh--sm.h-66vh--sm {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-content-card__height-style-vh--sm.h-50vh--sm {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-content-card__height-style-vh--sm.h-33vh--sm {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-content-card__height-style-vh--sm.h-25vh--sm {
    height: 25vh;
    min-height: calc(270px);
  }
}
.platform-components-content-card__width-lg--auto {
  width: auto;
}
.platform-components-content-card__width-lg--small {
  width: calc(33.33333333%);
}
.platform-components-content-card__width-lg--medium {
  width: 50%;
}
.platform-components-content-card__width-lg--large {
  width: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__width-md--auto {
    width: auto;
  }
  .platform-components-content-card__width-md--small {
    width: calc(33.33333333%);
  }
  .platform-components-content-card__width-md--medium {
    width: 50%;
  }
  .platform-components-content-card__width-md--large {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__width-sm--auto {
    width: auto;
  }
  .platform-components-content-card__width-sm--small {
    width: calc(33.33333333%);
  }
  .platform-components-content-card__width-sm--medium {
    width: 50%;
  }
  .platform-components-content-card__width-sm--large {
    width: 75%;
  }
}
.platform-components-content-card__gradient-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-content-card__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-content-card__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-content-card .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-content-card .radial-gradient-none--md.platform-components-content-card__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-content-card .radial-gradient-none--sm.platform-components-content-card__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-content-card .pc-clickable,
.platform-components-content-card.pc-clickable {
  cursor: pointer;
}
.platform-components-content-card .pc-clickable .platform-components-content-card__image-container,
.platform-components-content-card.pc-clickable .platform-components-content-card__image-container {
  overflow: hidden;
}
.platform-components-content-card .platform-components-content-card__content {
  width: 100%;
}
.match-heights .contentCard {
  height: auto;
}
.match-heights .carousel-component__item,
.match-heights .carousel-component__item .contentCard,
.match-heights .platform-components-content-card.content-card--v2,
.match-heights .platform-components-content-card__container,
.match-heights .platform-components-container .contentCard,
.match-heights .carousel-component__item &gt; .platform-components-container {
  height: 100%;
}
button.platform-components-content-card__button {
  background: transparent;
}
button.platform-components-content-card__button:hover {
  background: transparent;
}
.pc-add-to-cart.dn {
  display: none;
}
.pc-add-to-cart.button--loader:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc-add-to-cart.button--loader .button-text {
  display: none;
}
.aem-AuthorLayer-Edit .platform-components-content-card,
.aem-AuthorLayer-Layouting .platform-components-content-card,
.aem-AuthorLayer-Developer .platform-components-content-card,
.aem-AuthorLayer-Timewarp .platform-components-content-card,
.aem-AuthorLayer-Preview .platform-components-content-card,
.aem-AuthorLayer-Edit .platform-components-content-card__container,
.aem-AuthorLayer-Layouting .platform-components-content-card__container,
.aem-AuthorLayer-Developer .platform-components-content-card__container,
.aem-AuthorLayer-Timewarp .platform-components-content-card__container,
.aem-AuthorLayer-Preview .platform-components-content-card__container {
  min-height: 200px;
  max-height: 500px;
  overflow: hidden;
}
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__button-container {
  transform: translateY(0);
  opacity: 1;
}
.platform-components-content-card__button:last-child {
  margin-bottom: 0;
}
.platform-components-content-card__body-copy button {
  text-decoration: none;
}

.platform-components-container {
  position: relative;
}
.platform-components-container.container {
  padding-left: initial;
  padding-right: initial;
  width: initial;
}
.platform-components-container__color-overlay,
.platform-components-container__gradient-overlay,
.platform-components-container .platform-components-container__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.platform-components-container .full-width.fw-boxed {
  position: relative;
  overflow: visible;
}
.platform-components-container .full-width.fw-boxed &gt; .container-inner:before,
.platform-components-container .full-width.fw-boxed &gt; .container-inner &gt; .platform-components-container__color-overlay,
.platform-components-container .full-width.fw-boxed &gt; .container-inner &gt; .platform-components-container__gradient-overlay,
.platform-components-container .full-width.fw-boxed &gt; .container-inner &gt; .platform-components-container__image-container--background {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-container .full-width.fw-full-width {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}
.platform-components-container .contained-width.cw-content,
.platform-components-container .contained-width.cw-contained-width {
  position: relative;
  margin: 0 auto;
  max-width: 73.125rem;
}
.platform-components-container .contained-width.cw-content {
  overflow: visible;
}
.platform-components-container .contained-width.cw-content &gt; .container-inner:before,
.platform-components-container .contained-width.cw-content &gt; .container-inner &gt; .platform-components-container__color-overlay,
.platform-components-container .contained-width.cw-content &gt; .container-inner &gt; .platform-components-container__gradient-overlay,
.platform-components-container .contained-width.cw-content &gt; .container-inner &gt; .platform-components-container__image-container--background {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-container .container-inner {
  position: relative;
}
.platform-components-container .container-inner__content {
  position: relative;
  height: 100%;
  z-index: 4;
}
.platform-components-container ~ .platform-components-container .container-inner__content {
  z-index: 3;
}
.platform-components-container .cmp-container,
.platform-components-container .container-inner {
  height: 100%;
}
.platform-components-container .cmp-container.absolute {
  z-index: 11;
  margin: auto;
  height: auto;
  width: fit-content;
}
.platform-components-container .cmp-container.transparent &gt; .container-inner {
  background: transparent;
}
.platform-components-container__image-container--background img,
.platform-components-container__image-container--background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
@media (min-width: 768px) {
  .platform-components-container__video-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-container__video.hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .platform-components-container__image-mobile {
    display: none;
  }
}
.platform-components-container .theme-01 {
  --overlay-color-1: #ffffff;
}
.platform-components-container .theme-01 .platform-components-container__color-overlay {
  background-color: #ffffff;
}
.platform-components-container .theme-02 {
  --overlay-color-1: #f3f3f4;
}
.platform-components-container .theme-02 .platform-components-container__color-overlay {
  background-color: #f3f3f4;
}
.platform-components-container .theme-03 {
  --overlay-color-1: #464646;
}
.platform-components-container .theme-03 .platform-components-container__color-overlay {
  background-color: #464646;
}
.platform-components-container .theme-04 {
  --overlay-color-1: unset;
}
.platform-components-container .theme-04 .platform-components-container__color-overlay {
  background-color: unset;
}
.platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-container__center-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-container__left-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-container__right-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__center-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-container__center-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__left-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__right-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-container__center-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-container__left-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-container__right-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-container__color-overlay {
  z-index: 1;
}
.platform-components-container__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-container__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-container__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-container__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-container__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-container__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-container__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-container__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-container__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-container__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-container__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-container__gradient-overlay {
  z-index: 2;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-container__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-container__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-container__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-container .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-container .radial-gradient-none--md.platform-components-container__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-container .radial-gradient-none--sm.platform-components-container__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.aem-Grid.match-heights {
  height: 100%;
}
.match-heights[data-match-height] &gt; * {
  height: var(--match-height);
}
@media only screen and (min-width: 768px) {
  .match-heights[data-match-height-tablet] &gt; * {
    height: var(--match-height-tablet);
  }
}
@media only screen and (min-width: 1024px) {
  .match-heights[data-match-height-desktop] &gt; * {
    height: var(--match-height-desktop);
  }
}
.platform-components-container .cmp-container[data-height] {
  height: var(--height);
}
@media only screen and (min-width: 768px) {
  .platform-components-container .cmp-container[data-height-tablet] {
    height: var(--height-tablet);
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-container .cmp-container[data-height-desktop] {
    height: var(--height-desktop);
  }
}
.platform-components-container .bw-brand {
  border-width: 1px;
}
.platform-components-container .theme-01 &gt; .container-inner {
  border-color: #dfdfdf;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-02 &gt; .container-inner {
  border-color: #dfdfdf;
  background-color: #f3f3f4;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-03 &gt; .container-inner {
  border-color: #dfdfdf;
  background-color: #464646;
  background-image: linear-gradient(to right, #222222, #383838);
}
.platform-components-container .theme-04 &gt; .container-inner {
  border-color: unset;
  background-color: unset;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-01 &gt; .container-inner:before {
  border-color: #dfdfdf;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-02 &gt; .container-inner:before {
  border-color: #dfdfdf;
  background-color: #f3f3f4;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-03 &gt; .container-inner:before {
  border-color: #dfdfdf;
  background-color: #464646;
  background-image: linear-gradient(to right, #222222, #383838);
}
.platform-components-container .full-width.fw-boxed.theme-04 &gt; .container-inner:before {
  border-color: unset;
  background-color: unset;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-01 {
  --overlay-color-1: #ffffff;
}
.platform-components-container .theme-01 .platform-components-container__color-overlay {
  background-color: #ffffff;
}
.platform-components-container .theme-02 {
  --overlay-color-1: #f3f3f4;
}
.platform-components-container .theme-02 .platform-components-container__color-overlay {
  background-color: #f3f3f4;
}
.platform-components-container .theme-03 {
  --overlay-color-1: #464646;
}
.platform-components-container .theme-03 .platform-components-container__color-overlay {
  background-color: #464646;
}
.platform-components-container .theme-04 {
  --overlay-color-1: unset;
}
.platform-components-container .theme-04 .platform-components-container__color-overlay {
  background-color: unset;
}
.aem-AuthorLayer-Edit .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Layouting .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Developer .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Timewarp .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Preview .platform-components-container .cmp-container[data-height] {
  max-height: 800px;
}

.pc-carousel-container .platform-components-masthead.platform-components-masthead--v2 {
  display: block;
  width: 100%;
  border: 0;
  height: auto !important;
}
.pc-carousel-container .video.baseComponent {
  display: block;
}

.platform-components-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.platform-components-buttons__button {
  /* common style */
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
}
.platform-components-buttons__button:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__button {
    font-size: 0.875rem;
  }
}
.platform-components-buttons__button span {
  white-space: nowrap;
}
.platform-components-buttons__button:hover {
  cursor: pointer;
  border-width: 2px;
  transition: all 200ms ease-out;
}
.platform-components-buttons__button:active {
  outline: none !important;
}
.platform-components-buttons__button:focus {
  outline: .125rem solid #000;
  outline-offset: .125rem;
}
.platform-components-buttons__button [class^="icons-"],
.platform-components-buttons__button [class*=" icons-"],
.platform-components-buttons__button [class^="dpc-icons-"],
.platform-components-buttons__button [class*=" dpc-icons-"] {
  font-size: 1.5rem;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__button [class^="icons-"],
  .platform-components-buttons__button [class*=" icons-"],
  .platform-components-buttons__button [class^="dpc-icons-"],
  .platform-components-buttons__button [class*=" dpc-icons-"] {
    font-size: 1.5rem;
  }
}
.platform-components-buttons__button--icon-right {
  flex-direction: row-reverse;
}
.platform-components-buttons__button--icon-right [class^="icons-"],
.platform-components-buttons__button--icon-right [class*=" icons-"] {
  margin: 0 0 0 10px;
  line-height: 0;
  height: 0;
}
.platform-components-buttons__button--icon-right [class^="dpc-icons-"],
.platform-components-buttons__button--icon-right [class*=" dpc-icons-"] {
  margin: 0 0 0 10px;
}
.platform-components-buttons__button--icon-left [class^="icons-"],
.platform-components-buttons__button--icon-left [class*=" icons-"] {
  line-height: 0;
  height: 0;
}
.platform-components-buttons__button--icon-bottom {
  flex-direction: column-reverse;
}
.platform-components-buttons__button--icon-bottom [class^="icons-"],
.platform-components-buttons__button--icon-bottom [class*=" icons-"],
.platform-components-buttons__button--icon-bottom [class^="dpc-icons-"],
.platform-components-buttons__button--icon-bottom [class*=" dpc-icons-"] {
  margin: 0;
}
.platform-components-buttons__button--icon-top {
  flex-direction: column;
}
.platform-components-buttons__button--icon-top [class^="icons-"],
.platform-components-buttons__button--icon-top [class*=" icons-"],
.platform-components-buttons__button--icon-top [class^="dpc-icons-"],
.platform-components-buttons__button--icon-top [class*=" dpc-icons-"] {
  margin: 0;
}
.platform-components-buttons__button--primary-brand {
  color: #ffffff;
  background-color: #e31c3d;
}
.platform-components-buttons__button--primary-brand:hover,
.platform-components-buttons__button--primary-brand:active {
  color: #ffffff;
  background-color: #981b1e;
}
.platform-components-buttons__button--primary-brand:focus {
  outline: .125rem solid #000;
}
.platform-components-buttons__button--primary-dark {
  color: #ffffff;
  background-color: #222222;
}
.platform-components-buttons__button--primary-dark:hover,
.platform-components-buttons__button--primary-dark:active {
  color: #ffffff;
  background-color: #981b1e;
}
.platform-components-buttons__button--primary-light {
  color: #464646;
  background-color: #ffffff;
}
.platform-components-buttons__button--primary-light:hover,
.platform-components-buttons__button--primary-light:active {
  color: #ffffff;
  background-color: #981b1e;
}
.platform-components-buttons__button--secondary-brand {
  color: #e31c3d;
  background-color: transparent;
  border-color: #e31c3d;
}
.platform-components-buttons__button--secondary-brand:hover,
.platform-components-buttons__button--secondary-brand:active {
  color: #ffffff;
  background-color: #981b1e;
  border-color: #981b1e;
}
.platform-components-buttons__button--secondary-brand:focus {
  outline: .125rem solid #000;
}
.platform-components-buttons__button--secondary-dark {
  color: #222222;
  background-color: transparent;
  border-color: #222222;
}
.platform-components-buttons__button--secondary-dark:hover,
.platform-components-buttons__button--secondary-dark:active {
  color: #ffffff;
  background-color: #981b1e;
  border-color: #981b1e;
}
.platform-components-buttons__button--secondary-light {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.platform-components-buttons__button--secondary-light:hover,
.platform-components-buttons__button--secondary-light:active {
  color: #ffffff;
  background-color: #464646;
  border-color: #464646;
}
.platform-components-buttons__button--tertiary-brand {
  color: #e31c3d;
}
.platform-components-buttons__button--tertiary-brand:hover,
.platform-components-buttons__button--tertiary-brand:active {
  color: #981b1e;
}
.platform-components-buttons__button--tertiary-dark {
  color: #222222;
  background: transparent;
}
.platform-components-buttons__button--tertiary-dark:hover,
.platform-components-buttons__button--tertiary-dark:active {
  color: #981b1e;
}
.platform-components-buttons__button--tertiary-light {
  color: #ffffff;
}
.platform-components-buttons__button--tertiary-light:hover,
.platform-components-buttons__button--tertiary-light:active {
  color: #e31c3d;
}
.platform-components-buttons [class*="--secondary"] {
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
}
.platform-components-buttons [class*="--tertiary"] {
  border: 0;
  padding: 5px;
  margin: 5px 30px;
}
.platform-components-buttons__button--split {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__button--split {
    font-size: 0.875rem;
  }
}
.platform-components-buttons__button--split.platform-components-buttons__button--primary-brand {
  background-color: #e31c3d;
  border-color: #e31c3d;
  color: #ffffff;
}
.platform-components-buttons__button--split.platform-components-buttons__button--primary-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #464646;
}
.platform-components-buttons__button--split.platform-components-buttons__button--primary-dark {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}
.platform-components-buttons__button--split.platform-components-buttons__button--secondary-brand {
  background-color: transparent;
  border-color: #e31c3d;
  color: #e31c3d;
}
.platform-components-buttons__button--split.platform-components-buttons__button--secondary-light {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.platform-components-buttons__button--split.platform-components-buttons__button--secondary-dark {
  background-color: transparent;
  border-color: #222222;
  color: #222222;
}
.platform-components-buttons__button--split:hover {
  background-color: transparent;
}
.platform-components-buttons__button--split:hover .platform-components-buttons__split-button-label {
  opacity: 0;
}
.platform-components-buttons__button--split:hover .platform-components-buttons__button {
  opacity: 1;
}
.platform-components-buttons__split-button-label {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  position: absolute;
  transition: all 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__split-button-label {
    font-size: 0.875rem;
  }
}
.platform-components-buttons__split-button-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 100%;
  width: 100%;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px 30px;
  opacity: 0;
  z-index: 2;
  transition: all 200ms ease-out;
  border: none;
  margin: -1px;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button {
    font-size: 0.875rem;
  }
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button:first-of-type {
  border-radius: calc(0) 0 0 calc(0);
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button:last-of-type {
  border-radius: 0 calc(0) calc(0) 0;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button.platform-components-buttons__button--primary-brand {
  color: #e31c3d;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button.platform-components-buttons__button--primary-light {
  color: #ffffff;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button.platform-components-buttons__button--primary-dark {
  color: #222222;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button.platform-components-buttons__button--secondary-brand {
  color: #e31c3d;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button.platform-components-buttons__button--secondary-light {
  color: #ffffff;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button.platform-components-buttons__button--secondary-dark {
  color: #222222;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button:hover {
  transition: none;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button:hover.platform-components-buttons__button--primary-brand {
  color: #ffffff;
  background-color: #e31c3d;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button:hover.platform-components-buttons__button--primary-light {
  color: #464646;
  background-color: #ffffff;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button:hover.platform-components-buttons__button--primary-dark {
  color: #ffffff;
  background-color: #222222;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button:hover.platform-components-buttons__button--secondary-brand {
  color: #ffffff;
  background-color: #e31c3d;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button:hover.platform-components-buttons__button--secondary-light {
  color: #464646;
  background-color: #ffffff;
}
.platform-components-buttons__split-button-wrapper &gt; .platform-components-buttons__button:hover.platform-components-buttons__button--secondary-dark {
  color: #ffffff;
  background-color: #222222;
}
.platform-components-buttons__button:hover {
  text-decoration: none !important;
}

.breadcrumbs-container {
  background-color: #eeeeee;
}
.breadcrumbs-v2 {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs-link-v2,
.breadcrumbs-list-item-v2 {
  transition: all .2s ease;
  display: inline-block;
  align-items: center;
}
.breadcrumbs-list-item-v2 a:active {
  outline: none !important;
  padding: 5px 0;
}
.breadcrumbs-link-v2 {
  padding: 5px 0;
  text-decoration: none;
}
.breadcrumbs-link-v2:hover {
  text-decoration: none;
}
@media (max-width: 36.875rem) {
  .breadcrumbs-list-item-v2 {
    display: none;
  }
}
.breadcrumbs-list-item-v2:after {
  margin-left: 0.3125rem;
  display: inline-block;
  content: "â€º";
}
.breadcrumbs-list-item-last-v2:after {
  display: none;
}
@media (max-width: 47.9375rem) {
  .breadcrumbs-list-item-parent-v2 {
    display: flex;
  }
  .breadcrumbs-list-item-parent-v2:after {
    display: none;
  }
  .breadcrumbs-list-item-parent-v2.cart-back-link:before {
    content: '';
  }
}
@media (max-width: 47.9375rem) and (min-width: 36.875rem) {
  .breadcrumbs-list-item-parent-v2:after {
    margin-left: 0.3125rem;
    display: inline-block;
    content: "â€º";
  }
}
@media (max-width: 47.9375rem) and (max-width: 36.875rem) {
  .breadcrumbs-list-item-parent-v2:before {
    display: inline-block;
    content: "â€¹";
    margin-right: .6875rem;
  }
}
.breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta {
  display: none;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2 {
  transition: all .3s ease;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2:not(.collapse-item):not(.first-item):not(.last-item) {
  max-width: 0;
  overflow: hidden;
  height: 0;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2:after {
  display: none;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta {
  display: none;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item {
  cursor: pointer;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-link-v2 {
  display: none;
}
@media (max-width: 47.9375rem) {
  .breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-link-v2 {
    display: inline-block;
  }
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-link-v2 span {
  flex-shrink: 0;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta {
  display: block;
  line-height: 1;
  cursor: pointer;
  padding: 6px 0;
  text-decoration: none;
}
@media (max-width: 47.9375rem) {
  .breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta {
    display: none;
  }
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta:before {
  pointer-events: none;
  margin-left: 1rem;
  display: inline-block;
  content: "â€º";
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta:after {
  pointer-events: none;
  margin-right: 1rem;
  display: inline-block;
  content: "â€º";
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta svg {
  fill: none;
  transition: all .3s ease;
  margin: 0 .8rem;
  width: 22px;
  height: 11px;
  display: inline-block;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta svg circle,
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta svg rect {
  transition: all .3s ease;
}
.breadcrumbV2 .breadcrumbs-v2,
.bc-container .breadcrumbs-v2 {
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1170px) {
  .breadcrumbV2 .breadcrumbs-v2,
  .bc-container .breadcrumbs-v2 {
    padding-left: unset;
    padding-right: unset;
  }
}
.breadcrumbV2 .breadcrumbs-link-v2,
.bc-container .breadcrumbs-link-v2,
.breadcrumbV2 .breadcrumbs-list-item-v2,
.bc-container .breadcrumbs-list-item-v2 {
  font-family: 'Gotham';
  line-height: 150%;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #222222;
}
@media only screen and (min-width: 1024px) {
  .breadcrumbV2 .breadcrumbs-link-v2,
  .bc-container .breadcrumbs-link-v2,
  .breadcrumbV2 .breadcrumbs-list-item-v2,
  .bc-container .breadcrumbs-list-item-v2 {
    font-size: 0.75rem;
  }
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta {
  color: #222222;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg circle,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg circle,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg circle,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg circle {
  fill: #222222;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg rect,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg rect,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg rect,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg rect {
  stroke: #222222;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg circle,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg circle,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg circle,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg circle {
  fill: #981b1e;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg rect,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg rect,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg rect,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg rect {
  stroke: #981b1e;
}
.breadcrumbV2 .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2,
.bc-container .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2,
.breadcrumbV2 .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2,
.bc-container .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2 {
  font-family: 'Gotham';
  font-weight: 700;
  color: #222222;
  opacity: 100%;
}
.breadcrumbV2 .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2:hover,
.bc-container .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2:hover,
.breadcrumbV2 .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2:hover,
.bc-container .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2:hover {
  color: #222222;
}
.breadcrumbV2 .breadcrumbs-link-v2:hover,
.bc-container .breadcrumbs-link-v2:hover,
.breadcrumbV2 .breadcrumbs-list-item-v2:hover,
.bc-container .breadcrumbs-list-item-v2:hover {
  color: #981b1e;
}
.breadcrumbV2 .breadcrumbs-list-item-v2:before,
.bc-container .breadcrumbs-list-item-v2:before,
.breadcrumbV2 .breadcrumbs-list-item-v2:after,
.bc-container .breadcrumbs-list-item-v2:after {
  color: #222222;
}
.breadcrumbV2 .breadcrumbs-list-item-v2:after,
.bc-container .breadcrumbs-list-item-v2:after {
  margin-right: 10px;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-v2 {
  display: none;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-parent-v2 {
  display: flex;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-parent-v2:before {
  display: inline-block;
  margin-right: .6875rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.875rem;
  color: inherit;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-parent-v2:after {
  display: none;
}

.platform-components-meta {
  width: 100%;
  margin: 0 auto;
}
.platform-components-meta a {
  text-decoration: none;
}
.platform-components-meta a:hover {
  text-decoration: none;
}
.platform-components-meta a.theme-01-tags:before {
  background: radial-gradient(ellipse at top left, #464646 27%, #ffffff 57%);
}
.platform-components-meta a.theme-01-tags:hover {
  color: #ffffff;
}
.platform-components-meta a.theme-02-tags:before {
  background: radial-gradient(ellipse at top left, #464646 27%, #f3f3f4 57%);
}
.platform-components-meta a.theme-02-tags:hover {
  color: #f3f3f4;
}
.platform-components-meta a.theme-03-tags:before {
  background: radial-gradient(ellipse at top left, #ffffff 27%, #464646 57%);
}
.platform-components-meta a.theme-03-tags:hover {
  color: #464646;
}
.platform-components-meta a.theme-04-tags:before {
  background: radial-gradient(ellipse at top left, unset 27%, unset 57%);
}
.platform-components-meta a.theme-04-tags:hover {
  color: unset;
}
.platform-components-meta__tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .platform-components-meta__tags {
    width: unset;
    justify-content: flex-end;
    margin: 0;
  }
}
.platform-components-meta__tags a {
  overflow: hidden;
  transition: all .3s ease;
  z-index: 1;
}
.platform-components-meta__tags a:before {
  z-index: -1;
  transform: scale(0.8);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.35s ease-in;
  transform-origin: top left;
}
.platform-components-meta__tags a:hover:before {
  transform: scale(4);
  opacity: 1;
}
.platform-components-meta__top-container {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem 0 2rem;
}
@media (min-width: 768px) {
  .platform-components-meta__top-container {
    justify-content: space-between;
    flex-wrap: unset;
  }
}
.platform-components-meta__social-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  order: 1;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container {
    order: unset;
    margin-bottom: 0;
    flex-wrap: unset;
    align-items: flex-end;
    flex: unset;
  }
  .platform-components-meta__social-container.items-center {
    align-items: center;
  }
}
.platform-components-meta__social-container .platform-components-meta__like-button {
  display: flex;
  align-items: center;
  order: 1;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container .platform-components-meta__like-button {
    order: unset;
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .platform-components-meta__social-container .platform-components-meta__like-button.platform-components-meta__like-button--no-bio {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-meta__social-container .platform-components-meta__like-button.platform-components-meta__like-button--no-bio {
    display: none;
  }
}
.platform-components-meta__social-container--tall .platform-components-meta__like-button &gt; .simplemeta-button {
  flex-direction: column;
}
.platform-components-meta__social-container--tall .platform-components-meta__like-button .simplemeta-button-count {
  margin-top: 5px;
}
.platform-components-meta .simplefavorite-button {
  flex-direction: column;
}
.platform-components-meta .simplefavorite-button-count,
.platform-components-meta .simplemeta-button-count {
  margin: 5px 10px 0px 10px;
}
.platform-components-meta__share-container &gt; span.pc-body-one {
  font-size: 12px;
  margin: 0 0 5px 10px;
  display: inline-block;
}
.platform-components-meta__texts-container {
  width: 100%;
  order: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .platform-components-meta__texts-container {
    order: unset;
    width: unset;
    flex-wrap: unset;
  }
}
.platform-components-meta__social-container-text-element {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 20px;
  border-left-width: 1px;
  border-left-style: solid;
}
.platform-components-meta__social-container-text-element:first-of-type {
  border-left-width: 0;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container-text-element:first-of-type {
    border-left-width: 1px;
    border-left-style: solid;
  }
}
.platform-components-meta__social-container-text-element--no-favorite:first-of-type {
  border-left: 0 !important;
}
.platform-components-meta__social-container-text-element:last-of-type {
  border-left-width: 0;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container-text-element:last-of-type {
    border-left-width: 1px;
    border-left-style: solid;
  }
}
@media (min-width: 768px) {
  .platform-components-meta__social-container-text-element {
    padding: 0 0 0 10px;
    margin-right: 10px;
  }
}
.platform-components-meta__social-container-text-element--social-links {
  display: flex;
  order: 0;
  margin-bottom: 10px;
  flex: 1;
  height: unset;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container-text-element--social-links {
    order: unset;
    margin-bottom: unset;
    width: unset;
    border-width: 0;
  }
}
.platform-components-meta__social-container-text-element--written-by {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .platform-components-meta__social-container-text-element--written-by {
    width: unset;
  }
}
.platform-components-meta__author-container {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .platform-components-meta__author-container {
    flex-wrap: unset;
  }
}
.platform-components-meta__author-container-image {
  margin-right: 30px;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  overflow: hidden;
}
.platform-components-meta__author-container-image .platform-components-meta__author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform-components-meta__author-data-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .platform-components-meta__author-data-container {
    flex: unset;
    justify-content: center;
  }
}
.platform-components-meta__author-data-container &gt; .pc-body-one {
  margin-bottom: 8px !important;
}
.platform-components-meta .platform-components-meta__author-title {
  margin-bottom: 5px;
}
.platform-components-meta__author-position-title {
  margin-bottom: 8px;
}
.platform-components-meta__author-bio {
  font-weight: 500;
  max-width: 550px;
  display: none;
}
@media (min-width: 768px) {
  .platform-components-meta__author-bio {
    display: block;
  }
}
.platform-components-meta__author-bio--mobile {
  margin-top: 15px;
  display: block;
}
@media (min-width: 768px) {
  .platform-components-meta__author-bio--mobile {
    display: none;
  }
}
.platform-components-meta__mentioned-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 2rem;
}
.platform-components-meta__mentioned-container &gt; h3 {
  font-weight: 100;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.platform-components-meta__mentioned-content {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .platform-components-meta__mentioned-content {
    overflow-x: unset;
    max-width: unset;
  }
}
.platform-components-meta__single-mention {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 45px;
  text-align: center;
  text-decoration: none;
  width: 105px;
  min-width: 105px;
}
.platform-components-meta__single-mention:last-of-type {
  margin-right: 0;
}
.platform-components-meta__single-mention .platform-components-meta__mentioned-container-image {
  height: 105px;
  width: 105px;
  border-radius: 100%;
  overflow: hidden;
}
.platform-components-meta__single-mention .platform-components-meta__mentioned-container-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform-components-meta__single-mention span {
  text-decoration: none;
}
.platform-components-meta .pc-body-one {
  margin-bottom: 0;
}

.br-brand {
  border-radius: 0;
}
.theme-01-text-base {
  color: #464646;
}
.theme-02-text-base {
  color: #464646;
}
.theme-03-text-base {
  color: #ffffff;
}
.theme-04-text-base {
  color: unset;
}
.theme-01-text-emphasis {
  color: #464646;
}
.theme-02-text-emphasis {
  color: #464646;
}
.theme-03-text-emphasis {
  color: #ffffff;
}
.theme-04-text-emphasis {
  color: unset;
}
.theme-01-interactive {
  color: #e31c3d;
}
.theme-02-interactive {
  color: #e31c3d;
}
.theme-03-interactive {
  color: #e31c3d;
}
.theme-04-interactive {
  color: unset;
}
.theme-hover:hover .theme-01-interactive {
  color: #981b1e;
}
.theme-hover:hover .theme-02-interactive {
  color: #981b1e;
}
.theme-hover:hover .theme-03-interactive {
  color: #981b1e;
}
.theme-hover:hover .theme-04-interactive {
  color: unset;
}
.theme-01-background {
  background: #ffffff;
}
.theme-01-background-after:after {
  background: #ffffff;
}
.theme-02-background {
  background: #f3f3f4;
}
.theme-02-background-after:after {
  background: #f3f3f4;
}
.theme-03-background {
  background: #464646;
}
.theme-03-background-after:after {
  background: #464646;
}
.theme-04-background {
  background: unset;
}
.theme-04-background-after:after {
  background: unset;
}
.theme-01-divider {
  border-color: #464646;
}
.theme-02-divider {
  border-color: #464646;
}
.theme-03-divider {
  border-color: #f3f3f4;
}
.theme-04-divider {
  border-color: unset;
}
.theme-01-border-color {
  border-color: #dfdfdf;
}
.theme-02-border-color {
  border-color: #dfdfdf;
}
.theme-03-border-color {
  border-color: #dfdfdf;
}
.theme-04-border-color {
  border-color: unset;
}
.theme-01-box-shadow {
  box-shadow: none;
}
.theme-02-box-shadow {
  box-shadow: none;
}
.theme-03-box-shadow {
  box-shadow: none;
}
.theme-04-box-shadow {
  box-shadow: unset;
}
.theme-01-interactive-only-hover:hover {
  color: #981b1e;
}
.theme-02-interactive-only-hover:hover {
  color: #981b1e;
}
.theme-03-interactive-only-hover:hover {
  color: #981b1e;
}
.theme-04-interactive-only-hover:hover {
  color: unset;
}
.button-primary-brand {
  color: #ffffff;
  background-color: #e31c3d;
  padding: 15px 30px;
}
.button-primary-brand:hover,
.button-primary-brand:active,
.button-primary-brand:focus {
  color: #ffffff;
  background-color: #981b1e;
}
.button-primary-brand:visited {
  color: #ffffff;
}
.button-primary-dark {
  color: #ffffff;
  background-color: #222222;
  padding: 15px 30px;
}
.button-primary-dark:hover,
.button-primary-dark:active,
.button-primary-dark:focus {
  color: #ffffff;
  background-color: #981b1e;
}
.button-primary-dark:visited {
  color: #ffffff;
}
.button-primary-light {
  color: #464646;
  background-color: #ffffff;
  padding: 15px 30px;
}
.button-primary-light:hover,
.button-primary-light:active,
.button-primary-light:focus {
  color: #ffffff;
  background-color: #981b1e;
}
.button-primary-light:visited {
  color: #464646;
}
.button-secondary-brand {
  color: #e31c3d;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #e31c3d;
  padding: 15px 30px;
}
.button-secondary-brand:hover,
.button-secondary-brand:active,
.button-secondary-brand:focus {
  color: #ffffff;
  background-color: #981b1e;
  border-color: #981b1e;
  border-width: 2px;
}
.button-secondary-brand:visited {
  color: #e31c3d;
}
.button-secondary-dark {
  color: #222222;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #222222;
  padding: 15px 30px;
}
.button-secondary-dark:hover,
.button-secondary-dark:active,
.button-secondary-dark:focus {
  color: #ffffff;
  background-color: #981b1e;
  border-width: 2px;
  border-color: #981b1e;
}
.button-secondary-dark:visited {
  color: #222222;
}
.button-secondary-light {
  color: #ffffff;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  padding: 15px 30px;
}
.button-secondary-light:hover,
.button-secondary-light:active,
.button-secondary-light:focus {
  color: #ffffff;
  background-color: #464646;
  border-color: #464646;
  border-width: 2px;
}
.button-secondary-light:visited {
  color: #ffffff;
}
.button-tertiary-brand {
  color: #e31c3d;
  background-color: transparent;
  padding: 15px 0;
}
.button-tertiary-brand:hover,
.button-tertiary-brand:active,
.button-tertiary-brand:focus {
  color: #981b1e;
  background-color: transparent;
}
.button-tertiary-brand:visited {
  color: #e31c3d;
}
.button-tertiary-dark {
  color: #222222;
  background-color: transparent;
  padding: 15px 0;
}
.button-tertiary-dark:hover,
.button-tertiary-dark:active,
.button-tertiary-dark:focus {
  color: #981b1e;
  background-color: transparent;
}
.button-tertiary-dark:visited {
  color: #222222;
}
.button-tertiary-light {
  color: #ffffff;
  background-color: transparent;
  padding: 15px 0;
}
.button-tertiary-light:hover,
.button-tertiary-light:active,
.button-tertiary-light:focus {
  color: #e31c3d;
  background-color: transparent;
}
.button-tertiary-light:visited {
  color: #ffffff;
}
.arrow-primary-brand .slick-arrow {
  color: #ffffff;
  background: #e31c3d;
}
.arrow-primary-brand .slick-arrow:hover {
  color: #ffffff;
  background: #981b1e;
}
.arrow-primary-light .slick-arrow {
  color: #464646;
  background: #ffffff;
}
.arrow-primary-light .slick-arrow:hover {
  color: #ffffff;
  background: #981b1e;
}
.arrow-primary-dark .slick-arrow {
  color: #ffffff;
  background: #222222;
}
.arrow-primary-dark .slick-arrow:hover {
  color: #ffffff;
  background: #981b1e;
}
.arrow-secondary-brand .slick-arrow {
  color: #e31c3d;
  background: transparent;
  border: 2px solid #e31c3d;
}
.arrow-secondary-brand .slick-arrow:hover {
  color: #ffffff;
  background: #981b1e;
  border: 2px solid #981b1e;
}
.arrow-secondary-light .slick-arrow {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
.arrow-secondary-light .slick-arrow:hover {
  color: #ffffff;
  background: #464646;
  border: 2px solid #464646;
}
.arrow-secondary-dark .slick-arrow {
  color: #222222;
  background: transparent;
  border: 2px solid #222222;
}
.arrow-secondary-dark .slick-arrow:hover {
  color: #ffffff;
  background: #981b1e;
  border: 2px solid #981b1e;
}
.arrow-tertiary-brand .slick-arrow {
  color: #e31c3d;
  background: transparent;
}
.arrow-tertiary-brand .slick-arrow:hover {
  color: #981b1e;
  background: transparent;
}
.arrow-tertiary-dark .slick-arrow {
  color: #222222;
  background: transparent;
}
.arrow-tertiary-dark .slick-arrow:hover {
  color: #981b1e;
  background: transparent;
}
.arrow-tertiary-light .slick-arrow {
  color: #ffffff;
  background: transparent;
}
.arrow-tertiary-light .slick-arrow:hover {
  color: #e31c3d;
  background: transparent;
}
.header-one {
  margin: 0;
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 3.125rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .header-one {
    font-size: 2rem;
    margin-bottom: 0.78125rem;
  }
}
.header-two {
  margin: 0;
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.75rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .header-two {
    font-size: 1.625rem;
    margin-bottom: 0.78125rem;
  }
}
.header-three {
  margin: 0;
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.125rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .header-three {
    font-size: 1.125rem;
    margin-bottom: 0.78125rem;
  }
}
.header-four {
  margin: 0;
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.875rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .header-four {
    font-size: 1rem;
    margin-bottom: 0.78125rem;
  }
}
.header-five {
  margin: 0;
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.625rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .header-five {
    font-size: 0.875rem;
    margin-bottom: 0.78125rem;
  }
}
.header-six {
  margin: 0;
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .header-six {
    font-size: 0.875rem;
    margin-bottom: 0.78125rem;
  }
}
.pc-clickable {
  color: #e31c3d;
  transition: color 200ms ease-out;
}
.pc-clickable:hover,
.pc-clickable:active,
.pc-clickable:focus {
  color: #981b1e;
}
.pc-body-one {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 1.09375rem;
}
@media only screen and (max-width: 767px) {
  .pc-body-one {
    font-size: 0.75rem;
    margin-bottom: 0.78125rem;
  }
}
.pc-body-two {
  font-family: unset;
  font-weight: unset;
  line-height: unset;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .pc-body-two {
    font-size: 0.875rem;
  }
}
.dpc-h1 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h1 {
    font-size: 2rem;
  }
}
.dpc-h2 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.75rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h2 {
    font-size: 1.625rem;
  }
}
.dpc-h3 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.125rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h3 {
    font-size: 1.125rem;
  }
}
.dpc-h4 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h4 {
    font-size: 1rem;
  }
}
.dpc-h5 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h5 {
    font-size: 0.875rem;
  }
}
.dpc-h6 {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h6 {
    font-size: 0.875rem;
  }
}
.dpc-overline1 {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .dpc-overline1 {
    font-size: 1rem;
  }
}
.dpc-overline2 {
  font-family: 'Gotham';
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .dpc-overline2 {
    font-size: 0.875rem;
  }
}
.dpc-subtitle1 {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .dpc-subtitle1 {
    font-size: 1.875rem;
  }
}
.dpc-body1 {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body1 {
    font-size: 0.75rem;
  }
}
.dpc-body2 {
  font-family: unset;
  font-weight: unset;
  line-height: unset;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body2 {
    font-size: 0.875rem;
  }
}
.dpc-body1-bold {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body1-bold {
    font-size: 0.75rem;
  }
}
.dpc-body2-bold {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: unset;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body2-bold {
    font-size: 0.875rem;
  }
}
.dpc-caption {
  font-family: 'Gotham';
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .dpc-caption {
    font-size: 0.625rem;
  }
}
.dpc-disclaimer {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .dpc-disclaimer {
    font-size: 0.625rem;
  }
}

.pc-carousel-wrapper {
  position: relative;
  /* Fix the disclaimer tooltip overlapping issue */
}
.pc-carousel-wrapper .pc-carousel-container {
  overflow: hidden;
}
.pc-carousel-wrapper .pc-carousel-container .slick-track {
  display: flex !important;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide {
  height: inherit !important;
  outline: none!important;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide .item_card,
.pc-carousel-wrapper .pc-carousel-container .slick-slide.item_card {
  flex: auto;
  padding: 0;
  height: 100%;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide .item_card .article-preview,
.pc-carousel-wrapper .pc-carousel-container .slick-slide.item_card .article-preview {
  box-shadow: none;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide:focus {
  outline: 1px solid #000;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide &gt; div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide &gt; div.platform-components-product-card__flex-container {
  align-items: stretch;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide &gt; div &gt; div {
  outline: none!important;
  width: 100%;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots {
  list-style: none;
  display: flex !important;
  padding: 0;
  margin: 0;
  align-items: flex-end;
  justify-content: center;
  bottom: 0;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots li button:before {
  display: none;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots button,
.pc-carousel-wrapper .pc-carousel-container .slick-arrow {
  font-size: 0;
  font-family: none;
  font-weight: initial;
  padding: 0;
  transition: none;
  text-decoration: none;
  box-sizing: border-box;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots button .icons-arrow-right:focus,
.pc-carousel-wrapper .pc-carousel-container .slick-arrow .icons-arrow-right:focus {
  outline: none;
}
@media (max-width: 767px) {
  .pc-carousel-wrapper .pc-carousel-container .cq-dd-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc-carousel-wrapper .pc-carousel-container .cq-dd-image-mobile {
    display: none;
  }
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots {
  position: relative;
  margin: 30px 0;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots &gt; li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots &gt; li &gt; button {
  position: relative;
  border-style: solid;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots &gt; li &gt; button:focus {
  outline: 1px solid #000;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  clip-path: circle(50% at 50% 50%);
  border: 0;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform-origin: left;
  animation-name: carousel-indicator-fill;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="2000"] .slick-dots .slick-active button:after {
  animation-duration: 3s;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="3000"] .slick-dots .slick-active button:after {
  animation-duration: 4s;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="4000"] .slick-dots .slick-active button:after {
  animation-duration: 5s;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="5000"] .slick-dots .slick-active button:after {
  animation-duration: 6s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"]:after {
    height: 0;
    width: 0;
  }
}
.pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-slide {
  margin: 0 10px;
}
.pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-list {
  margin: 0 -10px;
}
.pc-carousel-wrapper .pc-carousel-container .platform-components-image__desktop-image {
  width: 100%;
}
@media (max-width: 767.9px) {
  .pc-carousel-wrapper .pc-carousel-container .platform-components-image__desktop-image {
    display: none ;
  }
}
.pc-carousel-wrapper .pc-carousel-container .platform-components-image__mobile-image {
  width: 100%;
}
@media (min-width: 768px) {
  .pc-carousel-wrapper .pc-carousel-container .platform-components-image__mobile-image {
    display: none ;
  }
}
@media (min-width: 1024px) and (max-width: 1190px) {
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-desktop="true"] {
    overflow: visible;
  }
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-desktop="true"][data-arrows-desktop="true"] {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-tablet="true"] {
    overflow: visible;
  }
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-tablet="true"][data-arrows-tablet="true"] {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-mobile="true"] {
    overflow: visible;
  }
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-mobile="true"][data-arrows-mobile="true"] {
    overflow: hidden;
  }
}
.pc-carousel-wrapper .pc-carousel-container .carousel-component__item {
  display: none;
}
.pc-carousel-wrapper .pc-carousel-container .carousel-component__item:nth-child(1) {
  display: block;
}
.pc-carousel-wrapper .pc-carousel-container.slick-initialized .carousel-component__item {
  display: block;
}
.pc-carousel-wrapper .pc-carousel-container.content-card-carousel {
  overflow: visible;
}
.pc-carousel-wrapper .pc-carousel-container.content-card-carousel .slick-list {
  overflow: visible;
}
.pc-carousel-wrapper .pc-carousel-container:not([data-space-between="true"]) .slick-slide:not(:last-child) .platform-components-content-card__border {
  border-right-width: 0;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots {
  margin: 30px auto;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots &gt; li {
  height: 10px;
  align-items: flex-end;
}
.pc-carousel-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .pc-carousel-wrapper[data-overlay-indicators-desktop="true"] .slick-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
  }
  .pc-carousel-wrapper[data-overlay-indicators-desktop="true"] .arrows-track {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pc-carousel-wrapper[data-overlay-indicators-tablet="true"] .slick-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
  }
  .pc-carousel-wrapper[data-overlay-indicators-tablet="true"] .arrows-track {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper[data-overlay-indicators-mobile="true"] .slick-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
  }
  .pc-carousel-wrapper[data-overlay-indicators-mobile="true"] .arrows-track {
    height: 100%;
  }
}
.pc-carousel-wrapper .arrows-track {
  position: absolute;
  height: calc(100% - 80px);
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.pc-carousel-wrapper .arrows-track .slick-arrow {
  height: 40px;
  width: 40px;
  font-size: 26px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: 200ms ease-out;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: initial;
  text-decoration: none;
}
.pc-carousel-wrapper .arrows-track .slick-arrow:focus {
  outline: 1px solid #000;
}
.pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
  left: 35px;
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
}
.pc-carousel-wrapper .arrows-track .slick-arrow.slick-next {
  right: 35px;
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
.pc-carousel-wrapper .arrows-track .slick-arrow.slick-disabled {
  opacity: 50%;
}
@media (min-width: 1024px) and (max-width: 1290px) {
  .pc-carousel-wrapper.arrowDesktopPadding {
    padding: 0 50px;
  }
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
@media (min-width: 1291px) {
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-prev {
    left: -50px;
  }
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pc-carousel-wrapper.arrowTabletPadding {
    padding: 0 50px;
  }
  .pc-carousel-wrapper.arrowTabletPadding .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
  .pc-carousel-wrapper.arrowTabletPadding .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper.arrowMobilePadding {
    padding: 0 50px;
  }
  .pc-carousel-wrapper.arrowMobilePadding .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
  .pc-carousel-wrapper.arrowMobilePadding .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots &gt; li {
  margin: 0px calc(5px);
}
.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots &gt; li &gt; button {
  height: 10px;
  width: 10px;
  border-width: 2px;
  border-radius: 100%;
  transition: 200ms ease-out;
}
.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots &gt; li:hover &gt; button {
  height: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container[data-autoscroll="autoScroll"] {
    border: 100%;
  }
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots &gt; li &gt; button {
  background-color: #464646;
  border-color: #464646;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots &gt; li:hover &gt; button {
  background-color: #e31c3d;
  border-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots &gt; li.slick-active &gt; button {
  background-color: #e31c3d;
  border-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots &gt; li &gt; button {
  background-color: #464646;
  border-color: #ffffff;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots &gt; li:hover &gt; button {
  background-color: #e31c3d;
  border-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots &gt; li.slick-active &gt; button {
  background-color: #e31c3d;
  border-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots &gt; li &gt; button {
  background-color: #ffffff;
  border-color: #ffffff;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots &gt; li:hover &gt; button {
  background-color: #e31c3d;
  border-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots &gt; li.slick-active &gt; button {
  background-color: #e31c3d;
  border-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots &gt; li &gt; button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots &gt; li:hover &gt; button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots &gt; li.slick-active &gt; button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots {
  width: unset;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots &gt; li {
  margin: 0px calc(2.5px);
  width: 25px;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots &gt; li &gt; button {
  height: 2px;
  width: 25px;
  border-width: 0;
  border-radius: 0;
  transition: 200ms ease-out;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots &gt; li:hover &gt; button {
  height: 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pc-carousel-wrapper.pc-indicator-line .pc-carousel-container[data-autoscroll="autoScroll"] {
    border: 0;
  }
}
.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots &gt; li &gt; button {
  background-color: #464646;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots &gt; li:hover &gt; button {
  background-color: #464646;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots &gt; li.slick-active &gt; button {
  background-color: #e31c3d;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #464646;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots &gt; li &gt; button {
  background-color: #464646;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots &gt; li:hover &gt; button {
  background-color: #464646;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots &gt; li.slick-active &gt; button {
  background-color: #e31c3d;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #464646;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots &gt; li &gt; button {
  background-color: #ffffff;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots &gt; li:hover &gt; button {
  background-color: #ffffff;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots &gt; li.slick-active &gt; button {
  background-color: #e31c3d;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #ffffff;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #e31c3d;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots &gt; li &gt; button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots &gt; li:hover &gt; button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots &gt; li.slick-active &gt; button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: unset;
}
.pc-carousel-wrapper .arrows-track .slick-arrow {
  border-radius: 100%;
  transition: 200ms ease-out;
}
@keyframes carousel-indicator-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(100%);
  }
}

.platform-components-toast__editor {
  display: none;
}
.platform-components-toast__overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  z-index: 9999;
}
.platform-components-toast__overlay.active {
  display: block;
}
.active .platform-components-toast__container {
  background-color: #ffffff;
  border-radius: 0;
  border-width: 1px;
  padding: 20px;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: auto;
  max-width: 73.125rem;
  border-color: #dfdfdf;
  position: fixed;
  bottom: 50px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .active .platform-components-toast__container {
    max-width: 100%;
    left: unset;
    transform: unset;
    width: 100%;
  }
}
.active .platform-components-toast__content {
  padding-left: 40px;
  padding-right: 40px;
}
.active .platform-components-toast__content p,
.active .platform-components-toast__content ul,
.active .platform-components-toast__content ol,
.active .platform-components-toast__content li,
.active .platform-components-toast__content blockquote,
.active .platform-components-toast__content table,
.active .platform-components-toast__content td {
  font-family: 'Gotham';
  font-weight: 400;
  line-height: 150%;
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #464646;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .active .platform-components-toast__content p,
  .active .platform-components-toast__content ul,
  .active .platform-components-toast__content ol,
  .active .platform-components-toast__content li,
  .active .platform-components-toast__content blockquote,
  .active .platform-components-toast__content table,
  .active .platform-components-toast__content td {
    font-size: 0.625rem;
  }
}
.active .platform-components-toast__content a {
  color: #e31c3d;
}
.active .platform-components-toast__content a:hover,
.active .platform-components-toast__content a:active,
.active .platform-components-toast__content a:focus {
  color: #981b1e;
}
.platform-components-toast__close {
  display: flex;
  height: auto !important;
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #e31c3d;
}
.platform-components-toast__close:hover,
.platform-components-toast__close:active,
.platform-components-toast__close:focus {
  background-color: unset;
  border: unset;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #981b1e;
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 15px;
    opacity: 1;
  }
}
.toast-opened {
  position: relative;
  z-index: 1000;
}
.toast-trigger {
  display: inline-block;
  vertical-align: sub;
}
.toast-trigger .toast-sup-decoration {
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
  padding: 5px 3px;
  margin-bottom: 0px;
  margin-right: 1px;
  font-size: 10px;
  top: -0.5em;
  cursor: pointer;
  color: #464646;
  background-color: #ffffff;
  vertical-align: top;
}
.toast-trigger .toast-sup-decoration:hover {
  color: #ffffff;
  background-color: #e31c3d;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  border-color: #e31c3d;
}
.toast-trigger [data-toast-tooltip] {
  z-index: 5;
  position: relative;
}
.toast-trigger [data-toast-tooltip]:before {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -45px;
  margin-right: 5px;
  padding: 5px;
  width: 85px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  content: attr(data-toast-tooltip);
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
}
.toast-trigger [data-toast-tooltip]:after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.toast-trigger [data-toast-tooltip]:before,
.toast-trigger [data-toast-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
.toast-trigger [data-toast-tooltip]:hover:before,
.toast-trigger [data-toast-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

</pre></body></html>