.template-index {
  --rx-black: #050505;
  --rx-panel: #0d0d0d;
  --rx-gold: #ffb400;
  --rx-gold-2: #f8c437;
  --rx-white: #ffffff;
  --rx-muted: #c8c8c8;
  --rx-line: rgba(255, 180, 0, .32);
}

.template-index .mainHeader {
  background: rgba(0, 0, 0, .9);
  color: #fff;
}

.template-index .mainHeader--height {
  height: 0;
}

.template-index .mainHeader .mainHeader-middle {
  padding: 16px 0;
}

@media (min-width: 992px) {
  .template-index .mainHeader .flex-container-header {
    position: relative;
    justify-content: space-between;
  }

  .template-index .mainHeader .header-wrap-logo,
  .template-index .mainHeader .header-wrap-action {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
  }

  .template-index .mainHeader .header-wrap-menu {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: max-content;
    max-width: calc(100vw - 560px);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .template-index .mainHeader .header-wrap-menu .menuList-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.template-index .mainHeader .logoimg {
  max-height: 52px;
}

.template-index .mainHeader .menuList-main > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.template-index .mainHeader .header-action__link {
  color: #fff;
}

.template-index .mainHeader .knk_header-btn-link,
.template-index .mainHeader .header-action_open_popup {
  background: var(--rx-gold) !important;
  color: #050505 !important;
  border-radius: 4px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.rixtar-home {
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: inherit;
}

.rx-container {
  width: min(100% - 48px, 1680px);
  margin: 0 auto;
}

.rx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: .25s ease;
}

.rx-btn:after {
  content: " →";
  margin-left: 6px;
}

.rx-btn--gold {
  background: var(--rx-gold);
  color: #050505;
}

.rx-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.55);
}

.rx-btn--black {
  background: #050505;
  color: #fff;
}

.rx-btn--gold-outline,
.rx-btn--outline-gold {
  background: transparent;
  color: #050505;
  border-color: #050505;
}

.rx-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background: #000;
  color: #fff;
}

.rx-hero__media,
.rx-hero__media img,
.rx-hero__shade {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.rx-hero__media img {
  object-fit: cover;
  object-position: center;
}

.rx-hero__shade {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 48%, rgba(0,0,0,.72) 0%, rgba(0,0,0,.48) 34%, rgba(0,0,0,.24) 62%, rgba(0,0,0,.62) 100%),
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.42) 50%, rgba(0,0,0,.56) 100%);
}

.rx-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 136px 0 82px;
  text-align: left;
}

.rx-eyebrow {
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.rx-hero h1 {
  width: min(100%, 820px);
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 72px);
  line-height: 1.08;
  font-weight: 950;
  text-transform: uppercase;
  text-align: left;
}

.rx-hero h1 strong,
.rx-hero h1 span {
  color: var(--rx-gold);
}

.rx-hero__desc {
  width: min(100%, 620px);
  max-width: 620px;
  margin-top: 24px;
  color: #fff;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}

.rx-hero__desc strong,
.rx-hero__desc span {
  color: var(--rx-gold);
}

.rx-hero__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 44px;
}

.rx-benefit {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 12px;
  align-items: center;
  max-width: 220px;
}

.rx-benefit img {
  grid-row: span 2;
  grid-column: 1;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.rx-benefit span {
  grid-column: 2;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rx-benefit small {
  grid-column: 2;
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
}

.rx-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 42px;
  width: min(100%, 940px);
}

.rx-stats {
  background: linear-gradient(180deg, #fff4d4 0%, #fff8e8 100%);
  padding: 34px 0 30px;
}

.rx-stats__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid rgba(255, 180, 0, .48);
  border-radius: 14px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 45px rgba(255, 180, 0, .12);
  overflow: hidden;
}

.rx-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 18px 16px;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,.12);
}

.rx-stat:last-child {
  border-right: 0;
}

.rx-stat img {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  object-fit: contain;
}

.rx-stat strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.rx-stat span,
.rx-stat small {
  display: block;
  max-width: 110px;
  font-size: 11px;
  line-height: 1.18;
  font-weight: 800;
  text-transform: uppercase;
}

.rx-brands {
  padding: 48px 0 44px;
  background: #fff;
}

