@font-face {
  font-display: swap;
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 600;
  src: url('/dist/assets/fonts/ClashDisplay-Semibold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/assets/fonts/ClashDisplay-Medium.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 700;
  src: url('/dist/assets/fonts/ClashDisplay-Bold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/assets/fonts/Archivo-Regular.woff2') format('woff2');
}

.about-page {
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--page);
  padding-top: 8px;
  padding-bottom: 0;
}

html.about-vmodal-lock {
  overflow: hidden;
}

.about-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.about-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.about-breadcrumb a:hover {
  color: #fff;
}

.about-breadcrumb__sep {
  display: inline-flex;
  opacity: 0.7;
}

.about-breadcrumb__current {
  color: rgba(255, 255, 255, 0.9);
}

.about-hero {
  position: relative;
  margin: 0 var(--pad) clamp(28px, 4vw, 40px);
  border-radius: var(--radius-lg);
  min-height: clamp(560px, 72vh, 711px);
  background: #1a1a1a;
  color: #fff;
  overflow: hidden;
}

.about-hero__glow {
  position: absolute;
  inset: -20% -10% auto 40%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(91, 140, 255, 0.18) 0%, transparent 65%);
  pointer-events: none;
}

.about-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 70% 40%, black 20%, transparent 100%);
  pointer-events: none;
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1408px);
  max-width: 1408px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 40px) clamp(18px, 2.5vw, 36px) clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  min-height: inherit;
  box-sizing: border-box;
}

.about-hero__content {
  text-align: center;
  max-width: 1014px;
  margin: 0 auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-hero__eyebrow {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.75rem;
}

.about-hero__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
}

.about-hero__lead {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 1.75rem;
  max-width: 42rem;
}

.about-hero__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  margin-top: 0.5rem;
}

.about-hero__badge {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 0 20px 0 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-hero__badge img {
  flex-shrink: 0;
  object-fit: contain;
}

.about-hero__badge-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.about-hero__badge-title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}

.about-hero__badge-sub {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
}

.about-hero__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;
  margin-top: auto;
  padding-top: 1.75rem;
}

.about-hero__stat {
  text-align: center;
  padding: 0 0.65rem;
}

.about-hero__stat-val {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: clamp(1.65rem, 2.8vw, 2.1rem);
  line-height: 1.1;
}

.about-hero__stat-lbl {
  display: block;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.25rem;
}

.about-hero__stat-sep {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  align-self: center;
}

.about-story {
  background: #fff;
  padding: clamp(48px, 8vw, 80px) 0;
}

.about-story__inner {
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: 0 auto;
}

.about-story__head {
  text-align: center;
  max-width: 1172px;
  margin: 0 auto 48px;
}

.about-story__eyebrow {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 1rem;
}

.about-story__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(2.25rem, 4.5vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
}

.about-story__lead {
  font-size: 1.125rem;
  line-height: 1.625;
  color: var(--muted);
  margin: 0;
}

.about-story__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1100px) {
  .about-story__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .about-story__grid {
    grid-template-columns: 1fr;
  }
}

.about-story__card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 28px 32px;
  min-height: 251px;
  box-sizing: border-box;
}

.about-story__ico {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(131, 255, 143, 0.13) 0%, rgba(131, 255, 143, 0.27) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.about-story__card-title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0 0 12px;
}

.about-story__card-text {
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--muted);
  margin: 0;
  max-width: 220px;
}

.about-certs {
  background: var(--card);
  padding: clamp(48px, 8vw, 64px) 0;
}

.about-certs__inner {
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.about-certs__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px 32px;
  width: 100%;
}

.about-certs__eyebrow {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1rem;
}

.about-certs__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
}

.about-certs__lead {
  flex: 1;
  min-width: 280px;
  max-width: 542px;
  font-size: 1.125rem;
  line-height: 1.625;
  color: var(--muted);
  margin: 0;
}

.about-certs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

@media (max-width: 900px) {
  .about-certs__grid {
    grid-template-columns: 1fr;
  }
}

.about-cert-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: var(--radius);
  padding: 32px;
  min-height: 344px;
  box-sizing: border-box;
}

.about-cert-card__icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: var(--card);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.about-cert-card__icon img {
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
}

.about-cert-card__name {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0 0 4px;
}

.about-cert-card__tag {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--lime-tag);
  margin: 0 0 12px;
}

.about-cert-card__text {
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--muted);
  margin: 0;
}

