.section-footer {
  background-color: #FFF;
  padding: 94px 0 32px;
  font-size: 16px;
  position: relative;
}
.section-footer::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F9F8;
  z-index: 1;
  border-radius: clamp(70px, 8.8541666667vw, 170px) clamp(70px, 8.8541666667vw, 170px) 0 0;
}
.section-footer .footer-content {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 84px;
  position: relative;
  z-index: 3;
}
.section-footer .footer-brand {
  display: flex;
  gap: 54px;
  padding-bottom: 27px;
  border-bottom: 1px solid #D5D6E2;
  margin-bottom: 10px;
}
.section-footer .footer-logo img {
  height: 70px;
}
.section-footer .footer-subscribe-box {
  display: flex;
  gap: 54px;
}
.section-footer .footer-subscribe {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #3f3f3a;
}
.section-footer .footer-company-name {
  color: #3F3F3A;
  font-size: 32px;
  font-weight: 700;
  line-height: 75%;
  letter-spacing: -0.96px;
}
.section-footer .footer-company-note-text {
  color: #3F3F3A;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.section-footer .footer-links-group {
  display: flex;
  gap: 186px;
}
.section-footer .social-link {
  width: 41px;
  min-width: 41px;
  height: auto;
}
.section-footer .footer-nav {
  display: flex;
}
.section-footer .footer-col-box {
  display: flex;
  gap: 186px;
}
.section-footer .footer-col {
  display: flex;
  flex-direction: column;
}
.section-footer .footer-col .footer-title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #3F3F3A;
  text-decoration: none;
}
.section-footer .footer-col .footer-title.footer-title--socials {
  color: #3F3F3A;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.7px;
  text-align: center;
}
.section-footer .footer-col ul li {
  padding: 12px 0 13px 0;
  height: 48px;
  width: 214px;
  list-style: none;
}
.section-footer .footer-col ul li a {
  color: #3F3F3A;
  text-decoration: none;
}
.section-footer .footer-col ul li a:hover {
  text-decoration: underline;
}
.section-footer .footer-col.footer-col-socials {
  row-gap: 13px;
}
.section-footer .footer-nav--columns .footer-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 186px;
}
.section-footer .footer-nav--columns .footer-menu > .menu-item-has-children {
  display: flex;
  flex-direction: column;
}
.section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > a {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #3F3F3A;
  text-decoration: none;
}
.section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > .sub-menu > li {
  padding: 12px 0 13px 0;
  height: 48px;
  width: 214px;
}
.section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > .sub-menu > li > a {
  color: #3F3F3A;
  text-decoration: none;
  transition: all 0.3s ease;
}
.section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > .sub-menu > li > a:hover {
  text-decoration: underline;
}
.section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > .sub-menu > li.current-menu-item > a {
  text-shadow: 0.5px 0.5px #000;
  color: #000;
  text-decoration: underline;
}
.section-footer .social-icons {
  display: flex;
  gap: 10px;
}
.section-footer .footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-footer .disclaimer {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  color: #3f3f3a;
  text-align: justify;
  max-width: 70%;
  width: 100%;
}
.section-footer .disclaimer b, .section-footer .disclaimer strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.72px;
}
.section-footer .footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #D5D6E2;
}
.section-footer .legal-links {
  display: flex;
  gap: 35px;
}
.section-footer .legal-links .footer-link {
  color: #3F3F3A;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
}
.section-footer .legal-links .divider {
  color: #DADADA;
}
.section-footer .legal-links .legal-text {
  color: #3F3F3A;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
}

