* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ac-bg);
  color: var(--ac-text);
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
}

.ac-sell-v2 {
  width: 100%;
  overflow: clip;
}

.ac-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.ac-section {
  padding: 72px 0;
  border-top: 1px solid rgba(16, 24, 40, 0.05);
}

.ac-section:first-child {
  border-top: 0;
}

.ac-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(155, 144, 126, 0.12);
  color: var(--ac-brand-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ac-heading-xl {
  margin: 0;
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.ac-hero-underline {
  text-decoration-line: underline;
  text-decoration-color: var(--ac-brand);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.08em;
}

.ac-heading-lg {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.ac-heading-md {
  margin: 0 0 8px;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.2;
}

.ac-lead {
  margin: 18px 0 0;
  font-size: clamp(16px, 2vw, 20px);
  color: var(--ac-muted);
  max-width: 58ch;
}

.ac-muted {
  color: var(--ac-muted);
}

.ac-grid-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: start;
}

.ac-trust-row {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ac-collector-proof {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.ac-collector-avatars {
  display: inline-flex;
  align-items: center;
}

.ac-collector-avatars img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  margin-left: -12px;
  border: 2px solid var(--ac-bg);
  background: var(--ac-white);
}

.ac-collector-avatars img:first-child {
  margin-left: 0;
}

.ac-collector-meta {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.ac-collector-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #f4c43d;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.ac-collector-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--ac-text);
  line-height: 1.2;
}

.ac-collector-text strong {
  font-weight: 800;
}

.ac-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ac-text);
  background: var(--ac-white);
  border: 1px solid var(--ac-border);
  white-space: nowrap;
}

.ac-cta-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ac-btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 18px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
}

.ac-btn-primary {
  background: var(--ac-brand);
  color: var(--ac-white);
  box-shadow: 0 8px 20px rgba(155, 144, 126, 0.28);
}

.ac-btn-primary:hover {
  background: var(--ac-brand-dark);
  transform: translateY(-1px);
}

a.ac-btn-primary[data-cta="chatbot-primary"]::after {
  content: "\2192";
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

a.ac-btn-primary[data-cta="chatbot-primary"]:hover::after {
  transform: translateX(2px);
}

.ac-btn-ghost {
  background: var(--ac-white);
  border-color: rgba(16, 24, 40, 0.12);
  color: var(--ac-text);
}

.ac-btn-ghost:hover {
  border-color: rgba(16, 24, 40, 0.24);
  transform: translateY(-1px);
}

.ac-note {
  margin-top: 14px;
  font-size: 13px;
  color: var(--ac-muted);
}

.ac-note a {
  color: var(--ac-brand-dark);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 127, 109, 0.45);
}

.ac-chat-shell {
  background: linear-gradient(160deg, var(--ac-white), #f6f3eb);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: var(--ac-radius);
  box-shadow: var(--ac-shadow);
  padding: 12px;
  position: relative;
}

.ac-chat-shell.is-direct-mode {
  display: none;
}

.ac-chat-shell.is-engaged {
  border-color: var(--ac-brand);
  box-shadow: 0 0 0 4px rgba(155, 144, 126, 0.22), var(--ac-shadow);
  animation: acPulse 0.85s ease-out;
}

@keyframes acPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.006); }
  100% { transform: scale(1); }
}

.ac-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px 12px;
}

.ac-chat-head strong {
  font-size: 14px;
}

.ac-chat-head span {
  font-size: 12px;
  color: var(--ac-muted);
}

.ac-chat-iframe {
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 12px;
  background: var(--ac-white);
}

.ac-chat-fallback {
  display: none;
  margin: 14px 4px 4px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #f8d7da;
  background: #fff5f5;
  color: #7f1d1d;
  font-size: 14px;
}

.ac-chat-fallback a {
  color: #7f1d1d;
  font-weight: 700;
  text-decoration: underline;
}

.ac-attention-press {
  margin-top: 72px;
  background: var(--ac-bg) !important;
}

.ac-attention-press .bx-db-content,
.ac-attention-press .bx-page-raw-container {
  background: var(--ac-bg) !important;
}

