/* ==========================================================================
   TRIVMO — Landing experience
   Warm, photography-led editorial design. Loaded after style.css and
   scoped to index.html.
   ========================================================================== */

/* ----- Palette ---------------------------------------------------------- */
:root {
  --paper: #FDF7F2;
  --paper-2: #F7EBE1;
  --blush: #FFE7E0;
  --sand: #F3E6D6;
  --card: #FFFFFF;
  --ink: #1B1310;
  --ink-2: rgba(27, 19, 16, .70);
  --ink-3: rgba(27, 19, 16, .48);
  --line: rgba(27, 19, 16, .10);
  --line-2: rgba(27, 19, 16, .18);
  --red: #EF0F00;
  --red-deep: #C10C00;
  --red-soft: #FFECE9;
  --r-lg: 34px;
  --r-md: 24px;
  --r-sm: 16px;
  --shadow-s: 0 2px 6px rgba(90, 50, 35, .05), 0 10px 24px rgba(90, 50, 35, .07);
  --shadow-m: 0 4px 12px rgba(90, 50, 35, .07), 0 22px 48px rgba(90, 50, 35, .11);
  --shadow-l: 0 8px 24px rgba(90, 50, 35, .09), 0 40px 90px rgba(90, 50, 35, .16);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --pad: clamp(72px, 9vw, 132px);
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

[data-theme="dark"] {
  --paper: #14100E;
  --paper-2: #1C1613;
  --blush: #2A1A16;
  --sand: #241C17;
  --card: #1F1815;
  --ink: #F7F0EA;
  --ink-2: rgba(247, 240, 234, .70);
  --ink-3: rgba(247, 240, 234, .46);
  --line: rgba(247, 240, 234, .12);
  --line-2: rgba(247, 240, 234, .20);
  --red-soft: rgba(239, 15, 0, .16);
  --shadow-s: 0 2px 6px rgba(0, 0, 0, .3), 0 10px 24px rgba(0, 0, 0, .3);
  --shadow-m: 0 4px 12px rgba(0, 0, 0, .34), 0 22px 48px rgba(0, 0, 0, .4);
  --shadow-l: 0 8px 24px rgba(0, 0, 0, .4), 0 40px 90px rgba(0, 0, 0, .5);
}

body.home {
  background: var(--paper);
  color: var(--ink);
}

body.home::before {
  opacity: 0;
}

/* ----- Type ------------------------------------------------------------- */
.home h1,
.home h2,
.home h3,
.home h4 {
  letter-spacing: -.035em;
  line-height: 1.04;
}

.display {
  font-size: clamp(2.3rem, 5.2vw, 4rem);
  font-weight: 800;
}

.lede {
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.68;
  color: var(--ink-2);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--red-soft);
  color: var(--red);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sect {
  padding: var(--pad) 0;
  position: relative;
}

.sect-head {
  max-width: 720px;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.sect-head.mid {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sect-head .lede {
  margin-top: 18px;
}

/* ----- Buttons ---------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 32px;
  border-radius: 999px;
  font-size: .97rem;
  font-weight: 600;
  letter-spacing: -.01em;
  background: var(--red);
  color: #fff;
  border: 2px solid var(--red);
  transition: transform .3s var(--ease), background .3s, box-shadow .3s;
  box-shadow: 0 10px 26px -10px rgba(239, 15, 0, .6);
}

.btn:hover {
  background: var(--red-deep);
  border-color: var(--red-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -10px rgba(239, 15, 0, .62);
}

.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 30px;
  border-radius: 999px;
  font-size: .97rem;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
  border: 2px solid var(--line-2);
  transition: transform .3s var(--ease), border-color .3s, background .3s;
}

.btn-line:hover {
  border-color: var(--ink);
  background: var(--card);
  transform: translateY(-2px);
}

/* ----- Reveal ----------------------------------------------------------- */
.rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--d, 0ms);
}

.rv.in {
  opacity: 1;
  transform: none;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  padding: clamp(104px, 11vw, 144px) 0 clamp(52px, 6vw, 88px);
  overflow: hidden;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.hero-blob.a {
  width: 46vw;
  height: 46vw;
  top: -14%;
  right: -10%;
  background: radial-gradient(circle, rgba(255, 176, 160, .55), transparent 68%);
}

.hero-blob.b {
  width: 34vw;
  height: 34vw;
  bottom: -16%;
  left: -8%;
  background: radial-gradient(circle, rgba(255, 214, 180, .5), transparent 68%);
}

[data-theme="dark"] .hero-blob.a {
  background: radial-gradient(circle, rgba(239, 15, 0, .3), transparent 68%);
}

[data-theme="dark"] .hero-blob.b {
  background: radial-gradient(circle, rgba(180, 60, 20, .24), transparent 68%);
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.05rem);
  font-weight: 800;
  margin-bottom: 22px;
}

.hero h1 em {
  font-style: normal;
  color: var(--red);
  position: relative;
}

.hero .lede {
  max-width: 50ch;
  margin-bottom: 32px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-note {
  margin-top: 20px;
  font-size: .84rem;
  color: var(--ink-3);
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-note b {
  color: var(--ink-2);
  font-weight: 600;
}

/* photo cluster */
.hero-art {
  position: relative;
  aspect-ratio: 1/1.06;
}

.ph {
  position: absolute;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-l);
  background: var(--paper-2);
}

/* absolute fill: a percentage height does not resolve reliably against a
   parent sized by aspect-ratio, which left photos short of their frame */
.ph img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ph.main {
  inset: 0 30% 22% 0;
  z-index: 1;
}

.ph.top {
  width: 27%;
  aspect-ratio: 1/1;
  top: 5%;
  right: 0;
  z-index: 2;
  border-radius: 24px;
}

.ph.side {
  width: 46%;
  aspect-ratio: 3/4;
  right: 2%;
  bottom: 0;
  z-index: 3;
  border: 7px solid var(--paper);
  border-radius: 32px;
}

.hero-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px 11px 12px;
  border-radius: 999px;
  background: var(--card);
  box-shadow: var(--shadow-m);
  white-space: nowrap;
  animation: bob 6s var(--ease) infinite;
}

.hero-chip i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: .85rem;
  font-style: normal;
}

