.page-section {
  margin-bottom: 4rem;
  position: relative;
}
.page-section__white {
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .page-section__white {
    padding: 0;
  }
}
.page-section__white > .row {
  border-radius: 0.5rem;
  padding: 1.25rem;
  background: #fff;
}
@media (max-width: 767.98px) {
  .page-section__white > .row {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .page-section__white > .row {
    border-radius: 1rem;
    padding: 3.5rem 1.25rem;
  }
}
.page-section__white h1 {
  font-size: 1.5rem;
  margin: 1rem 0;
}
.page-section__white h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.page-section__white .spacer {
  margin: 1.5rem 0;
}.badge svg,
.badge img {
  height: 2.375rem;
  width: auto;
  max-width: 100%;
}footer {
  padding: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .content {
  margin: 3rem 2.438rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  max-width: 90.25rem;
}
@media (max-width: 991.98px) {
  footer .content {
    margin: 2rem 1.25rem;
  }
}
footer .content .brand-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .content .links-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2.375rem;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer .content .links-section {
    flex-direction: column;
  }
}
footer .content .links-section .col-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .content .links-section .col-section-btn {
  display: none;
}
@media (max-width: 991.98px) {
  footer .content .links-section .col-section-btn {
    display: inline;
  }
}
@media (max-width: 991.98px) {
  footer .content .links-section .col-section .withAccordion {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 0.063rem #d1e0e5 solid;
  }
  footer .content .links-section .col-section .withAccordion.expanded {
    border-bottom-color: transparent;
  }
  footer .content .links-section .col-section .withAccordion button {
    padding: 0;
  }
  footer .content .links-section .col-section .withAccordion button .chevron-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  footer .content .links-section .col-section .withAccordion button .chevron-icon .up {
    transform: rotate(90deg);
  }
  footer .content .links-section .col-section .withAccordion button .chevron-icon .down {
    transform: rotate(-90deg);
  }
}
footer .content .links-section .col-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #4A526E;
  line-height: 150%;
}
footer .content .links-section .col-section-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
footer .content .links-section .col-section-content .external-icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 991.98px) {
  footer .content .links-section .col-section-content {
    padding-bottom: 1rem;
  }
}
footer .content .links-section .contact {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  footer .content .links-section .contact .col-section-content {
    padding-bottom: 0;
  }
}
footer .content .links-section .contact > .footer-contact {
  margin-bottom: 2rem;
}
footer .content .links-section .contact .footer-contact:last-of-type {
  margin-bottom: 0;
}
footer .content .links-section .contact .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
  margin-bottom: 2rem;
}
footer .content .links-section .contact .footer-contact .link,
footer .content .links-section .contact .footer-contact p {
  margin-bottom: 0;
}
footer .content .links-section .contact .footer-contact .footer-col-title {
  color: #4A526E;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}
footer .content .links-section .contact .footer-contact .footer-col-content {
  color: #4A526E;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 991.98px) {
  footer .content .links-section .contact > .footer-contact:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  footer .content .links-section .contact > .col-section {
    margin-bottom: 2rem;
  }
}
footer .content .links-section .resources {
  flex-direction: column;
  display: flex;
  row-gap: 3rem;
}
footer .content .links-section .solutions {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (max-width: 991.98px) {
  footer .content .links-section .solutions {
    row-gap: 0;
  }
}
footer .content .links-section .about {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (max-width: 991.98px) {
  footer .content .links-section .about .col-section:not(:first-child) {
    justify-content: center;
    align-items: center;
  }
  footer .content .links-section .about .col-section {
    row-gap: 1rem;
  }
}
@media (max-width: 991.98px) {
  footer .content .links-section .about .col-section-title {
    align-items: center;
  }
}
footer .content .links-section .about .social-media {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
footer .content .links-section .about .stores {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .content .links-section .about .stores .badge svg {
  height: auto;
}
@media (max-width: 991.98px) {
  footer .content .links-section .about {
    row-gap: 2rem;
  }
}
footer .content .legal-section {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: 600;
  color: #4A526E;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: 0.008rem;
  border-top: 0.063rem solid #d1e0e5;
}
footer .content .legal-section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  footer .content .legal-section-content .copyright {
    margin-bottom: 0;
  }
}
footer .content .legal-section-content .links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
footer .content .legal-section-content .links .link-container:last-child span {
  display: none;
}
footer .content .legal-section-content .links .link-container .link {
  margin: 0;
}
footer .content .legal-section-content .links .link-container .link > a {
  color: #4A526E;
}
@media (max-width: 991.98px) {
  footer .content .legal-section-content .links .link-container .link > a {
    font-size: 0.875rem;
    line-height: 1.313rem;
  }
}
footer .content .legal-section-content .links .link-container span {
  margin-left: 0.5rem;
}
@media (max-width: 991.98px) {
  footer .content .legal-section-content .links .link-container span {
    display: none;
  }
}
@media (min-width: 992px) {
  footer .content .legal-section-content .links {
    flex-direction: row;
  }
}
@media (max-width: 991.98px) {
  footer .content .legal-section-content .links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
@media (max-width: 991.98px) {
  footer .content .legal-section-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
footer .content .legal-section-addresses {
  display: flex;
  flex-direction: column;
}
footer .content .legal-section-addresses-container {
  display: flex;
}
footer .content .legal-section-addresses-container-title, footer .content .legal-section-addresses-container-addresses {
  color: #4A526E;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: 0.008rem;
}
footer .content .legal-section-addresses-container-addresses {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  footer .content .legal-section-addresses-container-addresses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .content .legal-section-addresses-container-addresses span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  footer .content .legal-section-addresses-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  footer .content .legal-section-addresses {
    margin-bottom: 0.25rem;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  footer .content .legal-section-addresses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
@media (max-width: 991.98px) {
  footer .content .legal-section {
    padding-top: 0;
    border: none;
  }
}