/* Click Experience v3.3.0 — Home hero rebuilt from approved visual reference. */

.cxs-hero--reference{
  --cxs-ref-navy:#00155c;
  --cxs-ref-deep:#000c38;
  --cxs-ref-sky:#27adff;
  --cxs-ref-red:#ff3131;
  --cxs-ref-wa:#25d366;
  position:relative;
  min-height:calc(100svh - 94px);
  padding:clamp(64px,7.2vh,96px) 0 clamp(44px,5.6vh,70px)!important;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  background:var(--cxs-ref-deep)!important;
}
.cxs-hero--reference::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-3!important;
  pointer-events:none;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
  background:
    linear-gradient(90deg,rgba(0,10,50,.96) 0%,rgba(0,16,65,.88) 33%,rgba(0,21,92,.72) 58%,rgba(0,18,76,.77) 100%),
    linear-gradient(180deg,rgba(0,12,54,.22),rgba(0,12,54,.64)),
    var(--cxs-hero-bg,none) var(--cxs-hero-bg-x,50%) var(--cxs-hero-bg-y,50%)/cover no-repeat!important;
}
.cxs-hero--reference::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  pointer-events:none;
  opacity:1!important;
  filter:none!important;
  background:
    radial-gradient(circle at 77% 42%,rgba(39,173,255,.19),transparent 28%),
    radial-gradient(circle at 42% 98%,rgba(39,173,255,.10),transparent 34%),
    linear-gradient(180deg,rgba(0,21,92,.05),rgba(0,13,61,.18))!important;
}
.cxs-hero--reference .cxs-hero-orbit{
  display:block!important;
  width:570px!important;
  height:570px!important;
  left:-390px!important;
  top:31%!important;
  border:1px solid rgba(39,173,255,.36)!important;
  opacity:.82!important;
  transform:none!important;
  animation:none!important;
}
.cxs-hero--reference .cxs-hero-orbit::before{
  inset:86px!important;
  border:1px solid rgba(39,173,255,.20)!important;
}
.cxs-hero--reference .cxs-hero-orbit::after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:calc(100vw + 120px);
  top:-120px;
  border:28px solid rgba(39,173,255,.18);
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-radius:50%;
  transform:rotate(28deg);
}

.cxs-hero--reference .cxs-hero-grid{
  width:min(calc(100% - 96px),1450px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr)!important;
  gap:clamp(58px,6vw,112px)!important;
  align-items:center!important;
}
.cxs-hero--reference .cxs-stage{
  min-width:0;
  padding:0!important;
  align-self:center;
}
.cxs-hero--reference .cxs-stage-top{
  min-height:0!important;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0 0 18px;
}
.cxs-hero--reference .cxs-eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  font-size:11px!important;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.cxs-hero--reference .cxs-eyebrow i{
  width:38px!important;
  height:4px!important;
  border-radius:99px!important;
  background:#ffbd59!important;
  box-shadow:none!important;
}
.cxs-hero--reference .cxs-scenes{
  min-width:0;
  margin:0!important;
}
.cxs-hero--reference .cxs-scene{
  min-width:0;
  animation:cxsRefScene .5s cubic-bezier(.16,1,.3,1) both!important;
}
@keyframes cxsRefScene{
  from{opacity:.18;transform:translate3d(0,12px,0)}
  to{opacity:1;transform:none}
}
.cxs-hero--reference .cxs-scene-category{
  margin:0 0 12px!important;
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--cxs-ref-sky)!important;
  font-size:clamp(13px,1.05vw,16px)!important;
  line-height:1.45;
  font-weight:500!important;
  letter-spacing:-.015em;
}
.cxs-hero--reference .cxs-scene-category::after{display:none!important}
.cxs-hero--reference .cxs-scene-line{display:none!important}
.cxs-hero--reference .cxs-hero-title{
  max-width:100%!important;
  margin:0!important;
  font-size:clamp(66px,5.5vw,96px)!important;
  line-height:.91!important;
  letter-spacing:-.075em!important;
  font-weight:900!important;
  text-wrap:balance;
}
.cxs-hero--reference .cxs-hero-title>span{
  display:block;
  color:#fff!important;
  font-weight:900!important;
}
.cxs-hero--reference .cxs-hero-title>strong{
  display:block;
  margin-top:7px;
  color:var(--cxs-ref-sky)!important;
  font-weight:400!important;
  letter-spacing:-.078em!important;
}
.cxs-hero--reference .cxs-hero-subtitle{
  width:min(100%,450px);
  min-height:0!important;
  margin:25px 0 0!important;
  color:rgba(255,255,255,.86)!important;
  font-size:clamp(16px,1.18vw,20px)!important;
  line-height:1.68!important;
  font-weight:400!important;
}
.cxs-hero--reference .cxs-scene-action{
  width:100%!important;
  padding:0!important;
  margin-top:30px;
  display:block!important;
}
.cxs-hero--reference .cxs-hero-ctas{
  display:flex!important;
  flex-wrap:wrap;
  gap:14px!important;
  align-items:center;
}
.cxs-hero--reference .cxs-hero-cta{
  min-width:174px;
  min-height:60px!important;
  padding:15px 24px!important;
  border:0!important;
  border-radius:13px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  font-size:15px!important;
  line-height:1.1;
  font-weight:700!important;
  box-shadow:0 16px 36px rgba(0,0,0,.18)!important;
  transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,filter .25s ease!important;
}
.cxs-hero--reference .cxs-hero-cta svg{display:none!important}
.cxs-hero--reference .cxs-hero-cta--wa{
  background:var(--cxs-ref-wa)!important;
  color:#fff!important;
}
.cxs-hero--reference .cxs-hero-cta--services{
  background:var(--cxs-ref-red)!important;
  color:#fff!important;
}
.cxs-hero--reference .cxs-hero-cta:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 22px 44px rgba(0,0,0,.24)!important;
  filter:brightness(1.04);
}
.cxs-hero--reference .cxs-scene-action>p{
  position:relative;
  max-width:48ch!important;
  margin:28px 0 0!important;
  padding-top:24px;
  color:rgba(255,255,255,.66)!important;
  font-size:10px!important;
  line-height:1.55!important;
  font-weight:500!important;
  letter-spacing:.19em;
  text-transform:uppercase;
}
.cxs-hero--reference .cxs-scene-action>p>span{
  position:absolute;
  left:0;
  top:0;
  width:34px;
  height:4px;
  border-radius:99px;
  background:#ffbd59;
}