.about-certs__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px 12px 32px;
  border-radius: 999px;
  background: linear-gradient(119deg, var(--lime-a) 6.9%, var(--lime-b) 95.3%);
  color: var(--ink);
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(131, 255, 143, 0.22);
  transition: filter 0.15s, transform 0.15s;
}

.about-certs__btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.about-workflow {
  position: relative;
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: 0 auto clamp(32px, 5vw, 48px);
  border-radius: var(--radius-lg);
  background: #1a1a1a;
  color: #fff;
  overflow: hidden;
  padding: clamp(48px, 7vw, 64px) clamp(20px, 3vw, 40px) clamp(52px, 7vw, 72px);
}

.about-workflow__glow {
  position: absolute;
  inset: -15% -10% auto 35%;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(91, 140, 255, 0.16) 0%, transparent 65%);
  pointer-events: none;
}

.about-workflow__grid {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 75% 65% at 60% 35%, black 15%, transparent 100%);
  pointer-events: none;
}

.about-workflow__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.about-workflow__head {
  text-align: center;
  max-width: 610px;
  margin: 0 auto 48px;
}

.about-workflow__eyebrow {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.75rem;
}

.about-workflow__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.about-workflow__lead {
  font-size: 1.125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.about-workflow__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1000px) {
  .about-workflow__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .about-workflow__steps {
    grid-template-columns: 1fr;
  }
}

.about-wf-step {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 32px;
  backdrop-filter: blur(8px);
  min-height: 330px;
  box-sizing: border-box;
}

.about-wf-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.about-wf-step__ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(131, 255, 143, 0.12);
  color: var(--lime-a);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-wf-step__num {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.35);
}

.about-wf-step__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0 0 1rem;
}

.about-wf-step__text {
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  max-width: 220px;
}

.about-team {
  background: #fff;
  padding: clamp(48px, 8vw, 64px) 0;
}

.about-team__inner {
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: 0 auto;
}

.about-team__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 32px;
  margin-bottom: 56px;
}

.about-team__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 602px;
}

.about-team__eyebrow {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}

.about-team__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: var(--ink);
  margin: 0;
}

.about-team__lead {
  flex: 1;
  min-width: 280px;
  max-width: 448px;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--muted);
  margin: 0;
  align-self: flex-end;
}

.about-team__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1100px) {
  .about-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .about-team__grid {
    grid-template-columns: 1fr;
  }
}

.about-team-card {
  border-radius: 24px;
  overflow: hidden;
  background: #f8f8f8;
  isolation: isolate;
}

.about-team-card__photo {
  height: 300px;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  clip-path: inset(0 round 24px 24px 0 0);
}

.about-team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.about-team-card__photo--empty {
  background: linear-gradient(145deg, #ececec 0%, #dedede 100%);
}

.about-team-card__body {
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-team-card__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e8f5e9;
  color: #2a7a30;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.about-team-card__name {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--ink);
  margin: 0;
}

.about-team-card__role {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--muted);
  margin: 0;
}

.about-team-more {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: #1a1a1a;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.about-team-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.about-team-more:focus-visible {
  outline: 2px solid #83ff8f;
  outline-offset: 3px;
}

.about-team-more__photos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 256px;
  padding: 0 24px;
  box-sizing: border-box;
  background-image: radial-gradient(
    ellipse 120% 90% at 50% 100%,
    rgba(131, 255, 143, 0.18) 0%,
    rgba(66, 128, 72, 0.09) 38%,
    transparent 72%
  );
}

.about-team-more__av {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  overflow: hidden;
  border: 2.75px solid #1a1a1a;
  margin-left: -24px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.about-team-more__av:first-child {
  margin-left: 0;
}

.about-team-more__av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-team-more__av--plus {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #83ff8f 0%, #c5f07f 100%);
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  line-height: 22px;
  color: #1a1a1a;
}

.about-team-more__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  box-sizing: border-box;
}

.about-team-more__pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(131, 255, 143, 0.12);
  color: #83ff8f;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  width: fit-content;
}

.about-team-more__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22.5px;
  color: #fff;
  margin: 0;
}

.about-team-more__arrow {
  flex-shrink: 0;
  display: block;
}

.about-team-more__sub {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.about-team-more__text {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  max-width: 228px;
}

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

@media (max-width: 768px) {
  .about-team__stats {
    grid-template-columns: 1fr;
  }
}

.about-team__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-height: 200px;
  padding: 40px 16px;
  box-sizing: border-box;
  border-radius: 24px;
  background: #f8f8f8;
  text-align: center;
}

