:root {
  --primary-font: "DM Sans", sans-serif;
  --sky-blue: #17a0db;
  --border-radius-l: 5em;
  --white: white;
  --transparent: transparent;
  --gap-r: 2em;
  --gap-xxs: .5em;
  --border-circle: 50%;
  --gap-l: 3em;
  --coral: #ee5e30;
  --light-blue: #afdcf6;
  --gap-s: 1em;
  --indigo: #2c404a;
  --gap-xs: .75em;
  --grey: #605f62;
  --black: black;
  --gap-xl: 5em;
  --border-radius-s: .25em;
  --border-radius: .5em;
}

body {
  font-family: var(--primary-font);
  color: #333;
  line-height: 1.4;
  font-size: var(--size-font);
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1.15em;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
}

li {
  font-size: 1.15em;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25em;
  font-size: 1.15em;
  line-height: 1.4;
}

.container {
  z-index: 1;
  max-width: var(--size-container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.global {
  position: fixed;
  inset: 0% auto auto 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.padding-global {
  padding-left: 2em;
  padding-right: 2em;
}

.padding-global.padding-section {
  padding-top: 7em;
  padding-bottom: 7em;
}

.p-medium {
  font-size: 1.25em;
}

.button-group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-h3 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.heading-h3.all-caps {
  text-transform: uppercase;
}

.p-large {
  font-size: 2em;
  font-weight: 400;
}

.p-large.all-caps {
  text-transform: uppercase;
}

.p-regular {
  font-size: 1.4375em;
}

.p-regular.all-caps {
  text-transform: uppercase;
}

.p-small {
  font-size: 1em;
}

.button {
  border: 2px solid var(--sky-blue);
  border-radius: var(--border-radius-l);
  background-color: var(--white);
  color: var(--sky-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 3.5em .6em 1.5em;
  display: flex;
  position: relative;
}

.button.is--secondary {
  border: 1px solid var(--white);
  background-color: var(--sky-blue);
  color: var(--white);
  padding-left: 3.5em;
  padding-right: 1.5em;
}

.spacer-large {
  width: 100%;
  padding-top: 3em;
}

.icon-1x1-medium {
  flex: none;
  width: 2em;
  height: 2em;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header {
  z-index: 99;
  background-color: var(--sky-blue);
  color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.header._404 {
  background-color: var(--transparent);
}

.header__inner {
  z-index: 1;
  max-width: var(--size-container);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  display: flex;
}

.header-nav__list {
  grid-column-gap: var(--gap-r);
  grid-row-gap: var(--gap-r);
  align-items: center;
  padding-left: 0;
  display: flex;
}

.header-nav__item {
  justify-content: center;
  align-items: center;
  list-style: none;
  display: flex;
}

.header-nav__link {
  justify-content: center;
  align-items: center;
  padding: .375em .75em .5em;
  display: flex;
}

.link-txt {
  text-transform: uppercase;
  line-height: 1.2;
}

.header-logo {
  width: 11em;
}

.hero__w {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero__heading {
  font-size: 3.5em;
}

.hero-content__w {
  z-index: 3;
  grid-column-gap: var(--gap-r);
  grid-row-gap: var(--gap-r);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62em;
  display: flex;
  position: relative;
}

.button__icon {
  border-top: 2px solid var(--sky-blue);
  border-right: 2px solid var(--sky-blue);
  border-bottom: 2px solid var(--sky-blue);
  border-top-right-radius: var(--border-circle);
  border-bottom-right-radius: var(--border-circle);
  background-color: var(--sky-blue);
  pointer-events: none;
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 2.4em;
  height: 2.4em;
  padding: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.button__icon.is--secondary {
  border-left: 2px solid var(--white);
  border-top-color: var(--white);
  border-right-style: none;
  border-right-width: 0;
  border-bottom-color: var(--white);
  border-radius: var(--border-circle) 0px 0px var(--border-circle);
  background-color: var(--white);
  color: var(--sky-blue);
  left: 0%;
  right: auto;
}

.hero-img__w {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-img__overlay {
  background-color: var(--sky-blue);
  opacity: .6;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about__w {
  grid-column-gap: var(--gap-l);
  grid-row-gap: var(--gap-l);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40em;
  display: flex;
}

.about__img {
  max-width: 32em;
}

.about-main {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.stats-main__w {
  border: 1px solid var(--coral);
  border-radius: var(--border-circle);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  padding: 1%;
  display: flex;
  position: absolute;
}

.stats-main__w.is--1 {
  inset: 0% 0% auto auto;
}

.stats-main__w.is--2 {
  width: 15em;
  height: 15em;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.stats-main__w.is--3 {
  width: 12em;
  height: 12em;
  inset: auto 7em -2em auto;
}

.stats-dot__w {
  border-top-style: dashed;
  border-top-width: 1px;
  border-top-color: var(--coral);
  border-right-style: dashed;
  border-right-width: 1px;
  border-right-color: var(--coral);
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--coral);
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: var(--coral);
  border-top-left-radius: var(--border-circle);
  border-top-right-radius: var(--border-circle);
  border-bottom-left-radius: var(--border-circle);
  border-bottom-right-radius: var(--border-circle);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15%;
  animation: 4s ease-in-out infinite pulse;
  display: flex;
}

.stats-container {
  border-top-left-radius: var(--border-circle);
  border-top-right-radius: var(--border-circle);
  border-bottom-left-radius: var(--border-circle);
  border-bottom-right-radius: var(--border-circle);
  background-color: var(--coral);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  animation: 2.4s ease-out infinite halo;
  display: flex;
}

.stats__span {
  font-size: 2.375em;
}

.stats-main__container {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.plane-svg__w {
  color: var(--sky-blue);
  width: 10em;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -50%);
}

.services-section {
  border-radius: var(--border-radius-l);
  background-color: var(--light-blue);
  color: var(--white);
  margin-bottom: 7em;
}

.services__grid {
  grid-column-gap: var(--gap-l);
  grid-row-gap: var(--gap-l);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services__container {
  padding: var(--gap-l);
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  aspect-ratio: 1;
  border-radius: 2em;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-top__w {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services__label {
  font-size: 10.125em;
  line-height: 1;
}

.serives-img__overlay {
  background-color: var(--indigo);
  opacity: .59;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-bg__w {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-bottom__w {
  grid-column-gap: var(--gap-xxs);
  grid-row-gap: var(--gap-xxs);
  flex-flow: column;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.cta-section {
  background-color: var(--coral);
  color: var(--white);
}

.flex-v {
  grid-column-gap: var(--gap-l);
  grid-row-gap: var(--gap-l);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-v.gap-xxs {
  grid-column-gap: var(--gap-xxs);
  grid-row-gap: var(--gap-xxs);
}

.flex-h {
  grid-column-gap: var(--gap-l);
  grid-row-gap: var(--gap-l);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta__h {
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 400;
}

.cta-svg__w {
  width: 15em;
}

.cta__subh {
  text-transform: uppercase;
  font-size: 5.375em;
  font-weight: 400;
}

.cta-max__w {
  text-align: center;
  width: 100%;
  max-width: 46em;
  margin-left: auto;
  margin-right: auto;
}

.cascading-slider__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cascading-slider__collection {
  width: 100%;
}

.cascading-slider__item {
  color: #fff;
  cursor: pointer;
  will-change: transform, clip-path;
  clip-path: inset(0px calc(var(--clip) * 1px) round var(--radius));
  -webkit-user-select: none;
  user-select: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cascading-slider__item-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cascading-slider__list {
  width: 100%;
  height: 35em;
  position: relative;
  overflow: hidden;
}

.cascading-slider__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cascading-slider {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flag__w {
  width: 7.5em;
}

.flag-container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial__h {
  color: var(--sky-blue);
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 1;
}

.gsap-slider__controls {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gsap-slider__collection {
  width: 100%;
  max-width: 72em;
}

.gsap-slider__list {
  -webkit-user-select: none;
  user-select: none;
  will-change: transform;
  touch-action: pan-y;
  backface-visibility: hidden;
  display: flex;
}

.slider-card__svg {
  width: 2.5em;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}

.gsap-slider {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gsap-slider__control {
  border-radius: var(--border-circle);
  background-color: var(--coral);
  pointer-events: auto;
  color: #efeeec;
  width: 1.75em;
  height: 1.75em;
  padding: .5em;
  font-size: 1em;
}

.before__125 {
  padding-top: 150%;
}

.gsap-slider__item {
  width: calc(((100% - 1px)  - (var(--slider-spv)  - 1) * var(--slider-gap)) / var(--slider-spv));
  margin-right: var(--slider-gap);
  flex: none;
}

.slider-card {
  background-color: var(--coral);
  color: var(--white);
  border-radius: 1.25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-card__p {
  padding-top: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  font-style: italic;
}

.slider-cont {
  background-color: var(--coral);
  color: var(--white);
  border-radius: 1.25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.before__125-copy {
  padding-top: 45%;
}

.slider-cont__w {
  text-align: center;
  max-width: 95%;
}

.slider-cont__label {
  font-size: .9em;
  line-height: 1.2;
}

.footer__inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--sky-blue);
  color: var(--white);
  border-top-left-radius: 15em;
  border-top-right-radius: 15em;
  flex-flow: column;
  width: 100%;
  padding: 7.5em 5em 2em;
  display: flex;
  position: relative;
}

.footer-top {
  justify-content: space-between;
  display: flex;
}

.footer-bottom {
  grid-column-gap: var(--gap-xs);
  grid-row-gap: var(--gap-xs);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  border-radius: var(--border-circle);
  background-color: var(--white);
  color: var(--sky-blue);
  width: 2em;
  height: 2em;
  padding: .25em;
}

.footer-logo__w {
  border-radius: var(--border-circle);
  width: 10em;
  height: 10em;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -50%);
}

.modal__content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  padding: 2em 2em 21em;
  display: flex;
  position: relative;
}

.modal {
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal__card {
  background-color: var(--light-blue);
  pointer-events: auto;
  color: var(--coral);
  width: 100%;
  max-width: 58em;
  max-height: 100%;
  display: none;
  position: relative;
}

.modal__dark {
  opacity: .5;
  pointer-events: auto;
  cursor: pointer;
  background-color: #131313;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal__h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6875em;
  font-weight: 500;
  line-height: 1.2;
}

.modal__scroll {
  flex-flow: column;
  width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.modal__btn-close-bar {
  background-color: currentColor;
  width: .175em;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.modal__btn-close-bar.is--second {
  transform: rotate(-45deg);
}

.modal__btn-close {
  border-radius: var(--border-circle);
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  top: 1em;
  right: 1em;
}

.form-field {
  width: 100%;
  position: relative;
}

.form-submit {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.form-notification-p {
  color: inherit;
  font-size: 1.125em;
  font-weight: 500;
}

.form-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.form-input {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--coral);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--coral);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--coral);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--coral);
  background-color: var(--transparent);
  outline-offset: 0px;
  color: var(--coral);
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: .25em;
  outline: 0 #0000;
  height: auto;
  margin-bottom: 0;
  padding: .45em 1.75em .45em .5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
}

.form-input::placeholder {
  color: #1313134d;
}

.form-input.is--textarea {
  resize: vertical;
  min-height: 9em;
}

.form {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-label {
  text-transform: uppercase;
  min-width: 7em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.form-field-icon {
  opacity: 0;
  pointer-events: none;
  color: #cbc8c5;
  border-radius: .375em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  max-height: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.form-field-icon.is--error {
  color: var(--indigo);
}

.form-notification-bg {
  opacity: .1;
  pointer-events: none;
  color: inherit;
  background-color: currentColor;
  border-radius: calc(.375rem - 2px);
  display: flex;
  position: absolute;
  inset: 0;
}

.form-field-group {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.form-notifcation {
  outline-offset: 0px;
  color: #0ba954;
  text-align: left;
  border: 1px solid #0ba954;
  border-color: inherit;
  background-color: #efeeec;
  border-radius: .375rem;
  outline: 0 #0000;
  width: 100%;
  padding: 1.125em;
  font-size: 1em;
  position: relative;
}

.form-notifcation.is--error {
  color: #ff4c24;
  margin-top: 0;
  padding-right: 3.5em;
}

.form-notification-icon {
  pointer-events: none;
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.form-required {
  color: #ff4c24;
}

.form-submit-btn {
  border: 2px solid var(--sky-blue);
  border-radius: var(--border-radius-l);
  background-color: var(--white);
  outline-offset: 0px;
  color: var(--sky-blue);
  cursor: pointer;
  outline: 0 #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 3.5em .6em 1.5em;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 #0000;
}

.form-submit-btn:focus {
  outline-offset: 0px;
  border-width: 1px;
  border-color: #cbc8c5;
  outline-color: #131313;
}

.form-grid-group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.form-btn__w {
  justify-content: flex-end;
  display: flex;
}

.form-img__w {
  pointer-events: none;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-section {
  position: sticky;
  top: 0;
}

.hero-section__w {
  z-index: 1;
  margin-bottom: -100vh;
  position: relative;
}

.hero-section__spacer {
  height: 100vh;
}

.about-section {
  z-index: 2;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.menu-button {
  grid-column-gap: .1875em;
  grid-row-gap: .1875em;
  cursor: pointer;
  flex-flow: column;
  padding: 1em;
  font-size: 1em;
  display: none;
}

.menu-button-line {
  background-color: #e7dddb;
  width: 2em;
  height: .1875em;
}

._404-main__container {
  background-color: var(--coral);
  color: var(--white);
  width: 100%;
  height: 100vh;
}

._404__w {
  background-color: var(--sky-blue);
  border-top-right-radius: 15em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._404-content__w {
  width: 100%;
  padding-left: 5em;
  padding-right: 5em;
}

._404__h {
  color: var(--indigo);
  font-size: 18.1875em;
  line-height: 1;
}

._404__p {
  text-transform: uppercase;
  font-size: 4.375em;
}

._404__svg {
  width: 10em;
  position: absolute;
  inset: 5em 5em auto auto;
}

@media screen and (max-width: 991px) {
  .padding-global {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .header {
    font-size: .75em;
  }

  .about-main {
    flex-flow: column;
  }

  .stats-main__w {
    position: relative;
  }

  .stats-main__w.is--1 {
    top: auto;
    right: auto;
  }

  .stats-main__w.is--2 {
    top: auto;
    left: auto;
    transform: translate(0);
  }

  .stats-main__w.is--3 {
    width: 15em;
    height: 15em;
    bottom: auto;
    right: auto;
  }

  .stats-main__container {
    justify-content: space-around;
    margin-top: 3em;
    display: flex;
    position: relative;
  }

  .services-section {
    margin-bottom: 5.25em;
    font-size: .75em;
  }

  .services__grid {
    grid-column-gap: var(--gap-r);
    grid-row-gap: var(--gap-r);
  }

  .services__container {
    padding: var(--gap-s);
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .services__label {
    font-size: 7.59375em;
  }

  .cta-section, .cascading-slider, .flag-container, .gsap-slider, .footer, .modal, .hero-section__w, .about-section {
    font-size: .75em;
  }

  ._404-main__container {
    height: 100svh;
    font-size: .75em;
  }

  ._404-content__w {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  ._404__h {
    font-size: 17.5em;
  }

  ._404__p {
    font-size: 3.5em;
  }

  ._404__svg {
    width: 8em;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-wrapper {
    font-size: .5625em;
  }

  .header {
    font-size: 1em;
  }

  .header__inner {
    padding: .5em 1em;
  }

  .header-nav {
    z-index: 0;
    background-color: var(--sky-blue);
    width: 100%;
    max-height: 100dvh;
    padding: 3.5em 1em 1em;
    position: fixed;
    inset: 0% 0% auto;
    transform: translate(0, -101%);
  }

  .header-nav__list {
    grid-column-gap: var(--gap-xxs);
    grid-row-gap: var(--gap-xxs);
    flex-flow: column;
  }

  .header-nav__link {
    padding: .28125em .5625em;
  }

  .header-logo {
    z-index: 1;
    width: 6.1875em;
    position: relative;
  }

  .hero-content__w {
    max-width: none;
    padding-left: 1em;
    padding-right: 1em;
  }

  .services-section {
    margin-bottom: 3.9375em;
    font-size: 1em;
  }

  .cta-section, .cascading-slider, .flag-container {
    font-size: 1em;
  }

  .gsap-slider {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
  }

  .footer {
    font-size: .5625em;
  }

  .form-group {
    width: 100%;
  }

  .hero-section__w, .about-section {
    font-size: 1em;
  }

  .menu-button {
    font-size: .75em;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .padding-global.padding-section {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .p-medium {
    font-size: 1em;
  }

  .heading-h3 {
    font-size: 1.4em;
  }

  .p-large {
    font-size: 1.5em;
  }

  .p-regular {
    font-size: 1em;
  }

  .p-small {
    font-size: .85em;
  }

  .button {
    font-size: .75em;
  }

  .icon-1x1-medium {
    width: 1.35em;
    height: 1.35em;
  }

  .main-wrapper {
    font-size: 1em;
  }

  .header__inner {
    padding: 1em;
  }

  .header-logo {
    width: 8em;
  }

  .hero__heading {
    font-size: 2.25em;
  }

  .about__w {
    grid-column-gap: var(--gap-r);
    grid-row-gap: var(--gap-r);
  }

  .about__img {
    max-width: 18em;
  }

  .stats-main__w {
    padding: 5%;
  }

  .stats__span {
    font-size: 2em;
  }

  .stats-main__container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    align-items: center;
  }

  .services-section {
    border-radius: var(--gap-l);
    margin-bottom: 2.95313em;
  }

  .services__grid {
    grid-template-columns: 1fr;
  }

  .services__label {
    font-size: 5em;
  }

  .flex-v.gap-xxs {
    grid-column-gap: var(--gap-xs);
    grid-row-gap: var(--gap-xs);
  }

  .flex-h {
    grid-column-gap: var(--gap-s);
    grid-row-gap: var(--gap-s);
  }

  .cta__h {
    font-size: 1.5em;
  }

  .cta-svg__w {
    width: 7em;
  }

  .cta__subh {
    font-size: 3em;
  }

  .cta-max__w {
    max-width: none;
  }

  .cascading-slider, .flag-container {
    font-size: .5625em;
  }

  .testimonial__h {
    font-size: 3.75em;
  }

  .footer__inner {
    border-top-left-radius: 7.5em;
    border-top-right-radius: 7.5em;
    padding-top: 5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer {
    font-size: 1em;
  }

  .footer-top {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    align-items: center;
  }

  .footer-logo__w {
    width: 6em;
    height: 6em;
  }

  .modal__content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-bottom: 11em;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .menu-button {
    font-size: 1em;
  }

  ._404__w {
    border-top-right-radius: 10em;
  }

  ._404-content__w {
    padding-left: 1em;
    padding-right: 1em;
  }

  ._404__h {
    font-size: 13em;
  }

  ._404__p {
    font-size: 3em;
  }

  ._404__svg {
    width: 6em;
    top: 4em;
    right: 4em;
  }
}