.cxs-hero--reference .cxs-hero-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:min(100%,620px);
  margin-top:34px;
  border-top:1px solid rgba(255,255,255,.13);
  padding-top:24px;
}
.cxs-hero--reference .cxs-hero-proof>div{
  min-width:0;
  padding:0 24px;
  border-left:1px solid rgba(255,255,255,.16);
}
.cxs-hero--reference .cxs-hero-proof>div:first-child{padding-left:0;border-left:0}
.cxs-hero--reference .cxs-hero-proof strong{
  display:block;
  margin:0 0 5px;
  color:#7dd1ff;
  font-size:clamp(19px,1.55vw,26px);
  line-height:1;
  font-weight:800;
  letter-spacing:-.045em;
}
.cxs-hero--reference .cxs-hero-proof span{
  display:block;
  max-width:19ch;
  color:rgba(255,255,255,.68);
  font-size:10px;
  line-height:1.5;
}

.cxs-hero--reference .cxs-hero-rotation{
  display:flex!important;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  gap:10px 14px!important;
  width:min(100%,620px);
  margin:24px 0 0!important;
  padding:0!important;
  border:0!important;
}
.cxs-hero--reference .cxs-hero-segments{
  order:1;
  width:100%;
  display:flex;
  align-items:center;
  gap:9px;
}
.cxs-hero--reference .cxs-scene-tab{
  position:relative;
  flex:0 1 58px!important;
  width:58px;
  min-width:30px;
  min-height:7px!important;
  height:7px!important;
  padding:0!important;
  overflow:hidden;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.19)!important;
  color:transparent!important;
}
.cxs-hero--reference .cxs-scene-tab::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  width:auto!important;
  height:auto!important;
  right:auto!important;
  border-radius:inherit;
  background:var(--cxs-ref-sky)!important;
  transform:scaleX(0)!important;
  transform-origin:left!important;
}
.cxs-hero--reference .cxs-stage.is-playing .cxs-scene-tab.is-active::before{
  animation:cxsRefProgress var(--cxs-duration,8s) linear both!important;
}
.cxs-hero--reference .cxs-stage:not(.is-playing) .cxs-scene-tab.is-active::before{
  transform:scaleX(1)!important;
}
@keyframes cxsRefProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.cxs-hero--reference .cxs-hero-rotation__status{
  order:2;
  display:flex!important;
  align-items:center;
  gap:9px!important;
  white-space:nowrap;
}
.cxs-hero--reference .cxs-hero-rotation__status strong{
  color:#fff!important;
  font-size:10px!important;
  line-height:1.4;
  font-weight:500!important;
  letter-spacing:.02em!important;
}
.cxs-hero--reference .cxs-hero-rotation__status span{
  color:rgba(255,255,255,.55)!important;
  font-size:9px!important;
  line-height:1.4;
  font-weight:400!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
.cxs-hero--reference .cxs-pause{
  order:3;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  padding:4px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.55)!important;
  font-size:9px!important;
  line-height:1.4;
  text-decoration:underline;
  text-underline-offset:3px;
}
.cxs-hero--reference .cxs-pause svg{display:none!important}
.cxs-hero--reference .cxs-pause:hover{color:#fff!important}
.cxs-hero--reference .cxs-hero-rotation__track{display:none!important}

/* Assistant — large white panel with a restrained glass shell. */
.cxs-hero--reference .cxs-assistant-wrap{
  position:relative;
  min-width:0;
  width:100%;
  max-width:610px;
  justify-self:end;
  padding:18px!important;
  border-radius:34px;
  border:1px solid rgba(94,194,255,.86);
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(39,173,255,.08));
  box-shadow:0 0 0 1px rgba(255,255,255,.06) inset,0 30px 90px rgba(0,6,35,.35),0 0 56px rgba(39,173,255,.20);
  backdrop-filter:blur(12px) saturate(120%);
}
.cxs-hero--reference .cxs-assistant-pre,
.cxs-hero--reference .cxs-assistant-note{display:none!important}
.cxs-hero--reference .cxs-assistant{
  overflow:hidden;
  width:100%;
  min-height:0;
  border:0!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)!important;
  color:#00155c!important;
  box-shadow:0 16px 44px rgba(0,21,92,.13)!important;
  transform:none!important;
  animation:none!important;
}
.cxs-hero--reference .cxs-assistant-wrap:hover .cxs-assistant{
  transform:none!important;
  box-shadow:0 16px 44px rgba(0,21,92,.13)!important;
}
.cxs-hero--reference .cxs-assistant-header{
  min-height:118px;
  padding:30px 30px 22px!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:24px!important;
  background:#fff!important;
  border-bottom:1px solid #dfe8f4;
}
.cxs-hero--reference .cxs-assistant-avatar{display:none!important}
.cxs-hero--reference .cxs-assistant-heading{min-width:0}
.cxs-hero--reference .cxs-assistant-header h2{
  margin:0!important;
  color:#00155c!important;
  font-size:clamp(25px,2.2vw,34px)!important;
  line-height:1.08!important;
  font-weight:800!important;
  letter-spacing:-.045em!important;
}
.cxs-hero--reference .cxs-assistant-header p{
  margin:8px 0 0!important;
  display:block!important;
  color:#6a7ba7!important;
  font-size:13px!important;
  line-height:1.4!important;
}
.cxs-hero--reference .cxs-status-dot{display:none!important}
.cxs-hero--reference .cxs-assistant-meta{
  margin-left:auto;
  width:126px;
  display:grid;
  justify-items:end;
  gap:12px;
  padding-top:4px;
}
.cxs-hero--reference .cxs-assistant-meta>span{
  color:#7182ab;
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.03em;
}
.cxs-hero--reference .cxs-chat-progress{
  width:126px;
  height:7px!important;
  overflow:hidden;
  border-radius:999px;
  background:#e7eef8!important;
}
.cxs-hero--reference .cxs-chat-progress>div{
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#27adff,#5fc8ff)!important;
}
.cxs-hero--reference .cxs-chat-body{
  min-height:350px!important;
  padding:26px 30px 22px!important;
}
.cxs-hero--reference .cxs-chat-kicker{
  display:block!important;
  margin:0 0 16px!important;
  color:#6582b5!important;
  font-size:10px!important;
  line-height:1.4!important;
  font-weight:700!important;
  letter-spacing:.18em!important;
  text-transform:uppercase;
}
.cxs-hero--reference .cxs-chat-body h3{
  max-width:100%;
  margin:0!important;
  color:#00155c!important;
  font-size:clamp(25px,2.05vw,31px)!important;
  line-height:1.14!important;
  font-weight:800!important;
  letter-spacing:-.045em!important;
}
.cxs-hero--reference .cxs-chat-greeting{
  max-width:42ch!important;
  margin:9px 0 20px!important;
  color:#6c7da4!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.cxs-hero--reference .cxs-chat-options{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 12px!important;
}
.cxs-hero--reference .cxs-chat-options button{
  min-height:58px!important;
  padding:12px 15px!important;
  border:1px solid #dbe5f1!important;
  border-radius:12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  background:#fff!important;
  color:#102e70!important;
  box-shadow:0 5px 12px rgba(0,21,92,.04)!important;
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:500!important;
  text-align:left!important;
}
.cxs-hero--reference .cxs-chat-options button .cxs-option-icon{display:none!important}
.cxs-hero--reference .cxs-chat-options button:hover{
  border-color:#89cfff!important;
  background:#f4faff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 10px 22px rgba(0,76,166,.08)!important;
}
.cxs-hero--reference .cxs-chat-actions{
  min-height:24px!important;
  margin-top:13px!important;
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
}
.cxs-hero--reference .cxs-chat-actions>button{
  min-height:0!important;
  padding:5px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#50719f!important;
  font-size:10px!important;
  line-height:1.4!important;
}
.cxs-hero--reference .cxs-chat-actions .cxs-restart{
  margin-left:4px!important;
  text-decoration:underline;
  text-underline-offset:3px;
}
.cxs-hero--reference .cxs-chat-actions>span{
  margin-left:auto!important;
  color:#7691b8!important;
  font-size:10px!important;
}
.cxs-hero--reference .cxs-assistant-footer{
  min-height:53px;
  padding:15px 30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  border-top:1px solid #dfe8f4!important;
  background:#f8fbff!important;
  color:#7d8fac!important;
  font-size:9px!important;
  line-height:1.4!important;
}
.cxs-hero--reference .cxs-assistant-footer>span{
  display:block!important;
  color:#7d8fac!important;
  font-size:9px!important;
}
.cxs-hero--reference .cxs-assistant-footer strong{
  color:#168bdd;
  font-size:9px;
  font-weight:600;
  white-space:nowrap;
}

