h1 {
  font-size: clamp(3.4rem, 4vw + 1rem, 6.4rem);
}

h2 {
  font-size: clamp(3.4rem, 3vw + 0.75rem, 4.8rem);
}

p {
  font-size: clamp(1.5rem, 0.8vw + 0.5rem, 1.6rem);
}

small {
  font-size: 1.4rem;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
  scroll-behavior: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.8) #505050;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0.3rem;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #505050;
  border-radius: 10rem;
}

body {
  font-family: "Figtree", sans-serif;
  font-size: clamp(1.5rem, 0.8vw + 0.3rem, 1.6rem);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  cursor: url("../../assets/cursors/cursor-default.svg") 0 0, auto;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 2rem;
}

#trip-support,
#experiences {
  scroll-margin-top: 12rem;
}

img,
video {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a,
button,
[role=button],
input[type=submit],
input[type=button],
input[type=reset] {
  pointer-events: auto;
  cursor: url("../../assets/cursors/cursor-pointer.svg") 0 0, pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select {
  font: inherit;
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

button {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

.secondary-btn, .secondary-btn--header, .primary-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 5.4rem;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  z-index: 20;
  isolation: isolate;
}
.secondary-btn::before, .secondary-btn--header::before, .primary-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18rem;
  height: 5.4rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  z-index: -1;
  transition: width 380ms cubic-bezier(0.34, 1.45, 0.64, 1), height 380ms cubic-bezier(0.34, 1.45, 0.64, 1), background-color 0.3s ease;
  will-change: width, height;
}
.secondary-btn span, .secondary-btn--header span, .primary-btn span {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .secondary-btn:hover::before, .secondary-btn--header:hover::before, .primary-btn:hover::before {
    width: 18rem;
    height: 18rem;
  }
}
@media (hover: none), (pointer: coarse) {
  .secondary-btn:hover::before, .secondary-btn--header:hover::before, .primary-btn:hover::before {
    width: 18rem;
    height: 5.4rem;
    background-color: #004c7f;
  }
}

.primary-btn::before {
  background-color: #00365b;
}

.secondary-btn--header {
  width: auto;
  height: auto;
  padding: 2rem 4rem;
}
.secondary-btn--header::before {
  background-color: #006cb6;
  width: 18rem;
  height: 6.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .secondary-btn--header:hover::before {
    width: 18rem;
    height: 18rem;
  }
}
@media (hover: none), (pointer: coarse) {
  .secondary-btn--header:hover::before {
    width: 18rem;
    height: 6.4rem;
    background-color: #004c7f;
  }
}

.secondary-btn::before {
  background-color: #006cb6;
}

.tertiary-btn {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.tertiary-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}
.tertiary-btn:hover {
  color: #ffffff;
}
.tertiary-btn:hover::after {
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 2rem 0;
}
.site-header .container {
  position: relative;
}
.site-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  min-height: 7rem;
  border-radius: 999px;
  border: 0.1rem solid transparent;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 rgba(255, 255, 255, 0);
  transition: background-color 0.45s ease, backdrop-filter 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease, padding 0.45s ease;
}
.site-header.is-scrolled .header-content {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(1.8rem);
  -webkit-backdrop-filter: blur(1.8rem);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.04), 0 0 0 0.1rem rgba(18, 38, 63, 0.04), inset 0 0.1rem 0 rgba(255, 255, 255, 0.14);
  padding: 1rem 1rem 1rem 1.4rem;
}
.site-header.site-header--dark-button .secondary-btn--header::before {
  background-color: #00365b;
}
.site-header.site-header--dark-button.is-scrolled .secondary-btn--header::before {
  background-color: #006cb6;
}
.site-header .logo {
  flex-shrink: 0;
}
.site-header .logo img {
  width: 22rem;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .site-header .logo img {
    width: 18rem;
  }
}
.site-header .header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.site-header .header-pill {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 999px;
  padding: 2rem;
  box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.08);
  flex-shrink: 1;
}
.site-header .nav-desktop ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header .nav-link {
  color: #00365b;
  font-weight: 500;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  transition: 0.25s;
}
.site-header .nav-link:hover {
  opacity: 0.6;
}
.site-header .primary-btn--header {
  flex-shrink: 0;
}
.site-header .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 999px;
  background-color: #ffffff;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.site-header .menu-toggle span {
  display: block;
  width: 2.8rem;
  height: 0.3rem;
  background-color: #006cb6;
  border-radius: 999px;
}
.site-header .menu-toggle:hover {
  transform: scale(1.12);
}
@media (max-width: 1024px) {
  .site-header .header-content {
    gap: 2rem;
  }
  .site-header .header-pill {
    padding: 1.6rem;
  }
  .site-header .nav-desktop ul {
    gap: 0.4rem;
  }
  .site-header .nav-link {
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 920px) {
  .site-header .header-right {
    display: none;
  }
  .site-header .menu-toggle {
    display: flex;
    box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.1);
  }
  .site-header .header-content {
    min-height: auto;
  }
}