.ac-attention-press .desktop1-horizontalcontainer {
  align-items: center;
}

.ac-attention-press .desktop1-logos1 {
  align-items: center !important;
}

.ac-attention-press .desktop1-logos1 img {
  display: block;
  margin-top: 0 !important;
}

.ac-attention-press .desktop1-financialtimes {
  margin-top: 0 !important;
}

.ac-attention-press .desktop1-bloomberglogo {
  width: 142px;
  height: 28px;
}

.ac-attention-press .ac-marquee-dup {
  display: none !important;
}

.ac-pathway-toggle {
  margin-top: 20px;
  display: inline-flex;
  padding: 6px;
  border-radius: 999px;
  background: var(--ac-white);
  border: 1px solid rgba(16, 24, 40, 0.1);
  gap: 6px;
}

.ac-pathway-tab {
  border: 0;
  background: transparent;
  color: var(--ac-muted);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
}

.ac-pathway-tab.is-active {
  background: var(--ac-brand);
  color: var(--ac-white);
  box-shadow: 0 8px 20px rgba(155, 144, 126, 0.26);
}

.ac-pathway-panel {
  display: none;
  margin-top: 24px;
  background: var(--ac-white);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: var(--ac-radius);
  padding: 22px;
}

.ac-pathway-panel.is-active {
  display: block;
}

.ac-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ac-step {
  background: var(--ac-surface);
  border: 1px solid rgba(16, 24, 40, 0.06);
  border-radius: 12px;
  padding: 14px;
  min-height: 180px;
}

.ac-step strong {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--ac-brand);
  color: var(--ac-white);
  font-size: 13px;
  margin-bottom: 10px;
}

.ac-step h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.ac-step p {
  margin: 0;
  font-size: 14px;
  color: var(--ac-muted);
}

.ac-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ac-card {
  background: var(--ac-white);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 14px rgba(16, 24, 40, 0.05);
}

.ac-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.ac-card p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 14px;
}

.ac-delivery-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ac-delivery-item {
  display: flex;
  gap: 10px;
  padding: 14px;
  background: var(--ac-white);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 12px;
  align-items: flex-start;
}

.ac-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ac-brand);
  margin-top: 7px;
  flex: 0 0 10px;
}

.ac-sold-grid {
  margin-top: 18px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ac-sold-card {
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 12px;
  background: var(--ac-white);
  overflow: hidden;
}

.ac-sold-image {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  position: relative;
}

.ac-sold-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: var(--ac-white);
  background: rgba(16, 24, 40, 0.78);
  padding: 6px 8px;
  border-radius: 999px;
  text-transform: uppercase;
}

.ac-sold-info {
  padding: 12px;
  font-size: 14px;
}

.ac-sold-info strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.ac-reviews-feature {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: 36px;
  border-radius: var(--ac-radius);
  background: rgba(244, 240, 231, 0.5);
}

.ac-reviews-video-panel {
  border-radius: 14px;
  overflow: hidden;
  min-height: 520px;
  background: #111827;
}

.ac-reviews-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  background: #111827;
}

.ac-reviews-copy-panel {
  width: 100%;
}

.ac-reviews-intro h4 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ac-text);
}

.ac-reviews-intro p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: var(--ac-muted);
}

.ac-review-slider {
  margin-top: 18px;
}

.ac-review-track {
  position: relative;
  min-height: 290px;
}

.ac-review-slide {
  display: none;
}

.ac-review-slide.is-active {
  display: block;
}

.ac-review-stars {
  width: 112px;
  height: auto;
}

.ac-review-quote {
  margin: 18px 0 0;
  color: #101828;
  font-size: 22px;
  line-height: 1.45;
}

.ac-review-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.ac-review-meta strong {
  font-size: 16px;
  font-weight: 700;
  color: #101828;
}

.ac-review-divider {
  width: 1px;
  height: 16px;
  background: #d0d5dd;
}

.ac-review-meta a {
  display: inline-flex;
  align-items: center;
}

.ac-review-meta img {
  width: 20px;
  height: 20px;
}

.ac-review-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
}