.about-team__stat-val {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  color: var(--ink);
  margin: 0;
}

.about-team__stat-lbl {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--muted);
  margin: 0;
  max-width: 304px;
}

.about-video-sec {
  padding: clamp(48px, 8vw, 64px) 0;
  background: var(--page);
}

.about-video-sec__inner {
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(40px, 6vw, 64px);
  background: #111;
}

.about-video-sec__inner::before {
  content: '';
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 90% 70% at 88% 12%, rgba(131, 255, 143, 0.07) 0%, transparent 58%);
}

.about-video-sec__top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 64px;
}

.about-video-sec__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
}

.about-video-sec__eyebrow {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #83ff8f;
  margin: 0;
}

.about-video-sec__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.about-video-sec__aside {
  max-width: 384px;
}

.about-video-sec__lead {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 20px;
}

.about-video-sec__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-video-sec__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.about-video-sec__chip--lime {
  border-color: rgba(131, 255, 143, 0.4);
  color: #83ff8f;
}

.about-video-sec__cards {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  min-width: 0;
}

.about-video-sec__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 373px);
  gap: 24px;
  align-items: start;
  width: 100%;
  min-width: 0;
}

.about-video-sec__layout--solo {
  grid-template-columns: 1fr;
}

.about-video-sec__main {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 960px) {
  .about-video-sec__layout {
    grid-template-columns: 1fr;
  }

  .about-video-sec__top {
    margin-bottom: 40px;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .about-video-sec__inner {
    border-radius: 24px;
    padding: 32px 20px;
  }
}

.about-video-sec__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-video-sec__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-awards-carousel {
  width: 100%;
}

.about-awards-carousel .swiper-slide {
  height: auto;
}

.about-awards-carousel .team-carousel__prev,
.about-awards-carousel .team-carousel__next,
.about-awards-carousel .team-carousel__pagination {
  display: none;
}

.about-awards-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.about-awards-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: stretch;
  gap: 15px;
  text-align: center;
  background: #fff;
  border-radius: 32px;
  justify-content: flex-start;
}

