body.page-template-front-page .main-header-surface::before {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@supports (-moz-appearance: none) {
  .front-page-heading::after {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    -webkit-mask-image: none;
    mask-image: none;
    background: linear-gradient(to right, rgba(3, 73, 128, 0.34) 0%, rgba(3, 73, 128, 0.22) 52%, rgba(3, 73, 128, 0) 100%);
  }
}
.front-page-heading {
  position: relative;
  box-sizing: border-box;
  --front-page-hero-height: 85vh;
  --front-page-hero-height-svh: 85svh;
  --front-page-header-offset: clamp(110px, 15svh, 170px);
  --front-page-right-panel-offset: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: var(--front-page-hero-height);
  min-height: var(--front-page-hero-height-svh);
  padding-top: var(--front-page-header-offset);
}
@media screen and (min-height: 1200px) {
  .front-page-heading {
    --front-page-hero-height: 75vh;
    --front-page-hero-height-svh: 75svh;
    --front-page-header-offset: clamp(180px, 22svh, 280px);
    --front-page-right-panel-offset: clamp(20px, 3svh, 52px);
  }
}
.front-page-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(304deg, rgba(3, 73, 128, 0) 25.35%, rgba(3, 73, 128, 0.5) 77.57%), linear-gradient(329deg, rgba(255, 255, 255, 0) 31.38%, rgba(0, 0, 0, 0) 34.04%, rgba(0, 0, 0, 0.75) 100.91%);
  z-index: 1;
}
.front-page-heading > * {
  position: relative;
  z-index: 2;
}
.front-page-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to right, rgba(3, 73, 128, 0.28) 0%, rgba(3, 73, 128, 0.18) 38%, rgba(3, 73, 128, 0.1) 68%, rgba(3, 73, 128, 0) 100%);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 36%, rgba(0, 0, 0, 0.55) 72%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 36%, rgba(0, 0, 0, 0.55) 72%, rgba(0, 0, 0, 0) 100%);
}
.front-page-heading .frontpage-fallback-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.7s ease;
}
.front-page-heading {
  /* Shared video styles */
}
.front-page-heading .frontpage-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.front-page-heading {
  /* Default: mobile */
}
.front-page-heading .frontpage-video-mobile {
  display: block;
}
@media screen and (min-width: 800px) {
  .front-page-heading .frontpage-video-mobile {
    display: none;
  }
}
.front-page-heading .frontpage-video-desktop {
  display: none;
}
@media screen and (min-width: 800px) {
  .front-page-heading .frontpage-video-desktop {
    display: block;
  }
}
.front-page-heading .frontpage-fallback-mobile {
  display: block;
}
@media screen and (min-width: 800px) {
  .front-page-heading .frontpage-fallback-mobile {
    display: none;
  }
}
.front-page-heading .frontpage-fallback-desktop {
  display: none;
}
@media screen and (min-width: 800px) {
  .front-page-heading .frontpage-fallback-desktop {
    display: block;
  }
}
.front-page-heading .heading-section-content {
  padding: 0 20px;
  font-size: 0.938rem;
}
.front-page-heading .heading-section-content p:not(:last-child) {
  margin-bottom: 8px;
}

