@font-face {
  font-family: 'nunito-sans-light';
  /* src: url('global/resources/fonts/NunitoSans_10pt-Light.ttf') format('truetype'); */
  src: url('global/resources/fonts/NunitoSans-VariableFont.ttf') format('truetype');
  /* font-weight: 300; */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'nunito-sans-medium';
  src: url('global/resources/fonts/NunitoSans_10pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'nunito-sans-bold';
  src: url('global/resources/fonts/NunitoSans_10pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'open-sans-medium';
  src: url('global/resources/fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'open-sans-semibold';
  src: url('global/resources/fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* margin-auto */
body {
  background-color: #ffffff;
  font-family: nunito-sans-light, sans-serif !important;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 10px;
  margin-bottom: 0px;
}
a {
  color: #00a0dd;
  text-decoration: underline;
}
*:focus {
  outline: none;
}
h2 span.overline-3 {
  font-family: nunito-sans-medium, sans-serif;
  font-size: 32px;
  color: #0d436b;
  text-align: center;
}
h4 {
  font-family: nunito-sans-light, sans-serif;
  font-size: 27px;
  text-align: center;
  color: #0d436b;
}
.title-container {
  padding: 6% 0;
}
p {
  margin-bottom: 0px;
}
span[id],
div[id] {
  scroll-margin-top: clamp(12vh, 15vh, 18vh);
}
.container-full-width {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px !important;
  margin-top: 13%;
}
@media only screen and (max-width: 600px) {
  .page-content {
    margin-top: 22%;
  }
}
.container-limited-width {
  width: 80% !important;
  max-width: 1920px;
  margin: auto;
  margin-left: 10% !important;
  margin-right: 10% !important;
}
@media only screen and (min-width: 1920px) {
  .container-limited-width {
    width: 80% !important;
    max-width: 1920px;
    margin: auto;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
hr.cmp-separator__horizontal-rule {
  border-top: 1px solid #d1d3d4;
  border-bottom-color: 1px solid #939598;
}
.aem-Grid.aem-Grid--5.aem-Grid--default--5.aem-Grid--phone--10:has(
    .platform-components-container .image
  ),
.aem-Grid.aem-Grid--5.aem-Grid--default--5.aem-Grid--phone--12:has(
    .platform-components-container .image
  ) {
  padding-top: 60px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .aem-Grid.aem-Grid--5.aem-Grid--default--5.aem-Grid--phone--10:has(
      .platform-components-container .image
    ),
  .aem-Grid.aem-Grid--5.aem-Grid--default--5.aem-Grid--phone--12:has(
      .platform-components-container .image
    ) {
    padding-top: 0px;
  }
}
.aem-Grid.aem-Grid--5.aem-Grid--default--5.aem-Grid--phone--10 .platform-components-container .image,
.aem-Grid.aem-Grid--5.aem-Grid--default--5.aem-Grid--phone--12 .platform-components-container .image {
  width: 77%;
  margin: auto;
}
.aem-Grid.aem-Grid--5.aem-Grid--default--5.aem-Grid--phone--10 .platform-components-container .image a img,
.aem-Grid.aem-Grid--5.aem-Grid--default--5.aem-Grid--phone--12 .platform-components-container .image a img {
  width: 67%;
  margin: auto;
}
@media only screen and (min-width: 1701px) {
  .page-content {
    margin-top: 7%;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1700px) {
  .page-content {
    margin-top: 9%;
  }
}
@media only screen and (min-width: 1198px) and (max-width: 1370px) {
  .page-content {
    margin-top: 13%;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1197px) {
  .page-content {
    margin-top: 18%;
  }
}
.border-right-gray {
  border: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-right: 1px solid #939598;
}
@media only screen and (max-width: 980px) {
  .border-right-gray {
    border: 0px;
    border-color: transparent;
    border-radius: 0px;
    border-bottom: 1px solid #939598;
  }
}
.border-right-white {
  border-right: 1px solid #ffffff;
}
.border-left-blue {
  border-left: 4.7px solid #0d436b;
  padding-left: 20px;
}
.platform-components-rich-text.border-left-blue {
  padding-left: 20px !important;
}
.background-gray,
.background-gray .container-inner {
  background-color: #f5f5f5 !important;
}
.background-whirlpool-blue,
.background-whirlpool-blue .container-inner {
  background-color: #0d436b !important;
  color: white;
}
.background-secondary-blue,
.background-secondary-blue .container-inner {
  background-color: #00a0dd !important;
  color: white;
}
.background-light-blue,
.background-light-blue .container-inner {
  background-color: #f5f6f7 !important;
}
.background-dark-gray,
.background-dark-gray .container-inner {
  background-color: #505863 !important;
  color: white;
}
.background-light-gray,
.background-light-gray .container-inner,
.background-ash-gray,
.background-ash-gray .container-inner,
.background-smoke-white,
.background-smoke-white .container-inner {
  background-color: #d1d3d4 !important;
}
.background-none-with-grey-border,
.background-none-with-grey-border .container-inner {
  background-color: transparent !important;
  border: 1px solid #d9d9d9;
}
.background-gray-with-border,
.background-gray-with-border .container-inner {
  background-color: #f6f6f7 !important;
  border: 2px solid #00a0dd;
}
.background-none-with-border,
.background-none-with-border .container-inner {
  background-color: transparent !important;
  border: 2px solid #00a0dd;
  border-radius: 5px !important;
}
.link-button a {
  color: #ffffff !important;
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18.7px;
  letter-spacing: 2px;
}
.link-button p {
  padding-bottom: 0px !important;
}
.background-whirlpool-blue.link-button {
  margin-right: 2px;
}
.link-button-group {
  display: flex;
  align-items: stretch;
}
.link-button-group .richText {
  height: inherit;
}
.link-button-group .richText .link-button {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .link-button-group {
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
  }
  .link-button-group.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2,
  .link-button-group.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
    width: 100%;
  }
}
.background-gradient-blue,
.background-gradient-blue .container-inner {
  background-image: linear-gradient(180deg, #00a0dd 0%, rgba(0, 160, 221, 0) 100%) !important;
}
.full-height-video-container .embed,
.full-height-video-container .embed .cmp-embed,
.full-height-video-container .embed .cmp-embed iframe {
  height: inherit;
}
.aspect-ratio-center-3-1 .cmp-image img {
  width: auto;
  margin: auto;
}
.rightNavContentResponsiveGrid {
  border-left: 1px solid #e2e2e2;
}
.mainContentResponsiveGrid:has(+ .rightNavContentResponsiveGrid) {
  border-right: 1px solid #e2e2e2;
}
.rightNav-content {
  margin-top: 66%;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .rightNav-content {
    margin-top: 175px;
  }
}
@media only screen and (min-width: 1401px) {
  .rightNav-content {
    margin-top: 150px;
  }
}
.rightNav-content .page-list ul {
  padding: 0px !important;
}
.rightNav-content .platform-components-rich-text {
  padding: 0px;
}
.rightNav-content .page-list .item_card .article-preview .article-card .content-wrapper {
  padding-bottom: 0px;
}
.rightNav-content .page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.8em !important;
  letter-spacing: normal;
  display: inline-block;
  color: #444444;
  padding: 0px;
}
.rightNav-content .platform-components-page-list .item_card {
  margin-bottom: 7px;
  padding-left: 0px;
}
#old-entries-arrows {
  display: inline-flex;
  padding-left: 2%;
  justify-content: space-between;
  max-width: 45%;
}
#next-entries-arrows {
  margin-right: 5%;
  display: flex;
  justify-content: space-between;
  max-width: 45%;
}
a#next-entries-arrows,
a#old-entries-arrows {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 1.7rem;
  color: #00a0dd;
  padding-bottom: 23px;
}
.rightNav-content .platform-components-rich-text.platform-components-rich-text--theme-01 h4 {
  font-family: 'nunito-sans-medium', sans-serif;
  font-size: 30px !important;
  font-weight: 500;
  color: #0d436b;
  text-align: left;
  line-height: 1.2em;
}
.category.basepage .page-list h1 {
  margin-top: 75px;
}
@media only screen and (max-width: 980px) {
  .category.basepage .page-list h1 {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 768px) {
  .rightNav-content {
    margin-top: 0%;
    padding-left: 30px;
  }
  .mainContentResponsiveGrid:has(+ .rightNavContentResponsiveGrid) {
    padding: 0 10px;
  }
}
.article.basepage .page-content {
  margin-top: 16%;
  padding-right: 7% !important;
}
@media only screen and (min-width: 1920px) {
  .article.basepage .page-content {
    margin-top: 12%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1370px) {
  .article.basepage .page-content {
    margin-top: 21%;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1025px) {
  .article.basepage .page-content {
    margin-top: 27%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 980px) {
  .article.basepage .page-content {
    margin-top: 15%;
    width: 80%;
    padding-right: 0% !important;
  }
}
@media only screen and (max-width: 600px) {
  .article.basepage .page-content {
    margin-top: 20%;
    width: 80%;
    padding-right: 0% !important;
  }
}
.article.basepage h1.cmp-title__text {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #0d436b;
  text-align: left;
  line-height: 1.2em;
}
.article.basepage .platform-components-meta__top-container {
  padding: 0px;
}
.article.basepage .platform-components-meta__social-container-text-element-divider,
.category.basepage .cmp-list__item article .cmp-list__item-date {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1.8em !important;
  letter-spacing: 1px;
  color: #444444;
  padding-bottom: 15px;
}
.article.basepage .platform-components-meta__social-container-text-element-divider .platform-components-meta-tags,
.category.basepage .cmp-list__item article .cmp-list__item-date a {
  color: #666666;
}
.category.basepage .cmp-list__item article .cmp-list__item-date a.cmp-list__item-link {
  color: #444444;
}
.category.basepage .cmp-list__item article .cmp-list__item-date {
  margin-bottom: 21px;
}
.category.basepage .cmp-list__item-description {
  color: #444444 !important;
}
.article.basepage .platform-components-meta__share-container {
  padding-top: 30px;
  margin-bottom: 40px;
}
.article.basepage .platform-components-meta__share-container .dpc-social-share {
  width: 100px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.article.basepage .platform-components-meta__share-container .dpc-social-share a img {
  width: 40px;
  height: 40px;
}
.article.basepage .platform-components-rich-text {
  padding-left: 0 !important;
}
.article.basepage .platform-components-rich-text p,
.article.basepage .platform-components-rich-text blockquote {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.8em !important;
  letter-spacing: normal;
  color: #444444;
  text-align: left;
}
.article.basepage .platform-components-rich-text blockquote:not(:has(.pc-quote)) {
  padding-left: 20px;
  border-left: 5px solid #0d436b;
  margin-left: 0px;
}
.article.basepage .platform-components-rich-text blockquote .pc-quote:before,
.article.basepage .platform-components-rich-text blockquote .pc-quote:after {
  background-color: #00a0dd;
}
button.toggle-accordion {
  color: #0d436b !important;
  border: 1px solid #0d436b !important;
  border-radius: 7px;
  font-size: 18px;
  padding-right: 1em;
  padding-left: 0.7em;
  background-color: #ffffff;
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 1.7rem;
  text-transform: capitalize !important;
}
button.toggle-accordion::after {
  content: url("global/resources/images/arrow-carrot-down.svg");
  height: 20px;
  width: 16px;
  display: block;
  margin-left: 10px;
}
#blue-border .cmp-separator__horizontal-rule {
  border: 1px solid #00a0dd;
  border-bottom: none;
}
.embed-center iframe {
  width: -webkit-fill-available;
}
@media only screen and (min-width: 1900px) {
  .zero-spacer.platform-components-spacer__height-desktop--xl {
    height: 0px;
  }
  .embed-center iframe {
    height: 40vh;
  }
}
.tableContainer .platform-components-rich-text__table-wrapper table tr td {
  border-bottom: 2px solid #d1d3d4;
}
.tableContainer .platform-components-rich-text__table-wrapper table tr:last-child td {
  border-bottom: none;
}
.tableContainer.platform-components-rich-text table td {
  border: none;
}
.tableContainer td:first-child {
  align-content: baseline;
}
.tableContainer td h3:first-child {
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .regular-table.platform-components-rich-text table tr:first-child:nth-last-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.fancy-table.platform-components-rich-text table thead td,
.fancy-table.platform-components-rich-text table thead td b {
  background-color: #777777;
  color: #ffffff;
}
.fancy-table.platform-components-rich-text table tbody td {
  background-color: #f6f9fb;
  color: #444444;
}
.fancy-table.platform-components-rich-text table td p {
  padding-bottom: 0px;
}
.fancy-table.platform-components-rich-text table td {
  padding: 10px;
  border-color: #ffffff !important;
}
@media only screen and (max-width: 400px) {
  .fancy-table.platform-components-rich-text p .body-2 {
    font-size: 12px;
  }
}
.WPmapPanelSection {
  width: 80%;
  height: auto;
  aspect-ratio: 1.5;
  margin: auto;
}
.WPmapPanelImage {
  width: 100%;
  aspect-ratio: 1.5;
  margin: auto;
  position: relative;
  background: url("global/css/Map-1.jpg") no-repeat;
  background-size: contain;
}
.WPicons .WPtooltiptext {
  visibility: hidden;
  width: 15vh;
  min-width: 220px;
  background-color: #0d436b;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  aspect-ratio: 1.5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 100%;
  z-index: 1;
}
.WPicons .WPtooltiptext h2 {
  color: white !important;
}
.WPicons:hover .WPtooltiptext {
  visibility: visible;
}
.WPicons {
  height: 8%;
  width: 6%;
  position: absolute;
  display: block;
  cursor: pointer;
}
.WPicons:first-child {
  background: url("global/css/Apple@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 27%;
  right: 23%;
  /* z-index: 3; */
}
.WPicons:nth-child(2) {
  background: url("global/css/Avocado@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 55%;
  left: 22%;
}
.WPicons:nth-child(3) {
  background: url("global/css/Banana@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 28%;
  left: 62%;
}
.WPicons:nth-child(4) {
  background: url("global/css/Blackberry@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 55%;
  left: 48%;
}
.WPicons:nth-child(5) {
  background: url("global/css/Broccoli@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 17%;
  right: 40%;
}
.WPicons:nth-child(6) {
  background: url("global/css/Carrot-1@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 55%;
  left: 17%;
}
.WPicons:nth-child(7) {
  background: url("global/css/Raspberry.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 75%;
  right: 20%;
  /* z-index: 1; */
}
.WPicons:nth-child(8) {
  background: url("global/css/Strawberry@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 64%;
  right: 43%;
}
.WPicons:nth-child(9) {
  background: url("global/css/Pineapple@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 67%;
  right: 20%;
}
.WPicons:nth-child(10) {
  background: url("global/css/Strawberry@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 22%;
  right: 24%;
}
.WPicons:nth-child(11) {
  background: url("global/css/Avocado@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 27%;
  right: 27%;
}
.WPicons:nth-child(12) {
  background: url("global/css/Blackberry@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 35%;
  right: 24%;
}
.WPicons:nth-child(13) {
  background: url("global/css/Broccoli@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 48%;
  right: 30%;
}
.WPicons:nth-child(14) {
  background: url("global/css/Carrot-1@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 54%;
  right: 23%;
  /* transform: rotate(70deg); */
}
.column-yt-max-width {
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 1921px) {
  .column-yt-max-width {
    max-width: 1920px;
    margin: auto;
  }
}
@media only screen and (max-width: 600px) {
  .commitments-msg .platform-components-rich-text h3 .header-three {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
  }
  .platform-components-container:has(.commitments-msg) {
    margin-left: 0px !important;
    width: 85% !important;
  }
  .commitments-msg .platform-components-rich-text {
    padding-left: 20px !important;
  }
}

#fastFactContainer {
  background: #0d436b;
}

#fastFactDetailTwo{
	margin-bottom:4rem;
	margin-top:2rem;
}

#fastFactsText {
	margin-top: 1.5rem;
}

#fastFactContainer hr.cmp-separator__horizontal-rule{
  border-color: #00A0DD;
  border-bottom-width: 1px;
}

#fastFactContainer .separator.container-limited-width {
    margin-top: 2rem;
}

@media (min-width: 768px) {
	#fastFactDetail {
		margin-left: 3rem;
	}
	
	#fastFactDetailTwo{
		margin-left: 3rem;
	}
}

@media (max-width: 767px) {
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--1:has(#factNintyFive) {
		margin-left: 5%;
	}
	
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--11:has(#factUsProduct){
		width:85.666667%;
	}
}

/* Corp Carousel component CSS */

/* margin-auto */
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 > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.platform-components-modal__container-fullscreen > .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 > .container {
    width: auto;
    max-width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 970px;
  }
}
@media (min-width: 1440px) {
  .platform-components-modal__container-fullscreen > .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.75);
}
.platform-components-modal__close {
  /* resets */
  background-color: unset;
  border: unset;
  /* common style */
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 1.7rem;
  font-size: 1.25rem;
  text-transform: none;
  letter-spacing: 0.0625;
  padding: 6px 20px;
  border-radius: 1px;
  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: 6px 20px;
  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: #0d436b;
  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: #f3f3f3;
  color: #0d436b;
}
.platform-components-modal__close-secondary {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 0px #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: #5b5b5b;
  color: #ffffff;
  box-shadow: inset 0 0 0 0px #5b5b5b;
}
.platform-components-modal__close-tertiary {
  padding: 6px 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: #5b5b5b;
}
.platform-components-modal a:focus {
  outline: 1px solid #222222 !important;
}
.platform-components-modal__overlay {
  z-index: 100000001;
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/whirlpoolcorp/clientlibs/platform-components/css/brand-classes.less
Error: NameError: variable @container-geometry-border-radius is undefined in /apps/digital-platform/clientlibs/platform-components/css/brand-classes.less on line 2, column 18:
1 .br-brand{
2   border-radius: @container-geometry-border-radius;
3 }


(uncompiled LESS src is included below)
*****************************************************/
@import '/apps/digital-platform/clientlibs/platform-components/css/brand-classes.less';
/* margin-auto */
.platform-components-meta a.theme-01-tags:before {
  background: radial-gradient(ellipse at top left, #222222 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, #222222 27%, #dee0e3 57%);
}
.platform-components-meta a.theme-02-tags:hover {
  color: #dee0e3;
}
.platform-components-meta a.theme-03-tags:before {
  background: radial-gradient(ellipse at top left, #ffffff 27%, #222222 57%);
}
.platform-components-meta a.theme-03-tags:hover {
  color: #222222;
}
.platform-components-meta a.theme-04-tags:before {
  background: radial-gradient(ellipse at top left, #ffffff 27%, #222222 57%);
}
.platform-components-meta a.theme-04-tags:hover {
  color: #222222;
}

html {
  scroll-behavior:smooth
}
#back-to-top{
  height:40px;
  width:40px;
  position:fixed;
  right:0;
  z-index:99;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 5px #ccc;
  margin:17px;
    margin-right:0px;
  background:rgba(0, 0, 0, 0.4);
  opacity:0;
    transform: translateX(63px);

}
#back-to-top::after{
content:'';
background:url('global/resources/images/arrow-up.svg');
color:white;
height:40px;
width:40px;
display:block;
filter:invert(1);
position: absolute;
top: 10%;
right: 0;
bottom: 0;
left: 9%;   
}
#back-to-top.show-btt{
  bottom:15%;
  opacity:1;
  transition: all .5s ease;
    transform: translateX(0px);
}
/* margin-auto */
.platform-components-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.platform-components-buttons__button {
  /* common style */
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 1.7rem;
  font-size: 1.25rem;
  text-transform: none;
  letter-spacing: 0.0625;
  padding: 6px 20px;
  border-radius: 1px;
  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: 1.25rem;
  }
}
.platform-components-buttons__button span {
  white-space: nowrap;
}
.platform-components-buttons__button:hover {
  cursor: pointer;
  border-width: 0px;
  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: #0d436b;
}
.platform-components-buttons__button--primary-brand:hover,
.platform-components-buttons__button--primary-brand:active {
  color: #0d436b;
  background-color: #f3f3f3;
}
.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: #5b5b5b;
}
.platform-components-buttons__button--primary-light {
  color: #222222;
  background-color: #ffffff;
}
.platform-components-buttons__button--primary-light:hover,
.platform-components-buttons__button--primary-light:active {
  color: #ffffff;
  background-color: #5b5b5b;
}
.platform-components-buttons__button--secondary-brand {
  color: #eeb111;
  background-color: transparent;
  border-color: #eeb111;
}
.platform-components-buttons__button--secondary-brand:hover,
.platform-components-buttons__button--secondary-brand:active {
  color: #222222;
  background-color: #d99e02;
  border-color: #d99e02;
}
.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: #5b5b5b;
  border-color: #5b5b5b;
}
.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: #5b5b5b;
  border-color: #5b5b5b;
}
.platform-components-buttons__button--tertiary-brand {
  color: #eeb111;
}
.platform-components-buttons__button--tertiary-brand:hover,
.platform-components-buttons__button--tertiary-brand:active {
  color: #d99e02;
}
.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: #5b5b5b;
}
.platform-components-buttons__button--tertiary-light {
  color: #ffffff;
}
.platform-components-buttons__button--tertiary-light:hover,
.platform-components-buttons__button--tertiary-light:active {
  color: #5b5b5b;
}
.platform-components-buttons [class*="--secondary"] {
  border-radius: 1px;
  border-width: 0px;
  border-style: solid;
}
.platform-components-buttons [class*="--tertiary"] {
  border: 0;
  padding: 5px;
  margin: 5px 20px;
}
.platform-components-buttons__button--split {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  line-height: 150%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.016rem;
  border-radius: 50px;
  border-width: 2px;
  border-style: solid;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__button--split {
    font-size: 1rem;
  }
}
.platform-components-buttons__button--split.platform-components-buttons__button--primary-brand {
  background-color: #eeb111;
  border-color: transparent;
  color: #000000;
}
.platform-components-buttons__button--split.platform-components-buttons__button--primary-light {
  background-color: #ffffff;
  border-color: transparent;
  color: #222222;
}
.platform-components-buttons__button--split.platform-components-buttons__button--primary-dark {
  background-color: #222222;
  border-color: transparent;
  color: #ffffff;
}
.platform-components-buttons__button--split.platform-components-buttons__button--secondary-brand {
  background-color: transparent;
  border-color: #eeb111;
  color: #eeb111;
}
.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: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  line-height: 150%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.016rem;
  position: absolute;
  transition: all 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-buttons__split-button-label {
    font-size: 1rem;
  }
}
.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 > .platform-components-buttons__button {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  line-height: 150%;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.016rem;
  padding: 10px 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 > .platform-components-buttons__button {
    font-size: 1rem;
  }
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:first-of-type {
  border-radius: calc(0.6px) 0 0 calc(0.6px);
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:last-of-type {
  border-radius: 0 calc(0.6px) calc(0.6px) 0;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--primary-brand {
  color: #f2f2f2;
  background-color: #f2f2f2;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--primary-light {
  color: #5b5b5b;
  background-color: #f2f2f2;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--primary-dark {
  color: #5b5b5b;
  background-color: #f2f2f2;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--secondary-brand {
  color: #eeb111;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--secondary-light {
  color: #ffffff;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button.platform-components-buttons__button--secondary-dark {
  color: #222222;
  background-color: transparent;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover {
  transition: none;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--primary-brand {
  color: #000000;
  background-color: #f2f2f2;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--primary-light {
  color: #222222;
  background-color: #ffffff;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--primary-dark {
  color: #ffffff;
  background-color: #222222;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--secondary-brand {
  color: #000000;
  background-color: #eeb111;
}
.platform-components-buttons__split-button-wrapper > .platform-components-buttons__button:hover.platform-components-buttons__button--secondary-light {
  color: #222222;
  background-color: #ffffff;
}
.platform-components-buttons__split-button-wrapper > .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;
}
.platform-components-buttons a:hover::after,
.platform-components-buttons.platform-components-buttons--theme-01 a:hover::after {
  content: '';
  background: url("global/resources/images/arrow-right.svg");
  width: 21px;
  height: 21px;
  margin-left: 6px;
  color: #0d436b;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(20%) sepia(76%) saturate(826%) hue-rotate(170deg) brightness(94%) contrast(97%);
}
.platform-components-buttons.platform-components-buttons--theme-01.full-width-button a.platform-components-buttons__button,
.platform-components-buttons.full-width-button a.platform-components-buttons__button {
  width: 100%;
}
.platform-components-buttons__button:hover {
  transition: all 300ms ease-out;
}
.button-two-line-arrow .platform-components-buttons__button {
  display: inline-block;
  position: relative;
  width: 235px;
}
.button-two-line-arrow.platform-components-buttons.platform-components-buttons a:hover::after,
.button-two-line-arrow.platform-components-buttons.platform-components-buttons--theme-01 a:hover::after {
  position: absolute;
  bottom: 8px;
}
.button-active.platform-components-buttons {
  padding: .3em 0.65em .3em .7em;
  background-color: #ffffff !important;
  color: #0d436b !important;
  border: 1px solid #0d436b !important;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  outline: transparent;
}
.button-active.platform-components-buttons a::after {
  content: '';
  background: url("global/resources/images/arrow-right.svg");
  width: 21px;
  height: 21px;
  margin-left: 6px;
  color: #0d436b;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(20%) sepia(76%) saturate(826%) hue-rotate(170deg) brightness(94%) contrast(97%);
}
.button-active .platform-components-buttons__button--primary-brand {
  background-color: #ffffff !important;
  color: #0d436b !important;
}

/* margin-auto */
.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: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0.031rem;
  font-size: 1.688rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__preheader {
    font-size: 1.688rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-content-card__subtitle {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0.031rem;
  font-size: 1.5em;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
  }
}
.platform-components-content-card__body-copy {
  font-family: 'open-sans-semibold', sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0.016rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__body-copy {
    font-size: 0.875rem;
  }
}
.platform-components-content-card__body-copy b,
.platform-components-content-card__body-copy strong {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
}
.platform-components-content-card__body-copy + div.value-prop {
  margin-top: 10px;
}
.platform-components-content-card__body-copy button {
  font-family: 'open-sans-semibold', sans-serif;
}
.platform-components-content-card__body-copy button:focus {
  outline: 1px solid #000000;
}
.platform-components-content-card__button-container {
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.platform-components-content-card__button {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 1.7rem;
  font-size: 1.25rem;
  text-transform: none;
  letter-spacing: 0.0625;
  padding: 6px 20px;
  border-radius: 1px;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-content-card__button:hover,
.platform-components-content-card__button:active {
  padding: 6px 20px;
}
.platform-components-content-card__button:focus {
  padding: 6px 20px;
}
.platform-components-content-card__button--primary.brand {
  background-color: #0d436b;
  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: #f3f3f3;
  color: #0d436b;
}
.platform-components-content-card__button--primary.light {
  background-color: #ffffff;
  color: #222222;
  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: #5b5b5b;
  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: #5b5b5b;
  color: #ffffff;
}
.platform-components-content-card__button--secondary.brand {
  background-color: transparent;
  color: #eeb111;
  box-shadow: inset 0 0 0 0px #eeb111;
  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: #d99e02;
  color: #222222;
  box-shadow: inset 0 0 0 0px #d99e02;
}
.platform-components-content-card__button--secondary.dark {
  background-color: transparent;
  color: #222222;
  box-shadow: inset 0 0 0 0px #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: #5b5b5b;
  color: #ffffff;
  box-shadow: inset 0 0 0 0px #5b5b5b;
}
.platform-components-content-card__button--secondary.light {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 0px #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: #5b5b5b;
  color: #ffffff;
  box-shadow: inset 0 0 0 0px #5b5b5b;
}
.platform-components-content-card__button--tertiary {
  padding: 6px 0;
}
.platform-components-content-card__button--tertiary.brand {
  color: #eeb111;
  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: #d99e02;
}
.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: #5b5b5b;
}
.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: #5b5b5b;
}
.platform-components-content-card__button--tertiary:hover,
.platform-components-content-card__button--tertiary:active,
.platform-components-content-card__button--tertiary:focus {
  padding: 6px 0;
}
@media (min-width: 768px) {
  .platform-components-content-card__button {
    font-size: 1.25rem;
  }
}
.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;
}
@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 a.headline-link:focus {
  outline: 1px solid #5b5b5b !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 #f2f2f2;
}
.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: #222222;
}
.platform-components-content-card__theme-01 .platform-components-content-card__preheader {
  color: #222222;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy a {
  color: #000000;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy a:hover {
  color: #222222;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy button {
  color: #000000;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy button:hover {
  color: #222222;
}
.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: #e3e4e5;
  background-image: linear-gradient(to bottom, transparent, transparent);
  --overlay-color-1: rgba(242, 242, 242, 0.8);
}
.platform-components-content-card__theme-02 .platform-components-content-card__border {
  border: 1px solid #f2f2f2;
}
.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: #222222;
}
.platform-components-content-card__theme-02 .platform-components-content-card__preheader {
  color: #222222;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy a {
  color: #000000;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy a:hover {
  color: #222222;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy button {
  color: #000000;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy button:hover {
  color: #222222;
}
.platform-components-content-card__theme-02 .platform-components-content-card__color-overlay {
  background-color: rgba(242, 242, 242, 0.8);
}
.platform-components-content-card__theme-03 {
  background-color: #222222;
  background-image: linear-gradient(to bottom, transparent, transparent);
  --overlay-color-1: rgba(34, 34, 34, 0.75);
}
.platform-components-content-card__theme-03 .platform-components-content-card__border {
  border: 1px solid #5b5b5b;
}
.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: #eeb111;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy a:hover {
  color: #d99e02;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy button {
  color: #eeb111;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy button:hover {
  color: #d99e02;
}
.platform-components-content-card__theme-03 .platform-components-content-card__color-overlay {
  background-color: rgba(34, 34, 34, 0.75);
}
.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: #eeb111;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy a:hover {
  color: #d99e02;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy button {
  color: #eeb111;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy button:hover {
  color: #d99e02;
}
.platform-components-content-card__theme-04 .platform-components-content-card__color-overlay {
  background-color: unset;
}
.platform-components-content-card__border-radius {
  border-radius: 10px;
}
.platform-components-content-card__border-radius .platform-components-content-card__image-container--background .platform-components-content-card__image {
  border-radius: 10px;
}
.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: 10px 10px 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: 10px 10px 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: 10px 10px 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: 10px 0 0 10px;
}
@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: 10px 0 0 10px;
  }
}
@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: 10px 0 0 10px;
  }
}
.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 10px 10px;
}
@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 10px 10px;
  }
}
@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 10px 10px;
  }
}
.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 10px 10px 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 10px 10px 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 10px 10px 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: 10px 10px 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: 10px 0 0 10px;
  }
  .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: 10px 10px 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: 10px 0 0 10px;
  }
}
@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 10px 10px;
  }
  .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 10px 10px 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 10px 10px;
  }
  .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 10px 10px 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: 10px 10px 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: 10px 0 0 10px;
  }
  .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: 10px 10px 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: 10px 0 0 10px;
  }
}
@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 10px 10px;
  }
  .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 10px 10px 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 10px 10px;
  }
  .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 10px 10px 0;
  }
}
.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.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.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.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.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.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.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.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.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__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-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-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-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-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-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-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-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-right: 20px;
  }
}
.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-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-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-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-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-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-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-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-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .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-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-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .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-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-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .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-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-top: 20px;
  }
}
@media (max-width: 767px) {
  .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-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-bottom: 20px;
  }
}
.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 {
  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__preheader,
h3.platform-components-content-card__preheader.header-three {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 1.688rem;
  color: #0d436b;
  text-align: center;
  line-height: 1.2em;
}
h3.platform-components-content-card__preheader.header-three {
  margin-bottom: 5.82%;
}
@media only screen and (max-width: 992px) {
  h3.platform-components-content-card__preheader.header-three {
    margin-bottom: 30px;
  }
}
h5.platform-components-content-card__main-header,
.platform-components-content-card__main-header.header-five {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #0d436b !important;
  text-align: left;
  line-height: 1.2em;
}
.platform-components-content-card__body-copy,
.platform-components-content-card__body-copy p {
  font-family: 'open-sans-semibold', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #939598 !important;
  text-align: left;
  line-height: 1.2em;
}
.platform-components-content-card__body-copy p .pc-quote {
  font-family: 'open-sans-medium', sans-serif;
  font-size: 22pt;
  font-weight: 400;
  line-height: 1.4;
  color: #0d436b;
}
.platform-components-content-card__body-copy p .overline-2 {
  font-family: 'open-sans-semibold', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  line-height: 1.8em;
  color: #444444;
}
.platform-components-content-card__body-copy p .overline-2 b {
  font-weight: 700;
}
.platform-components-content-card__button-container .platform-components-content-card__button {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.7rem;
  letter-spacing: 0.0625;
  text-transform: none;
  background-color: #0d436b;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  transition: background-color 300ms ease-out, color 300ms 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 {
  padding: 0.3em 0.65em 0.3em 0.7em;
  background-color: #f3f3f3 !important;
  color: #0d436b !important;
  border-color: none;
  display: inline-flex;
  align-items: center;
  outline: transparent;
}
.platform-components-content-card__button--primary.brand:hover::after {
  content: "";
  background: url("global/resources/images/arrow-right.svg");
  width: 21px;
  height: 21px;
  margin-left: 6px;
  color: #0d436b;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(20%) sepia(76%) saturate(826%) hue-rotate(170deg) brightness(94%) contrast(97%);
}
.button-active .platform-components-content-card__button--primary.brand {
  padding: 0.3em 0.65em 0.3em 0.7em;
  background-color: #ffffff !important;
  color: #0d436b !important;
  border: 1px solid #0d436b;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  outline: transparent;
}
.button-active .platform-components-content-card__button--primary.brand::after {
  content: "";
  background: url("global/resources/images/arrow-right.svg");
  width: 21px;
  height: 21px;
  margin-left: 6px;
  color: #0d436b;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(20%) sepia(76%) saturate(826%) hue-rotate(170deg) brightness(94%) contrast(97%);
}
.platform-components-content-card__subtitle {
  font-family: 'nunito-sans-light', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.25rem !important;
  color: #ffffff !important;
  text-align: left;
  line-height: 1.2em !important;
  margin-bottom: 0px !important;
}
.platform-components-content-card__preheader.header-one,
.platform-components-content-card__main-header.header-one {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  font-size: 38px;
  color: #0d436b !important;
  text-align: right;
  line-height: 45.6px;
}
.platform-components-content-card__content.platform-components-content-card__boxed-container:not( :has(.platform-components-content-card__body-copy > p)) .platform-components-content-card__button-container {
  margin-top: 0px !important;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container {
  background-color: rgba(255, 255, 255, 0.66);
}
.platform-components-content-card__height-style-vh--lg.h-75vh--lg {
  height: 75vh;
  min-height: 75vh !important;
}
.background-whirlpool-blue .platform-components-content-card__container {
  background-color: #0d436b;
}
.background-whirlpool-blue .platform-components-content-card__body-copy p,
.background-whirlpool-blue .platform-components-content-card__body-copy p .body-2 {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__height-style-vh--lg.h-75vh--lg {
    height: 25vh !important;
    min-height: 25vh !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .platform-components-content-card__height-style-vh--lg.h-75vh--lg {
    height: 35vh !important;
    min-height: 35vh !important;
  }
}
@media only screen and (min-width: 1600px) {
  .platform-components-content-card__height-style-vh--lg.h-75vh--lg {
    height: 90vh !important;
    min-height: 90vh !important;
  }
}
@media only screen and (min-width: 1921px) {
  .platform-components-content-card__image-container--background .platform-components-content-card__image {
    object-fit: cover !important;
  }
}
.badge-small .pc-badge-image {
  height: 35px;
}
.badge-medium .pc-badge-image {
  height: 45px;
}
.platform-components-content-card__body-copy h2 {
  font-family: 'nunito-sans-medium', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #0d436b;
  line-height: 36px;
}
.platform-components-content-card__body-copy h6 {
  color: #0d436b;
  font-size: 17px;
  font-weight: 500;
  font-family: 'nunito-sans-medium', sans-serif;
  line-height: 20.4px;
}
.platform-components-content-card__body-copy h4 {
  color: #0d436b;
  font-size: 16px;
  font-weight: 500;
  font-family: 'open-sans-medium', sans-serif;
  line-height: 19.2px;
}
.platform-components-content-card__body-copy p .body-2 {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.575rem;
  letter-spacing: normal;
  display: inline-block;
  color: #000000;
}
.background-whirlpool-blue .platform-components-content-card__body-copy h2 {
  color: #ffffff;
}
.background-whirlpool-blue .platform-components-content-card__body-copy p,
.background-whirlpool-blue .platform-components-content-card__body-copy h3,
.background-whirlpool-blue .platform-components-content-card__body-copy h5 {
  color: #ffffff !important;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy a {
  color: #00a0dd !important;
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy p .body-2 a {
  font-size: inherit;
}
.ourMissionVissionCard {
  margin-top: 3rem;
}
.ourMissionVissionCard .platform-components-content-card__height-style-vh--lg.h-100vh--lg {
  min-height: 550px;
}
.welcomeContentCard .platform-components-content-card__height-style-vh--lg {
  height: 100vh;
  min-height: 500px;
}
.ourValueContentCard .platform-components-content-card__height-style-vh--lg.h-100vh--lg {
  min-height: 550px;
}
@media (max-width: 767px) {
  .ourMissionVissionCard .platform-components-content-card__height-style-vh--lg.h-100vh--lg {
    height: 32vh;
    min-height: 100px;
  }
  .welcomeContentCard .platform-components-content-card__height-style-vh--lg {
    height: 32vh;
    min-height: 100px;
  }
  .ourValueContentCard .platform-components-content-card__height-style-vh--lg.h-100vh--lg {
    height: 32vh;
    min-height: 100px;
  }
}
.image-custom-aspect-ratio .platform-components-content-card__image-container--contained.automatic .platform-components-content-card__image {
  object-fit: cover;
  aspect-ratio: 1.5;
}
.platform-components-content-card__theme-01 {
  background-color: transparent !important;
}
.platform-components-content-card__preheader.header-one:has(
    + h1.platform-components-content-card__main-header.header-one
  ) {
  margin-bottom: 0px;
}
a:has(.platform-components-content-card__container) {
  text-decoration: none;
}
.background-whirlpool-blue .platform-components-content-card__button-container .platform-components-content-card__button {
  background-color: #00a0dd;
}
.background-whirlpool-blue .background-gradient-blue .platform-components-content-card__container {
  background-color: transparent;
}
.background-whirlpool-blue .background-gradient-blue .platform-components-content-card__button-container .platform-components-content-card__button {
  background-color: #0d436b;
}
.platform-components-content-card .platform-components-content-card__body-copy h2 > a {
  font-size: inherit;
}
.clickable-image .platform-components-content-card__button-container {
  display: none;
}
.background-contain.parallax-image .platform-components-content-card__image {
  object-fit: contain;
}
.background-contain .platform-components-content-card__image {
  object-fit: contain !important;
}
.background-cover .platform-components-content-card__image {
  object-fit: cover !important;
}
.top-negative-90 .platform-components-content-card__container .platform-components-content-card__image.parallax-imageTag {
  top: -90% !important;
}
.top-negative-10 .platform-components-content-card__container .platform-components-content-card__image.parallax-imageTag {
  top: -10% !important;
}

/* margin-auto */

/* margin-auto */
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card > .content-wrapper .content-info span {
  font-size: 0.875rem;
  font-weight: unset;
  font-family: unset;
  letter-spacing: unset;
  color: #222222;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card > .content-wrapper .content-info span {
  color: #222222;
}
.platform-components-page-list {
  margin: 0 -10px;
  max-width: unset;
}
.platform-components-page-list .item_card .article-preview {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .content-wrapper .cmp-list__item-date {
  color: #222222 !important;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
  font-family: 'nunito-sans-medium', sans-serif;
  font-size: 1.375rem;
  line-height: 1.2em;
  font-weight: 500;
  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.375rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  font-family: 'open-sans-medium', sans-serif;
  font-size: 0.875rem;
  line-height: 1.8em;
  font-weight: 500;
  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: 0.875rem;
  }
}
.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: #5b5b5b;
  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: 1.125rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-tags li {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #222222;
  border-color: #222222;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
  font-family: unset;
  font-weight: unset;
  color: #5b5b5b;
  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: 1.125rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 1.7rem;
  font-size: 1.25rem;
  text-transform: none;
  letter-spacing: 0.0625;
  border-radius: 1px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
    font-size: 1.25rem;
  }
}
.platform-components-page-list .item_card .cmp-list__item-link:hover .cmp-list__item-title {
  color: #222222;
}
.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.125rem !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.125rem !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 #f2f2f2;
}
.platform-components-page-list__list-view .item_card.no-image .cmp-list__item-title {
  font-size: 1.125rem !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.125rem !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 .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-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__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-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 .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.125rem !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.125rem !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 {
  color: #eeb111 !important;
  padding: 6px 0 !important;
}
.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: #d99e02 !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: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__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.125rem !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.125rem !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 {
  color: #eeb111 !important;
  padding: 6px 0 !important;
}
.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: #d99e02 !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: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) {
  border-bottom: 1px solid #f2f2f2;
}
.platform-components-page-list__four-card .item_card:nth-child(3) {
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 1023px) and (min-width: 901px) {
  .platform-components-page-list__four-card .item_card:nth-child(3) {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
  }
}
.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;
}
.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.25rem;
}
@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.5rem;
  }
}
.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 {
  fill: #000000;
}
.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 {
  background: radial-gradient(ellipse at top left, #222222 27%, #ffffff 57%);
}
.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 {
  color: #ffffff;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: #0d436b;
  text-align: left;
  line-height: 1.2em;
}
#leadership-page .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
  font-size: 20px;
  text-align: center;
}
.leadershipDesignation.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.leadershipDesignation.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  text-align: center;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description,
.article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #666666;
  text-align: left;
  line-height: 1.8em;
}
.platform-components-page-list .item_card .article-preview {
  border: 0px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.platform-components-page-list .item_card .article-preview .article-card .image-wrapper {
  position: relative;
  height: auto;
  width: auto;
  flex: auto;
  overflow: visible;
}
.platform-components-page-list .item_card .article-preview .article-card .image-wrapper img {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover;
}
.platform-components-page-list .item_card .article-preview.with-border {
  border: 1px solid #d8d8d8 !important;
}
.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: none !important;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}
.moreResultsUL.platform-components-page-list.platform-components-page-list__list-view.platform-components-page-list__gradient-light.no-image .cmp-list__item-title {
  font-size: 31.2px !important;
  line-height: 2.34rem;
}
.moreResultsUL.platform-components-page-list.platform-components-page-list__list-view.platform-components-page-list__gradient-light.no-image .item_card.no-image {
  border-bottom: none;
}
.moreResultsUL.platform-components-page-list.platform-components-page-list__list-view.platform-components-page-list__gradient-light.no-image .item_card .article-preview .article-card .content-wrapper {
  padding-top: 0;
}
.moreResultsUL.platform-components-page-list.platform-components-page-list__list-view.platform-components-page-list__gradient-light.no-image {
  padding-top: 3rem;
}
.platform-components-page-list .item_card {
  margin-bottom: 63px;
}
.leadershipDesignation.platform-components-page-list .item_card {
  margin-bottom: 0px;
}
@media only screen and (max-width: 980px) {
  .platform-components-page-list .item_card {
    margin-bottom: 47px;
  }
}
.cmp-list__item-description:has(.line1),
.cmp-list__item-description:has(.line2) {
  text-align: center !important;
}
.cmp-list__item-description .line2 {
  font-weight: 700;
  color: #444444;
}
.leadershipDesignation.platform-components-page-list .item_card .article-preview {
  width: 89%;
  float: left;
}
@media only screen and (max-width: 980px) {
  .leadershipDesignation.platform-components-page-list .item_card .article-preview {
    width: 100%;
  }
}
.cmp-list__item-date {
  font-family: 'open-sans-medium', sans-serif !important;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.8em !important;
  letter-spacing: normal;
  display: inline-block;
  color: #444444 !important;
  padding: 0px;
}
.search-results .cmp-list__item.item_card {
  margin-bottom: 45px;
}
.category.basepage a.cmp-list__item-link:hover .cmp-list__item-title,
.article.basepage a.cmp-list__item-link:hover .cmp-list__item-title {
  color: #00a0dd !important;
  text-decoration: underline;
}

