.hp-hero {
  --tw-blue: #3E5EE2;
  --tw-blue-hover: #3452CC;
  --tw-blue-6: #DCE2FA;
  --tw-blue-7: #EDF0FC;
  --tw-violet-3: #7526C5;
  --tw-violet-6: #A88EF5;
  --tw-violet-light: #D6BAF2;
  --tw-violet-lightest: #F5EEFC;
  --tw-text: #190750;
  --tw-text-muted: #6B6480;
  --tw-border: rgba(25, 7, 80, 0.08);
  --tw-grad-main-violet: linear-gradient(95deg, #3E5EE2 0%, #3E5EE2 40%, #7526C5 100%);
  --tw-grad-soft: linear-gradient(180deg, #D4C7FA 0%, #DCE2FA 100%);
  --tw-egg: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 550 620' preserveAspectRatio='none'><path d='M285 8 C 420 8 530 170 532 340 C 534 490 420 608 260 610 C 115 612 18 500 16 360 C 14 200 150 8 285 8 Z' fill='black'/></svg>");
  position: relative;
  overflow: hidden;
  padding: 28px 0 32px;
  background: var(--tw-grad-soft);
  font-family: "Poppins", sans-serif;
  color: var(--tw-text);
}
.hp-hero *, .hp-hero *::before, .hp-hero *::after {
  box-sizing: border-box;
}
.hp-hero::before {
  content: "";
  position: absolute;
  width: 1008px;
  height: 882px;
  right: -260px;
  top: -180px;
  background: #D9C9FB;
  -webkit-mask: var(--tw-egg) center/100% 100% no-repeat;
  mask: var(--tw-egg) center/100% 100% no-repeat;
  transform: rotate(-10deg);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
.hp-hero::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 420px;
  left: -120px;
  bottom: -150px;
  background: var(--tw-blue-6);
  -webkit-mask: var(--tw-egg) center/100% 100% no-repeat;
  mask: var(--tw-egg) center/100% 100% no-repeat;
  transform: rotate(8deg);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}
.hp-hero .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
.hp-hero .hero-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  gap: 56px;
  align-items: stretch;
}
.hp-hero .hv2-left {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
}
.hp-hero .hv2-left-top {
  display: block;
}
.hp-hero .label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--tw-violet-lightest);
  color: var(--tw-violet-3);
  font: 600 12px/1 "Poppins", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.hp-hero .label .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tw-violet-3);
  box-shadow: 0 0 8px rgba(117, 38, 197, 0.5);
  animation: hp-hero-pulse 2s ease-in-out infinite;
}
@keyframes hp-hero-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.3);
  }
}
.hp-hero .hv2-left h1,
.hp-hero h1.hv2-h1 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(34px, 3.8vw, 54px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.018em;
  margin: 0 0 20px;
  color: var(--tw-blue);
  text-wrap: balance;
}
.hp-hero .hv2-left h1 .hv2-h1-dark,
.hp-hero h1.hv2-h1 .hv2-h1-dark {
  color: var(--tw-text);
}
.hp-hero .hv2-left h1 .hv2-h1-blue,
.hp-hero h1.hv2-h1 .hv2-h1-blue {
  color: var(--tw-blue);
}
.hp-hero .hv2-left h1 .hv2-h1-violet,
.hp-hero .hv2-left h1 em,
.hp-hero h1.hv2-h1 .hv2-h1-violet,
.hp-hero h1.hv2-h1 em {
  font-style: normal;
  font-weight: 700;
  background: var(--tw-grad-main-violet);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hp-hero .hv2-left .sub,
.hp-hero p.sub {
  font-family: "Avenir Next", "Avenir", "Nunito", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--tw-text);
  opacity: 0.82;
  max-width: 540px;
  margin: 0;
}
.hp-hero .hv2-left .sub strong,
.hp-hero p.sub strong {
  font-weight: 700;
  opacity: 1;
  color: var(--tw-text);
}
.hp-hero .hv2-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 36px;
  padding-bottom: 8px;
}
.hp-hero .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.18s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hp-hero .btn-lg {
  padding: 15px 28px;
  font-size: 15.5px;
}
.hp-hero .btn-primary {
  background: var(--tw-blue);
  color: white;
  box-shadow: 0 2px 6px rgba(25, 7, 80, 0.06);
}
.hp-hero .btn-primary:hover {
  background: var(--tw-blue-hover);
  color: white;
  box-shadow: 0 10px 24px rgba(62, 94, 226, 0.22);
}
.hp-hero .btn-ghost {
  border-color: transparent;
  color: var(--tw-text);
  background: transparent;
}
.hp-hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.55);
}
.hp-hero .btn .btn-arrow-down {
  transition: transform 0.2s ease;
}
.hp-hero .btn:hover .btn-arrow-down {
  transform: translateY(2px);
}
.hp-hero .hv2-right {
  position: relative;
}
.hp-hero .tw3-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--tw-border);
  box-shadow: 0 12px 40px -16px rgba(25, 7, 80, 0.18), 0 4px 12px -6px rgba(25, 7, 80, 0.06);
  width: 100%;
  max-width: 620px;
  height: 560px;
  padding: 22px 22px 50px;
  margin-left: auto;
  font-family: "Avenir Next", "Avenir", "Nunito", sans-serif;
  contain: layout style paint;
  overflow: hidden;
}
.hp-hero .tw3-card .dc-tags {
  display: none !important;
}
.hp-hero .tw3-turn {
  position: absolute;
  inset: 22px 22px 50px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 250ms ease;
}
.hp-hero .tw3-turn.is-on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hp-hero .tw3-turn[data-turn="1"] .dc-caret {
  display: none;
}
.hp-hero .tw3-turn[data-turn="1"] .dc-bubble-wrap,
.hp-hero .tw3-turn[data-turn="1"] .dc-time,
.hp-hero .tw3-turn[data-turn="1"] .dc-panel-head,
.hp-hero .tw3-turn[data-turn="1"] .tw3-connectors,
.hp-hero .tw3-turn[data-turn="1"] .tw3-caption {
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.hp-hero .tw3-turn[data-turn="1"] .dc-bubble-wrap.is-on,
.hp-hero .tw3-turn[data-turn="1"] .dc-time.is-on,
.hp-hero .tw3-turn[data-turn="1"] .dc-panel-head.is-on,
.hp-hero .tw3-turn[data-turn="1"] .tw3-connectors.is-on,
.hp-hero .tw3-turn[data-turn="1"] .tw3-caption.is-on {
  opacity: 1;
  transform: none;
}
.hp-hero .tw3-turn[data-turn="1"] .dc-row {
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.hp-hero .tw3-turn[data-turn="1"] .dc-row.is-on {
  opacity: 1;
  transform: none;
}
.hp-hero .tw3-turn[data-turn="1"] .dc-row .dc-spinner {
  display: none;
}
.hp-hero .tw3-turn[data-turn="1"] .dc-row .dc-check {
  transform: scale(0);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hp-hero .tw3-turn[data-turn="1"] .dc-row.is-done .dc-check {
  transform: scale(1);
}
.hp-hero .tw3-turn[data-turn="1"] .tw3-connectors .tw3-cn-row {
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.hp-hero .tw3-turn[data-turn="1"] .tw3-connectors .tw3-cn-row.is-on {
  opacity: 1;
  transform: none;
}
.hp-hero .tw3-turn[data-turn="2"] .tw3-caption, .hp-hero .tw3-turn[data-turn="3"] .tw3-caption, .hp-hero .tw3-turn[data-turn="3"] .tw3-teams {
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.hp-hero .tw3-turn[data-turn="2"] .tw3-caption.is-on, .hp-hero .tw3-turn[data-turn="3"] .tw3-caption.is-on, .hp-hero .tw3-turn[data-turn="3"] .tw3-teams.is-on {
  opacity: 1;
  transform: none;
}
.hp-hero .dc-bubble-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.hp-hero .dc-bubble {
  background: #D9C9FB;
  color: var(--tw-text);
  padding: 10px 14px;
  border-radius: 18px 18px 4px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  max-width: 90%;
  box-shadow: 0 6px 18px rgba(117, 38, 197, 0.22);
  min-height: 1.6em;
  display: inline-flex;
  align-items: center;
}
.hp-hero .dc-bubble-text {
  white-space: pre-wrap;
}
.hp-hero .dc-caret {
  display: inline-block;
  width: 1.5px;
  height: 1em;
  background: var(--tw-text);
  margin-left: 1px;
  animation: hv2caret 0.9s steps(2) infinite;
  opacity: 1;
}
@keyframes hv2caret {
  50% {
    opacity: 0;
  }
}
.hp-hero .dc-bubble.is-done .dc-caret {
  display: none;
}
.hp-hero .dc-time {
  font-size: 11px;
  color: var(--tw-text-muted);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hp-hero .dc-time.is-on {
  opacity: 1;
}
.hp-hero .dc-panel {
  background: #FFFFFF;
  border: 1px solid var(--tw-border);
  border-radius: 24px;
  padding: 14px;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hp-hero .dc-panel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--tw-text);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.hp-hero .dc-panel-head.is-on {
  opacity: 1;
  transform: none;
}
.hp-hero .dc-panel-head strong {
  font-weight: 700;
}
.hp-hero .dc-agent-icon {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--tw-blue-7);
  color: var(--tw-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hp-hero .dc-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hp-hero .dc-row {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: 12.5px;
  color: var(--tw-text-muted);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.hp-hero .dc-row.is-on {
  opacity: 1;
  transform: none;
}
.hp-hero .dc-row.is-done {
  color: var(--tw-text);
}
.hp-hero .dc-row .dc-action {
  line-height: 1.3;
}
.hp-hero .dc-state {
  width: 22px;
  height: 22px;
  position: relative;
}
.hp-hero .dc-spinner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--tw-blue-6);
  border-top-color: var(--tw-violet-3);
  animation: hv2spin 0.7s linear infinite;
  opacity: 1;
  transition: opacity 0.15s ease;
}
@keyframes hv2spin {
  to {
    transform: rotate(360deg);
  }
}
.hp-hero .dc-check {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #E8B8FF 0%, #C9A6FF 100%);
  color: white;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hp-hero .dc-row.is-done .dc-spinner {
  opacity: 0;
}
.hp-hero .dc-row.is-done .dc-check {
  transform: scale(1);
}
.hp-hero .dc-rt {
  font-size: 11.5px;
  color: var(--tw-text-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-variant-numeric: tabular-nums;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hp-hero .dc-row.is-done .dc-rt {
  opacity: 0.85;
}
.hp-hero .dc-rec {
  background: linear-gradient(180deg, #FAF4FF 0%, #F5EEFC 100%);
  border: 1px solid #E8DAF7;
  border-radius: 12px;
  padding: 13px 14px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.hp-hero .dc-rec.is-on {
  opacity: 1;
  transform: none;
}
.hp-hero .dc-rec-rich {
  display: flex;
  gap: 14px;
  align-items: stretch;
  padding: 14px;
}
.hp-hero .dc-rec-img {
  width: 110px;
  height: auto;
  align-self: stretch;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.hp-hero .dc-rec-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.hp-hero .dc-rec-title {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--tw-text);
  margin: 0 0 4px;
  line-height: 1.3;
}
.hp-hero .dc-rec-body {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--tw-text);
}
.hp-hero .dc-hl {
  background: rgba(232, 184, 255, 0.45);
  padding: 1px 4px;
  border-radius: 4px;
  font-weight: 600;
}
.hp-hero .dc-hl-num {
  background: rgba(62, 94, 226, 0.14);
  padding: 1px 4px;
  border-radius: 4px;
  font-weight: 700;
  color: var(--tw-blue);
}
.hp-hero .tw3-connectors {
  background: #FAFAFE;
  border: 1px solid #ECECF3;
  border-radius: 12px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.hp-hero .tw3-cn-label {
  font-family: "Poppins", sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--tw-text-muted);
  text-transform: uppercase;
  padding: 2px 4px;
}
.hp-hero .tw3-cn-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 12.5px;
}
.hp-hero .tw3-cn-row.is-on {
  background: #F4F5FF;
  border-color: var(--tw-blue);
}
.hp-hero .tw3-cn-row.is-dim {
  color: rgba(25, 7, 80, 0.5);
}
.hp-hero .tw3-cn-row .tw3-cn-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hp-hero .tw3-cn-row .tw3-cn-name strong {
  font-weight: 600;
  color: var(--tw-text);
}
.hp-hero .tw3-cn-ic {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
}
.hp-hero .tw3-cn-ic.tw3-cn-notion {
  background: #2A2A2A;
  color: #fff;
}
.hp-hero .tw3-cn-ic.tw3-cn-tw {
  background: transparent;
  padding: 0;
}
.hp-hero .tw3-cn-ic.tw3-cn-tw img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.hp-hero .tw3-cn-ic.tw3-cn-gd {
  background: #E8F0FE;
  color: #1A73E8;
}
.hp-hero .tw3-cn-state {
  font-family: "Poppins", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(25, 7, 80, 0.45);
}
.hp-hero .tw3-cn-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #E7F8EE;
  color: #1B7A3F;
  padding: 2px 7px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
}
.hp-hero .tw3-cn-pill .tw3-cn-tick {
  font-size: 10px;
}
.hp-hero .tw3-caption {
  padding: 4px 2px 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--tw-text-muted);
}
.hp-hero .tw3-caption em {
  font-style: italic;
  color: var(--tw-text);
}
.hp-hero .dc-mono {
  display: inline-block;
  background: rgba(62, 94, 226, 0.1);
  color: var(--tw-blue);
  padding: 1px 5px;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
}
.hp-hero .tw3-teams {
  background: #FAFAFE;
  border: 1px solid #ECECF3;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hp-hero .tw3-teams-hd {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4F52B5;
  text-transform: uppercase;
}
.hp-hero .tw3-teams-logo {
  width: 18px;
  height: 18px;
  background: #4B53BC;
  color: #fff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hp-hero .tw3-teams-label {
  line-height: 1;
}
.hp-hero .tw3-teams-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hp-hero .tw3-teams-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--tw-blue);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hp-hero .tw3-teams-msg {
  flex: 1;
  min-width: 0;
}
.hp-hero .tw3-teams-subj {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--tw-text);
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hp-hero .tw3-teams-prev {
  font-size: 12.5px;
  color: var(--tw-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hp-hero .tw3-teams-ts {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  color: rgba(25, 7, 80, 0.5);
  flex-shrink: 0;
}
.hp-hero .dc-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--tw-text-muted);
  border-top: 1px solid var(--tw-border);
  padding-top: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hp-hero .dc-foot.is-on {
  opacity: 1;
}
.hp-hero .dc-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1F7A56;
  box-shadow: 0 0 0 0 rgba(31, 122, 86, 0.5);
  animation: hv2pulse 1.8s ease-out infinite;
}
@keyframes hv2pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 122, 86, 0.5);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(31, 122, 86, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 122, 86, 0);
  }
}
.hp-hero .tw3-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.hp-hero .tw3-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(25, 7, 80, 0.18);
  cursor: pointer;
  padding: 0;
  transition: background 0.18s ease, transform 0.18s ease;
}
.hp-hero .tw3-dot:hover {
  background: rgba(25, 7, 80, 0.35);
}
.hp-hero .tw3-dot.is-active {
  background: var(--tw-blue);
  transform: scale(1.25);
}

@media (max-width: 1023px) {
  .hp-hero .tw3-card {
    max-width: 100%;
    height: auto;
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .hp-hero .tw3-turn {
    position: relative;
    inset: auto;
    grid-area: 1/1;
    min-width: 0;
  }
}
@media (max-width: 960px) {
  .hp-hero {
    padding: 24px 0 32px;
  }
  .hp-hero .hero-v2-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hp-hero .hv2-left {
    text-align: left;
    padding-top: 0;
  }
  .hp-hero .hv2-left .sub {
    max-width: 100%;
  }
  .hp-hero .hv2-cta-row {
    justify-content: stretch;
    flex-direction: column;
  }
  .hp-hero .hv2-cta-row .btn {
    width: 100%;
    justify-content: center;
  }
  .hp-hero .tw3-card {
    max-width: 100%;
    padding: 18px 18px 46px;
    min-height: 480px;
  }
}
@media (max-width: 540px) {
  .hp-hero .dc-rec-rich {
    flex-direction: column;
  }
  .hp-hero .dc-rec-img {
    width: 100%;
    height: 140px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hp-hero .dc-caret,
  .hp-hero .dc-spinner,
  .hp-hero .dc-live-dot,
  .hp-hero .label .dot {
    animation: none !important;
  }
}