.heading-wrapper {
  display: flex;
  flex-direction: column;
  min-height: max(360px, var(--front-page-hero-height) - var(--front-page-header-offset));
  min-height: max(360px, var(--front-page-hero-height-svh) - var(--front-page-header-offset));
}
@media screen and (min-width: 1200px) {
  .heading-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    align-items: stretch;
    min-height: max(380px, var(--front-page-hero-height) - var(--front-page-header-offset));
    min-height: max(380px, var(--front-page-hero-height-svh) - var(--front-page-header-offset));
  }
}
@media screen and (min-width: 1400px) {
  .heading-wrapper {
    grid-template-columns: 1fr 683px;
  }
}
.heading-wrapper .heading-slider-wrapper {
  position: relative;
  min-height: 300px;
  min-width: 0;
  padding: 0 20px clamp(40px, 7vw, 60px);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media screen and (min-width: 1200px) {
  .heading-wrapper .heading-slider-wrapper {
    padding-block: 0 clamp(40px, 6svh, 72px);
  }
}
.heading-wrapper .heading-slider-wrapper .headingSlider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.heading-wrapper .heading-slider-wrapper .headingSlider .swiper-wrapper {
  flex: 1 1 auto;
}
.heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide {
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: clamp(40px, 8svh, 92px);
}
@media screen and (min-height: 1000px) {
  .heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide {
    padding-top: clamp(48px, 10svh, 120px);
  }
}
@media screen and (min-height: 1200px) {
  .heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide {
    padding-top: clamp(72px, 12svh, 148px);
  }
}
@media screen and (max-width: 767px) {
  .heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide {
    padding-top: 0;
  }
}
.heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide .heading-slide-content {
  margin-bottom: 0;
  margin-top: clamp(6px, 1.5svh, 16px);
}
@media screen and (min-height: 1000px) {
  .heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide .heading-slide-content {
    margin-top: clamp(8px, 2svh, 24px);
  }
}
@media screen and (min-height: 1200px) {
  .heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide .heading-slide-content {
    margin-top: clamp(14px, 2.8svh, 32px);
  }
}
.heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide .heading-slide-content p {
  color: #ffffff;
}
.heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide .heading-slide-content p.slide-title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: 0;
  transform: scale(0.85);
  animation: zoomFadeIn 0.8s ease-out forwards;
}
@media screen and (min-width: 900px) {
  .heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide .heading-slide-content p.slide-title {
    font-size: 3.5rem;
  }
}
.heading-wrapper .heading-slider-wrapper .headingSlider .swiper-slide .heading-slide-content p:not(.slide-title) {
  text-wrap: balance;
}
.heading-wrapper .heading-slider-wrapper .headingSlider-controls {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 48px;
  bottom: 30px;
  max-width: max-content;
}
.heading-wrapper .heading-slider-wrapper .headingSlider-controls .arrow, .heading-wrapper .heading-slider-wrapper .headingSlider-controls .dots {
  position: static;
  z-index: 10;
}
.heading-wrapper .heading-slider-wrapper .headingSlider-controls .arrow {
  width: 30px;
  height: 30px;
  flex: 1 0 auto;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.heading-wrapper .heading-slider-wrapper .headingSlider-controls .arrow[hidden] {
  display: none !important;
}
.heading-wrapper .heading-slider-wrapper .headingSlider-controls .arrow.headingSlider-button-prev {
  background-image: url("../images/icon-arrow-left-white.svg");
}
.heading-wrapper .heading-slider-wrapper .headingSlider-controls .arrow.headingSlider-button-next {
  background-image: url("../images/icon-arrow-right-white.svg");
}
.heading-wrapper .heading-slider-wrapper .headingSlider-controls .dots span {
  color: #ffffff;
  opacity: 1;
  background: none;
}
.heading-wrapper .heading-slider-wrapper .headingSlider-controls .dots span.swiper-pagination-bullet-active {
  color: #ffffff;
  opacity: 0.7;
}
.heading-wrapper .heading-slider-content {
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .heading-wrapper .heading-slider-content {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .heading-wrapper .heading-slider-content {
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    align-self: stretch;
  }
}
.heading-wrapper .heading-slider-content .heading-content-box {
  background-color: var(--header-bg);
  padding: 20px 20px 0;
  border-radius: 20px 20px 0 0;
  position: relative;
  width: min(100%, 660px);
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .heading-wrapper .heading-slider-content .heading-content-box {
    margin-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .heading-wrapper .heading-slider-content .heading-content-box {
    display: flex;
    gap: 16px;
  }
}
.heading-wrapper .heading-slider-content .heading-content-box::before, .heading-wrapper .heading-slider-content .heading-content-box::after {
  --size: 20px;
  content: "";
  position: absolute;
  display: block;
  width: var(--size);
  aspect-ratio: 1;
  background-image: radial-gradient(circle at 100% 100%, transparent 20px, var(--header-bg) 21px);
}
.heading-wrapper .heading-slider-content .heading-content-box::before {
  left: -20px;
  bottom: 0;
  transform: rotate(-180deg);
}
.heading-wrapper .heading-slider-content .heading-content-box::after {
  right: -20px;
  bottom: 0;
  transform: rotate(-90deg);
}
.heading-wrapper .heading-slider-content .heading-content-box .content {
  border-radius: 20px;
  border: 2px solid var(--border-color-primary);
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}
.heading-wrapper .heading-slider-content .heading-content-box .content .heading-content-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
}
.heading-wrapper .heading-slider-content .heading-content-box .content .icon-wrapper {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .heading-wrapper .heading-slider-content .heading-content-box .content .icon-wrapper {
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 899px) {
  .heading-wrapper .heading-slider-content .heading-content-box .socials {
    margin-top: 20px;
  }
}
.heading-wrapper .heading-slider-content .heading-content-box .socials a {
  width: 56px;
  height: 56px;
}

.heading-slide-content .slide-title {
  display: inline-block;
  opacity: 0;
  transform: scale(0.85);
  animation: zoomFadeIn 0.6s ease-out forwards;
}

.heading-slide-content .slide-title span {
  display: inline-block;
  opacity: 0;
  transform: scale(0.9); /* smaller, but no vertical movement */
  animation: letterIn 0.6s ease-out forwards;
}

@keyframes zoomFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes letterIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (min-width: 1024px) {
  .benefits-left {
    position: sticky;
    top: 100px;
    align-self: start;
  }
}

.word {
  white-space: nowrap;
  display: inline-block;
}/*# sourceMappingURL=front-page.css.map */