/* [project]/src/components/home/HomeHeroSection.module.css [app-client] (css) */
.HomeHeroSection-module__DsBBEq__sliderShell {
  touch-action: pan-y;
  border: 1px solid #52529e4d;
  border-radius: 14px;
  width: 100%;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 48px #090a0f47;
}

@media (min-width: 1024px) {
  .HomeHeroSection-module__DsBBEq__sliderShell {
    height: 100%;
    min-height: 400px;
  }
}

.HomeHeroSection-module__DsBBEq__slidePanel {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #08090e8c;
  border-top: 1px solid #ffffff24;
  border-left: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
}

.HomeHeroSection-module__DsBBEq__slideCta {
  letter-spacing: .01em;
  color: #14151f;
  background: #fff;
  border: 0;
  border-radius: 999px;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 6px 0 18px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background .2s;
  display: inline-flex;
  box-shadow: 0 6px 20px #00000038;
}

.HomeHeroSection-module__DsBBEq__slideCta:hover {
  background: #f4f4fa;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px #00000047;
}

.HomeHeroSection-module__DsBBEq__slideCtaIcon {
  color: #fff;
  background: linear-gradient(135deg, #52529e 0%, #27175d 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: transform .2s;
  display: flex;
}

.HomeHeroSection-module__DsBBEq__slideCta:hover .HomeHeroSection-module__DsBBEq__slideCtaIcon {
  transform: translateX(2px);
}

.HomeHeroSection-module__DsBBEq__slideTabs {
  --tab-count: 5;
  border: 1px solid #52529e38;
  border-radius: 14px;
  margin-top: 12px;
  padding: 5px;
  transition: border-color .25s, box-shadow .25s;
}

.HomeHeroSection-module__DsBBEq__slideTabsDark {
  background: #ffffff0a;
  box-shadow: 0 8px 24px #0000002e;
}

.HomeHeroSection-module__DsBBEq__slideTabsLight {
  background: #fff;
  border-color: #52529e29;
  box-shadow: 0 6px 20px #52529e14;
}

.HomeHeroSection-module__DsBBEq__slideTabsInner {
  grid-template-columns: repeat(var(--tab-count), minmax(0, 1fr));
  display: grid;
  position: relative;
}

.HomeHeroSection-module__DsBBEq__slideTabIndicator {
  width: calc(100% / var(--tab-count));
  transform: translateX(calc(var(--active-index, 0) * 100%));
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(135deg, #52529e 0%, #27175d 100%);
  border-radius: 10px;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 4px 16px #27175d59, inset 0 1px #ffffff2e;
}

.HomeHeroSection-module__DsBBEq__slideTab {
  z-index: 1;
  color: #8a90b8;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  min-width: 0;
  padding: 10px 6px;
  font-size: 11px;
  font-weight: 600;
  transition: color .25s;
  display: flex;
  position: relative;
}

.HomeHeroSection-module__DsBBEq__slideTabsDark .HomeHeroSection-module__DsBBEq__slideTab {
  color: #9aa0c8;
}

.HomeHeroSection-module__DsBBEq__slideTabsLight .HomeHeroSection-module__DsBBEq__slideTab {
  color: #6b7194;
}

.HomeHeroSection-module__DsBBEq__slideTab:hover:not(.HomeHeroSection-module__DsBBEq__slideTabActive) {
  color: #52529e;
}

.HomeHeroSection-module__DsBBEq__slideTabsDark .HomeHeroSection-module__DsBBEq__slideTab:hover:not(.HomeHeroSection-module__DsBBEq__slideTabActive) {
  color: #c4c8f0;
}

.HomeHeroSection-module__DsBBEq__slideTabIcon {
  line-height: 1;
  transition: transform .25s, color .25s;
  font-size: 18px !important;
}

.HomeHeroSection-module__DsBBEq__slideTabLabel {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: none;
  overflow: hidden;
}

@media (min-width: 480px) {
  .HomeHeroSection-module__DsBBEq__slideTab {
    flex-direction: row;
    gap: 6px;
    padding: 11px 10px;
    font-size: 11px;
  }

  .HomeHeroSection-module__DsBBEq__slideTabLabel {
    display: block;
  }
}

@media (min-width: 768px) {
  .HomeHeroSection-module__DsBBEq__slideTab {
    padding: 12px;
    font-size: 12px;
  }

  .HomeHeroSection-module__DsBBEq__slideTabIcon {
    font-size: 17px !important;
  }
}

.HomeHeroSection-module__DsBBEq__slideTabsDark .HomeHeroSection-module__DsBBEq__slideTabActive, .HomeHeroSection-module__DsBBEq__slideTabsLight .HomeHeroSection-module__DsBBEq__slideTabActive, .HomeHeroSection-module__DsBBEq__slideTabActive, .HomeHeroSection-module__DsBBEq__slideTabActive .HomeHeroSection-module__DsBBEq__slideTabIcon, .HomeHeroSection-module__DsBBEq__slideTabActive .HomeHeroSection-module__DsBBEq__slideTabLabel {
  color: #fff;
}

.HomeHeroSection-module__DsBBEq__slideTabActive .HomeHeroSection-module__DsBBEq__slideTabIcon {
  transform: scale(1.08);
}

.HomeHeroSection-module__DsBBEq__slideTab:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #6666b3a6;
}

.HomeHeroSection-module__DsBBEq__featuredCard {
  border: 1px solid #52529e29;
  border-radius: 14px;
  flex-shrink: 0;
  width: 100%;
  min-width: 0;
  height: 220px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 36px #090a0f38;
}

.HomeHeroSection-module__DsBBEq__featuredBadge {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ffffff8c;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}

.HomeHeroSection-module__DsBBEq__featuredDot {
  background: #6666b3;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 10px #6666b3cc;
}

.HomeHeroSection-module__DsBBEq__featuredBtn {
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #08090e73;
  border: 1px solid #ffffff29;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  transition: background .2s, border-color .2s, color .2s;
  display: inline-flex;
}

.HomeHeroSection-module__DsBBEq__featuredBtn:hover {
  background: #52529e59;
  border-color: #6666b366;
}

.HomeHeroSection-module__DsBBEq__sideColumn {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
  height: fit-content;
  display: flex;
}

@media (min-width: 1024px) {
  .HomeHeroSection-module__DsBBEq__sideColumn {
    height: 100%;
  }
}

.HomeHeroSection-module__DsBBEq__promoCard {
  border: 1px solid #52529e42;
  border-radius: 14px;
  width: 100%;
  min-width: 0;
  padding: 18px 16px;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  overflow: hidden;
}

.HomeHeroSection-module__DsBBEq__promoCard:hover {
  border-color: #6666b347;
}

.HomeHeroSection-module__DsBBEq__promoCardDark {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff08;
  box-shadow: 0 10px 28px #0000002e;
}

.HomeHeroSection-module__DsBBEq__promoCardLight {
  background: #fff;
  box-shadow: 0 8px 24px #0f111a0f;
}

.HomeHeroSection-module__DsBBEq__promoAccent {
  background: linear-gradient(#52529e 0%, #6666b3 100%);
  border-radius: 0 4px 4px 0;
  width: 2px;
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
}

.HomeHeroSection-module__DsBBEq__promoTag {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #52529e;
  background: #52529e29;
  border: 1px solid #52529e59;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}

.HomeHeroSection-module__DsBBEq__promoRow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  width: 100%;
  min-width: 0;
  display: grid;
}

@media (max-width: 1023px) {
  .HomeHeroSection-module__DsBBEq__sideColumn {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  .HomeHeroSection-module__DsBBEq__sideColumn::-webkit-scrollbar {
    display: none;
  }

  .HomeHeroSection-module__DsBBEq__featuredCard, .HomeHeroSection-module__DsBBEq__promoRow {
    min-width: 100%;
  }

  .HomeHeroSection-module__DsBBEq__promoRow {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    width: max(100%, 580px);
  }
}

.HomeHeroSection-module__DsBBEq__promoItem {
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  transition: background .2s, border-color .2s;
  display: flex;
}

.HomeHeroSection-module__DsBBEq__promoItemDark {
  background: #ffffff0a;
  border: 1px solid #0000;
}

.HomeHeroSection-module__DsBBEq__promoItemDark:hover {
  background: #52529e33;
  border-color: #52529e4d;
}

.HomeHeroSection-module__DsBBEq__promoItemLight {
  background: #f6f7fb;
  border: 1px solid #0000;
}

.HomeHeroSection-module__DsBBEq__promoItemLight:hover {
  background: #eef0f8;
  border-color: #52529e38;
}

/* [project]/src/components/home/HomeDomainSearchSection.module.css [app-client] (css) */
.HomeDomainSearchSection-module__aZxXrq__section {
  z-index: 20;
  margin-top: 16px;
  padding: 16px 0 24px;
  position: relative;
}

.HomeDomainSearchSection-module__aZxXrq__container {
  width: 100%;
  max-width: var(--layout-max-width, 1440px);
  padding-inline: var(--layout-gutter, 1rem);
  box-sizing: border-box;
  margin: 0 auto;
}

.HomeDomainSearchSection-module__aZxXrq__shell {
  isolation: isolate;
  border: 1px solid #52529e29;
  border-radius: 14px;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.HomeDomainSearchSection-module__aZxXrq__shellAccent {
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(#52529e, #6666b3, #27175d);
  border-radius: 0 4px 4px 0;
  width: 3px;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
}

.HomeDomainSearchSection-module__aZxXrq__shellDark {
  background: linear-gradient(135deg, #0e0f17fa 0%, #090a0ffa 100%);
  box-shadow: 0 16px 40px #00000038;
}

.HomeDomainSearchSection-module__aZxXrq__shellLight {
  background: #fff;
  border-color: #52529e38;
  box-shadow: 0 12px 32px #0f111a0f;
}

.HomeDomainSearchSection-module__aZxXrq__shell:before {
  content: "";
  pointer-events: none;
  background-image: linear-gradient(#6666b309 1px, #0000 1px), linear-gradient(90deg, #6666b309 1px, #0000 1px);
  background-size: 48px 48px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#00000073 0%, #0000 85%);
  mask-image: linear-gradient(#00000073 0%, #0000 85%);
}

.HomeDomainSearchSection-module__aZxXrq__glowPrimary {
  pointer-events: none;
  background: radial-gradient(circle, #52529e4d 0%, #0000 70%);
  width: 220px;
  height: 220px;
  position: absolute;
  top: -40px;
  right: -20px;
}

.HomeDomainSearchSection-module__aZxXrq__glowSecondary {
  pointer-events: none;
  background: radial-gradient(circle, #27175d33 0%, #0000 72%);
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: -30px;
  left: -10px;
}

.HomeDomainSearchSection-module__aZxXrq__badge {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b4b8e8;
  background: #52529e29;
  border: 1px solid #52529e38;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.HomeDomainSearchSection-module__aZxXrq__title {
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  font-weight: 700;
  line-height: 1.2;
}

.HomeDomainSearchSection-module__aZxXrq__titleAccent {
  background: linear-gradient(135deg, #8b8bd4 0%, #52529e 100%);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.HomeDomainSearchSection-module__aZxXrq__priceLead {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.HomeDomainSearchSection-module__aZxXrq__priceLeadDark {
  color: #b4b8e8;
}

.HomeDomainSearchSection-module__aZxXrq__priceLeadLight {
  color: #45486a;
}

.HomeDomainSearchSection-module__aZxXrq__priceTag {
  color: #fff;
  background: linear-gradient(135deg, #52529e 0%, #6666b3 100%);
  border-radius: 6px;
  align-items: center;
  margin-right: 4px;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 0 4px 14px #52529e47;
}

.HomeDomainSearchSection-module__aZxXrq__priceAccent {
  color: #6666b3;
  font-weight: 700;
}

.HomeDomainSearchSection-module__aZxXrq__searchWrap {
  max-width: 640px;
  margin-bottom: 14px;
  position: relative;
}

.HomeDomainSearchSection-module__aZxXrq__searchIconWrap {
  background: linear-gradient(135deg, #52529e 0%, #6666b3 100%);
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  box-shadow: 0 6px 16px #52529e47;
}

.HomeDomainSearchSection-module__aZxXrq__searchBox {
  border: 1px solid #52529e4d;
  border-radius: 12px;
  flex-direction: column;
  gap: 8px;
  padding: 6px;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
}

.HomeDomainSearchSection-module__aZxXrq__searchBox:focus-within {
  border-color: #6666b36b;
  box-shadow: 0 0 0 3px #52529e38;
}

.HomeDomainSearchSection-module__aZxXrq__searchBoxDark {
  background: #ffffff08;
}

.HomeDomainSearchSection-module__aZxXrq__searchBoxLight {
  background: #f6f7fb;
  border-color: #52529e38;
}

.HomeDomainSearchSection-module__aZxXrq__searchInputRow {
  border-radius: 8px;
  flex: 1;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  display: flex;
}

.HomeDomainSearchSection-module__aZxXrq__searchInputRowDark {
  background: #ffffff0a;
}

.HomeDomainSearchSection-module__aZxXrq__searchInputRowLight {
  background: #fff;
}

.HomeDomainSearchSection-module__aZxXrq__searchInput {
  background: none;
  border: 0;
  outline: none;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.HomeDomainSearchSection-module__aZxXrq__searchInputDark {
  color: #f4f4f8;
}

.HomeDomainSearchSection-module__aZxXrq__searchInputDark::placeholder {
  color: #6a7088;
}

.HomeDomainSearchSection-module__aZxXrq__searchInputLight {
  color: #1a1d2b;
}

.HomeDomainSearchSection-module__aZxXrq__searchInputLight::placeholder {
  color: #9aa0b8;
}

.HomeDomainSearchSection-module__aZxXrq__searchBtn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(135deg, #52529e 0%, #27175d 100%);
  border: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 42px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .2s, transform .2s, box-shadow .2s;
  display: inline-flex;
}

.HomeDomainSearchSection-module__aZxXrq__searchBtn:hover {
  opacity: .94;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px #27175d4d;
}

.HomeDomainSearchSection-module__aZxXrq__quickLinks {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 2px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

@media (min-width: 1024px) {
  .HomeDomainSearchSection-module__aZxXrq__quickLinks {
    justify-content: flex-start;
  }
}

.HomeDomainSearchSection-module__aZxXrq__quickLink {
  padding: 4px 6px;
  text-decoration: none;
  transition: color .2s;
}

.HomeDomainSearchSection-module__aZxXrq__quickLinkDark {
  color: #8b90a8;
}

.HomeDomainSearchSection-module__aZxXrq__quickLinkDark:hover {
  color: #c8ceff;
}

.HomeDomainSearchSection-module__aZxXrq__quickLinkLight {
  color: #6b7288;
}

.HomeDomainSearchSection-module__aZxXrq__quickLinkLight:hover {
  color: #52529e;
}

.HomeDomainSearchSection-module__aZxXrq__quickSep {
  color: #6b728c73;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 8px;
}

.HomeDomainSearchSection-module__aZxXrq__tldGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  display: grid;
}

@media (min-width: 640px) {
  .HomeDomainSearchSection-module__aZxXrq__tldGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.HomeDomainSearchSection-module__aZxXrq__tldCard {
  border: 1px solid #52529e42;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 12px 8px;
  text-decoration: none;
  transition: border-color .2s, background .2s, transform .2s;
  display: flex;
  position: relative;
}

.HomeDomainSearchSection-module__aZxXrq__tldCardDark {
  background: #ffffff08;
}

.HomeDomainSearchSection-module__aZxXrq__tldCardDark:hover {
  background: #52529e33;
  border-color: #6666b347;
  transform: translateY(-1px);
}

.HomeDomainSearchSection-module__aZxXrq__tldCardLight {
  background: #f6f7fb;
}

.HomeDomainSearchSection-module__aZxXrq__tldCardLight:hover {
  background: #eef0f8;
  border-color: #52529e38;
  transform: translateY(-1px);
}

.HomeDomainSearchSection-module__aZxXrq__tldFeatured {
  border-color: #6666b373;
  box-shadow: 0 8px 22px #52529e42;
}

.HomeDomainSearchSection-module__aZxXrq__tldFeaturedDark {
  background: linear-gradient(160deg, #52529e4d 0%, #27175d1f 100%);
}

.HomeDomainSearchSection-module__aZxXrq__tldFeaturedLight {
  background: linear-gradient(160deg, #52529e33 0%, #52529e0a 100%);
}

.HomeDomainSearchSection-module__aZxXrq__tldBadge {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #52529e, #6666b3);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  top: -8px;
}

.HomeDomainSearchSection-module__aZxXrq__tldName {
  align-items: baseline;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
}

.HomeDomainSearchSection-module__aZxXrq__tldDot {
  color: #b4b8e8;
}

.HomeDomainSearchSection-module__aZxXrq__tldExt {
  color: #6666b3;
}

.HomeDomainSearchSection-module__aZxXrq__tldExtFeatured {
  background: linear-gradient(135deg, #8b8bd4 0%, #52529e 100%);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.HomeDomainSearchSection-module__aZxXrq__tldPrice {
  color: #b4b8e8;
  font-size: 11px;
  font-weight: 600;
}

.HomeDomainSearchSection-module__aZxXrq__tldPriceFeatured {
  color: #6666b3;
  font-weight: 700;
}

@media (min-width: 640px) {
  .HomeDomainSearchSection-module__aZxXrq__searchBox {
    flex-direction: row;
    align-items: center;
  }

  .HomeDomainSearchSection-module__aZxXrq__searchBtn {
    width: auto;
  }
}

/* [project]/src/components/home/HomeEcosystemSection.module.css [app-client] (css) */
.HomeEcosystemSection-module__QH-FOG__section {
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}

.HomeEcosystemSection-module__QH-FOG__sectionDark {
  background: #0b0d14;
}

.HomeEcosystemSection-module__QH-FOG__sectionLight {
  background: #f5f6fb;
}

.HomeEcosystemSection-module__QH-FOG__gridBg {
  pointer-events: none;
  background-image: linear-gradient(#ffffff08 1px, #0000 1px), linear-gradient(90deg, #ffffff08 1px, #0000 1px);
  background-size: 4rem 4rem;
  position: absolute;
  inset: 0;
}

.HomeEcosystemSection-module__QH-FOG__sectionLight .HomeEcosystemSection-module__QH-FOG__gridBg {
  background-image: linear-gradient(#00000008 1px, #0000 1px), linear-gradient(90deg, #00000008 1px, #0000 1px);
}

.HomeEcosystemSection-module__QH-FOG__glowPrimary, .HomeEcosystemSection-module__QH-FOG__glowSecondary {
  pointer-events: none;
  filter: blur(100px);
  border-radius: 50%;
  position: absolute;
}

.HomeEcosystemSection-module__QH-FOG__glowPrimary {
  background: #52529e26;
  width: 288px;
  height: 288px;
  top: 10%;
  left: 12%;
}

.HomeEcosystemSection-module__QH-FOG__glowSecondary {
  background: #52529e33;
  width: 288px;
  height: 288px;
  bottom: 8%;
  right: 10%;
}

.HomeEcosystemSection-module__QH-FOG__sectionLight .HomeEcosystemSection-module__QH-FOG__glowPrimary {
  background: #52529e29;
}

.HomeEcosystemSection-module__QH-FOG__sectionLight .HomeEcosystemSection-module__QH-FOG__glowSecondary {
  background: #52529e38;
}

.HomeEcosystemSection-module__QH-FOG__header {
  margin-bottom: 40px;
}

.HomeEcosystemSection-module__QH-FOG__marquee {
  z-index: 1;
  flex-direction: column;
  gap: 14px;
  display: flex;
  position: relative;
}

.HomeEcosystemSection-module__QH-FOG__fadeLeft, .HomeEcosystemSection-module__QH-FOG__fadeRight {
  z-index: 2;
  pointer-events: none;
  width: 72px;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .HomeEcosystemSection-module__QH-FOG__fadeLeft, .HomeEcosystemSection-module__QH-FOG__fadeRight {
    width: 120px;
  }
}

.HomeEcosystemSection-module__QH-FOG__fadeLeft {
  left: 0;
}

.HomeEcosystemSection-module__QH-FOG__fadeRight {
  right: 0;
}

.HomeEcosystemSection-module__QH-FOG__fadeLeftDark {
  background: linear-gradient(90deg, #0b0d14 0%, #0b0d1400 100%);
}

.HomeEcosystemSection-module__QH-FOG__fadeRightDark {
  background: linear-gradient(270deg, #0b0d14 0%, #0b0d1400 100%);
}

.HomeEcosystemSection-module__QH-FOG__fadeLeftLight {
  background: linear-gradient(90deg, #f5f6fb 0%, #f5f6fb00 100%);
}

.HomeEcosystemSection-module__QH-FOG__fadeRightLight {
  background: linear-gradient(270deg, #f5f6fb 0%, #f5f6fb00 100%);
}

.HomeEcosystemSection-module__QH-FOG__trackRow {
  width: 100%;
  overflow: hidden;
}

.HomeEcosystemSection-module__QH-FOG__trackRow:hover .HomeEcosystemSection-module__QH-FOG__track {
  animation-play-state: paused;
}

.HomeEcosystemSection-module__QH-FOG__track {
  will-change: transform;
  gap: 14px;
  width: max-content;
  animation: 40s linear infinite backwards HomeEcosystemSection-module__QH-FOG__scrollLeft;
  display: flex;
}

.HomeEcosystemSection-module__QH-FOG__trackSet {
  flex-shrink: 0;
  gap: 14px;
  display: flex;
}

.HomeEcosystemSection-module__QH-FOG__trackReverse {
  animation-name: HomeEcosystemSection-module__QH-FOG__scrollRight;
  animation-duration: 44s;
  animation-fill-mode: backwards;
}

.HomeEcosystemSection-module__QH-FOG__partnerCard {
  border: 1px solid;
  border-radius: 14px;
  align-items: center;
  gap: 16px;
  width: 290px;
  min-width: 290px;
  height: 88px;
  padding: 16px 20px;
  transition: border-color .25s, background .25s, transform .25s, box-shadow .25s;
  display: flex;
  position: relative;
}

.HomeEcosystemSection-module__QH-FOG__partnerCard:before {
  content: "";
  opacity: 0;
  background: linear-gradient(#52529e, #6666b3);
  border-radius: 0 4px 4px 0;
  width: 3px;
  transition: opacity .25s;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
}

.HomeEcosystemSection-module__QH-FOG__partnerCard:hover {
  transform: translateY(-2px);
}

.HomeEcosystemSection-module__QH-FOG__partnerCard:hover:before {
  opacity: 1;
}

.HomeEcosystemSection-module__QH-FOG__partnerCardDark {
  background: #ffffff06;
  border-color: #ffffff12;
}

.HomeEcosystemSection-module__QH-FOG__partnerCardDark:hover {
  background: #52529e29;
  border-color: #6666b33d;
}

.HomeEcosystemSection-module__QH-FOG__partnerCardLight {
  background: #ffffffeb;
  border-color: #52529e33;
  box-shadow: 0 4px 18px #0f111a0a;
}

.HomeEcosystemSection-module__QH-FOG__partnerCardLight:hover {
  border-color: #52529e33;
  box-shadow: 0 10px 28px #52529e33;
}

.HomeEcosystemSection-module__QH-FOG__logo {
  object-fit: contain;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  transition: transform .25s, filter .25s, opacity .25s;
}

.HomeEcosystemSection-module__QH-FOG__logoDark {
  opacity: .88;
  filter: grayscale(.08);
}

.HomeEcosystemSection-module__QH-FOG__partnerCard:hover .HomeEcosystemSection-module__QH-FOG__logo {
  transform: scale(1.04);
}

.HomeEcosystemSection-module__QH-FOG__partnerCard:hover .HomeEcosystemSection-module__QH-FOG__logoDark {
  opacity: 1;
  filter: grayscale(0);
}

.HomeEcosystemSection-module__QH-FOG__divider {
  flex-shrink: 0;
  width: 1px;
  height: 40px;
}

.HomeEcosystemSection-module__QH-FOG__dividerDark {
  background: linear-gradient(#0000, #8b92c859, #0000);
}

.HomeEcosystemSection-module__QH-FOG__dividerLight {
  background: linear-gradient(#0000, #52529e4d, #0000);
}

.HomeEcosystemSection-module__QH-FOG__partnerMeta {
  min-width: 0;
}

.HomeEcosystemSection-module__QH-FOG__partnerName {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.HomeEcosystemSection-module__QH-FOG__partnerNameDark {
  color: #fff;
}

.HomeEcosystemSection-module__QH-FOG__partnerNameLight {
  color: #1a1d2b;
}

.HomeEcosystemSection-module__QH-FOG__partnerRole {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b4b8e8;
  font-size: 10px;
  font-weight: 700;
}

.HomeEcosystemSection-module__QH-FOG__partnerRoleLight {
  color: #52529e;
}

@keyframes HomeEcosystemSection-module__QH-FOG__scrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes HomeEcosystemSection-module__QH-FOG__scrollRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .HomeEcosystemSection-module__QH-FOG__track {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    animation: none;
  }

  .HomeEcosystemSection-module__QH-FOG__trackReverse {
    animation: none;
  }
}

/* [project]/src/components/home/HomeWhyWeridataSection.module.css [app-client] (css) */
.HomeWhyWeridataSection-module__-78uba__section {
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}

.HomeWhyWeridataSection-module__-78uba__sectionDark {
  background: #0b0d14;
}

.HomeWhyWeridataSection-module__-78uba__sectionLight {
  background: #f5f6fb;
}

.HomeWhyWeridataSection-module__-78uba__gridBg {
  pointer-events: none;
  background-image: linear-gradient(#ffffff08 1px, #0000 1px), linear-gradient(90deg, #ffffff08 1px, #0000 1px);
  background-size: 4rem 4rem;
  position: absolute;
  inset: 0;
}

.HomeWhyWeridataSection-module__-78uba__sectionLight .HomeWhyWeridataSection-module__-78uba__gridBg {
  background-image: linear-gradient(#00000008 1px, #0000 1px), linear-gradient(90deg, #00000008 1px, #0000 1px);
}

.HomeWhyWeridataSection-module__-78uba__glowPrimary, .HomeWhyWeridataSection-module__-78uba__glowSecondary {
  pointer-events: none;
  filter: blur(100px);
  border-radius: 50%;
  position: absolute;
}

.HomeWhyWeridataSection-module__-78uba__glowPrimary {
  background: #52529e42;
  width: 280px;
  height: 280px;
  top: 8%;
  left: 10%;
}

.HomeWhyWeridataSection-module__-78uba__glowSecondary {
  background: #52529e33;
  width: 260px;
  height: 260px;
  bottom: 6%;
  right: 8%;
}

.HomeWhyWeridataSection-module__-78uba__sectionLight .HomeWhyWeridataSection-module__-78uba__glowPrimary {
  background: #52529e29;
}

.HomeWhyWeridataSection-module__-78uba__sectionLight .HomeWhyWeridataSection-module__-78uba__glowSecondary {
  background: #52529e38;
}

.HomeWhyWeridataSection-module__-78uba__header {
  text-align: center;
  margin-bottom: 40px;
}

.HomeWhyWeridataSection-module__-78uba__subtitle {
  max-width: 640px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
}

.HomeWhyWeridataSection-module__-78uba__subtitleDark {
  color: #c8ccf0;
}

.HomeWhyWeridataSection-module__-78uba__subtitleLight {
  color: #45486a;
}

.HomeWhyWeridataSection-module__-78uba__statsRow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
  display: grid;
}

@media (min-width: 768px) {
  .HomeWhyWeridataSection-module__-78uba__statsRow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.HomeWhyWeridataSection-module__-78uba__statItem {
  text-align: center;
  border: 1px solid;
  border-radius: 12px;
  padding: 16px 14px;
}

.HomeWhyWeridataSection-module__-78uba__statItemDark {
  background: #ffffff08;
  border-color: #ffffff14;
}

.HomeWhyWeridataSection-module__-78uba__statItemLight {
  background: #fff;
  border-color: #52529e33;
  box-shadow: 0 4px 16px #0f111a0a;
}

.HomeWhyWeridataSection-module__-78uba__statValue {
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
}

.HomeWhyWeridataSection-module__-78uba__statValueDark {
  color: #fff;
}

.HomeWhyWeridataSection-module__-78uba__statValueLight {
  color: #1a1d2b;
}

.HomeWhyWeridataSection-module__-78uba__statLabel {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #b4b8e8;
  font-size: 11px;
  font-weight: 600;
}

.HomeWhyWeridataSection-module__-78uba__statLabelLight {
  color: #52529e;
}

.HomeWhyWeridataSection-module__-78uba__grid {
  grid-template-columns: 1fr;
  gap: 14px;
  display: grid;
}

@media (min-width: 768px) {
  .HomeWhyWeridataSection-module__-78uba__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .HomeWhyWeridataSection-module__-78uba__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.HomeWhyWeridataSection-module__-78uba__card {
  border: 1px solid;
  border-radius: 14px;
  flex-direction: column;
  gap: 12px;
  padding: 22px 20px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  display: flex;
  position: relative;
}

.HomeWhyWeridataSection-module__-78uba__card:before {
  content: "";
  opacity: 0;
  background: linear-gradient(#52529e, #6666b3);
  border-radius: 0 4px 4px 0;
  width: 3px;
  transition: opacity .25s;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
}

.HomeWhyWeridataSection-module__-78uba__card:hover {
  transform: translateY(-2px);
}

.HomeWhyWeridataSection-module__-78uba__card:hover:before {
  opacity: 1;
}

.HomeWhyWeridataSection-module__-78uba__cardDark {
  background: #ffffff06;
  border-color: #ffffff14;
}

.HomeWhyWeridataSection-module__-78uba__cardDark:hover {
  background: #52529e29;
  border-color: #6666b347;
}

.HomeWhyWeridataSection-module__-78uba__cardLight {
  background: #ffffffeb;
  border-color: #52529e33;
  box-shadow: 0 4px 18px #0f111a0a;
}

.HomeWhyWeridataSection-module__-78uba__cardLight:hover {
  border-color: #52529e33;
  box-shadow: 0 10px 28px #52529e33;
}

.HomeWhyWeridataSection-module__-78uba__cardTop {
  align-items: center;
  gap: 12px;
  display: flex;
}

.HomeWhyWeridataSection-module__-78uba__iconWrap {
  color: #6666b3;
  background: #52529e38;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.HomeWhyWeridataSection-module__-78uba__cardTitle {
  letter-spacing: -.01em;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
}

.HomeWhyWeridataSection-module__-78uba__cardTitleDark {
  color: #fff;
}

.HomeWhyWeridataSection-module__-78uba__cardTitleLight {
  color: #1a1d2b;
}

.HomeWhyWeridataSection-module__-78uba__cardText {
  font-size: 14px;
  line-height: 1.65;
}

.HomeWhyWeridataSection-module__-78uba__cardTextDark {
  color: #c8ccf0;
}

.HomeWhyWeridataSection-module__-78uba__cardTextLight {
  color: #45486a;
}

/* [project]/src/components/home/HomeOperationsSection.module.css [app-client] (css) */
.HomeOperationsSection-module__3Xwq3G__section {
  border-top: 1px solid;
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}

.HomeOperationsSection-module__3Xwq3G__sectionDark {
  background: #0b0d14;
  border-color: #ffffff0d;
}

.HomeOperationsSection-module__3Xwq3G__sectionLight {
  background: #f5f6fb;
  border-color: #52529e33;
}

.HomeOperationsSection-module__3Xwq3G__gridBg {
  pointer-events: none;
  background-image: linear-gradient(#ffffff08 1px, #0000 1px), linear-gradient(90deg, #ffffff08 1px, #0000 1px);
  background-size: 4rem 4rem;
  position: absolute;
  inset: 0;
}

.HomeOperationsSection-module__3Xwq3G__sectionLight .HomeOperationsSection-module__3Xwq3G__gridBg {
  background-image: linear-gradient(#00000008 1px, #0000 1px), linear-gradient(90deg, #00000008 1px, #0000 1px);
}

.HomeOperationsSection-module__3Xwq3G__glowPrimary, .HomeOperationsSection-module__3Xwq3G__glowSecondary {
  pointer-events: none;
  filter: blur(110px);
  border-radius: 50%;
  position: absolute;
}

.HomeOperationsSection-module__3Xwq3G__glowPrimary {
  background: #52529e38;
  width: 320px;
  height: 320px;
  top: 0;
  left: 10%;
}

.HomeOperationsSection-module__3Xwq3G__glowSecondary {
  background: #52529e2e;
  width: 320px;
  height: 320px;
  bottom: 0;
  right: 10%;
}

.HomeOperationsSection-module__3Xwq3G__header {
  text-align: center;
  margin-bottom: 40px;
}

.HomeOperationsSection-module__3Xwq3G__subtitle {
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
}

.HomeOperationsSection-module__3Xwq3G__subtitleDark {
  color: #c8ccf0;
}

.HomeOperationsSection-module__3Xwq3G__subtitleLight {
  color: #45486a;
}

.HomeOperationsSection-module__3Xwq3G__layout {
  gap: 20px;
  display: grid;
}

@media (min-width: 1024px) {
  .HomeOperationsSection-module__3Xwq3G__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    align-items: stretch;
    gap: 24px;
  }
}

.HomeOperationsSection-module__3Xwq3G__panel {
  border: 1px solid;
  border-radius: 16px;
  padding: 24px 22px;
}

.HomeOperationsSection-module__3Xwq3G__panelDark {
  background: #ffffff06;
  border-color: #ffffff14;
}

.HomeOperationsSection-module__3Xwq3G__panelLight {
  background: #ffffffeb;
  border-color: #52529e33;
  box-shadow: 0 8px 28px #0f111a0d;
}

.HomeOperationsSection-module__3Xwq3G__panelHeader {
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
  display: flex;
}

.HomeOperationsSection-module__3Xwq3G__panelIcon {
  color: #6666b3;
  background: #52529e38;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-flex;
}

.HomeOperationsSection-module__3Xwq3G__panelTitle {
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 1.15rem;
  font-weight: 700;
}

.HomeOperationsSection-module__3Xwq3G__panelTitleDark {
  color: #fff;
}

.HomeOperationsSection-module__3Xwq3G__panelTitleLight {
  color: #1a1d2b;
}

.HomeOperationsSection-module__3Xwq3G__panelDesc {
  font-size: 14px;
  line-height: 1.6;
}

.HomeOperationsSection-module__3Xwq3G__panelDescDark {
  color: #b4b8e8;
}

.HomeOperationsSection-module__3Xwq3G__panelDescLight {
  color: #52529e;
}

.HomeOperationsSection-module__3Xwq3G__featureList {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.HomeOperationsSection-module__3Xwq3G__featureItem {
  border: 1px solid;
  border-radius: 12px;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  transition: border-color .25s, background .25s;
  display: flex;
}

.HomeOperationsSection-module__3Xwq3G__featureItem:hover {
  border-color: #6666b347;
}

.HomeOperationsSection-module__3Xwq3G__featureItemDark {
  background: #ffffff05;
  border-color: #ffffff12;
}

.HomeOperationsSection-module__3Xwq3G__featureItemDark:hover {
  background: #52529e29;
}

.HomeOperationsSection-module__3Xwq3G__featureItemLight {
  background: #f6f7fb;
  border-color: #52529e33;
}

.HomeOperationsSection-module__3Xwq3G__featureItemLight:hover {
  background: #eef0f8;
}

.HomeOperationsSection-module__3Xwq3G__featureIcon {
  color: #6666b3;
  background: #52529e33;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: inline-flex;
}

.HomeOperationsSection-module__3Xwq3G__featureTitle {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
}

.HomeOperationsSection-module__3Xwq3G__featureTitleDark {
  color: #fff;
}

.HomeOperationsSection-module__3Xwq3G__featureTitleLight {
  color: #1a1d2b;
}

.HomeOperationsSection-module__3Xwq3G__featureText {
  font-size: 13px;
  line-height: 1.65;
}

.HomeOperationsSection-module__3Xwq3G__featureTextDark {
  color: #c8ccf0;
}

.HomeOperationsSection-module__3Xwq3G__featureTextLight {
  color: #45486a;
}

.HomeOperationsSection-module__3Xwq3G__actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  display: flex;
}

.HomeOperationsSection-module__3Xwq3G__primaryBtn {
  color: #fff;
  background: linear-gradient(135deg, #52529e 0%, #27175d 100%);
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s, transform .2s, box-shadow .2s;
  display: inline-flex;
}

.HomeOperationsSection-module__3Xwq3G__primaryBtn:hover {
  opacity: .94;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px #27175d47;
}

.HomeOperationsSection-module__3Xwq3G__secondaryBtn {
  border: 1px solid;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background .2s, color .2s;
  display: inline-flex;
}

.HomeOperationsSection-module__3Xwq3G__secondaryBtnDark {
  color: #c8ceff;
  border-color: #ffffff1a;
}

.HomeOperationsSection-module__3Xwq3G__secondaryBtnDark:hover {
  color: #fff;
  background: #ffffff0d;
}

.HomeOperationsSection-module__3Xwq3G__secondaryBtnLight {
  color: #52529e;
  border-color: #52529e29;
}

.HomeOperationsSection-module__3Xwq3G__secondaryBtnLight:hover {
  background: #52529e42;
}

.HomeOperationsSection-module__3Xwq3G__metricsGrid {
  grid-template-columns: 1fr;
  align-content: stretch;
  gap: 12px;
  height: 100%;
  display: grid;
}

@media (min-width: 640px) {
  .HomeOperationsSection-module__3Xwq3G__metricsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
  }
}

.HomeOperationsSection-module__3Xwq3G__metricCard {
  border: 1px solid;
  border-radius: 14px;
  flex-direction: column;
  height: 100%;
  min-height: 148px;
  padding: 20px 18px;
  transition: border-color .25s, transform .25s;
  display: flex;
}

.HomeOperationsSection-module__3Xwq3G__metricCard:hover {
  transform: translateY(-2px);
}

.HomeOperationsSection-module__3Xwq3G__metricCardDark {
  background: #ffffff06;
  border-color: #ffffff14;
}

.HomeOperationsSection-module__3Xwq3G__metricCardDark:hover {
  border-color: #6666b347;
}

.HomeOperationsSection-module__3Xwq3G__metricCardLight {
  background: #ffffffeb;
  border-color: #52529e33;
  box-shadow: 0 4px 18px #0f111a0a;
}

.HomeOperationsSection-module__3Xwq3G__metricCardLight:hover {
  border-color: #52529e33;
}

.HomeOperationsSection-module__3Xwq3G__metricLabel {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #b4b8e8;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
}

.HomeOperationsSection-module__3Xwq3G__metricLabelLight {
  color: #52529e;
}

.HomeOperationsSection-module__3Xwq3G__metricValue {
  letter-spacing: -.03em;
  margin-bottom: 8px;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1;
}

.HomeOperationsSection-module__3Xwq3G__metricValueDark {
  color: #fff;
}

.HomeOperationsSection-module__3Xwq3G__metricValueLight {
  color: #1a1d2b;
}

.HomeOperationsSection-module__3Xwq3G__metricDesc {
  margin-top: auto;
  font-size: 13px;
  line-height: 1.55;
}

.HomeOperationsSection-module__3Xwq3G__metricDescDark {
  color: #b4b8e8;
}

.HomeOperationsSection-module__3Xwq3G__metricDescLight {
  color: #52529e;
}

/* [project]/src/components/home/HomeServicesSection.module.css [app-client] (css) */
.HomeServicesSection-module__q60q1q__section {
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}

.HomeServicesSection-module__q60q1q__sectionDark {
  background: #0b0d14;
}

.HomeServicesSection-module__q60q1q__sectionLight {
  background: #f5f6fb;
}

.HomeServicesSection-module__q60q1q__gridBg {
  pointer-events: none;
  background-image: linear-gradient(#ffffff08 1px, #0000 1px), linear-gradient(90deg, #ffffff08 1px, #0000 1px);
  background-size: 4rem 4rem;
  position: absolute;
  inset: 0;
}

.HomeServicesSection-module__q60q1q__sectionLight .HomeServicesSection-module__q60q1q__gridBg {
  background-image: linear-gradient(#00000008 1px, #0000 1px), linear-gradient(90deg, #00000008 1px, #0000 1px);
}

.HomeServicesSection-module__q60q1q__glowPrimary, .HomeServicesSection-module__q60q1q__glowSecondary {
  pointer-events: none;
  filter: blur(100px);
  border-radius: 50%;
  position: absolute;
}

.HomeServicesSection-module__q60q1q__glowPrimary {
  background: #52529e38;
  width: 300px;
  height: 300px;
  top: 6%;
  right: 8%;
}

.HomeServicesSection-module__q60q1q__glowSecondary {
  background: #52529e2e;
  width: 280px;
  height: 280px;
  bottom: 4%;
  left: 6%;
}

.HomeServicesSection-module__q60q1q__header {
  text-align: center;
  margin-bottom: 36px;
}

.HomeServicesSection-module__q60q1q__trustStrip {
  border-top: 1px solid;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 22px;
  margin-top: 22px;
  padding-top: 18px;
  display: flex;
}

.HomeServicesSection-module__q60q1q__trustStripDark {
  border-color: #52529e38;
}

.HomeServicesSection-module__q60q1q__trustStripLight {
  border-color: #52529e42;
}

.HomeServicesSection-module__q60q1q__trustItem {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #b4b8e8;
  font-size: 11px;
  font-weight: 600;
  position: relative;
}

.HomeServicesSection-module__q60q1q__trustItem:before {
  content: "";
  vertical-align: middle;
  background: #52529e;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  display: inline-block;
  transform: translateY(-1px);
  box-shadow: 0 0 8px #52529e80;
}

.HomeServicesSection-module__q60q1q__trustItemLight {
  color: #52529e;
}

.HomeServicesSection-module__q60q1q__subtitle {
  max-width: 640px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
}

.HomeServicesSection-module__q60q1q__subtitleDark {
  color: #c8ccf0;
}

.HomeServicesSection-module__q60q1q__subtitleLight {
  color: #45486a;
}

.HomeServicesSection-module__q60q1q__layout {
  gap: 16px;
  display: grid;
}

@media (min-width: 1024px) {
  .HomeServicesSection-module__q60q1q__layout {
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: stretch;
    gap: 18px;
  }
}

.HomeServicesSection-module__q60q1q__visual {
  background: linear-gradient(160deg, #27175d 0%, #52529e 100%);
  border: 1px solid #6666b359;
  border-radius: 16px;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 48px #00000038;
}

@media (min-width: 1024px) {
  .HomeServicesSection-module__q60q1q__visual {
    min-height: 100%;
  }
}

.HomeServicesSection-module__q60q1q__visualPattern {
  z-index: 0;
  opacity: .08;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 1px, #0000 1px);
  background-size: 18px 18px;
  position: absolute;
  inset: 0;
}

.HomeServicesSection-module__q60q1q__visualGlow {
  z-index: 0;
  opacity: .25;
  filter: blur(40px);
  pointer-events: none;
  background: #8b8bd4;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  top: -60px;
  right: -60px;
}

.HomeServicesSection-module__q60q1q__visualImageLayer {
  z-index: 0;
  transition: transform .7s;
  position: absolute;
  inset: 0;
}

.HomeServicesSection-module__q60q1q__visual:hover .HomeServicesSection-module__q60q1q__visualImageLayer {
  transform: scale(1.04);
}

.HomeServicesSection-module__q60q1q__visualImage {
  object-fit: cover;
  object-position: bottom center;
}

.HomeServicesSection-module__q60q1q__visualGradient {
  pointer-events: none;
  background: linear-gradient(to top, #27175dd1 0%, #0000 55%);
  position: absolute;
  inset: 0;
}

.HomeServicesSection-module__q60q1q__visualLabel {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.HomeServicesSection-module__q60q1q__visualTag {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #eceef8;
  background: #3d3978eb;
  border: 1px solid #6666b38c;
  border-radius: 5px;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}

.HomeServicesSection-module__q60q1q__visualTitle {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.HomeServicesSection-module__q60q1q__servicesGrid {
  grid-template-columns: 1fr;
  gap: 14px;
  display: grid;
}

@media (min-width: 640px) {
  .HomeServicesSection-module__q60q1q__servicesGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .HomeServicesSection-module__q60q1q__servicesGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.HomeServicesSection-module__q60q1q__card {
  border: 1px solid;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  padding: 20px 18px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  display: flex;
  position: relative;
}

.HomeServicesSection-module__q60q1q__card:before {
  content: "";
  opacity: 0;
  background: linear-gradient(#52529e, #6666b3);
  border-radius: 0 4px 4px 0;
  width: 3px;
  transition: opacity .25s;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
}

.HomeServicesSection-module__q60q1q__card:hover {
  transform: translateY(-2px);
}

.HomeServicesSection-module__q60q1q__card:hover:before {
  opacity: 1;
}

.HomeServicesSection-module__q60q1q__cardDark {
  background: #ffffff06;
  border-color: #ffffff14;
}

.HomeServicesSection-module__q60q1q__cardDark:hover {
  background: #52529e29;
  border-color: #6666b347;
}

.HomeServicesSection-module__q60q1q__cardLight {
  background: #ffffffeb;
  border-color: #52529e33;
  box-shadow: 0 4px 18px #0f111a0a;
}

.HomeServicesSection-module__q60q1q__cardLight:hover {
  border-color: #52529e33;
  box-shadow: 0 10px 28px #52529e33;
}

.HomeServicesSection-module__q60q1q__cardFeatured {
  min-height: 240px;
}

@media (min-width: 1024px) {
  .HomeServicesSection-module__q60q1q__cardSpan2 {
    grid-column: span 2;
  }
}

.HomeServicesSection-module__q60q1q__cardTop {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  display: flex;
}

.HomeServicesSection-module__q60q1q__iconWrap {
  color: #6666b3;
  background: #52529e38;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.HomeServicesSection-module__q60q1q__badge {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #52529e;
  background: #52529e33;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 9px;
  font-weight: 700;
}

.HomeServicesSection-module__q60q1q__badgeDark {
  color: #c8ceff;
  background: #52529e4d;
}

.HomeServicesSection-module__q60q1q__cardTitle {
  letter-spacing: -.01em;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
}

.HomeServicesSection-module__q60q1q__cardTitleLarge {
  font-size: 1.25rem;
}

.HomeServicesSection-module__q60q1q__cardTitleDark {
  color: #fff;
}

.HomeServicesSection-module__q60q1q__cardTitleLight {
  color: #1a1d2b;
}

.HomeServicesSection-module__q60q1q__cardDesc {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.65;
}

.HomeServicesSection-module__q60q1q__cardDescDark {
  color: #c8ccf0;
}

.HomeServicesSection-module__q60q1q__cardDescLight {
  color: #45486a;
}

.HomeServicesSection-module__q60q1q__priceRow {
  align-items: baseline;
  gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.HomeServicesSection-module__q60q1q__price {
  letter-spacing: -.03em;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
}

.HomeServicesSection-module__q60q1q__priceLarge {
  font-size: 2rem;
}

.HomeServicesSection-module__q60q1q__priceDark {
  color: #fff;
}

.HomeServicesSection-module__q60q1q__priceLight {
  color: #1a1d2b;
}

.HomeServicesSection-module__q60q1q__priceUnit {
  color: #b4b8e8;
  font-size: 12px;
  font-weight: 600;
}

.HomeServicesSection-module__q60q1q__priceUnitLight {
  color: #52529e;
}

.HomeServicesSection-module__q60q1q__cardFooter {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  display: flex;
}

.HomeServicesSection-module__q60q1q__cardLink {
  border: 1px solid;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background .2s, color .2s;
  display: inline-flex;
}

.HomeServicesSection-module__q60q1q__cardLinkDark {
  color: #c8ceff;
  border-color: #ffffff1a;
}

.HomeServicesSection-module__q60q1q__cardLinkDark:hover {
  color: #fff;
  background: #52529e38;
  border-color: #6666b359;
}

.HomeServicesSection-module__q60q1q__cardLinkLight {
  color: #52529e;
  border-color: #52529e42;
}

.HomeServicesSection-module__q60q1q__cardLinkLight:hover {
  background: #52529e29;
}

.HomeServicesSection-module__q60q1q__cardLinkPrimary {
  color: #fff;
  background: linear-gradient(135deg, #52529e 0%, #27175d 100%);
  border-color: #0000;
}

.HomeServicesSection-module__q60q1q__cardLinkPrimary:hover {
  opacity: .94;
  box-shadow: 0 8px 22px #27175d47;
}

/* [project]/src/components/home/HomeDatacenterSection.module.css [app-client] (css) */
.HomeDatacenterSection-module__wfm2iq__section {
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}

.HomeDatacenterSection-module__wfm2iq__sectionDark {
  background: #0b0d14;
}

.HomeDatacenterSection-module__wfm2iq__sectionLight {
  background: #f5f6fb;
}

.HomeDatacenterSection-module__wfm2iq__gridBg {
  pointer-events: none;
  background-image: linear-gradient(#ffffff08 1px, #0000 1px), linear-gradient(90deg, #ffffff08 1px, #0000 1px);
  background-size: 4rem 4rem;
  position: absolute;
  inset: 0;
}

.HomeDatacenterSection-module__wfm2iq__sectionLight .HomeDatacenterSection-module__wfm2iq__gridBg {
  background-image: linear-gradient(#00000008 1px, #0000 1px), linear-gradient(90deg, #00000008 1px, #0000 1px);
}

.HomeDatacenterSection-module__wfm2iq__glowPrimary, .HomeDatacenterSection-module__wfm2iq__glowSecondary {
  pointer-events: none;
  filter: blur(100px);
  border-radius: 50%;
  position: absolute;
}

.HomeDatacenterSection-module__wfm2iq__glowPrimary {
  background: #52529e38;
  width: 300px;
  height: 300px;
  top: 8%;
  right: 6%;
}

.HomeDatacenterSection-module__wfm2iq__glowSecondary {
  background: #52529e2e;
  width: 280px;
  height: 280px;
  bottom: 6%;
  left: 4%;
}

.HomeDatacenterSection-module__wfm2iq__layout {
  align-items: center;
  gap: 28px;
  display: grid;
}

@media (min-width: 1024px) {
  .HomeDatacenterSection-module__wfm2iq__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
  }
}

.HomeDatacenterSection-module__wfm2iq__visual {
  position: relative;
}

.HomeDatacenterSection-module__wfm2iq__visualBadge {
  z-index: 2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  white-space: nowrap;
  background: #27175de0;
  border: 1px solid #6666b373;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.HomeDatacenterSection-module__wfm2iq__imageWrap {
  aspect-ratio: 4 / 3;
  border: 1px solid #52529e33;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 48px #0003;
}

.HomeDatacenterSection-module__wfm2iq__image {
  object-fit: cover;
  object-position: center;
}

.HomeDatacenterSection-module__wfm2iq__imageOverlay {
  pointer-events: none;
  background: linear-gradient(to top, #0b0d148c 0%, #0000 45%);
  position: absolute;
  inset: 0;
}

.HomeDatacenterSection-module__wfm2iq__statChip {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #27175dd1;
  border: 1px solid #6666b359;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  display: flex;
  position: absolute;
}

.HomeDatacenterSection-module__wfm2iq__statChipLeft {
  top: 38%;
  left: 14px;
}

.HomeDatacenterSection-module__wfm2iq__statChipRight {
  bottom: 22%;
  right: 14px;
}

.HomeDatacenterSection-module__wfm2iq__statIcon {
  color: #c8ceff;
  background: #52529e40;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: inline-flex;
}

.HomeDatacenterSection-module__wfm2iq__statValue {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.HomeDatacenterSection-module__wfm2iq__statLabel {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffffffb8;
  font-size: 10px;
  font-weight: 600;
}

.HomeDatacenterSection-module__wfm2iq__content {
  flex-direction: column;
  gap: 22px;
  display: flex;
}

.HomeDatacenterSection-module__wfm2iq__statusRow {
  align-items: center;
  gap: 8px;
  display: flex;
}

.HomeDatacenterSection-module__wfm2iq__statusDot {
  background: #22c55e;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px #22c55e8c;
}

.HomeDatacenterSection-module__wfm2iq__statusText {
  color: #6666b3;
  font-size: 14px;
  font-weight: 600;
}

.HomeDatacenterSection-module__wfm2iq__statusTextLight {
  color: #52529e;
}

.HomeDatacenterSection-module__wfm2iq__lead {
  font-size: 16px;
  line-height: 1.75;
}

.HomeDatacenterSection-module__wfm2iq__leadDark {
  color: #c8ccf0;
}

.HomeDatacenterSection-module__wfm2iq__leadLight {
  color: #45486a;
}

.HomeDatacenterSection-module__wfm2iq__featureList {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.HomeDatacenterSection-module__wfm2iq__featureItem {
  border: 1px solid;
  border-radius: 12px;
  gap: 14px;
  padding: 16px 18px;
  transition: border-color .25s, background .25s;
  display: flex;
}

.HomeDatacenterSection-module__wfm2iq__featureItemDark {
  background: #ffffff06;
  border-color: #ffffff14;
}

.HomeDatacenterSection-module__wfm2iq__featureItemDark:hover {
  background: #52529e29;
  border-color: #6666b347;
}

.HomeDatacenterSection-module__wfm2iq__featureItemLight {
  background: #ffffffeb;
  border-color: #52529e33;
  box-shadow: 0 4px 18px #0f111a0a;
}

.HomeDatacenterSection-module__wfm2iq__featureItemLight:hover {
  border-color: #52529e33;
}

.HomeDatacenterSection-module__wfm2iq__featureIcon {
  color: #6666b3;
  background: #52529e38;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.HomeDatacenterSection-module__wfm2iq__featureTitle {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.HomeDatacenterSection-module__wfm2iq__featureTitleDark {
  color: #fff;
}

.HomeDatacenterSection-module__wfm2iq__featureTitleLight {
  color: #1a1d2b;
}

.HomeDatacenterSection-module__wfm2iq__featureText {
  font-size: 13px;
  line-height: 1.65;
}

.HomeDatacenterSection-module__wfm2iq__featureTextDark {
  color: #c8ccf0;
}

.HomeDatacenterSection-module__wfm2iq__featureTextLight {
  color: #45486a;
}

/* [project]/src/components/home/HomeCertificatesSection.module.css [app-client] (css) */
.HomeCertificatesSection-module__GW3QLG__section {
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}

.HomeCertificatesSection-module__GW3QLG__sectionDark {
  background: #0b0d14;
}

.HomeCertificatesSection-module__GW3QLG__sectionLight {
  background: #f5f6fb;
}

.HomeCertificatesSection-module__GW3QLG__gridBg {
  pointer-events: none;
  background-image: linear-gradient(#ffffff08 1px, #0000 1px), linear-gradient(90deg, #ffffff08 1px, #0000 1px);
  background-size: 4rem 4rem;
  position: absolute;
  inset: 0;
}

.HomeCertificatesSection-module__GW3QLG__sectionLight .HomeCertificatesSection-module__GW3QLG__gridBg {
  background-image: linear-gradient(#00000008 1px, #0000 1px), linear-gradient(90deg, #00000008 1px, #0000 1px);
}

.HomeCertificatesSection-module__GW3QLG__glowPrimary, .HomeCertificatesSection-module__GW3QLG__glowSecondary {
  pointer-events: none;
  filter: blur(100px);
  border-radius: 50%;
  position: absolute;
}

.HomeCertificatesSection-module__GW3QLG__glowPrimary {
  background: #52529e38;
  width: 300px;
  height: 300px;
  top: 10%;
  left: 8%;
}

.HomeCertificatesSection-module__GW3QLG__glowSecondary {
  background: #52529e2e;
  width: 280px;
  height: 280px;
  bottom: 8%;
  right: 8%;
}

.HomeCertificatesSection-module__GW3QLG__header {
  text-align: center;
  margin-bottom: 36px;
}

.HomeCertificatesSection-module__GW3QLG__subtitle {
  max-width: 640px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
}

.HomeCertificatesSection-module__GW3QLG__subtitleDark {
  color: #c8ccf0;
}

.HomeCertificatesSection-module__GW3QLG__subtitleLight {
  color: #45486a;
}

.HomeCertificatesSection-module__GW3QLG__badges {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 24px;
  display: flex;
}

/* [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) 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 .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) .swiper-navigation-icon {
  transform: rotate(180deg);
}

: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) .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) .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* [project]/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

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

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