/* Keep forms and review states usable inside the larger assistant. */
.cxs-hero--reference .cxs-fields{gap:12px!important}
.cxs-hero--reference .cxs-field{font-size:10px!important}
.cxs-hero--reference .cxs-field input,
.cxs-hero--reference .cxs-field textarea{
  border-radius:10px!important;
  font-size:13px!important;
}
.cxs-hero--reference .cxs-button{
  min-height:48px!important;
  border-radius:10px!important;
  font-size:12px!important;
}

@media(max-width:1200px){
  .cxs-hero--reference{
    min-height:auto;
    padding:64px 0 58px!important;
  }
  .cxs-hero--reference .cxs-hero-grid{
    width:min(calc(100% - 64px),1180px)!important;
    grid-template-columns:minmax(0,1fr) minmax(420px,.88fr)!important;
    gap:44px!important;
  }
  .cxs-hero--reference .cxs-hero-title{font-size:clamp(62px,6.5vw,82px)!important}
  .cxs-hero--reference .cxs-assistant-wrap{padding:14px!important;border-radius:29px}
  .cxs-hero--reference .cxs-assistant-header{padding:25px 24px 20px!important}
  .cxs-hero--reference .cxs-chat-body{padding:24px!important}
  .cxs-hero--reference .cxs-assistant-footer{padding-inline:24px!important}
}

