:root {
  color: #111113;
  background: #f6f6f2;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #09090a;
  --paper: #f6f6f2;
  --paper-deep: #ecece6;
  --muted: #68686c;
  --line: #d7d7d0;
  --yellow: #ffd21a;
  --magenta: #e74cad;
  --violet: #7656d8;
  --cyan: #28c7dd;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 120;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 800;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.essay-page {
  min-height: 100vh;
  background: var(--paper);
}

.top-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  appearance: none;
  background: rgba(118, 86, 216, 0.12);
}

.top-progress::-webkit-progress-bar {
  background: rgba(118, 86, 216, 0.12);
}

.top-progress::-webkit-progress-value {
  background: var(--magenta);
}

.top-progress::-moz-progress-bar {
  background: var(--magenta);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.brand img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.brand--light {
  color: #fff;
}

.mobile-header {
  display: none;
}

.opening {
  min-height: 100svh;
  padding: 34px 44px 56px;
  color: #fff;
  background: var(--ink);
  scroll-margin-top: 40px;
}

.opening__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1320px);
  margin: 0 auto 52px;
  color: #bdbdc4;
  font-size: 13px;
}

.opening__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(560px, 1.14fr);
  grid-template-rows: auto 1fr;
  gap: 36px 72px;
  width: min(100%, 1320px);
  min-height: calc(100svh - 150px);
  margin: 0 auto;
}

.opening__title {
  align-self: end;
}

.chapter-number,
.chapter-heading > span,
.closing__header > span {
  display: block;
  margin-bottom: 22px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
}

.opening h1 {
  max-width: 580px;
  margin: 0;
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 900;
}

.color-rule {
  display: grid;
  grid-template-columns: repeat(4, 58px);
  width: max-content;
  height: 4px;
  margin-top: 38px;
}

.color-rule i:nth-child(1) {
  background: var(--yellow);
}

.color-rule i:nth-child(2) {
  background: var(--magenta);
}

.color-rule i:nth-child(3) {
  background: var(--violet);
}

.color-rule i:nth-child(4) {
  background: var(--cyan);
}

.opening__lead {
  align-self: start;
  max-width: 510px;
  padding-top: 4px;
  color: #d6d6da;
  font-size: 18px;
  line-height: 1.95;
}

.opening__lead p {
  margin: 0 0 12px;
}

.opening .story-figure {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 620px;
  margin: 0;
}

.opening .story-figure img {
  height: calc(100svh - 188px);
  min-height: 620px;
  width: 100%;
  object-fit: cover;
}

.story-figure {
  margin: 0;
}

.story-figure img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #d7d7d2;
}

.story-figure--unsent img {
  object-position: 62% 50%;
}

.story-figure--listening img {
  object-position: 62% 50%;
}

.story-figure--connection img {
  object-position: 58% 50%;
}

.story-figure figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.story-figure figcaption::before {
  content: "";
  width: 20px;
  height: 3px;
  flex: 0 0 auto;
  background: var(--cyan);
}

.opening .story-figure figcaption {
  color: #bcbcc2;
}

.paper-shell {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  column-gap: 68px;
  width: min(100%, 1410px);
  margin: 0 auto;
  padding: 130px 44px 180px;
  background: var(--paper);
}

.side-rail {
  position: sticky;
  top: 86px;
  grid-column: 1;
  grid-row: 1 / span 20;
  align-self: start;
  min-height: 600px;
  padding-right: 34px;
}

