:root {
  --c-light-gray: #7f7f7f;
  --c-blue: #011f39;
  --c-dark-green: #1a1a1a;
  --notch-progress: 0;
  --vh: 1vh;
  --svh: 1svh;
}

.has-mb-asset.media-wrapper {
  height: 100%;
}

.has-mb-asset.media-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

section.fullscreen-features__wrapper {
  height: auto;
  width: 100%;
}

section.fullscreen-features__wrapper[data-items-count="1"] {
  height: unset;
}

.sticky-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.notch__wrapper {
  overflow: hidden;
  --offset-mask: 4rem;
}

.notch__wrapper .svg-mask {
  height: calc(100% + var(--offset-mask));
}

.notch__wrapper .slot {
  height: 100%;
  transform: translateY(calc(-100% * var(--notch-progress)));
  width: 100%;
}

.notch__wrapper .slot > .image {
  height: calc(100% - var(--offset-mask));
  transform: translateY(calc(100% * var(--notch-progress)));
}

.notch__wrapper > .image {
  height: 100%;
}

.image-layout {
  flex-grow: 1;
  position: relative;
}

.image-layout .notch__wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bottom-layout {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 3.25rem 1.25rem 8.125rem;
  pointer-events: none;
  row-gap: 5.641vw;
  width: 100%;
  box-sizing: border-box;
}

.bottom-layout .line-split {
  opacity: 0;
  will-change: transform;
}

.bottom-layout.show {
  pointer-events: auto;
}

.progress-bar {
  display: none;
  position: absolute;
}

.title__wrapper {
  display: flex;
  gap: 1.512rem;
  /*  flex-direction: column;
  row-gap: 4.103vw;*/
}

.title__wrapper .pre-title {
  color: #656565;
}

.title__wrapper .title {
  color: var(--c-dark-green);
  display: block;
  white-space: normal;
}

.title__wrapper .title strong {
  color: var(--c-light-gray);
  transition: color 0.4s;
}

.title__wrapper .title strong.show {
  animation: color-transition-green 0.5s;
  color: var(--c-dark-green);
}

.bottom-layout.layout-2 .content__wrapper {
  grid-column: 8/13;
}

.content__wrapper {
  grid-column: 5/12;
  position: relative;
}

.has-button .content__wrapper {
  grid-column: 5/11;
}

.content__wrapper--link {
  /*grid-column: 11/12;*/
  grid-column: 12/12;
  opacity: 0;
  padding: 1px;
}

.content__wrapper .content__paragraph {
  color: #484848;
}

.ai-cards {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
  opacity: 0;
}

.ai-cards-swiper {
  width: 100%;
}

.ai-cards-swiper .swiper-wrapper {
  display: flex;
  gap: 1rem;
}

.ai-cards-swiper .swiper-slide {
  width: auto;
  height: unset;
}

.ai-card {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  height: 100%;
  min-height: 34.684rem;
}

.ai-card p,
.ai-card--description {
  /* margin: 0 0 1rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--c-light-gray);*/
}

.ai-card a {
}

.notch-section__wrapper {
  height: 100%;
  width: 100%;
}

.notch-section__wrapper > .svg-mask {
  height: 100%;
  width: 100%;
}

.notch-section__wrapper > .svg-mask > .slot {
  height: 100%;
  width: 100%;
}

.line-mask-split-mask {
  display: block;
  overflow: clip;
}

.line-split {
  display: inline-block !important;
}

.padded-counter__wrapper {
  position: relative;
  top: 0.5625rem;
}

.svg-mask {
  position: relative;
}

.svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slot {
  overflow: clip;
}

.slot:not(.ssr).use-clip {
  clip-path: var(--svgclip);
}

.ai-card,
.ai-card--description,
.ai-card--description p,
.ai-card a {
  color: #fff;
}
.ai-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #d0d0d0;
}
.ai-card--description,
.ai-card--description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
.ai-card {
  display: flex;
  flex-direction: column;
}
.ai-card a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  width: max-content;
  display: flex;
  align-items: flex-end;
  transition: color 0.3s;
  position: relative;
  gap: 10px;
  margin-top: 28px;
  margin-left: 16px;
  justify-content: flex-end;
  height: 100%;
}
.ai-card a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #f47121;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  bottom: 6px;
}
.ai-card a:after {
  content: "";
  height: 1px;
  background: #fff;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.ai-card a:hover:after {
  width: 100%;
}
.ai-card--content-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.title__wrapper .title .line-split {
  font-weight: 500;
}
.capabilities-wrapper:has(.capability-list-item-406.active) .capability-list-item {
  color: #656565;
}
@media only screen and (min-width: 768px) {
  .capabilities-wrapper:has(.capability-list-item-406.active) .capability-list-item.active,
  .capabilities-wrapper:has(.capability-list-item-406.active) .capability-description {
    color: #000;
  }
  .capabilities-wrapper:has(.capability-list-item-406.active) .capability-link {
    color: #01225e;
  }
}
@media only screen and (max-width: 767px) {
  .capabilities-section:has(.capabilities-slide-406.swiper-slide-active) .capabilities-main-title,
  .capabilities-section:has(.capabilities-slide-406.swiper-slide-active) .capability-tagline,
  .capabilities-slide-406 .capability-title,
  .capabilities-slide-406 .capability-description {
    color: #000;
  }
  .capabilities-slide-406 .capability-link {
    color: #01225e;
  }
}