.ac-review-arrow {
  appearance: none;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--ac-brand);
  color: var(--ac-white);
  font-size: 18px;
  cursor: pointer;
}

.ac-review-arrow:hover {
  background: var(--ac-brand-dark);
}

.ac-review-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ac-review-dot {
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #d1d5db;
  cursor: pointer;
  padding: 0;
}

.ac-review-dot.is-active {
  width: 22px;
  background: var(--ac-brand);
}

.ac-advisors {
  margin-top: 18px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ac-advisor {
  background: var(--ac-white);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.ac-advisor img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: grayscale(100%);
}

.ac-advisor-content {
  padding: 12px;
}

.ac-advisor-content h3 {
  margin: 0;
  font-size: 16px;
}

.ac-advisor-content p {
  margin: 4px 0 10px;
  font-size: 13px;
  color: var(--ac-muted);
  min-height: 34px;
}

.ac-advisor-content a {
  font-size: 13px;
  color: var(--ac-brand-dark);
  font-weight: 700;
  text-decoration: none;
}

.ac-compare-wrap {
  overflow-x: auto;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: var(--ac-radius);
  background: var(--ac-white);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.ac-compare {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.ac-compare th,
.ac-compare td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  vertical-align: top;
  font-size: 14px;
}

.ac-compare th {
  background: var(--ac-cream);
  color: var(--ac-text);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ac-compare th:nth-child(2),
.ac-compare td:nth-child(2) {
  background: #f4fbef;
  box-shadow: inset 1px 0 0 #b7dfb1, inset -1px 0 0 #b7dfb1;
}

.ac-compare th.ac-compare-col-artscapy {
  text-transform: none;
  letter-spacing: 0;
}

.ac-compare-head {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.ac-compare-head strong {
  font-size: 13px;
  font-weight: 800;
  color: #14532d;
}

.ac-best-choice {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #a7f3d0;
  background: #dcfce7;
  color: #166534;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ac-compare tbody tr:last-child td {
  border-bottom: 0;
}

.ac-advantage {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #14532d;
  font-weight: 700;
}

.ac-advantage-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #dcfce7, #bbf7d0);
  border: 1px solid #86efac;
  color: #166534;
  font-size: 12px;
  line-height: 1;
  flex: 0 0 18px;
}

.ac-highlight {
  color: #065f46;
  background: #d1fae5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.ac-faq {
  margin-top: 16px;
  border-radius: var(--ac-radius);
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: var(--ac-white);
}

.ac-faq-item {
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.ac-faq-item:last-child {
  border-bottom: 0;
}

.ac-faq-button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 16px;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: var(--ac-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ac-faq-answer {
  padding: 0 16px 16px;
  margin: 0;
  display: none;
  color: var(--ac-muted);
  font-size: 14px;
}

.ac-faq-item.is-open .ac-faq-answer {
  display: block;
}

.ac-faq-item.is-open .ac-faq-symbol {
  transform: rotate(45deg);
}

.ac-faq-symbol {
  transition: transform 0.2s ease;
  font-size: 20px;
  line-height: 1;
  color: var(--ac-brand-dark);
}

.ac-risk-strip {
  margin-top: 16px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ac-risk-item {
  padding: 12px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 10px;
  background: var(--ac-white);
  font-size: 13px;
  color: var(--ac-muted);
}

.ac-final {
  text-align: center;
  background: linear-gradient(145deg, var(--ac-cream), var(--ac-taupe));
  border-radius: var(--ac-radius);
  padding: 48px 24px;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.ac-final .ac-lead {
  margin-left: auto;
  margin-right: auto;
}

.ac-final .ac-cta-row {
  justify-content: center;
}

.ac-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media (min-width: 1081px) {
  .ac-hero-cta-desktop {
    display: none !important;
  }

  .ac-note {
    margin-top: 20px;
  }
}

@media (max-width: 1080px) {
  .ac-grid-hero {
    grid-template-columns: 1fr;
  }

  .ac-chat-iframe {
    height: 460px;
  }

  .ac-steps,
  .ac-card-grid,
  .ac-sold-grid,
  .ac-advisors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ac-attention-press {
    margin-top: 56px;
  }

  .ac-attention-press .desktop1-title08 {
    margin-top: 0 !important;
  }

  .ac-attention-press .desktop1-horizontalcontainer {
    width: 100%;
    padding: 0 !important;
    justify-content: center;
    overflow: visible;
  }

  .ac-attention-press .desktop1-rightsection {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .ac-attention-press .desktop1-logos1 {
    margin-top: 12px !important;
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 24px !important;
    align-items: center !important;
    justify-items: start;
  }

  .ac-attention-press .desktop1-logos1 img {
    display: block;
    width: min(158px, 100%) !important;
    height: 54px !important;
    max-height: 54px !important;
    padding: 10px 12px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 0;
    background: var(--ac-bg);
    object-fit: contain;
    object-position: center;
    margin: 0 !important;
  }

  .ac-reviews-feature {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
  }

  .ac-reviews-video-panel,
  .ac-reviews-video {
    min-height: 340px;
  }

  .ac-delivery-list,
  .ac-risk-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ac-section {
    padding: 56px 0;
  }

  .ac-shell {
    width: calc(100% - 24px);
  }

  .ac-collector-proof {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  .ac-collector-avatars img {
    width: 36px;
    height: 36px;
    margin-left: -8px;
  }

  .ac-collector-stars {
    font-size: 15px;
    gap: 2px;
  }

  .ac-collector-text {
    font-size: 15px;
  }

  .ac-steps,
  .ac-card-grid,
  .ac-sold-grid,
  .ac-advisors {
    grid-template-columns: 1fr;
  }

  .ac-attention-press {
    margin-top: 48px;
  }

  .ac-attention-press .desktop1-title08 {
    display: none !important;
  }

  .ac-attention-press .desktop1-horizontalcontainer {
    position: relative;
    width: 100%;
    padding: 0 !important;
    justify-content: flex-start;
    overflow: hidden;
  }

  .ac-attention-press .desktop1-horizontalcontainer::before,
  .ac-attention-press .desktop1-horizontalcontainer::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    z-index: 2;
    pointer-events: none;
  }

  .ac-attention-press .desktop1-horizontalcontainer::before {
    left: 0;
    background: linear-gradient(90deg, var(--ac-bg) 0%, rgba(250, 250, 249, 0) 100%);
  }

  .ac-attention-press .desktop1-horizontalcontainer::after {
    right: 0;
    background: linear-gradient(270deg, var(--ac-bg) 0%, rgba(250, 250, 249, 0) 100%);
  }

  .ac-attention-press .desktop1-rightsection {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .ac-attention-press .desktop1-logos1 {
    margin-top: 8px !important;
    display: flex !important;
    width: max-content;
    gap: 12px !important;
    flex-wrap: nowrap;
    align-items: center !important;
    justify-content: flex-start;
    will-change: transform;
    animation: ac-press-marquee-mobile 24s linear infinite;
  }

  .ac-attention-press .desktop1-logos1 img {
    flex: 0 0 auto;
    display: block;
    width: 148px !important;
    height: 52px !important;
    max-height: 52px !important;
    padding: 10px 12px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 0;
    background: var(--ac-bg);
    object-fit: contain;
    object-position: center;
    margin: 0 !important;
  }

  .ac-attention-press .ac-marquee-dup {
    display: block !important;
  }

  .ac-reviews-feature {
    padding: 0;
    background: transparent;
    gap: 18px;
  }

  .ac-reviews-video-panel,
  .ac-reviews-video {
    min-height: 220px;
  }

  .ac-reviews-intro h4 {
    font-size: 24px;
  }

  .ac-reviews-intro p {
    font-size: 16px;
  }

  .ac-review-track {
    min-height: 240px;
  }

  .ac-review-quote {
    font-size: 16px;
    line-height: 1.5;
  }

  .ac-review-meta {
    margin-top: 18px;
    justify-content: center;
  }

  .ac-review-arrow {
    display: none;
  }

  .ac-review-controls {
    grid-template-columns: 1fr;
  }

  .ac-chat-iframe {
    height: 440px;
  }
}

@keyframes ac-press-marquee-mobile {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-960px, 0, 0);
  }
}
