.footer {
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  display: inline-block;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer__top {
  background-color: #154865;
  padding-top: 64px;
  padding-bottom: 64px;
}
.footer__top.dark-teal {
  background-color: #1d5a5d;
}
.footer__bottom {
  background-color: #003652;
  padding-top: 32px;
  padding-bottom: 32px;
}
.footer__bottom.dark-teal {
  background-color: #01444c;
}
.footer-logo {
  display: flex;
  margin-bottom: 64px;
}
.footer-logo__image {
  height: 26px;
  width: 140px;
}
.footer-search {
  text-align: right;
}
.footer-search svg {
  position: relative;
  height: 20px;
  width: 20px;
  color: #ffffff;
  fill: #ffffff;
}
.footer-search-trigger {
  padding: 4px 0px;
}
.footer-search-label {
  display: none;
}
.footer-primary-links__category-label {
  position: relative;
}
.footer-primary-links__category-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-primary-links__category-link a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-primary-links__category {
    border-top: 1px solid #eae7e1;
  }
  .footer-primary-links__category .icon-chevron-down {
    height: 16px;
    width: 16px;
    color: #ffffff;
    fill: #ffffff;
  }
  .footer-primary-links__category.active {
    margin-bottom: 24px;
  }
  .footer-primary-links__category.active .icon-chevron-down {
    transform: scaleY(-1);
  }
  .footer-primary-links__column:last-of-type .footer-primary-links__category.active {
    margin-bottom: 0;
  }
  .footer-primary-links__category-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 16px 16px 16px 0;
  }
  .footer-primary-links__category-label svg {
    margin-left: auto;
  }
  .footer-primary-links__category-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer-primary-links__category:not(:first-child) {
    margin-top: 40px;
  }
  .footer-primary-links__category-label {
    margin-bottom: 16px;
  }
  .footer-primary-links__category-label:focus {
    outline: none;
  }
  .footer-primary-links__category-container {
    display: flex;
    flex-direction: column;
    max-height: none;
    overflow: visible;
    transition: none;
  }
  .footer-primary-links__category-container.is-open {
    max-height: none;
  }
}
.footer-secondary-links a {
  color: #ffffff;
}
ul.footer-secondary-links__container {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  ul.footer-secondary-links__container {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  ul.footer-secondary-links__container {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid #eae7e1;
  }
}
@media screen and (min-width: 1024px) {
  ul.footer-secondary-links__container {
    margin: 0;
    padding: 0 0 0 32px;
    height: 100%;
    border-top: none;
    border-left: 1px solid #eae7e1;
  }
}
.footer-social-media {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.footer-social-media__link {
  display: inline-block;
  height: 32px;
  width: 32px;
}
.footer-social-media__link .icon {
  height: 32px;
  width: 32px;
  fill: #ffffff;
}
.footer-country-selector {
  position: relative;
  min-height: 48px;
  z-index: 906;
}
@media screen and (max-width: 1023px) {
  .footer-country-selector {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer-country-selector {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.footer-country-selector__country-default {
  display: flex;
  align-items: center;
  position: relative;
  width: 290px;
  min-height: 48px;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid #67625b;
  padding: 4px 24px;
}
.footer-country-selector__country-default:focus .footer-country-selector__country-name {
  color: #226587;
}
.footer-country-selector__country-default .footer-country-selector__country-name {
  color: #67625b;
}
@media screen and (max-width: 767px) {
  .footer-country-selector__country-default {
    width: 100%;
  }
}
.footer-country-selector__country-default:hover,
.footer-country-selector__country-select:hover .footer-country-selector__country-default,
.footer-country-selector__country-select:focus .footer-country-selector__country-default {
  border-color: #3185a9;
}
.footer-country-selector__country-default:hover .footer-country-selector__country-name,
.footer-country-selector__country-select:hover .footer-country-selector__country-default .footer-country-selector__country-name,
.footer-country-selector__country-select:focus .footer-country-selector__country-default .footer-country-selector__country-name {
  color: #226587;
}
.footer-country-selector__country-default svg {
  position: absolute;
  right: 24px;
  height: 16px;
  width: 16px;
  color: #2d2d2d;
  fill: #2d2d2d;
}
.footer-country-selector__country-select:hover,
.footer-country-selector__country-select,
.footer-country-selector__country-select:focus {
  cursor: pointer;
}
.footer-country-selector__country-select.active {
  border-color: #003652;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.footer-country-selector__country-select.active .footer-country-selector__country-name {
  color: #226587;
}
.footer-country-selector__country-select.active svg {
  transform: scaleY(-1);
}
.footer-country-selector__country-flag {
  width: 20px;
  height: 20px;
  background-image: url('../../../../../../../content/dam/globalMarketingPlatformAssets/images/country-selector/country-selector-flags-2025.png');
  background-position: 0 0;
  background-size: 260px 60px;
}
.footer-country-selector__country-name {
  color: #2d2d2d;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .footer-country-selector__country-name {
    margin-top: 0;
    margin-bottom: 0;
  }
}
ul.footer-country-selector__country-list {
  display: none;
  position: absolute;
  top: 45px;
  overflow-x: auto;
  overflow-y: auto;
  height: 216px;
  width: 290px;
  text-align: left;
  background-color: #ffffff;
  border: 2px solid #003652;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: none;
  padding: 8px 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  ul.footer-country-selector__country-list {
    width: calc(100% - 32px);
  }
}
ul.footer-country-selector__country-list li a {
  display: inline-flex;
  background-color: #ffffff;
}
ul.footer-country-selector__country-list::-webkit-scrollbar {
  width: 6px;
  height: 64px;
}
ul.footer-country-selector__country-list::-webkit-scrollbar-thumb {
  background: #7c766e 0% 0% no-repeat padding-box;
  border-radius: 8px;
}
.footer-country-selector__country-group {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  color: #2d2d2d;
  padding: 4px 24px;
}
.footer-country-selector__country-group:hover,
.footer-country-selector__country-group:focus {
  text-decoration: none;
  background: #003652;
}
.footer-country-selector__country-group:hover .footer-country-selector__country-name,
.footer-country-selector__country-group:focus .footer-country-selector__country-name {
  color: #ffffff;
}
.footer-country-selector__country-header {
  cursor: default;
  padding: 4px 24px;
  color: #2d2d2d;
}
.footer-country-selector__country-region {
  display: block;
  width: 100%;
  margin: 0;
  color: #333333;
}
.footer-country-selector__country-flag--Argentina {
  background-position: 0 0;
}
.footer-country-selector__country-flag--Brazil {
  background-position: -100px 0;
}
.footer-country-selector__country-flag--Chile,
.footer-country-selector__country-flag--Chile-ProVida {
  background-position: -120px 0;
}
.footer-country-selector__country-flag--Colombia {
  background-position: -180px 0;
}
.footer-country-selector__country-flag--Ecuador {
  background-position: -220px 0;
}
.footer-country-selector__country-flag--Mexico {
  background-position: -220px -20px;
}
.footer-country-selector__country-flag--Uruguay {
  background-position: -240px -40px;
}
.footer-country-selector__country-flag--USA {
  background-position: -220px -40px;
}
.footer-country-selector__country-flag--Australia {
  background-position: -20px 0;
}
.footer-country-selector__country-flag--Bangladesh {
  background-position: -40px 0;
}
.footer-country-selector__country-flag--China {
  background-position: -140px 0;
}
.footer-country-selector__country-flag--Hong-Kong {
  background-position: -140px 0;
}
.footer-country-selector__country-flag--India {
  background-position: -60px -20px;
}
.footer-country-selector__country-flag--Japan {
  background-position: -160px -20px;
}
.footer-country-selector__country-flag--Korea {
  background-position: -120px -20px;
}
.footer-country-selector__country-flag--Malaysia {
  background-position: -240px -20px;
}
.footer-country-selector__country-flag--Nepal {
  background-position: 0 -40px;
}
.footer-country-selector__country-flag--Vietnam {
  background-position: -160px -40px;
}
.footer-country-selector__country-flag--Bulgaria {
  background-position: -60px 0;
}
.footer-country-selector__country-flag--Cyprus {
  background-position: -200px 0;
}
.footer-country-selector__country-flag--Czech-Republic {
  background-position: -160px 0;
}
.footer-country-selector__country-flag--France {
  background-position: 0 -20px;
}
.footer-country-selector__country-flag--Greece {
  background-position: 0 -20px;
}
.footer-country-selector__country-flag--Hungary {
  background-position: -20px -20px;
}
.footer-country-selector__country-flag--Ireland {
  background-position: -40px -20px;
}
.footer-country-selector__country-flag--Italy {
  background-position: -80px -20px;
}
.footer-country-selector__country-flag--Latvia {
  background-position: -60px -20px;
}
.footer-country-selector__country-flag--Lithuania {
  background-position: -20px -20px;
}
.footer-country-selector__country-flag--Poland {
  background-position: -60px -40px;
}
.footer-country-selector__country-flag--Portugal {
  background-position: -80px -40px;
}
.footer-country-selector__country-flag--Romania {
  background-position: -100px -40px;
}
.footer-country-selector__country-flag--Slovakia {
  background-position: -120px -40px;
}
.footer-country-selector__country-flag--Spain {
  background-position: -240px 0;
}
.footer-country-selector__country-flag--Turkey {
  background-position: -140px -40px;
}
.footer-country-selector__country-flag--Ukraine {
  background-position: -200px -40px;
}
.footer-country-selector__country-flag--United-Kingdom {
  background-position: -180px -20px;
}
.footer-country-selector__country-flag--Bahrain {
  background-position: -80px 0;
}
.footer-country-selector__country-flag--Egypt {
  background-position: -220px 0;
}
.footer-country-selector__country-flag--Jordan {
  background-position: -100px -20px;
}
.footer-country-selector__country-flag--Kuwait {
  background-position: -140px -20px;
}
.footer-country-selector__country-flag--Lebanon {
  background-position: -200px -20px;
}
.footer-country-selector__country-flag--Oman {
  background-position: -20px -40px;
}
.footer-country-selector__country-flag--Qatar {
  background-position: -40px -40px;
}
.footer-country-selector__country-flag--Saudi-Arabia {
  background-position: -100px 0;
}
.footer-country-selector__country-flag--United-Arab-Emirates {
  background-position: -180px -40px;
}
.footer .social-enabled .footer-country-selector {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .footer .social-enabled .footer-country-selector {
    margin: 0;
  }
}
ul.footer-info__privacy {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 48px;
}
.footer-info__group {
  margin-top: 24px;
}
.footer-info__group-label {
  margin-bottom: 16px;
}
.footer-info__group-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.footer-info__disclaimer {
  margin-top: 24px;
}
.footer-info__disclaimer p {
  margin-bottom: 16px;
}
.footer-info__disclaimer p:last-of-type {
  margin-bottom: 0;
}
.footer-info__legal {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .footer-info {
    margin-top: 48px;
  }
}
.footer-images {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px 24px;
}
@media screen and (min-width: 768px) {
  .footer-images {
    margin-top: 32px;
  }
}
.footer-images a,
.footer-images img {
  width: auto;
  height: 70px;
}
.keyboard-active .footer a:focus,
.keyboard-active .footer input:focus,
.keyboard-active .footer [role="button"],
.keyboard-active .footer button {
  outline-color: #ffffff;
}
body[dir="rtl"] .footer-search {
  text-align: left;
}
@media screen and (max-width: 767px) {
  body[dir="rtl"] .footer-primary-links__category-label {
    padding: 16px 0 16px 16px;
  }
}
body[dir="rtl"] .footer-secondary-links a {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  body[dir="rtl"] .footer-secondary-links__container {
    padding: 0 32px 0 0;
    border: none;
    border-right: 1px solid #eae7e1;
  }
}
body[dir="rtl"] .footer-country-selector ul.footer-country-selector__country-list {
  text-align: right;
}
body[dir="rtl"] .footer-country-selector__country-default svg {
  right: initial;
  left: 24px;
}
body[dir="rtl"] .footer-country-selector__country-name {
  margin-left: initial;
  margin-right: 8px;
}
