/* [project]/app/[locale]/_landing-components/Automation/Automation.module.scss.module.css [app-client] (css) */
.Automation-module-scss-module__EhvXLa__section {
  background: #fff;
}

.Automation-module-scss-module__EhvXLa__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.Automation-module-scss-module__EhvXLa__header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 56px;
  display: flex;
}

.Automation-module-scss-module__EhvXLa__title {
  letter-spacing: -.03em;
  color: #000;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  flex-shrink: 0;
  margin: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.1;
}

.Automation-module-scss-module__EhvXLa__subtitle {
  letter-spacing: -.02em;
  color: #000;
  max-width: 350px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.Automation-module-scss-module__EhvXLa__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.Automation-module-scss-module__EhvXLa__card {
  box-sizing: border-box;
  background-color: #f5f5f5;
  background-image: var(--automation-card-bg-image, none);
  background-size: cover;
  background-position: var(--automation-card-bg-position, center);
  background-repeat: no-repeat;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  height: 300px;
  margin-bottom: -1px;
  padding: 24px 24px 36px;
  display: flex;
  position: relative;
}

.Automation-module-scss-module__EhvXLa__card:before {
  content: "";
  pointer-events: none;
  z-index: 1;
  border: 1px solid #0003;
  border-radius: 2px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
  mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
  -webkit-mask-position: 0 0, 100% 0, 0 100%, 100% 100%;
  mask-position: 0 0, 100% 0, 0 100%, 100% 100%;
  -webkit-mask-size: 40px 40px;
  mask-size: 40px 40px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.Automation-module-scss-module__EhvXLa__card--light {
  color: #000;
}

.Automation-module-scss-module__EhvXLa__card--light:nth-child(odd) {
  background-color: #f5f5f5;
}

.Automation-module-scss-module__EhvXLa__card--light:nth-child(2n) {
  background-color: #fff;
}

.Automation-module-scss-module__EhvXLa__card--dark {
  color: #fff;
  background-color: #000;
}

.Automation-module-scss-module__EhvXLa__card--dark div {
  color: #fff;
}

.Automation-module-scss-module__EhvXLa__card--accent {
  color: #fff;
  background-color: #000;
}

.Automation-module-scss-module__EhvXLa__cardTextWrapper {
  text-wrap: balance;
  height: 90px;
}

.Automation-module-scss-module__EhvXLa__iconWrap {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  display: flex;
}

.Automation-module-scss-module__EhvXLa__cardTitle {
  letter-spacing: -.02em;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.Automation-module-scss-module__EhvXLa__cardDesc {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .Automation-module-scss-module__EhvXLa__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .Automation-module-scss-module__EhvXLa__section {
    padding: 72px 0;
  }

  .Automation-module-scss-module__EhvXLa__inner {
    width: 100%;
    padding: 0 16px;
  }

  .Automation-module-scss-module__EhvXLa__header {
    flex-direction: column;
    gap: 36px;
    margin-bottom: 56px;
    padding: 0;
  }

  .Automation-module-scss-module__EhvXLa__title {
    font-size: 36px;
  }

  .Automation-module-scss-module__EhvXLa__subtitle {
    align-self: flex-start;
    max-width: 100%;
  }

  .Automation-module-scss-module__EhvXLa__grid {
    grid-template-columns: 1fr;
  }

  .Automation-module-scss-module__EhvXLa__card {
    aspect-ratio: 350 / 226;
    background-size: var(--automation-card-bg-size, cover);
    width: 100%;
    height: auto;
    max-height: 350px;
    padding: 16px 16px 24px;
  }
}

/* [project]/app/[locale]/_landing-components/CaseStudies/CaseStudies.module.scss.module.css [app-client] (css) */
.CaseStudies-module-scss-module__FQpr9q__section {
  background: #fff;
  overflow: hidden;
}

.CaseStudies-module-scss-module__FQpr9q__inner {
  flex-direction: column;
  width: min(1200px, 100% - 48px);
  min-width: 0;
  margin: 0 auto;
  display: flex;
}

.CaseStudies-module-scss-module__FQpr9q__sliderShell {
  flex-direction: column;
  gap: 56px;
  min-width: 0;
  display: flex;
}

.CaseStudies-module-scss-module__FQpr9q__header {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  display: flex;
}

.CaseStudies-module-scss-module__FQpr9q__title {
  letter-spacing: -.04em;
  margin: 0;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 300;
  line-height: 1;
}

.CaseStudies-module-scss-module__FQpr9q__headerActions {
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  display: inline-flex;
}

.CaseStudies-module-scss-module__FQpr9q__allCases {
  height: 38px;
  color: inherit;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #0000001f;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.CaseStudies-module-scss-module__FQpr9q__navGroup {
  -webkit-backdrop-filter: blur(60px);
  background: #ffffffe6;
  border: 1px solid #0000001a;
  border-radius: 36px;
  align-items: center;
  gap: 8px;
  padding: 3px;
  display: inline-flex;
}

.CaseStudies-module-scss-module__FQpr9q__navButton {
  color: #051322;
  cursor: pointer;
  background: #00000005;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s, opacity .2s;
  display: inline-flex;
}

.CaseStudies-module-scss-module__FQpr9q__navButton:hover:not(:disabled) {
  background: #0000000d;
}

.CaseStudies-module-scss-module__FQpr9q__navButton:disabled {
  opacity: .3;
  cursor: not-allowed;
}

.CaseStudies-module-scss-module__FQpr9q__sliderViewport {
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: visible;
}

.CaseStudies-module-scss-module__FQpr9q__sliderViewport:focus-visible {
  outline-offset: 8px;
  outline: 2px solid #05132247;
}

.CaseStudies-module-scss-module__FQpr9q__sliderTrack {
  width: min(1200px, 100%);
  margin: 0 auto;
  position: relative;
}

.CaseStudies-module-scss-module__FQpr9q__cardsTrack.swiper {
  cursor: grab;
  overflow: visible;
}

.CaseStudies-module-scss-module__FQpr9q__cardsTrack:active {
  cursor: grabbing;
}

.CaseStudies-module-scss-module__FQpr9q__cardsTrack .swiper-wrapper {
  align-items: stretch;
}

.CaseStudies-module-scss-module__FQpr9q__cardSlide.swiper-slide {
  width: 387px;
  height: auto;
  display: flex;
}

.CaseStudies-module-scss-module__FQpr9q__caseStudyCard {
  align-self: stretch;
  height: 100%;
}

.CaseStudies-module-scss-module__FQpr9q__progressTrack {
  background: #0907171a;
  height: 1px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}

.CaseStudies-module-scss-module__FQpr9q__progressTrack .swiper-pagination-progressbar-fill {
  transform-origin: 0;
  background: #000;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1200px) {
  .CaseStudies-module-scss-module__FQpr9q__inner {
    width: min(100%, 1200px);
    padding-inline: 24px;
  }

  .CaseStudies-module-scss-module__FQpr9q__sliderTrack {
    width: min(100%, 1200px);
  }
}

@media (max-width: 1120px) {
  .CaseStudies-module-scss-module__FQpr9q__inner {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .CaseStudies-module-scss-module__FQpr9q__inner {
    width: calc(100% - 32px);
    padding-inline: 0;
  }

  .CaseStudies-module-scss-module__FQpr9q__header {
    flex-wrap: wrap;
  }

  .CaseStudies-module-scss-module__FQpr9q__allCases {
    flex: auto;
    min-width: 0;
  }

  .CaseStudies-module-scss-module__FQpr9q__cardSlide.swiper-slide {
    width: min(350px, 100vw - 32px);
  }
}

@media (max-width: 768px) {
  .CaseStudies-module-scss-module__FQpr9q__inner {
    width: 100%;
  }

  .CaseStudies-module-scss-module__FQpr9q__header {
    padding-inline: 16px;
  }

  .CaseStudies-module-scss-module__FQpr9q__sliderTrack {
    width: 100%;
  }

  .CaseStudies-module-scss-module__FQpr9q__cardSlide.swiper-slide {
    width: min(350px, 100vw - 32px);
  }
}

@media (max-width: 560px) {
  .CaseStudies-module-scss-module__FQpr9q__header {
    flex-direction: column;
    align-items: stretch;
  }

  .CaseStudies-module-scss-module__FQpr9q__navGroup {
    justify-content: space-between;
    width: 100%;
  }

  .CaseStudies-module-scss-module__FQpr9q__allCases {
    justify-content: center;
    width: 100%;
  }
}

/* [project]/components/features/CaseStudyCard/CaseStudyCard.module.scss.module.css [app-client] (css) */
.CaseStudyCard-module-scss-module__Md8j4G__card {
  color: inherit;
  box-sizing: border-box;
  height: 100%;
  width: var(--case-study-card-width, 387px);
  min-width: var(--case-study-card-min-width, 387px);
  max-width: var(--case-study-card-max-width, none);
  scroll-snap-align: start;
  cursor: pointer;
  background: #fff;
  border: 1px solid #0000001f;
  border-radius: 2px;
  flex-direction: column;
  padding: 28px 24px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
}

.CaseStudyCard-module-scss-module__Md8j4G__card:hover {
  --_arrow-opacity: 1;
  --_tag-first-bg: #fff;
  --_tag-first-border: #f0f0f0;
  border-color: #00000047;
  box-shadow: 0 8px 32px #00000014;
}

.CaseStudyCard-module-scss-module__Md8j4G__description {
  letter-spacing: -.02em;
  min-height: 116px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .CaseStudyCard-module-scss-module__Md8j4G__card {
    height: 100%;
    width: var(--case-study-card-mobile-width, min(350px, 100vw - 32px));
    min-width: var(--case-study-card-mobile-min-width, min(350px, 100vw - 32px));
    max-width: var(--case-study-card-mobile-max-width, 100%);
  }
}

/* [project]/components/features/CaseStudyCard/components/CardArrow.module.scss.module.css [app-client] (css) */
.CardArrow-module-scss-module__1hJwrG__arrow {
  width: 32px;
  height: 32px;
  opacity: var(--_arrow-opacity, 0);
  pointer-events: none;
  background: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

/* [project]/components/features/CaseStudyCard/components/CardCompanyLogo.module.scss.module.css [app-client] (css) */
.CardCompanyLogo-module-scss-module__wDR6Nq__wrapper {
  align-items: center;
  min-height: 62px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.CardCompanyLogo-module-scss-module__wDR6Nq__image {
  object-fit: contain;
  object-position: left;
  width: auto;
  max-width: 230px;
  height: auto;
  max-height: 62px;
}

/* [project]/components/features/CaseStudyCard/components/CardMeta.module.scss.module.css [app-client] (css) */
.CardMeta-module-scss-module__O0ur1G__meta {
  border-top: 1px dashed #0003;
  border-bottom: 1px dashed #0003;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
  margin-bottom: 10px;
  display: grid;
}

.CardMeta-module-scss-module__O0ur1G__item {
  min-width: 0;
  min-height: 120px;
  padding: 16px 12px;
}

.CardMeta-module-scss-module__O0ur1G__item + .CardMeta-module-scss-module__O0ur1G__item {
  border-left: 1px dashed #0003;
}

.CardMeta-module-scss-module__O0ur1G__label {
  color: #0000008c;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
}

.CardMeta-module-scss-module__O0ur1G__value {
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .CardMeta-module-scss-module__O0ur1G__meta {
    grid-template-columns: 1fr;
  }

  .CardMeta-module-scss-module__O0ur1G__item + .CardMeta-module-scss-module__O0ur1G__item {
    border-top: 1px dashed #0003;
    border-left: 0;
  }
}

/* [project]/components/features/CaseStudyCard/components/CardTags.module.scss.module.css [app-client] (css) */
.CardTags-module-scss-module__il4G7a__tags {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  display: flex;
}

.CardTags-module-scss-module__il4G7a__tag {
  text-transform: uppercase;
  background: #f0f0f0;
  border: 1px solid #0000;
  border-radius: 999px;
  align-items: center;
  gap: .25rem;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background .2s, border-color .2s;
  display: flex;
}

.CardTags-module-scss-module__il4G7a__tag:first-child {
  background: var(--_tag-first-bg, #f0f0f0);
  border-color: var(--_tag-first-border, transparent);
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/app/[locale]/components/Marquee/Marquee.module.scss.module.css [app-client] (css) */
.Marquee-module-scss-module__UmLqDG__marquee {
  --marquee-duration: 20s;
  --marquee-gap: 16px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Marquee-module-scss-module__UmLqDG__marquee--fade {
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
}

.Marquee-module-scss-module__UmLqDG__marquee--vertical {
  height: 100%;
}

.Marquee-module-scss-module__UmLqDG__marquee--vertical.Marquee-module-scss-module__UmLqDG__marquee--fade {
  -webkit-mask-image: linear-gradient(#0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(#0000, #000 10% 90%, #0000);
}

.Marquee-module-scss-module__UmLqDG__marquee--pauseOnHover:hover .Marquee-module-scss-module__UmLqDG__marquee__track {
  animation-play-state: paused;
}

.Marquee-module-scss-module__UmLqDG__marquee--zoomCenter .Marquee-module-scss-module__UmLqDG__marquee__item {
  transition: transform .3s ease-out;
}

.Marquee-module-scss-module__UmLqDG__marquee--scaleCenter .Marquee-module-scss-module__UmLqDG__marquee__item {
  transform-origin: center;
  position: relative;
}

.Marquee-module-scss-module__UmLqDG__marquee--swipe {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow: auto hidden;
}

.Marquee-module-scss-module__UmLqDG__marquee--swipe::-webkit-scrollbar {
  display: none;
}

.Marquee-module-scss-module__UmLqDG__marquee__track {
  gap: var(--marquee-gap);
  width: max-content;
  animation: Marquee-module-scss-module__UmLqDG__marquee-scroll var(--marquee-duration) linear infinite;
  display: flex;
}

.Marquee-module-scss-module__UmLqDG__marquee__track--reverse {
  animation-direction: reverse;
}

.Marquee-module-scss-module__UmLqDG__marquee__track--swipe {
  padding: 0 var(--marquee-gap);
  animation: none;
}

.Marquee-module-scss-module__UmLqDG__marquee--vertical .Marquee-module-scss-module__UmLqDG__marquee__track {
  flex-direction: column;
  width: auto;
  height: max-content;
  animation-name: Marquee-module-scss-module__UmLqDG__marquee-scroll-vertical;
}

.Marquee-module-scss-module__UmLqDG__marquee__content {
  gap: var(--marquee-gap);
  flex-shrink: 0;
  display: flex;
}

.Marquee-module-scss-module__UmLqDG__marquee--vertical .Marquee-module-scss-module__UmLqDG__marquee__content {
  flex-direction: column;
}

.Marquee-module-scss-module__UmLqDG__marquee__item {
  will-change: transform;
  flex-shrink: 0;
}

.Marquee-module-scss-module__UmLqDG__marquee--swipe .Marquee-module-scss-module__UmLqDG__marquee__item {
  scroll-snap-align: center;
}

@keyframes Marquee-module-scss-module__UmLqDG__marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - var(--marquee-gap) / 2));
  }
}

@keyframes Marquee-module-scss-module__UmLqDG__marquee-scroll-vertical {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(calc(-50% - var(--marquee-gap) / 2));
  }
}

/* [project]/app/[locale]/_landing-components/Clients/Clients.module.scss.module.css [app-client] (css) */
.Clients-module-scss-module__FQhFEa__section {
  background: #0a0a0a;
  padding: 24px 0;
}

@media only screen and (min-width: 768px) {
  .Clients-module-scss-module__FQhFEa__section {
    padding: 34px 0;
  }
}

.Clients-module-scss-module__FQhFEa__inner {
  flex-direction: column;
  gap: 32px;
  width: min(1400px, 100% - 48px);
  margin: 0 auto;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .Clients-module-scss-module__FQhFEa__inner {
    gap: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .Clients-module-scss-module__FQhFEa__inner {
    gap: 48px;
  }
}

.Clients-module-scss-module__FQhFEa__title {
  text-align: center;
  letter-spacing: -.02em;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #fff;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.Clients-module-scss-module__FQhFEa__titleAccent {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.Clients-module-scss-module__FQhFEa__logo {
  opacity: .75;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  transition: opacity .2s ease-out;
  display: flex;
}

.Clients-module-scss-module__FQhFEa__logo:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .Clients-module-scss-module__FQhFEa__logo {
    height: 48px;
    padding: 0 32px;
  }
}

@media only screen and (min-width: 992px) {
  .Clients-module-scss-module__FQhFEa__logo {
    height: 56px;
    padding: 0 40px;
  }
}

.Clients-module-scss-module__FQhFEa__logo img {
  object-fit: contain;
  filter: brightness(0) invert();
  width: auto;
  max-width: 160px;
  height: auto;
  max-height: 100%;
}

/* [project]/app/[locale]/_landing-components/ContactsCTA/ContactsCTA.module.scss.module.css [app-client] (css) */
.ContactsCTA-module-scss-module__G4xa6G__section {
  background: #fff;
  padding: 60px 0;
}

@media only screen and (min-width: 768px) {
  .ContactsCTA-module-scss-module__G4xa6G__section {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 992px) {
  .ContactsCTA-module-scss-module__G4xa6G__section {
    padding: 100px 0;
  }
}

.ContactsCTA-module-scss-module__G4xa6G__inner {
  grid-template-columns: 1fr;
  gap: 32px;
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
  display: grid;
}

@media only screen and (min-width: 768px) {
  .ContactsCTA-module-scss-module__G4xa6G__inner {
    grid-template-columns: .7fr 1fr;
    gap: 48px;
  }
}

@media only screen and (min-width: 992px) {
  .ContactsCTA-module-scss-module__G4xa6G__inner {
    gap: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .ContactsCTA-module-scss-module__G4xa6G__content {
    align-self: start;
    position: sticky;
    top: 100px;
  }
}

.ContactsCTA-module-scss-module__G4xa6G__title {
  letter-spacing: -.02em;
  color: #000;
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

@media only screen and (min-width: 768px) {
  .ContactsCTA-module-scss-module__G4xa6G__title {
    margin: 0 0 28px;
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) {
  .ContactsCTA-module-scss-module__G4xa6G__title {
    margin: 0 0 36px;
    font-size: 42px;
  }
}

.ContactsCTA-module-scss-module__G4xa6G__description {
  letter-spacing: -.02em;
  color: #000;
  max-width: 448px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) {
  .ContactsCTA-module-scss-module__G4xa6G__description {
    font-size: 18px;
  }
}

.ContactsCTA-module-scss-module__G4xa6G__formWrap {
  min-width: 0;
}

/* [project]/app/[locale]/_landing-components/CTA/CTA.module.scss.module.css [app-client] (css) */
.CTA-module-scss-module__QT4uBa__section {
  background: #fff;
}

.CTA-module-scss-module__QT4uBa__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.CTA-module-scss-module__QT4uBa__card {
  aspect-ratio: 2400 / 664;
  background-color: #050505;
  border-radius: 42px;
  width: 100%;
  margin: 0 auto;
  padding: 58px 50px;
  position: relative;
  overflow: hidden;
}

.CTA-module-scss-module__QT4uBa__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.CTA-module-scss-module__QT4uBa__contentWrap {
  inset: 0;
  top: unset;
  align-items: center;
  padding: 58px 50px;
  display: flex;
  position: absolute;
}

.CTA-module-scss-module__QT4uBa__mobileImage {
  display: none;
}

@media (max-width: 900px) {
  .CTA-module-scss-module__QT4uBa__section {
    padding: 72px 12.5px;
  }

  .CTA-module-scss-module__QT4uBa__inner {
    width: 100%;
  }

  .CTA-module-scss-module__QT4uBa__card {
    aspect-ratio: 700 / 1360;
    border-radius: 28px;
  }

  .CTA-module-scss-module__QT4uBa__contentWrap {
    align-items: flex-end;
    height: 50%;
    padding: 0 16px 32px;
  }

  .CTA-module-scss-module__QT4uBa__image {
    object-position: center top;
  }

  .CTA-module-scss-module__QT4uBa__desktopImage {
    display: none;
  }

  .CTA-module-scss-module__QT4uBa__mobileImage {
    display: block;
    height: 45% !important;
  }
}

/* [project]/app/[locale]/_landing-components/CTAButton/CTAButton.module.scss.module.css [app-client] (css) */
.CTAButton-module-scss-module__EhPuaq__button.CTAButton-module-scss-module__EhPuaq__button {
  letter-spacing: -.02em;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, color .2s, border-color .2s;
  display: inline-flex;
}

.CTAButton-module-scss-module__EhPuaq__arrow {
  width: 18px;
  height: 18px;
}

.CTAButton-module-scss-module__EhPuaq__button--primary.CTAButton-module-scss-module__EhPuaq__button--primary {
  color: #070707;
  background-color: #d5ec22;
}

.CTAButton-module-scss-module__EhPuaq__button--secondary.CTAButton-module-scss-module__EhPuaq__button--secondary {
  color: #fff;
  background-color: #0000004d;
  border-color: #ffffff1f;
}

@media (hover: hover) {
  .CTAButton-module-scss-module__EhPuaq__button--primary.CTAButton-module-scss-module__EhPuaq__button--primary:hover {
    background-color: #def74a;
  }

  .CTAButton-module-scss-module__EhPuaq__button--secondary.CTAButton-module-scss-module__EhPuaq__button--secondary:hover {
    background-color: #ffffff14;
    border-color: #ffffff3d;
  }
}

@media (max-width: 1200px) {
  .CTAButton-module-scss-module__EhPuaq__button.CTAButton-module-scss-module__EhPuaq__button {
    min-height: unset;
    padding: 8px 22px;
  }
}

@media (max-width: 900px) {
  .CTAButton-module-scss-module__EhPuaq__button.CTAButton-module-scss-module__EhPuaq__button {
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
  }

  .CTAButton-module-scss-module__EhPuaq__arrow {
    font-size: 20px;
    transform: none;
  }
}

/* [project]/app/[locale]/_landing-components/CTA/components/CTAActions/CTAActions.module.scss.module.css [app-client] (css) */
.CTAActions-module-scss-module__U0yIdG__actions {
  align-items: center;
  gap: 22px;
  display: flex;
}

@media (max-width: 900px) {
  .CTAActions-module-scss-module__U0yIdG__actions {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}

/* [project]/app/[locale]/_landing-components/CTA/components/CTAContent/CTAContent.module.scss.module.css [app-client] (css) */
.CTAContent-module-scss-module__xw7dqa__content {
  z-index: 2;
  width: min(100%, 1060px);
  position: relative;
}

.CTAContent-module-scss-module__xw7dqa__textWrapper {
  padding: 0;
}

.CTAContent-module-scss-module__xw7dqa__title {
  letter-spacing: -.03em;
  text-wrap: balance;
  color: #fff;
  max-width: 60%;
  margin: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.04;
}

.CTAContent-module-scss-module__xw7dqa__subtitle {
  text-wrap: balance;
  letter-spacing: -.02em;
  color: #fff;
  margin: 24px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.CTAContent-module-scss-module__xw7dqa__actions {
  margin-top: 36px;
}

@media (max-width: 1200px) {
  .CTAContent-module-scss-module__xw7dqa__title {
    max-width: 60%;
    font-size: 36px;
    font-weight: 300;
  }

  .CTAContent-module-scss-module__xw7dqa__subtitle {
    margin-top: 16px;
    font-size: 16px;
  }

  .CTAContent-module-scss-module__xw7dqa__actions {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .CTAContent-module-scss-module__xw7dqa__content {
    width: 100%;
  }

  .CTAContent-module-scss-module__xw7dqa__textWrapper {
    padding: 0 14px;
  }

  .CTAContent-module-scss-module__xw7dqa__title {
    max-width: 100%;
    font-size: 36px;
    line-height: 1.12;
  }

  .CTAContent-module-scss-module__xw7dqa__subtitle {
    margin-top: 24px;
    font-size: 20px;
  }

  .CTAContent-module-scss-module__xw7dqa__actions {
    margin-top: 36px;
  }
}

/* [project]/app/[locale]/_landing-components/GrowthEvents/GrowthEvents.module.scss.module.css [app-client] (css) */
.GrowthEvents-module-scss-module__M6CfbW__section {
  color: #fff;
  background: #000;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .GrowthEvents-module-scss-module__M6CfbW__section {
    padding: 85px 0 114px;
  }
}

.GrowthEvents-module-scss-module__M6CfbW__sectionShadowLeft, .GrowthEvents-module-scss-module__M6CfbW__sectionShadowRight {
  pointer-events: none;
  z-index: 2;
  width: 96px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.GrowthEvents-module-scss-module__M6CfbW__sectionShadowLeft {
  background: linear-gradient(90deg, #000 0%, #0000 100%);
  left: 0;
}

.GrowthEvents-module-scss-module__M6CfbW__sectionShadowRight {
  background: linear-gradient(270deg, #000 0%, #0000 100%);
  right: 0;
}

.GrowthEvents-module-scss-module__M6CfbW__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.GrowthEvents-module-scss-module__M6CfbW__clientShell {
  flex-direction: column;
  gap: 56px;
  display: flex;
}

.GrowthEvents-module-scss-module__M6CfbW__hero {
  position: relative;
}

.GrowthEvents-module-scss-module__M6CfbW__copy {
  z-index: 2;
  max-width: 100%;
  position: relative;
}

.GrowthEvents-module-scss-module__M6CfbW__title {
  color: #f7f7f7;
  letter-spacing: -.04em;
  margin: 0 0 18px;
  font-family: Inter, sans-serif;
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 300;
  line-height: 1.04;
}

.GrowthEvents-module-scss-module__M6CfbW__lead {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 680px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(18px, 1.45vw, 20px);
  font-weight: 400;
  line-height: 1.4;
}

.GrowthEvents-module-scss-module__M6CfbW__contentRow {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  width: min(100%, 1080px);
  margin-top: 16px;
  display: flex;
}

.GrowthEvents-module-scss-module__M6CfbW__description {
  color: #fff;
  letter-spacing: -.01em;
  flex: auto;
  min-width: 0;
  max-width: 560px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.GrowthEvents-module-scss-module__M6CfbW__media {
  z-index: 1;
  pointer-events: none;
  width: 798px;
  height: 462px;
  position: absolute;
  top: -85px;
  right: 8px;
}

.GrowthEvents-module-scss-module__M6CfbW__mediaImageWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.GrowthEvents-module-scss-module__M6CfbW__mediaImage {
  object-fit: cover;
  object-position: center top;
  opacity: .92;
  width: 100%;
  height: 100%;
  display: block;
}

.GrowthEvents-module-scss-module__M6CfbW__statsCard {
  -webkit-backdrop-filter: blur(10.05px);
  backdrop-filter: blur(10.05px);
  z-index: 3;
  background: #00000026;
  align-items: flex-start;
  gap: 11px;
  max-width: 100%;
  padding: 14px 11.7px 13px 17.8px;
  display: flex;
  position: absolute;
  top: 14px;
  right: 31px;
}

.GrowthEvents-module-scss-module__M6CfbW__statsCard:before {
  content: "";
  pointer-events: none;
  background: url("/images/landing/growth-partner/info-bg.svg") 50% / cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.GrowthEvents-module-scss-module__M6CfbW__statsGrid {
  z-index: 1;
  align-items: flex-start;
  gap: 11px;
  display: flex;
  position: relative;
}

.GrowthEvents-module-scss-module__M6CfbW__stat {
  align-items: center;
  gap: 9px;
  min-width: 0;
  display: flex;
}

.GrowthEvents-module-scss-module__M6CfbW__statMark {
  background: #fff;
  flex: none;
  width: 6px;
  height: 6px;
  margin-top: 0;
  transform: rotate(45deg);
}

.GrowthEvents-module-scss-module__M6CfbW__statCopy {
  min-width: 0;
}

.GrowthEvents-module-scss-module__M6CfbW__statValue {
  color: #fff;
  white-space: nowrap;
  font-family: Unbounded;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.05;
}

.GrowthEvents-module-scss-module__M6CfbW__statLabel {
  color: #ffffffe0;
  white-space: nowrap;
  margin-top: 4.5px;
  font-family: Unbounded;
  font-size: 11px;
  font-weight: 400;
  line-height: 8px;
}

.GrowthEvents-module-scss-module__M6CfbW__actions {
  flex: none;
  align-self: flex-start;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  display: flex;
}

.GrowthEvents-module-scss-module__M6CfbW__sliderControls {
  justify-content: flex-end;
  margin-bottom: 12px;
  display: flex;
}

.GrowthEvents-module-scss-module__M6CfbW__platformButton {
  min-width: 193px;
  max-width: 210px;
  min-height: 38px;
  padding: 0 24px;
  font-size: 14px;
}

.GrowthEvents-module-scss-module__M6CfbW__navGroup {
  -webkit-backdrop-filter: blur(60px);
  background: #ffffff08;
  border: 1px solid #ffffff1a;
  border-radius: 36px;
  align-items: center;
  gap: 8px;
  padding: 3px;
  display: flex;
}

.GrowthEvents-module-scss-module__M6CfbW__navButton {
  cursor: pointer;
  background: #ffffff05;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s, background-color .2s;
  display: inline-flex;
}

.GrowthEvents-module-scss-module__M6CfbW__navButton:hover:not(:disabled) {
  background: #ffffff14;
}

.GrowthEvents-module-scss-module__M6CfbW__navButton:disabled {
  opacity: .38;
  cursor: not-allowed;
}

.GrowthEvents-module-scss-module__M6CfbW__navIconLeft, .GrowthEvents-module-scss-module__M6CfbW__navIconRight {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 12px;
  height: 12px;
  display: block;
}

.GrowthEvents-module-scss-module__M6CfbW__navIconLeft {
  transform: rotate(180deg);
}

.GrowthEvents-module-scss-module__M6CfbW__sliderShell {
  width: min(1096px, 100%);
  position: relative;
}

.GrowthEvents-module-scss-module__M6CfbW__sliderViewport {
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: visible;
}

.GrowthEvents-module-scss-module__M6CfbW__sliderViewport:focus-visible {
  outline-offset: 8px;
  outline: 2px solid #fff9;
}

.GrowthEvents-module-scss-module__M6CfbW__slider.swiper {
  cursor: grab;
  overflow: visible;
}

.GrowthEvents-module-scss-module__M6CfbW__slider:active {
  cursor: grabbing;
}

.GrowthEvents-module-scss-module__M6CfbW__slider .swiper-wrapper {
  align-items: stretch;
}

.GrowthEvents-module-scss-module__M6CfbW__slide.swiper-slide {
  width: 350px;
  height: auto;
  display: flex;
}

@media (max-width: 1200px) {
  .GrowthEvents-module-scss-module__M6CfbW__inner {
    width: min(100%, 1200px);
    padding-inline: 24px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__sliderShell {
    width: min(100%, 1096px);
  }
}

@media (max-width: 1024px) {
  .GrowthEvents-module-scss-module__M6CfbW__inner {
    padding-top: 64px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__hero {
    min-height: 220px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__media {
    width: 560px;
    height: 408px;
    top: -140px;
    right: -90px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__actions {
    gap: 24px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__sliderShell {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .GrowthEvents-module-scss-module__M6CfbW__inner {
    padding: 0 12.5px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__clientShell {
    gap: 24px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__hero {
    flex-direction: column-reverse;
    gap: 18px;
    min-height: 0;
    display: flex;
  }

  .GrowthEvents-module-scss-module__M6CfbW__copy {
    order: 1;
    max-width: 100%;
  }

  .GrowthEvents-module-scss-module__M6CfbW__title {
    margin-bottom: 14px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__lead, .GrowthEvents-module-scss-module__M6CfbW__description {
    max-width: 100%;
  }

  .GrowthEvents-module-scss-module__M6CfbW__contentRow {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__statsCard {
    flex-direction: column;
    order: 10;
    gap: 15px;
    width: max-content;
    margin-bottom: 18px;
    padding: 14px 11.7px 14px 17.8px;
    position: static;
  }

  .GrowthEvents-module-scss-module__M6CfbW__actions {
    width: 100%;
    margin-left: 0;
  }

  .GrowthEvents-module-scss-module__M6CfbW__sliderControls {
    justify-content: flex-end;
  }

  .GrowthEvents-module-scss-module__M6CfbW__media {
    width: 100%;
    height: auto;
    top: -60px;
    right: -12.5px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__mediaImageWrap {
    aspect-ratio: 669 / 462;
    border-radius: 18px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__sliderShell {
    width: min(1096px, 100%);
  }

  .GrowthEvents-module-scss-module__M6CfbW__slide.swiper-slide {
    width: min(84vw, 350px);
  }
}

@media (max-width: 560px) {
  .GrowthEvents-module-scss-module__M6CfbW__sectionShadowLeft, .GrowthEvents-module-scss-module__M6CfbW__sectionShadowRight {
    display: none;
  }

  .GrowthEvents-module-scss-module__M6CfbW__actions {
    align-items: stretch;
    gap: 16px;
  }

  .GrowthEvents-module-scss-module__M6CfbW__platformButton {
    justify-content: center;
  }

  .GrowthEvents-module-scss-module__M6CfbW__slide.swiper-slide {
    width: min(82vw, 320px);
  }
}

/* [project]/app/[locale]/_landing-components/GrowthPartner/GrowthPartner.module.scss.module.css [app-client] (css) */
.GrowthPartner-module-scss-module__yIlHBW__section {
  color: #fff;
  background: #050505;
  padding-top: 0;
}

.GrowthPartner-module-scss-module__yIlHBW__inner {
  flex-direction: column;
  gap: 36px;
  width: min(1200px, 100%);
  margin: 0 auto;
  display: flex;
}

.GrowthPartner-module-scss-module__yIlHBW__swipeArea {
  flex-direction: column;
  gap: 36px;
  display: flex;
}

.GrowthPartner-module-scss-module__yIlHBW__topRow {
  position: relative;
}

.GrowthPartner-module-scss-module__yIlHBW__headerContent {
  z-index: 2;
  max-width: 60%;
  padding-top: 100px;
  padding-right: 20px;
  position: relative;
}

.GrowthPartner-module-scss-module__yIlHBW__title {
  letter-spacing: -.03em;
  color: #f4f4f4;
  margin: 0 0 20px;
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 300;
  line-height: 1.06;
}

.GrowthPartner-module-scss-module__yIlHBW__subtitle {
  letter-spacing: -.02em;
  color: #ffffffe0;
  max-width: 780px;
  margin: 0;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.35;
}

.GrowthPartner-module-scss-module__yIlHBW__visual {
  --strip-img-w: 576px;
  width: var(--strip-img-w);
  border-radius: 20px;
  height: 526px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.GrowthPartner-module-scss-module__yIlHBW__visual:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(56.19% 56.96% at 70.31% 28.48%, #0000 73.78%, #050505 100%);
  position: absolute;
  inset: 0;
}

.GrowthPartner-module-scss-module__yIlHBW__visualStrip {
  will-change: transform;
  width: 400%;
  height: 100%;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.GrowthPartner-module-scss-module__yIlHBW__visualSlide {
  flex-shrink: 0;
  width: 25%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.GrowthPartner-module-scss-module__yIlHBW__visualImage {
  object-fit: contain;
  object-position: top;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.GrowthPartner-module-scss-module__yIlHBW__tabs {
  scrollbar-width: none;
  z-index: 2;
  background: #070707d9;
  border: 1px solid #fff3;
  border-radius: 999px;
  gap: 4px;
  width: min(740px, 50%);
  padding: 4px;
  scroll-padding-left: 4px;
  scroll-padding-right: 4px;
  display: flex;
  overflow-x: auto;
}

.GrowthPartner-module-scss-module__yIlHBW__tabs::-webkit-scrollbar {
  display: none;
}

.GrowthPartner-module-scss-module__yIlHBW__tab {
  appearance: none;
  color: #ffffffc7;
  letter-spacing: -.02em;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  border-radius: 999px;
  flex: 1;
  max-width: max-content;
  min-height: 52px;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: background-color .2s, color .2s;
}

.GrowthPartner-module-scss-module__yIlHBW__tab:hover:not(.GrowthPartner-module-scss-module__yIlHBW__tabActive) {
  color: #fff;
}

.GrowthPartner-module-scss-module__yIlHBW__tab:focus-visible {
  outline-offset: 1px;
  outline: 2px solid #ffffffe6;
}

.GrowthPartner-module-scss-module__yIlHBW__tabActive {
  color: #111;
  background: #fff;
}

@keyframes GrowthPartner-module-scss-module__yIlHBW__panelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.GrowthPartner-module-scss-module__yIlHBW__panel {
  z-index: 1;
  flex-direction: column;
  gap: 22px;
  animation: .3s both GrowthPartner-module-scss-module__yIlHBW__panelIn;
  display: flex;
}

.GrowthPartner-module-scss-module__yIlHBW__contentTitle {
  letter-spacing: -.02em;
  color: #fff;
  margin: 0;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.38;
}

.GrowthPartner-module-scss-module__yIlHBW__subsections {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 68px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.GrowthPartner-module-scss-module__yIlHBW__subsection {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.GrowthPartner-module-scss-module__yIlHBW__subsectionTitle {
  letter-spacing: -.02em;
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.GrowthPartner-module-scss-module__yIlHBW__subsectionTitle:before {
  content: "◆";
  margin-right: 10px;
  font-size: 12px;
  position: relative;
  top: -15%;
}

.GrowthPartner-module-scss-module__yIlHBW__subsectionDescription {
  letter-spacing: -.01em;
  color: #fff;
  text-wrap: balance;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .GrowthPartner-module-scss-module__yIlHBW__section {
    padding: 60px 12.5px;
  }

  .GrowthPartner-module-scss-module__yIlHBW__subsection {
    padding-left: 1rem;
  }

  .GrowthPartner-module-scss-module__yIlHBW__inner {
    gap: 28px;
    width: 100%;
  }

  .GrowthPartner-module-scss-module__yIlHBW__swipeArea {
    touch-action: pan-y;
    gap: 28px;
  }

  .GrowthPartner-module-scss-module__yIlHBW__topRow {
    min-height: unset;
  }

  .GrowthPartner-module-scss-module__yIlHBW__headerContent {
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .GrowthPartner-module-scss-module__yIlHBW__title {
    margin-bottom: 14px;
  }

  .GrowthPartner-module-scss-module__yIlHBW__subtitle {
    max-width: 100%;
  }

  .GrowthPartner-module-scss-module__yIlHBW__visual {
    display: none;
  }

  .GrowthPartner-module-scss-module__yIlHBW__tabs {
    scroll-snap-type: x mandatory;
    width: 100%;
  }

  .GrowthPartner-module-scss-module__yIlHBW__tab {
    scroll-snap-align: start;
    flex: none;
    min-height: 46px;
    padding: 16px;
    font-size: 17px;
  }

  .GrowthPartner-module-scss-module__yIlHBW__subsections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 560px) {
  .GrowthPartner-module-scss-module__yIlHBW__subsections {
    grid-template-columns: 1fr;
  }
}

/* [project]/app/[locale]/_landing-components/Hero/Hero.module.scss.module.css [app-client] (css) */
.Hero-module-scss-module__iv1doa__section {
  color: #fff;
  isolation: isolate;
  width: 100%;
  height: clamp(600px, 100vh, 800px);
  position: relative;
  overflow: hidden;
}

@media (max-height: 590px) and (min-width: 1000px) {
  .Hero-module-scss-module__iv1doa__section {
    height: 680px;
  }
}

.Hero-module-scss-module__iv1doa__videoWrap {
  z-index: -2;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.Hero-module-scss-module__iv1doa__videoWrap video, .Hero-module-scss-module__iv1doa__videoWrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.Hero-module-scss-module__iv1doa__videoWrapDesktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .Hero-module-scss-module__iv1doa__videoWrapDesktop {
    display: block;
  }
}

.Hero-module-scss-module__iv1doa__videoWrapMobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  .Hero-module-scss-module__iv1doa__videoWrapMobile {
    display: none;
  }
}

.Hero-module-scss-module__iv1doa__overlay {
  z-index: -1;
  background: linear-gradient(#00000059 0%, #0000008c 100%);
  position: absolute;
  inset: 0;
}

.Hero-module-scss-module__iv1doa__inner {
  flex-direction: column;
  justify-content: flex-end;
  width: min(1200px, 100% - 48px);
  height: 100%;
  margin: 0 auto;
  padding: 120px 0 64px;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .Hero-module-scss-module__iv1doa__inner {
    padding: 140px 0 80px;
  }
}

@media only screen and (min-width: 992px) {
  .Hero-module-scss-module__iv1doa__inner {
    padding: 160px 0 0;
  }
}

.Hero-module-scss-module__iv1doa__content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 770px;
  display: flex;
}

.Hero-module-scss-module__iv1doa__title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: .93;
}

@media only screen and (min-width: 576px) {
  .Hero-module-scss-module__iv1doa__title {
    font-size: 52px;
  }
}

@media only screen and (min-width: 768px) {
  .Hero-module-scss-module__iv1doa__title {
    font-size: 64px;
  }
}

@media only screen and (min-width: 992px) {
  .Hero-module-scss-module__iv1doa__title {
    font-size: 82px;
  }
}

.Hero-module-scss-module__iv1doa__titleAccent {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
  color: #d6ed2d;
}

.Hero-module-scss-module__iv1doa__subtitle {
  letter-spacing: -.04em;
  color: #ffffffe0;
  max-width: 480px;
  margin: 20px 0 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .Hero-module-scss-module__iv1doa__subtitle {
    margin-top: 24px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .Hero-module-scss-module__iv1doa__subtitle {
    margin-top: 28px;
    font-size: 18px;
  }
}

.Hero-module-scss-module__iv1doa__subtitleAccent {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #fff;
}

.Hero-module-scss-module__iv1doa__buttons {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .Hero-module-scss-module__iv1doa__buttons {
    gap: 24px;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .Hero-module-scss-module__iv1doa__buttons {
    gap: 32px;
    margin-top: 52px;
  }
}

.Hero-module-scss-module__iv1doa__stats {
  flex-direction: column;
  gap: 16px;
  max-width: 220px;
  margin-top: 48px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .Hero-module-scss-module__iv1doa__stats {
    display: flex;
  }
}

@media only screen and (min-width: 992px) {
  .Hero-module-scss-module__iv1doa__stats {
    align-items: flex-start;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.Hero-module-scss-module__iv1doa__statsRow {
  align-items: center;
  gap: 8px;
  display: flex;
}

.Hero-module-scss-module__iv1doa__statsIcon {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

.Hero-module-scss-module__iv1doa__statsNumber {
  letter-spacing: 0;
  color: #d6ed2d;
  min-width: 50px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.2;
}

.Hero-module-scss-module__iv1doa__statsText {
  letter-spacing: 0;
  vertical-align: middle;
  color: #ffffffe0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

/* [project]/app/[locale]/_landing-components/Hero/HeroSlideshow.module.scss.module.css [app-client] (css) */
.HeroSlideshow-module-scss-module__kbY-uW__slideshow {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.HeroSlideshow-module-scss-module__kbY-uW__slide {
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: opacity 2.5s ease-in-out;
  position: absolute;
  inset: 0;
}

.HeroSlideshow-module-scss-module__kbY-uW__slideActive {
  opacity: 1;
  z-index: 1;
}

.HeroSlideshow-module-scss-module__kbY-uW__imageWrap {
  transform-origin: center;
  will-change: transform;
  width: 100%;
  height: 100%;
  animation: 8s linear forwards HeroSlideshow-module-scss-module__kbY-uW__heroSlideZoom;
  position: absolute;
  inset: 0;
}

.HeroSlideshow-module-scss-module__kbY-uW__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes HeroSlideshow-module-scss-module__kbY-uW__heroSlideZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.15);
  }
}

/* [project]/app/[locale]/_landing-components/Solutions/Solutions.module.scss.module.css [app-client] (css) */
.Solutions-module-scss-module__a7Mx2G__section {
  color: #fff;
  background: #0a0a0a;
}

.Solutions-module-scss-module__a7Mx2G__inner {
  grid-template-columns: 1fr auto;
  grid-template-areas: "header controls"
                       "list list";
  align-items: center;
  gap: 48px 24px;
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
  display: grid;
}

.Solutions-module-scss-module__a7Mx2G__header {
  grid-area: header;
}

.Solutions-module-scss-module__a7Mx2G__title {
  color: #fff;
  letter-spacing: -.04em;
  margin: 0 0 36px;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 300;
  line-height: 1;
}

.Solutions-module-scss-module__a7Mx2G__subtitle {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.Solutions-module-scss-module__a7Mx2G__controls {
  flex-shrink: 0;
  grid-area: controls;
  align-self: flex-end;
}

.Solutions-module-scss-module__a7Mx2G__list {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  grid-area: list;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

.Solutions-module-scss-module__a7Mx2G__list::-webkit-scrollbar {
  display: none;
}

.Solutions-module-scss-module__a7Mx2G__card {
  scroll-snap-align: start;
  cursor: pointer;
  border-radius: 4px;
  flex-shrink: 0;
  width: 285px;
  min-width: 285px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.Solutions-module-scss-module__a7Mx2G__card:hover .Solutions-module-scss-module__a7Mx2G__cardOverlay {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: linear-gradient(to top, #000000d9 0%, #0003 60%, #0000 100%);
}

.Solutions-module-scss-module__a7Mx2G__card:hover .Solutions-module-scss-module__a7Mx2G__cardReveal {
  opacity: 1;
  grid-template-rows: 1fr;
}

.Solutions-module-scss-module__a7Mx2G__card:hover .Solutions-module-scss-module__a7Mx2G__cardImage, .Solutions-module-scss-module__a7Mx2G__card:hover .Solutions-module-scss-module__a7Mx2G__cardInnerBadge {
  transform: scale(1.15);
}

.Solutions-module-scss-module__a7Mx2G__card:hover .Solutions-module-scss-module__a7Mx2G__cardOutterBadge {
  transform: scale(1.15)translate(40px, -40px);
}

.Solutions-module-scss-module__a7Mx2G__cardImage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  display: block;
}

.Solutions-module-scss-module__a7Mx2G__cardOutterBadge {
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 20px;
  right: 20px;
}

.Solutions-module-scss-module__a7Mx2G__cardInnerBadge {
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
}

.Solutions-module-scss-module__a7Mx2G__cardOverlay {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background: linear-gradient(to top, #000000bf 0%, #0000001a 55%, #0000 100%);
  transition: background .3s, -webkit-backdrop-filter .3s, backdrop-filter .3s;
  position: absolute;
  inset: 0;
}

.Solutions-module-scss-module__a7Mx2G__cardContent {
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 20px;
  display: flex;
  position: absolute;
  inset: 0;
}

.Solutions-module-scss-module__a7Mx2G__cardTitle {
  letter-spacing: -.04em;
  color: #fff;
  max-width: 70%;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.Solutions-module-scss-module__a7Mx2G__cardReveal {
  opacity: 0;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s cubic-bezier(.4, 0, .2, 1), opacity .3s;
  display: grid;
}

.Solutions-module-scss-module__a7Mx2G__cardRevealInner {
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  display: flex;
  overflow: hidden;
}

.Solutions-module-scss-module__a7Mx2G__cardDescription {
  letter-spacing: -.02em;
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.Solutions-module-scss-module__a7Mx2G__cardLink {
  letter-spacing: -.02em;
  color: #fff;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-flex;
}

.Solutions-module-scss-module__a7Mx2G__cardLinkArrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.Solutions-module-scss-module__a7Mx2G__cardLinkArrowIcon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media (max-width: 1120px) {
  .Solutions-module-scss-module__a7Mx2G__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "header"
                         "controls"
                         "list";
    row-gap: 32px;
  }
}

@media (max-width: 900px) {
  .Solutions-module-scss-module__a7Mx2G__inner {
    width: calc(100% - 32px);
  }
}

@media (max-width: 768px) {
  .Solutions-module-scss-module__a7Mx2G__inner {
    grid-template-areas: "header"
                         "list"
                         "controls";
    row-gap: 0;
    width: 100%;
  }

  .Solutions-module-scss-module__a7Mx2G__header {
    padding: 0 0 24px;
  }

  .Solutions-module-scss-module__a7Mx2G__controls {
    justify-content: flex-end;
    width: 100%;
    padding: 24px 16px;
    display: flex;
  }

  .Solutions-module-scss-module__a7Mx2G__list {
    padding: 0 16px;
  }
}

/* [project]/app/[locale]/_landing-components/ArrowControls/ArrowControls.module.scss.module.css [app-client] (css) */
.ArrowControls-module-scss-module__A7jXbG__arrows {
  border-radius: 999px;
  align-items: center;
  gap: 2px;
  height: 38px;
  padding: 3px;
  display: flex;
}

.ArrowControls-module-scss-module__A7jXbG__arrows--dark {
  color: #fff;
  border: 1px solid #ffffff26;
}

.ArrowControls-module-scss-module__A7jXbG__arrows--dark .ArrowControls-module-scss-module__A7jXbG__arrow:hover:not(:disabled) {
  background: #ffffff1a;
}

.ArrowControls-module-scss-module__A7jXbG__arrows--light {
  color: inherit;
  border: 1px solid #0000001f;
}

.ArrowControls-module-scss-module__A7jXbG__arrows--light .ArrowControls-module-scss-module__A7jXbG__arrow:hover:not(:disabled) {
  background: #0000000f;
}

.ArrowControls-module-scss-module__A7jXbG__arrow {
  width: 30px;
  height: 30px;
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  transition: background .15s;
  display: flex;
}

.ArrowControls-module-scss-module__A7jXbG__arrowMuted {
  opacity: .25;
  cursor: default;
}

@media (max-width: 768px) {
  .ArrowControls-module-scss-module__A7jXbG__arrows {
    justify-content: space-between;
    gap: 0;
    width: 100%;
    height: 38px;
  }

  .ArrowControls-module-scss-module__A7jXbG__arrows .ArrowControls-module-scss-module__A7jXbG__arrow {
    width: 50%;
    height: 100%;
  }

  .ArrowControls-module-scss-module__A7jXbG__arrows .ArrowControls-module-scss-module__A7jXbG__arrow:first-child {
    justify-content: flex-start;
    padding-left: 12px;
  }

  .ArrowControls-module-scss-module__A7jXbG__arrows .ArrowControls-module-scss-module__A7jXbG__arrow:last-child {
    justify-content: flex-end;
    padding-right: 12px;
  }
}

/* [project]/app/[locale]/(marketing)/components/SearchSection/SearchSection.module.scss.module.css [app-client] (css) */
.SearchSection-module-scss-module__05lOda__search {
  background: #dbdbe233;
  padding: 60px 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .SearchSection-module-scss-module__05lOda__search {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search {
    padding: 120px 0;
  }
}

.SearchSection-module-scss-module__05lOda__search .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.SearchSection-module-scss-module__05lOda__search__header {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .SearchSection-module-scss-module__05lOda__search__header {
    gap: 32px;
    margin-bottom: 48px;
  }
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 56px;
  }
}

.SearchSection-module-scss-module__05lOda__search__title {
  letter-spacing: -.04em;
  color: #05050c;
  font-size: 36px;
  font-weight: 300;
  line-height: 100%;
}

@media only screen and (min-width: 768px) {
  .SearchSection-module-scss-module__05lOda__search__title {
    font-size: 48px;
  }
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__title {
    flex-shrink: 0;
    max-width: 600px;
    font-size: 64px;
  }
}

.SearchSection-module-scss-module__05lOda__search__info {
  flex: 1;
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__info {
    max-width: 500px;
  }
}

.SearchSection-module-scss-module__05lOda__search__subtitle {
  letter-spacing: -.02em;
  color: #05050c;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

@media only screen and (min-width: 768px) {
  .SearchSection-module-scss-module__05lOda__search__subtitle {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__subtitle {
    max-width: 400px;
    margin-bottom: 32px;
    font-size: 20px;
  }
}

.SearchSection-module-scss-module__05lOda__search__description {
  letter-spacing: -.02em;
  color: #05050c;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

@media only screen and (min-width: 768px) {
  .SearchSection-module-scss-module__05lOda__search__description {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__description {
    font-size: 18px;
  }
}

.SearchSection-module-scss-module__05lOda__search__list {
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.SearchSection-module-scss-module__05lOda__search__list li {
  letter-spacing: 0;
  color: #05050c;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .SearchSection-module-scss-module__05lOda__search__list li {
    font-size: 14px;
  }
}

.SearchSection-module-scss-module__05lOda__search__listIcon {
  color: #05050c;
  flex-shrink: 0;
  margin-top: 4px;
}

.SearchSection-module-scss-module__05lOda__search__inputOuter {
  z-index: 2;
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  background: #fff6;
  border: 1px solid #fff9;
  border-radius: 100px;
  padding: 10px;
  position: relative;
}

.SearchSection-module-scss-module__05lOda__search__inputWrapper {
  background: #fff;
  border: 1px solid #0006;
  border-radius: 100px;
  align-items: center;
  height: 64px;
  padding: 6px 6px 6px 0;
  display: flex;
}

.SearchSection-module-scss-module__05lOda__search__input {
  color: #05050c;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
}

.SearchSection-module-scss-module__05lOda__search__input::placeholder {
  color: #8e8e93;
}

.SearchSection-module-scss-module__05lOda__search__button {
  color: #d6ed2d;
  aspect-ratio: 1;
  letter-spacing: -.02em;
  cursor: pointer;
  background: #05050c;
  border: none;
  border-radius: 100px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: all .2s;
  display: inline-flex;
}

@media only screen and (min-width: 768px) {
  .SearchSection-module-scss-module__05lOda__search__button {
    aspect-ratio: auto;
    min-width: 146px;
  }
}

.SearchSection-module-scss-module__05lOda__search__button:hover {
  background: #141430;
}

.SearchSection-module-scss-module__05lOda__search__button:active {
  transform: scale(.98);
}

.SearchSection-module-scss-module__05lOda__search__buttonIcon {
  display: block;
}

@media only screen and (min-width: 768px) {
  .SearchSection-module-scss-module__05lOda__search__buttonIcon {
    display: none;
  }
}

.SearchSection-module-scss-module__05lOda__search__buttonText {
  display: none;
}

@media only screen and (min-width: 768px) {
  .SearchSection-module-scss-module__05lOda__search__buttonText {
    display: inline;
  }
}

.SearchSection-module-scss-module__05lOda__search__searchWrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.SearchSection-module-scss-module__05lOda__search__decoration {
  pointer-events: none;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.SearchSection-module-scss-module__05lOda__search__gradient {
  filter: blur(200px);
  background: linear-gradient(90deg, #d6ed2d80 0%, #049fd780 50%, #36d6ac80 100%);
  width: 964px;
  height: 194px;
  display: none !important;
}

.SearchSection-module-scss-module__05lOda__search__bgLines {
  width: 100%;
  max-width: 1152px;
  height: auto;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.SearchSection-module-scss-module__05lOda__search__resultsWrapper {
  z-index: 3;
  background: #fff;
  border-radius: 8px;
  margin-top: 48px;
  padding: 24px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .SearchSection-module-scss-module__05lOda__search__resultsWrapper {
    margin-top: 56px;
    padding: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__resultsWrapper {
    margin-top: 64px;
    padding: 40px;
  }
}

.SearchSection-module-scss-module__05lOda__search__results {
  gap: 24px;
  display: grid;
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__results {
    --column-width: calc((100% - 2 * 15px) / 3);
    gap: 15px;
  }

  .SearchSection-module-scss-module__05lOda__search__results[data-columns="1"] {
    grid-template-columns: var(--column-width);
  }

  .SearchSection-module-scss-module__05lOda__search__results[data-columns="2"] {
    grid-template-columns: repeat(2, var(--column-width));
  }

  .SearchSection-module-scss-module__05lOda__search__results[data-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

.SearchSection-module-scss-module__05lOda__search__column {
  flex-direction: column;
  min-width: 0;
  padding: 0;
  display: flex;
}

.SearchSection-module-scss-module__05lOda__search__columnHeader {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__columnHeader {
    margin-bottom: 20px;
  }
}

.SearchSection-module-scss-module__05lOda__search__columnTitle {
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #8e8e93;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
}

.SearchSection-module-scss-module__05lOda__search__columnCount {
  letter-spacing: -.02em;
  color: #8e8e93;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
}

.SearchSection-module-scss-module__05lOda__search__columnList {
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  scrollbar-color: #00000047 #0000000f;
  flex-direction: column;
  gap: 16px;
  min-height: 300px;
  max-height: 508px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow: hidden auto;
}

.SearchSection-module-scss-module__05lOda__search__columnList::-webkit-scrollbar {
  width: 10px;
}

.SearchSection-module-scss-module__05lOda__search__columnList::-webkit-scrollbar-track {
  background: #0000000f;
  border-radius: 999px;
}

.SearchSection-module-scss-module__05lOda__search__columnList::-webkit-scrollbar-thumb {
  background-color: #00000047;
  background-clip: padding-box;
  border: 3px solid #0000000f;
  border-radius: 999px;
}

.SearchSection-module-scss-module__05lOda__search__columnList::-webkit-scrollbar-thumb:hover {
  background-color: #00000061;
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__columnList {
    gap: 20px;
  }
}

.SearchSection-module-scss-module__05lOda__search__item {
  cursor: pointer;
  color: inherit;
  border-radius: 12px;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin: -12px;
  padding: 12px;
  text-decoration: none;
  transition: background .2s;
  display: flex;
}

.SearchSection-module-scss-module__05lOda__search__item:hover {
  background: #00000005;
}

.SearchSection-module-scss-module__05lOda__search__itemIcon {
  object-fit: contain;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.SearchSection-module-scss-module__05lOda__search__itemBody {
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.SearchSection-module-scss-module__05lOda__search__itemTitle {
  color: #05050c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__itemTitle {
    font-size: 16px;
  }
}

.SearchSection-module-scss-module__05lOda__search__itemDesc {
  color: #8e8e93;
  font-size: 13px;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__itemDesc {
    font-size: 14px;
  }
}

.SearchSection-module-scss-module__05lOda__search__noResults {
  text-align: center;
  color: #8e8e93;
  grid-column: 1 / -1;
  padding: 48px 24px;
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .SearchSection-module-scss-module__05lOda__search__noResults {
    grid-column: span 2;
    padding: 64px 24px;
    font-size: 17px;
  }
}

/* [project]/app/[locale]/(marketing)/(site)/page.module.scss.module.css [app-client] (css) */
.page-module-scss-module__dTqOXq__adminPanelButtonWrap {
  z-index: 120;
  position: fixed;
  top: 9px;
  right: 60px;
}

@media (min-width: 992px) {
  .page-module-scss-module__dTqOXq__adminPanelButtonWrap {
    top: 15px;
    right: 16px;
  }
}

.page-module-scss-module__dTqOXq__adminPanelButton {
  min-height: 36px;
  padding: 0 14px;
  font-weight: 600;
  box-shadow: 0 8px 18px #0f172a2e;
}

.page-module-scss-module__dTqOXq__content {
  padding-top: 5.4rem;
}

@media (min-width: 992px) {
  .page-module-scss-module__dTqOXq__content {
    padding-top: 10rem;
  }
}

/*# sourceMappingURL=_0vy4v8w._.css.map*/