.about-awards-badge {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-awards-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.about-awards-card__title {
  color: #141414;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

@media (max-width: 640px) {
  .about-video-sec__row {
    grid-template-columns: 1fr;
  }

  .about-awards-carousel {
    overflow: hidden;
    padding-bottom: 3rem;
  }

  .about-awards-carousel .team-carousel__prev,
  .about-awards-carousel .team-carousel__next {
    display: flex;
  }

  .about-awards-carousel .team-carousel__pagination {
    display: block;
  }

  .about-awards-grid {
    display: flex;
    gap: 0;
  }

  .about-awards-card {
    min-height: 100%;
  }
}

.about-vcard {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  border-radius: 24px;
  overflow: hidden;
  color: inherit;
  font: inherit;
  background: #111;
}

.about-vcard:focus-visible {
  outline: 2px solid var(--lime-a);
  outline-offset: 3px;
}

.about-vcard__bg {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.about-vcard__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.about-vcard__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: inherit;
}

.about-vcard__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.about-vcard--feature {
  min-height: clamp(280px, 52vw, 456px);
  aspect-ratio: 883 / 456;
}

.about-vcard--sm {
  min-height: clamp(180px, 20vw, 220px);
  aspect-ratio: 374 / 220;
}

.about-vcard--sm .about-vcard__stars,
.about-vcard--sm .about-vcard__quote {
  display: none;
}

.about-vcard__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.about-vcard__dur {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.about-vcard__rec {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fb2c36;
  opacity: 0.54;
}

.about-vcard__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lime-a) 0%, var(--lime-b) 100%);
  box-shadow: 0 0 30px rgba(131, 255, 143, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0.9;
}

.about-vcard__play--sm {
  width: 52px;
  height: 52px;
  padding-left: 4px;
  opacity: 0.9;
}

.about-vcard__play-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-vcard__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-vcard__stars {
  display: flex;
  gap: 2px;
}

.about-vcard__quote {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-vcard__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.about-vcard__who {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-vcard__nm {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.about-vcard__ct {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.about-vcard__amt {
  text-align: right;
}

.about-vcard__sum {
  display: block;
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--lime-a);
}

.about-vcard__pct {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
}

.about-vcard__foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  background: none;
}

.about-vcard__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-top: 8px;
}

.about-vcard__row .about-vcard__nm,
.about-vcard__row .about-vcard__ct {
  display: block;
}

.about-vcard__row > span:first-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-vcard__row > span:last-child {
  text-align: right;
}

@media (max-width: 640px) {
  .about-vcard--feature {
    aspect-ratio: auto;
    min-height: clamp(420px, 138vw, 560px);
  }

  .about-vcard--feature .about-vcard__bg img,
  .about-vcard--feature .about-vcard__bg video {
    object-position: center top;
  }

  .about-vcard__tag,
  .about-vcard__dur {
    top: 12px;
  }

  .about-vcard__tag {
    left: 12px;
  }

  .about-vcard__dur {
    right: 12px;
  }

  .about-vcard__play {
    width: 48px;
    height: 48px;
  }

  .about-vcard__bottom,
  .about-vcard__foot {
    padding: 16px;
  }

  .about-vcard__quote {
    font-size: 13px;
    line-height: 21px;
    -webkit-line-clamp: 4;
  }

  .about-vcard__meta,
  .about-vcard__row {
    gap: 8px;
  }

  .about-vcard__meta > *,
  .about-vcard__row > * {
    min-width: 0;
  }

  .about-vcard__who,
  .about-vcard__row > span:first-child {
    flex: 1 1 auto;
  }

  .about-vcard__amt,
  .about-vcard__row > span:last-child {
    flex: 0 0 auto;
  }

  .about-vcard__nm {
    font-size: 14px;
    line-height: 20px;
  }

  .about-vcard__sum {
    font-size: 16px;
    line-height: 22px;
  }

  .about-vcard__pct,
  .about-vcard__ct {
    font-size: 11px;
    line-height: 15px;
  }
}

.about-globe {
  padding: clamp(48px, 8vw, 64px) 0;
  background: #f8f8f8;
}

.about-globe__inner {
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.about-globe__head {
  text-align: center;
  max-width: 576px;
  margin: 0 auto;
}

.about-globe__eyebrow {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}

.about-globe__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: var(--ink);
  margin: 12px 0 0;
}

.about-globe__lead {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--muted);
  margin: 20px 0 0;
}

.about-globe__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-globe__offices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 800px) {
  .about-globe__offices {
    grid-template-columns: 1fr;
  }

  .about-office {
    min-height: 0;
  }

  .about-globe__inner {
    gap: 40px;
  }
}

.about-office {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 377px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.1);
}

.about-office--main {
  background: #1a1a1a;
  border: none;
  color: #fff;
}

.about-office--sales {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.about-office__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-office__eyebrow {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

.about-office--main .about-office__eyebrow {
  color: #83ff8f;
}

.about-office--sales .about-office__eyebrow {
  color: var(--muted);
}

.about-office__name {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.about-office--main .about-office__name {
  color: #fff;
}

.about-office--sales .about-office__name {
  color: var(--ink);
}

.about-office__text {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  max-width: 480px;
}

.about-office--main .about-office__text {
  color: rgba(255, 255, 255, 0.7);
}

.about-office--sales .about-office__text {
  color: var(--muted);
}

.about-office__rule {
  height: 1px;
  margin: 0;
  flex-shrink: 0;
}

.about-office--main .about-office__rule {
  background: rgba(255, 255, 255, 0.1);
}

.about-office--sales .about-office__rule {
  background: rgba(0, 0, 0, 0.1);
}

.about-office__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.about-office__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.about-office--main .about-office__list li {
  color: rgba(255, 255, 255, 0.7);
}

.about-office--sales .about-office__list li {
  color: var(--muted);
}

.about-office__ico {
  flex-shrink: 0;
  margin-top: 2px;
  display: block;
}

.about-globe__band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 146px;
  padding: 24px 33px;
  box-sizing: border-box;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}

.about-globe__band-main {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  min-width: min(100%, 320px);
}

.about-globe__band-img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  object-fit: cover;
  flex-shrink: 0;
}

.about-globe__band-copy {
  min-width: 0;
}

.about-globe__band-title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--ink);
  margin: 0 0 4px;
}

.about-globe__band-text {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--muted);
  margin: 0;
  max-width: 460px;
}

.about-globe__flags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 500px;
  justify-content: flex-end;
}

.about-globe__flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--ink);
}

