* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}

button {
  background: transparent;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow: overlay;
}
@media (max-width: 1250px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 62.5%;
  }
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-cta__container, .c-footer__container, .c-header__container {
  width: 100%;
  max-width: 124.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .c-cta__container, .c-footer__container, .c-header__container {
    padding: 0px 2.4rem;
  }
}

.c-header {
  width: 100%;
  position: fixed;
  inset: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 3;
  border-bottom: 1px solid rgba(248, 250, 252, 0.3);
  padding: 2.6rem 0 0 0;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.c-header--scrolled {
  background-color: #203C47;
  border-bottom-color: rgba(248, 250, 252, 0.15);
}
.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  height: 100%;
}
.c-header__logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 11.3rem;
  height: 3.2rem;
}
.c-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  height: 100%;
  padding-top: 2rem;
}
.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.c-header__menu li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header__menu li a {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
  text-decoration: none;
  padding-bottom: 2rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.6rem;
}
.c-header__menu li a:hover {
  color: #2CB67D;
}
.c-header__menu li.current-menu-item > a, .c-header__menu li.current_page_item > a {
  border-bottom-color: #2CB67D;
}
.c-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 3.2rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2CB67D;
}
.c-header__button:hover {
  background: #217C57;
}
.c-header__button span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
.c-header__button {
  padding: 1.6rem 3.2rem;
}
.c-header__button span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
.c-header__button-icon {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 4rem;
  height: 4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-header__hamburger-line {
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #F8FAFC;
  border-radius: 2px;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.25s ease;
  transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.c-header__hamburger--open .c-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.c-header__hamburger--open .c-header__hamburger-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.c-header__hamburger--open .c-header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.c-header__mobile {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #203C47;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 1px solid rgba(248, 250, 252, 0.1);
}
.c-header__mobile--open {
  max-height: 100vh;
}
.c-header__mobile-nav {
  padding: 2.4rem 2rem 0;
}
.c-header__mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.c-header__mobile-menu li {
  width: 100%;
  border-bottom: 1px solid rgba(248, 250, 252, 0.1);
}
.c-header__mobile-menu li a {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
  text-decoration: none;
  display: block;
  padding: 1.6rem 0;
  -webkit-transition: color 0.2s ease, padding-left 0.2s ease;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.c-header__mobile-menu li a:hover {
  color: #2CB67D;
  padding-left: 0.6rem;
}
.c-header__mobile-menu li.current-menu-item > a, .c-header__mobile-menu li.current_page_item > a {
  color: #2CB67D;
}
.c-header__mobile-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 3.2rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2CB67D;
}
.c-header__mobile-button:hover {
  background: #217C57;
}
.c-header__mobile-button span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
.c-header__mobile-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin: 2.4rem 2rem 2.4rem;
  width: calc(100% - 4rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.4rem 2rem;
}
.c-header__mobile-button span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
@media (max-width: 992px) {
  .c-header {
    padding: 2rem 0;
  }
  .c-header__nav, .c-header__button {
    display: none;
  }
  .c-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header__logo {
    max-width: 9rem;
    height: auto;
  }
}

.c-footer {
  background-color: #203C47;
  color: #F8FAFC;
  padding: 6.4rem 9.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.4rem;
}
.c-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.c-footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-footer__col--info {
  gap: 32px;
  max-width: 423px;
}
.c-footer__logo {
  max-width: 113px;
  height: auto;
}
.c-footer__description {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.c-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.c-footer__address-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 6px;
}
.c-footer__address-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-style: normal;
  color: #F8FAFC;
}
.c-footer__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.c-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-footer__nav-list li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3125px;
  color: #F8FAFC;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-footer__nav-list li a:hover {
  color: #2CB67D;
}
.c-footer__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.c-footer__contact-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-footer__contact-link {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3125px;
  text-decoration: none;
  color: #F8FAFC;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-footer__contact-link:hover {
  color: #2CB67D;
}
.c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 64px;
  border-top: 1px solid rgba(248, 250, 252, 0.2);
}
.c-footer__copyright, .c-footer__licenses {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.3125px;
  margin: 0;
}
@media (max-width: 1024px) {
  .c-footer {
    padding: 48px 32px;
  }
  .c-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
  .c-footer__bottom {
    padding-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .c-footer {
    padding: 32px 16px;
  }
  .c-footer__container {
    gap: 48px;
  }
}

.c-cta {
  background-color: #F8FAFC;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12.1rem 0 12rem;
  width: 100%;
}
.c-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.c-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  text-align: center;
  color: #203C47;
}
.c-cta__title {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: -0.8px;
}
.c-cta__text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  max-width: 45.2rem;
  text-align: center;
}
.c-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 3.2rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2CB67D;
}
.c-cta__button:hover {
  background: #217C57;
}
.c-cta__button span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
.c-cta__button {
  gap: 10rem;
}
.c-cta__button svg, .c-cta__button img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 992px) {
  .c-cta {
    padding: 6rem 0;
  }
  .c-cta__title {
    font-size: 2.8rem;
    text-align: center;
    line-height: 4rem;
  }
  .c-cta__button {
    width: 100%;
    gap: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}