:root {
  --ti-ink: #10130f;
  --ti-paper: #f2f0e8;
  --ti-white: #fcfcf8;
  --ti-muted: #777b70;
  --ti-line: rgba(16, 19, 15, 0.17);
  --ti-accent: #b9ff22;
  --ti-dark: #090b09;
  --ti-gutter: clamp(22px, 5vw, 84px);
  --ti-serif: Georgia, "Times New Roman", serif;
  --ti-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
  background: var(--ti-paper);
}

body,
.ti-publication {
  color: var(--ti-ink);
  font-family: var(--ti-sans);
}

body.twoindex-home {
  margin: 0;
}

body.ti-standalone {
  margin: 0;
  background: var(--ti-paper);
}

body.ti-standalone * {
  box-sizing: border-box;
}

.twoindex-home *,
.twoindex-home *::before,
.twoindex-home *::after {
  box-sizing: border-box;
}

.ti-standalone a,
.ti-publication a {
  color: inherit;
}

.ti-standalone img,
.ti-publication img {
  max-width: 100%;
  height: auto;
}

.twoindex-home .site-content,
.twoindex-home .content-area,
.twoindex-home .site-main,
.twoindex-home #primary,
.twoindex-home #main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.twoindex-home .widget-area,
.twoindex-home #right-sidebar,
.twoindex-home #left-sidebar {
  display: none !important;
}

.twoindex-home .grid-container:not(.site-header),
.twoindex-home .site.grid-container {
  max-width: none;
}

.twoindex-home #masthead {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(16, 19, 15, 0.12);
}

.twoindex-home #masthead .inside-header {
  min-height: 84px;
  padding: 18px var(--ti-gutter);
}

.twoindex-home .main-title {
  margin: 0;
  font: 800 clamp(23px, 2.5vw, 34px)/1 var(--ti-sans);
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.twoindex-home .main-title a {
  color: inherit;
  text-decoration: none;
}

.twoindex-home .site-description {
  margin: 7px 0 0;
  color: #676b62;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.twoindex-home .main-navigation a {
  font-size: 13px;
  letter-spacing: 0.03em;
}

.ti-publication {
  margin: 0;
  overflow: clip;
  background: var(--ti-paper);
}

.ti-home {
  width: 100%;
}

.ti-hero {
  position: relative;
  min-height: calc(100svh - 84px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(70px, 10vh, 105px) var(--ti-gutter) clamp(58px, 8vh, 76px);
  color: var(--ti-white);
  background: var(--ti-dark);
  isolation: isolate;
}

.ti-hero-image {
  position: absolute;
  z-index: -3;
  inset: -3%;
  width: 106%;
  height: 106%;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  filter: saturate(0.92) contrast(1.07);
  will-change: transform;
}

.ti-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 6, 4, 0.98) 0%, rgba(4, 6, 4, 0.9) 30%, rgba(4, 6, 4, 0.22) 68%, rgba(4, 6, 4, 0.26) 100%),
    linear-gradient(0deg, rgba(4, 6, 4, 0.8) 0%, transparent 38%);
}

.ti-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 64%);
}

.ti-hero-copy {
  width: min(940px, 78vw);
}

.ti-hero-brand {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 0 0 clamp(38px, 5vh, 55px);
  color: #fff;
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
  text-transform: uppercase;
  animation: ti-rise 0.7s 0.05s both ease-out;
}

.ti-hero-brand b {
  color: var(--ti-accent);
  font-size: 1.3em;
}

.ti-hero-brand i {
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.ti-eyebrow,
.ti-kicker {
  margin: 0;
  color: #697065;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ti-eyebrow {
  color: var(--ti-accent);
  animation: ti-rise 0.7s 0.14s both ease-out;
}

.ti-hero h1 {
  max-width: 940px;
  margin: 17px 0 23px;
  color: #fff;
  font: 500 clamp(48px, 6.4vw, 92px)/0.91 var(--ti-serif);
  letter-spacing: -0.064em;
  text-wrap: balance;
  animation: ti-rise 0.78s 0.2s both cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ti-lede {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.58;
  animation: ti-rise 0.72s 0.3s both ease-out;
}

.ti-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
  animation: ti-rise 0.7s 0.38s both ease-out;
}

.ti-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--ti-accent);
  border-radius: 0;
  background: var(--ti-accent);
  color: #0a0d08 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.ti-button:hover,
