/* [project]/components/layout/header.css [app-client] (css) */
.site-header-logo-link {
  flex-shrink: 0;
  align-items: center;
  max-width: 160px;
  height: 44px;
  display: inline-flex;
  overflow: hidden;
}

.site-header-logo {
  object-fit: contain;
  object-position: left center;
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 640px) {
  .site-header-logo-link {
    max-width: 180px;
    height: 48px;
  }
}

@media (min-width: 1024px) {
  .site-header-logo-link {
    max-width: 200px;
  }
}

/* [project]/components/sections/hero-carousel.css [app-client] (css) */
.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

.hero-carousel-section {
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .hero-carousel-section {
    padding-bottom: 2.5rem;
  }
}

.hero-carousel-section .hero-swiper {
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.hero-carousel-section .hero-swiper .swiper-wrapper, .hero-carousel-section .hero-swiper .swiper-slide {
  max-width: 100%;
}

.hero-carousel-section .hero-swiper .swiper-slide {
  height: auto;
  width: 100% !important;
}

.hero-swiper-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-carousel-section .hero-swiper .swiper-wrapper {
  transition-timing-function: ease;
}

.hero-carousel-section .hero-swiper .swiper-pagination, .hero-carousel-section .hero-swiper-pagination {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: calc(2rem + 50px);
  padding-bottom: .25rem;
  display: flex;
  position: static;
}

@media (min-width: 768px) {
  .hero-carousel-section picture {
    aspect-ratio: 1800 / 800;
  }

  .hero-carousel-section .hero-swiper {
    overflow: visible;
  }

  .hero-carousel-section .hero-swiper .swiper-slide {
    height: auto;
  }

  .hero-carousel-section .hero-swiper-pagination {
    margin-top: calc(2.75rem + 50px);
    padding-bottom: .5rem;
  }
}

.hero-carousel-section .hero-swiper .swiper-pagination-bullet, .hero-carousel-section .hero-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ffffff59;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  transition: background-color .25s;
  margin: 0 7px !important;
}

.hero-carousel-section .hero-swiper .swiper-pagination-bullet-active, .hero-carousel-section .hero-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.hero-swiper-btn {
  cursor: pointer;
  color: #ffffffd9;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  transition: color .2s, opacity .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-swiper-btn:hover {
  color: #fff;
  cursor: pointer;
}

.hero-swiper-btn:disabled {
  cursor: default;
  opacity: .35;
}

.hero-swiper-btn-prev {
  left: 8px;
}

.hero-swiper-btn-next {
  right: 8px;
}

@media (min-width: 768px) {
  .hero-swiper-btn-prev {
    left: 28px;
  }

  .hero-swiper-btn-next {
    right: 28px;
  }
}

/* [project]/components/ui/animated-scene-visual.css [app-client] (css) */
.scene-aspect-app-promo {
  aspect-ratio: 795 / 575;
}

@media (min-width: 768px) {
  .scene-aspect-app-promo {
    aspect-ratio: 880 / 575;
  }
}

/* [project]/components/sections/app-icon.css [app-client] (css) */
@keyframes app-icon-shine-sweep {
  0% {
    opacity: 0;
    transform: translateX(-140%)rotate(24deg);
  }

  10% {
    opacity: .95;
  }

  85% {
    opacity: .35;
  }

  100% {
    opacity: 0;
    transform: translateX(270%)rotate(24deg);
  }
}