.side-rail__eyebrow {
  display: block;
  margin-bottom: 52px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.side-rail nav {
  display: grid;
  gap: 30px;
}

.side-rail nav a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 34px;
  color: #9b9b98;
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.side-rail nav a span {
  font-size: 10px;
  font-weight: 700;
}

.side-rail nav a:hover,
.side-rail nav a.is-active {
  color: var(--ink);
  transform: translateX(5px);
}

.side-rail nav a.is-active::after {
  content: "";
  width: 26px;
  height: 3px;
  margin-top: 5px;
  grid-column: 2;
  background: var(--magenta);
}

.side-rail__progress {
  position: absolute;
  top: 106px;
  left: 100%;
  width: 340px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  appearance: none;
  background: var(--line);
  transform: rotate(90deg);
  transform-origin: top left;
}

.side-rail__progress::-webkit-progress-bar {
  background: var(--line);
}

.side-rail__progress::-webkit-progress-value {
  background: var(--magenta);
}

.side-rail__progress::-moz-progress-bar {
  background: var(--magenta);
}

.side-rail small {
  display: block;
  margin-top: 58px;
  color: var(--muted);
  font-size: 11px;
}

.article-flow,
.chapter {
  grid-column: 2;
  min-width: 0;
}

.intro-flow {
  width: min(100%, 760px);
  margin: 0 auto 180px;
  font-size: 19px;
  line-height: 1.95;
}

.article-flow > p,
.chapter-copy > p,
.closing__copy > p,
.closing__wish > p {
  margin: 0 0 20px;
}

.quiet-quote {
  margin: 42px 0;
  padding-left: 28px;
  border-left: 4px solid var(--magenta);
  color: var(--ink);
  font-size: 36px;
  line-height: 1.35;
  font-weight: 900;
}

.pull-statement {
  margin: 72px 0;
  padding: 42px 0 44px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: 28px;
  line-height: 1.55;
}

.pull-statement span,
.pull-statement strong {
  display: block;
}

.pull-statement strong {
  margin-top: 8px;
  font-weight: 900;
}

.chapter {
  margin-bottom: 190px;
  scroll-margin-top: 80px;
}

.chapter:last-child {
  margin-bottom: 0;
}

.chapter-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.6fr) minmax(420px, 1.18fr) minmax(270px, 0.74fr);
  gap: 48px;
  align-items: start;
}

.chapter-heading {
  position: sticky;
  top: 92px;
}

.chapter-heading h2 {
  margin: 0 0 30px;
  color: var(--ink);
  font-size: 45px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 900;
}

.chapter-heading p {
  max-width: 220px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.chapter-copy {
  max-width: 690px;
  font-size: 18px;
  line-height: 1.95;
}

.chapter-copy p:first-child {
  margin-top: -8px;
}

.life-grid-wrap {
  align-self: start;
  padding-top: 2px;
}

.life-grid-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.life-grid {
  display: grid;
  grid-template-columns: repeat(30, minmax(0, 1fr));
  gap: 2px;
  aspect-ratio: 1;
}

.life-grid span {
  display: block;
  min-width: 0;
  background: #dfdfd8;
}

.life-grid span.is-read {
  background: #a2a29d;
}

.life-grid span.is-yellow {
  background: var(--yellow);
}

.life-grid span.is-magenta {
  background: var(--magenta);
}

.life-grid span.is-violet {
  background: var(--violet);
}

.life-grid span.is-cyan {
  background: var(--cyan);
}

.life-grid-wrap > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.full-bleed-moment {
  position: relative;
  min-height: 520px;
  margin: 110px 0;
  overflow: hidden;
  background: #d9d9d2;
}

.full-bleed-moment img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center 48%;
}

.full-bleed-moment::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: rgba(9, 9, 10, 0.52);
}

.full-bleed-moment blockquote {
  position: absolute;
  z-index: 1;
  right: 50px;
  bottom: 42px;
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 900;
  text-align: right;
}

.chapter-layout--continuation {
  grid-template-columns: minmax(420px, 1.35fr) minmax(280px, 0.65fr);
  margin-top: 100px;
}

.chapter-layout--continuation .chapter-copy--wide {
  max-width: 760px;
  justify-self: center;
}

.chapter-layout--continuation .story-figure {
  position: sticky;
  top: 92px;
}