.ti-button:focus-visible {
  transform: translateY(-3px);
  background: transparent;
  color: var(--ti-accent) !important;
}

.ti-quiet-link {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ti-quiet-link::after,
.ti-text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.ti-quiet-link:hover::after,
.ti-quiet-link:focus-visible::after,
.ti-text-link:hover::after,
.ti-text-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ti-hero-index {
  position: absolute;
  right: var(--ti-gutter);
  bottom: 30px;
  display: flex;
  gap: 28px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ti-intro,
.ti-section-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.65fr) minmax(0, 2fr);
  gap: clamp(34px, 7vw, 130px);
  padding: clamp(94px, 13vw, 180px) var(--ti-gutter);
}

.ti-intro > div {
  max-width: 940px;
}

.ti-intro h2,
.ti-section-head h2,
.ti-method h2,
.ti-final h2,
.ti-route-thesis h2,
.ti-route-check h2 {
  margin: 0;
  font: 500 clamp(42px, 6vw, 88px)/0.98 var(--ti-serif);
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ti-intro > div > p,
.ti-section-head > div > p,
.ti-method-sticky > p,
.ti-final > p {
  max-width: 670px;
  margin: 28px 0 0;
  color: #565c53;
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.65;
}

.ti-signal-list {
  border-top: 1px solid var(--ti-line);
}

.ti-signal {
  display: grid;
  grid-template-columns: minmax(90px, 0.35fr) minmax(0, 2.3fr);
  gap: 30px;
  padding: clamp(45px, 6vw, 82px) var(--ti-gutter);
  border-bottom: 1px solid var(--ti-line);
}

.ti-signal-number {
  color: #8a8f84;
  font: 400 13px/1 var(--ti-sans);
}

.ti-signal > div {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(280px, 1.35fr) auto;
  align-items: start;
  gap: clamp(30px, 6vw, 110px);
}

.ti-signal h3 {
  margin: -8px 0 0;
  font: 500 clamp(38px, 4.5vw, 70px)/1 var(--ti-serif);
  letter-spacing: -0.045em;
}

.ti-signal p {
  max-width: 540px;
  margin: 0;
  color: #5d6259;
  font-size: 16px;
  line-height: 1.7;
}

.ti-signal b {
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ti-method {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.25fr);
  gap: clamp(60px, 9vw, 150px);
  padding: clamp(110px, 14vw, 190px) var(--ti-gutter);
  color: #f7f7f1;
  background: #0b0d0b;
}

.ti-method-sticky {
  align-self: start;
  position: sticky;
  top: 36px;
}

.ti-method .ti-kicker,
.ti-final .ti-kicker {
  color: var(--ti-accent);
}

.ti-method h2 {
  margin-top: 24px;
  font-size: clamp(48px, 6vw, 86px);
}

.ti-method-sticky > p {
  color: rgba(255, 255, 255, 0.54);
}

.ti-method-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ti-method-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 35px 0 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ti-method-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ti-method-steps li > span {
  color: var(--ti-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ti-method-steps h3 {
  margin: -8px 0 13px;
  color: #fff;
  font: 500 clamp(27px, 3vw, 42px)/1.06 var(--ti-serif);
  letter-spacing: -0.035em;
}

.ti-method-steps p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 15px;
  line-height: 1.7;
}

.ti-posts {
  padding: 0 0 clamp(110px, 15vw, 190px);
}

.ti-section-head {
  padding-bottom: clamp(55px, 7vw, 92px);
}

.ti-section-head h2 {
  font-size: clamp(44px, 5.3vw, 78px);
}

.ti-post-list {
  border-top: 1px solid var(--ti-line);
}

.ti-post {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 7vw, 112px);
  padding: clamp(44px, 6vw, 82px) var(--ti-gutter);
  border-bottom: 1px solid var(--ti-line);
  visibility: visible;
  opacity: 1;
}

.ti-post-no-media {
  grid-template-columns: minmax(0, 1fr);
  padding-left: max(var(--ti-gutter), 26vw);
}

.ti-post-media {
  overflow: hidden;
  display: block;
  aspect-ratio: 16 / 10;
  background: #d8d8cf;
}

.ti-post-thumbnail {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ti-post-media:hover .ti-post-thumbnail {
  transform: scale(1.035);
}

.ti-post-body {
  max-width: 760px;
}

.ti-post-label {
  margin: 0 0 18px;
  color: #7b8076;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ti-post h3 {
  margin: 0 0 24px;
  font: 500 clamp(32px, 4.2vw, 58px)/1.02 var(--ti-serif);
  letter-spacing: -0.045em;
}

.ti-post h3 a,
.ti-text-link {
  text-decoration: none;
}

.ti-post-preview {
  color: #4f544c;
  font-size: 16px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.ti-post-preview > *:first-child {
  margin-top: 0;
}

.ti-post-preview a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ti-text-link {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.ti-text-link::after {
  bottom: 0;
}

.ti-final {
  padding: clamp(100px, 14vw, 190px) var(--ti-gutter);
  color: #fff;
  background: #273219;
}

.ti-final h2 {
  max-width: 1100px;
  margin-top: 25px;
  font-size: clamp(50px, 7.2vw, 105px);
}

.ti-final > p {
  color: rgba(255, 255, 255, 0.62);
}

.ti-final > .ti-kicker {
  color: var(--ti-accent);
}

.ti-button-light {
  border-color: #fff;
  background: #fff;
}

.ti-button-light:hover,
.ti-button-light:focus-visible {
  color: #fff !important;
}

.ti-quiet-light {
  color: rgba(255, 255, 255, 0.8) !important;
}

.ti-site-header {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 var(--ti-gutter);
  border-bottom: 1px solid var(--ti-line);
  background: rgba(242, 240, 232, 0.96);
}

.ti-mark,
.ti-footer-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  width: max-content;
  color: var(--ti-ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1;
  text-decoration: none;
}

.ti-mark b,
.ti-footer-mark b {
  color: #6d8d10;
  font-size: 1.22em;
}

.ti-mark i {
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-radius: 50%;
  background: #86ad13;
}

.ti-nav {
  display: flex;
  gap: 32px;
}

.ti-nav a,
.ti-header-link,
.ti-site-footer nav a {
  color: #4e534c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ti-header-link {
  justify-self: end;
}

.ti-site-footer {
  display: grid;
  grid-template-columns: 1.1fr 0.55fr 0.9fr;
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(75px, 9vw, 120px) var(--ti-gutter);
  color: rgba(255, 255, 255, 0.75);
  background: #0b0d0b;
}

.ti-footer-mark {
  color: #fff;
}

.ti-site-footer p {
  max-width: 440px;
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.7;
}

.ti-site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ti-site-footer nav a {
  color: rgba(255, 255, 255, 0.7);
}

.ti-footer-note {
  margin-top: 0 !important;
  color: rgba(255, 255, 255, 0.42);
}

.ti-route {
  min-height: 100vh;
}

.ti-route-hero {
  min-height: min(720px, calc(100svh - 82px));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(110px, 15vw, 190px) var(--ti-gutter) clamp(80px, 10vw, 125px);
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(185, 255, 34, 0.16), transparent 26%),
    linear-gradient(120deg, #10150d, #090b09 64%);
}

.ti-route-hero .ti-kicker {
  color: var(--ti-accent);
}

.ti-route-hero h1 {
  max-width: 1150px;
  margin: 20px 0 26px;
  color: #fff;
  font: 500 clamp(48px, 7.2vw, 104px)/0.94 var(--ti-serif);
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.ti-route-lede {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: clamp(17px, 1.65vw, 22px);
  line-height: 1.63;
}

.ti-route-line {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 55px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.ti-route-line i {
  width: 110px;
  height: 1px;
  background: var(--ti-accent);
}

.ti-route-thesis {
  display: grid;
  grid-template-columns: 0.6fr 2fr;
  gap: 60px;
  padding: clamp(95px, 13vw, 175px) var(--ti-gutter);
}

.ti-route-thesis > p {
  margin: 8px 0 0;
  color: #777c72;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ti-route-thesis h2 {
  max-width: 980px;
  font-size: clamp(45px, 6.5vw, 94px);
}

.ti-route-points {
  border-top: 1px solid var(--ti-line);
}

.ti-route-point {
  display: grid;
  grid-template-columns: minmax(70px, 0.35fr) minmax(0, 2fr);
  gap: 30px;
  padding: clamp(45px, 6vw, 76px) var(--ti-gutter);
  border-bottom: 1px solid var(--ti-line);
}

.ti-route-point > span {
  color: #83887e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ti-route-point > div {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(45px, 8vw, 130px);
}

.ti-route-point h3 {
  margin: -9px 0 0;
  font: 500 clamp(34px, 4.5vw, 64px)/1 var(--ti-serif);
  letter-spacing: -0.04em;
}

.ti-route-point p {
  max-width: 620px;
  margin: 0;
  color: #555a52;
  font-size: 16px;
  line-height: 1.75;
}

.ti-route-check {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.8fr);
  gap: clamp(60px, 9vw, 140px);
  padding: clamp(100px, 14vw, 180px) var(--ti-gutter);
  color: #fff;
  background: #273219;
}

.ti-route-check .ti-kicker {
  color: var(--ti-accent);
}

.ti-route-check h2 {
  margin-top: 22px;
  font-size: clamp(46px, 6.2vw, 86px);
}

.ti-route-check ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ti-route-check li {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.ti-route-check li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ti-route-return {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(65px, 8vw, 105px) var(--ti-gutter);
}

.ti-route-return p {
  max-width: 740px;
  margin: 0;
  color: #555a52;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.ti-reveal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

html.ti-motion .ti-reveal {
  transform: translateY(18px);
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

html.ti-motion .ti-reveal.ti-in-view {
  transform: translateY(0);
}

@keyframes ti-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .ti-nav {
    display: none;
  }

  .ti-site-header {
    grid-template-columns: 1fr auto;
  }

  .ti-signal > div,
  .ti-route-point > div {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ti-signal b {
    white-space: normal;
  }

  .ti-method,
  .ti-route-check {
    grid-template-columns: 1fr;
  }

  .ti-method-sticky {
    position: static;
  }

  .ti-post,
  .ti-post-no-media {
    grid-template-columns: 1fr;
    padding-left: var(--ti-gutter);
  }

  .ti-site-footer {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .ti-footer-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .twoindex-home #masthead .inside-header {
    min-height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .twoindex-home .main-navigation {
    display: none;
  }

  .ti-hero {
    min-height: calc(100svh - 70px);
    padding-top: 108px;
    padding-bottom: 78px;
  }

  .ti-hero-copy {
    width: 100%;
  }

  .ti-hero-brand {
    margin-bottom: 68px;
  }

  .ti-hero-brand i {
    display: none;
  }

  .ti-hero h1 {
    font-size: clamp(43px, 13vw, 66px);
    line-height: 0.94;
  }

  .ti-hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 6, 4, 0.95), rgba(4, 6, 4, 0.48)),
      linear-gradient(0deg, rgba(4, 6, 4, 0.78), transparent 48%);
  }

  .ti-hero-image {
    object-position: 64% center;
  }

  .ti-hero-index {
    display: none;
  }

  .ti-intro,
  .ti-section-head,
  .ti-route-thesis {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ti-intro h2,
  .ti-section-head h2,
  .ti-method h2,
  .ti-final h2,
  .ti-route-thesis h2,
  .ti-route-check h2 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .ti-signal,
  .ti-route-point {
    grid-template-columns: 44px 1fr;
    gap: 15px;
  }

  .ti-signal h3,
  .ti-route-point h3 {
    font-size: 38px;
  }

  .ti-method {
    gap: 58px;
  }

  .ti-method-steps li {
    grid-template-columns: 34px 1fr;
  }

  .ti-post h3 {
    font-size: 36px;
  }

  .ti-site-header {
    min-height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ti-header-link {
    font-size: 9px;
  }

  .ti-route-hero {
    min-height: calc(100svh - 70px);
    padding-top: 95px;
  }

  .ti-route-hero h1 {
    font-size: clamp(42px, 12vw, 66px);
  }

  .ti-route-return {
    align-items: flex-start;
    flex-direction: column;
  }

  .ti-site-footer {
    grid-template-columns: 1fr;
  }

  .ti-footer-note {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .ti-hero-image,
  html.ti-motion .ti-reveal {
    transform: none !important;
  }
}