.rx-section-note {
  margin: 0 0 28px;
  text-align: left;
  color: #050505;
  text-shadow: none;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.rx-brandstrip {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.rx-brandstrip__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 18px;
  animation: rx-brand-marquee 28s linear infinite;
}

.rx-brandstrip__group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.rx-brandstrip:hover .rx-brandstrip__track {
  animation-play-state: paused;
}

@keyframes rx-brand-marquee {
  from {
    transform: translateX(0);
  }

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

.rx-brand {
  flex: 0 0 190px;
  min-height: 48px;
  display: grid;
  place-items: center;
  color: #747474;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.rx-brand img {
  max-width: 140px;
  max-height: 42px;
  object-fit: contain;
  opacity: 1;
}

.rx-brand span {
  display: none;
}

.rx-services {
  background-color: var(--rx-services-bg-color, #eef7f8);
  background-position: center;
  background-size: cover;
  padding: 58px 0 62px;
}

.rx-services--image-bg {
  background-image: linear-gradient(180deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.72) 100%), var(--rx-services-bg-image);
}

.rx-services--color-bg {
  background-image: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.52) 100%);
}

.rx-services__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  max-width: 1680px;
  margin: 0 auto 28px;
}

.rx-services__head h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
}

.rx-services__link {
  color: #050505;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.rx-services__link:after {
  content: " →";
}

.rx-services__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.rx-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(24,112,128,.12);
  box-shadow: 0 18px 38px rgba(18, 88, 104, .09);
  text-align: left;
  border-radius: 6px;
  overflow: hidden;
}

.rx-service-card__icon {
  width: 40px;
  height: 40px;
  margin: 24px auto 20px;
  object-fit: contain;
}

.rx-service-card h3 {
  margin: 0;
  padding: 0 22px;
  text-align: left;
  color: #050505;
  font-size: 15px;
  line-height: 1.16;
  font-weight: 950;
  text-transform: uppercase;
}

.rx-service-card p {
  margin: 14px 0 24px;
  padding: 0 22px;
  max-width: 220px;
  color: #111;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
}

.rx-service-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-top: auto;
}

.rx-process {
  background: #fff;
  color: #050505;
  padding: 92px 0 118px;
}

.rx-process h2,
.rx-why h2,
.rx-instagram h2,
.rx-launch h2 {
  margin: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rx-process h2 {
  margin: 0 auto 64px;
  max-width: 720px;
  text-align: center;
  color: #050505;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.05;
  font-weight: 950;
}

.rx-process__subtitle,
.rx-process__btn,
.rx-process__trust {
  display: none;
}

.rx-process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
  position: relative;
}

.rx-process-step {
  position: relative;
  text-align: center;
}

.rx-process-step:not(:last-child):after {
  content: "";
  position: absolute;
  top: 56px;
  left: calc(50% + 72px);
  width: calc(100% - 112px);
  height: 1px;
  border-top: 1px dashed rgba(5, 5, 5, .36);
}

.rx-process-step:not(:last-child):before {
  content: "";
  position: absolute;
  top: 51px;
  right: -8px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(5, 5, 5, .55);
  border-right: 1px solid rgba(5, 5, 5, .55);
  transform: rotate(45deg);
}

.rx-process-step__icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 116px;
  height: 116px;
  margin-bottom: 22px;
  border: 3px solid var(--rx-gold);
  border-radius: 50%;
  background: #fff;
}

.rx-process-step__icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.rx-process-step small,
.rx-process-step strong,
.rx-process-step p {
  display: block;
}

.rx-process-step small {
  color: #050505;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 6px;
}

.rx-process-step strong {
  color: #050505;
  font-size: 20px;
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

.rx-process-step p {
  max-width: 190px;
  margin: 12px auto 0;
  color: #444;
  font-size: 17px;
  line-height: 1.38;
}

.rx-why {
  position: relative;
  overflow: hidden;
  background-color: var(--rx-why-bg-color, #fff);
  background-image: var(--rx-why-bg);
  background-position: center;
  background-size: cover;
  color: #050505;
  padding: 88px 0;
}

.rx-why__inner {
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: stretch;
}

.rx-why__eyebrow {
  margin: 0 0 14px;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.rx-why h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rx-why h2 span,
.rx-why h2 strong {
  color: var(--rx-gold-2);
}

.rx-why__subtitle {
  margin: 12px 0 0;
  color: #333;
  font-size: 17px;
  line-height: 1.35;
}

.rx-why__desc {
  max-width: 520px;
  margin: 14px 0 0;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

.rx-why__list {
  display: grid;
  gap: 22px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.rx-why__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
}

.rx-why__check {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--rx-gold-2);
}

.rx-why__list strong {
  display: block;
  color: #050505;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.rx-why__list p {
  margin: 6px 0 0;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.rx-why__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.rx-why-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 8px;
  background: #eee;
}

.rx-why-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rx-why-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.78) 100%);
}