.hero-chip b {
  font-size: .82rem;
  font-weight: 600;
  display: block;
}

.hero-chip span {
  font-size: .72rem;
  color: var(--ink-3);
  display: block;
}

.hero-chip.one {
  left: -6%;
  top: 16%;
}

.hero-chip.two {
  left: -2%;
  bottom: 10%;
  animation-delay: -3s;
}

@keyframes bob {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* ==========================================================================
   PHOTO STRIP
   ========================================================================== */
.strip {
  padding: 0 0 var(--pad);
  overflow: hidden;
}

.strip-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: slide 60s linear infinite;
}

.strip:hover .strip-track {
  animation-play-state: paused;
}

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

.strip-item {
  width: clamp(150px, 15vw, 220px);
  aspect-ratio: 3/4;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--paper-2);
  flex-shrink: 0;
}

.strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strip-item:nth-child(even) {
  margin-top: 26px;
}

/* ==========================================================================
   STATS BAND
   ========================================================================== */
.band {
  background: var(--blush);
  border-radius: var(--r-lg);
  padding: clamp(34px, 4vw, 52px) clamp(26px, 4vw, 56px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
}

.band-item b {
  display: block;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.04em;
  color: var(--red);
  line-height: 1;
  margin-bottom: 8px;
}

.band-item span {
  font-size: .93rem;
  color: var(--ink-2);
  line-height: 1.55;
}

/* ==========================================================================
   STORY ROWS — big alternating photo + copy
   ========================================================================== */
.story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
  margin-bottom: clamp(64px, 8vw, 120px);
}

.story:last-child {
  margin-bottom: 0;
}

.story.flip .story-art {
  order: 2;
}

.story-art {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3.4;
  background: var(--paper-2);
  box-shadow: var(--shadow-m);
}

.story-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}

