/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.page:has(.page-front) .no-container > .row {
  margin-left: 0;
  margin-right: 0;
}

.page:has(.page-front) .no-container > .row > .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.page-front {
  font-family: "Plus Jakarta Sans", quicksand, sans-serif;
}

.page-front > main {
  display: flex;
  flex-direction: column;
}

.page-front__info {
  
  background: linear-gradient(180deg, #001e60 0%, #003da6 100%);
  padding: 6rem 0 2rem;
  color: #fffffc;
  font-family: "Nunito", sans-serif;
}

[dir="rtl"] .page-front__info {
  
  background: linear-gradient(-180deg, #001e60 0%, #003da6 100%);
}

@media (max-width: 767.98px) {
  .page-front__info {
    padding-top: 5rem;
  }
}

@media (min-width: 768px) {
  .page-front__info {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}

.page-front__info-grid {
  display: grid;
  grid-template-areas: "title" "search" "card" "nav";
  gap: 1.75rem;
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .page-front__info-grid {
    grid-template-areas: "title title" "card right";
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 2rem 2.5rem;
    max-width: 80rem;
  }
}

.page-front__info-right {
  grid-area: right;
  display: contents;
}

@media (min-width: 768px) {
  .page-front__info-right {
    align-self: end;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 2rem;
  }
}

.page-front__info-title {
  grid-area: title;
  color: #fffffc;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .page-front__info-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.page-front__info-title-line {
  display: block;
}

.page-front__info-title-gold {
  color-scheme: only light;
  -webkit-forced-color-adjust: none;
          forced-color-adjust: none;
  
  background-image: linear-gradient(90deg, #b88744 0%, #ecd9ab 12%, #e3c676 37.74%, #dbb868 56%, #ecd9ab 72%, #e3c676 88%, #b88744 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

[dir="rtl"] .page-front__info-title-gold {
  
  background-image: linear-gradient(-90deg, #b88744 0%, #ecd9ab 12%, #e3c676 37.74%, #dbb868 56%, #ecd9ab 72%, #e3c676 88%, #b88744 100%);
}

@supports not (background-clip: text) {
  .page-front__info-title-gold {
    background-image: none;
    -webkit-text-fill-color: #b88744;
    color: #b88744;
  }
}

.page-front__info-card-gold-italic {
  color-scheme: only light;
  -webkit-forced-color-adjust: none;
          forced-color-adjust: none;
  
  background-image: linear-gradient(90deg, #b88744 0%, #ecd9ab 12%, #e3c676 37.74%, #dbb868 56%, #ecd9ab 72%, #e3c676 88%, #b88744 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
}

[dir="rtl"] .page-front__info-card-gold-italic {
  
  background-image: linear-gradient(-90deg, #b88744 0%, #ecd9ab 12%, #e3c676 37.74%, #dbb868 56%, #ecd9ab 72%, #e3c676 88%, #b88744 100%);
}

@supports not (background-clip: text) {
  .page-front__info-card-gold-italic {
    background-image: none;
    -webkit-text-fill-color: #b88744;
    color: #b88744;
  }
}

.page-front__info-card-cta-gold-italic {
  color-scheme: only light;
  -webkit-forced-color-adjust: none;
          forced-color-adjust: none;
  
  background-image: linear-gradient(90deg, #b88744 0%, #ecd9ab 12%, #e3c676 37.74%, #dbb868 56%, #ecd9ab 72%, #e3c676 88%, #b88744 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
}

[dir="rtl"] .page-front__info-card-cta-gold-italic {
  
  background-image: linear-gradient(-90deg, #b88744 0%, #ecd9ab 12%, #e3c676 37.74%, #dbb868 56%, #ecd9ab 72%, #e3c676 88%, #b88744 100%);
}

@supports not (background-clip: text) {
  .page-front__info-card-cta-gold-italic {
    background-image: none;
    -webkit-text-fill-color: #b88744;
    color: #b88744;
  }
}

.page-front__info-search {
  grid-area: search;
  align-items: center;
  background: #fffffc;
  border: 2px solid #67f7fe;
  border-radius: 9999px;
  box-shadow: inset 0 0 8px 4px rgba(100, 198, 246, .4);
  display: flex;
  gap: 1.5rem;
  height: 3rem;
  overflow: hidden;
  
  padding: .5rem 1rem .5rem 1.25rem;
  position: relative;
  width: 100%;
}

[dir="rtl"] .page-front__info-search {
  
  padding: .5rem 1.25rem .5rem 1rem;
}

.page-front__info-search-input {
  background: transparent;
  border: 0;
  color: #001e60;
  flex: 1 1 auto;
  font-family: "Nunito", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  min-width: 0;
  outline: none;
  padding: 0;
}

.page-front__info-search-input::placeholder {
  color: #858a93;
  font-weight: 700;
}

.page-front__info-search-input::-webkit-search-cancel-button {
  appearance: none;
}

.page-front__info-search-icon {
  align-items: center;
  color: #001e60;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1rem;
  justify-content: center;
  width: 1rem;
}

.page-front__info-search-icon svg {
  height: 100%;
  width: 100%;
}

.page-front__info-card {
  align-items: center;
  
  background: linear-gradient(147.37deg, rgba(64, 137, 228, .4) 20.426%, rgba(2, 48, 149, .4) 69.754%);
  border-radius: 1.5rem;
  box-shadow: inset 0 0 12px 4px rgba(100, 198, 246, .8);
  display: flex;
  flex-direction: row;
  gap: .2rem;
  overflow: hidden;
  
  padding: 1.25rem 1.25rem 1.25rem 0;
  position: relative;
}

[dir="rtl"] .page-front__info-card {
  
  background: linear-gradient(-147.37deg, rgba(64, 137, 228, .4) 20.426%, rgba(2, 48, 149, .4) 69.754%);
  
  padding: 1.25rem 0 1.25rem 1.25rem;
}

@media (max-width: 767.98px) {
  .page-front__info-card {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .page-front__info-card {
    align-self: end;
    
    padding: .25rem 1.5rem .25rem 0rem;
  }

  [dir="rtl"] .page-front__info-card {
    
    padding: .25rem 0rem .25rem 1.5rem;
  }
}

.page-front__info-card-icon {
  align-items: center;
  border-radius: .75rem;
  display: flex;
  flex: 0 0 auto;
  height: 8.6875rem;
  justify-content: center;
  overflow: hidden;
  width: 8.6875rem;
}

@media (min-width: 768px) {
  .page-front__info-card-icon {
    height: 12.875rem;
    
    margin-right: 1.5rem;
    width: 12.875rem;
  }

  [dir="rtl"] .page-front__info-card-icon {
    margin-right: 0;
    
    margin-left: 1.5rem;
  }
}

.page-front__info-card-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.page-front__info-card-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: .75rem;
  min-width: 0;
}

@media (min-width: 768px) {
  .page-front__info-card-content {
    gap: 1rem;
  }
}

.page-front__info-card-text {
  color: #fffffc;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0;
}

@media (min-width: 768px) {
  .page-front__info-card-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.page-front__info-card-cta {
  position: relative;
  align-items: center;
  
  background: linear-gradient(180deg, #001e60 0%, #003da6 100%);
  border: 2px solid #67f7fe;
  border-radius: 9999px;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .4), inset 0 0 4px 4px rgba(19, 235, 255, .4);
  color: #fffffc;
  display: flex;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .625rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .12px;
  line-height: .75rem;
  min-height: 2.25rem;
  padding: .375rem 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

[dir="rtl"] .page-front__info-card-cta {
  
  background: linear-gradient(-180deg, #001e60 0%, #003da6 100%);
}

.page-front__info-card-cta::before, .page-front__info-card-cta::after {
  background: radial-gradient(ellipse closest-side at center, #deffff 0%, rgba(190, 253, 254, 0) 100%);
  content: "";
  height: 6px;
  
  left: 50%;
  pointer-events: none;
  position: absolute;
  
  transform: translateX(-50%);
  width: 40px;
}

[dir="rtl"] .page-front__info-card-cta::before, [dir="rtl"] .page-front__info-card-cta::after {
  left: auto;
  
  right: 50%;
  
  transform: translateX(50%);
}

.page-front__info-card-cta::before {
  top: -5px;
}

.page-front__info-card-cta::after {
  bottom: -5px;
}

@media (min-width: 768px) {
  .page-front__info-card-cta {
    font-size: 1rem;
    line-height: 1rem;
    min-height: 3.125rem;
  }
}

.page-front__info-card-cta-label {
  display: inline-block;
}

.page-front__info-nav {
  grid-area: nav;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.page-front__info-nav-label {
  color: #fffffc;
  font-family: "Nunito", sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  margin: 0;
}

@media (min-width: 768px) {
  .page-front__info-nav-label {
    font-size: .9rem;
  }
}

.page-front__info-nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .page-front__info-nav-list {
    gap: 2rem;
  }
}

.page-front__info-nav-btn {
  position: relative;
  align-items: center;
  
  background: linear-gradient(180deg, #001e60 0%, #003da6 100%);
  border: 2px solid #67f7fe;
  border-radius: 1rem;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .4), inset 0 0 4px 4px rgba(19, 235, 255, .4);
  color: #fffffc;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: .625rem;
  justify-content: center;
  min-width: 0;
  padding: .5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  height: 6.375rem;
}

[dir="rtl"] .page-front__info-nav-btn {
  
  background: linear-gradient(-180deg, #001e60 0%, #003da6 100%);
}

.page-front__info-nav-btn::before, .page-front__info-nav-btn::after {
  background: radial-gradient(ellipse closest-side at center, #deffff 0%, rgba(190, 253, 254, 0) 100%);
  content: "";
  height: 8px;
  
  left: 50%;
  pointer-events: none;
  position: absolute;
  
  transform: translateX(-50%);
  width: 60px;
}

[dir="rtl"] .page-front__info-nav-btn::before, [dir="rtl"] .page-front__info-nav-btn::after {
  left: auto;
  
  right: 50%;
  
  transform: translateX(50%);
}

.page-front__info-nav-btn::before {
  top: -5px;
}

.page-front__info-nav-btn::after {
  bottom: -5px;
}

@media (max-width: 767.98px) {
  .page-front__info-nav-btn {
    padding: .75rem;
    height: 7.125rem;
    justify-content: flex-start;
  }
}

.page-front__info-nav-btn-image {
  align-items: center;
  border-radius: .75rem;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  width: 100%;
  flex-basis: 50px;
}

.page-front__info-nav-btn-image img {
  display: block;
  height: 100%;
  max-height: 3.125rem;
  object-fit: contain;
}

.page-front__info-nav-btn-image--collage {
  background: transparent;
}

.page-front__info-nav-btn-image--collage img {
  border-radius: .125rem;
  display: block;
  height: 3.125rem;
  min-height: 3.125rem;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767.98px) {
  .page-front__info-nav-btn-image img, .page-front__info-nav-btn-image--collage img {
    height: 100%;
    max-height: 3.125rem;
    object-fit: contain !important;
  }
}

.page-front__info-nav-btn-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .14px;
  line-height: 1.125rem;
  flex-basis: 36px;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 768px) {
  .page-front__info-nav-btn-text {
    flex-basis: 20px;
  }
}

.page-front__info-image-placeholder {
  align-items: center;
  background: rgba(255, 255, 255, .04);
  border: 1px dashed rgba(255, 255, 255, .3);
  border-radius: .5rem;
  color: rgba(255, 255, 255, .5);
  display: flex;
  font-size: .75rem;
  justify-content: center;
  padding: .5rem;
  text-align: center;
}

.page-front__banner {
  background: transparent;
  margin-bottom: -6rem;
}

.page-front__banner .swiper-slide img {
  width: 100% !important;
}

.page-front__banner .swiper-component-controls {
  padding: 0 1rem;
}

@media (max-width: 767.98px) {
  .page-front__banner .swiper-component-controls {
    bottom: -15px;
    padding: 0 1.5rem;
  }
}

.page-front__banner-temp-swiper {
  --swiper-pagination-color: #ffbb51;
  --swiper-pagination-bullet-inactive-color: #83cbf0;
  width: 100%;
  aspect-ratio: 16/5;
  padding-bottom: 60px !important;
  position: relative;
}

@supports not (aspect-ratio: 1) {
  .page-front__banner-temp-swiper {
    height: 0;
    padding-bottom: 31.25% !important;
  }
}

.page-front__banner-temp-swiper .swiper-slide {
  display: flex;
}

.page-front__banner-temp-swiper .swiper-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-front__banner-temp-swiper .swiper-component-controls {
  position: relative;
  bottom: -24px;
}

@media (max-width: 767.98px) {
  .page-front__banner-temp-swiper .swiper-component-controls {
    bottom: -15px;
  }
}

.page-front__banner-temp-swiper .swiper-component-pagination {
  position: relative;
  width: fit-content !important;
}

.page-front__banner-temp-swiper .swiper-component-button-prev,
.page-front__banner-temp-swiper .swiper-component-button-next {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(0deg, #64c6f6, #c2f4f8 50%);
  box-shadow: inset 0 0 8px rgba(100, 198, 246, .4);
  position: relative;
  left: auto;
  right: auto;
}

.page-front__banner-temp-swiper .swiper-component-button-prev::before,
.page-front__banner-temp-swiper .swiper-component-button-next::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;
  
  background: linear-gradient(180deg, #64c6f6, #c2f4f8 50%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

[dir="rtl"] .page-front__banner-temp-swiper .swiper-component-button-prev::before,
[dir="rtl"] .page-front__banner-temp-swiper .swiper-component-button-next::before {
  
  background: linear-gradient(-180deg, #64c6f6, #c2f4f8 50%);
}

.page-front__banner-temp-swiper .swiper-component-button-prev::after,
.page-front__banner-temp-swiper .swiper-component-button-next::after {
  content: none !important;
}

.page-front__banner-temp-swiper .swiper-component-button-arrow {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-front__banner-temp-swiper .swiper-component-button-arrow span {
  display: block;
  width: 12px;
  height: 2.18px;
  background: #001e60;
  border-radius: 2.18px;
}

.page-front__banner-temp-swiper .swiper-component-button-arrow::before, .page-front__banner-temp-swiper .swiper-component-button-arrow::after {
  content: "";
  width: 8px;
  height: 2.18px;
  background: #001e60;
  border-radius: 2.18px;
  position: absolute;
  
  right: calc(50% - 4px);
}

[dir="rtl"] .page-front__banner-temp-swiper .swiper-component-button-arrow::before, [dir="rtl"] .page-front__banner-temp-swiper .swiper-component-button-arrow::after {
  right: auto;
  
  left: calc(50% - 4px);
}

.page-front__banner-temp-swiper .swiper-component-button-arrow::before {
  
  transform: rotate(45deg);
  
  transform-origin: right center;
  margin-top: -2.5px;
}

[dir="rtl"] .page-front__banner-temp-swiper .swiper-component-button-arrow::before {
  
  transform: rotate(-45deg);
  
  transform-origin: left center;
}

.page-front__banner-temp-swiper .swiper-component-button-arrow::after {
  
  transform: rotate(-45deg);
  
  transform-origin: right center;
  margin-top: 2.5px;
}

[dir="rtl"] .page-front__banner-temp-swiper .swiper-component-button-arrow::after {
  
  transform: rotate(45deg);
  
  transform-origin: left center;
}

.page-front__banner-temp-swiper .swiper-component-button-prev .swiper-component-button-arrow {
  transform: scaleX(-1);
}

.page-front__product {
  
  background: linear-gradient(180deg, #001e60 0%, #003da6 100%);
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  box-shadow: 0 0 0 10px #003da6;
  color: #fffffc;
  font-family: "Nunito", sans-serif;
  overflow: visible;
  padding: 2.25rem 0 2rem;
  position: relative;
}

[dir="rtl"] .page-front__product {
  
  background: linear-gradient(-180deg, #001e60 0%, #003da6 100%);
}

@media (max-width: 767.98px) {
  .page-front__product {
    overflow-x: clip;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .page-front__product {
    padding: 3.75rem 0;
  }
}

.page-front__product-headline {
  color: #fffffc;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-wrap: balance;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .page-front__product-headline {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .page-front__product-headline {
    line-height: 2.2rem;
  }
}

.page-front__product-headline-gold-italic {
  color-scheme: only light;
  -webkit-forced-color-adjust: none;
          forced-color-adjust: none;
  
  background-image: linear-gradient(90deg, #b88744 0%, #ecd9ab 12%, #e3c676 37.74%, #dbb868 56%, #ecd9ab 72%, #e3c676 88%, #b88744 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
  padding-inline-end: .12em;
  margin-inline-end: -0.12em;
}

[dir="rtl"] .page-front__product-headline-gold-italic {
  
  background-image: linear-gradient(-90deg, #b88744 0%, #ecd9ab 12%, #e3c676 37.74%, #dbb868 56%, #ecd9ab 72%, #e3c676 88%, #b88744 100%);
}

@supports not (background-clip: text) {
  .page-front__product-headline-gold-italic {
    background-image: none;
    -webkit-text-fill-color: #b88744;
    color: #b88744;
  }
}

.page-front__product-tablist {
  
  background-image: linear-gradient(180deg, rgba(222, 255, 255, .12) 0%, rgba(190, 190, 189, .12) 100%);
  border: 0;
  border-radius: 6.25rem;
  box-shadow: inset 0 0 8px 0 rgba(100, 198, 246, .4);
  display: flex;
  margin: 0 auto 1.5rem;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

[dir="rtl"] .page-front__product-tablist {
  
  background-image: linear-gradient(-180deg, rgba(222, 255, 255, .12) 0%, rgba(190, 190, 189, .12) 100%);
}

@media (max-width: 767.98px) {
  .page-front__product-tablist {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .page-front__product-tablist {
    display: none;
  }
}

.page-front__product-tab-btn {
  background: none;
  border: 2px solid transparent;
  border-radius: 6.25rem;
  color: #67f7fe;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.125rem;
  margin-inline: auto;
  flex: 1 1 0;
  min-width: 0;
  opacity: .4;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  transition: opacity .2s ease, color .2s ease;
  white-space: nowrap;
  z-index: 1;
}

.page-front__product-tab-btn:hover {
  color: #003da6;
  opacity: 1;
}

.page-front__product-tab-btn[aria-selected=true] {
  color: #fff;
  opacity: 1;
}

.page-front__product-tab-indicator {
  
  background-image: linear-gradient(155.27deg, rgba(64, 137, 228, .4) 20.43%, rgba(2, 48, 149, .4) 69.75%);
  border: 2px solid #67f7fe;
  border-radius: 6.25rem;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .12), inset 0 0 8px 2px rgba(103, 247, 254, .5);
  box-sizing: border-box;
  inset-block: 0;
  
  left: 0;
  pointer-events: none;
  position: absolute;
  
  transition: left .35s ease;
  width: 50%;
  z-index: 0;
}

[dir="rtl"] .page-front__product-tab-indicator {
  
  background-image: linear-gradient(-155.27deg, rgba(64, 137, 228, .4) 20.43%, rgba(2, 48, 149, .4) 69.75%);
  left: auto;
  
  right: 0;
  
  transition: right .35s ease;
}

.page-front__product-tablist:has(.page-front__product-tab-btn:nth-child(1).active) .page-front__product-tab-indicator {
  
  left: 0;
}

[dir="rtl"] .page-front__product-tablist:has(.page-front__product-tab-btn:nth-child(1).active) .page-front__product-tab-indicator {
  left: auto;
  
  right: 0;
}

.page-front__product-tablist:has(.page-front__product-tab-btn:nth-child(2).active) .page-front__product-tab-indicator {
  
  left: 50%;
}

[dir="rtl"] .page-front__product-tablist:has(.page-front__product-tab-btn:nth-child(2).active) .page-front__product-tab-indicator {
  left: auto;
  
  right: 50%;
}

@media (prefers-reduced-motion: reduce) {
  .page-front__product-tab-indicator {
    transition: none !important;
  }
}

.page-front__product-tab-content {
  margin: 0 auto;
  max-width: 73rem;
}

@media (max-width: 767.98px) {
  .page-front__product-tab-content {
    display: grid !important;
  }

  .page-front__product-tab-content .tab-pane {
    display: block !important;
    grid-area: 1/1/2/2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(.5rem);
    transition: opacity .2s ease, transform .2s ease, visibility 0s;
    visibility: hidden;
    will-change: opacity, transform;
  }

  .page-front__product-tab-content .tab-pane .page-front__product-image {
    min-height: 12rem;
  }

  .page-front__product-tab-content .tab-pane.active.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 1;
  }

  .page-front__product-tab-content .tab-pane[hidden] {
    display: block !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-front__product-tab-content .tab-pane {
    transition: none !important;
    transform: none !important;
  }
}

@media (min-width: 768px) {
  .page-front__product-tab-content {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }

  .page-front__product-tab-content .tab-pane {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .page-front__product-tab-content .tab-pane[hidden] {
    display: block !important;
  }
}

.page-front__product-card {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.page-front__product-image {
  align-items: flex-end;
  aspect-ratio: 21/19;
  display: flex;
  justify-content: center;
  max-height: 19rem;
  overflow: visible;
  padding: 1rem;
  width: 100%;
}

@media (max-width: 767.98px) {
  .page-front__product-image {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.page-front__product-image > * {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

.page-front__product-name {
  color: #fffffc;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0;
  text-align: center;
  letter-spacing: 0;
}

.page-front__product-desc {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  color: #fffffc;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .page-front__product-desc {
    font-size: .9rem;
  }
}

.page-front__product-cta {
  position: relative;
  overflow: visible;
  align-items: center;
  
  background: linear-gradient(180deg, #001e60 0%, #003da6 100%);
  border: 2px solid #67f7fe;
  border-radius: 9999px;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .4), inset 0 0 4px 4px rgba(19, 235, 255, .4);
  color: #fffffc;
  display: inline-flex;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .14px;
  line-height: 1.125rem;
  min-height: 50px;
  padding: .75rem 2.5rem;
  text-align: center;
  text-decoration: none;
}

[dir="rtl"] .page-front__product-cta {
  
  background: linear-gradient(-180deg, #001e60 0%, #003da6 100%);
}

.page-front__product-cta::before, .page-front__product-cta::after {
  background: radial-gradient(ellipse closest-side at center, #deffff 0%, rgba(190, 253, 254, 0) 100%);
  content: "";
  height: 8px;
  
  left: 50%;
  pointer-events: none;
  position: absolute;
  
  transform: translateX(-50%);
  width: 60px;
}

[dir="rtl"] .page-front__product-cta::before, [dir="rtl"] .page-front__product-cta::after {
  left: auto;
  
  right: 50%;
  
  transform: translateX(50%);
}

.page-front__product-cta::before {
  top: -5px;
}

.page-front__product-cta::after {
  bottom: -5px;
}

.page-front__product-cta:hover, .page-front__product-cta:focus-visible, .page-front__info-nav-btn:hover, .page-front__info-nav-btn:focus-visible, .page-front__faq-cta:hover, .page-front__faq-cta:focus-visible {
  
  background: linear-gradient(128.6deg, #468ecf 0%, #025ac1 60.151%);
  border-color: #f3f7fb;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .4), inset 0 0 4px 4px rgba(19, 235, 255, .4);
}

[dir="rtl"] .page-front__product-cta:hover, [dir="rtl"] .page-front__product-cta:focus-visible, [dir="rtl"] .page-front__info-nav-btn:hover, [dir="rtl"] .page-front__info-nav-btn:focus-visible, [dir="rtl"] .page-front__faq-cta:hover, [dir="rtl"] .page-front__faq-cta:focus-visible {
  
  background: linear-gradient(-128.6deg, #468ecf 0%, #025ac1 60.151%);
}

.page-front__product-cta:hover::before, .page-front__product-cta:hover::after, .page-front__product-cta:focus-visible::before, .page-front__product-cta:focus-visible::after, .page-front__info-nav-btn:hover::before, .page-front__info-nav-btn:hover::after, .page-front__info-nav-btn:focus-visible::before, .page-front__info-nav-btn:focus-visible::after, .page-front__faq-cta:hover::before, .page-front__faq-cta:hover::after, .page-front__faq-cta:focus-visible::before, .page-front__faq-cta:focus-visible::after {
  opacity: 0;
}

.page-front__product-cta:disabled, .page-front__product-cta[aria-disabled=true], .page-front__info-nav-btn:disabled, .page-front__info-nav-btn[aria-disabled=true], .page-front__info-card-cta:disabled, .page-front__info-card-cta[aria-disabled=true], .page-front__expert-card-cta:disabled, .page-front__expert-card-cta[aria-disabled=true], .page-front__faq-cta:disabled, .page-front__faq-cta[aria-disabled=true] {
  background: rgba(0, 0, 0, .4);
  border-color: #adb0b6;
  box-shadow: none;
  color: #616875;
  pointer-events: none;
}

.page-front__product-cta:disabled::before, .page-front__product-cta:disabled::after, .page-front__product-cta[aria-disabled=true]::before, .page-front__product-cta[aria-disabled=true]::after, .page-front__info-nav-btn:disabled::before, .page-front__info-nav-btn:disabled::after, .page-front__info-nav-btn[aria-disabled=true]::before, .page-front__info-nav-btn[aria-disabled=true]::after, .page-front__info-card-cta:disabled::before, .page-front__info-card-cta:disabled::after, .page-front__info-card-cta[aria-disabled=true]::before, .page-front__info-card-cta[aria-disabled=true]::after, .page-front__expert-card-cta:disabled::before, .page-front__expert-card-cta:disabled::after, .page-front__expert-card-cta[aria-disabled=true]::before, .page-front__expert-card-cta[aria-disabled=true]::after, .page-front__faq-cta:disabled::before, .page-front__faq-cta:disabled::after, .page-front__faq-cta[aria-disabled=true]::before, .page-front__faq-cta[aria-disabled=true]::after {
  opacity: 0;
}

.page-front__product-blob {
  align-items: center;
  color: rgba(255, 255, 255, .3);
  display: flex;
  font-size: .75rem;
  height: 20rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 20rem;
  z-index: 0;
}

.page-front__product-blob img {
  max-width: 100%;
  max-height: 100%;
}

.page-front__product-blob--top-left {
  
  left: 0;
  top: .5rem;
  justify-content: start;
  height: 15rem;
}

[dir="rtl"] .page-front__product-blob--top-left {
  left: auto;
  
  right: 0;
}

@media (max-width: 767.98px) {
  .page-front__product-blob--top-left {
    top: 9rem;
  }
}

.page-front__product-blob--top-left img {
  transform: scaleX(-1);
}

.page-front__product-blob--bottom-right {
  justify-content: end;
  bottom: 0;
  
  right: 0;
}

[dir="rtl"] .page-front__product-blob--bottom-right {
  right: auto;
  
  left: 0;
}

.page-front__expert {
  background: linear-gradient(0deg, #001e60 0%, #003da6 100%);
  color: #fffffc;
  font-family: "Nunito", sans-serif;
  padding: 2.5rem 0;
}

@media (min-width: 768px) {
  .page-front__expert {
    padding: 3.75rem 0;
  }
}

@media (min-width: 992px) {
  .page-front__expert {
    padding: 3.75rem 0;
  }
}

.page-front__expert-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: .75rem;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .page-front__expert-row {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    margin: 0 auto;
    max-width: 70rem;
  }
}

.page-front__expert-title {
  color: #fffffc;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  flex: 0 0 100%;
  max-width: 100%;
  letter-spacing: 0;
  margin: 0 0 2rem;
  
  text-align: left;
  text-wrap: balance;
}

[dir="rtl"] .page-front__expert-title {
  
  text-align: right;
}

@media (min-width: 768px) {
  .page-front__expert-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .page-front__expert-title {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.page-front__expert-row > .page-front__expert-card {
  flex: 0 0 calc(50% - .75rem);
  max-width: calc(50% - .75rem);
}

@media (min-width: 768px) {
  .page-front__expert-row > .page-front__expert-card {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.page-front__expert-card {
  background-color: #001e60;
  background-image: var(--card-image-mobile, var(--card-image, none));
  background-position: center 15%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #67f7fe;
  border-radius: 1.5rem;
  box-shadow: inset 0 0 12px 4px rgba(100, 198, 246, .8), 0 4px 4px rgba(1, 29, 121, .4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 15.25rem;
  overflow: hidden;
  padding: .5rem;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .page-front__expert-card {
    background-image: var(--card-image, none);
    padding: 1.5rem;
    min-height: 15.625rem;
  }
}

.page-front__expert-card::before {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.page-front__expert-card--gradient::before {
  background: linear-gradient(to top, #071d4c 0%, #003da6 20%, rgba(0, 61, 166, 0) 40%);
}

@media (min-width: 768px) {
  .page-front__expert-card--gradient::before {
    background: linear-gradient(to top, #071d4c 0%, #003da6 30%, rgba(0, 61, 166, 0) 60%);
  }
}

.page-front__expert-card[data-placeholder]::before {
  align-items: center;
  
  background: linear-gradient(180deg, rgba(0, 30, 96, 0) 0%, rgba(0, 30, 96, .4) 40%, rgba(0, 30, 96, .85) 100%), rgba(255, 255, 255, .04);
  border: 1px dashed rgba(255, 255, 255, .3);
  border-radius: inherit;
  color: rgba(255, 255, 255, .5);
  content: attr(data-placeholder);
  display: flex;
  font-size: .75rem;
  justify-content: center;
  text-align: center;
}

[dir="rtl"] .page-front__expert-card[data-placeholder]::before {
  
  background: linear-gradient(-180deg, rgba(0, 30, 96, 0) 0%, rgba(0, 30, 96, .4) 40%, rgba(0, 30, 96, .85) 100%), rgba(255, 255, 255, .04);
}

.page-front__expert-card-content {
  position: relative;
  width: 100%;
  z-index: 2;
}

@media (min-width: 992px) {
  .page-front__expert-card-content {
    align-items: end;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
  }
}

.page-front__expert-card-desc {
  font-family: "Nunito", sans-serif;
  font-size: .75rem;
  line-height: 1rem;
  color: #fffffc;
  margin-bottom: 1rem;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .page-front__expert-card-desc {
    flex: 1;
    margin-bottom: 0;
    min-width: 0;
    
    text-align: left;
  }

  [dir="rtl"] .page-front__expert-card-desc {
    
    text-align: right;
  }
}

.page-front__expert-card-cta {
  position: relative;
  align-items: center;
  
  background: linear-gradient(180deg, #001e60 0%, #003da6 100%);
  border: 2px solid #67f7fe;
  border-radius: 9999px;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .4), inset 0 0 4px 4px rgba(19, 235, 255, .4);
  color: #fffffc;
  display: inline-flex;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .625rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .12px;
  line-height: .75rem;
  margin-top: auto;
  min-height: 36px;
  padding: .375rem 1.25rem;
  text-align: center;
  text-decoration: none;
}

[dir="rtl"] .page-front__expert-card-cta {
  
  background: linear-gradient(-180deg, #001e60 0%, #003da6 100%);
}

.page-front__expert-card-cta::before, .page-front__expert-card-cta::after {
  background: radial-gradient(ellipse closest-side at center, #deffff 0%, rgba(190, 253, 254, 0) 100%);
  content: "";
  height: 6px;
  
  left: 50%;
  pointer-events: none;
  position: absolute;
  
  transform: translateX(-50%);
  width: 40px;
}

[dir="rtl"] .page-front__expert-card-cta::before, [dir="rtl"] .page-front__expert-card-cta::after {
  left: auto;
  
  right: 50%;
  
  transform: translateX(50%);
}

.page-front__expert-card-cta::before {
  top: -5px;
}

.page-front__expert-card-cta::after {
  bottom: -5px;
}

@media (min-width: 768px) {
  .page-front__expert-card-cta {
    font-size: .75rem;
    line-height: 1rem;
  }
}

@media (min-width: 992px) {
  .page-front__expert-card-cta {
    flex: 0 0 auto;
    margin-top: 0;
  }
}

.page-front__info-card-cta:hover, .page-front__info-card-cta:focus-visible, .page-front__expert-card-cta:hover, .page-front__expert-card-cta:focus-visible {
  
  background-image: linear-gradient(124deg, #468ecf 0%, #025ac1 60.151%);
  border-color: #f3f7fb;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .4), inset 0 0 4px 4px rgba(19, 235, 255, .4);
}

[dir="rtl"] .page-front__info-card-cta:hover, [dir="rtl"] .page-front__info-card-cta:focus-visible, [dir="rtl"] .page-front__expert-card-cta:hover, [dir="rtl"] .page-front__expert-card-cta:focus-visible {
  
  background-image: linear-gradient(-124deg, #468ecf 0%, #025ac1 60.151%);
}

.page-front__info-card-cta:hover::before, .page-front__info-card-cta:hover::after, .page-front__info-card-cta:focus-visible::before, .page-front__info-card-cta:focus-visible::after, .page-front__expert-card-cta:hover::before, .page-front__expert-card-cta:hover::after, .page-front__expert-card-cta:focus-visible::before, .page-front__expert-card-cta:focus-visible::after {
  opacity: 0;
}

.page-front__review {
  
  background: linear-gradient(180deg, #001e60 0%, #003da6 100%);
  color: #fffffc;
  font-family: "Nunito", sans-serif;
  padding: 0;
  position: relative;
}

[dir="rtl"] .page-front__review {
  
  background: linear-gradient(-180deg, #001e60 0%, #003da6 100%);
}

@media (min-width: 768px) {
  .page-front__review {
    padding-top: 2rem;
  }
}

.page-front__review-title {
  color: #fffffc;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  text-wrap: balance;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .page-front__review-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.page-front__review-accent {
  bottom: -4rem;
  
  left: 0;
  opacity: .6;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 21rem;
}

[dir="rtl"] .page-front__review-accent {
  left: auto;
  
  right: 0;
}

.page-front__review-accent img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  
  object-position: left center;
  transform: scaleX(-1);
  width: auto;
}

[dir="rtl"] .page-front__review-accent img {
  
  object-position: right center;
}

.page-front__faq {
  
  background: linear-gradient(180deg, #003da6 0%, #001e60 100%);
  color: #fffffc;
  font-family: "Nunito", sans-serif;
  overflow: hidden;
  padding: 2.5rem 0;
  padding-top: 1rem;
  padding-bottom: 5rem;
  position: relative;
}

[dir="rtl"] .page-front__faq {
  
  background: linear-gradient(-180deg, #003da6 0%, #001e60 100%);
}

@media (min-width: 768px) {
  .page-front__faq {
    padding-top: 2rem;
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 992px) {
  .page-front__faq {
    padding: 2rem 0 8rem;
  }
}

.page-front__faq-layout {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.page-front__faq-title {
  color: #fffffc;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin: 0 0 .5rem;
  max-width: 36rem;
  text-align: center;
  text-wrap: balance;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .page-front__faq-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.page-front__faq-slot {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .page-front__faq-slot {
    width: 66.666667%;
    margin: 0 auto;
  }
}

.page-front__faq-slot .faq-accordion {
  background: none;
}

.page-front__faq-slot .faq-accordion__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
  width: 100%;
}

.page-front__faq-slot .faq-accordion__intro, .page-front__faq-slot .faq-accordion__more {
  display: none;
}

.page-front__faq-slot .faq-accordion__list {
  width: 100%;
}

.page-front__faq-cta {
  position: relative;
  overflow: visible;
  align-items: center;
  
  background: linear-gradient(180deg, #001e60 0%, #003da6 100%);
  border: 2px solid #67f7fe;
  border-radius: 9999px;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .4), inset 0 0 4px 4px rgba(19, 235, 255, .4);
  color: #fffffc;
  display: inline-flex;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .14px;
  line-height: 1.125rem;
  min-height: 50px;
  padding: .75rem 2.5rem;
  text-align: center;
  text-decoration: none;
}

[dir="rtl"] .page-front__faq-cta {
  
  background: linear-gradient(-180deg, #001e60 0%, #003da6 100%);
}

.page-front__faq-cta::before, .page-front__faq-cta::after {
  background: radial-gradient(ellipse closest-side at center, #deffff 0%, rgba(190, 253, 254, 0) 100%);
  content: "";
  height: 8px;
  
  left: 50%;
  pointer-events: none;
  position: absolute;
  
  transform: translateX(-50%);
  width: 60px;
}

[dir="rtl"] .page-front__faq-cta::before, [dir="rtl"] .page-front__faq-cta::after {
  left: auto;
  
  right: 50%;
  
  transform: translateX(50%);
}

.page-front__faq-cta::before {
  top: -5px;
}

.page-front__faq-cta::after {
  bottom: -5px;
}

@media (min-width: 992px) {
  .page-front__faq-cta {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.page-front__faq-cta:hover, .page-front__faq-cta:focus-visible {
  
  background: linear-gradient(128.6deg, #468ecf 0%, #025ac1 60.151%);
  border-color: #f3f7fb;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .4), inset 0 0 4px 4px rgba(19, 235, 255, .4);
}

[dir="rtl"] .page-front__faq-cta:hover, [dir="rtl"] .page-front__faq-cta:focus-visible {
  
  background: linear-gradient(-128.6deg, #468ecf 0%, #025ac1 60.151%);
}

.page-front__faq-cta:hover::before, .page-front__faq-cta:hover::after, .page-front__faq-cta:focus-visible::before, .page-front__faq-cta:focus-visible::after {
  opacity: 0;
}

.page-front__faq-accent {
  bottom: 0;
  opacity: .6;
  pointer-events: none;
  position: absolute;
  
  right: 0;
  z-index: 1;
  height: 21rem;
}

[dir="rtl"] .page-front__faq-accent {
  right: auto;
  
  left: 0;
}

.page-front__faq-accent img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  
  object-position: right center;
  width: auto;
}

[dir="rtl"] .page-front__faq-accent img {
  
  object-position: left center;
}

