@font-face {
  font-family: 'Fjalla';
  font-weight: 400;
  src: url("./../fonts/FjallaOne-Regular.ttf") format("opentype"); }

.h1-normal {
  font-family: Archivo,Times,serif;
  font-size: 3.75rem;
  margin-bottom: 2rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1; }

.h2-normal {
  font-family: Archivo,Times,serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 2.5rem; }

.h3-normal {
  font-family: Archivo,Times,serif;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.25; }

.h4-normal {
  line-height: 1.25;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700; }

.h5-normal {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem; }

.h6-normal {
  font-size: 1.125rem;
  font-weight: 700; }

.btn-common {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms; }
  .btn-common:hover {
    transform: scale(1.05); }

.bg-wave-primary-alt {
  background-image: url(/assets/images/wave-primary-900.svg); }

@media screen and (min-width: 768px) {
  .footer-dark {
    background: #0a132c;
    background: linear-gradient(90deg, #0a132c, #0a132c 50%, #126a86 51%, #126a86); }
  .footer-light {
    background: #fff;
    background: linear-gradient(90deg, #fff, #fff 50%, #126a86 51%, #126a86); } }

.title {
  margin-right: 3%; }

.line {
  border-top: 1px solid;
  border-color: #edecea;
  width: 100%;
  margin-top: 23px;
  margin-right: 3%; }

#wheelDiv {
  height: 450px;
  width: 450px;
  margin: auto; }
  #wheelDiv > svg {
    height: 100%;
    width: 100%; }

.from-primary-100 {
  --tw-gradient-from: #e9f9fb;
  --tw-gradient-to: hsla(0, 0%, 100%, 0);
  --tw-gradient-stops: #e9f9fb, #fff; }

.to-white {
  --tw-gradient-to: #fff; }

.borderTitle {
  border-top: 1px solid;
  border-color: #edecea;
  width: 100%; }

.imageHover {
  position: relative;
  width: 100%; }
  .imageHover .image-back {
    position: relative;
    width: 100%; }
  .imageHover .image-top-left {
    position: absolute;
    width: 30%;
    top: 8%;
    left: 8%; }
  .imageHover .image-top-right {
    position: absolute;
    width: 30%;
    top: 8%;
    right: 8%; }
  .imageHover .image-bottom-right {
    position: absolute;
    width: 30%;
    right: 8%;
    bottom: 8%; }
  .imageHover .image-bottom-left {
    position: absolute;
    width: 30%;
    left: 8%;
    bottom: 8%; }
  .imageHover .image-center {
    position: absolute;
    width: 20%;
    top: 40%;
    left: 40%;
    transition: opacity 0.2s; }
  .imageHover .image-top-left-hover {
    position: absolute;
    opacity: 0;
    width: 40%;
    top: 4%;
    left: 3%;
    transition: opacity 0.2s; }
    .imageHover .image-top-left-hover:hover {
      opacity: 1; }
  .imageHover .image-top-right-hover {
    position: absolute;
    opacity: 0;
    width: 40%;
    top: 4%;
    right: 3%;
    transition: opacity 0.2s; }
    .imageHover .image-top-right-hover:hover {
      opacity: 1; }
  .imageHover .image-bottom-left-hover {
    position: absolute;
    opacity: 0;
    width: 40%;
    bottom: 2.3%;
    left: 3%;
    transition: opacity 0.2s; }
    .imageHover .image-bottom-left-hover:hover {
      opacity: 1; }
  .imageHover .image-bottom-right-hover {
    position: absolute;
    opacity: 0;
    width: 40%;
    bottom: 2.3%;
    right: 3%;
    transition: opacity 0.2s; }
    .imageHover .image-bottom-right-hover:hover {
      opacity: 1; }

.captains-slider .swiper-slide {
  opacity: 0.5;
  transition: all 0.2s ease; }

.captains-slider .swiper-slide.swiper-slide-active {
  opacity: 1; }

.scrollContainer {
  display: block;
  width: auto;
  height: auto; }
  .scrollContainer::-webkit-scrollbar {
    display: none; }

.scrollPage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: auto;
  border-left-width: 3px;
  margin-left: 12px; }
  .scrollPage figure img {
    height: 24px;
    margin-left: -13px;
    max-inline-size: -moz-fit-content;
    max-inline-size: fit-content; }

.scrollPageActive {
  border-left-color: #019fb5;
  opacity: 1; }
  .scrollPageActive + .scrollPageInactive {
    -o-border-image: linear-gradient(180deg, #019fb5, #e1e4ec 40%) 1 100%;
    border-image: linear-gradient(180deg, #019fb5, #e1e4ec 40%) 1 100%; }

.cardInActive {
  opacity: 0.2; }

.services-nav {
  top: 64px; }
  .services-nav a {
    transition: all 0.6s; }
    .services-nav a:after {
      background: #1fc4db;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      top: 22px;
      transition: all 0.5s;
      width: 0; }
  .services-nav a.active {
    color: #0a132c; }
    .services-nav a.active:after {
      width: 16px; }

.progressBar.active:after {
  bottom: 0;
  box-shadow: 0 12px 11px rgba(0, 0, 0, 0.1);
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%; }

.process-step .timeline {
  top: 110px; }
  .process-step .timeline header span {
    font-family: Archivo; }
    .process-step .timeline header span:after {
      background-color: #e1e4ec;
      bottom: 0;
      content: "";
      height: 2px;
      left: 12px;
      position: absolute;
      width: 45px;
      top: 0; }
    .process-step .timeline header span:before {
      background-color: #e1e4ec;
      bottom: 0;
      content: "";
      height: 2px;
      left: 12px;
      position: absolute;
      width: 45px; }
  .process-step .timeline ol li figure {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    -ms-flex-pack: center;
        justify-content: center;
    left: -73px;
    position: absolute;
    top: 20px;
    width: 25px; }

.process-step:before {
  background-color: #e1e4ec;
  content: "";
  height: 100%;
  left: 34px;
  position: absolute;
  top: 0;
  width: 2px; }

.process-step:first-child .timeline header:before {
  background: #fff;
  content: "";
  height: 30px;
  position: absolute;
  top: -30px;
  width: 60px; }

.process-step:first-child .timeline span {
  color: #1fc4db; }

.process-step:nth-child(2) .timeline span {
  color: #e1ff6b;
  text-shadow: -1px 0 #cae96c, 0 1px #cae96c, 1px 0 #cae96c, 0 -1px #cae96c; }

.process-step:nth-child(3):before {
  display: none; }

.process-step:nth-child(3) .timeline {
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .process-step:nth-child(3) .timeline header:before {
    background-color: #e1e4ec;
    content: "";
    height: 20px;
    left: 34px;
    position: absolute;
    top: -20px;
    width: 2px; }
  .process-step:nth-child(3) .timeline span {
    color: #019fb5; }
  .process-step:nth-child(3) .timeline ol:after {
    border-width: 2px;
    border-style: dotted;
    border-color: #e1e4ec;
    border-radius: 20px;
    content: "";
    height: 282px;
    left: -83px;
    position: absolute;
    top: 35px;
    width: 45px; }
  .process-step:nth-child(3) .timeline ol:before {
    height: 180px;
    left: -62px;
    top: 60px;
    z-index: 0;
    background-color: #e1e4ec;
    content: "";
    position: absolute;
    width: 2px; }
  .process-step:nth-child(3) .timeline:before {
    background-color: #e1e4ec;
    content: "";
    position: absolute;
    width: 2px;
    height: 133px;
    left: 34px;
    top: 0; }

#position ul {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  border-color: #e1e4ec;
  padding-bottom: 2rem; }

@media screen and (max-width: 991px) {
  .open-main-nav {
    height: 100vh;
    background-color: #0a132c !important; }
    .open-main-nav .main-nav-button {
      color: #fff; }
    .open-main-nav .main-nav-link {
      border-bottom-width: 1px;
      border-color: #3c4e76;
      color: white;
      padding: 20px 0; }
      .open-main-nav .main-nav-link:hover {
        color: #019fb5; }
    .open-main-nav .mega-menu-wrapper {
      border-bottom-width: 1px;
      border-color: #3c4e76; }
      .open-main-nav .mega-menu-wrapper .main-nav-link {
        border: none;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .open-main-nav .mega-menu-wrapper:hover .main-nav-link {
        color: #019fb5; }
    .open-main-nav .mega-menu {
      padding: 0; }
      .open-main-nav .mega-menu .container {
        padding: 0; }
      .open-main-nav .mega-menu a {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        color: white; }
        .open-main-nav .mega-menu a:hover {
          color: #019fb5; }
  .mega-menu-wrapper .mega-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out; }
  .mega-menu-wrapper:hover span:after {
    bottom: -42px;
    content: "";
    height: 42px;
    position: absolute;
    width: 100%; }
  .mega-menu-wrapper:hover .mega-menu {
    max-height: 500px;
    transition: max-height 0.25s ease-in; } }

@media screen and (min-width: 992px) {
  .main-nav .main-nav-link.selected:before {
    background: #000;
    bottom: -33px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%; }
  .main-nav .main-nav-link:hover:before {
    background: #000;
    bottom: -33px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%; }
  .mega-menu-wrapper:hover > .main-nav-link:before {
    background-color: #0a132c;
    bottom: -33px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%; }
  .mega-menu-wrapper:hover span:after {
    bottom: -42px;
    content: "";
    height: 42px;
    position: absolute;
    width: 100%; }
  .mega-menu-wrapper:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s, visibility 0.2s; }
  .mega-menu-wrapper .mega-menu {
    background-color: white;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.1);
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    transition: all 0.5s;
    transition: opacity 0.2s, visibility 0.2s;
    visibility: hidden;
    width: 100%; }
    .mega-menu-wrapper .mega-menu:before {
      background: linear-gradient(0deg, transparent 90%, rgba(0, 0, 0, 0.05));
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; } }

@media screen and (max-width: 992px) {
  .social-nav {
    bottom: 30px;
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%; }
    .social-nav a {
      margin: 40px; } }

.bg-image-bf {
  background-image: url("https://cdn.sanity.io/images/nutk51b0/production/0fa96177c30fb4ea34236283b09cf9345994f05d-1440x625.jpg"); }

.bg-bf-top {
  background: radial-gradient(61.24% 130.14% at 21.32% 38.76%, #0a132c 17.16%, rgba(10, 19, 44, 0) 100%); }

.bg-bf-bottom {
  background: linear-gradient(rgba(10, 19, 44, 0) 55.83%, #0a132c 100%); }

.gradient-t-w {
  background: #1fc4db;
  background: linear-gradient(90deg, #1fc4db, #1fc4db 50%, #fff 0, #fff); }

@media screen and (min-width: 768px) {
  .md\:bg-wave-white {
    background-image: url(/assets/images/wave-right-white.svg); } }