.story:hover .story-art img {
  transform: scale(1.04);
}

.story-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--card);
  color: var(--ink);
  font-size: .78rem;
  font-weight: 600;
  box-shadow: var(--shadow-s);
}

.story h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  font-weight: 800;
  margin-bottom: 18px;
}

.story p {
  font-size: clamp(.98rem, 1.2vw, 1.08rem);
  line-height: 1.72;
  color: var(--ink-2);
  margin-bottom: 24px;
}

.story ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.story li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: .96rem;
  color: var(--ink-2);
  line-height: 1.6;
}

.story li i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: .62rem;
  font-style: normal;
}

/* ==========================================================================
   SLIDER — draggable, snapping card carousel
   ========================================================================== */
.slider {
  position: relative;
}

.slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: clamp(28px, 3.5vw, 44px);
}

.slider-head .sect-head {
  margin-bottom: 0;
}

.slider-nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.slider-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--card);
  border: 1.5px solid var(--line-2);
  color: var(--ink);
  transition: background .25s, border-color .25s, transform .25s var(--ease), opacity .25s;
  box-shadow: var(--shadow-s);
}

.slider-btn:hover:not(:disabled) {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  transform: translateY(-2px);
}

.slider-btn:disabled {
  opacity: .34;
  cursor: default;
}

.slider-btn svg {
  width: 19px;
  height: 19px;
}

.slider-view {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 calc(var(--gut, 24px) * -1);
  padding: 6px var(--gut, 24px) 30px;
  cursor: grab;
}

.slider-view::-webkit-scrollbar {
  display: none;
}

.slider-view.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto !important;
}

.slider-view.dragging * {
  pointer-events: none;
}

.slider-track {
  display: flex;
  gap: clamp(14px, 1.6vw, 22px);
  width: max-content;
}

.slide {
  flex: 0 0 clamp(258px, 27vw, 350px);
  scroll-snap-align: start;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--card);
  box-shadow: var(--shadow-s);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}

.slide:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-m);
}

.slide-art {
  position: relative;
  aspect-ratio: 4/4.4;
  overflow: hidden;
  background: var(--paper-2);
}

.slide-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 12, 9, .78), transparent 52%);
}

.slide-cap {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
}

.slide-cap b {
  display: block;
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.slide-cap span {
  display: block;
  font-size: .82rem;
  opacity: .82;
  margin-top: 3px;
}

.slide-body {
  padding: 20px 22px 24px;
}

.slide-body p {
  font-size: .92rem;
  line-height: 1.62;
  color: var(--ink-2);
}

.slide-pill {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  font-size: .74rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.slider-dots {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 4px;
}

.slider-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--line-2);
  transition: width .3s var(--ease), background .3s;
  padding: 0;
}

.slider-dots button.on {
  width: 26px;
  background: var(--red);
}

/* ==========================================================================
   FEATURE CARDS
   ========================================================================== */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.card {
  padding: 30px 28px 32px;
  border-radius: var(--r-md);
  background: var(--card);
  border: 1px solid var(--line);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-m);
}

.card i {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-style: normal;
  background: var(--red-soft);
  margin-bottom: 20px;
}

.card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 9px;
}

.card p {
  font-size: .92rem;
  line-height: 1.66;
  color: var(--ink-2);
}

/* ==========================================================================
   SAFETY — tinted panel with photo
   ========================================================================== */
.panel {
  background: var(--paper-2);
  border-radius: var(--r-lg);
  padding: clamp(34px, 4.5vw, 68px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .84fr);
  gap: clamp(32px, 4vw, 66px);
  align-items: center;
}

.panel-art {
  border-radius: var(--r-md);
  overflow: hidden;
  aspect-ratio: 4/4.2;
  box-shadow: var(--shadow-m);
  background: var(--sand);
}

.panel-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 18px;
}

.panel-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}

/* direct children only - the inner text wrapper must stay block flow */
.panel-list > div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.panel-list i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: var(--card);
  font-size: 1rem;
  font-style: normal;
  box-shadow: var(--shadow-s);
}

