/* [project]/src/app/page.module.css [app-client] (css) */
@keyframes page-module___8aEwW__pulse-accent {
  0% {
    box-shadow: 0 0 #1d6cff80;
  }

  50% {
    box-shadow: 0 0 0 8px #1d6cff33;
  }

  100% {
    box-shadow: 0 0 #1d6cff00;
  }
}

.page-module___8aEwW__page {
  --button-primary-hover: #383838;
  --button-secondary-hover: #f2f2f2;
  --button-secondary-border: #ebebeb;
  font-family: var(--font-geist-sans);
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 120px 0 110px;
  display: flex;
}

.page-module___8aEwW__main {
  background-color: var(--foreground);
  background: none;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  padding: 0 0 0 30px;
  display: flex;
  position: relative;
  right: 0;
}

.page-module___8aEwW__main:after {
  content: unset;
  filter: blur(400px);
  z-index: 1;
  background: #bd14c5;
  border-radius: 50%;
  width: 358px;
  height: 358px;
  position: absolute;
  top: 0;
  right: 0;
}

.page-module___8aEwW__main:before {
  content: unset;
  filter: blur(400px);
  z-index: 1;
  background: #006fff;
  border-radius: 50%;
  width: 358px;
  height: 358px;
  position: absolute;
  top: 0;
  left: 0;
}