.about-globe__flag-img {
  flex-shrink: 0;
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

.about-globe__flag-label {
  white-space: nowrap;
}

.about-cta {
  width: min(calc(100% - (var(--pad) * 2)), 1320px);
  margin: 0 auto clamp(40px, 6vw, 64px);
  border-radius: var(--radius-lg);
  background: var(--colors-eerie-black);
  color: #fff;
  padding: clamp(48px, 8vw, 64px) var(--pad);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.about-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 896px;
  margin: 0 auto;
}

.about-cta__eyebrow {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.75rem;
}

.about-cta__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.12;
  margin: 0 0 1.25rem;
}

.about-cta__text {
  font-size: 1.125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 auto 1.75rem;
  max-width: 36rem;
}

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 999px;
  background: linear-gradient(119deg, var(--lime-a) 6.9%, var(--lime-b) 95.3%);
  color: var(--ink);
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(131, 255, 143, 0.25);
  transition: filter 0.15s, transform 0.15s;
}

.about-cta__btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.about-cta__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 40px;
  margin-top: 2.25rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
}

.about-cta__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about-vmodal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10050;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.about-vmodal--open {
  display: flex;
}

.about-vmodal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}

.about-vmodal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 896px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: var(--radius);
  background: #0d0d0d;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.about-vmodal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.about-vmodal__close:hover {
  background: rgba(0, 0, 0, 0.8);
}

.about-vmodal__stage {
  position: relative;
}

.about-vmodal__video-shell {
  position: relative;
  background: #111;
}

.about-vmodal__video {
  display: block;
  width: 100%;
  max-height: min(504px, 50vh);
  object-fit: cover;
}

.about-vmodal__ftag {
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 3;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  pointer-events: none;
}

.about-vmodal__fdur {
  position: absolute;
  top: 20px;
  right: 56px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}

.about-vmodal__rdot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fb2c36;
  opacity: 0.75;
}

.about-vmodal__overlay-top {
  position: absolute;
  left: 24px;
  right: 80px;
  top: 56px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

@media (max-width: 600px) {
  .about-vmodal__overlay-top {
    flex-direction: column;
    align-items: flex-start;
    top: 52px;
  }

  .about-vmodal__fdur {
    right: 56px;
    top: 20px;
  }
}

.about-vmodal__person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-vmodal__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(131, 255, 143, 0.4);
}

.about-vmodal__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-vmodal__name {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
}

.about-vmodal__country {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.about-vmodal__pill-amt {
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(116deg, var(--lime-a) 3.7%, var(--lime-b) 96.3%);
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--ink);
  white-space: nowrap;
}

.about-vmodal__fakebar {
  background: #111;
  padding: 16px 20px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.about-vmodal__times {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.about-vmodal__scrub {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 12px;
  overflow: hidden;
}

.about-vmodal__scrub span {
  display: block;
  height: 100%;
  width: 32%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lime-a), var(--lime-b));
}

.about-vmodal__barbtm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 20px;
}

.about-vmodal__bardeco {
  flex: 0 0 120px;
  height: 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
}

.about-vmodal__linetxt {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: right;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-vmodal__quote-block {
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0d0d0d;
  position: relative;
}

.about-vmodal__qico {
  position: absolute;
  top: 20px;
  left: 24px;
}

.about-vmodal__quote {
  margin: 28px 0 16px;
  font-size: 0.875rem;
  line-height: 1.62;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 16px;
}

.about-vmodal__rate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.about-vmodal__stars {
  display: flex;
  gap: 2px;
}

.about-vmodal__verified {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
}

.partners-marquee {
  padding: 64px 0;
  overflow: hidden;
}

.partners-marquee__container {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 16px;
}

.partners-marquee__title {
  margin: 0 0 64px;
  font-family: 'ClashDisplay';
  color: #000;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 100%;
}

.partners-marquee__viewport {
  overflow: hidden;
}

.partners-marquee__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: partners-marquee-scroll 32s linear infinite;
  will-change: transform;
}

.partners-marquee__card {
  width: 300px;
  min-width: 206px;
  height: 126px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
}

.partners-marquee__card img {
  max-width: 100%;
  max-height: 82px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@keyframes partners-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@media (max-width: 640px) {
  .partners-marquee {
    padding: 32px 0;
  }

  .partners-marquee__title {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.1;
  }

  .partners-marquee__track {
    gap: 14px;
    animation-duration: 26s;
  }

  .partners-marquee__card {
    width: 168px;
    min-width: 168px;
    height: 72px;
    padding: 14px 18px;
    border-radius: 18px;
  }

  .partners-marquee__card img {
    max-height: 36px;
  }
}