.panel-list b {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.panel-list span {
  display: block;
  font-size: .92rem;
  line-height: 1.62;
  color: var(--ink-2);
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-row {
  border-radius: var(--r-sm);
  background: var(--card);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color .3s, box-shadow .3s;
}

.faq-row.open {
  border-color: var(--line-2);
  box-shadow: var(--shadow-s);
}

.faq-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  background: none;
  text-align: left;
  font-family: var(--font);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.015em;
}

.faq-ico {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
  background: var(--red-soft);
  transition: background .3s;
}

.faq-row.open .faq-ico {
  background: var(--red);
}

.faq-ico::before,
.faq-ico::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--red);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform .35s var(--ease), background .3s;
}

.faq-ico::before {
  width: 11px;
  height: 2px;
}

.faq-ico::after {
  width: 2px;
  height: 11px;
}

.faq-row.open .faq-ico::before,
.faq-row.open .faq-ico::after {
  background: #fff;
}

.faq-row.open .faq-ico::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .45s var(--ease);
}

.faq-row.open .faq-a {
  grid-template-rows: 1fr;
}

.faq-a > div {
  overflow: hidden;
}

.faq-a p {
  padding: 0 24px 24px;
  font-size: .95rem;
  line-height: 1.72;
  color: var(--ink-2);
}

.faq-a a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ==========================================================================
   CLOSING CTA
   ========================================================================== */
.close {
  padding: 0 0 var(--pad);
}

.close-in {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--red);
  padding: clamp(48px, 6vw, 92px) clamp(26px, 5vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: center;
  color: #fff;
}

.close-in h2 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-weight: 800;
  margin-bottom: 18px;
}

.close-in p {
  font-size: clamp(.98rem, 1.25vw, 1.1rem);
  line-height: 1.68;
  opacity: .9;
  margin-bottom: 32px;
  max-width: 46ch;
}

.stores {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 13px 24px 13px 20px;
  border-radius: 999px;
  background: #fff;
  color: #1B1310;
  transition: transform .3s var(--ease);
}

.store:hover {
  transform: translateY(-3px);
}

.store svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.store small {
  display: block;
  font-size: .64rem;
  opacity: .6;
  line-height: 1.2;
}

.store b {
  display: block;
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.close-art {
  position: relative;
  aspect-ratio: 1/1;
}

.close-art .ph {
  box-shadow: 0 20px 50px rgba(90, 20, 10, .38);
}

.close-art .ph.one {
  inset: 0 26% 30% 0;
  border-radius: 28px;
}

.close-art .ph.two {
  width: 52%;
  aspect-ratio: 3/4;
  right: 0;
  bottom: 0;
  border: 6px solid var(--red);
  border-radius: 30px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {

  .hero-grid,
  .story,
  .panel,
  .close-in {
    grid-template-columns: 1fr;
  }

  .story.flip .story-art {
    order: 0;
  }

  /* width:100% is required. On a grid item an auto inline margin cancels
     the default stretch, and these boxes hold only absolutely positioned
     children, so they would otherwise collapse to zero width. */
  .hero-art,
  .close-art,
  .panel-art {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-art {
    max-width: 440px;
  }

  .close-art {
    max-width: 400px;
  }

  .panel-art {
    max-width: 430px;
  }

  .slider-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  :root {
    --pad: 66px;
    --r-lg: 26px;
    --r-md: 20px;
  }

  .hero {
    padding-top: 108px;
  }

  .hero-cta .btn,
  .hero-cta .btn-line {
    width: 100%;
  }

  .band {
    gap: 22px;
  }

  .slide {
    flex-basis: 78vw;
  }

  .hero-chip.one {
    left: 0;
    top: 10%;
  }

  .hero-chip.two {
    left: auto;
    right: 0;
    bottom: 6%;
  }

  .strip-item:nth-child(even) {
    margin-top: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .rv {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .hero-chip,
  .strip-track {
    animation: none !important;
  }

  .slide,
  .card,
  .story-art img {
    transition: none !important;
  }
}