.rx-why-card__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
}

.rx-why-card__badge strong {
  display: block;
  color: var(--rx-gold-2);
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
}

.rx-why-card__badge span {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.rx-bondingtech {
  position: relative;
  overflow: hidden;
  background-color: var(--rx-bondingtech-bg-color, #050505);
  background-image: linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.88)), var(--rx-bondingtech-bg);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 88px 0;
}

.rx-bondingtech__heading {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.rx-bondingtech__eyebrow {
  margin: 0 0 18px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.rx-bondingtech h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rx-bondingtech h2 span,
.rx-bondingtech h2 strong {
  color: var(--rx-gold-2);
}

.rx-bondingtech__subtitle {
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.3;
  letter-spacing: .04em;
}

.rx-bondingtech__desc {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.55;
}

.rx-bondingtech__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}

.rx-bondingtech-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 260px;
  border-radius: 8px;
  background: #1a1a1a;
}

.rx-bondingtech-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rx-bondingtech-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.82) 100%);
}

.rx-bondingtech-card span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.rx-instagram {
  background: #fff;
  color: #050505;
  padding: 48px 0 54px;
  text-align: center;
}

.rx-instagram h2 {
  color: #050505;
  font-size: 34px;
  font-weight: 950;
}

.rx-instagram p {
  margin: 6px 0 28px;
  color: #222;
  font-size: 14px;
}

.rx-instagram__strip {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.rx-instagram__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 16px;
  animation: rx-instagram-marquee 42s linear infinite;
}

.rx-instagram__group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rx-instagram__strip:hover .rx-instagram__track {
  animation-play-state: paused;
}

@keyframes rx-instagram-marquee {
  from {
    transform: translateX(0);
  }

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

.rx-instagram-item {
  flex: 0 0 clamp(180px, 19vw, 300px);
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.rx-instagram-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.rx-launch {
  background: linear-gradient(100deg, #ffb400 0%, #ffcf5c 100%);
  color: #050505;
  padding: 56px 0;
}

.rx-launch__inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, .82fr) minmax(200px, .5fr);
  gap: 42px;
  align-items: center;
}

.rx-launch h2 {
  max-width: 560px;
  color: #050505;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.15;
  font-weight: 950;
  text-transform: uppercase;
}

.rx-launch p {
  max-width: 460px;
  margin: 12px 0 0;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
}

.rx-launch__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.rx-launch__actions .rx-btn {
  justify-content: center;
}

.rx-btn--phone:after {
  content: none;
}

.rx-btn--phone:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.4.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.9 21 3 13.1 3 3.9c0-.5.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.4 0 .8-.2 1L6.6 10.8Z'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.4.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.9 21 3 13.1 3 3.9c0-.5.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.4 0 .8-.2 1L6.6 10.8Z'/></svg>") center / contain no-repeat;
}

.rx-launch__media {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rx-launch__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.template-index .mainFooter {
  background: #070707 !important;
  color: #fff;
}

.template-index .mainFooter a,
.template-index .mainFooter p,
.template-index .mainFooter li,
.template-index .mainFooter span {
  color: rgba(255,255,255,.82);
}

.template-index .mainFooter h4,
.template-index .mainFooter .footer-title,
.template-index .mainFooter strong {
  color: #fff;
}

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

  .rx-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 980px;
    gap: 16px;
  }

  .rx-why__inner {
    grid-template-columns: 1fr;
  }

  .rx-launch__inner {
    grid-template-columns: 1fr;
  }

  .rx-bondingtech__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .rx-container {
    width: min(100% - 36px, 1680px);
  }

  .rx-hero__inner {
    padding-top: 128px;
  }

  .rx-why__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rx-process__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rx-process-step:before,
  .rx-process-step:after {
    display: none;
  }

}