.page-template-front-page .section-footer, .page-template-about-us-page .section-footer {
  background: #F3F3F3;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .section-footer {
    padding: clamp(60px, 6.5277777778vw, 94px) 0 clamp(20px, 2.2222222222vw, 32px);
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
  .section-footer::after {
    border-radius: clamp(70px, 6.9444444444vw, 170px) clamp(70px, 6.9444444444vw, 170px) 0 0;
  }
  .section-footer .footer-content {
    row-gap: clamp(32px, 5.8333333333vw, 84px);
  }
  .section-footer .footer-brand {
    gap: clamp(24px, 3.75vw, 54px);
    padding-bottom: clamp(16px, 1.875vw, 27px);
    margin-bottom: clamp(8px, 0.6944444444vw, 10px);
  }
  .section-footer .footer-subscribe-box {
    gap: clamp(24px, 3.75vw, 54px);
  }
  .section-footer .footer-logo img {
    height: clamp(40px, 4.8611111111vw, 70px);
  }
  .section-footer .footer-subscribe {
    gap: clamp(10px, 1.1111111111vw, 16px);
  }
  .section-footer .footer-company-name {
    font-size: clamp(22px, 2.2222222222vw, 32px);
    letter-spacing: clamp(-0.3px, -0.0666666667vw, -0.96px);
  }
  .section-footer .footer-company-note-text {
    font-size: clamp(14px, 1.1111111111vw, 16px);
    line-height: clamp(130%, 10.4166666667vw, 150%);
    letter-spacing: clamp(-0.3px, -0.0333333333vw, -0.48px);
  }
  .section-footer .footer-links-group {
    gap: clamp(40px, 12.9166666667vw, 186px);
  }
  .section-footer .social-link {
    width: clamp(28px, 2.8472222222vw, 41px);
    min-width: clamp(28px, 2.8472222222vw, 41px);
  }
  .section-footer .footer-col .footer-title {
    font-size: clamp(18px, 1.6666666667vw, 24px);
  }
  .section-footer .footer-col .footer-title.footer-title--socials {
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: clamp(130%, 11.1111111111vw, 160%);
    letter-spacing: clamp(-0.4px, -0.0486111111vw, -0.7px);
  }
  .section-footer .footer-col ul li {
    padding: clamp(8px, 0.8333333333vw, 12px) 0 clamp(8px, 0.9027777778vw, 13px) 0;
    height: clamp(32px, 3.3333333333vw, 48px);
    width: clamp(140px, 14.8611111111vw, 214px);
  }
  .section-footer .footer-nav--columns .footer-menu {
    gap: clamp(40px, 12.9166666667vw, 186px);
  }
  .section-footer .footer-col-box {
    gap: clamp(40px, 12.9166666667vw, 186px);
  }
  .section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > a {
    font-size: clamp(18px, 1.6666666667vw, 24px);
  }
  .section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > .sub-menu > li {
    padding: clamp(8px, 0.8333333333vw, 12px) 0 clamp(8px, 0.9027777778vw, 13px) 0;
    height: clamp(32px, 3.3333333333vw, 48px);
    width: clamp(140px, 14.8611111111vw, 214px);
  }
  .section-footer .social-icons {
    gap: clamp(6px, 0.6944444444vw, 10px);
  }
  .section-footer .footer-bottom {
    gap: clamp(12px, 1.3888888889vw, 20px);
  }
  .section-footer .disclaimer {
    font-size: clamp(14px, 1.1111111111vw, 16px);
    line-height: clamp(130%, 10.4166666667vw, 150%);
    letter-spacing: clamp(-0.3px, -0.0333333333vw, -0.48px);
  }
  .section-footer .disclaimer b,
  .section-footer .disclaimer strong {
    font-size: clamp(18px, 1.6666666667vw, 24px);
    letter-spacing: clamp(-0.4px, -0.05vw, -0.72px);
  }
  .section-footer .footer-legal {
    padding-top: clamp(10px, 1.1111111111vw, 16px);
  }
  .section-footer .legal-links {
    gap: clamp(16px, 2.4305555556vw, 35px);
  }
  .section-footer .legal-links .footer-link {
    font-size: clamp(14px, 1.1111111111vw, 16px);
    letter-spacing: clamp(-0.4px, -0.0486111111vw, -0.7px);
  }
  .section-footer .legal-links .legal-text {
    font-size: clamp(14px, 1.1111111111vw, 16px);
    letter-spacing: clamp(-0.4px, -0.0486111111vw, -0.7px);
  }
}
@media (max-width: 1024px) {
  .section-footer .footer-links-group {
    flex-direction: column;
    gap: 40px;
  }
  .section-footer .footer-subscribe-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .section-footer {
    padding: 30px 0;
    font-size: 16px;
  }
  .section-footer::after {
    border-radius: 50px 50px 0 0;
  }
  .section-footer .footer-content {
    max-width: 100%;
    padding: 0 16px;
    row-gap: 32px;
  }
  .section-footer .footer-brand {
    gap: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .section-footer .footer-logo {
    min-width: 98px;
  }
  .section-footer .footer-subscribe-box {
    gap: 14px;
    flex-wrap: wrap;
  }
  .section-footer .footer-logo img {
    height: 45px;
  }
  .section-footer .footer-subscribe {
    align-items: flex-start;
    gap: 0;
  }
  .section-footer .footer-company-name {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.48px;
  }
  .section-footer .footer-company-note-text {
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -0.3px;
  }
  .section-footer .footer-links-group {
    flex-direction: column;
    gap: 32px;
  }
  .section-footer .footer-nav {
    width: 100%;
  }
  .section-footer .footer-nav--columns {
    width: 100%;
  }
  .section-footer .footer-nav--columns .footer-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > a {
    font-size: 24px;
    line-height: normal;
  }
  .section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > .sub-menu > li {
    padding: 12px 0 12px 67px;
  }
  .section-footer .footer-nav--columns .footer-menu > .menu-item-has-children > .sub-menu > li > a {
    font-size: 16px;
    line-height: 125%;
  }
  .section-footer .footer-col-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section-footer .footer-col .footer-title {
    font-size: 24px;
    line-height: normal;
  }
  .section-footer .footer-col .footer-title.footer-title--socials {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.7px;
    text-align: center;
  }
  .section-footer .footer-col ul li {
    width: auto;
    height: auto;
    padding: 12px 0 12px 67px;
  }
  .section-footer .footer-col ul li a {
    font-size: 16px;
    line-height: 125%;
  }
  .section-footer .social-icons {
    gap: 8px;
    justify-content: center;
  }
  .section-footer .disclaimer {
    max-width: 100%;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.48px;
    text-align: right;
  }
  .section-footer .disclaimer b, .section-footer .disclaimer strong {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.72px;
  }
  .section-footer .footer-legal {
    justify-content: center;
  }
  .section-footer .legal-links .footer-link {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.7px;
  }
  .section-footer .legal-text {
    display: none;
  }
}

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