.app-icon-shine-bar {
  pointer-events: none;
  background: linear-gradient(90deg, #0000 0%, #ffffff1f 28%, #ffffffeb 50%, #ffffff1f 72%, #0000 100%);
  width: 44%;
  height: 124%;
  animation: .68s cubic-bezier(.33, .12, .18, 1) forwards app-icon-shine-sweep;
  position: absolute;
  top: -12%;
  left: 0;
}

/* [project]/components/sections/startup-lifestyle-carousel.css [app-client] (css) */
.startup-life-swiper.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.startup-life-swiper .swiper-wrapper {
  z-index: 1;
  box-sizing: content-box;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
  display: flex;
  position: relative;
}

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

.startup-life-carousel {
  width: 100%;
  max-width: 100%;
  padding: .5rem 0 .75rem;
  position: relative;
  overflow: hidden;
}

.startup-life-swiper {
  width: 100%;
  padding: .5rem 0;
  overflow: hidden;
}

.startup-life-slide {
  height: auto;
}

.startup-life-card {
  aspect-ratio: 2 / 3;
  background: #161310;
  border-radius: 1.35rem;
  transition: opacity .45s, transform .45s cubic-bezier(.22, 1, .36, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 44px #00000061;
}

.startup-life-card-bg {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.startup-life-card-overlay {
  pointer-events: none;
  opacity: 1;
  background: linear-gradient(to top, #00000085 0%, #0000002e 22%, #0000 42%);
  transition: opacity .45s;
  position: absolute;
  inset: 0;
}

.startup-life-slide.swiper-slide-active .startup-life-card-overlay {
  opacity: 0;
}

.startup-life-card-content {
  z-index: 1;
  padding: 1.5rem 1.35rem 1.65rem;
  position: absolute;
  inset: auto 0 0;
}

.startup-life-card-title {
  letter-spacing: -.03em;
  color: #fff;
  text-shadow: 0 2px 12px #00000073;
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .startup-life-card-content {
    padding: 1.75rem 2.5rem 2.1rem;
  }

  .startup-life-card-title {
    font-size: 1.55rem;
  }
}

@media (min-width: 1024px) {
  .startup-life-card-title {
    font-size: 1.7rem;
  }
}

.startup-life-slide:not(.swiper-slide-active) .startup-life-card {
  opacity: .72;
  transform: scale(.88);
}

.startup-life-slide.swiper-slide-active .startup-life-card {
  opacity: 1;
  transform: scale(1);
}

@media (min-width: 768px) {
  .startup-life-slide:not(.swiper-slide-active) .startup-life-card {
    opacity: .78;
    transform: scale(.9);
  }
}

.startup-life-nav {
  pointer-events: none;
  z-index: 20;
  display: none;
  position: absolute;
  inset: 0;
}

@media (min-width: 768px) {
  .startup-life-nav {
    display: block;
  }
}

.startup-life-nav-btn {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  color: var(--color-witdeal-primary, #361f97);
  opacity: 0;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  transition: opacity .25s, transform .25s, background-color .2s;
  display: flex;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  box-shadow: 0 8px 24px #00000047;
}

.startup-life-carousel:hover .startup-life-nav-btn, .startup-life-carousel:focus-within .startup-life-nav-btn {
  opacity: 1;
}

.startup-life-nav-btn:hover {
  background: #fff;
  transform: scale(1.06);
}

.startup-life-nav-prev {
  left: clamp(12px, 2.5vw, 28px);
}

.startup-life-nav-next {
  right: clamp(12px, 2.5vw, 28px);
}

/* [project]/components/ui/bottom-sheet.css [app-client] (css) */
@keyframes bottom-sheet-up {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes bottom-sheet-down {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes bottom-sheet-in {
  from {
    opacity: 0;
    transform: translateY(18px)scale(.96);
  }

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

@keyframes bottom-sheet-out {
  from {
    opacity: 1;
    transform: translateY(0)scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(12px)scale(.98);
  }
}

@keyframes bottom-sheet-backdrop-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes bottom-sheet-backdrop-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.bottom-sheet-backdrop {
  overscroll-behavior: contain;
  height: 100vh;
  animation: .28s ease-out bottom-sheet-backdrop-in;
}

.bottom-sheet-backdrop.closing {
  pointer-events: none;
  animation: .24s ease-in forwards bottom-sheet-backdrop-out;
}

.bottom-sheet-panel {
  max-height: 92vh;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  animation: .28s ease-out bottom-sheet-up;
  position: relative;
  box-shadow: 0 40px 90px -24px #000c;
}

@media (min-width: 640px) {
  .bottom-sheet-panel--dark:after {
    content: "";
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(to top, #0000008c 0%, #0000 100%);
    height: 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.bottom-sheet-progress {
  background: #00000012;
  flex-shrink: 0;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.bottom-sheet-progress-bar {
  transform-origin: 0;
  background: linear-gradient(90deg,
    var(--witdeal-accent, #25f482) 0%,
    color-mix(in srgb, var(--witdeal-accent, #25f482) 55%, #fff) 100%);
  will-change: transform;
  width: 100%;
  height: 100%;
  display: block;
  transform: scaleX(0);
}

.bottom-sheet-panel--dark .bottom-sheet-progress {
  background: #ffffff14;
}

.bottom-sheet-top-btn {
  animation: .2s ease-out bottom-sheet-top-btn-in;
}

@keyframes bottom-sheet-top-btn-in {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }

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

.bottom-sheet-panel.closing {
  animation: .24s ease-in forwards bottom-sheet-down;
}

@supports (height: 100dvh) {
  .bottom-sheet-backdrop {
    height: 100dvh;
  }

  .bottom-sheet-panel {
    max-height: 92dvh;
  }
}

@media (min-width: 640px) {
  .bottom-sheet-panel {
    max-height: 92vh;
    padding-bottom: 0;
    animation: .32s cubic-bezier(.22, 1, .36, 1) bottom-sheet-in;
  }

  .bottom-sheet-panel.closing {
    animation: .2s ease-in forwards bottom-sheet-out;
  }

  @supports (height: 100dvh) {
    .bottom-sheet-panel {
      max-height: 92dvh;
    }
  }
}

.bottom-sheet-body {
  scrollbar-width: thin;
  scrollbar-color: #0000004d transparent;
}

.bottom-sheet-body::-webkit-scrollbar {
  width: 10px;
}

.bottom-sheet-body::-webkit-scrollbar-track {
  background: none;
}

.bottom-sheet-body::-webkit-scrollbar-thumb {
  background: #00000047 padding-box padding-box;
  border: 3px solid #0000;
  border-radius: 9999px;
}

.bottom-sheet-body::-webkit-scrollbar-thumb:hover {
  background: #00000073 padding-box padding-box;
}

.bottom-sheet-panel--dark .bottom-sheet-body {
  scrollbar-color: #ffffff4d transparent;
}

.bottom-sheet-panel--dark .bottom-sheet-body::-webkit-scrollbar-thumb {
  background: #ffffff47 padding-box padding-box;
}

.bottom-sheet-panel--dark .bottom-sheet-body::-webkit-scrollbar-thumb:hover {
  background: #ffffff80 padding-box padding-box;
}

@media (prefers-reduced-motion: reduce) {
  .bottom-sheet-panel, .bottom-sheet-panel.closing, .bottom-sheet-backdrop, .bottom-sheet-backdrop.closing {
    animation: none;
  }

  .bottom-sheet-backdrop.closing {
    opacity: 0;
  }
}

/* [project]/components/ui/plan-compare-table.css [app-client] (css) */
.plan-compare-wrap {
  position: relative;
}

.plan-en {
  font-family: var(--font-display), var(--font-sans);
  letter-spacing: -.02em;
  font-weight: 800;
}

@media (max-width: 767px) {
  .plan-compare {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.plan-head-bar {
  z-index: 1;
  background: linear-gradient(#17171c 0%, #0b0b0f 100%);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  box-shadow: 0 16px 32px -24px #000000f2;
}

.plan-head-portal {
  z-index: 30;
  background-color: #17171c;
  margin-top: -2px;
  padding-top: 2px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.plan-head-bar--pinned {
  width: 100%;
  margin-left: 0;
}

.plan-head {
  --cta: var(--witdeal-accent, #25f482);
  --cta-fill: var(--witdeal-accent, #25f482);
  height: 2.625rem;
  font-family: var(--font-display), var(--font-sans);
  letter-spacing: -.015em;
  color: var(--cta);
  background: linear-gradient(180deg,
    transparent 35%,
    color-mix(in srgb, var(--cta-fill) 14%, transparent) 100%);
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 800;
  display: flex;
  position: relative;
}

.plan-head:after {
  content: "";
  background: var(--cta);
  height: 3px;
  box-shadow: 0 -7px 18px -3px
    color-mix(in srgb, var(--cta-fill) 60%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plan-head--brand {
  --cta: #fff;
  --cta-fill: color-mix(in srgb, var(--witdeal-primary, #361f97) 55%, #fff);
  border-left: 1px solid #ffffff17;
}

.plan-col {
  --cta: var(--witdeal-accent, #25f482);
  --cta-fill: var(--witdeal-accent, #25f482);
  background: linear-gradient(90deg,
      color-mix(in srgb, var(--cta-fill) 9%, transparent) 0%,
      transparent 42%),
    color-mix(in srgb, var(--cta-fill) 3%, transparent);
  box-shadow: inset 2px 0 0 -1px
    color-mix(in srgb, var(--cta-fill) 45%, transparent);
}

.plan-col--brand {
  --cta: #fff;
  --cta-fill: color-mix(in srgb, var(--witdeal-primary, #361f97) 55%, #fff);
}

@media (min-width: 768px) {
  .plan-col {
    box-shadow: none;
    background: none;
  }
}

.plan-cta-row {
  background: radial-gradient(130% 120% at 50% 130%,
      color-mix(in srgb, var(--witdeal-primary, #361f97) 45%, transparent) 0%,
      transparent 60%),
    linear-gradient(180deg, #16161b 0%, #0c0c10 100%);
  position: relative;
}

.plan-cta-row:before {
  content: "";
  background: linear-gradient(90deg,
    transparent 0%,
    color-mix(in srgb, var(--witdeal-accent, #25f482) 45%, transparent) 28%,
    color-mix(in srgb, var(--witdeal-primary, #361f97) 75%, #fff) 72%,
    transparent 100%);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.plan-cta {
  --cta: var(--witdeal-accent, #25f482);
  --cta-fill: var(--witdeal-accent, #25f482);
  z-index: 0;
  cursor: pointer;
  text-align: center;
  isolation: isolate;
  -webkit-tap-highlight-color: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .6875rem;
  min-width: 0;
  padding: 1.5rem .75rem;
  transition: background-color .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plan-cta--brand {
  --cta: #fff;
  --cta-fill: color-mix(in srgb, var(--witdeal-primary, #361f97) 55%, #fff);
  border-left: 1px solid #ffffff14;
}

@media (min-width: 768px) {
  .plan-cta {
    flex-direction: row;
    gap: 1rem;
    padding: 2.125rem 1.5rem;
  }

  .plan-cta-label {
    letter-spacing: -.025em;
    padding-right: 1.25rem;
    font-size: 1.75rem;
    font-weight: 800;
    position: relative;
  }

  .plan-cta-label:after {
    content: "";
    background: color-mix(in srgb, var(--cta-fill) 35%, transparent);
    width: 1px;
    height: 1.05em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .plan-cta-action {
    letter-spacing: -.01em;
    gap: .625rem;
    font-size: 1.25rem;
  }

  .plan-cta-arrow {
    width: 2.375rem;
    height: 2.375rem;
  }

  .plan-cta-arrow svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .plan-cta--starter {
    border-left: 1px solid #ffffff14;
  }
}

.plan-cta:hover {
  background-color: color-mix(in srgb, var(--cta-fill) 7%, transparent);
}

.plan-cta:before {
  content: "";
  z-index: -1;
  aspect-ratio: 1;
  background: radial-gradient(circle,
    color-mix(in srgb, var(--cta-fill) 30%, transparent) 0%,
    transparent 62%);
  opacity: .45;
  border-radius: 9999px;
  width: 130%;
  transition: opacity .5s, transform .5s;
  position: absolute;
  bottom: -70%;
  left: 50%;
  transform: translateX(-50%)scale(.82);
}

.plan-cta:hover:before {
  opacity: 1;
  transform: translateX(-50%)scale(1.06);
}

.plan-cta:after {
  content: "";
  z-index: -1;
  background: linear-gradient(112deg,
    transparent 38%,
    color-mix(in srgb, var(--cta-fill) 20%, transparent) 50%,
    transparent 62%);
  animation: 6s cubic-bezier(.22, 1, .36, 1) infinite plan-cta-sweep;
  position: absolute;
  inset: 0;
  transform: translateX(-130%);
}

.plan-cta--brand:after {
  animation-delay: 3s;
}

@keyframes plan-cta-sweep {
  0%, 62% {
    transform: translateX(-130%);
  }

  100% {
    transform: translateX(130%);
  }
}

.plan-cta-label {
  font-family: var(--font-display), var(--font-sans);
  letter-spacing: -.01em;
  color: var(--cta);
  font-size: .8125rem;
  font-weight: 800;
}

.plan-cta-action {
  max-width: 100%;
  color: var(--cta);
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 700;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
  display: inline-flex;
}

.plan-cta:hover .plan-cta-action {
  transform: translateY(-2px);
}

.plan-cta:active .plan-cta-action {
  transform: translateY(0)scale(.97);
}

.plan-cta:focus-visible {
  outline: 2px solid var(--cta);
  outline-offset: -3px;
}

.plan-cta-arrow {
  background: color-mix(in srgb, var(--cta-fill) 20%, transparent);
  width: 1.625rem;
  height: 1.625rem;
  box-shadow: 0 8px 20px -10px
    color-mix(in srgb, var(--cta-fill) 90%, transparent);
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), background-color .35s, box-shadow .35s;
  display: inline-flex;
}

.plan-cta:hover .plan-cta-arrow {
  background: color-mix(in srgb, var(--cta-fill) 40%, transparent);
  box-shadow: 0 12px 26px -10px
    color-mix(in srgb, var(--cta-fill) 95%, transparent);
  transform: translateX(3px);
}

.plan-cta-arrow svg {
  width: .875rem;
  height: .875rem;
}

@media (prefers-reduced-motion: reduce) {
  .plan-cta:after {
    opacity: 0;
    animation: none;
  }

  .plan-cta, .plan-cta:before, .plan-cta-action, .plan-cta-arrow {
    transition: none;
  }
}

/* [project]/components/sections/startup-section.css [app-client] (css) */
@keyframes startup-cost-row-bg-pulse-even {
  0%, 100% {
    background-color: #09090b;
  }

  50% {
    background-color: #103a28;
  }
}

@keyframes startup-cost-row-bg-pulse-odd {
  0%, 100% {
    background-color: #18181b;
  }

  50% {
    background-color: #12442e;
  }
}

.startup-table-pulse tbody tr.startup-cost-row-pulse[data-row-tone="even"] td {
  animation: 1.8s ease-in-out infinite startup-cost-row-bg-pulse-even;
}

.startup-table-pulse tbody tr.startup-cost-row-pulse[data-row-tone="odd"] td {
  animation: 1.8s ease-in-out infinite startup-cost-row-bg-pulse-odd;
}

.startup-table-pulse tbody tr.startup-table-row-focused td {
  transition: background-color .3s;
  animation: none !important;
}

.plan-compare-row-pulse[data-row-tone="even"] {
  animation: 1.8s ease-in-out infinite startup-cost-row-bg-pulse-even;
}

.plan-compare-row-pulse[data-row-tone="odd"] {
  animation: 1.8s ease-in-out infinite startup-cost-row-bg-pulse-odd;
}

.startup-price-highlight {
  display: inline-block;
  position: relative;
}

.startup-price-highlight-marker {
  pointer-events: none;
  width: calc(100% + .08em);
  height: .46em;
  position: absolute;
  bottom: -.12em;
  left: -.04em;
  right: -.04em;
  overflow: visible;
}

/* [project]/components/sections/seller-status.css [app-client] (css) */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #ffffff38 transparent;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: none;
  margin: 6px 0;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #ffffff2e padding-box padding-box;
  border: 1px solid #0000;
  border-radius: 999px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #25f48273 padding-box padding-box;
}

.custom-scrollbar::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

/* [project]/components/ui/near-viewport-image.css [app-client] (css) */
.nvi-fade {
  opacity: 0;
  transition: opacity .45s ease-out;
}

.nvi-fade.is-loaded {
  opacity: 1;
}

.no-js .nvi-fade {
  opacity: 1;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .nvi-fade, .nvi-fade.is-loaded {
    opacity: 1;
    transition: none;
  }
}

/* [project]/components/ui/scrollable-x.css [app-client] (css) */
@keyframes scrollable-x-swap {
  0%, 100% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(-2px);
  }

  70% {
    transform: translateX(2px);
  }
}

@keyframes scrollable-x-chevron-wave {
  0%, 100% {
    opacity: .25;
    transform: translateX(0);
  }

  40% {
    opacity: 1;
    transform: translateX(3px);
  }

  70% {
    opacity: .4;
    transform: translateX(5px);
  }
}

.scrollable-x-caption-mark {
  animation: 1.8s ease-in-out infinite scrollable-x-swap;
  display: inline-block;
}

.scrollable-x-chevron {
  animation: 1.6s ease-in-out infinite scrollable-x-chevron-wave;
  display: block;
}

.scrollable-x-chevron-1 {
  animation-delay: 0s;
}

.scrollable-x-chevron-2 {
  animation-delay: .2s;
}

.scrollable-x-chevron-3 {
  animation-delay: .4s;
}

@media (prefers-reduced-motion: reduce) {
  .scrollable-x-caption-mark, .scrollable-x-chevron {
    animation: none;
  }

  .scrollable-x-chevron {
    opacity: .45;
  }
}

/* [project]/components/sections/distributor-section.css [app-client] (css) */
.distributor-intro-row {
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  max-width: 1200px;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.distributor-intro-visual {
  flex-shrink: 0;
  width: auto;
  height: 200px;
  display: block;
}

.distributor-intro-headline {
  text-align: center;
  letter-spacing: -.025em;
  margin: 0;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.2;
}

.distributor-intro-copy {
  text-align: center;
  width: 100%;
  min-width: 0;
  max-width: 36rem;
}

.distributor-intro-lead {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}

.distributor-intro-body {
  color: #ffffff8c;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
}

.distributor-intro-body p {
  margin: 0;
}

.distributor-intro-body p + p {
  margin-top: .2rem;
}

.distributor-intro-tagline {
  color: #fff;
  margin-top: 2.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}

.distributor-intro-cta {
  margin-top: 1.5rem;
}

.distributor-table-block {
  border-top: 1px solid #ffffff1f;
  margin-top: 4rem;
  padding-top: 3.25rem;
}

.distributor-table-title {
  text-align: center;
  margin: 0 0 2.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .distributor-intro-row {
    margin-top: 2.75rem;
  }

  .distributor-intro-visual {
    height: 240px;
  }

  .distributor-intro-headline {
    font-size: 2.25rem;
  }

  .distributor-intro-lead {
    font-size: 1.5rem;
  }

  .distributor-intro-body {
    font-size: 1.05rem;
  }

  .distributor-intro-tagline {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }

  .distributor-intro-cta {
    margin-top: 1.75rem;
  }
}

@media (min-width: 768px) {
  .distributor-intro-row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-top: 3.25rem;
  }

  .distributor-intro-visual {
    height: 280px;
  }

  .distributor-intro-headline {
    font-size: 3rem;
  }

  .distributor-intro-copy {
    text-align: left;
    flex: 1 1 0;
    max-width: none;
  }

  .distributor-intro-lead {
    font-size: 1.65rem;
  }

  .distributor-intro-body {
    margin-top: 1.75rem;
  }

  .distributor-intro-tagline {
    margin-top: 2.75rem;
    font-size: 1.35rem;
  }

  .distributor-intro-cta {
    margin-top: 2rem;
  }

  .distributor-table-block {
    margin-top: 4.75rem;
    padding-top: 3.75rem;
  }

  .distributor-table-title {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .distributor-intro-row {
    gap: 5rem;
  }

  .distributor-intro-visual {
    height: 300px;
  }

  .distributor-intro-headline {
    font-size: 3.35rem;
  }
}

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