.capabilities-wrapper .swiper-slide-active .capability-title {
}
.capabilities-main-title,
.capabilities-list li.active,
.capability-tagline,
.capability-content-box {
}
@media (min-width: 768px) {
  .ai-card {
    background: rgba(0, 0, 0, 0.2);
    border: 0.09rem solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 1.424rem;
    padding: 2.491rem;
    box-shadow: 0 0.35rem 1.424rem rgba(0, 0, 0, 0.1);
    transform: translateY(0.89rem);
    max-width: 34.684rem;
    height: 100%;
    width: 100%;
    max-width: 31.838rem;
    gap: 4.5rem;
  }
  .ai-card h3 {
    font-size: 3.024rem;
    padding-bottom: 2.668rem;
    margin-bottom: 2.668rem;
    border-bottom: 0.09rem solid #d0d0d0;
    letter-spacing: -0.15rem;
  }
  .ai-card--description,
  .ai-card--description p,
  .ai-card a {
    font-size: 1.6rem;
  }
  .ai-card a:before {
    width: 0.7rem;
    height: 0.7rem;
    bottom: 0.534rem;
    left: -1.424rem;
  }
  .ai-cards {
    bottom: 5.07rem;
    right: 8.911rem;
  }
  .title__wrapper .pre-title {
    font-size: 1.7789rem;
    line-height: 1.4;
  }
  .title__wrapper .title .line-split {
    font-size: 3.914rem;
    letter-spacing: -0.15rem;
  }
  .ai-card a {
    gap: 0.89rem;
    margin-top: 2.491rem;
    margin-left: 1.424rem;
  }
  .ai-card a:after {
    height: 0.09rem;
  }
}

/* 1024 */
@media (min-width: 768px) {
  /* section.fullscreen-features__wrapper {
     height:calc(130vh*var(--items-count)*1);
    height:calc(var(--vh, 1vh)*130*var(--items-count)*1) 
  } */

  .sticky__wrapper {
    height: 100svh;
    height: calc(var(--svh, 1svh) * 100);
    position: sticky;
    top: 0;
  }

  .sticky-layout {
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
  }

  .sticky-layout.pointer {
    pointer-events: auto;
  }

  .notch__wrapper {
    --offset-mask: 5rem;
  }

  .image-layout .overlay {
    background-color: #00000000;
    height: 100%;
    left: 0;
    opacity: calc(1 - var(--notch-progress));
    position: absolute;
    top: 0;
    width: 100%;
  }

  .bottom-layout {
    padding: 3.558rem 8.911rem;
    --grid-size: 12;
    --grid-gutter: min(1.042vw, 26.6666666667px);
    --grid-margin: min(3.646vw, 93.3333333333px);
    -moz-column-gap: var(--grid-gutter, 0);
    column-gap: var(--grid-gutter, 0);
    display: grid;
    grid-template-columns: repeat(var(--grid-size), 1fr);
    height: calc(6.75rem + min(5.282vw, 135.2133333333px));
    /*padding-bottom: 3.375rem;
    padding-top: 3.375rem;
    padding-left: var(--grid-margin);
    padding-right: var(--grid-margin);*/
  }

  .progress-bar {
    display: block;
    left: 4.375rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .bottom-layout .title__wrapper {
    /*grid-column: 1/5;*/
    grid-column: 1/4;
    row-gap: min(0.156vw, 4px);
  }

  .bottom-layout .title__wrapper .title .line-split {
    /* height: min(1.99vw, 50.9333333333px);*/
    height: min(3.2vw, 52.9333333333px);
    margin-bottom: min(-0.365vw, -9.3333333333px);
  }

  .bottom-layout.layout-2 .title__wrapper {
    grid-column: 1/6;
    row-gap: min(0.677vw, 17.3333333333px);
  }

  .bottom-layout.layout-2 .content__wrapper {
    text-wrap: wrap;
    width: min(29.948vw, 766.6666666667px);
  }

  .bottom-layout.layout-2 .content__wrapper .content__paragraph {
    position: relative;
    text-wrap: wrap;
    top: min(1.823vw, 46.6666666667px);
    width: 100%;
  }

  .content__wrapper .content__paragraph {
    position: absolute;
    text-wrap: wrap;
    width: 100%;
  }

  .ai-cards {
    /*bottom: 3rem;
    right: 3rem;*/
  }

  .ai-cards-swiper .swiper-wrapper {
    gap: 1.5rem;
  }

  /* .ai-card {
    padding: 2rem;
    min-width: 280px;
  }*/
}

/* 1023 */

@media (max-width: 767px) {
  .sticky-layout .bottom-layout {
    padding: 16px 16px 32px;
  }

  .image-layout {
    /* height: 40vh;*/
    height: 55vh;
  }

  .content__wrapper--link {
    opacity: 1;
    margin-top: 1.5rem;
  }

  .ai-cards {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: auto;
    width: 100%;
    opacity: 1;
  }

  .ai-cards-swiper {
    overflow: visible;
  }

  .ai-cards-swiper .swiper-wrapper {
    gap: 0.75rem;
  }

  .ai-cards-swiper .swiper-slide {
    width: 75%;
    height: 310px;
  }

  .ai-cards-swiper .swiper-slide:first-child {
    margin-left: 0;
  }

  .ai-card {
    padding: 32px 20px;
    transform: translateY(0);
    min-width: unset;
  }
  .bottom-layout .line-split {
    letter-spacing: 0;
  }
  .title__wrapper .pre-title {
    font-size: 14px;
  }
  .title__wrapper .title {
    font-size: 24px;
  }
  .title__wrapper {
    gap: 8px;
    flex-direction: column;
  }
}

@keyframes color-transition-green {
  0% {
    color: var(--c-light-gray);
  }

  30% {
    color: var(--c-blue);
  }

  to {
    color: var(--c-dark-green);
  }
}

.pre-title.animated-strong {
  display: none;
}