.mobile-menu {
  position: fixed;
  inset: 0;
  width: 100%;
  min-height: 100dvh;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  transform-origin: top right;
  transform: rotate(22deg) translate(60%, -100%);
  transition: transform 0.55s cubic-bezier(0.55, 0, 1, 0.45), visibility 0s linear 0.55s;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.mobile-menu.is-open {
  transform: rotate(-4deg);
  pointer-events: all;
  visibility: visible;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0s linear 0s;
}
.mobile-menu__inner {
  background-color: #ffffff;
  margin: 1.2rem;
  border-radius: 2.4rem;
  padding: 2rem 2.4rem 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.mobile-menu__top {
  display: flex;
  align-items: center;
}
.mobile-menu__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.mobile-menu__link {
  font-size: 3.2rem;
  font-weight: 800;
  color: #00365b;
  line-height: 1.1;
  padding: 0.8rem 0;
  transition: 0.25s ease;
}
.mobile-menu__link:hover {
  opacity: 0.6;
}

.menu-close {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 999px;
  background-color: #ffffff;
  border: 0.2rem solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #006cb6;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.menu-close:hover {
  transform: scale(1.12);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  min-height: 100dvh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.menu-backdrop.is-open {
  opacity: 1;
  pointer-events: all;
}

@keyframes rotateEarth {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes astronautFloat {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -1.6rem);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes meteorLeft {
  from {
    transform: translate3d(-160vw, 0, 0) rotate(-18deg);
  }
  to {
    transform: translate3d(160vw, 0, 0) rotate(-18deg);
  }
}
@keyframes meteorRight {
  from {
    transform: translate3d(160vw, 0, 0) rotate(18deg);
  }
  to {
    transform: translate3d(-160vw, 0, 0) rotate(18deg);
  }
}
@keyframes starTwinkle {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  25% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.35;
    transform: scale(1.2);
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.2;
    transform: scale(1);
  }
}
.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: #00365b;
}
.hero .hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.05), transparent 50%), radial-gradient(circle at center, rgba(56, 159, 255, 0.04), transparent 40%);
}
.hero .hero-stars {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero .hero-stars .star {
  position: absolute;
  border-radius: 999px;
  background: white;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6), 0 0 18px rgba(255, 255, 255, 0.12);
  animation: starTwinkle ease-in-out infinite;
}
.hero .hero-stars .star--1 {
  width: 0.2rem;
  height: 0.1rem;
  top: 11%;
  left: 4%;
  opacity: 0.8;
  animation-duration: 15s;
}
.hero .hero-stars .star--2 {
  width: 0.5rem;
  height: 0.1rem;
  top: 46%;
  left: 59%;
  opacity: 0.2;
  animation-duration: 11s;
}
.hero .hero-stars .star--3 {
  width: 0.1rem;
  height: 0.4rem;
  top: 49%;
  left: 7%;
  opacity: 0.4;
  animation-duration: 9s;
}
.hero .hero-stars .star--4 {
  width: 0.5rem;
  height: 0.5rem;
  top: 10%;
  left: 16%;
  opacity: 0.4;
  animation-duration: 16s;
}
.hero .hero-stars .star--5 {
  width: 0.1rem;
  height: 0.2rem;
  top: 45%;
  left: 77%;
  opacity: 0.9;
  animation-duration: 11s;
}
.hero .hero-stars .star--6 {
  width: 0.4rem;
  height: 0.2rem;
  top: 83%;
  left: 50%;
  opacity: 0.4;
  animation-duration: 14s;
}
.hero .hero-stars .star--7 {
  width: 0.1rem;
  height: 0.5rem;
  top: 40%;
  left: 4%;
  opacity: 0.8;
  animation-duration: 10s;
}
.hero .hero-stars .star--8 {
  width: 0.4rem;
  height: 0.2rem;
  top: 28%;
  left: 58%;
  opacity: 0.9;
  animation-duration: 8s;
}
.hero .hero-stars .star--9 {
  width: 0.3rem;
  height: 0.3rem;
  top: 16%;
  left: 52%;
  opacity: 0.7;
  animation-duration: 7s;
}
.hero .hero-stars .star--10 {
  width: 0.3rem;
  height: 0.1rem;
  top: 20%;
  left: 36%;
  opacity: 0.7;
  animation-duration: 16s;
}
.hero .hero-stars .star--11 {
  width: 0.2rem;
  height: 0.3rem;
  top: 24%;
  left: 92%;
  opacity: 0.8;
  animation-duration: 6s;
}
.hero .hero-stars .star--12 {
  width: 0.4rem;
  height: 0.5rem;
  top: 29%;
  left: 40%;
  opacity: 0.3;
  animation-duration: 13s;
}
.hero .hero-stars .star--13 {
  width: 0.5rem;
  height: 0.5rem;
  top: 67%;
  left: 65%;
  opacity: 1;
  animation-duration: 6s;
}
.hero .hero-stars .star--14 {
  width: 0.5rem;
  height: 0.1rem;
  top: 84%;
  left: 34%;
  opacity: 0.9;
  animation-duration: 10s;
}
.hero .hero-stars .star--15 {
  width: 0.2rem;
  height: 0.1rem;
  top: 17%;
  left: 88%;
  opacity: 0.6;
  animation-duration: 14s;
}
.hero .hero-stars .star--16 {
  width: 0.1rem;
  height: 0.2rem;
  top: 6%;
  left: 66%;
  opacity: 0.5;
  animation-duration: 11s;
}
.hero .hero-stars .star--17 {
  width: 0.2rem;
  height: 0.4rem;
  top: 78%;
  left: 66%;
  opacity: 0.3;
  animation-duration: 14s;
}
.hero .hero-stars .star--18 {
  width: 0.5rem;
  height: 0.2rem;
  top: 38%;
  left: 18%;
  opacity: 1;
  animation-duration: 9s;
}
.hero .hero-stars .star--19 {
  width: 0.2rem;
  height: 0.4rem;
  top: 88%;
  left: 89%;
  opacity: 1;
  animation-duration: 16s;
}
.hero .hero-stars .star--20 {
  width: 0.4rem;
  height: 0.4rem;
  top: 43%;
  left: 52%;
  opacity: 0.5;
  animation-duration: 8s;
}
.hero .hero-stars .star--21,
.hero .hero-stars .star--22,
.hero .hero-stars .star--23,
.hero .hero-stars .star--24,
.hero .hero-stars .star--25 {
  filter: blur(1px);
  opacity: 0.12;
}
.hero .hero-stars .star--21 {
  width: 0.8rem;
  height: 0.8rem;
  top: 18%;
  left: 32%;
}
.hero .hero-stars .star--22 {
  width: 0.7rem;
  height: 0.7rem;
  top: 68%;
  left: 66%;
}
.hero .hero-stars .star--23 {
  width: 0.9rem;
  height: 0.9rem;
  top: 32%;
  left: 82%;
}
.hero .hero-stars .star--24 {
  width: 0.6rem;
  height: 0.6rem;
  top: 78%;
  left: 18%;
}
.hero .hero-stars .star--25 {
  width: 1rem;
  height: 1rem;
  top: 12%;
  left: 58%;
}
.hero .hero-content {
  position: relative;
  z-index: 10;
}
.hero .hero-inner {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 18rem;
}
.hero .hero-text {
  position: relative;
  z-index: 80;
  max-width: 90rem;
  margin: 0 auto;
  text-align: center;
}
.hero .hero-text h1 {
  color: #ffffff;
  font-weight: 800;
  line-height: 0.92;
  text-wrap: balance;
}
.hero .hero-space {
  position: relative;
  flex: 1;
  min-height: 58rem;
}
.hero .hero-earth {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(94vw, 88rem);
  transform: translateX(-50%);
  filter: blur(1rem);
  z-index: 8;
  animation: rotateEarth 380s linear infinite;
}
.hero .hero-astronaut {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  width: min(46vw, 46rem);
  transform: translateX(-50%);
  z-index: 20;
  animation: astronautFloat 5s ease-in-out infinite;
}
.hero .hero-meteor {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: blur(0.12rem) drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}
.hero .hero-meteor--1 {
  width: 9rem;
  top: 18%;
  z-index: 12;
  animation: meteorLeft 18s linear infinite;
}
.hero .hero-meteor--2 {
  width: 7rem;
  top: 42%;
  z-index: 12;
  animation: meteorRight 22s linear infinite;
}
.hero .hero-meteor--3 {
  width: 8rem;
  top: 66%;
  z-index: 12;
  animation: meteorLeft 26s linear infinite;
}
.hero .hero-meteor--4 {
  width: 6rem;
  top: 30%;
  z-index: 12;
  animation: meteorRight 20s linear infinite;
}
.hero .hero-meteor--5 {
  width: 28rem;
  top: 8%;
  z-index: 100;
  filter: blur(0.45rem);
  animation: meteorLeft 12s linear infinite;
}
.hero .hero-meteor--6 {
  width: 18rem;
  top: 72%;
  z-index: 100;
  filter: blur(0.35rem);
  animation: meteorRight 15s linear infinite;
}
@media (max-width: 991px) {
  .hero .hero-inner {
    padding-top: 14rem;
  }
  .hero .hero-text {
    margin-top: 4rem;
  }
  .hero .hero-earth {
    width: 86vw;
  }
  .hero .hero-astronaut {
    width: 40rem;
  }
}
@media (max-width: 768px) {
  .hero .hero-inner {
    padding-top: 11rem;
  }
  .hero .hero-space {
    min-height: 42rem;
  }
  .hero .hero-earth {
    width: 105vw;
  }
  .hero .hero-astronaut {
    width: 44rem;
    bottom: 2rem;
  }
  .hero .hero-meteor--1, .hero .hero-meteor--2, .hero .hero-meteor--3, .hero .hero-meteor--4 {
    width: 5rem;
  }
  .hero .hero-meteor--5 {
    width: 12rem;
  }
  .hero .hero-meteor--6 {
    width: 10rem;
  }
}