.page-module___8aEwW__intro {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.page-module___8aEwW__intro h1 {
  letter-spacing: -2.4px;
  text-wrap: balance;
  max-width: 320px;
  color: var(--text-primary);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.page-module___8aEwW__intro p {
  text-wrap: balance;
  max-width: 440px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 32px;
}

.page-module___8aEwW__intro a {
  color: var(--text-primary);
  font-weight: 500;
}

.page-module___8aEwW__ctas {
  flex-direction: row;
  gap: 16px;
  width: 100%;
  max-width: 440px;
  font-size: 14px;
  display: flex;
}

.page-module___8aEwW__ctas a {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 128px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 0 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

a.page-module___8aEwW__primary {
  background: var(--text-primary);
  color: var(--background);
  gap: 8px;
}

a.page-module___8aEwW__secondary {
  border-color: var(--button-secondary-border);
}

.page-module___8aEwW__main h1 span {
  color: #1d6cff;
  font-family: Magistral, Montserrat, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.page-module___8aEwW__main h1 {
  font-family: Magistral, Montserrat, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.page-module___8aEwW__main .page-module___8aEwW__subtitle {
  font-size: 20px;
}

.page-module___8aEwW__allIi {
  background-color: #1d6cff;
  border-radius: 14px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: auto;
  padding: 10px 20px;
  transition: all .3s;
}

.page-module___8aEwW__allIi:hover {
  background: #1838b5;
  transition: all .3s;
}

.page-module___8aEwW__mediaSliderContainer {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 26px;
  overflow: hidden;
}

.page-module___8aEwW__mediaSlider {
  background: var(--bg-primary);
  border: 1px solid #41496333;
  border-radius: 24px;
  gap: 30px;
  width: 100%;
  padding: 16px 0 16px 30px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-module___8aEwW__mediaSlider:hover .page-module___8aEwW__iconWrapper, .page-module___8aEwW__mediaSlider:hover .page-module___8aEwW__iconWrapper svg {
  filter: drop-shadow(0 0 4px #006fff) drop-shadow(0 0 8px #006fff);
  transition: all .3s;
}

.page-module___8aEwW__leftPanel {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  max-width: 338px;
  height: auto;
  display: flex;
}

.page-module___8aEwW__iconWrapper {
  background: var(--bg-secondary);
  -webkit-backdrop-filter: blur(6.4px);
  backdrop-filter: blur(6.4px);
  border-radius: 20px;
  padding: 13px;
}

@keyframes page-module___8aEwW__float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.page-module___8aEwW__iconWrapper svg {
  width: 38px;
  height: 38px;
}

.page-module___8aEwW__title {
  color: #fff;
  margin-top: auto;
  font-family: Magistral, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.page-module___8aEwW__description {
  color: #ffffffb3;
  font-size: 16px;
  line-height: 1.6;
}

.page-module___8aEwW__tryButton {
  color: #fff;
  cursor: pointer;
  background: #1d6cff;
  border: none;
  border-radius: 14px;
  margin-top: auto;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: background .3s;
  animation: 2s infinite page-module___8aEwW__pulse-accent;
}

.page-module___8aEwW__tryButton:hover {
  background: #1838b5;
  animation: none;
}

.page-module___8aEwW__navigationButtons {
  z-index: 20;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-module___8aEwW__navButton {
  cursor: pointer;
  border: unset;
  background: #414963;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: all .3s;
  display: flex;
}

.page-module___8aEwW__navButton.page-module___8aEwW__active {
  background: #1d6cff;
}

.page-module___8aEwW__navButton.page-module___8aEwW__active:hover {
  background: #1838b5;
}

.page-module___8aEwW__navButton:hover {
  background: #2d2c2d;
}

.page-module___8aEwW__navButton svg {
  width: 24px;
  height: 24px;
}

.page-module___8aEwW__sliderWrapper {
  z-index: 20;
  align-items: center;
  width: calc(100% - 450px);
  margin-left: auto;
  padding: 0 15px;
  display: flex;
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  overflow: hidden;
  transform: none;
}

.page-module___8aEwW__swiper {
  width: 100%;
  height: auto;
  padding-left: 0 !important;
  overflow: visible !important;
}

.page-module___8aEwW__swiper .page-module___8aEwW__swiper-wrapper {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.page-module___8aEwW__swiper .page-module___8aEwW__swiper-slide {
  width: auto !important;
  margin-right: 16px !important;
}

.page-module___8aEwW__swiper .page-module___8aEwW__swiper-slide:last-child {
  margin-right: 0 !important;
}

.page-module___8aEwW__slide {
  border-radius: 24px;
  height: auto;
  min-height: 307px;
  transition: all .5s;
}

.page-module___8aEwW__mediaCard {
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff1a center / cover no-repeat;
  border: 1px solid #fff3;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-module___8aEwW__mediaCard:before {
  content: "";
  opacity: 0;
  background: linear-gradient(135deg, #ffffff1a 0%, #fff0 100%);
  border-radius: 24px;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.page-module___8aEwW__mediaCard:hover:before {
  opacity: 1;
}

.page-module___8aEwW__mediaType {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  z-index: 2;
  background: #0009;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.page-module___8aEwW__mediaContent {
  border-radius: 24px;
  flex: 1;
  margin: -12px;
  position: relative;
  overflow: hidden;
}

.page-module___8aEwW__mediaImage {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.page-module___8aEwW__page {
  padding: 0 clamp(20px, 1vw, 120px) 0 clamp(20px, 1vw, 110px);
}

.page-module___8aEwW__main {
  margin-bottom: clamp(40px, 5vw, 80px);
  padding: 0 0 0 clamp(20px, 2vw, 30px);
}

.page-module___8aEwW__leftPanel {
  max-width: clamp(280px, 25vw, 338px);
}

.page-module___8aEwW__sliderWrapper {
  width: calc(100% - clamp(280px, 25vw, 450px));
}

.page-module___8aEwW__title {
  font-size: clamp(24px, 2.5vw, 32px);
}

.page-module___8aEwW__description {
  font-size: clamp(14px, 1.2vw, 16px);
}

@media (max-width: 1700px) {
  .page-module___8aEwW__main h1, .page-module___8aEwW__main h1 span {
    font-size: 30px;
  }

  .page-module___8aEwW__mediaSliderContainer {
    margin-top: 0;
  }

  .page-module___8aEwW__main {
    margin-bottom: clamp(40px, 2vw, 80px);
    padding: 0 0 0 clamp(20px, 2vw, 30px);
  }

  .page-module___8aEwW__iconWrapper {
    padding: 10px 10px 7px;
  }

  .page-module___8aEwW__iconWrapper svg {
    width: 28px;
    height: 28px;
  }

  .page-module___8aEwW__title {
    font-size: 28px;
  }

  .page-module___8aEwW__description {
    line-height: 1.3;
  }
}

@media (max-width: 1380px) {
  .page-module___8aEwW__page {
    padding: 0 25px 0 10px;
  }
}

@media (max-width: 1280px) {
  .page-module___8aEwW__page {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .page-module___8aEwW__mediaSlider {
    flex-direction: column;
    padding-left: 0;
  }

  .page-module___8aEwW__leftPanel {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }

  .page-module___8aEwW__iconWrapper {
    justify-content: center;
    display: flex;
  }

  .page-module___8aEwW__sliderWrapper {
    width: 100%;
    margin-left: 0;
    padding: 20px;
    position: relative;
  }

  .page-module___8aEwW__page {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .page-module___8aEwW__title {
    font-size: 32px;
  }

  .page-module___8aEwW__description {
    font-size: 14px;
  }

  .page-module___8aEwW__slide {
    height: 280px !important;
  }

  .page-module___8aEwW__mediaCard {
    padding: 20px;
  }

  .page-module___8aEwW__allIi {
    margin-left: 0;
  }

  .page-module___8aEwW__mediaSliderContainer {
    padding-left: 0;
    padding-right: 0;
  }

  .page-module___8aEwW__main {
    padding: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  a.page-module___8aEwW__primary:hover {
    background: var(--button-primary-hover);
    border-color: #0000;
  }

  a.page-module___8aEwW__secondary:hover {
    background: var(--button-secondary-hover);
    border-color: #0000;
  }
}

@media (max-width: 600px) {
  .page-module___8aEwW__intro {
    gap: 16px;
  }

  .page-module___8aEwW__intro h1 {
    letter-spacing: -1.92px;
    font-size: 32px;
    line-height: 40px;
  }
}

@media (prefers-color-scheme: dark) {
  .page-module___8aEwW__logo {
    filter: invert();
  }

  .page-module___8aEwW__page {
    --button-primary-hover: #ccc;
    --button-secondary-hover: #1a1a1a;
    --button-secondary-border: #1a1a1a;
  }
}

html.light-theme .page-module___8aEwW__page {
  background: #fff;
}

html.light-theme .page-module___8aEwW__main {
  background: none;
}

html.light-theme .page-module___8aEwW__title {
  color: #414963;
}

html.light-theme .page-module___8aEwW__description {
  color: #414963;
}

html.light-theme .page-module___8aEwW__slide {
  background: #e6e9f5;
}

html.light-theme .page-module___8aEwW__mediaCard {
  background: #e6e9f5;
}

html.light-theme .page-module___8aEwW__allIi a {
  color: #fff;
}

html.light-theme .page-module___8aEwW__mediaSlider {
  background: #fff;
}

html.light-theme .page-module___8aEwW__iconWrapper {
  background: #e6e9f5;
  border: 1px solid #e6e9f5;
}

html.light-theme .page-module___8aEwW__iconWrapper path {
  stroke: #1d6cff;
}

html.light-theme .page-module___8aEwW__mediaSlider:hover .page-module___8aEwW__iconWrapper svg {
  filter: drop-shadow(0 0 4px #006fff) drop-shadow(0 0 8px #006fff);
  transition: all .3s;
}

html.light-theme .page-module___8aEwW__mediaSlider:hover .page-module___8aEwW__iconWrapper {
  filter: none;
}

/* [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]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
  display: none !important;
}

:is(.swiper-button-prev, .swiper-button-next) ::slotted(svg), :is(.swiper-button-prev, .swiper-button-next) svg {
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev ::slotted(.swiper-navigation-icon), .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next) ::slotted(.swiper-navigation-icon), :is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(180deg);
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev) ::slotted(.swiper-navigation-icon), :is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-prev, .swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-prev, .swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

:is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev) ::slotted(.swiper-navigation-icon), :is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

:is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next) ::slotted(.swiper-navigation-icon), :is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* [project]/src/components/slider/SliderIi.module.css [app-client] (css) */
@keyframes SliderIi-module__Jhrq5G__pulse-accent {
  0% {
    box-shadow: 0 0 #1d6cff80;
  }

  50% {
    box-shadow: 0 0 0 8px #1d6cff33;
  }

  100% {
    box-shadow: 0 0 #1d6cff00;
  }
}

.SliderIi-module__Jhrq5G__sliderContainer {
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 26px;
  display: flex;
  position: relative;
}

.SliderIi-module__Jhrq5G__arrowButton {
  width:  fit-content;
  cursor: pointer;
  background: #121825;
  border: none;
  border-radius: 20px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  transition: all .3s;
  display: flex;
}

.SliderIi-module__Jhrq5G__arrowButton:hover {
  background: #1d6cff;
}

.SliderIi-module__Jhrq5G__arrowButton svg {
  width: 24px;
  height: 24px;
}

.SliderIi-module__Jhrq5G__swiperWrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.SliderIi-module__Jhrq5G__swiper {
  width: 100%;
  height: auto;
  overflow: visible !important;
}

.SliderIi-module__Jhrq5G__slide {
  width: auto !important;
}

.SliderIi-module__Jhrq5G__neuralItem {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  background: #121825;
  border-radius: 20px;
  width: fit-content;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.SliderIi-module__Jhrq5G__neuralItem.SliderIi-module__Jhrq5G__active {
  color: #fff;
  background: #1d6cff;
  transition: background .3s;
}

.SliderIi-module__Jhrq5G__neuralItem:hover {
  background: #1d6cffcc;
}

html.light-theme .SliderIi-module__Jhrq5G__arrowButton {
  background: #e6e9f5;
}

html.light-theme .SliderIi-module__Jhrq5G__arrowButton:hover {
  background: #1d6cff;
}

html.light-theme .SliderIi-module__Jhrq5G__arrowButton svg {
  stroke: #414963;
}

html.light-theme .SliderIi-module__Jhrq5G__neuralItem {
  color: #414963;
  background: #e6e9f5;
  border: 1px solid #e6e9f5;
}

html.light-theme .SliderIi-module__Jhrq5G__neuralItem.SliderIi-module__Jhrq5G__active {
  color: #fff;
  background: #1d6cff;
  border-color: #1d6cff;
}

html.light-theme .SliderIi-module__Jhrq5G__neuralItem:hover {
  color: #fff;
  background: #1d6cff;
}

@media (max-width: 1700px) {
  .SliderIi-module__Jhrq5G__neuralItem {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .SliderIi-module__Jhrq5G__sliderContainer {
    padding-left: 0;
    padding-right: 0;
  }

  .SliderIi-module__Jhrq5G__arrowButton {
    height: 25px;
  }

  .SliderIi-module__Jhrq5G__neuralItem {
    padding: 6px 16px;
    font-size: 12px;
  }

  .SliderIi-module__Jhrq5G__sliderContainer {
    gap: 12px;
  }
}

/* [project]/src/components/FAQ/FAQ.module.css [app-client] (css) */
.FAQ-module__YTKPaG__faqContainer {
  z-index: 10;
  width: 100%;
  margin: 80px auto 54px;
  padding-left: 30px;
  padding-right: 26px;
  position: relative;
}

.FAQ-module__YTKPaG__title {
  color: #fff;
  text-align: left;
  font-family: Magistral, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.FAQ-module__YTKPaG__titleRow {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.FAQ-module__YTKPaG__supportLink {
  color: var(--text-color, #ccc);
  border: 1px solid #ffffff26;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.FAQ-module__YTKPaG__supportLink:hover {
  color: var(--text-color, #fff);
  background: #ffffff0d;
  border-color: #ffffff4d;
}

.FAQ-module__YTKPaG__faqList {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.FAQ-module__YTKPaG__faqItem {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  width: 100%;
  padding: 16px;
}

.FAQ-module__YTKPaG__mainQuestion {
  border: unset;
  cursor: pointer;
  color: #fff;
  text-align: left;
  background: none;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.FAQ-module__YTKPaG__questionText {
  flex: 1;
}

.FAQ-module__YTKPaG__arrow {
  flex-shrink: 0;
  transition: transform .3s;
}

.FAQ-module__YTKPaG__arrow.FAQ-module__YTKPaG__rotated {
  transform: rotate(180deg);
}

.FAQ-module__YTKPaG__subItems {
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding-left: 20px;
  display: flex;
}

.FAQ-module__YTKPaG__subItem {
  width: 100%;
}

.FAQ-module__YTKPaG__subQuestion {
  cursor: pointer;
  color: #fff;
  text-align: left;
  background: #12182580;
  border: 1px solid #41496333;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.FAQ-module__YTKPaG__subQuestion.FAQ-module__YTKPaG__open {
  background: #121825;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.FAQ-module__YTKPaG__subQuestionText {
  flex: 1;
}

.FAQ-module__YTKPaG__subAnswer {
  background: #121825;
  border: 1px solid #41496333;
  border-top: none;
  border-radius: 0 0 20px 20px;
  margin-top: -1px;
  padding: 16px 16px 16px 30px;
  animation: .3s FAQ-module__YTKPaG__slideDown;
}

.FAQ-module__YTKPaG__subAnswer p {
  color: #fffc;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.FAQ-module__YTKPaG__directAnswer {
  background: #121825;
  border: 1px solid #41496333;
  border-top: none;
  border-radius: 20px;
  margin-top: 10px;
  padding: 16px 16px 16px 20px;
  animation: .3s FAQ-module__YTKPaG__slideDown;
}

.FAQ-module__YTKPaG__directAnswer p {
  color: #fffc;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

@keyframes FAQ-module__YTKPaG__slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

@media (max-width: 1700px) {
  .FAQ-module__YTKPaG__faqContainer {
    margin-top: 20px;
  }

  .FAQ-module__YTKPaG__questionText, .FAQ-module__YTKPaG__subQuestionText {
    font-size: 15px;
  }

  .FAQ-module__YTKPaG__title {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .FAQ-module__YTKPaG__faqContainer {
    padding-left: 10px;
    padding-right: 16px;
  }
}

@media (max-width: 768px) {
  .FAQ-module__YTKPaG__faqContainer {
    padding: 20px 16px;
  }

  .FAQ-module__YTKPaG__title {
    font-size: 28px;
  }

  .FAQ-module__YTKPaG__titleRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }

  .FAQ-module__YTKPaG__supportLink {
    padding: 6px 12px;
    font-size: 13px;
  }

  .FAQ-module__YTKPaG__mainQuestion {
    padding: 12px;
    font-size: 16px;
  }

  .FAQ-module__YTKPaG__subQuestion {
    padding: 12px;
    font-size: 14px;
  }

  .FAQ-module__YTKPaG__subAnswer p {
    font-size: 12px;
  }

  .FAQ-module__YTKPaG__subItems {
    padding-left: 12px;
  }

  .FAQ-module__YTKPaG__faqItem {
    padding: 0;
  }
}

html.light-theme .FAQ-module__YTKPaG__title {
  color: #414963;
}

html.light-theme .FAQ-module__YTKPaG__faqItem {
  background: #fff;
  border: 1px solid #e6e9f5;
}

html.light-theme .FAQ-module__YTKPaG__directAnswer {
  color: #414963;
  background: #fff;
}

html.light-theme .FAQ-module__YTKPaG__directAnswer p {
  color: #414963;
}

html.light-theme .FAQ-module__YTKPaG__mainQuestion path {
  stroke: #414963;
}

html.light-theme .FAQ-module__YTKPaG__subQuestion {
  background: #fff;
}

html.light-theme .FAQ-module__YTKPaG__subQuestionText {
  color: #414963;
}

html.light-theme .FAQ-module__YTKPaG__subQuestion path {
  stroke: #414963;
}

html.light-theme .FAQ-module__YTKPaG__subAnswer {
  background: #fff;
}

html.light-theme .FAQ-module__YTKPaG__mainQuestion {
  color: #414963;
}

html.light-theme .FAQ-module__YTKPaG__subQuestion {
  color: #414963;
}

html.light-theme .FAQ-module__YTKPaG__subAnswer {
  color: #414963;
}

html.light-theme .FAQ-module__YTKPaG__subAnswer p {
  color: #414963;
}

html.light-theme .FAQ-module__YTKPaG__mainQuestion:hover {
  background: #f5f6fa;
}

html.light-theme .FAQ-module__YTKPaG__subItems {
  border-left: 2px solid #e6e9f5;
}

html.light-theme .FAQ-module__YTKPaG__supportLink {
  color: #414963;
  border-color: #41496333;
}

html.light-theme .FAQ-module__YTKPaG__supportLink:hover {
  color: #1d6cff;
  background: #1d6cff0d;
  border-color: #41496366;
}

/* [project]/src/components/ChatBot/ChatBot.module.css [app-client] (css) */
@keyframes ChatBot-module__n6CbKG__pulse-accent {
  0% {
    box-shadow: 0 0 #1d6cff80;
  }

  50% {
    box-shadow: 0 0 0 8px #1d6cff33;
  }

  100% {
    box-shadow: 0 0 #1d6cff00;
  }
}

.ChatBot-module__n6CbKG__chatWrapper {
  z-index: 1000;
  width: 100%;
  min-height: 200px;
  padding-left: 0;
  position: relative;
}

.ChatBot-module__n6CbKG__chatWrapper.ChatBot-module__n6CbKG__homePage {
  padding-left: 30px;
  padding-right: 30px;
}

.ChatBot-module__n6CbKG__chatInner {
  will-change: transform, opacity;
  width: 100%;
  transition: all .3s;
}

.ChatBot-module__n6CbKG__chatInner.ChatBot-module__n6CbKG__fixed {
  --chat-left: 5%;
  --chat-width: 90%;
  --chat-max-width: 1200px;
  pointer-events: none;
  left: var(--chat-left);
  width: var(--chat-width);
  max-width: var(--chat-max-width);
  pointer-events: none;
  left: var(--chat-left);
  width: var(--chat-width);
  max-width: var(--chat-max-width);
  transition: left .3s, width .3s, max-width .3s;
  z-index: 1000 !important;
  z-index: 1000 !important;
  position: fixed !important;
  bottom: 20px !important;
}

.ChatBot-module__n6CbKG__chatInner.ChatBot-module__n6CbKG__fixed.ChatBot-module__n6CbKG__homePage {
  left: var(--chat-left);
  width: var(--chat-width);
  max-width: var(--chat-max-width);
}

.ChatBot-module__n6CbKG__chatInner.ChatBot-module__n6CbKG__fixed .ChatBot-module__n6CbKG__chatContainer {
  pointer-events: auto;
  width: 100%;
}

.ChatBot-module__n6CbKG__chatInner.ChatBot-module__n6CbKG__inContent {
  position: relative;
}

.ChatBot-module__n6CbKG__chatInner.ChatBot-module__n6CbKG__inContent .ChatBot-module__n6CbKG__chatContainer {
  max-width: 100%;
}

.ChatBot-module__n6CbKG__chatInner.ChatBot-module__n6CbKG__fixed.ChatBot-module__n6CbKG__hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 20px));
}

.ChatBot-module__n6CbKG__chatContainer {
  background: #121825;
  border: 1px solid #414963;
  border-radius: 32px;
  width: 100%;
  padding: 20px;
  transition: all .3s;
  box-shadow: 0 4px 16px #0000004d;
}

.ChatBot-module__n6CbKG__chatWindow {
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  display: flex;
}

.ChatBot-module__n6CbKG__messagesArea {
  flex-direction: column;
  gap: 12px;
  max-height: 150px;
  padding-right: 8px;
  display: flex;
  overflow-y: auto;
}

.ChatBot-module__n6CbKG__messagesArea::-webkit-scrollbar {
  width: 4px;
}

.ChatBot-module__n6CbKG__messagesArea::-webkit-scrollbar-track {
  background: #ffffff0d;
  border-radius: 2px;
}

.ChatBot-module__n6CbKG__messagesArea::-webkit-scrollbar-thumb {
  background: #fff3;
  border-radius: 2px;
}

.ChatBot-module__n6CbKG__message {
  margin-bottom: 8px;
  display: flex;
}

.ChatBot-module__n6CbKG__botMessage {
  justify-content: flex-start;
}

.ChatBot-module__n6CbKG__userMessage {
  justify-content: flex-end;
}

.ChatBot-module__n6CbKG__messageContent {
  border-radius: 16px;
  max-width: 80%;
  padding: 10px 14px;
  position: relative;
}

.ChatBot-module__n6CbKG__botMessage .ChatBot-module__n6CbKG__messageContent {
  background: #1d6cff1a;
  border: 1px solid #1d6cff4d;
  border-bottom-left-radius: 4px;
}

.ChatBot-module__n6CbKG__userMessage .ChatBot-module__n6CbKG__messageContent {
  background: #1d6cff;
  border-bottom-right-radius: 4px;
}

.ChatBot-module__n6CbKG__messageContent p {
  color: #fff;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.ChatBot-module__n6CbKG__messageTime {
  color: #ffffff80;
  text-align: right;
  margin-top: 4px;
  font-size: 10px;
  display: block;
}

.ChatBot-module__n6CbKG__attachedFiles {
  background: #ffffff08;
  border-radius: 16px;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 100px;
  padding: 8px 12px;
  display: flex;
  overflow-y: auto;
}

.ChatBot-module__n6CbKG__attachedFileItem {
  background: #1d6cff1a;
  border: 1px solid #1d6cff4d;
  border-radius: 12px;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  font-size: 12px;
  display: flex;
}

.ChatBot-module__n6CbKG__attachedFileIcon {
  color: #1d6cff;
  flex-shrink: 0;
}

.ChatBot-module__n6CbKG__attachedFileName {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
}

.ChatBot-module__n6CbKG__attachedFileSize {
  color: #ffffff80;
  flex-shrink: 0;
  font-size: 11px;
}

.ChatBot-module__n6CbKG__removeFileButton {
  cursor: pointer;
  color: #ffffff80;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 2px;
  transition: all .2s;
  display: flex;
}

.ChatBot-module__n6CbKG__removeFileButton:hover {
  color: #f44;
  background: #ff44441a;
}

.ChatBot-module__n6CbKG__fileInput {
  display: none;
}

.ChatBot-module__n6CbKG__messageFiles {
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  display: flex;
}

.ChatBot-module__n6CbKG__fileItem {
  align-items: center;
  gap: 6px;
  font-size: 12px;
  display: flex;
}

.ChatBot-module__n6CbKG__fileIcon {
  color: inherit;
  flex-shrink: 0;
}

.ChatBot-module__n6CbKG__fileName {
  color: inherit;
  opacity: .9;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
}

.ChatBot-module__n6CbKG__fileSize {
  color: inherit;
  opacity: .6;
  flex-shrink: 0;
  font-size: 11px;
}

.ChatBot-module__n6CbKG__bottomPanel {
  align-items: center;
  gap: 12px;
  display: flex;
}

.ChatBot-module__n6CbKG__leftIcon {
  cursor: pointer;
  background: #0e0c154d;
  border-radius: 30px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.ChatBot-module__n6CbKG__leftIcon:hover {
  background: #1d6cff33;
  transform: scale(1.05);
}

.ChatBot-module__n6CbKG__inputWrapper {
  flex: 1;
}

.ChatBot-module__n6CbKG__inputContainer {
  background: #ffffff0d;
  border: 1px solid #41496380;
  border-radius: 30px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  transition: all .3s;
  display: flex;
}

.ChatBot-module__n6CbKG__inputContainer:focus-within {
  border-color: #1d6cff;
}

.ChatBot-module__n6CbKG__messageInput {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.ChatBot-module__n6CbKG__messageInput::placeholder {
  color: #414963;
}

.ChatBot-module__n6CbKG__rightGroup {
  align-items: center;
  gap: 8px;
  display: flex;
}

.ChatBot-module__n6CbKG__dropdown {
  z-index: 1100;
  position: relative;
}

.ChatBot-module__n6CbKG__dropdownButton {
  cursor: pointer;
  color: #fff;
  background: #ffffff0d;
  border: 1px solid #41496380;
  border-radius: 30px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  transition: all .3s;
  display: flex;
}

.ChatBot-module__n6CbKG__dropdownButton:hover {
  background: #1d6cff1a;
}

.ChatBot-module__n6CbKG__dropdownMenu {
  background: #1a1f2e;
  border: 1px solid #414963;
  border-radius: 12px;
  min-width: 350px;
  max-width: 320px;
  max-height: 400px;
  padding: 8px;
  animation: .2s ChatBot-module__n6CbKG__dropdownFade;
  overflow: visible;
  box-shadow: 0 8px 24px #0006;
  z-index: 10000 !important;
  position: fixed !important;
}

.ChatBot-module__n6CbKG__modelList {
  position: relative;
  overflow: visible;
}

@keyframes ChatBot-module__n6CbKG__dropdownFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.ChatBot-module__n6CbKG__modelSearchWrapper {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}

.ChatBot-module__n6CbKG__searchIcon {
  color: #fff6;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.ChatBot-module__n6CbKG__modelSearchInput {
  color: #fff;
  background: #ffffff0d;
  border: 1px solid #41496380;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: 10px 12px 10px 40px;
  font-family: inherit;
  font-size: 13px;
  transition: all .2s;
}

.ChatBot-module__n6CbKG__modelSearchInput:focus {
  background: #ffffff14;
  border-color: #1d6cff;
}

.ChatBot-module__n6CbKG__modelSearchInput::placeholder {
  color: #fff6;
}

.ChatBot-module__n6CbKG__modelGroupDropdown {
  background: #ffffff08;
  border-radius: 12px;
  gap: 8px;
  padding: 4px;
  display: flex;
}

.ChatBot-module__n6CbKG__modelTypeButton {
  color: #ffffff80;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.ChatBot-module__n6CbKG__modelTypeButton:hover {
  color: #fff;
  background: #1d6cff26;
}

.ChatBot-module__n6CbKG__modelTypeButton.ChatBot-module__n6CbKG__active {
  color: #1d6cff;
  background: #1d6cff40;
}

.ChatBot-module__n6CbKG__modelList {
  flex-direction: column;
  gap: 4px;
  max-height: 200px;
  display: flex;
  overflow-y: auto;
}

.ChatBot-module__n6CbKG__modelList::-webkit-scrollbar {
  width: 4px;
}

.ChatBot-module__n6CbKG__modelList::-webkit-scrollbar-track {
  background: none;
}

.ChatBot-module__n6CbKG__modelList::-webkit-scrollbar-thumb {
  background: #fff3;
  border-radius: 2px;
}

.ChatBot-module__n6CbKG__modelItemWrapper {
  position: relative;
}

.ChatBot-module__n6CbKG__dropdownItem {
  color: #fffc;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 13px;
  transition: all .2s;
  display: flex;
}

.ChatBot-module__n6CbKG__dropdownItem:hover {
  color: #fff;
  background: #1d6cff26;
}

.ChatBot-module__n6CbKG__dropdownItem.ChatBot-module__n6CbKG__active {
  color: #1d6cff;
  background: #1d6cff40;
  font-weight: 600;
}

.ChatBot-module__n6CbKG__modelItemIcon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.ChatBot-module__n6CbKG__modelItemIcon svg {
  width: 18px;
  height: 18px;
}

.ChatBot-module__n6CbKG__modelItemName {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.ChatBot-module__n6CbKG__accordionHeader {
  position: relative;
}

.ChatBot-module__n6CbKG__accordionHeaderExpanded {
  background: #1d6cff26;
  border-radius: 8px 8px 0 0;
}

.ChatBot-module__n6CbKG__accordionChevron {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: transform .2s;
  display: flex;
}

.ChatBot-module__n6CbKG__accordionChevronExpanded {
  transform: rotate(180deg);
}

.ChatBot-module__n6CbKG__accordionContent {
  background: #ffffff05;
  border-radius: 0 0 8px 8px;
  flex-direction: column;
  gap: 2px;
  padding: 4px;
  animation: .2s ChatBot-module__n6CbKG__accordionSlideDown;
  display: flex;
}

@keyframes ChatBot-module__n6CbKG__accordionSlideDown {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

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

.ChatBot-module__n6CbKG__accordionItem {
  color: #ffffffb3;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 12px 8px 44px;
  font-family: inherit;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.ChatBot-module__n6CbKG__accordionItem:hover {
  color: #fff;
  background: #1d6cff26;
}

.ChatBot-module__n6CbKG__accordionItemActive {
  color: #1d6cff;
  background: #1d6cff33;
  font-weight: 600;
}

.ChatBot-module__n6CbKG__accordionItemName {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.ChatBot-module__n6CbKG__versionBadge {
  color: #1d6cff;
  background: #1d6cff33;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 18px;
  margin-left: 8px;
  padding: 0 6px;
  font-size: 11px;
  display: inline-flex;
}

.ChatBot-module__n6CbKG__versionSubmenu {
  z-index: 10001;
  pointer-events: auto;
  white-space: nowrap;
  background: #1a1f2e;
  border: 1px solid #414963;
  border-radius: 8px;
  min-width: 200px;
  padding: 6px;
  animation: .15s ChatBot-module__n6CbKG__submenuFade;
  position: static;
  top: 0;
  left: calc(100% + 8px);
  box-shadow: 0 8px 24px #00000080;
}

@keyframes ChatBot-module__n6CbKG__submenuFade {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }

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

.ChatBot-module__n6CbKG__versionItem {
  color: #ffffffb3;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.ChatBot-module__n6CbKG__versionItem:hover {
  color: #fff;
  background: #1d6cff26;
}

.ChatBot-module__n6CbKG__versionItem.ChatBot-module__n6CbKG__active {
  color: #1d6cff;
  background: #1d6cff33;
  font-weight: 600;
}

.ChatBot-module__n6CbKG__versionName {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.ChatBot-module__n6CbKG__versionPrice {
  color: #ffffff80;
  background: #ffffff0d;
  border-radius: 4px;
  flex-shrink: 0;
  padding: 2px 6px;
  font-size: 11px;
}

.ChatBot-module__n6CbKG__modelDropdownEmpty {
  color: #fff6;
  text-align: center;
  padding: 14px;
  font-size: 13px;
}

.ChatBot-module__n6CbKG__modelDropdownDivider {
  background: #41496380;
  height: 1px;
  margin: 8px 0;
}

.ChatBot-module__n6CbKG__sendButton {
  cursor: pointer;
  background: #1d6cff;
  border: none;
  border-radius: 40px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: transform .3s;
  display: flex;
}

.ChatBot-module__n6CbKG__sendButton:hover {
  transform: scale(1.05);
}

@media (max-width: 1500px) {
  .ChatBot-module__n6CbKG__chatInner.ChatBot-module__n6CbKG__fixed.ChatBot-module__n6CbKG__homePage {
    left: var(--chat-left, 300px);
    width: var(--chat-width, calc(100% - 320px));
    max-width: 1200px;
  }
}

@media (max-width: 1380px) {
  .ChatBot-module__n6CbKG__chatInner.ChatBot-module__n6CbKG__fixed {
    left: var(--chat-left, 280px);
    width: var(--chat-width, calc(100% - 300px));
    max-width: 1100px;
  }
}

@media (max-width: 1200px) {
  .ChatBot-module__n6CbKG__chatWrapper.ChatBot-module__n6CbKG__homePage {
    padding: 0 16px 0 10px;
  }
}

@media (max-width: 768px) {
  .ChatBot-module__n6CbKG__chatInner.ChatBot-module__n6CbKG__fixed {
    max-width: none;
    bottom: 16px;
    right: 16px;
    width: calc(100% - 32px) !important;
    left: 16px !important;
  }

  .ChatBot-module__n6CbKG__chatInner.ChatBot-module__n6CbKG__fixed .ChatBot-module__n6CbKG__chatContainer {
    max-width: none;
  }

  .ChatBot-module__n6CbKG__chatContainer {
    padding: 16px;
  }

  .ChatBot-module__n6CbKG__dropdownButton span {
    display: none;
  }

  .ChatBot-module__n6CbKG__dropdownButton {
    padding: 8px;
  }

  .ChatBot-module__n6CbKG__leftIcon, .ChatBot-module__n6CbKG__sendButton {
    width: 36px;
    height: 36px;
  }

  .ChatBot-module__n6CbKG__messagesArea {
    max-height: 250px;
  }
}

@media (max-width: 450px) {
  .ChatBot-module__n6CbKG__messageInput {
    width: 50px;
  }
}

html.light-theme .ChatBot-module__n6CbKG__chatContainer {
  background: #fff;
  border: 1px solid #e6e9f5;
  box-shadow: 0 4px 16px #00000014;
}

html.light-theme .ChatBot-module__n6CbKG__messageContent p {
  color: #414963 !important;
}

:is(html.light-theme .ChatBot-module__n6CbKG__messageUser, html.light-theme .ChatBot-module__n6CbKG__inputArea) {
  background: #e6e9f5;
  border: 1px solid #e6e9f5;
}

:is(html.light-theme .ChatBot-module__n6CbKG__messageUserContent, html.light-theme .ChatBot-module__n6CbKG__messageAiContent, html.light-theme .ChatBot-module__n6CbKG__inputField) {
  color: #414963;
}

html.light-theme .ChatBot-module__n6CbKG__inputField::placeholder {
  color: #afb7d2;
}

:is(html.light-theme .ChatBot-module__n6CbKG__dropdownButton, html.light-theme .ChatBot-module__n6CbKG__sendButton) {
  background: #0e0c154d;
  border: 1px solid #e6e9f5;
}

:is(html.light-theme .ChatBot-module__n6CbKG__dropdownButton:hover, html.light-theme .ChatBot-module__n6CbKG__sendButton:hover) {
  background: #d0d4e3;
}

:is(html.light-theme .ChatBot-module__n6CbKG__dropdownButton svg, html.light-theme .ChatBot-module__n6CbKG__sendButton svg), :is(html.light-theme .ChatBot-module__n6CbKG__leftIcon path, html.light-theme .ChatBot-module__n6CbKG__dropdownButton path, html.light-theme .ChatBot-module__n6CbKG__sendButton path) {
  stroke: #414963;
}

:is(html.light-theme .ChatBot-module__n6CbKG__leftIcon, html.light-theme .ChatBot-module__n6CbKG__sendButton) {
  background: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__dropdownButton {
  color: #414963;
  background: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__dropdownMenu {
  background: #fff;
  border-color: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__modelSearchInput {
  color: #414963;
  background: #f5f6fa;
  border-color: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__modelSearchInput:focus {
  background: #fff;
  border-color: #155adb;
}

html.light-theme .ChatBot-module__n6CbKG__modelSearchInput::placeholder {
  color: #afb7d2;
}

html.light-theme .ChatBot-module__n6CbKG__searchIcon {
  color: #afb7d2;
}

html.light-theme .ChatBot-module__n6CbKG__modelGroupDropdown {
  background: #f5f6fa;
}

html.light-theme .ChatBot-module__n6CbKG__modelTypeButton {
  color: #afb7d2;
}

html.light-theme .ChatBot-module__n6CbKG__modelTypeButton:hover {
  color: #414963;
  background: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__modelTypeButton.ChatBot-module__n6CbKG__active {
  color: #155adb;
  background: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__dropdownItem {
  color: #414963;
}

html.light-theme .ChatBot-module__n6CbKG__dropdownItem:hover {
  background: #f5f6fa;
}

html.light-theme .ChatBot-module__n6CbKG__dropdownItem.ChatBot-module__n6CbKG__active {
  color: #155adb;
  background: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__modelItemIcon svg {
  color: #414963;
}

html.light-theme .ChatBot-module__n6CbKG__versionSubmenu {
  background: #fff;
  border-color: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__versionItem {
  color: #414963;
}

html.light-theme .ChatBot-module__n6CbKG__versionItem:hover {
  background: #f5f6fa;
}

html.light-theme .ChatBot-module__n6CbKG__versionItem.ChatBot-module__n6CbKG__active {
  color: #155adb;
  background: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__versionPrice {
  color: #afb7d2;
  background: #f5f6fa;
}

html.light-theme .ChatBot-module__n6CbKG__modelDropdownEmpty {
  color: #afb7d2;
}

html.light-theme .ChatBot-module__n6CbKG__accordionHeaderExpanded {
  background: #e6e9f5;
  border-radius: 8px 8px 0 0;
}

html.light-theme .ChatBot-module__n6CbKG__accordionContent {
  background: #f5f6fa;
}

html.light-theme .ChatBot-module__n6CbKG__accordionItem {
  color: #414963;
}

html.light-theme .ChatBot-module__n6CbKG__accordionItem:hover {
  background: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__accordionItemActive {
  color: #155adb;
  background: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__versionBadge {
  color: #155adb;
  background: #e6e9f5;
}

html.light-theme .ChatBot-module__n6CbKG__accordionChevron {
  color: #414963;
}

/* [project]/src/components/WorkInProgressPopup/WorkInProgressPopup.module.css [app-client] (css) */
.WorkInProgressPopup-module__4OuK9G__overlay {
  z-index: 10000;
  background: #0009;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0;
}

.WorkInProgressPopup-module__4OuK9G__content {
  -webkit-backdrop-filter: blur(20px);
  background: #0e0c15;
  border: 1px solid #4149634d;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #0000004d;
}

.WorkInProgressPopup-module__4OuK9G__content:before {
  content: "";
  filter: blur(400px);
  z-index: 0;
  background: #bd14c5;
  border-radius: 50%;
  width: 358px;
  height: 358px;
  position: absolute;
  top: 0;
  left: 0;
}

.WorkInProgressPopup-module__4OuK9G__content:after {
  content: "";
  filter: blur(400px);
  z-index: 0;
  background: #006fff;
  border-radius: 50%;
  width: 358px;
  height: 358px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.WorkInProgressPopup-module__4OuK9G__closeBtn {
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: background .2s;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.WorkInProgressPopup-module__4OuK9G__closeBtn:hover {
  background: #41496333;
}

.WorkInProgressPopup-module__4OuK9G__body {
  text-align: center;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.WorkInProgressPopup-module__4OuK9G__iconWrapper {
  margin-bottom: 24px;
}

.WorkInProgressPopup-module__4OuK9G__title {
  color: #fff;
  margin: 0 0 16px;
  font-family: Magistral, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.WorkInProgressPopup-module__4OuK9G__description {
  color: #ffffffb3;
  margin: 0 0 32px;
  font-family: Magistral, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.WorkInProgressPopup-module__4OuK9G__okButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #1d6cff 0%, #bd14c5 100%);
  border: none;
  border-radius: 12px;
  min-width: 180px;
  padding: 14px 32px;
  font-family: Magistral, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
}

.WorkInProgressPopup-module__4OuK9G__okButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #1d6cff66;
}

.WorkInProgressPopup-module__4OuK9G__okButton:active {
  transform: translateY(0);
}

/* [project]/src/components/NewsSection/NewsSection.module.css [app-client] (css) */
.NewsSection-module__K5P2kW__section {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 26px 40px 30px;
}

.NewsSection-module__K5P2kW__sectionTitle {
  color: #fff;
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.NewsSection-module__K5P2kW__sectionSubtitle {
  color: #ffffff80;
  margin: 0 0 32px;
  font-size: 16px;
}

.NewsSection-module__K5P2kW__headerRow {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.NewsSection-module__K5P2kW__headerRow > div, .NewsSection-module__K5P2kW__headerRow .NewsSection-module__K5P2kW__sectionSubtitle {
  margin-bottom: 0;
}

.NewsSection-module__K5P2kW__allNewsBtn {
  color: #fffc;
  white-space: nowrap;
  border: 1px solid #fff3;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.NewsSection-module__K5P2kW__allNewsBtn:hover {
  color: #fff;
  background: #ffffff0d;
  border-color: #fff6;
}

.NewsSection-module__K5P2kW__loadingText {
  color: #fff6;
  font-size: 14px;
}

.NewsSection-module__K5P2kW__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}

.NewsSection-module__K5P2kW__card {
  background: #12182599;
  border: 1px solid #4149634d;
  border-radius: 16px;
  transition: border-color .2s;
  overflow: hidden;
}

.NewsSection-module__K5P2kW__card:hover {
  border-color: #41496399;
}

.NewsSection-module__K5P2kW__imageWrapper {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.NewsSection-module__K5P2kW__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.NewsSection-module__K5P2kW__card:hover .NewsSection-module__K5P2kW__image {
  transform: scale(1.05);
}

.NewsSection-module__K5P2kW__cardBody {
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  display: flex;
}

.NewsSection-module__K5P2kW__date {
  color: #fff6;
  font-size: 12px;
  font-weight: 500;
}

.NewsSection-module__K5P2kW__cardTitle {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.NewsSection-module__K5P2kW__cardExcerpt {
  color: #fff9;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.NewsSection-module__K5P2kW__readMore {
  color: #1d6cff;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.NewsSection-module__K5P2kW__readMore:hover {
  color: #4a8fff;
}

html.light-theme .NewsSection-module__K5P2kW__sectionTitle {
  color: #1a1a2e;
}

html.light-theme .NewsSection-module__K5P2kW__card {
  background: #f5f6fae6;
  border-color: #41496326;
}

html.light-theme .NewsSection-module__K5P2kW__cardTitle {
  color: #1a1a2e;
}

html.light-theme .NewsSection-module__K5P2kW__cardExcerpt {
  color: #1a1a2e99;
}

html.light-theme .NewsSection-module__K5P2kW__allNewsBtn {
  color: #1a1a2eb3;
  border-color: #1a1a2e33;
}

html.light-theme .NewsSection-module__K5P2kW__allNewsBtn:hover {
  color: #1a1a2e;
  background: #1a1a2e0d;
  border-color: #1a1a2e66;
}

@media (max-width: 768px) {
  .NewsSection-module__K5P2kW__section {
    padding: 24px 16px;
  }

  .NewsSection-module__K5P2kW__sectionTitle {
    font-size: 28px;
  }

  .NewsSection-module__K5P2kW__grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=_13hsq~m._.css.map*/