/* margin-auto */
.platform-components-rich-text.platform-components-rich-text--theme-01 {
  color: #222222;
}
.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: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-box-link {
  color: #222222;
  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(#000000, #000000);
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-box-link:hover {
  color: #ffffff;
  box-shadow: -4px 0 #222222, 4px 0 #222222;
  background-image: linear-gradient(#222222, #222222);
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a {
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a:hover {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color {
  color: #5b5b5b;
}
.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: #5b5b5b;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote {
  color: #222222;
}
.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: #222222;
}
.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: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color {
  color: #eeb111;
}
.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: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table th {
  background: #222222;
  border-color: #222222;
  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: #dddddd;
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 {
  color: #222222;
}
.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: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-box-link {
  color: #222222;
  text-shadow: 0 0 0 #dee0e3, 1px 0 0 #dee0e3, -1px 0 0 #dee0e3, 0 1px 0 #dee0e3, 1px 1px 0 #dee0e3, -1px 1px 0 #dee0e3, 0 1.25px 0 #dee0e3, 1.25px 1.25px 0 #dee0e3, -1.25px 1.25px 0 #dee0e3, 0 1.5px 0 #dee0e3, 1.5px 1.5px 0 #dee0e3, -1.5px 1.5px 0 #dee0e3, 0 -1px 0 #dee0e3, -1px -1px 0 #dee0e3, 1px -1px 0 #dee0e3;
  background-image: linear-gradient(#000000, #000000);
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-box-link:hover {
  color: #dee0e3;
  box-shadow: -4px 0 #222222, 4px 0 #222222;
  background-image: linear-gradient(#222222, #222222);
}
.platform-components-rich-text.platform-components-rich-text--theme-02 a {
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 a:hover {
  color: #222222;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color {
  color: #5b5b5b;
}
.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: #5b5b5b;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote {
  color: #222222;
}
.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: #222222;
}
.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: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color {
  color: #eeb111;
}
.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: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 table th {
  background: #d99e02;
  border-color: #d99e02;
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 table td {
  background: #dddddd;
  border-color: #ffffff;
  color: #000000;
}
.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 #222222, 1px 0 0 #222222, -1px 0 0 #222222, 0 1px 0 #222222, 1px 1px 0 #222222, -1px 1px 0 #222222, 0 1.25px 0 #222222, 1.25px 1.25px 0 #222222, -1.25px 1.25px 0 #222222, 0 1.5px 0 #222222, 1.5px 1.5px 0 #222222, -1.5px 1.5px 0 #222222, 0 -1px 0 #222222, -1px -1px 0 #222222, 1px -1px 0 #222222;
  background-image: linear-gradient(#eeb111, #eeb111);
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-box-link:hover {
  color: #222222;
  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: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 a:hover {
  color: #d99e02;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color {
  color: #dee0e3;
}
.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: #dee0e3;
}
.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: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color {
  color: #eeb111;
}
.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: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 table th {
  background: #d99e02;
  border-color: #d99e02;
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 table td {
  background: #222222;
  border-color: #000000;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 {
  color: #ffffff;
}
.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: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-box-link {
  color: #ffffff;
  text-shadow: 0 0 0 #222222, 1px 0 0 #222222, -1px 0 0 #222222, 0 1px 0 #222222, 1px 1px 0 #222222, -1px 1px 0 #222222, 0 1.25px 0 #222222, 1.25px 1.25px 0 #222222, -1.25px 1.25px 0 #222222, 0 1.5px 0 #222222, 1.5px 1.5px 0 #222222, -1.5px 1.5px 0 #222222, 0 -1px 0 #222222, -1px -1px 0 #222222, 1px -1px 0 #222222;
  background-image: linear-gradient(#eeb111, #eeb111);
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-box-link:hover {
  color: #222222;
  box-shadow: -4px 0 #ffffff, 4px 0 #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff);
}
.platform-components-rich-text.platform-components-rich-text--theme-04 a {
  color: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 a:hover {
  color: #d99e02;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color {
  color: #ffffff;
}
.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: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote {
  color: #ffffff;
}
.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: #ffffff;
}
.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: #eeb111;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color {
  color: #eeb111;
}
.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: #eeb111;
}
.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: 'nunito-sans-light', sans-serif;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text {
    font-size: 16px;
  }
}
.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: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.813rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h1 {
    font-size: 1.813rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h2 {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.313rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h2 {
    font-size: 2.313rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h3 {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h3 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h4 {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.688rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h4 {
    font-size: 1.688rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h5 {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h5 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h6 {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h6 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.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: 'nunito-sans-light', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.016rem;
  font-size: 1rem;
  margin-bottom: 1.75rem;
}
@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.875rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text b,
.platform-components-rich-text strong,
.platform-components-rich-text th {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
}
.platform-components-rich-text .overline-1 {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0.031rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .overline-1 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-rich-text .overline-2 {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0.031rem;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .overline-2 {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-rich-text .subtitle-1 {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.031rem;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .subtitle-1 {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .body-1 {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.016rem;
  font-size: 1rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .body-1 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.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: 'nunito-sans-light', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.016rem;
  font-size: 0.75rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .caption {
    font-size: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .disclaimer {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.016rem;
  font-size: 0.75rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .disclaimer {
    font-size: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .pc-quote {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 600;
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.25rem;
  margin-bottom: 1.75rem;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .pc-quote {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .pc-highlight-color {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0.031rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .pc-highlight-color {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-rich-text > *: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: #eeb111;
}
.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-rich-text h1,
.platform-components-rich-text--theme-01.platform-components-rich-text h1 {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #0d436b;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.platform-components-rich-text h1 .header-one,
.platform-components-rich-text--theme-01 h1 .header-one {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  font-size: 37px;
  color: #0d436b;
  text-transform: capitalize;
  line-height: 1.2em;
}
.platform-components-rich-text h1 .overline-2 {
  font-size: 38px;
  color: #0d436b;
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
}
.background-whirlpool-blue .platform-components-rich-text h1,
.background-whirlpool-blue .platform-components-rich-text h1 .overline-1,
.background-whirlpool-blue .platform-components-rich-text h1 .header-one,
.background-whirlpool-blue .platform-components-rich-text .overline-1 {
  color: #ffffff;
}
.platform-components-rich-text h1 .overline-1 .subtitle-1,
.platform-components-rich-text--theme-01.platform-components-rich-text h1 .overline-1 .subtitle-1 {
  font-size: 45px;
}
.platform-components-rich-text h2,
.platform-components-rich-text h3,
.platform-components-rich-text--theme-01.platform-components-rich-text h2,
.platform-components-rich-text h2 .overline-1,
.platform-components-rich-text--theme-01.platform-components-rich-text h2 .overline-1 {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  font-size: 2.313rem;
  color: #0d436b;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0px !important;
}
.platform-components-rich-text h2 .header-two {
  font-family: 'nunito-sans-light', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 38.4px;
  margin-bottom: 0px;
}
.platform-components-rich-text h2 .header-one,
.platform-components-rich-text--theme-01.platform-components-rich-text h2 .header-one {
  font-family: 'nunito-sans-medium', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding-top: 0;
}
.platform-components-rich-text h2 .subtitle-1 {
  font-size: 19px;
  font-weight: 600;
  font-family: 'nunito-sans-light', sans-serif;
}
@media only screen and (max-width: 768px) {
  .platform-components-rich-text--theme-01.platform-components-rich-text h2 .header-one {
    line-height: 45.6px;
  }
}
.background-whirlpool-blue .platform-components-rich-text h2,
.background-whirlpool-blue .platform-components-rich-text h2 .header-one {
  color: #ffffff !important;
}
.platform-components-rich-text h3 {
  color: #000000;
}
.platform-components-rich-text h3 .header-one {
  font-size: 19px;
  font-weight: 600;
  color: #0d436b;
  font-family: 'nunito-sans-light', sans-serif;
}
.platform-components-rich-text h3 .header-three {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 27px;
  color: #000000;
}
.platform-components-rich-text h3 .header-four,
.platform-components-rich-text h3 .subtitle-1 {
  font-size: 24px;
  color: #000000;
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
}
.platform-components-rich-text h3:has(.overline-1),
.platform-components-rich-text h3:has(.overline-2) {
  margin-bottom: 0px;
}
.platform-components-rich-text h3 .overline-1,
.platform-components-rich-text h3 .overline-2 {
  font-size: 20px;
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  color: #0d436b;
}
.platform-components-rich-text h3 b {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  font-size: 1.688rem;
  color: #0d436b;
  text-align: center;
  line-height: 2.025rem;
}
.background-whirlpool-blue .platform-components-rich-text h3,
.background-whirlpool-blue .platform-components-rich-text h3 .header-three,
.background-whirlpool-blue .platform-components-rich-text h3 .header-four,
.background-whirlpool-blue .platform-components-rich-text h3 b {
  color: #ffffff !important;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 p .header-four {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  font-size: 1.688rem;
  color: #0d436b;
  text-align: center;
  line-height: 1.2em;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 h4 .overline-1,
.platform-components-rich-text h4 .overline-1 {
  font-size: 30px;
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 800;
  color: #0d436b;
}
.platform-components-rich-text h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 h4 .header-four,
.platform-components-rich-text h4 .header-four {
  font-family: 'nunito-sans-medium', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #0d436b;
  text-align: center;
  line-height: 1.2em;
}
.background-whirlpool-blue .platform-components-rich-text h4 .header-four,
.background-whirlpool-blue .platform-components-rich-text h4 .overline-1 {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 h5,
.platform-components-rich-text h5 {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #0d436b;
  text-align: center;
  line-height: 1.2em;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 h5 .header-five,
.platform-components-rich-text h5 .header-five {
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #0d436b;
  text-align: center;
  line-height: 21.6px;
}
.platform-components-rich-text h6 {
  font-size: 17px;
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
}
.platform-components-rich-text p,
.platform-components-rich-text.platform-components-rich-text--theme-01 p {
  padding-bottom: 14px;
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  font-size: 21px;
  color: #444444;
  text-align: left;
  line-height: 25.2px;
  margin-bottom: 0px;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 p .header-three .subtitle-1 {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #444444;
  text-align: center;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.platform-components-rich-text p .body-1,
.platform-components-rich-text.platform-components-rich-text--theme-01 p .body-1 {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #444444;
  text-align: left;
  line-height: 25.2px;
}
.platform-components-rich-text p .body-2,
.platform-components-rich-text.platform-components-rich-text--theme-01 p .body-2,
.platform-components-rich-text ul .body-2,
.platform-components-rich-text ol .body-2 {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.575rem;
  letter-spacing: normal;
  display: inline-block;
}
.policy-page-margin.platform-components-rich-text li::marker,
.policy-page-margin.platform-components-rich-text ol .body-2,
.platform-components-rich-text ul .body-2 {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.575rem;
  letter-spacing: normal;
  display: inline-flex;
}
.policy-page-margin.platform-components-rich-text ol li span.body-2 {
  display: block;
}
.policy-page-margin.platform-components-rich-text ul {
  margin-top: 0px;
}
.platform-components-rich-text p .body-2 .overline-2 b,
.platform-components-rich-text.platform-components-rich-text--theme-01 p .body-2 .overline-2 b {
  color: #444444;
}
.platform-components-rich-text p .body-2 b,
.platform-components-rich-text.platform-components-rich-text--theme-01 p .body-2 b {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8rem;
  letter-spacing: normal;
  display: inline-block;
  color: #0d436b;
}
.platform-components-rich-text p .body-2 b .overline-1,
.platform-components-rich-text.platform-components-rich-text--theme-01 p .body-2 b .overline-1 {
  color: #444444;
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8rem;
  letter-spacing: normal;
  display: inline-block;
}
.platform-components-rich-text p .body-2 .overline-1,
.platform-components-rich-text.platform-components-rich-text--theme-01 p .body-2 .overline-1 {
  font-size: 16px;
}
.platform-components-rich-text p .overline-1 .header-four,
.platform-components-rich-text.platform-components-rich-text--theme-01 p .overline-1 .header-four {
  font-size: 24px;
}
.platform-components-rich-text p .subtitle-1,
.platform-components-rich-text.platform-components-rich-text--theme-01 p .subtitle-1 {
  font-size: 16px;
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  color: #444444;
  text-align: center;
  line-height: 1.4em;
}
.platform-components-rich-text p .body-1 .overline-1,
.platform-components-rich-text.platform-components-rich-text--theme-01 p .body-1 .overline-1 {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #444444;
}
.platform-components-rich-text li .overline-2 {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #444444;
  text-align: left;
  line-height: 26px;
  letter-spacing: normal;
}
.platform-components-rich-text li .overline-1 {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  text-align: left;
  line-height: 1.4em;
}
.background-whirlpool-blue .platform-components-rich-text p,
.background-whirlpool-blue .platform-components-rich-text p .body-2,
.background-whirlpool-blue .platform-components-rich-text p .body-2 b,
.background-whirlpool-blue .platform-components-rich-text p .body-2 .overline-1 {
  color: #ffffff !important;
}
.background-dark-gray .platform-components-rich-text p,
.background-dark-gray .platform-components-rich-text p .body-2,
.background-dark-gray .platform-components-rich-text p .body-2 b,
.background-dark-gray .platform-components-rich-text p .body-2 .overline-1 {
  color: #ffffff !important;
}
.platform-components-rich-text a,
.platform-components-rich-text.platform-components-rich-text--theme-01 a {
  color: #00a0dd;
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  outline: none;
  font-size: 14px;
  text-align: left;
  line-height: 1.575rem;
  letter-spacing: normal;
  text-decoration: underline !important;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a:hover {
  color: #00a0dd;
  opacity: 0.7;
}
.platform-components-rich-text h4 a,
.platform-components-rich-text p a,
.platform-components-rich-text li .overline-1 a,
.platform-components-rich-text.platform-components-rich-text--theme-01 p a {
  font-size: inherit !important;
  text-decoration: underline;
}
.platform-components-rich-text p b a,
.platform-components-rich-text.platform-components-rich-text--theme-01 p b a {
  font-weight: inherit;
  text-decoration: underline;
}
.platform-components-rich-text p a .overline-1 {
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fill-available;
  color: #00a0dd;
  text-decoration: underline;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 h2,
.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 {
  color: #0d436b;
  margin-bottom: 0;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 p .header-five {
  font-size: 25px;
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  line-height: 25.2px;
}
.platform-components-rich-text h3 b .header-three {
  font-size: 25px;
  color: #0d436b;
  font-family: 'nunito-sans-medium', sans-serif;
}
.platform-components-rich-text.platform-components-rich-text--theme-01:has(h4 b) p {
  font-size: 21px;
  font-family: 'nunito-sans-light', sans-serif;
  font-weight: 300;
  line-height: 1.8rem;
  padding: 0 0.4rem 0 0.4rem;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 p .body-2 .header-five {
  font-size: 16px;
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 1.575rem;
  letter-spacing: normal;
  display: inline-block;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .subtitle-1 b {
  font-size: 27px;
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 32.4px;
  color: #0d436b;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 p .header-six {
  font-size: 24px;
  line-height: 28.8px;
}
.platform-components-rich-text h1 .subtitle-1 {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 150%;
  font-size: 28px;
  color: #505863;
}
.platform-components-rich-text--theme-01 .header-one p {
  font-size: 2rem;
  text-align: left;
  width: 74%;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .richText.text.aem-GridColumn--default--none.aem-GridColumn--phone--4 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .platform-components-rich-text {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .platform-components-rich-text--theme-01 .header-one p {
    width: 100%;
  }
}
.platform-components-rich-text h2 b {
  color: inherit !important;
}
.platform-components-rich-text ul {
  padding-left: 17px;
}
.platform-components-rich-text li {
  margin-bottom: 6px;
}
.policy-page-margin .platform-components-rich-text h3,
.policy-page-margin.platform-components-rich-text h3,
.policy-page-margin .platform-components-rich-text h4,
.policy-page-margin.platform-components-rich-text h4 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.policy-page-margin .platform-components-rich-text p b,
.policy-page-margin.platform-components-rich-text p b {
  font-size: 14px;
}
.policy-page-margin .platform-components-rich-text ol,
.policy-page-margin.platform-components-rich-text ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 14px;
  padding-bottom: 14px;
}
.tableContainer .platform-components-rich-text__table-wrapper table tr td {
  border-bottom: 2px solid #D1D3D4;
}
.tableContainer .platform-components-rich-text__table-wrapper table tr:last-child td {
  border-bottom: none;
}
.tableContainer.platform-components-rich-text table td {
  border: none;
}
.tableContainer td:first-child {
  align-content: baseline;
}
.tableContainer td h3:first-child {
  line-height: 27px;
}
.tableContainerAllBorders .platform-components-rich-text__table-wrapper table tr td {
  border: 1px solid #eee;
}
.tableContainerAllBorders .platform-components-rich-text table td {
  border: none;
}
.tableContainerAllBorders .platform-components-rich-text__table-wrapper table tr td:first-child {
  border-right: 0;
}
.tableContainerAllBorders .platform-components-rich-text__table-wrapper table tr td:nth-child(2) {
  border-left: 0;
}
/* for Logo */
.whirlpoolLog .badge-medium .pc-badge-image {
  height: 65px;
  left: 0px !important;
  bottom: 0px !important;
}
.kitchenAidLogo .badge-medium .pc-badge-image {
  height: 28px;
  left: 20px !important;
  margin: 0;
}
.mayTagLogo .badge-medium .pc-badge-image {
  margin-left: 40px;
}
.consulLog .badge-medium .pc-badge-image {
  margin-left: 20px;
  height: 30px;
}
.brastempLogo .badge-medium .pc-badge-image {
  margin-left: 50px;
  height: 30px;
  width: 200px;
}
.amanaLogo .badge-medium .pc-badge-image {
  height: 35px;
  margin-left: 35px;
}
.JennairLogo .badge-medium .pc-badge-image {
  height: 60px;
  margin-left: 40px;
}
.acrosLogo .badge-medium .pc-badge-image {
  height: 40px;
  margin-left: 10px;
}
.everyDropLogo .badge-medium .pc-badge-image {
  height: 35px;
  margin-left: 70px;
}
.gladiatorLogo .badge-medium .pc-badge-image {
  height: 28px;
  margin-left: 20px;
}
.inSinkEratorLogo .badge-medium .pc-badge-image {
  height: 65px;
  margin-left: 50px;
}
.affreshLogo .badge-medium .pc-badge-image {
  height: 50px;
  margin-left: 45px;
}
.swashLogo .badge-medium .pc-badge-image {
  height: 50px;
  margin-left: 0;
}
.ParaContent.platform-components-rich-text p {
  margin-bottom: 14px;
}
.ParaContent.platform-components-rich-text a {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .kitchenAidLogo .badge-medium .pc-badge-image {
    left: 0 !important;
  }
  .mayTagLogo .badge-medium .pc-badge-image,
  .gladiatorLogo .badge-medium .pc-badge-image {
    margin-left: 0;
  }
  .consulLog .badge-medium .pc-badge-image,
  .brastempLogo .badge-medium .pc-badge-image,
  .inSinkEratorLogo .badge-medium .pc-badge-image {
    margin-left: 35px;
  }
  .amanaLogo .badge-medium .pc-badge-image {
    margin-left: 15px;
  }
  .everyDropLogo .badge-medium .pc-badge-image {
    margin-left: 50px;
  }
  .tableContainerAllBorders .platform-components-rich-text__table-wrapper table tr td {
    padding: 6px 24px;
    display: table-cell;
  }
  .tableContainer .platform-components-rich-text__table-wrapper table tr td:first-child {
    border-bottom: none;
  }
}
.platform-components-rich-text.platform-components-rich-text--theme-01 p > a:has(img),
.platform-components-rich-text p > a:has(img) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 48%;
}
@media only screen and (max-width: 1024px) {
  .platform-components-rich-text.platform-components-rich-text--theme-01 p > a:has(img),
  .platform-components-rich-text p > a:has(img) {
    max-width: 100%;
  }
}
.platform-components-rich-text p > a > img {
  margin-right: 10px;
}

/* margin-auto */

.sitemap {
  margin-left: 5%;
}
.sitemap a {
  text-decoration: underline;
  font-weight: bold;
}
.sitemap ul {
  padding: 0 0 0 0.625rem;
}
.sitemap li {
  list-style-type: none;
}

/* margin-auto */
.utilityNav .socialmedia .dpc-social-share {
  align-items: center;
  line-height: 1em;
  margin-right: 36px;
}
.utilityNav .socialmedia .dpc-social-share img {
  min-height: 14px;
  width: 14px;
  margin-left: 12px;
  filter: invert(1);
  color: #000000;
}
.utilityNav .socialmedia .dpc-social-share img:hover {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}
.utilityNav .socialmedia .dpc-social-share a:first-child img {
  margin-left: 0px;
}

/* margin-auto */
.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: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  line-height: 1.7rem;
  font-size: 1.25rem;
  text-transform: none;
  letter-spacing: 0.0625;
  padding: 6px 20px;
  border-radius: 1px;
  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: 6px 20px;
}
.platform-components-video__button--primary {
  background-color: #0d436b;
  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: #f3f3f3;
  color: #0d436b;
}
.platform-components-video__button--secondary {
  background-color: transparent;
  color: #eeb111;
  box-shadow: inset 0 0 0 0px #eeb111;
  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: #d99e02;
  color: #222222;
  box-shadow: inset 0 0 0 0px #d99e02;
}
.platform-components-video__button--tertiary {
  background-color: unset;
  padding: 6px 0;
  color: #eeb111;
  transition: color 200ms ease-out;
}
.platform-components-video__button--tertiary:hover,
.platform-components-video__button--tertiary:active,
.platform-components-video__button--tertiary:focus {
  color: #d99e02;
}
.platform-components-video__button--tertiary:hover,
.platform-components-video__button--tertiary:active,
.platform-components-video__button--tertiary:focus {
  background-color: unset;
  padding: 6px 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: #d99e02;
}
.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: #d99e02;
  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;
}

/* margin-auto */
.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 > .container-inner:before,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__color-overlay,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__gradient-overlay,
.platform-components-container .full-width.fw-boxed > .container-inner > .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 > .container-inner:before,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__color-overlay,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__gradient-overlay,
.platform-components-container .contained-width.cw-content > .container-inner > .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 > .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: #dee0e3;
}
.platform-components-container .theme-02 .platform-components-container__color-overlay {
  background-color: #dee0e3;
}
.platform-components-container .theme-03 {
  --overlay-color-1: #222222;
}
.platform-components-container .theme-03 .platform-components-container__color-overlay {
  background-color: #222222;
}
.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] > * {
  height: var(--match-height);
}
@media only screen and (min-width: 768px) {
  .match-heights[data-match-height-tablet] > * {
    height: var(--match-height-tablet);
  }
}
@media only screen and (min-width: 1024px) {
  .match-heights[data-match-height-desktop] > * {
    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 > .container-inner {
  border-color: #dee0e3;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-02 > .container-inner {
  border-color: #dee0e3;
  background-color: #dee0e3;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-03 > .container-inner {
  border-color: #5b5b5b;
  background-color: #222222;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-04 > .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 > .container-inner:before {
  border-color: #dee0e3;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-02 > .container-inner:before {
  border-color: #dee0e3;
  background-color: #dee0e3;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-03 > .container-inner:before {
  border-color: #5b5b5b;
  background-color: #222222;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-04 > .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: #dee0e3;
}
.platform-components-container .theme-02 .platform-components-container__color-overlay {
  background-color: #dee0e3;
}
.platform-components-container .theme-03 {
  --overlay-color-1: #222222;
}
.platform-components-container .theme-03 .platform-components-container__color-overlay {
  background-color: #222222;
}
.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;
}
.whrcorp-brand-theme {
  background: #0d436b;
}

/* margin-auto */
.accordion.panelcontainer {
  background: #f4f4f4;
  border: 1px solid #d9d9d9;
  padding: 20px;
}
.pc-accordion:not(.dpc-pdp-specifications__list) .cmp-accordion__button {
  padding: 0px;
}
.cmp-accordion__title.header-three-text-base,
.cmp-accordion__title.header-five-text-base,
.cmp-accordion__title.header-four-text-base {
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 1.688rem;
  color: #0d436b;
  line-height: 2.025rem;
}
.cmp-accordion__icon.icons-arrow-up-interactive {
  background: url('../../../etc.clientlibs/whirlpoolcorp/clientlibs/global/resources/images/icon-plus-alt.svg');
  display: block;
  height: 16px;
  width: 16px;
  background-size: cover;
}
.accordion.panelcontainer:has(.cmp-accordion__item-background[data-cmp-expanded]) {
  background: transparent;
}
.cmp-accordion__item-background[data-cmp-expanded] button .cmp-accordion__icon.icons-arrow-up-interactive {
  background: url('../../../etc.clientlibs/whirlpoolcorp/clientlibs/global/resources/images/icon-minus-alt.svg');
  background-size: cover;
}
.cmp-accordion__item-background:last-child .cmp-accordion__header button.cmp-accordion__button[aria-expanded='false'] {
  display: none;
}
h1.cmp-accordion__header,
h2.cmp-accordion__header,
h3.cmp-accordion__header,
h4.cmp-accordion__header,
h5.cmp-accordion__header,
h6.cmp-accordion__header {
  padding: 0px;
}
.pc-accordion:not(.dpc-pdp-specifications__list) .cmp-accordion__button.borderBottom {
  border: none;
}
.pc-accordion:not(.dpc-pdp-specifications__list) .cmp-accordion__button .cmp-accordion__title {
  text-transform: capitalize;
}

/* margin-auto */
.flip-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1.77777778;
  perspective: 3200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  flex-wrap: wrap;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: transform 1s;
  cursor: pointer;
}
.flip-card.is-flipped {
  transform: rotateY(-180deg);
}
.flip-card .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: rgba(225, 225, 225, 0.3);
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 70%;
  right: 0;
}
.flip-card:hover .tooltiptext {
  visibility: visible;
}
.flip-card.is-flipped .tooltiptext {
  visibility: hidden;
}
@media (min-width: 981px) {
  .flip-card {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.flip-card__front-side,
.flip-card__back-side {
  position: absolute;
  width: 95%;
  height: 100%;
  display: flex;
  justify-content: center;
  font-size: 40px;
  backface-visibility: hidden;
  transition: transform 1.25s ease-in-out;
  border: #00A0DD 2px solid;
  flex: 1 0 auto;
  box-sizing: content-box;
  padding: 20px;
}
.flip-card__front-side {
  background: #0D436B;
  color: #ffffff;
  align-items: center;
}
.flip-card__back-side {
  background: #ffffff;
  color: #444444;
  flex-direction: column;
  transform: rotateY(-180deg);
}
.flip-card__back-side p {
  text-align: center;
  margin: 1rem;
  color: #444444;
  font-size: 14px;
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
}
.flip-card__front-side h4 {
  text-align: center;
  margin: 1rem;
  color: #fff;
  font-size: 24px;
  font-family: 'nunito-sans-medium', sans-serif;
  font-weight: 500;
}
.cmp-text__paragraph.flip-card__front-side h4,
.cmp-text__paragraph.flip-card__front-side h4 .header-four {
  color: #ffffff;
}
.cmp-text__paragraph.flip-card__front-side h3 {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}
.cmp-text__paragraph.flip-card__back-side h3 {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  font-size: 27px;
  color: #0d436b;
  line-height: 27px;
}
.cmp-text__paragraph.flip-card__back-side p {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: normal;
  color: #444444;
  text-align: left;
  margin-top: 0px;
}
.cmp-text__paragraph.flip-card__back-side h5 {
  font-family: 'nunito-sans-bold', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #0d436b;
  line-height: 24px;
}
.contentflip.aem-GridColumn:has(.flip-card) {
  height: 100%;
}
.cmp-text__paragraph.flip-card__back-side h1,
.cmp-text__paragraph.flip-card__back-side h2,
.cmp-text__paragraph.flip-card__back-side h3,
.cmp-text__paragraph.flip-card__back-side h4,
.cmp-text__paragraph.flip-card__back-side h5,
.cmp-text__paragraph.flip-card__back-side h6 {
  margin-left: 1rem;
}

/* margin-auto */
.cmp-tabs.platform-components-tabs {
  border: 1px solid #d9d9d9;
}
.cmp-tabs__tablist {
  background-color: #f4f4f4;
}
.cmp-tabs__tab {
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.8em !important;
  letter-spacing: normal;
  color: #666;
  text-decoration: none;
}
.cmp-tabs__tab--active {
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  color: #333;
}
a.cmp-tabs__tab:hover {
  color: #666;
}
@media only screen and (max-width: 980px) {
  .cmp-tabs__tabpanel.cmp-tabs__tabpanel--active {
    padding: 24px 30px;
  }
  .cmp-tabs__tabpanel.cmp-tabs__tabpanel--active .platform-components-rich-text {
    overflow-wrap: anywhere;
    white-space: normal;
  }
}
@media only screen and (max-width: 768px) {
  .cmp-tabs__tablist {
    flex-direction: column;
  }
}

/* margin-auto */
.textImage h4 {
  font-family: 'nunito-sans-medium', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0d436b;
  text-align: center;
  line-height: 1.2em;
}
.image-custom-aspect-ratio .cmp-image img {
  aspect-ratio: 1.5;
}
.image-custom-aspect-ratio .cmp-image--title {
  text-align: center;
  display: block;
  font-family: 'open-sans-medium', sans-serif;
  font-weight: 500 !important;
  font-size: 12px ;
  line-height: 1.8em ;
  letter-spacing: normal;
  color: #444444;
}

.pc-carousel-wrapper {
    position: relative
}

.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>div {
    height: 100%;
    justify-content: center;
    align-items: center
}

.pc-carousel-wrapper .pc-carousel-container .slick-slide>div.platform-components-product-card__flex-container {
    align-items: stretch
}

.pc-carousel-wrapper .pc-carousel-container .slick-slide>div>div {
    outline: none !important
}

.pc-carousel-wrapper .pc-carousel-container .slick-dots {
    list-style: none;
    display: flex !important;
    padding: 0;
    align-items: flex-end;
    justify-content: center;
    bottom: 0;
    position: relative;
    margin: 30px 0;
    margin-top: -30px !important;
}

.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: 0
}

@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>li {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.pc-carousel-wrapper .pc-carousel-container .slick-dots>li>button {
    position: relative;
    border-style: solid
}

.pc-carousel-wrapper .pc-carousel-container .slick-dots>li>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;
    width: unset
}

.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: 55%;
    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: none;
}

.pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
    left: 25px;
    background: rgba(0, 0, 0, 0.2);
}

@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: 25px;
    background: rgba(0, 0, 0, 0.2);
}

@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 .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: 0px
    }

    .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 .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>li {
    margin: 0 calc(0)
}

.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots>li>button {
    height: 7px;
    width: 7px;
    border-width: 2px;
    border-radius: 100%;
    transition: 200ms ease-out;
    margin-right: 10px;
}

.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots>li:hover>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>li>button {
    background-color: #5b5b5b;
    border-color: #5b5b5b
}

.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots>li:hover>button {
    background-color: transparent;
    border-color: #5b5b5b
}

.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots>li.slick-active>button {
    background-color: white ;
    border-color: white ;
}

.pc-carousel-wrapper.pc-indicator-dot.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
    background-color: transparent
}

.pc-carousel-wrapper.pc-indicator-dot.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
    background-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots>li>button {
    background-color: #5b5b5b;
    border-color: #5b5b5b
}

.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots>li:hover>button {
    background-color: transparent;
    border-color: #5b5b5b
}

.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots>li.slick-active>button {
    background-color: #eeb111;
    border-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-dot.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
    background-color: transparent
}

.pc-carousel-wrapper.pc-indicator-dot.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
    background-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots>li>button {
    background-color: #fff;
    border-color: #fff
}

.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots>li:hover>button {
    background-color: transparent;
    border-color: #fff
}

.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots>li.slick-active>button {
    background-color: #eeb111;
    border-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-dot.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
    background-color: transparent
}

.pc-carousel-wrapper.pc-indicator-dot.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
    background-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots>li>button {
    background-color: unset;
    border-color: unset
}

.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots>li:hover>button {
    background-color: unset;
    border-color: unset
}

.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots>li.slick-active>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>li {
    margin: 0 calc(2.5px);
    width: 25px;
    height: 10px;
    align-items: flex-end;
}

.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots>li>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>li:hover>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>li>button {
    background-color: #5b5b5b;
    border-color: #5b5b5b
}

.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots>li:hover>button {
    background-color: #5b5b5b;
    border-color: #5b5b5b
}

.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots>li.slick-active>button {
    background-color: #eeb111;
    border-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-line.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
    background-color: #5b5b5b
}

.pc-carousel-wrapper.pc-indicator-line.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
    background-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots>li>button {
    background-color: #5b5b5b;
    border-color: #5b5b5b
}

.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots>li:hover>button {
    background-color: #5b5b5b;
    border-color: #5b5b5b
}

.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots>li.slick-active>button {
    background-color: #eeb111;
    border-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-line.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
    background-color: #5b5b5b
}

.pc-carousel-wrapper.pc-indicator-line.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
    background-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots>li>button {
    background-color: #fff;
    border-color: #fff
}

.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots>li:hover>button {
    background-color: #fff;
    border-color: #fff
}

.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots>li.slick-active>button {
    background-color: #eeb111;
    border-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-line.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
    background-color: #fff
}

.pc-carousel-wrapper.pc-indicator-line.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
    background-color: #eeb111
}

.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots>li>button {
    background-color: unset;
    border-color: unset
}

.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots>li:hover>button {
    background-color: unset;
    border-color: unset
}

.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots>li.slick-active>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
}


@keyframes carousel-indicator-fill {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(100%)
    }
}

.background-image-carousel .platform-components-content-card .platform-components-content-card__content {
    background: rgba(0, 0, 0, 0.61);
    padding: 16% 12%;
    max-width: 100%;
}

.background-image-carousel .platform-components-content-card__body-copy h2,
.background-image-carousel h2.platform-components-content-card__main-header.header-one,
.background-image-carousel .platform-components-content-card__body-copy h2 a,
.background-image-carousel .platform-components-content-card__body-copy p,
.background-image-carousel .platform-components-content-card__body-copy p b {
    color: white !important;
    text-align: center;
}




@media only screen and (min-width:980px) {

    .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-next,
    .pc-carousel-wrapper .arrows-track .slick-arrow.slick-next {
        right: 25px !important;
    }

    .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-prev,
    .pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
        left: 25px !important;
    }
}



.profile-carousel .platform-components-content-card__image-container--contained.automatic .platform-components-content-card__image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 5px solid #00a0dd;
}

.profile-carousel .platform-components-content-card__body-copy h2 {
    text-align: center;
}

@media only screen and (max-width: 1290px) {
    .pc-carousel-wrapper.arrowDesktopPadding {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pc-carousel-wrapper.arrowMobilePadding {
        padding: 0px !important;
    }
}
.pc-carousel-container.match-heights .richText.text .platform-components-rich-text{
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.author-mode .utilityNav,
.utilityNav {
  background: #0d436b;
  background-color: #0d436b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  /* position: fixed; */
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 0.75em 10%;
}

@media only screen and (max-width: 980px) {
  .author-mode .utilityNav,
  .utilityNav {
    background: #fff;
    background-color: #fff;
    cursor: not-allowed;
    display: none;
  }
}

.utilityNav .socialmedia {
  display: flex;
}

@media only screen and (min-width: 980px) {
  .author-mode .utility-nav__container,
  .utility-nav__container {
    background: transparent;
    width: auto;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    top: 0;
    bottom: 98%;
    margin-left: 0px;
    transform: translateX(0);
    position: relative;
    padding-bottom: 0%;
    padding-left: 0px;
    height: auto;
  }

  .utility-nav__link-wrapper {
    padding-top: 0px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .author-mode .utility-nav__link-wrapper {
    margin-right: 15px;
    padding-left: 0rem;
    padding-right: 0px;
  }
}

.utility-nav__link-wrapper {
  padding-left: 0px;
}

@media only screen and (min-width: 980px) and (max-width: 1170px) {
  .utility-nav__link-wrapper:last-child .utility-nav__link {
    padding-top: 1.5em;
  }

  .utility-nav__link-wrapper:first-child {
    margin-left: 0px;
  }

  .utility-nav__link-wrapper:last-child {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
  .author-mode .utility-nav__container,
  .utility-nav__container {
    padding-top: 0.75em;
  }
}

.utility-nav-mobile-container.hide {
  display: none;
}

.utility-nav__link {
  color: #fff;
  font-family: open-sans-semibold, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em !important;
  letter-spacing: 1px;
  text-decoration: none;
}

.utility-nav__link:hover {
  color: #fff !important;
  opacity: 0.7;
  text-decoration: none !important;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cmp-experiencefragment--header {
  position: fixed;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 10000;
}

.g-container {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  max-width: 100% !important;
  background-color: #fff;
}

/* primary header */
.tool-set-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* padding: 2% 10% 1%; */
  /* position: fixed; */
  /* top: 3%; */
  background: white;
  z-index: 999;
  /* left: 0; */
  /* right: 0; */
}

@media only screen and (min-width: 1279px) and (max-width: 1439px) {
  .tool-set-section {
    top: 5%;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1278px) {
  .tool-set-section {
    top: 11%;
  }
}

.wc-right-container {
  margin-left: clamp(4%, 16%, 4%);
  display: flex;
  position: relative;
}

.main-nav.nav_menu.sidebarMenuInner {
  display: flex;
  height: 100%;
  padding-left: 0px;
}

li.top-level-link {
  list-style: none;
  padding-right: 22px;
  font-family: open-sans-semibold, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-wrap: nowrap;
}

li.top-level-link a {
  color: #666666;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

li.top-level-link a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

li.top-level-link.active > a,
li.top-level-link.active > a ~ .sub-menu-block ul.sub-menu > li.active > a,
li.top-level-link.active
  > a
  ~ .sub-menu-block
  ul.sub-menu.show
  li.active
  a
  ~ ul.sub-menu.show
  li.active
  a {
  color: #00a0dd;
}

li.top-level-link a img {
  width: 17px;
  height: 14px;
}

.sub-menu-block {
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

li.top-level-link.show .sub-menu-block,
li.top-level-link.showOne .sub-menu-block {
  display: flex;
  flex-direction: column;
  background: white;
  border-top: 2px solid #0d436b;
  position: absolute;
  top: 48px;
  padding: 20px;
  width: 200px;
  box-sizing: content-box;
  cursor: pointer;
}

.header-search-component {
  display: none;
}

.header-search-component.active {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.header-search-form__search-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-search-input {
  background-color: transparent;
  border: 0px;
  height: auto;
  outline: none;
}

.form-input.header-search-input {
  border: 0px;
}

@media only screen and (max-width: 980px) {
  li.top-level-link a img {
    display: none;
  }

  li.top-level-link > a:has(> img) {
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.03);
  }

  .tool-set-section {
    justify-content: flex-start;
  }

  .wc-right-container {
    width: 100%;
  }

  .tool-set-section_right-side {
    width: 100%;
    height: 20px;
  }

  .header-search-form__wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .header-search-component.show {
    right: 10%;
    top: -11px;
  }
}

.tool-set-section_right-side {
  display: flex;
  align-items: center;
}

.header-search-trigger {
  display: flex;
  align-items: center;
  outline: none;
  background-color: #fff;
}

.header-search-trigger:hover {
  background-color: #fff;
}

.header-close-button-icon.hide {
  display: none;
}

.header-search-trigger-icon {
  width: 17px;
}

.brand-logo img {
  max-width: 63%;
  max-height: 54%;
  transition: max-width 0.5s ease;
  display: inline-block;
  image-rendering: webkit-optimize-contrast;
}

.brand-logo img.reduce-width {
  max-width: 37%;
  transition: max-width 1s ease;
}

#sidebarMenu {
  height: 100%;
}

.brand-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brand-logo a {
  display: flex;
}

@media only screen and (min-width: 980px) {
  .flyout-links_header-link.mobile {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .brand-logo img {
    max-width: 100%;
  }
}
.sub-menu-block .flyout-links_container {
  line-height: 1.4em !important;
  padding: 8px 0 !important;

  font-family: open-sans-semibold, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666666;
}

.sub-menu-block .flyout-links_container:hover {
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0.7;
}

.mega-menu-section {
  transform: translateY(0%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mega-menu-section.opaque {
  opacity: 0;
  transform: translateY(50%);
  cursor: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-search {
  width: 103%;
}

.header-search-form__input {
  width: 100%;
  display: flex;
  height: 50px;
  outline: none;
}

.header-search-trigger.opaque {
  display: none;
}

/* new */
.header-search-component.show {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.header-search-form__wrapper {
  width: 93%;
}

.header-search-form__clear {
  display: flex;
  align-items: center;
  padding: 0 1.125rem;
  cursor: pointer;
}

/* test */
.flyout-links .sub-menu {
  list-style: none;
  line-height: 1.4em !important;
  font-family: open-sans-semibold, sans-serif;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666666;
  position: relative;
}

.flyout-links .sub-menu .menu-item ul.sub-menu {
  display: none;
}

.flyout-links .sub-menu .menu-item ul.sub-menu.show {
  display: flex;
  position: absolute;
  left: -120%;
  right: 103.7%;
  top: 10%;
  flex-direction: column;
  background: white;
  padding: 20px !important;
  border-top: 3px solid #0d436b;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.flyout-links .sub-menu .menu-item ul.sub-menu.show li.menu-item {
  padding: 8px 0;
}

.utility-nav-mobile {
  display: none;
}

@media only screen and (max-width: 980px) {
  .g-container {
    width: 90%;
    max-width: 90%;
  }
  .flyout-links .sub-menu {
    padding: 0px;
  }

  .utility-nav-mobile {
    display: flex;
    list-style: none;
    padding-right: 22px;
    font-family: open-sans-semibold, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
  }

  .utility-nav-mobile a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #666;
    padding: 10px 5%;
    text-decoration: none;
  }

  .flyout-links .sub-menu .menu-item ul.sub-menu.show,
  .sub-menu-block {
    box-shadow: none;
  }

  .header-search-component.show {
    position: relative;
    width: -webkit-fill-available;
  }

  .mega-menu-section {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .flyout-links_header-link.desktop {
    display: none;
  }

  #sidebarMenu {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 30px;
    font-weight: 800;
    background: url("../../../etc.clientlibs/whirlpoolcorp/clientlibs/global/resources/images/menu-icon.svg");
    background-size: cover;
    background-position: center;
  }

  .main-nav.nav_menu.sidebarMenuInner {
    display: none;
  }

  .wc-right-container {
    flex-direction: row-reverse;
    align-items: center;
  }

  .main-nav.nav_menu.sidebarMenuInner.show {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 95vh;
    width: 80vw;
    margin-left: -75vw;
    background: #fff;
    top: 13px;
    position: absolute;
    padding: 3vw;
    border-top: 3px solid #0d436b;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 70px;
  }

  .main-nav.nav_menu.sidebarMenuInner.show li.top-level-link a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #666;
    padding: 10px 0;
  }

  .main-nav.nav_menu.sidebarMenuInner.show li.top-level-link a:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }

  .main-nav.nav_menu.sidebarMenuInner.show .sub-menu-block {
    display: flex;
    padding-left: 7vw;
    flex-direction: column;
  }

  .flyout-links .sub-menu .menu-item ul.sub-menu {
    display: flex;
    flex-direction: column;
    padding-left: 5vw !important;
    width: 100%;
  }

  .header-search {
    width: 100%;
    top: 30px;
    overflow: visible;
    visibility: visible;
    height: 30px;
    display: flex;
    align-items: center;
  }

  .header-search-form {
    flex: 1 1 100%;
  }

  .header-search-form__input {
    height: 40px;
  }

  .main-nav.nav_menu.sidebarMenuInner.show li.top-level-link > a {
    line-height: 23px;
  }
}

@media only screen and (max-width: 480px) {
  .header-search {
    width: 100%;
    position: relative;
    top: 0;
    height: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .g-container {
    width: 90%;
    max-width: 90%;
  }
  .flyout-links .sub-menu {
    padding: 0px;
  }

  .header-search-form {
    transform: none;
    padding: 0;
    visibility: visible;
  }

  .header-search-form__input {
    height: 20px;
  }
  .mega-menu-section.opaque {
    display: none;
  }
  .wc-right-container:has(.mega-menu-section.opaque) {
    margin-left: clamp(4%, 16%, 4%);
  }
  .header-search-form__clear {
    padding: 0px;
  }
  .header-search-component.show {
    position: absolute;
    justify-content: flex-end;
  }
  .header-search-form__wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  .author-mode .utilityNav,
  .utilityNav {
    float: right;
    justify-content: flex-end;
  }

  .author-mode .utility-nav__container,
  .utility-nav__container {
    margin-right: 0px;
    margin-left: 1%;
  }
}

.footer {
    background-color: #20262e;
    padding: 0;
    margin-top: 0px !important;
}

.g-container {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: flex-start;
    margin: auto;
    align-items: center;
    padding: 15px 10%;
}

.footer>.g-container {
    background-color: transparent;
}

footer>.g-container>.footer-implinks-box>.g-row>.g-col-6 {
    flex-basis: auto;
    max-width: 100%;
}

.footer-implinks-box {
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 5px;
}


.footer-implinks-item {
    color: #e2e2e2;
    font-weight: normal;
    font-size: 14px;
    text-decoration: underline;
    line-height: 25.2px;
    text-transform: none;
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

.footer-cta-box {
    background-color: rgba(0, 0, 0, 0.32);
    padding: 4.5px 0 0px;
}

.footer-cta-box .g-container {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    padding: 8px 7.625rem;
    background-color: transparent;
}

.footer-cta-box .footer-social {
    color: #efefef;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    padding-left: 0px;
}

.social-share li.social-icon {
    display: inline-block;
    margin-left: 20px;
    height: 25px;
    width: 25px;
}

.social-icon.social-youtube {
    position: relative;
    top: 4px;
}

.social-icon.social-instagram {
    position: relative;
    top: 2.5px;
}

.social-share .social-icons {
    float: right;
    margin: 0;
    padding-left: 0px;
}

.social-share.flex {
    max-width: 1920px;
}

.social-icons, .social-icons a {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    filter: brightness(0) saturate(100%) invert(39%) sepia(0%) saturate(1%) hue-rotate(241deg) brightness(98%) contrast(85%);
}

.social-icons a:hover {
    filter: brightness(0) saturate(100%) invert(22%) sepia(9%) saturate(6998%) hue-rotate(173deg) brightness(91%) contrast(96%);
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}

@media (min-width: 768px) and (max-width:1023px) {

    .social-icons,
    .social-icons a {
        position: relative;
        left: 70%;
        bottom: 20px;
    }

    .footer-cta-box .footer-social {
        position: relative;
        top: 25px;
        left: 20%;
    }
}

@media (min-width:768px) {
    .footer-cta-box .g-container {
        padding: 0.5rem 10% 0.5rem 10%;
    }

    .footer-cta-box .g-row-top {
        margin: 0;
        justify-content: space-between;
    }
}

@media (max-width:767px) {
    /* .footer .g-container:has(.footer-implinks-box) {
        width: 82%;
    } */

    .g-container {
        padding: 15px 10%;
        width: 100%;
    }

    .footer-cta-box .g-container {
        width: 100%;
        max-width: 100%;
        display: flex;
        margin: auto;
        padding: 15px 0px;
        justify-content: center;
        text-align: center;
    }

    .footer-cta-box .social-share .social-icons {
        padding-top: 20px;
    }

    .footer-cta-box .social-share.flex {
        margin-bottom: 6rem;
        position: absolute;
    }

    .footer-cta-box .dpc-social-share.flex {
        gap: 12px;
        position: absolute;
        bottom: 1.1%;
    }

    .footer-cta-box .g-row-top {
        align-items: center;
        justify-content: center;
        padding-top: 28px;
    }

    .footer-cta-box .g-col-8.footer-social {
        color: #efefef;
        min-width: 100%;
        position: relative;
        bottom: 5px;
        left: 5px;
    }

    .footer .social-icons .social-icon:first-child {
        margin-left: 0px;
    }
}

a.footer-implinks-item:hover {
    color: #e2e2e2 !important;
    opacity: 0.7;
}
.aem-Grid.column {
  padding-right: 0px;
  padding-left: 0px;
  display: flex;
  align-items: center;
}