@media(max-width:960px){
  .cxs-hero--reference{
    padding:48px 0 64px!important;
  }
  .cxs-hero--reference::before{
    background:
      linear-gradient(180deg,rgba(0,10,50,.94) 0%,rgba(0,20,84,.84) 42%,rgba(0,13,61,.89) 100%),
      var(--cxs-hero-bg,none) var(--cxs-hero-bg-x,50%) var(--cxs-hero-bg-y,50%)/cover no-repeat!important;
  }
  .cxs-hero--reference .cxs-hero-grid{
    width:min(calc(100% - 48px),720px)!important;
    grid-template-columns:1fr!important;
    gap:56px!important;
  }
  .cxs-hero--reference .cxs-stage{max-width:680px}
  .cxs-hero--reference .cxs-hero-title{font-size:clamp(62px,10.4vw,86px)!important;max-width:8.6ch!important}
  .cxs-hero--reference .cxs-hero-subtitle{max-width:43ch}
  .cxs-hero--reference .cxs-assistant-wrap{justify-self:center;max-width:650px}
  .cxs-hero--reference .cxs-hero-orbit{left:-430px!important;top:18%!important}
  .cxs-hero--reference .cxs-hero-orbit::after{display:none}
}

@media(max-width:600px){
  .cxs-hero--reference{
    padding:34px 0 48px!important;
  }
  .cxs-hero--reference .cxs-hero-grid{
    width:calc(100% - 30px)!important;
    gap:42px!important;
  }
  .cxs-hero--reference .cxs-stage-top{margin-bottom:14px}
  .cxs-hero--reference .cxs-eyebrow{font-size:9px!important;gap:10px}
  .cxs-hero--reference .cxs-eyebrow i{width:28px!important;height:3px!important}
  .cxs-hero--reference .cxs-scene-category{font-size:12px!important;margin-bottom:9px!important}
  .cxs-hero--reference .cxs-hero-title{
    max-width:100%!important;
    font-size:clamp(46px,13.2vw,64px)!important;
    line-height:.93!important;
  }
  .cxs-hero--reference .cxs-hero-title>strong{margin-top:5px}
  .cxs-hero--reference .cxs-hero-subtitle{
    width:100%;
    margin-top:19px!important;
    font-size:15px!important;
    line-height:1.62!important;
  }
  .cxs-hero--reference .cxs-scene-action{margin-top:23px}
  .cxs-hero--reference .cxs-hero-ctas{display:grid!important;grid-template-columns:1fr 1fr;gap:10px!important}
  .cxs-hero--reference .cxs-hero-cta{
    min-width:0;
    min-height:52px!important;
    padding:12px 10px!important;
    border-radius:11px!important;
    font-size:12px!important;
  }
  .cxs-hero--reference .cxs-scene-action>p{margin-top:22px!important;padding-top:20px;font-size:8px!important;letter-spacing:.13em}
  .cxs-hero--reference .cxs-scene-action>p>span{width:28px;height:3px}
  .cxs-hero--reference .cxs-hero-proof{margin-top:27px;padding-top:18px}
  .cxs-hero--reference .cxs-hero-proof>div{padding:0 10px}
  .cxs-hero--reference .cxs-hero-proof strong{font-size:17px}
  .cxs-hero--reference .cxs-hero-proof span{font-size:8px;line-height:1.45}
  .cxs-hero--reference .cxs-hero-rotation{margin-top:20px!important}
  .cxs-hero--reference .cxs-scene-tab{flex-basis:46px!important;height:6px!important;min-height:6px!important}
  .cxs-hero--reference .cxs-hero-rotation__status span{font-size:8px!important}
  .cxs-hero--reference .cxs-pause{font-size:8px!important}

  .cxs-hero--reference .cxs-assistant-wrap{padding:8px!important;border-radius:24px}
  .cxs-hero--reference .cxs-assistant{border-radius:19px!important}
  .cxs-hero--reference .cxs-assistant-header{
    min-height:94px;
    padding:22px 18px 18px!important;
    gap:14px!important;
  }
  .cxs-hero--reference .cxs-assistant-header h2{font-size:24px!important}
  .cxs-hero--reference .cxs-assistant-header p{font-size:11px!important;margin-top:5px!important}
  .cxs-hero--reference .cxs-assistant-meta{width:88px;gap:9px}
  .cxs-hero--reference .cxs-assistant-meta>span{font-size:10px}
  .cxs-hero--reference .cxs-chat-progress{width:88px;height:5px!important}
  .cxs-hero--reference .cxs-chat-body{min-height:0!important;padding:20px 18px 17px!important}
  .cxs-hero--reference .cxs-chat-kicker{font-size:9px!important;margin-bottom:12px!important}
  .cxs-hero--reference .cxs-chat-body h3{font-size:24px!important;max-width:100%}
  .cxs-hero--reference .cxs-chat-greeting{font-size:12px!important;margin:7px 0 17px!important}
  .cxs-hero--reference .cxs-chat-options{gap:8px!important}
  .cxs-hero--reference .cxs-chat-options button{
    min-height:54px!important;
    padding:10px 9px!important;
    font-size:10px!important;
    text-align:center!important;
    justify-content:center!important;
  }
  .cxs-hero--reference .cxs-chat-actions>span{display:none}
  .cxs-hero--reference .cxs-assistant-footer{min-height:48px;padding:13px 18px!important;font-size:8px!important}
  .cxs-hero--reference .cxs-assistant-footer>span,.cxs-hero--reference .cxs-assistant-footer strong{font-size:8px!important}
}

@media(max-width:400px){
  .cxs-hero--reference .cxs-hero-ctas{grid-template-columns:1fr}
  .cxs-hero--reference .cxs-hero-proof span{display:none}
  .cxs-hero--reference .cxs-hero-proof strong{font-size:15px;text-align:center}
  .cxs-hero--reference .cxs-hero-proof>div{padding-inline:8px}
  .cxs-hero--reference .cxs-assistant-footer strong{display:none}
}

@media(prefers-reduced-motion:reduce){
  .cxs-hero--reference .cxs-scene{animation:none!important}
  .cxs-hero--reference .cxs-stage.is-playing .cxs-scene-tab.is-active::before{animation:none!important;transform:scaleX(1)!important}
}