.chapter-quote {
  margin: 56px 0;
  padding: 30px 0 30px 32px;
  border-left: 5px solid var(--yellow);
  color: var(--ink);
  font-size: 30px;
  line-height: 1.5;
  font-weight: 900;
}

.chapter-quote--magenta {
  border-left-color: var(--magenta);
}

.chapter-closing {
  margin-top: 78px;
  padding-top: 32px;
  border-top: 1px solid var(--ink);
  font-size: 25px;
  line-height: 1.65;
}

.chapter-closing strong {
  font-weight: 900;
}

.boundary-note {
  display: grid;
  grid-template-columns: 220px minmax(0, 680px);
  gap: 72px;
  margin: 120px 0 0;
  padding: 48px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.boundary-note > span {
  color: var(--magenta);
  font-size: 16px;
  font-weight: 900;
}

.boundary-note p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.85;
}

.boundary-note p:last-child {
  margin-bottom: 0;
}

.closing {
  min-height: 100svh;
  padding: 50px 44px 86px;
  color: #fff;
  background: var(--ink);
  scroll-margin-top: 40px;
}

.closing__header,
.closing__intro,
.moments-list,
.hero-action,
.closing__copy,
.belief-lockup,
.closing__wish,
.essay-footer {
  width: min(100%, 1320px);
  margin-right: auto;
  margin-left: auto;
}

.closing__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 90px;
}

.closing__header > span {
  margin: 0;
}

.closing__intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(420px, 1.2fr);
  column-gap: 100px;
  align-items: end;
  padding-bottom: 110px;
}

.closing__intro h2 {
  margin: 0;
  font-size: 76px;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
}

.closing__intro p {
  grid-column: 2;
  margin: 0 0 12px;
  color: #cdccd1;
  font-size: 18px;
  line-height: 1.8;
}

.closing__intro p:first-of-type {
  align-self: end;
}

.moments-list {
  border-top: 1px solid #3f3f43;
}

.moments-list p {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  max-width: 1030px;
  margin: 0;
  padding: 26px 0;
  border-bottom: 1px solid #3f3f43;
  color: #eeeef0;
  font-size: 18px;
  line-height: 1.75;
}

.moments-list p:nth-child(even) {
  margin-left: auto;
}

.moments-list span {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
}

.hero-action {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
}

.hero-action img {
  width: 100%;
  height: 670px;
  object-fit: cover;
  object-position: center 47%;
}

.hero-action p {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(520px, 45%);
  margin: 0;
  padding: 30px 36px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 800;
}

.closing__copy {
  max-width: 800px;
  padding: 20px 0 130px;
  color: #d8d8dc;
  font-size: 18px;
  line-height: 1.95;
}

.closing__copy blockquote {
  margin: 72px 0 0;
  padding: 42px 0;
  border-top: 1px solid #5a5a60;
  border-bottom: 1px solid #5a5a60;
  color: #fff;
  font-size: 30px;
  line-height: 1.62;
  font-weight: 900;
}

.belief-lockup {
  position: relative;
  padding: 100px 0;
  border-top: 1px solid #404046;
  border-bottom: 1px solid #404046;
}

.belief-lockup::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 240px;
  height: 7px;
  background: var(--magenta);
  box-shadow: 240px 0 0 var(--yellow), 480px 0 0 var(--cyan), 720px 0 0 var(--violet);
}

.belief-lockup p {
  margin: 0;
  font-size: 54px;
  line-height: 1.45;
  font-weight: 900;
}

.closing__wish {
  max-width: 800px;
  padding: 130px 0;
  color: #d8d8dc;
  font-size: 18px;
  line-height: 1.95;
}

.essay-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding-top: 44px;
  border-top: 1px solid #46464a;
}

.essay-footer strong {
  font-size: 17px;
  text-align: center;
}