.differences {
  position: relative;
  z-index: 8;
  padding: 8rem 0 8rem;
  overflow: hidden;
  background: linear-gradient(to bottom, #00365b 0%, #08365f 18%, #09518d 38%, #0d6cb8 58%, #006cb6 78%, #006cb6 100%);
}
.differences::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.9) 1px, transparent 2px), radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.35) 2px, transparent 3px), radial-gradient(circle at 38% 42%, rgba(255, 255, 255, 0.6) 1px, transparent 2px), radial-gradient(circle at 73% 29%, rgba(255, 255, 255, 0.22) 2px, transparent 3px), radial-gradient(circle at 18% 74%, rgba(255, 255, 255, 0.45) 1px, transparent 2px), radial-gradient(circle at 57% 81%, rgba(255, 255, 255, 0.18) 2px, transparent 3px), radial-gradient(circle at 91% 65%, rgba(255, 255, 255, 0.55) 1px, transparent 2px), radial-gradient(circle at 44% 11%, rgba(255, 255, 255, 0.12) 2px, transparent 3px), radial-gradient(circle at 66% 53%, rgba(255, 255, 255, 0.42) 1px, transparent 2px), radial-gradient(circle at 8% 56%, rgba(255, 255, 255, 0.2) 2px, transparent 3px);
}
.differences .container {
  position: relative;
  z-index: 2;
}
.differences .differences-content {
  position: relative;
  z-index: 20;
  padding: 6rem;
  border-radius: 3.2rem;
  background-color: #ffffff;
  overflow: visible;
}
.differences .pin {
  position: absolute;
  width: 7rem;
  height: auto;
  z-index: 30;
  pointer-events: none;
}
.differences .pin--top-left {
  top: -3rem;
  left: -1rem;
  transform: rotate(300deg);
}
.differences .pin--bottom-right {
  right: 3rem;
  bottom: 3.5rem;
  transform: rotate(300deg);
}
.differences .differential {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
.differences .differential--reverse {
  flex-direction: row-reverse;
  margin: 8rem 0;
}
.differences .differential__text {
  width: 100%;
  max-width: 50rem;
}
.differences .differential__text h2 {
  font-weight: 800;
  line-height: 1.1;
  color: #00365b;
  margin-bottom: 1rem;
}
.differences .differential__text p {
  font-weight: 500;
  line-height: 1.6;
  color: #505050;
  margin-bottom: 3rem;
}
.differences .differential__image {
  width: 100%;
  max-width: 52rem;
  height: 32rem;
  border-radius: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.differences .differential__image--1 {
  background-image: url("../../assets/images/photos/differential-1.avif");
}
.differences .differential__image--2 {
  background-image: url("../../assets/images/photos/differential-2.avif");
}
.differences .differential__image--3 {
  background-image: url("../../assets/images/photos/differential-3.avif");
}
@media (max-width: 975px) {
  .differences {
    padding: 6rem 0;
  }
  .differences .differences-content {
    padding: 4rem 2.4rem;
  }
  .differences .differential {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
  .differences .differential--reverse {
    flex-direction: column;
    margin: 6rem 0;
  }
  .differences .differential__text {
    max-width: 100%;
    text-align: left;
    order: 2;
  }
  .differences .differential__image {
    max-width: 100%;
    height: 56rem;
    order: 1;
  }
  .differences .pin {
    width: 5rem;
  }
  .differences .pin--top-left {
    top: -4rem;
    left: 1rem;
  }
  .differences .pin--bottom-right {
    display: none;
  }
}
@media (max-width: 620px) {
  .differences {
    padding: 4rem 0 6rem;
  }
  .differences .differences-content {
    border-radius: 2.4rem;
  }
  .differences .differential__image {
    height: 25rem;
  }
}

@keyframes cloudMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100vw + 120rem));
  }
}
.intersection {
  position: relative;
  padding: 22rem 0;
  overflow: hidden;
  background-color: #006cb6;
}
.intersection .container {
  position: relative;
  z-index: 5;
}
.intersection__wind {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.4;
}
.intersection__wind--desktop {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 815px) {
  .intersection__wind--desktop {
    display: none;
  }
}
.intersection__wind--mobile {
  display: none;
  opacity: 0.6;
}
@media (max-width: 815px) {
  .intersection__wind--mobile {
    display: block;
  }
}
.intersection__cloud {
  position: absolute;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  animation: cloudMove linear infinite;
}
.intersection__cloud--1 {
  width: 22rem;
  top: 6rem;
  left: -30rem;
  opacity: 0.15;
  animation-duration: 32s;
  animation-delay: 0s;
}
.intersection__cloud--2 {
  width: 36rem;
  top: 14rem;
  left: -45rem;
  opacity: 0.2;
  animation-duration: 24s;
  animation-delay: 6s;
}
.intersection__cloud--3 {
  width: 50rem;
  top: 28rem;
  left: -60rem;
  opacity: 0.18;
  animation-duration: 20s;
  animation-delay: 12s;
}
.intersection__cloud--4 {
  width: 28rem;
  top: 20rem;
  left: -35rem;
  opacity: 0.12;
  animation-duration: 38s;
  animation-delay: 18s;
}
.intersection__cloud--5 {
  width: 40rem;
  top: 36rem;
  left: -50rem;
  opacity: 0.2;
  animation-duration: 28s;
  animation-delay: 3s;
}
@media (max-width: 815px) {
  .intersection__cloud--1 {
    width: 16rem;
    top: 4rem;
  }
  .intersection__cloud--2 {
    width: 24rem;
    top: 10rem;
  }
  .intersection__cloud--3 {
    width: 32rem;
    top: 18rem;
  }
  .intersection__cloud--4 {
    width: 18rem;
    top: 14rem;
  }
  .intersection__cloud--5 {
    width: 26rem;
    top: 24rem;
  }
}
.intersection__mountains {
  position: absolute;
  bottom: -8rem;
  left: auto;
  transform: none;
  width: 150rem;
  height: auto;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.intersection__mountains--right {
  right: -54rem;
}
.intersection__mountains--left {
  left: -54rem;
  transform: scaleX(-1);
}
@media (max-width: 815px) {
  .intersection__mountains--left {
    display: none;
  }
  .intersection__mountains--right {
    bottom: -18px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    width: 80rem;
  }
}
.intersection__content {
  display: flex;
  justify-content: center;
  text-align: center;
}
.intersection__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intersection__text h2 {
  width: 100%;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .intersection__text h2 br {
    display: none;
  }
}
.intersection__text p {
  width: 100%;
  max-width: 70rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 4rem;
}
.intersection__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.intersection__mascot {
  position: relative;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}
.intersection__mascot img {
  position: absolute;
  left: 6rem;
  top: -30.6rem;
  width: 26rem;
  height: auto;
  display: block;
}
@media (max-width: 815px) {
  .intersection {
    padding: 6rem 0 32rem 0;
  }
  .intersection__buttons {
    flex-direction: column;
    gap: 2rem;
  }
  .intersection__mascot img {
    left: 50%;
    top: -26rem;
    transform: translateX(-50%);
    width: 22rem;
  }
}

.experiences {
  position: relative;
  z-index: 1;
  padding: 12rem 0 20rem;
  background-color: #ffffff;
}
.experiences__content {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.experiences__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.experiences__text h2 {
  font-weight: 800;
  line-height: 1;
  color: #00365b;
  max-width: 70rem;
}
.experiences__text p {
  font-weight: 500;
  line-height: 1.4;
  color: #505050;
  max-width: 33rem;
}
.experiences__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.experiences__card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.experiences__image {
  width: 100%;
  height: 34rem;
  border-radius: 3rem;
  margin-bottom: 2.4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.experiences__image--infantil {
  background-image: url("../../assets/images/photos/childhood-education.avif");
}
.experiences__image--fundamental {
  background-image: url("../../assets/images/photos/elementary-education.avif");
}
.experiences__image--medio {
  background-image: url("../../assets/images/photos/high-school.avif");
}
.experiences__info {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.experiences__info h3 {
  font-weight: 800;
  line-height: 1.05;
  color: #00365b;
}
.experiences__info p {
  font-weight: 500;
  line-height: 1.5;
  color: #505050;
}
@media (max-width: 900px) {
  .experiences__text h2 {
    max-width: 100%;
  }
  .experiences__text p {
    max-width: 100%;
  }
  .experiences__cards {
    grid-template-columns: 1fr;
  }
  .experiences__image {
    height: 60rem;
  }
}
@media (max-width: 690px) {
  .experiences__text {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .experiences {
    padding: 6rem 0;
  }
  .experiences__content {
    gap: 4rem;
  }
  .experiences__cards {
    gap: 4rem;
  }
}
@media (max-width: 540px) {
  .experiences__image {
    height: 34rem;
    border-radius: 2.5rem;
  }
  .experiences__info {
    gap: 1.2rem;
  }
}

.memories {
  position: relative;
  background-color: #006cb6;
  overflow: visible;
  z-index: 3;
}
.memories__video {
  position: relative;
  padding-bottom: 4rem;
  top: -2rem;
  display: block;
  width: 100%;
  height: auto;
  max-height: 62rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #006cb6;
}
.memories__divider {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  pointer-events: none;
}
.memories__divider--bottom {
  bottom: 5px;
  transform: translateY(100%);
}
@media (max-width: 1280px) {
  .memories {
    padding-top: 5rem;
  }
  .memories__video {
    top: -7rem;
    max-height: 54rem;
  }
}
@media (max-width: 1024px) {
  .memories {
    padding-top: 4rem;
  }
  .memories__video {
    top: -6rem;
    max-height: 46rem;
  }
}
@media (max-width: 900px) {
  .memories {
    padding-top: 4rem;
  }
  .memories__video {
    top: -6rem;
    max-height: 44rem;
  }
}
@media (max-width: 680px) {
  .memories {
    padding-top: 4rem;
  }
  .memories__video {
    top: -4rem;
  }
}
@media (max-width: 540px) {
  .memories {
    padding-top: 3rem;
  }
  .memories__video {
    top: -3rem;
    max-height: 100%;
  }
}
@media (max-width: 425px) {
  .memories {
    padding-top: 2rem;
  }
  .memories__video {
    top: -2rem;
    max-height: 100%;
  }
}

@keyframes testimonialScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-630rem, 0, 0);
  }
}
.testimonials {
  padding: 20rem 0 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.testimonials__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 6rem;
}
.testimonials__head img {
  width: 22rem;
  height: auto;
  transform: rotate(10deg);
  flex-shrink: 0;
}
.testimonials__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 58rem;
}
.testimonials__text h2 {
  font-weight: 800;
  line-height: 1;
  color: #00365b;
}
.testimonials__marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.testimonials__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: testimonialScroll 130s linear infinite;
  will-change: transform;
}
.testimonials__row {
  display: flex;
  gap: 3rem;
  padding-right: 3rem;
}
@media (max-width: 680px) {
  .testimonials__head {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2rem;
  }
  .testimonials__head img {
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .testimonials {
    padding: 10rem 0 0;
  }
  .testimonials__head {
    margin-bottom: 4rem;
  }
  .testimonials__text {
    gap: 1.6rem;
  }
}

.testimonial-card {
  width: 42rem;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 3rem;
  background-color: #f2f2f2;
  flex-shrink: 0;
}
.testimonial-card p {
  font-weight: 500;
  line-height: 1.5;
  color: #00365b;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-card__user {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.testimonial-card__user h3 {
  font-weight: 800;
  color: #00365b;
}
.testimonial-card__user small {
  font-weight: 500;
  color: #505050;
}
.testimonial-card__name {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media (max-width: 768px) {
  .testimonial-card {
    width: 32rem;
    min-height: 24rem;
    padding: 2.5rem;
  }
}

.trip-support {
  position: relative;
  z-index: 2;
  margin: 10rem 0 0;
  padding: 2rem 0;
  background-color: #006cb6;
}
.trip-support__divider {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.trip-support__divider--top {
  top: 5px;
  transform: translateY(-100%);
}
.trip-support__wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: self-start;
  gap: 8rem;
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 9rem 7rem;
}
.trip-support__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.trip-support__left h2 {
  max-width: 50rem;
  margin-bottom: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: #00365b;
}
.trip-support__right {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
.trip-support__info {
  max-width: 62rem;
}
.trip-support__info h3 {
  font-size: clamp(2.4rem, 2vw + 0.5rem, 3.4rem);
  font-weight: 700;
  line-height: 1;
  color: #00365b;
  margin-bottom: 1.4rem;
}
.trip-support__info p {
  font-weight: 500;
  line-height: 1.45;
  color: #505050;
}
@media (max-width: 992px) {
  .trip-support__wrapper {
    grid-template-columns: 1fr;
    gap: 6rem;
    padding: 6rem 4rem;
  }
  .trip-support__left h2 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .trip-support {
    padding: 6rem 0 0;
  }
  .trip-support__wrapper {
    border-radius: 2.5rem;
    padding: 2rem 2rem 3rem;
    gap: 8rem;
  }
  .trip-support__left h2 {
    margin-bottom: 3.5rem;
  }
  .trip-support__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .trip-support__icon img {
    width: 12rem;
    height: auto;
  }
  .trip-support__info {
    max-width: 90%;
  }
  .trip-support__info h3 {
    margin-bottom: 1rem;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-1.6rem);
  }
}
@keyframes floatReverse {
  0%, 100% {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(1.4rem) rotate(-8deg);
  }
}
@keyframes floatBook {
  0%, 100% {
    transform: translateY(0) rotate(12deg);
  }
  50% {
    transform: translateY(-1.2rem) rotate(12deg);
  }
}
.animated-cta {
  position: relative;
  padding: 16rem 0 0;
  overflow: hidden;
}
.animated-cta__shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 130%;
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  display: block;
  pointer-events: none;
  z-index: 1;
}
.animated-cta__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4rem;
  padding-bottom: 52rem;
}
.animated-cta__content h2 {
  position: relative;
  z-index: 10;
  font-weight: 800;
  line-height: 1;
  color: #006cb6;
  max-width: 60rem;
}
.animated-cta__content .primary-btn {
  position: relative;
  z-index: 10;
}
.animated-cta__elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}
.animated-cta__mascot {
  position: absolute;
  left: 50%;
  bottom: 8rem;
  width: 26rem;
  height: auto;
  transform: translateX(-50%);
  animation: float 4s ease-in-out infinite;
}
.animated-cta__pencil {
  position: absolute;
  bottom: 32rem;
  left: calc(50% - 24rem);
  width: 7rem;
  height: auto;
  animation: floatReverse 3.5s ease-in-out infinite;
  animation-delay: 0.5s;
}
.animated-cta__book {
  position: absolute;
  bottom: 5rem;
  left: calc(50% + 12rem);
  width: 10rem;
  height: auto;
  animation: floatBook 4.5s ease-in-out infinite;
  animation-delay: 1s;
}
@media (max-width: 768px) {
  .animated-cta {
    padding: 10rem 0 0;
  }
  .animated-cta__shape {
    width: 180%;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .animated-cta__content {
    gap: 3rem;
    padding-bottom: 36rem;
  }
  .animated-cta__mascot {
    width: 20rem;
    bottom: 1rem;
  }
  .animated-cta__pencil {
    width: 6rem;
    left: calc(50% - 18rem);
    bottom: 22rem;
  }
  .animated-cta__book {
    width: 7rem;
    left: calc(50% + 12rem);
    bottom: 4rem;
  }
}
@media (max-width: 480px) {
  .animated-cta__content {
    padding-bottom: 36rem;
  }
  .animated-cta__mascot {
    width: 20rem;
  }
  .animated-cta__pencil {
    width: 5rem;
    left: calc(50% - 14rem);
    bottom: 22rem;
  }
  .animated-cta__book {
    width: 6rem;
    left: calc(50% + 9rem);
    bottom: 4rem;
  }
}

.footer {
  padding: 4rem 0;
  background-color: #006cb6;
}
.footer__wrapper {
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 5rem 6rem 4rem;
  position: relative;
  overflow: hidden;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6rem;
  margin-bottom: 8rem;
}
.footer__nav {
  display: flex;
  gap: 10rem;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.footer__col a {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  color: #00365b;
  transition: 0.25s ease;
}
.footer__col a:hover {
  opacity: 0.6;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}
.footer__brand picture {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer__brand img {
  width: 100%;
  max-width: 90rem;
  display: block;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.footer__legal {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-shrink: 0;
}
.footer__legal a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #00365b;
  transition: 0.25s ease;
}
.footer__legal a:hover {
  opacity: 0.6;
}
.footer__copy p {
  font-weight: 500;
  color: #505050;
  text-align: right;
  flex-shrink: 0;
}
.footer__credit {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(80, 80, 80, 0.15);
  text-align: center;
}
.footer__credit p {
  font-size: 1.6rem;
  color: #505050;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .footer__credit p {
    font-size: 1.4rem;
  }
}
.footer__credit a {
  color: #505050;
  font-weight: 700;
  opacity: 1;
  transition: 0.25s ease;
}
.footer__credit a:hover {
  opacity: 0.6;
}
@media (max-width: 830px) {
  .footer__wrapper {
    padding: 4rem 3rem;
  }
  .footer__top {
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .footer__nav {
    gap: 5rem;
  }
  .footer__brand img {
    max-width: 60rem;
  }
  .footer__social {
    width: 100%;
    justify-content: center;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .footer__copy p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 1.5rem;
  }
  .footer__wrapper {
    border-radius: 2.5rem;
    padding: 3rem 2rem;
  }
  .footer__top {
    gap: 4rem;
    margin-bottom: 4rem;
  }
  .footer__nav {
    width: 100%;
    flex-direction: column;
    gap: 3rem;
  }
  .footer__col {
    align-items: flex-start;
  }
  .footer__col a {
    font-size: 1.8rem;
  }
  .footer__social {
    justify-content: center;
    width: 100%;
  }
  .footer__brand img {
    max-width: 60%;
  }
  .footer__bottom {
    gap: 1.6rem;
  }
  .footer__legal {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }
  .footer__copy p {
    font-size: 1.5rem;
    text-align: center;
  }
  .footer__credit {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
}

.social-icon {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  background-color: #006cb6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.25s ease;
}
.social-icon svg {
  width: 3.4rem;
  height: 3.4rem;
  display: block;
  fill: currentColor;
}
.social-icon:hover {
  transform: scale(1.12);
}
.social-icon:hover svg {
  transform: scale(1.08);
}
@media (max-width: 768px) {
  .social-icon {
    width: 6.4rem;
    height: 6.4rem;
  }
  .social-icon svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.legal-page {
  background-color: #006cb6;
}

.legal-content {
  padding: 18rem 0 10rem;
}
@media (max-width: 768px) {
  .legal-content {
    padding: 14rem 0 8rem;
  }
}

.legal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.legal-sidebar__inner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(1.4rem);
  border-radius: 3.2rem;
  padding: 4rem;
}
@media (max-width: 768px) {
  .legal-sidebar__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 3rem 2.4rem;
    border-radius: 2.4rem;
  }
}
.legal-sidebar__main {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.legal-sidebar h1 {
  font-weight: 800;
  line-height: 0.95;
  color: #ffffff;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.legal-sidebar p {
  font-size: clamp(1.5rem, 0.8vw + 0.5rem, 1.6rem);
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.legal-body__inner {
  background-color: #ffffff;
  border-radius: 3.2rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 540px) {
  .legal-body__inner {
    border-radius: 2.4rem;
    padding: 3rem 2.2rem;
  }
}

.legal-block h2 {
  font-weight: 700;
  color: #00365b;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.06);
}
.legal-block p {
  font-size: clamp(1.5rem, 0.8vw + 0.5rem, 1.6rem);
  font-weight: 500;
  line-height: 1.7;
  color: #505050;
  margin-bottom: 1.4rem;
}
.legal-block p:last-child {
  margin-bottom: 0;
}
.legal-block ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
  margin: 1.6rem 0;
}
.legal-block ul li {
  list-style: disc;
  font-size: clamp(1.5rem, 0.8vw + 0.5rem, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
  color: #505050;
}
.legal-block strong {
  font-weight: 700;
  color: #00365b;
}

.legal-hours {
  margin-top: 2rem;
  padding: 2.8rem;
  background-color: #f2f2f2;
  border-radius: 2rem;
}
.legal-hours table {
  width: 100%;
  border-collapse: collapse;
}
.legal-hours table tr {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08);
}
.legal-hours table tr:last-child {
  border-bottom: none;
}
.legal-hours table td {
  padding: 1.4rem 0;
  font-size: clamp(1.5rem, 0.8vw + 0.5rem, 1.6rem);
  font-weight: 500;
  color: #505050;
  vertical-align: top;
}
.legal-hours table td:first-child {
  width: 18rem;
  padding-right: 2rem;
  font-weight: 700;
  color: #00365b;
}
@media (max-width: 768px) {
  .legal-hours {
    padding: 2.2rem;
  }
  .legal-hours table tr {
    display: block;
    padding: 1rem 0;
  }
  .legal-hours table td {
    display: block;
    padding: 0;
  }
  .legal-hours table td:first-child {
    width: auto;
    padding-bottom: 0.6rem;
  }
}

.about {
  position: relative;
  background-color: #006cb6;
}

.about-content {
  position: relative;
  padding: 62rem 0 8rem;
  background-color: #006cb6;
  overflow: visible;
}
.about-content__mascot {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(34rem, 42vw, 72rem);
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.about-content .container {
  position: relative;
  z-index: 2;
}
.about-content__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding: 8rem 6rem 6rem;
  border-radius: 3.2rem;
  background-color: #ffffff;
}
@media (max-width: 900px) {
  .about-content__card {
    padding: 6rem 2.4rem 4rem;
    border-radius: 2.4rem;
    gap: 6rem;
  }
}
@media (max-width: 425px) {
  .about-content__card {
    padding: 5rem 2rem 4rem;
  }
}
@media (max-width: 1280px) {
  .about-content__mascot {
    top: 150px;
    width: clamp(30rem, 46vw, 62rem);
  }
}
@media (max-width: 1024px) {
  .about-content__mascot {
    top: 130px;
    width: clamp(28rem, 52vw, 52rem);
  }
}
@media (max-width: 900px) {
  .about-content {
    padding: 52rem 0 8rem;
  }
  .about-content__mascot {
    top: 16rem;
    width: clamp(26rem, 58vw, 44rem);
  }
}
@media (max-width: 768px) {
  .about-content {
    padding-top: 42rem;
  }
  .about-content__mascot {
    top: 8rem;
    width: clamp(24rem, 66vw, 38rem);
  }
}
@media (max-width: 540px) {
  .about-content {
    padding: 44rem 0 6rem;
  }
  .about-content__mascot {
    top: 12rem;
    width: min(32rem, 86vw);
  }
}
@media (max-width: 425px) {
  .about-content {
    padding-top: 36rem;
  }
  .about-content__mascot {
    width: min(28rem, 88vw);
  }
}

.about-block {
  display: grid;
  align-items: center;
  gap: 6rem;
}
.about-block--1 {
  grid-template-columns: 1fr 1fr;
}
.about-block--solo {
  grid-template-columns: 1fr;
  max-width: 58rem;
}
.about-block--solo.about-block--push-right {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: clamp(2rem, 7vw, 10rem);
}
.about-block--solo.about-block--push-right .about-block__text {
  max-width: 88rem;
}
.about-block__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.about-block__text h2 {
  font-weight: 700;
  line-height: 0.95;
  color: #00365b;
}
.about-block__text p {
  font-weight: 500;
  line-height: 1.7;
  color: #505050;
}
.about-block__photos {
  position: relative;
  height: 50rem;
}
.about-block__photo {
  position: absolute;
  width: 76%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 2.4rem;
}
.about-block__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-block__photo--back {
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-6deg);
}
.about-block__photo--front {
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(5deg);
}
@media (max-width: 900px) {
  .about-block--1 {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .about-block--solo {
    max-width: 100%;
  }
  .about-block--solo.about-block--push-right {
    justify-content: flex-start;
    padding-left: 0;
  }
  .about-block--solo.about-block--push-right .about-block__text {
    max-width: 100%;
  }
  .about-block__photos {
    width: 100%;
    max-width: 48rem;
    height: 38rem;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .about-block__photos {
    height: 36rem;
  }
  .about-block__photo {
    width: 72%;
  }
}

.about-stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.about-stats__item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem 3rem;
  border-radius: 2rem;
  background-color: #f2f2f2;
}
@media (max-width: 375px) {
  .about-stats__item {
    flex-direction: column;
    text-align: center;
  }
}
.about-stats__item strong {
  min-width: 10rem;
  flex-shrink: 0;
  font-size: clamp(3rem, 3vw + 1rem, 4.8rem);
  font-weight: 800;
  line-height: 1;
  color: #006cb6;
}
.about-stats__item span {
  font-weight: 500;
  line-height: 1.4;
  color: #505050;
}

.process-page {
  position: relative;
  padding: 68rem 0 8rem;
  background-color: #006cb6;
  overflow: visible;
}
.process-page__hero {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 68rem);
  transform: translateX(-50%);
  width: min(118rem, 92vw);
  z-index: 1;
  pointer-events: none;
}
.process-page__hero-image {
  display: block;
  width: 100%;
  height: auto;
}
.process-page .container {
  position: relative;
  z-index: 2;
}
.process-page__card {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 8rem;
  align-items: flex-start;
  padding: 6rem;
  border-radius: 3.2rem;
  background-color: #ffffff;
}
.process-page__left {
  position: sticky;
  top: 12rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  padding-top: 3.6rem;
}
.process-page__left h1 {
  font-weight: 800;
  line-height: 0.95;
  color: #00365b;
}
.process-page__left p {
  font-weight: 500;
  line-height: 1.6;
  color: #505050;
}
.process-page__right {
  display: flex;
  flex-direction: column;
}
.process-page__step {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 3.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.process-page__step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.process-page__icon {
  flex-shrink: 0;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background-color: #006cb6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.process-page__icon svg {
  width: 2.2rem;
  height: 2.2rem;
  stroke: #ffffff;
}
.process-page__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.process-page__info h3 {
  font-size: clamp(2.4rem, 2.5vw + 0.5rem, 3.2rem);
  font-weight: 700;
  line-height: 1;
  color: #00365b;
}
.process-page__info p {
  font-weight: 500;
  line-height: 1.7;
  color: #505050;
}
@media (max-width: 1280px) {
  .process-page {
    padding-top: 62rem;
  }
  .process-page__hero {
    width: min(105rem, 92vw);
    bottom: calc(100% - 64rem);
  }
}
@media (max-width: 1024px) {
  .process-page {
    padding-top: 56rem;
  }
  .process-page__hero {
    width: min(92rem, 94vw);
    bottom: calc(100% - 58rem);
  }
  .process-page__card {
    gap: 5rem;
    padding: 5rem;
  }
}
@media (max-width: 900px) {
  .process-page {
    padding: 42rem 0 6rem;
  }
  .process-page__hero {
    width: min(78rem, 88vw);
    bottom: calc(100% - 44rem);
  }
  .process-page__card {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding: 4rem 2.4rem;
    border-radius: 2.4rem;
  }
  .process-page__left {
    position: static;
    padding-top: 0;
  }
}
@media (max-width: 680px) {
  .process-page {
    padding-top: 54rem;
  }
  .process-page__hero {
    width: min(34rem, 96vw);
    bottom: calc(100% - 54rem);
  }
}
@media (max-width: 540px) {
  .process-page {
    padding-top: 50rem;
  }
  .process-page__hero {
    width: min(32rem, 98vw);
    bottom: calc(100% - 50rem);
  }
  .process-page__step {
    gap: 1.8rem;
    padding: 2.8rem 0;
  }
  .process-page__icon {
    width: 4.4rem;
    height: 4.4rem;
  }
  .process-page__icon svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 425px) {
  .process-page {
    padding-top: 38rem;
  }
  .process-page__hero {
    width: 62vw;
    bottom: calc(100% - 38rem);
  }
  .process-page__card {
    padding: 4rem 2rem;
  }
}
@media (max-width: 425px) {
  .process-page__step {
    flex-direction: column;
  }
}

.contact-page {
  padding: 18rem 0 10rem;
  background-color: #006cb6;
}
.contact-page__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 8rem;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 3.2rem;
  padding: 6rem;
}
.contact-page__left {
  position: sticky;
  top: 14rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.contact-page__left h1 {
  font-weight: 800;
  line-height: 0.95;
  color: #00365b;
  margin-bottom: -2rem;
}
.contact-page__left p {
  font-weight: 500;
  line-height: 1.6;
  color: #505050;
}
.contact-page__info, .contact-page__hours {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.contact-page__info p, .contact-page__hours p {
  font-weight: 700;
  color: #00365b;
  margin-bottom: 0.2rem;
}
.contact-page__info span, .contact-page__hours span {
  font-size: clamp(1.5rem, 0.8vw + 0.5rem, 1.6rem);
  font-weight: 500;
  color: #505050;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .contact-page {
    padding: 14rem 0 8rem;
  }
  .contact-page__wrapper {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding: 4rem 2.4rem;
  }
  .contact-page__left {
    position: static;
  }
}
@media (max-width: 480px) {
  .contact-page__wrapper {
    border-radius: 2.4rem;
    padding: 3rem 2rem;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-form__botcheck {
  display: none;
}
.contact-form__error {
  font-size: 1.3rem;
  font-weight: 500;
  color: #e53e3e;
  margin-top: 0.4rem;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
@media (max-width: 540px) {
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact-form__field label {
  font-size: clamp(1.5rem, 0.8vw + 0.5rem, 1.6rem);
  font-weight: 600;
  color: #00365b;
}
.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  padding: 1.4rem 1.8rem;
  border: 0.2rem solid transparent;
  border-radius: 1.2rem;
  background-color: #f2f2f2;
  font-size: clamp(1.5rem, 0.8vw + 0.5rem, 1.6rem);
  font-weight: 500;
  color: #00365b;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form__field input::-moz-placeholder, .contact-form__field select::-moz-placeholder, .contact-form__field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-form__field input::placeholder,
.contact-form__field select::placeholder,
.contact-form__field textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
  border-color: #006cb6;
  background-color: #ffffff;
}
.contact-form__field input.is-error,
.contact-form__field select.is-error,
.contact-form__field textarea.is-error {
  border-color: #e53e3e;
  background-color: #fff5f5;
}
.contact-form__field select {
  cursor: url("../../assets/cursors/cursor-pointer.svg") 0 0, pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  padding-right: 4rem;
}
.contact-form__field textarea {
  resize: vertical;
  min-height: 14rem;
}
.contact-form__check {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact-form__check-inner {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.contact-form__check input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  border-radius: 0.4rem;
  margin-top: 0.2rem;
  accent-color: #006cb6;
  cursor: url("../../assets/cursors/cursor-pointer.svg") 0 0, pointer;
}
.contact-form__check label {
  font-size: clamp(1.5rem, 0.8vw + 0.5rem, 1.6rem);
  font-weight: 500;
  color: #505050;
  line-height: 1.5;
  cursor: url("../../assets/cursors/cursor-pointer.svg") 0 0, pointer;
}
.contact-form__check label a {
  color: #006cb6;
  font-weight: 600;
  text-decoration: underline;
  transition: opacity 0.25s ease;
}
.contact-form__check label a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */