*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  line-height: normal;
}

blockquote,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
iframe {
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  display: block;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
a:hover {
  text-decoration: none;
}

address {
  font-style: normal;
  margin-bottom: 0;
}

button {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: initial;
  background-color: transparent;
  padding-block: 0;
  padding-inline: 0;
  cursor: pointer;
}

dialog {
  border: none;
}

form {
  width: 100%;
  display: block;
}

fieldset {
  border: none;
  display: block;
}

iframe {
  border: none;
}

img {
  display: block;
}

label {
  display: block;
  margin-bottom: 0;
}

mark {
  padding: 0;
  background-color: transparent;
}

menu {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

ul {
  list-style-type: none;
  padding-inline-start: 0;
}

summary {
  list-style: none;
  cursor: pointer;
}

time {
  display: block;
}

[role=button] {
  cursor: pointer;
}

section,
article,
aside,
details,
figcaption,
figure,
header,
footer,
menu,
nav {
  display: block;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
/*
$neutral-50: #FAFAFA;
$neutral-100: #F5F5F5;
$neutral-200: #E5E5E5;
$neutral-300: #D4D4D4;
$neutral-400: #A3A3A3;
$neutral-500: #737373;
$neutral-600: #525252;
$neutral-700: #404040;
$neutral-800: #262626;
$neutral-900: #171717;

$zinc-50: #FAFAFA;
$zinc-100: #F4F4F5;
$zinc-200: #E4E4E7;
$zinc-300: #D4D4D8;
$zinc-400: #A1A1AA;
$zinc-500: #71717A;
$zinc-600: #52525B;
$zinc-700: #3F3F46;
$zinc-800: #27272A;
$zinc-900: #18181B;

*/
/*
$slate-300: #CBD5E1;
$slate-400: #94A3B8;
$slate-500: #64748B;
$slate-600: #475569;
$slate-700: #334155;
$slate-800: #1E293B;
$slate-900: #0F172A;

$stone-500: #78716C;
*/
body {
  overflow-x: hidden;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  background-color: #F5F5F5;
}
body.is--locked {
  overflow: hidden;
  height: 100vh;
}

/*
.heading__dual {
  @include heading__dual();
}
*/
.layout__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4000;
}
.layout__header .header__desktop {
  margin-top: 27px;
  background: rgba(20, 62, 60, 0.48);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}
.layout__header .header__desktop .header__wrapper {
  display: flex;
  align-items: center;
  gap: 226px;
  padding: 16px 24px;
}
.layout__header .header__desktop .header__wrapper .header__brand {
  flex-shrink: 0;
}
.layout__header .header__desktop .header__wrapper .header__brand .brand__logo {
  display: block;
}
.layout__header .header__desktop .header__wrapper .header__brand .brand__logo img {
  display: block;
  height: 46px;
  width: auto;
}
.layout__header .header__desktop .header__wrapper .header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
}
.layout__header .header__desktop .header__wrapper .header__nav .nav__link {
  color: var(--Base-Surface, #F5F5F5);
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout__header .header__desktop .header__wrapper .header__nav .nav__link:hover {
  opacity: 0.7;
}
.layout__header .header__desktop .header__wrapper .header__social {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
}
.layout__header .header__desktop .header__wrapper .header__social .social__divider {
  display: block;
  width: 1px;
  height: 44px;
  background: rgba(245, 245, 245, 0.24);
}
.layout__header .header__desktop .header__wrapper .header__social .social__icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.layout__header .header__desktop .header__wrapper .header__social .social__icons .social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout__header .header__desktop .header__wrapper .header__social .social__icons .social__link img {
  display: block;
  width: 18px;
}
.layout__header .header__desktop .header__wrapper .header__social .social__icons .social__link:hover {
  opacity: 0.7;
}
.layout__header .header__mobile {
  display: none;
}
.layout__header .header__mobile .header__wrapper {
  background: rgba(20, 62, 60, 0.48);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
.layout__header .header__mobile .header__wrapper .brand__logo {
  display: block;
}
.layout__header .header__mobile .header__wrapper .brand__logo img {
  display: block;
  height: 38px;
  width: auto;
}
.layout__header .header__mobile .header__wrapper .mobile__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.layout__header .header__mobile .header__wrapper .mobile__toggle .toggle__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #F5F5F5;
  border-radius: 2px;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout__header .header__mobile .mobile__drawer {
  background: rgba(20, 62, 60, 0.48);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 24px 40px;
  border-top: 1px solid rgba(245, 245, 245, 0.08);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout__header .header__mobile .mobile__drawer .drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.layout__header .header__mobile .mobile__drawer .drawer__nav .nav__link {
  color: var(--Base-Surface, #F5F5F5);
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout__header .header__mobile .mobile__drawer .drawer__nav .nav__link:hover {
  opacity: 0.7;
}
.layout__header .header__mobile .mobile__drawer .drawer__nav .nav__link {
  font-size: 14px;
  letter-spacing: 1.4px;
}
.layout__header .header__mobile .mobile__drawer .drawer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.layout__header .header__mobile .mobile__drawer .drawer__social .social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout__header .header__mobile .mobile__drawer .drawer__social .social__link img {
  display: block;
  width: 18px;
}
.layout__header .header__mobile .mobile__drawer .drawer__social .social__link:hover {
  opacity: 0.7;
}
.layout__header.is-active .mobile__toggle .toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.layout__header.is-active .mobile__toggle .toggle__bar:nth-child(2) {
  opacity: 0;
}
.layout__header.is-active .mobile__toggle .toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.layout__header.is-active .mobile__drawer {
  max-height: 400px;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1280px) {
  .layout__header .header__desktop {
    display: none;
  }
  .layout__header .header__mobile {
    display: block;
  }
}

.layout__footer .wrapper {
  width: 100%;
  max-width: 1261px;
  margin-left: auto;
  margin-right: auto;
}
.layout__footer a {
  transition: opacity linear 0.3s;
}
.layout__footer a:hover {
  opacity: 0.5;
}
.layout__footer .footer__main {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #0A2C2E;
}
.layout__footer .footer__main .wrapper {
  display: flex;
  gap: 105px;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}
.layout__footer .footer__main .wrapper .brand {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.layout__footer .footer__main .wrapper .brand .brand__tagline {
  max-width: 235px;
  color: #99A1AF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
}
.layout__footer .footer__main .wrapper .brand .brand__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.layout__footer .footer__main .wrapper .brand .brand__social .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all linear 0.3s;
  background: rgba(212, 212, 212, 0.16);
}
.layout__footer .footer__main .wrapper .brand .brand__social .social__link:hover {
  opacity: 1;
  background-color: #089399;
}
.layout__footer .footer__main .wrapper .links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.layout__footer .footer__main .wrapper .links .links__group {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.layout__footer .footer__main .wrapper .links .links__group .subtitle {
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-left: 2px solid #3FA39E;
  padding-left: 12px;
}
.layout__footer .footer__main .wrapper .links .links__group .group__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.layout__footer .footer__main .wrapper .links .links__group .group__nav .nav__link {
  color: #99A1AF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.layout__footer .footer__main .wrapper .links .links__group .group__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.layout__footer .footer__main .wrapper .links .links__group .group__contact .contact__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #99A1AF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.layout__footer .footer__main .wrapper .links .links__group .group__contact .contact__item.phone {
  align-items: flex-start;
}
.layout__footer .footer__main .wrapper .links .links__group .group__contact .contact__item .contact__phones {
  display: flex;
  flex-direction: column;
}
.layout__footer .footer__main .wrapper .links .links__group .group__contact .contact__cta {
  color: #3FA39E;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 24px;
  border: 1px solid #3FA39E;
}
.layout__footer .footer__main .wrapper .scroll-top {
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all linear 0.3s;
  background: rgba(212, 212, 212, 0.16);
}
.layout__footer .footer__main .wrapper .scroll-top:hover {
  opacity: 1;
  background-color: #089399;
}
.layout__footer .footer__main .wrapper .scroll-top {
  background: rgba(245, 245, 245, 0.16);
  backdrop-filter: blur(12px);
}
.layout__footer .footer__attribution {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: var(--Teal-Teal-950, #082224);
}
.layout__footer .footer__attribution .wrapper {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout__footer .footer__attribution .wrapper .copyright {
  color: var(--Gray-Gray-500, #A3A3A3);
  font-family: Geist;
  font-size: var(--lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
}
.layout__footer .footer__attribution .wrapper .actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.layout__footer .footer__attribution .wrapper .actions .link {
  color: var(--Gray-Gray-500, #A3A3A3);
  font-family: "Geist", sans-serif;
  font-size: var(--lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 1280px) {
  .layout__footer .footer__main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .layout__footer .footer__main .wrapper {
    padding-left: 24px;
    padding-right: 24px;
    flex-wrap: wrap;
  }
  .layout__footer .footer__main .wrapper .brand__tagline {
    font-size: 16px !important;
  }
  .layout__footer .footer__main .wrapper .links {
    flex-direction: column;
    gap: 40px;
  }
  .layout__footer .footer__main .wrapper .links .links__group .subtitle,
  .layout__footer .footer__main .wrapper .links .links__group .nav__link,
  .layout__footer .footer__main .wrapper .links .links__group .contact__cta,
  .layout__footer .footer__main .wrapper .links .links__group .contact__item,
  .layout__footer .footer__main .wrapper .links .group__contact .subtitle,
  .layout__footer .footer__main .wrapper .links .group__contact .nav__link,
  .layout__footer .footer__main .wrapper .links .group__contact .contact__cta,
  .layout__footer .footer__main .wrapper .links .group__contact .contact__item {
    font-size: 16px !important;
  }
  .layout__footer .footer__main .wrapper .links .scroll-top {
    margin-left: auto;
    width: 54px;
    height: 54px;
  }
  .layout__footer .footer__attribution .wrapper {
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .layout__footer .footer__attribution .wrapper .actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

.layout__cta {
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: url(../img/cta-parallax.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.layout__cta .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
.layout__cta .wrapper .content {
  max-width: 413px;
  width: 100%;
}
.layout__cta .wrapper .content .title {
  color: var(--Base-Surface, #F5F5F5);
  font-family: Geist;
  font-size: var(--5xl, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 112.5% */
  letter-spacing: -0.8px;
}
.layout__cta .wrapper .content .text {
  margin-top: 16px;
  margin-bottom: 26px;
  color: var(--Base-Surface, #F5F5F5);
  font-family: Geist;
  font-size: var(--lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.layout__cta .wrapper .content .button {
  background: rgba(245, 245, 245, 0.16);
  padding: 16px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #D4D4D4;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: all linear 0.2s;
}
.layout__cta .wrapper .content .button:hover {
  transform: translateY(-4px);
  background-color: #0D3B3E;
}
@media (max-width: 1280px) {
  .layout__cta {
    padding-top: 64px;
    padding-bottom: 64px;
    background-position: left top;
  }
  .layout__cta .wrapper {
    padding-left: 24px;
    padding-right: 24px;
    justify-content: flex-start;
  }
}

.layout__breadcrumb {
  position: relative;
  height: 645px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}
.layout__breadcrumb .background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout__breadcrumb .trail {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.layout__breadcrumb .trail .link {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.layout__breadcrumb .trail .link .is--active {
  font-weight: 700;
}
.layout__breadcrumb .title {
  z-index: 2;
  position: relative;
  margin-top: 24px;
  color: #F5F5F5;
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.8px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.layout__breadcrumb .text {
  z-index: 2;
  position: relative;
  color: #F5F5F5;
  text-align: center;
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .layout__breadcrumb {
    height: 400px;
  }
}
.layout__breadcrumb.is--small {
  height: 465px;
}

.layout__breadcrumb--flat {
  background: var(--Teal-Teal-900, #0D3B3E);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 77px;
  padding-right: 77px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.layout__breadcrumb--flat .link.is--back {
  background: #FFF;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.layout__breadcrumb--flat .trail__detailed {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
}
.layout__breadcrumb--flat .trail__detailed .link,
.layout__breadcrumb--flat .trail__detailed .separator {
  color: #99A1AF;
  font-family: Geist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.layout__breadcrumb--flat .trail__detailed .link.is--active,
.layout__breadcrumb--flat .trail__detailed .separator.is--active {
  color: #089399;
}

.home__hero {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.home__hero .hero__carousel {
  height: 100%;
}
.home__hero .hero__carousel .splide__track {
  height: 100%;
}
.home__hero .hero__carousel .splide__list {
  height: 100%;
}
.home__hero .hero__carousel .splide__slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.home__hero .hero__carousel .splide__slide .slide__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home__hero .hero__carousel .splide__slide .slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(8, 34, 36, 0.64) 0%, rgba(8, 34, 36, 0.255) 39.524%, rgba(8, 34, 36, 0.64) 100%), linear-gradient(rgba(8, 34, 36, 0) 0%, rgba(8, 34, 36, 0.64) 100%);
}
.home__hero .hero__carousel .splide__slide .slide__content {
  position: absolute;
  top: 355px;
  left: 170px;
  width: 550px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.home__hero .hero__carousel .splide__slide .slide__content .content__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home__hero .hero__carousel .splide__slide .slide__content .content__eyebrow .eyebrow__line {
  width: 32px;
  height: 2px;
  background: #d4d4d4;
  flex-shrink: 0;
}
.home__hero .hero__carousel .splide__slide .slide__content .content__eyebrow .eyebrow__label {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #089399;
  white-space: nowrap;
}
.home__hero .hero__carousel .splide__slide .slide__content .content__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  color: #f5f5f5;
  font-family: "Geist", sans-serif;
  font-weight: 400;
}
.home__hero .hero__carousel .splide__slide .slide__content .content__body .body__title {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.8px;
  width: 100%;
  margin: 0;
}
.home__hero .hero__carousel .splide__slide .slide__content .content__body .body__subtitle {
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
}
.home__hero .hero__carousel .splide__slide .slide__content .content__body .body__subtitle strong {
  font-weight: 700;
  color: #f5f5f5;
}
.home__hero .hero__carousel .splide__slide .slide__content .content__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 32px;
  background: #089399;
  text-decoration: none;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home__hero .hero__carousel .splide__slide .slide__content .content__cta:hover {
  background: rgb(5.9726708075, 109.747826087, 114.2273291925);
}
.home__hero .hero__carousel .splide__slide .slide__content .content__cta .cta__label {
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #f5f5f5;
  white-space: nowrap;
}
.home__hero .hero__carousel .splide__slide .slide__content .content__cta .cta__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.home__hero .hero__carousel .splide__arrows {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  gap: 8px;
}
.home__hero .hero__carousel .splide__arrow {
  position: relative;
  width: 56px;
  height: 56px;
  background: rgba(245, 245, 245, 0.16);
  border-radius: 0;
  opacity: 1;
  transition: background 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(12px);
}
.home__hero .hero__carousel .splide__arrow svg {
  fill: #f5f5f5;
  width: 16px;
  height: 16px;
}
.home__hero .hero__carousel .splide__arrow:hover {
  background: rgba(245, 245, 245, 0.32);
}
.home__hero .hero__carousel .splide__arrow--prev, .home__hero .hero__carousel .splide__arrow--next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
}
.home__hero .hero__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #089399;
  z-index: 2;
}
@media (max-width: 1280px) {
  .home__hero {
    height: 600px;
  }
  .home__hero .hero__carousel .splide__slide .slide__overlay {
    background: linear-gradient(to top, rgba(8, 34, 36, 0.8), rgba(8, 34, 36, 0.9));
  }
  .home__hero .hero__carousel .splide__slide .slide__content {
    top: auto;
    bottom: 140px;
    left: 24px;
    right: 24px;
    width: auto;
  }
  .home__hero .hero__carousel .splide__slide .slide__content .content__body {
    max-width: 80%;
  }
  .home__hero .hero__carousel .splide__slide .slide__content .content__body .body__title {
    font-size: 32px;
    line-height: 40px;
  }
  .home__hero .hero__carousel .splide__slide .slide__content .content__cta {
    padding: 12px 24px;
  }
  .home__hero .hero__carousel .splide__arrows {
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    gap: 8px;
  }
  .home__hero .hero__carousel .splide__arrow {
    position: relative;
    width: 48px;
    height: 48px;
    background: rgba(245, 245, 245, 0.16);
    border-radius: 0;
    opacity: 1;
    transition: background 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(12px);
  }
  .home__hero .hero__carousel .splide__arrow svg {
    fill: #f5f5f5;
    width: 16px;
    height: 16px;
  }
  .home__hero .hero__carousel .splide__arrow:hover {
    background: rgba(245, 245, 245, 0.32);
  }
  .home__hero .hero__carousel .splide__arrow--prev, .home__hero .hero__carousel .splide__arrow--next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }
}

.home__about {
  padding-top: 124px;
  padding-bottom: 124px;
}
.home__about .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__about .wrapper .about__cover {
  margin-bottom: 40px;
  height: 356px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__about .wrapper .heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home__about .wrapper .heading .eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.home__about .wrapper .heading .eyebrow::before {
  content: "";
  background: #D4D4D4;
  width: 32px;
  height: 2px;
  display: block;
}
.home__about .wrapper .heading .title {
  color: #0D3B3E;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
}
.home__about .wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home__about .wrapper .content .text {
  color: var(--Gray-Gray-700, #525252);
  font-family: Geist;
  font-size: var(--lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home__about .wrapper .grid {
  display: grid;
  grid-template-columns: 434px 1fr;
  gap: 84px;
}
@media (max-width: 1280px) {
  .home__about {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .home__about .wrapper .grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.home__statistics {
  position: relative;
  background: #0D3B3E;
  height: 254px;
}
.home__statistics .logo {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  z-index: 1;
}
.home__statistics .wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1171px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.home__statistics .wrapper .cards {
  display: flex;
  gap: 56px;
}
.home__statistics .wrapper .cards .card {
  display: flex;
  gap: 16px;
  align-items: center;
}
.home__statistics .wrapper .cards .card .card__decoration {
  width: 2px;
  height: 254px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  isolation: isolate;
}
.home__statistics .wrapper .cards .card .card__decoration .segment {
  display: block;
  width: 100%;
  flex-shrink: 0;
  line-height: 0;
  font-size: 0;
}
.home__statistics .wrapper .cards .card .card__decoration .top {
  height: 62px;
  background-color: rgba(14, 92, 97, 0.48);
}
.home__statistics .wrapper .cards .card .card__decoration .middle {
  height: 125px;
  background-color: #089399;
}
.home__statistics .wrapper .cards .card .card__decoration .bottom {
  height: 67px;
  background-color: rgba(14, 92, 97, 0.48);
}
.home__statistics .wrapper .cards .card .card__text {
  display: flex;
  flex-direction: column;
}
.home__statistics .wrapper .cards .card .card__text .number {
  color: #F5F5F5;
  font-family: "Geist", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 0;
}
.home__statistics .wrapper .cards .card .card__text .text {
  color: #F5F5F5;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.home__statistics .wrapper .button {
  flex-shrink: 0;
  background: var(--Teal-Teal-700, #089399);
  display: flex;
  padding: var(--4xl_1, 24px) var(--4xl_7, 40px);
  justify-content: center;
  align-items: center;
  gap: var(--4xl, 16px);
  color: var(--Base-Surface, #F5F5F5);
  font-family: Geist;
  font-size: var(--lg, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .home__statistics {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .home__statistics .logo {
    top: initial;
    bottom: 24px;
    right: 24px;
    opacity: 0.24;
    transform: none;
  }
  .home__statistics .wrapper {
    flex-direction: column;
  }
  .home__statistics .wrapper .cards {
    flex-wrap: wrap;
    gap: 0;
  }
  .home__statistics .wrapper .cards .card {
    height: 180px;
  }
}

.home__team {
  padding-top: 124px;
  padding-bottom: 124px;
}
.home__team .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__team .wrapper .heading {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.home__team .wrapper .heading .eyebrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.home__team .wrapper .heading .eyebrow::before {
  content: "";
  background: #D4D4D4;
  width: 32px;
  height: 2px;
  display: block;
}
.home__team .wrapper .heading .title {
  color: #0D3B3E;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
}
.home__team .wrapper .team__carousel {
  position: relative;
}
.home__team .wrapper .team__carousel .splide__slide .card {
  width: 244px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__image-wrap {
  position: relative;
  width: 100%;
  height: 276px;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__image-wrap .image-wrap__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 251px;
  background: #0d3b3e;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__image-wrap .image-wrap__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info {
  width: 100%;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 16px;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info .info__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  width: 100%;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info .info__text .text__name {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #0d3b3e;
  width: 100%;
  margin: 0;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info .info__text .text__role {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #089399;
  width: 100%;
  margin: 0;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info .info__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info .info__social .social__divider {
  display: block;
  width: 32px;
  height: 2px;
  background: #d4d4d4;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info .info__social .social__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info .info__social .social__row .social__link {
  display: flex;
  align-items: center;
  padding: 8px;
  width: 40px;
  height: 40px;
  justify-content: center;
  transition: all linear 0.2s;
  background: transparent;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info .info__social .social__row .social__link img {
  height: 24px;
  display: block;
  transition: all linear 0.2s;
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info .info__social .social__row .social__link:hover {
  background-color: #0D3B3E;
  transform: translateY(2px);
}
.home__team .wrapper .team__carousel .splide__slide .card .card__info .info__social .social__row .social__link:hover img {
  filter: brightness(100);
}
.home__team .wrapper .team__carousel .splide__pagination {
  position: relative;
  bottom: auto;
  padding: 0;
  margin-top: 24px;
  gap: 8px;
}
.home__team .wrapper .team__carousel .splide__pagination li .splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #d4d4d4;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}
.home__team .wrapper .team__carousel .splide__pagination li .splide__pagination__page.is-active {
  background: #0d3b3e;
}
@media (max-width: 1280px) {
  .home__team {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home__team .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home__team .wrapper .heading {
    align-items: flex-start;
  }
  .home__team .wrapper .heading .eyebrow {
    flex-direction: row;
  }
  .home__team .wrapper .team__carousel .splide__slide .card {
    width: 100%;
  }
}

.home__expertise {
  padding-top: 124px;
  padding-bottom: 124px;
  background: url("../img/expertise-background.png");
}
.home__expertise .wrapper {
  width: 100%;
  max-width: 1132px;
  margin-left: auto;
  margin-right: auto;
}
.home__expertise .wrapper .mobile {
  display: none !important;
}
.home__expertise .wrapper .heading {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home__expertise .wrapper .heading .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home__expertise .wrapper .heading .eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.home__expertise .wrapper .heading .eyebrow::before {
  content: "";
  background: #D4D4D4;
  width: 32px;
  height: 2px;
  display: block;
}
.home__expertise .wrapper .heading .title {
  color: #F5F5F5;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
}
.home__expertise .wrapper .heading .button {
  padding: 16px 32px;
  color: #D4D4D4;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: rgba(245, 245, 245, 0.16);
  transition: all linear 0.3s;
}
.home__expertise .wrapper .heading .button:hover {
  color: #0D3B3E;
  background: #F5F5F5;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}
.home__expertise .wrapper .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.home__expertise .wrapper .grid .card {
  position: relative;
  height: 381px;
  width: 100%;
  overflow: hidden;
  background: #0d3b3e;
}
.home__expertise .wrapper .grid .card .card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.home__expertise .wrapper .grid .card .card__overlay {
  position: absolute;
  inset: 0;
  background: #0d3b3e;
  transition: opacity 0.4s ease;
}
.home__expertise .wrapper .grid .card .card__body {
  position: relative;
  z-index: 1;
  inset: 8.42% 10.53%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.home__expertise .wrapper .grid .card .card__body .body__top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  position: relative;
}
.home__expertise .wrapper .grid .card .card__body .body__top .top__arrow {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all linear 0.2s;
}
.home__expertise .wrapper .grid .card .card__body .body__top .top__number {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #a3a3a3;
}
.home__expertise .wrapper .grid .card .card__body .body__top .top__title {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #f5f5f5;
  margin: 0;
}
.home__expertise .wrapper .grid .card .card__body .body__description {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #a3a3a3;
  width: 100%;
  transition: color 0.4s ease;
}
.home__expertise .wrapper .grid .card:hover .card__bg {
  opacity: 1;
}
.home__expertise .wrapper .grid .card:hover .card__overlay {
  opacity: 0.72;
}
.home__expertise .wrapper .grid .card:hover .card__body .body__top .top__arrow {
  opacity: 1;
}
@media (max-width: 1280px) {
  .home__expertise {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home__expertise .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home__expertise .wrapper .mobile {
    margin-top: 24px;
    width: 100%;
    display: flex !important;
    justify-content: center;
  }
  .home__expertise .wrapper .mobile .button {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  .home__expertise .wrapper .heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .home__expertise .wrapper .heading .button {
    display: none;
  }
  .home__expertise .wrapper .grid {
    grid-template-columns: 1fr;
  }
}

.home__linkedin {
  padding-top: 124px;
  padding-bottom: 124px;
}
.home__linkedin .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__linkedin .wrapper .heading {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.home__linkedin .wrapper .heading .eyebrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.home__linkedin .wrapper .heading .eyebrow::before {
  content: "";
  background: #D4D4D4;
  width: 32px;
  height: 2px;
  display: block;
}
.home__linkedin .wrapper .heading .title {
  color: #0D3B3E;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__pagination {
  position: relative;
  bottom: auto;
  padding: 0;
  margin-top: 24px;
  gap: 8px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__pagination li .splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #d4d4d4;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}
.home__linkedin .wrapper .linkedin__carousel .splide__pagination li .splide__pagination__page.is-active {
  background: #0d3b3e;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  transition: all linear 0.2s;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 16px 0;
  width: 100%;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 50px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__header .header__profile {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__header .header__profile .profile__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__header .header__profile .profile__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__header .header__profile .profile__info .info__name {
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  color: #262626;
  white-space: nowrap;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__header .header__profile .profile__info .info__time {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #737373;
  white-space: nowrap;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__header .header__linkedin {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__text .text__body {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #525252;
  width: 100%;
  margin: 0;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__text .text__more {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #a3a3a3;
  text-decoration: none;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__content .content__text .text__more:hover {
  color: #525252;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__media .media__image {
  width: 100%;
  height: 174px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__media .media__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__media .media__actions .actions__left {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 25px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__media .media__actions .actions__left .action__like {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__media .media__actions .actions__left .action__like .like__icon {
  width: 15px;
  height: 13px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__media .media__actions .actions__left .action__like .like__count {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #525252;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__media .media__actions .actions__left .action__comment {
  width: 15px;
  height: 15px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card .card__media .media__actions .action__share {
  width: 53px;
  height: 14px;
}
.home__linkedin .wrapper .linkedin__carousel .splide__slide .card:hover {
  transform: translateY(-4px);
  background: rgb(234.7, 234.7, 234.7);
}
@media (max-width: 1280px) {
  .home__linkedin {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home__linkedin .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home__linkedin .wrapper .heading {
    align-items: flex-start;
  }
  .home__linkedin .wrapper .heading .eyebrow {
    flex-direction: row;
  }
}

.home__location {
  padding-top: 124px;
  padding-bottom: 124px;
  background: var(--Teal-Teal-900, #0D3B3E);
}
.home__location .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.home__location .wrapper .heading {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home__location .wrapper .heading .eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.home__location .wrapper .heading .eyebrow::before {
  content: "";
  background: #D4D4D4;
  width: 32px;
  height: 2px;
  display: block;
}
.home__location .wrapper .heading .title {
  color: #F5F5F5;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
}
.home__location .wrapper .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.home__location .wrapper .cards .card {
  width: 100%;
  overflow: hidden;
  transition: all linear 0.2s;
}
.home__location .wrapper .cards .card .image {
  height: 291px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home__location .wrapper .cards .card .bottom {
  background-color: rgba(245, 245, 245, 0);
  padding: 24px;
  display: flex;
  justify-content: space-between;
}
.home__location .wrapper .cards .card .bottom .info .title {
  color: #F5F5F5;
  font-family: "Geist", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}
.home__location .wrapper .cards .card .bottom .info .address {
  margin-top: 8px;
  color: #D4D4D4;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  max-width: 310px;
}
.home__location .wrapper .cards .card .bottom .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: rgba(212, 212, 212, 0.16);
}
.home__location .wrapper .cards .card:hover {
  transform: translateY(-4px);
}
.home__location .wrapper .cards .card:hover .bottom {
  background-color: rgba(245, 245, 245, 0.16);
}
@media (max-width: 1280px) {
  .home__location .wrapper .cards .card .image {
    height: 233px;
  }
  .home__location .wrapper .cards .card .bottom {
    padding: 16px;
  }
  .home__location .wrapper .cards .card .bottom .info .title {
    font-size: 20px;
  }
  .home__location .wrapper .cards .card .bottom .info .address {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .home__location {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .home__location .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home__location .wrapper .cards {
    grid-template-columns: 1fr;
  }
}

.team__team {
  padding-top: 116px;
  padding-bottom: 116px;
  display: flex;
  flex-direction: column;
  gap: 116px;
}
.team__team .wrapper {
  width: 100%;
  max-width: 1126px;
  margin-left: auto;
  margin-right: auto;
}
.team__team .wrapper .heading {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.team__team .wrapper .heading .eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.team__team .wrapper .heading .eyebrow::before {
  content: "";
  background: #D4D4D4;
  width: 32px;
  height: 2px;
  display: block;
}
.team__team .wrapper .heading .title {
  color: #0D3B3E;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
}
.team__team .wrapper .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.team__team .wrapper .cards .card {
  width: 244px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team__team .wrapper .cards .card .card__image-wrap {
  position: relative;
  width: 100%;
  height: 276px;
}
.team__team .wrapper .cards .card .card__image-wrap .image-wrap__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 251px;
  background: #0d3b3e;
}
.team__team .wrapper .cards .card .card__image-wrap .image-wrap__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.team__team .wrapper .cards .card .card__info {
  width: 100%;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 16px;
}
.team__team .wrapper .cards .card .card__info .info__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  width: 100%;
}
.team__team .wrapper .cards .card .card__info .info__text .text__name {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #0d3b3e;
  width: 100%;
  margin: 0;
}
.team__team .wrapper .cards .card .card__info .info__text .text__role {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #089399;
  width: 100%;
  margin: 0;
}
.team__team .wrapper .cards .card .card__info .info__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.team__team .wrapper .cards .card .card__info .info__social .social__divider {
  display: block;
  width: 32px;
  height: 2px;
  background: #d4d4d4;
}
.team__team .wrapper .cards .card .card__info .info__social .social__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.team__team .wrapper .cards .card .card__info .info__social .social__row .social__link {
  display: flex;
  align-items: center;
  padding: 8px;
  width: 40px;
  height: 40px;
  justify-content: center;
  transition: all linear 0.2s;
  background: transparent;
}
.team__team .wrapper .cards .card .card__info .info__social .social__row .social__link img {
  height: 24px;
  display: block;
  transition: all linear 0.2s;
}
.team__team .wrapper .cards .card .card__info .info__social .social__row .social__link:hover {
  background-color: #0D3B3E;
  transform: translateY(2px);
}
.team__team .wrapper .cards .card .card__info .info__social .social__row .social__link:hover img {
  filter: brightness(100);
}
@media (max-width: 1280px) {
  .team__team {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .team__team .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .team__team .wrapper .heading {
    align-items: center;
  }
  .team__team .wrapper .heading .eyebrow {
    flex-direction: column;
  }
  .team__team .wrapper .cards {
    grid-template-columns: 1fr;
  }
  .team__team .wrapper .cards .card {
    margin-left: auto;
    margin-right: auto;
  }
}

.blog__categories {
  border-bottom: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  padding-bottom: 24px;
}
.blog__categories .categories__bar {
  width: 100%;
  max-width: 1061px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog__categories .categories__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.blog__categories .categories__list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F3F4F6;
  background-color: transparent;
  font-family: "Geist", sans-serif;
  padding: 10px 26px;
  color: #6A7282;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog__categories .categories__list li a:hover {
  background-color: #f1f5f9;
  border-color: #cbd5e1;
  color: #1e293b;
}
.blog__categories .categories__list li a.highlight {
  background-color: #089399;
  border-color: #089399;
  color: #f8fafc;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.blog__categories .categories__list li a.highlight:hover {
  background-color: #089399;
  border-color: #089399;
}
.blog__categories .filters__search {
  position: relative;
  width: 100%;
}
.blog__categories .filters__search .filters__search-icon {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.blog__categories .filters__search .filters__search-input {
  width: 100%;
  padding: 12px 16px 12px 76px;
  background-color: #F9FAFB;
  border: 1px solid #E5E7EB;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1e293b;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog__categories .filters__search .filters__search-input::-moz-placeholder {
  color: #94a3b8;
}
.blog__categories .filters__search .filters__search-input::placeholder {
  color: #94a3b8;
}
.blog__categories .filters__search .filters__search-input:focus {
  border-color: #004767;
  box-shadow: 0 0 0 3px rgba(0, 71, 103, 0.12);
}
@media (max-width: 1280px) {
  .blog__categories .categories__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .blog__categories .categories__list {
    flex-wrap: wrap;
  }
}

.blog__posts {
  padding-top: 65px;
  padding-bottom: 65px;
}
.blog__posts .grid {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog__posts .grid .post__card {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog__posts .grid .post__card .card__tag {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 16px;
  left: 16px;
  background: #089399;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 4px 12px;
  color: #FFF;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.blog__posts .grid .post__card .card__thumb {
  width: 100%;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
}
.blog__posts .grid .post__card .card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog__posts .grid .post__card .card__content {
  height: 263px;
  padding: 24px;
}
.blog__posts .grid .post__card .card__content .card__title {
  margin-bottom: 8px;
  color: #082224;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.blog__posts .grid .post__card .card__content .card__desc {
  color: #6A7282;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22.75px;
  padding-bottom: 23px;
  border-bottom: 1px solid #F3F4F6;
}
.blog__posts .grid .post__card .card__content .card__footer {
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog__posts .grid .post__card .card__content .card__footer .card__link {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.blog__posts .grid .post__card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.blog__posts .grid .post__card:hover .card__thumb img {
  transform: scale(1.04);
}
@media (max-width: 1280px) {
  .blog__posts {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .blog__posts .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .blog__posts .grid {
    grid-template-columns: 1fr;
  }
}

.contact__contact {
  padding-top: 64px;
  padding-bottom: 64px;
}
.contact__contact .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 6fr 4.2fr;
  gap: 24px;
}
@media (max-width: 1280px) {
  .contact__contact {
    padding-left: 24px;
    padding-right: 24px;
  }
  .contact__contact .wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.contact__contact .contact__form--shell {
  background: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.contact__contact .contact__form--shell .form__heading .form__title {
  color: #082224;
  font-family: "Geist", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.contact__contact .contact__form--shell .contact__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__contact .contact__form--shell .contact__form .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact__contact .contact__form--shell .contact__form .field .label {
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  line-height: 1.5;
}
.contact__contact .contact__form--shell .contact__form .field .label .required {
  color: #dd1e26;
}
.contact__contact .contact__form--shell .contact__form .field input[type=text],
.contact__contact .contact__form--shell .contact__form .field input[type=email],
.contact__contact .contact__form--shell .contact__form .field input[type=tel] {
  width: 100%;
  height: 52px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 0 16px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1e293b;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form--shell .contact__form .field input[type=text]::-moz-placeholder, .contact__contact .contact__form--shell .contact__form .field input[type=email]::-moz-placeholder, .contact__contact .contact__form--shell .contact__form .field input[type=tel]::-moz-placeholder {
  color: #94a3b8;
}
.contact__contact .contact__form--shell .contact__form .field input[type=text]::placeholder,
.contact__contact .contact__form--shell .contact__form .field input[type=email]::placeholder,
.contact__contact .contact__form--shell .contact__form .field input[type=tel]::placeholder {
  color: #94a3b8;
}
.contact__contact .contact__form--shell .contact__form .field input[type=text]:focus,
.contact__contact .contact__form--shell .contact__form .field input[type=email]:focus,
.contact__contact .contact__form--shell .contact__form .field input[type=tel]:focus {
  border-color: #089399;
  box-shadow: 0 0 0 3px rgba(8, 147, 153, 0.12);
}
.contact__contact .contact__form--shell .contact__form .field textarea {
  width: 100%;
  height: 52px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 0 16px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1e293b;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form--shell .contact__form .field textarea::-moz-placeholder {
  color: #94a3b8;
}
.contact__contact .contact__form--shell .contact__form .field textarea::placeholder {
  color: #94a3b8;
}
.contact__contact .contact__form--shell .contact__form .field textarea:focus {
  border-color: #089399;
  box-shadow: 0 0 0 3px rgba(8, 147, 153, 0.12);
}
.contact__contact .contact__form--shell .contact__form .field textarea {
  height: 140px;
  resize: vertical;
  padding-top: 14px;
  padding-bottom: 14px;
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__selected {
  width: 100%;
  height: 52px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 0 16px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1e293b;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__selected::-moz-placeholder {
  color: #94a3b8;
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__selected::placeholder {
  color: #94a3b8;
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__selected:focus {
  border-color: #089399;
  box-shadow: 0 0 0 3px rgba(8, 147, 153, 0.12);
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__selected .selected-text {
  color: #94a3b8;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__selected.is--chosen .selected-text {
  color: #1e293b;
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__selected .arrow-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select.is--open .copernicus__selected {
  border-color: #94a3b8;
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select.is--open .copernicus__selected .arrow-icon {
  transform: rotate(180deg);
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select.is--open .copernicus__options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__option {
  padding: 10px 16px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #475569;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__option:hover {
  background-color: #f8fafc;
  color: #1e293b;
}
.contact__contact .contact__form--shell .contact__form .field .copernicus__select .copernicus__option.is--selected {
  background-color: #f1f5f9;
  color: #1e293b;
  font-weight: 500;
}
.contact__contact .contact__form--shell .contact__form .field .field--error-msg {
  display: none;
  color: #ef4444;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.contact__contact .contact__form--shell .contact__form .field .field--error-msg.is--visible {
  display: block;
}
.contact__contact .contact__form--shell .contact__form .field--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact__contact .contact__form--shell .contact__form .field--preference .radio--group {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.contact__contact .contact__form--shell .contact__form .field--preference .radio--group .radio--item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact__contact .contact__form--shell .contact__form .field--preference .radio--group .radio--item input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form--shell .contact__form .field--preference .radio--group .radio--item input[type=radio]:checked {
  border-color: #089399;
  background-color: #089399;
}
.contact__contact .contact__form--shell .contact__form .field--preference .radio--group .radio--item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #ffffff;
}
.contact__contact .contact__form--shell .contact__form .field__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.contact__contact .contact__form--shell .contact__form .field__checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #cbd5e1;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form--shell .contact__form .field__checkbox input[type=checkbox]:checked {
  background-color: #089399;
  border-color: #089399;
}
.contact__contact .contact__form--shell .contact__form .field__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 8px;
  height: 11px;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.contact__contact .contact__form--shell .contact__form .field__checkbox span {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  line-height: 1.5;
}
.contact__contact .contact__form--shell .contact__form .field__checkbox span a {
  color: #089399;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: inline;
}
.contact__contact .contact__form--shell .contact__form .field__checkbox input[type=checkbox]:checked {
  background-color: #089399;
  border-color: #089399;
}
.contact__contact .contact__form--shell .contact__form .field__checkbox span a {
  color: #089399;
}
.contact__contact .contact__form--shell .contact__form .field--bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.contact__contact .contact__form--shell .contact__form .field--bottom .button--submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 56px;
  background-color: #089399;
  border: none;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form--shell .contact__form .field--bottom .button--submit img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.contact__contact .contact__form--shell .contact__form .field--bottom .button--submit:hover {
  background-color: rgb(5.9726708075, 109.747826087, 114.2273291925);
  transform: translateY(-1px);
}
.contact__contact .contact__form--shell .contact__form .field--bottom .button--submit:active {
  transform: translateY(0);
}
.contact__contact .contact__form--shell .contact__form .field--bottom .form__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #94a3b8;
  line-height: 1.5;
  text-align: center;
}
.contact__contact .contact__form--shell .contact__form .field--bottom .form__note .note__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .contact__contact .contact__form--shell {
    padding: 24px !important;
  }
  .contact__contact .contact__form .field--row {
    grid-template-columns: 1fr !important;
  }
}

.contact__aside {
  border: 1px solid #F3F4F6;
  background: #FFF;
  display: flex;
  width: 100%;
  padding: 32px;
  flex-direction: column;
  gap: 32px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1280px) {
  .contact__aside {
    padding: 24px;
  }
}

.contact__whatsapp {
  border: 1px solid rgba(8, 147, 153, 0.2);
  background: #E0F2F1;
  display: flex;
  width: 100%;
  padding: 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.contact__whatsapp .whatsapp__header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact__whatsapp .whatsapp__header .header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #089399;
  flex-shrink: 0;
}
.contact__whatsapp .whatsapp__header .header__icon img {
  width: 20px;
  height: 20px;
}
.contact__whatsapp .whatsapp__header .header__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact__whatsapp .whatsapp__header .header__info .info__name {
  color: #082224;
  font-family: "Geist", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.contact__whatsapp .whatsapp__header .header__info .info__desc {
  color: #4A5565;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
.contact__whatsapp .whatsapp__number {
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: -0.4px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__whatsapp .whatsapp__number:hover {
  opacity: 0.8;
}
.contact__whatsapp .whatsapp__hours {
  color: #6A7282;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.contact__whatsapp .whatsapp__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  background-color: #089399;
  color: #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__whatsapp .whatsapp__cta:hover {
  background-color: rgb(5.9726708075, 109.747826087, 114.2273291925);
  transform: translateY(-1px);
}
.contact__whatsapp .whatsapp__cta:active {
  transform: translateY(0);
}
@media (max-width: 1280px) {
  .contact__whatsapp {
    padding: 16px;
  }
}

.contact__commercial {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact__commercial .commercial__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #F3F4F6;
}
@media (max-width: 1280px) {
  .contact__commercial .commercial__item {
    flex-direction: column;
  }
}
.contact__commercial .commercial__item:first-child {
  padding-top: 0;
}
.contact__commercial .commercial__item .item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  border-radius: 50%;
}
.contact__commercial .commercial__item .item__icon img {
  width: 16px;
  height: 16px;
}
.contact__commercial .commercial__item .item__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact__commercial .commercial__item .item__body .body__label {
  color: #082224;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 2px;
}
.contact__commercial .commercial__item .item__body .body__line {
  color: #4A5565;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.contact__commercial .commercial__item .item__body .body__line strong {
  font-weight: 700;
  color: #082224;
}
.contact__commercial .commercial__item .item__body .body__email {
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-all;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__commercial .commercial__item .item__body .body__email:hover {
  opacity: 0.75;
}
.contact__commercial .commercial__item .item__body .body__note {
  color: #99A1AF;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.contact__commercial .commercial__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  padding-top: 20px;
}
.contact__commercial .commercial__social .social__label {
  color: #082224;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1.3;
}
.contact__commercial .commercial__social .social__icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact__commercial .commercial__social .social__icons .social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__commercial .commercial__social .social__icons .social__link img {
  width: 16px;
  height: 16px;
}
.contact__commercial .commercial__social .social__icons .social__link:hover {
  border-color: #089399;
  background-color: #E0F2F1;
}

.contact__faq {
  background-color: #F8F9FA;
  padding: 8px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact__faq .wrapper {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contact__faq .contact__faq-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.contact__faq .contact__faq-heading .contact__faq-eyebrow {
  color: #0D3B3E;
  text-align: center;
  font-family: "Geist", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
}
.contact__faq .contact__faq-heading .contact__faq-title {
  color: #6A7282;
  text-align: center;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.contact__faq .contact__faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__faq .faq__item-card {
  background: transparent;
  border: 1px solid #E2E8F0;
  overflow: hidden;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__faq .faq__item-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.contact__faq .faq__item-card .faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__faq .faq__item-card .faq__question span {
  color: #082224;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.contact__faq .faq__item-card .faq__question .faq__chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__faq .faq__item-card .faq__question[aria-expanded=true] .faq__chevron {
  transform: rotate(180deg);
}
.contact__faq .faq__item-card .faq__answer {
  border-top: 1px solid #F3F4F6;
  background: rgba(249, 250, 251, 0.5);
  padding: 0 24px 20px;
  padding-top: 12px;
}
.contact__faq .faq__item-card .faq__answer p {
  color: #4A5565;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 768px) {
  .contact__faq .contact__faq-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  .contact__faq {
    padding: 8px;
  }
  .contact__faq .wrapper {
    gap: 40px;
  }
  .contact__faq .contact__faq-title {
    font-size: 32px;
    line-height: 40px;
  }
  .contact__faq .faq__item-card .faq__question {
    padding: 16px 20px;
  }
  .contact__faq .faq__item-card .faq__question span {
    font-size: 15px;
    line-height: 22px;
  }
  .contact__faq .faq__item-card .faq__answer {
    padding: 0 20px 20px;
  }
}

.post__main .wrapper,
.post__writer .wrapper,
.post__actions .wrapper {
  width: 100%;
  max-width: 829px;
  margin-left: auto;
  margin-right: auto;
}

.post__main {
  padding-top: 48px;
  padding-bottom: 64px;
}
.post__main .post__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.post__main .post__header .post__tag {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: #089399;
  color: #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 16px;
  padding: 4px 12px;
}
.post__main .post__header .post__title {
  color: #0D3B3E;
  font-family: "Geist", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.8px;
  margin: 0;
}
.post__main .post__header .post__meta {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.post__main .post__header .post__meta .meta__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post__main .post__header .post__meta .meta__item .meta__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.post__main .post__header .post__meta .meta__item span {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  line-height: 20px;
}
.post__main .post__header .post__meta .meta__item .meta__author {
  font-weight: 500;
  color: #082224;
}
.post__main .post__cover {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-bottom: 24px;
}
.post__main .post__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post__main .post__share {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.post__main .post__share .share__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  background: #F9FAFB;
  border: 1px solid #d4d4d4;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.post__main .post__share .share__btn img {
  width: 24px;
  height: 24px;
}
.post__main .post__share .share__btn:hover {
  background-color: #f1f5f9;
}
.post__main .post__article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post__main .post__article .article__lead {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  color: #525252;
}
.post__main .post__article .article__h2 {
  font-family: "Geist", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #082224;
  margin: 0;
}
.post__main .post__article .article__p {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #525252;
  margin: 0;
}
.post__main .post__article .article__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.post__main .post__article .article__list li {
  position: relative;
  padding-left: 18px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525252;
}
.post__main .post__article .article__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #089399;
  flex-shrink: 0;
}
.post__main .post__article .article__list li strong {
  font-weight: 700;
}
.post__main .post__article .article__callout {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 24px 24px 28px;
}
.post__main .post__article .article__callout .callout__title {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.post__main .post__article .article__callout .callout__text {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.post__main .post__article .article__callout.article__callout--warning {
  background: #fefce8;
  border-left: 4px solid #fdc700;
  border-radius: 0 10px 10px 0;
}
.post__main .post__article .article__callout.article__callout--warning .callout__title {
  color: #894b00;
}
.post__main .post__article .article__callout.article__callout--warning .callout__text {
  color: rgba(115, 62, 10, 0.8);
}
.post__main .post__article .article__steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.post__main .post__article .article__steps .steps__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.post__main .post__article .article__steps .steps__item dt {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #525252;
}
.post__main .post__article .article__steps .steps__item dd {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525252;
  margin: 0;
}
.post__main .post__article .article__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px;
  background: #e0f2f1;
  text-align: center;
}
.post__main .post__article .article__cta .cta__heading {
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #082224;
  margin: 0;
}
.post__main .post__article .article__cta .cta__text {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525252;
  margin: 0;
}
.post__main .post__article .article__cta .cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  background: #089399;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.post__main .post__article .article__cta .cta__btn:hover {
  background-color: rgb(5.9726708075, 109.747826087, 114.2273291925);
}
@media (max-width: 1280px) {
  .post__main {
    padding-left: 24px;
    padding-right: 24px;
  }
  .post__main .post__header .post__title {
    font-size: 32px;
    line-height: 40px;
  }
  .post__main .post__header .post__meta {
    gap: 16px;
  }
  .post__main .post__cover {
    height: 240px;
  }
}

.post__writer {
  padding-top: 0;
  padding-bottom: 48px;
}
.post__writer .writer__card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 33px;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
}
.post__writer .writer__card .writer__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.post__writer .writer__card .writer__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post__writer .writer__card .writer__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.post__writer .writer__card .writer__info .info__name {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #082224;
}
.post__writer .writer__card .writer__info .info__role {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #089399;
}
.post__writer .writer__card .writer__info .info__bio {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #737373;
  margin-top: 8px;
}
.post__writer .writer__card .writer__info .info__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #082224;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.post__writer .writer__card .writer__info .info__link img {
  width: 14px;
  height: 14px;
}
.post__writer .writer__card .writer__info .info__link:hover {
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .post__writer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .post__writer .writer__card {
    flex-direction: column;
    padding: 24px;
  }
}

.post__actions {
  padding-bottom: 64px;
}
.post__actions .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 33px;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 33px;
}
.post__actions .actions__prev,
.post__actions .actions__next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #737373;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.post__actions .actions__prev img,
.post__actions .actions__next img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.post__actions .actions__prev:hover,
.post__actions .actions__next:hover {
  color: #082224;
}
@media (max-width: 1280px) {
  .post__actions {
    padding-left: 24px;
    padding-right: 24px;
  }
  .post__actions .wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

.expertise__main {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 86px;
  align-items: start;
  padding-top: 96px;
  padding-bottom: 96px;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .expertise__main {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.expertise__filters {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  position: sticky;
  top: 24px;
  width: 100%;
}
.expertise__filters .filters__heading {
  padding: 24px 24px 16px;
  border-bottom: 1px solid #f3f4f6;
}
.expertise__filters .filters__heading .heading__label {
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #a3a3a3;
  line-height: 16px;
}
.expertise__filters .filters__list {
  display: flex;
  flex-direction: column;
}
.expertise__filters .filters__list .filter__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  text-decoration: none;
  border-left: 4px solid transparent;
  background: #ffffff;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.expertise__filters .filters__list .filter__item .item__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.expertise__filters .filters__list .filter__item .item__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.expertise__filters .filters__list .filter__item .item__text .text__title {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #364153;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.expertise__filters .filters__list .filter__item .item__text .text__sub {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #737373;
}
.expertise__filters .filters__list .filter__item.is--actual {
  background: #e0f2f1;
  border-left-color: #3fa39e;
}
.expertise__filters .filters__list .filter__item.is--actual .item__icon {
  filter: brightness(0) saturate(100%) invert(64%) sepia(7%) saturate(3175%) hue-rotate(128deg) brightness(87%) contrast(82%) !important;
}
.expertise__filters .filters__list .filter__item.is--actual .text__title {
  color: #082224;
}
.expertise__filters .filters__list .filter__item:hover:not(.is--actual) {
  background: #f9fafb;
  border-left-color: rgba(8, 34, 36, 0.15);
}
.expertise__filters .filters__cta {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #082224;
}
.expertise__filters .filters__cta .cta__text {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22.75px;
  color: #ffffff;
}
.expertise__filters .filters__cta .cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.expertise__filters .filters__cta .cta__btn:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1280px) {
  .expertise__filters {
    position: static;
  }
  .expertise__filters .filters__list {
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .expertise__filters .filters__list .filter__item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    border-left: none;
    border-bottom: 3px solid transparent;
    flex-shrink: 0;
  }
  .expertise__filters .filters__list .filter__item.is--actual {
    border-bottom-color: #3fa39e;
    background: #e0f2f1;
  }
  .expertise__filters .filters__list .filter__item .item__text {
    align-items: center;
  }
  .expertise__filters .filters__list .filter__item .item__text .text__sub {
    display: none;
  }
}

.expertise__expertise {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.expertise__expertise .expertise__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.expertise__expertise .expertise__header .header__title {
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  color: #082224;
  margin: 0;
}
.expertise__expertise .expertise__header .header__sub {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7282;
}
.expertise__expertise .expertise__cover {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.expertise__expertise .expertise__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.expertise__expertise .expertise__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.expertise__expertise .expertise__intro p {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29.25px;
  color: #4a5565;
  margin: 0;
}
.expertise__expertise .expertise__stats {
  background: #e0f2f1;
  padding: 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.expertise__expertise .expertise__stats .stats__heading {
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #082224;
  margin: 0;
}
.expertise__expertise .expertise__stats .stats__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.expertise__expertise .expertise__stats .stats__row .stat__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.expertise__expertise .expertise__stats .stats__row .stat__item:not(:first-child) {
  border-left: 1px solid rgba(8, 147, 153, 0.2);
}
.expertise__expertise .expertise__stats .stats__row .stat__item .stat__value {
  font-family: "Geist", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #089399;
}
.expertise__expertise .expertise__stats .stats__row .stat__item .stat__label {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4a5565;
}
@media (max-width: 1280px) {
  .expertise__expertise .expertise__stats {
    padding: 24px;
  }
  .expertise__expertise .expertise__stats .stats__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .expertise__expertise .expertise__stats .stats__row .stat__item:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(8, 147, 153, 0.2);
    padding-top: 24px;
  }
}
.expertise__expertise .expertise__services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.expertise__expertise .expertise__services .services__title {
  font-family: "Geist", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #082224;
  margin: 0;
}
.expertise__expertise .expertise__services .services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.expertise__expertise .expertise__services .services__list .service__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 17px;
  background: #f9fafb;
}
.expertise__expertise .expertise__services .services__list .service__item .service__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.expertise__expertise .expertise__services .services__list .service__item .service__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.expertise__expertise .expertise__services .services__list .service__item .service__text strong {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #082224;
}
.expertise__expertise .expertise__services .services__list .service__item .service__text p {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22.75px;
  color: #4a5565;
  margin: 0;
}
.expertise__expertise .expertise__divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 0;
}
.expertise__expertise .expertise__audience {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.expertise__expertise .expertise__audience .audience__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f3f4f6;
  flex-shrink: 0;
}
.expertise__expertise .expertise__audience .audience__icon img {
  width: 24px;
  height: 24px;
}
.expertise__expertise .expertise__audience .audience__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.expertise__expertise .expertise__audience .audience__text .audience__title {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #082224;
  margin: 0;
}
.expertise__expertise .expertise__audience .audience__text .audience__desc {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #4a5565;
  margin: 0;
}
@media (max-width: 1280px) {
  .expertise__expertise .expertise__audience {
    flex-direction: column;
  }
}
.expertise__expertise .expertise__callout {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.expertise__expertise .expertise__callout .callout__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.expertise__expertise .expertise__callout .callout__heading .callout__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.expertise__expertise .expertise__callout .callout__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.expertise__expertise .expertise__callout .callout__list li {
  position: relative;
  padding-left: 16px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.expertise__expertise .expertise__callout .callout__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.expertise__expertise .expertise__callout .callout__list.callout__list--cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 1280px) {
  .expertise__expertise .expertise__callout .callout__list.callout__list--cols {
    grid-template-columns: 1fr;
  }
}
.expertise__expertise .expertise__callout .callout__list--icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.expertise__expertise .expertise__callout .callout__list--icons .list-icon {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Geist", sans-serif;
  color: rgba(115, 62, 10, 0.8);
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.expertise__expertise .expertise__callout .callout__list--icons .list-icon img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.expertise__expertise .expertise__callout.expertise__callout--warning {
  background: #fdf4ec;
}
.expertise__expertise .expertise__callout.expertise__callout--warning .callout__heading {
  color: #894b00;
}
.expertise__expertise .expertise__callout.expertise__callout--warning .callout__list li {
  color: #7c4a00;
}
.expertise__expertise .expertise__callout.expertise__callout--warning .callout__list li::before {
  background: #d97706;
}
.expertise__expertise .expertise__callout.expertise__callout--success {
  background: #f0fdf4;
}
.expertise__expertise .expertise__callout.expertise__callout--success .callout__heading {
  color: #166534;
}
.expertise__expertise .expertise__callout.expertise__callout--success .callout__list li {
  color: #14532d;
}
.expertise__expertise .expertise__callout.expertise__callout--success .callout__list li::before {
  background: #16a34a;
}
.expertise__expertise .expertise__callout.expertise__callout--table {
  border: 1px solid #DBEAFE;
  background: rgba(239, 246, 255, 0.5);
}
.expertise__expertise .expertise__callout.expertise__callout--table .callout__heading {
  color: #1e3a5f;
}
.expertise__expertise .expertise__callout.expertise__callout--table .callout__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Geist", sans-serif;
  font-size: 14px;
}
.expertise__expertise .expertise__callout.expertise__callout--table .callout__table thead tr {
  border-bottom: 1px solid #d1d9f0;
}
.expertise__expertise .expertise__callout.expertise__callout--table .callout__table thead tr th {
  text-align: left;
  font-weight: 600;
  color: #1e3a5f;
  padding: 10px 12px 10px 0;
  white-space: nowrap;
}
.expertise__expertise .expertise__callout.expertise__callout--table .callout__table tbody tr {
  border-bottom: 1px solid #e8ecf7;
}
.expertise__expertise .expertise__callout.expertise__callout--table .callout__table tbody tr td {
  padding: 12px 12px 12px 0;
  color: #4a5565;
  font-weight: 400;
  vertical-align: top;
}
.expertise__expertise .expertise__callout.expertise__callout--table .callout__table tbody tr.is--highlight {
  border-left: 4px solid #00C950;
  background: #F0FDF4;
}
.expertise__expertise .expertise__callout.expertise__callout--table .callout__table tbody tr.is--highlight td {
  font-weight: 600;
  color: #082224;
}
.expertise__expertise .expertise__callout.expertise__callout--table .callout__table tbody tr.is--highlight td:first-child {
  padding-left: 8px;
}
@media (max-width: 1280px) {
  .expertise__expertise .expertise__callout.expertise__callout--table .callout__table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.expertise__expertise .expertise__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 7px;
  padding: 15px 33px;
  background: #089399;
  box-shadow: 0 10px 15px rgba(8, 147, 153, 0.2), 0 4px 6px rgba(8, 147, 153, 0.2);
  color: #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.expertise__expertise .expertise__cta img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.expertise__expertise .expertise__cta:hover {
  background-color: rgb(5.9726708075, 109.747826087, 114.2273291925);
  box-shadow: 0 10px 20px rgba(8, 147, 153, 0.3);
}
@media (max-width: 1280px) {
  .expertise__expertise {
    gap: 32px;
  }
  .expertise__expertise .expertise__header .header__title {
    font-size: 28px;
    line-height: 34px;
  }
  .expertise__expertise .expertise__header .header__sub {
    font-size: 16px;
  }
  .expertise__expertise .expertise__cover {
    height: 220px;
  }
}

.about__anchors {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.about__anchors .about__anchors-container {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.about__anchors .about__anchors-container .about__anchors-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #737373;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: -1px;
}
.about__anchors .about__anchors-container .about__anchors-item:hover {
  color: #082224;
}
.about__anchors .about__anchors-container .about__anchors-item.is--active {
  color: #082224;
  border-bottom-color: #082224;
}
@media (max-width: 1280px) {
  .about__anchors .about__anchors-container {
    justify-content: flex-start;
    gap: 32px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }
  .about__anchors .about__anchors-container::-webkit-scrollbar {
    display: none;
  }
  .about__anchors .about__anchors-container .about__anchors-item {
    padding: 16px 0;
    font-size: 13px;
    flex: 0 0 auto;
  }
}

.about__about {
  padding-top: 124px;
  padding-bottom: 16px;
}
.about__about .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
.about__about .wrapper .about__content {
  background: var(--neutral-50, #FAFAFA);
  padding: 48px;
  padding-top: 52px;
  padding-bottom: 77px;
  flex-shrink: 0;
  flex-grow: 1;
}
.about__about .wrapper .about__content .heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about__about .wrapper .about__content .heading .eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.about__about .wrapper .about__content .heading .eyebrow::before {
  content: "";
  background: #D4D4D4;
  width: 32px;
  height: 2px;
  display: block;
}
.about__about .wrapper .about__content .heading .title {
  color: #0D3B3E;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
}
.about__about .wrapper .about__content .desc {
  margin-top: 24px;
  color: #525252;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  max-width: 460px;
}
.about__about .wrapper .about__image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .about__about .wrapper .about__image img {
    width: 497px;
  }
}
@media (max-width: 1280px) {
  .about__about {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .about__about .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .about__about .wrapper .about__image {
    width: 100%;
  }
  .about__about .wrapper .about__image img {
    min-height: auto;
    aspect-ratio: 4/3;
  }
}

.about__statistics {
  position: relative;
  background: #0D3B3E;
  height: 254px;
  overflow: hidden;
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.about__statistics .logo {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: 1;
  height: 90%;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__statistics .wrapper {
  padding-left: 124px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.about__statistics .wrapper .cards {
  display: flex;
  gap: 56px;
}
.about__statistics .wrapper .cards .card {
  display: flex;
  gap: 16px;
  align-items: center;
}
.about__statistics .wrapper .cards .card .card__decoration {
  width: 2px;
  height: 254px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  isolation: isolate;
}
.about__statistics .wrapper .cards .card .card__decoration .segment {
  display: block;
  width: 100%;
  flex-shrink: 0;
  line-height: 0;
  font-size: 0;
}
.about__statistics .wrapper .cards .card .card__decoration .top {
  height: 62px;
  background-color: rgba(14, 92, 97, 0.48);
}
.about__statistics .wrapper .cards .card .card__decoration .middle {
  height: 125px;
  background-color: #089399;
}
.about__statistics .wrapper .cards .card .card__decoration .bottom {
  height: 67px;
  background-color: rgba(14, 92, 97, 0.48);
}
.about__statistics .wrapper .cards .card .card__text {
  display: flex;
  flex-direction: column;
}
.about__statistics .wrapper .cards .card .card__text .number {
  color: #F5F5F5;
  font-family: "Geist", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 0;
}
.about__statistics .wrapper .cards .card .card__text .text {
  color: #F5F5F5;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1280px) {
  .about__statistics {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about__statistics .logo {
    top: auto;
    bottom: -20px;
    right: -20px;
    transform: none;
    opacity: 0.15;
    height: 200px;
  }
  .about__statistics .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .about__statistics .wrapper .cards {
    flex-direction: column;
    gap: 0;
  }
  .about__statistics .wrapper .cards .card {
    height: 160px;
  }
}

.about__differentials {
  padding-top: 16px;
  padding-bottom: 146px;
}
.about__differentials .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.about__differentials .wrapper .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.about__differentials .wrapper .grid .diff__card {
  background: #F9FAFB;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about__differentials .wrapper .grid .diff__card .diff__icon {
  width: 40px;
  height: 40px;
  background: #E0F2F1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.about__differentials .wrapper .grid .diff__card .diff__icon img {
  width: 20px;
  height: 20px;
}
.about__differentials .wrapper .grid .diff__card .diff__title {
  color: #082224;
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
}
.about__differentials .wrapper .grid .diff__card .diff__desc {
  color: #525252;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  max-width: 285px;
}
@media (max-width: 1280px) {
  .about__differentials {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .about__differentials .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .about__differentials .wrapper .grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about__differentials .wrapper .grid .diff__card {
    padding: 32px 24px;
  }
}

.about__philosophy {
  background: #F0F0F0;
  padding-top: 80px;
  padding-bottom: 67px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}
.about__philosophy .wrapper {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
.about__philosophy .wrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 64px;
}
.about__philosophy .wrapper .heading .eyebrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.about__philosophy .wrapper .heading .eyebrow::before {
  content: "";
  background: #D4D4D4;
  width: 32px;
  height: 2px;
  display: block;
}
.about__philosophy .wrapper .heading .title {
  color: #0D3B3E;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
  margin: 0;
}
.about__philosophy .wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.about__philosophy .wrapper .grid .phil__card {
  background: #FFFFFF;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
}
.about__philosophy .wrapper .grid .phil__card .phil__icon {
  width: 48px;
  height: 48px;
  background: #3FA39E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.about__philosophy .wrapper .grid .phil__card .phil__icon img {
  width: 24px;
  height: 24px;
}
.about__philosophy .wrapper .grid .phil__card .phil__title {
  color: #082224;
  font-family: "Geist", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 32px;
}
.about__philosophy .wrapper .grid .phil__card .phil__desc {
  color: #525252;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.about__philosophy .wrapper .grid .phil__card .phil__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about__philosophy .wrapper .grid .phil__card .phil__list li {
  color: #525252;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
}
.about__philosophy .wrapper .grid .phil__card .phil__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #0D3B3E;
  border-radius: 50%;
}
@media (max-width: 1280px) {
  .about__philosophy {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .about__philosophy .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .about__philosophy .wrapper .heading {
    margin-bottom: 40px;
  }
  .about__philosophy .wrapper .heading .title {
    font-size: 32px;
    line-height: 40px;
  }
  .about__philosophy .wrapper .grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about__philosophy .wrapper .grid .phil__card {
    padding: 32px 24px;
  }
}

.about__certifications {
  padding-top: 96px;
  padding-bottom: 96px;
  background: url("../img/expertise-background.png");
  background-position: center;
}
.about__certifications .wrapper {
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.about__certifications .wrapper .heading {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.about__certifications .wrapper .heading .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  color: #089399;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.about__certifications .wrapper .heading .eyebrow::before {
  content: "";
  background: #D4D4D4;
  width: 32px;
  height: 2px;
  display: block;
}
.about__certifications .wrapper .heading .title {
  color: #F5F5F5;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
}
.about__certifications .wrapper .heading .desc {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.about__certifications .wrapper .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.about__certifications .wrapper .grid .card {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 152px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.about__certifications .wrapper .grid .card .text {
  color: #FFF;
  text-align: center;
  font-family: Geist;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.about__certifications .wrapper .grid .card .title {
  color: #FFF;
  text-align: center;
  font-family: Geist;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}
@media (max-width: 1280px) {
  .about__certifications {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .about__certifications .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .about__certifications .wrapper .grid {
    grid-template-columns: 1fr;
  }
}

.about__careers {
  background: #f9fafb;
  padding-top: 96px;
  padding-bottom: 96px;
}
.about__careers .wrapper {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 59px;
}
.about__careers .careers__info {
  display: flex;
  flex-direction: column;
  gap: 42px;
  flex: 0 0 381px;
  max-width: 381px;
}
.about__careers .careers__info .careers__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about__careers .careers__info .careers__heading .heading__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about__careers .careers__info .careers__heading .heading__eyebrow .eyebrow__line {
  display: block;
  width: 32px;
  height: 2px;
  background: #d4d4d4;
  flex-shrink: 0;
}
.about__careers .careers__info .careers__heading .heading__eyebrow .eyebrow__text {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #089399;
  line-height: 16px;
}
.about__careers .careers__info .careers__heading .heading__title {
  font-family: "Geist", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.8px;
  color: #0d3b3e;
  margin: 0;
  max-width: 302px;
}
.about__careers .careers__info .careers__desc {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #525252;
  margin: 0;
}
.about__careers .careers__info .careers__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about__careers .careers__info .careers__benefits .benefit__item {
  display: flex;
  align-items: center;
  gap: 21px;
}
.about__careers .careers__info .careers__benefits .benefit__item .benefit__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #3fa39e;
  flex-shrink: 0;
  padding: 4px;
}
.about__careers .careers__info .careers__benefits .benefit__item .benefit__check img {
  width: 16px;
  height: 16px;
}
.about__careers .careers__info .careers__benefits .benefit__item .benefit__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.about__careers .careers__info .careers__benefits .benefit__item .benefit__text strong {
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #0d3b3e;
}
.about__careers .careers__info .careers__benefits .benefit__item .benefit__text span {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #525252;
}
.about__careers .careers__form-wrap {
  flex: 1;
  background: #ffffff;
  padding: 40px;
}
.about__careers .careers__form-wrap .careers__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about__careers .careers__form-wrap .careers__form .form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.about__careers .careers__form-wrap .careers__form .form__field {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
}
.about__careers .careers__form-wrap .careers__form .form__field .field__label {
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  line-height: 1.5;
}
.about__careers .careers__form-wrap .careers__form .form__field .field__label .required {
  color: #dd1e26;
}
.about__careers .careers__form-wrap .careers__form .form__field .field__label .required {
  color: #dd1e26;
}
.about__careers .careers__form-wrap .careers__form .form__field .field__input {
  width: 100%;
  height: 52px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 0 16px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1e293b;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__careers .careers__form-wrap .careers__form .form__field .field__input::-moz-placeholder {
  color: #94a3b8;
}
.about__careers .careers__form-wrap .careers__form .form__field .field__input::placeholder {
  color: #94a3b8;
}
.about__careers .careers__form-wrap .careers__form .form__field .field__input:focus {
  border-color: #089399;
  box-shadow: 0 0 0 3px rgba(8, 147, 153, 0.12);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select {
  position: relative;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__selected {
  width: 100%;
  height: 52px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 0 16px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1e293b;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__selected::-moz-placeholder {
  color: #94a3b8;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__selected::placeholder {
  color: #94a3b8;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__selected:focus {
  border-color: #089399;
  box-shadow: 0 0 0 3px rgba(8, 147, 153, 0.12);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__selected .selected-text {
  color: #94a3b8;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__selected.is--chosen .selected-text {
  color: #1e293b;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__selected .arrow-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select.is--open .copernicus__selected {
  border-color: #94a3b8;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select.is--open .copernicus__selected .arrow-icon {
  transform: rotate(180deg);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select.is--open .copernicus__options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__option {
  padding: 10px 16px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #475569;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__option:hover {
  background-color: #f8fafc;
  color: #1e293b;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__select .copernicus__option.is--selected {
  background-color: #f1f5f9;
  color: #1e293b;
  font-weight: 500;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker {
  position: relative;
  width: 100%;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  min-height: 160px;
  background-color: #f8fafc;
  border: 2px dashed #e2e8f0;
  border-radius: 0;
  text-align: center;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: #e2e8f0;
  flex-shrink: 0;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__icon img {
  width: 18px;
  height: 18px;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__label {
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #475569;
  line-height: 19.5px;
  margin: 0;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__label .file-picker__cta {
  font-weight: 500;
  color: #004767;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__label .file-picker__filename {
  font-weight: 500;
  color: #1e293b;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__hint {
  font-family: "Geist", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #94a3b8;
  line-height: 16.5px;
  margin: 0;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__name {
  margin: 0;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #004767;
  text-align: center;
  min-height: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker.is--dragging .file-picker__dropzone {
  border-color: #004767;
  background-color: #e6edf5;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker.is--selected .file-picker__dropzone {
  border-color: #004767;
  background-color: #f0f7fb;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker.is--selected .file-picker__icon {
  background-color: #d0e8f2;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker.is--selected .file-picker__hint {
  color: #64748b;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker.is--selected .file-picker__name {
  max-height: 40px;
  margin-top: 4px;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__dropzone--inline {
  flex-direction: row;
  gap: 12px;
  min-height: 92px;
  padding: 2px 24px;
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
  border-style: solid;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__dropzone--inline .file-picker__icon {
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 0;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__dropzone--inline .file-picker__icon img {
  width: 24px;
  height: 24px;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker .file-picker__dropzone--inline .file-picker__label {
  font-size: 16px;
  font-weight: 300;
  color: #737373;
  margin: 0;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker.is--selected .file-picker__dropzone--inline {
  border-color: #089399;
  background-color: #f0fdf4;
}
.about__careers .careers__form-wrap .careers__form .form__field .copernicus__file-picker.is--dragging .file-picker__dropzone--inline {
  border-color: #089399;
  background-color: #e0f2f1;
}
.about__careers .careers__form-wrap .careers__form .form__checkbox .field__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.about__careers .careers__form-wrap .careers__form .form__checkbox .field__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.about__careers .careers__form-wrap .careers__form .form__checkbox .field__checkbox .checkbox__custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  width: 13px;
  height: 13px;
  background: #d4d4d4;
  border: none;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__careers .careers__form-wrap .careers__form .form__checkbox .field__checkbox input[type=checkbox]:checked + .checkbox__custom {
  background: #089399;
}
.about__careers .careers__form-wrap .careers__form .form__checkbox .field__checkbox input[type=checkbox]:checked + .checkbox__custom::after {
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  border-left: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  transform: rotate(-45deg) translateY(-1px);
}
.about__careers .careers__form-wrap .careers__form .form__checkbox .field__checkbox .checkbox__text {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #737373;
}
.about__careers .careers__form-wrap .careers__form .form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 24px 40px;
  background: #089399;
  border: none;
  color: #f5f5f5;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 16px;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about__careers .careers__form-wrap .careers__form .form__submit img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.about__careers .careers__form-wrap .careers__form .form__submit:hover {
  background-color: rgb(5.9726708075, 109.747826087, 114.2273291925);
}
@media (max-width: 1280px) {
  .about__careers {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .about__careers .wrapper {
    flex-direction: column;
    gap: 48px;
  }
  .about__careers .careers__info {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .about__careers .careers__info .careers__heading .heading__title {
    font-size: 32px;
    line-height: 38px;
    max-width: 100%;
  }
  .about__careers .careers__form-wrap {
    width: 100%;
    padding: 24px;
  }
  .about__careers .careers__form-wrap .careers__form .form__row {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=main.css.map */