.essay-footer button {
  width: 122px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.essay-footer button:hover {
  color: var(--ink);
  background: #fff;
}

@media (max-width: 1280px) {
  .opening__layout {
    grid-template-columns: minmax(320px, 0.84fr) minmax(450px, 1.16fr);
    gap: 32px 48px;
  }

  .opening h1 {
    font-size: 58px;
  }

  .paper-shell {
    grid-template-columns: 138px minmax(0, 1fr);
    column-gap: 42px;
  }

  .chapter-layout {
    grid-template-columns: 175px minmax(390px, 1fr) minmax(235px, 0.62fr);
    gap: 34px;
  }

  .chapter-heading h2 {
    font-size: 39px;
  }

  .closing__intro h2 {
    font-size: 64px;
  }
}

@media (max-width: 960px) {
  .opening {
    padding-right: 30px;
    padding-left: 30px;
  }

  .opening__layout {
    grid-template-columns: minmax(300px, 0.92fr) minmax(360px, 1.08fr);
  }

  .opening h1 {
    font-size: 48px;
  }

  .paper-shell {
    display: block;
    padding-right: 54px;
    padding-left: 54px;
  }

  .side-rail {
    display: none;
  }

  .intro-flow {
    margin-right: auto;
    margin-left: auto;
  }

  .chapter-layout {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .chapter-layout > .life-grid-wrap,
  .chapter-layout > .story-figure {
    grid-column: 2;
    width: min(100%, 420px);
    margin-top: 42px;
  }

  .chapter-layout--continuation {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .chapter-layout--continuation > .story-figure {
    grid-column: 2;
    width: 100%;
    margin-top: 0;
  }

  .boundary-note {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 42px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 58px;
  }

  .top-progress {
    height: 3px;
  }

  .mobile-header {
    position: fixed;
    top: 3px;
    right: 0;
    left: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 22px;
    color: var(--ink);
    background: rgba(246, 246, 242, 0.94);
    border-bottom: 1px solid rgba(9, 9, 10, 0.1);
    backdrop-filter: blur(14px);
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
  }

  .mobile-header--dark {
    color: #fff;
    background: rgba(9, 9, 10, 0.88);
    border-bottom-color: rgba(255, 255, 255, 0.14);
  }

  .mobile-header .brand {
    gap: 8px;
    font-size: 15px;
  }

  .mobile-header .brand img {
    width: 27px;
    height: 27px;
  }

  .mobile-header > span {
    font-size: 12px;
    font-weight: 700;
  }

  .opening {
    min-height: auto;
    padding: 108px 22px 68px;
  }

  .opening__header {
    display: none;
  }

  .opening__layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .opening__title {
    order: 1;
    align-self: stretch;
  }

  .opening h1 {
    font-size: 46px;
    line-height: 1.12;
  }

  .chapter-number {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .color-rule {
    grid-template-columns: repeat(4, 42px);
    margin-top: 28px;
  }

  .opening .story-figure {
    order: 2;
    width: calc(100% + 44px);
    min-height: 0;
    margin: 6px 0 0 -22px;
  }

  .opening .story-figure img {
    width: 100%;
    max-width: none;
    height: 430px;
    min-height: 0;
    object-position: 64% 50%;
  }

  .opening .story-figure figcaption {
    margin: 13px 22px 0;
  }

  .opening__lead {
    order: 3;
    padding-top: 18px;
    font-size: 17px;
    line-height: 1.9;
  }

  .paper-shell {
    padding: 76px 22px 110px;
  }

  .intro-flow {
    margin-bottom: 120px;
    font-size: 17px;
    line-height: 1.95;
  }

  .article-flow > p,
  .chapter-copy > p,
  .closing__copy > p,
  .closing__wish > p {
    margin-bottom: 18px;
  }

  .quiet-quote {
    margin: 34px 0;
    padding-left: 20px;
    font-size: 30px;
  }

  .pull-statement {
    margin: 58px 0;
    padding: 34px 0 36px;
    font-size: 24px;
  }

  .chapter {
    margin-bottom: 130px;
    scroll-margin-top: 72px;
  }

  .chapter-layout,
  .chapter-layout--continuation {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }

  .chapter-heading {
    position: static;
    margin-bottom: 50px;
  }

  .chapter-heading > span {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .chapter-heading h2 {
    margin-bottom: 20px;
    font-size: 43px;
  }

  .chapter-heading p {
    max-width: 300px;
    font-size: 14px;
  }

  .chapter-copy {
    max-width: none;
    font-size: 17px;
    line-height: 1.95;
  }

  .chapter-layout > .life-grid-wrap,
  .chapter-layout > .story-figure,
  .chapter-layout--continuation > .story-figure {
    width: 100%;
    margin-top: 46px;
  }

  .life-grid-wrap {
    padding: 0;
  }

  .life-grid {
    gap: 1px;
  }

  .full-bleed-moment {
    width: calc(100% + 44px);
    min-height: 0;
    margin: 72px 0 80px -22px;
  }

  .full-bleed-moment img {
    height: 490px;
    object-position: 54% 50%;
  }

  .full-bleed-moment::after {
    height: 38%;
  }

  .full-bleed-moment blockquote {
    right: 22px;
    bottom: 26px;
    left: 22px;
    font-size: 25px;
    text-align: left;
  }

  .chapter-layout--continuation {
    margin-top: 72px;
  }

  .chapter-layout--continuation .story-figure {
    position: static;
  }

  .story-figure img {
    aspect-ratio: 4 / 5;
  }

  .chapter-quote {
    margin: 48px 0;
    padding: 26px 0 26px 20px;
    font-size: 25px;
  }

  .chapter-closing {
    margin-top: 62px;
    font-size: 22px;
  }

  .boundary-note {
    display: block;
    margin-top: 82px;
    padding: 34px 0;
  }

  .boundary-note > span {
    display: block;
    margin-bottom: 28px;
  }

  .boundary-note p {
    font-size: 15px;
  }

  .closing {
    padding: 90px 22px 54px;
  }

  .closing__header {
    display: none;
  }

  .closing__intro {
    display: block;
    padding-bottom: 70px;
  }

  .closing__intro h2 {
    margin-bottom: 34px;
    font-size: 52px;
  }

  .closing__intro p {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .moments-list p {
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding: 23px 0;
    font-size: 16px;
  }

  .hero-action {
    width: calc(100% + 44px);
    margin: 82px 0 90px -22px;
  }

  .hero-action img {
    height: 500px;
    object-position: 56% 48%;
  }

  .hero-action p {
    position: static;
    width: 100%;
    padding: 24px 22px;
    font-size: 18px;
  }

  .closing__copy {
    padding: 0 0 92px;
    font-size: 17px;
  }

  .closing__copy blockquote {
    margin-top: 56px;
    padding: 34px 0;
    font-size: 25px;
  }

  .belief-lockup {
    padding: 70px 0 64px;
  }

  .belief-lockup::before {
    width: 25%;
    box-shadow: calc(25vw - 11px) 0 0 var(--yellow), calc(50vw - 22px) 0 0 var(--cyan), calc(75vw - 33px) 0 0 var(--violet);
  }

  .belief-lockup p {
    font-size: 36px;
    line-height: 1.5;
  }

  .closing__wish {
    padding: 90px 0;
    font-size: 17px;
  }

  .essay-footer {
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: start;
  }

  .essay-footer strong {
    grid-column: 1 / -1;
    grid-row: 1;
    padding-bottom: 24px;
    text-align: left;
    font-size: 18px;
  }

  .essay-footer .brand {
    grid-column: 1;
    grid-row: 2;
  }

  .essay-footer button {
    grid-column: 2;
    grid-row: 2;
    width: 104px;
  }
}

@media (max-width: 380px) {
  .opening h1 {
    font-size: 40px;
  }

  .chapter-heading h2 {
    font-size: 38px;
  }

  .belief-lockup p {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