@media (max-width: 767px) {
  .template-index .mainHeader .header-wrap-menu {
    display: none !important;
  }

  .rx-brands {
    padding: 38px 0 34px;
  }

  .rx-hero h1 {
    font-size: 34px;
  }

  .rx-hero__desc {
    font-size: 15px;
  }

  .rx-hero__benefits,
  .rx-actions {
    gap: 14px;
  }

  .rx-stats__grid {
    grid-template-columns: 1fr 1fr;
  }

  .rx-brandstrip::-webkit-scrollbar {
    display: none;
  }

  .rx-brand {
    flex: 0 0 150px;
    min-height: 54px;
    padding: 8px 12px;
    scroll-snap-align: start;
    font-size: 18px;
  }

  .rx-brandstrip__track {
    gap: 14px;
    animation-duration: 22s;
  }

  .rx-brandstrip__group {
    gap: 14px;
  }

  .rx-brand img {
    max-width: 120px;
  }

  .rx-services__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rx-process {
    padding: 32px 0 40px;
    background: #f5f3f0;
  }

  .rx-process > .rx-container {
    width: min(100% - 36px, 520px);
    padding: 40px 26px 28px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.96)),
      var(--rx-process-mobile-bg) center / cover no-repeat,
      #fff;
    box-shadow: 0 16px 42px rgba(0,0,0,.08);
  }

  .rx-process h2 {
    max-width: 360px;
    margin: 0 auto 14px;
    font-size: 42px;
    line-height: 1.03;
    text-align: center;
  }

  .rx-process h2:after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    margin: 22px auto 0;
    border-radius: 999px;
    background: var(--rx-gold);
  }

  .rx-process__subtitle {
    display: block;
    max-width: 300px;
    margin: 0 auto 32px;
    color: #191919;
    font-size: 20px;
    line-height: 1.38;
    text-align: center;
  }

  .rx-process__steps {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 420px;
    margin: 0 auto;
  }

  .rx-process-step {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 16px;
    align-items: center;
    text-align: left;
    padding: 0 0 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .rx-process-step:not(:last-child):after {
    display: block;
    top: 72px;
    left: 36px;
    width: 1px;
    height: calc(100% - 66px);
    border-top: 0;
    border-left: 1px dashed rgba(5,5,5,.28);
  }

  .rx-process-step:not(:last-child):before {
    display: none;
  }

  .rx-process-step__icon {
    grid-row: span 3;
    width: 74px;
    height: 74px;
    margin: 0;
    border-width: 2px;
  }

  .rx-process-step__icon img {
    width: 38px;
    height: 38px;
  }

  .rx-process-step small {
    color: var(--rx-gold);
    font-size: 19px;
    line-height: 1;
    font-weight: 950;
  }

  .rx-process-step strong {
    font-size: 22px;
    line-height: 1.05;
  }

  .rx-process-step p {
    max-width: none;
    margin: 2px 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 16px;
    line-height: 1.35;
  }

  .rx-process-step:last-child {
    padding-bottom: 0;
  }

  .rx-process-step:last-child p {
    border-bottom: 0;
  }

  .rx-process__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin: 28px 0 20px;
    padding: 0 22px;
    color: #050505;
    background: var(--rx-gold);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(255, 178, 0, .28);
    font-size: 17px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .rx-process__btn:after {
    content: "→";
    margin-left: 14px;
    font-size: 25px;
    line-height: 1;
  }

  .rx-process__trust {
    display: block;
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
  }

  .rx-why {
    padding: 48px 0;
  }

  .rx-why__inner {
    gap: 36px;
  }

  .rx-why__cards {
    display: flex;
    gap: 14px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    padding: 0 18px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .rx-why__cards::-webkit-scrollbar {
    display: none;
  }

  .rx-bondingtech {
    padding: 56px 0;
  }

  .rx-bondingtech__grid {
    display: flex;
    gap: 14px;
    margin-top: 32px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    padding: 0 18px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .rx-bondingtech__grid::-webkit-scrollbar {
    display: none;
  }

  .rx-bondingtech-card {
    flex: 0 0 68%;
    min-height: 240px;
    scroll-snap-align: center;
  }

  .rx-why-card {
    flex: 0 0 74%;
    min-height: 260px;
    scroll-snap-align: center;
  }

  .rx-stat {
    min-height: 104px;
    padding: 14px;
  }

  .rx-stat strong {
    font-size: 26px;
  }

  .rx-service-card {
    max-width: 420px;
    margin: 0 auto;
  }

  .rx-service-card__image {
    aspect-ratio: 1 / 1;
  }

  .rx-section-note,
  .rx-instagram h2,
  .rx-launch h2 {
    font-size: 28px;
  }

  .rx-instagram-item {
    flex: 0 0 clamp(140px, 42vw, 220px);
  }

  .rx-launch__inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .rx-launch__media {
    order: -1;
    min-height: 220px;
  }

  .rx-launch__actions {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .rx-launch__actions .rx-btn {
    flex: 1 1 auto;
    justify-content: center;
  }

}
