@font-face {
  font-family: DM Sans;
  src: url("./assets/dm-sans-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url("./assets/dm-sans-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url("./assets/dm-sans-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
:root {
  --bg: #030305;
  --ink: #eeeee9;
  --muted: #96949e;
  --line: #202027;
  --purple: #b38acf;
  --accent: #9865b8;
  --panel: #eeeef0;
  --panel-ink: #24232a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font:
    400 16px/1.6 "DM Sans",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 6px;
}
::selection {
  background: #704383;
  color: #fff;
}
h1,
h2,
h3,
h4,
p,
dl,
dd {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
button {
  font: inherit;
}
svg {
  display: block;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 50px;
}
.skip-link {
  position: absolute;
  top: -80px;
  left: 20px;
  z-index: 10;
  background: var(--panel);
  color: #15121c;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 8px;
}
.site-header {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  letter-spacing: -0.75px;
  font-size: 23px;
  white-space: nowrap;
}
.brand-mark {
  width: 25px;
  height: 25px;
  fill: currentColor;
  color: #c6abdb;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  color: #aaa7b2;
}
.site-header nav > a {
  padding-block: 10px;
  transition: color 0.2s;
}
.site-header nav > a:hover {
  color: var(--ink);
}
.nav-cta {
  display: flex;
  gap: 20px;
  border: 1px solid #3b3344;
  padding: 9px 15px !important;
  border-radius: 5px;
  color: var(--ink);
}
.hero {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  align-items: center;
  gap: 10px;
  min-height: 610px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--purple);
  font-weight: 500;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(62px, 6.3vw, 86px);
  line-height: 1.025;
  letter-spacing: -3.4px;
  margin-top: 23px;
}
.hero-copy > p {
  font-size: 18px;
  line-height: 1.65;
  max-width: 445px;
  color: var(--muted);
  margin-top: 25px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 31px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  padding: 13px 19px;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.primary {
  background: #9660b5;
  color: white;
  border: 1px solid #ad78c9;
}
.primary:hover {
  background: #ad78c9;
  transform: translateY(-2px);
}
.secondary {
  border: 1px solid #39343f;
  background: transparent;
  color: #d4d0db;
}
.secondary:hover {
  background: #19151e;
  border-color: #76617f;
}
.access-note {
  display: block;
  color: #84808d;
  font-size: 10px;
  margin-top: 13px;
}
.hero-art {
  position: relative;
  min-width: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: -18px;
}
.sculpture {
  width: 112%;
  max-width: 580px;
  margin-left: -20px;
  overflow: visible;
  animation: sculpture-enter 1.2s both;
}
.art-caption {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #797382;
  font-size: 9px;
  margin-top: -6px;
}
.art-dot {
  height: 4px;
  width: 4px;
  background: #aa7fc7;
  border-radius: 50%;
}
.caption-line {
  height: 1px;
  width: 36px;
  background: #45364f;
}
.core-line {
  border-block: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 23px;
  font-size: 12px;
}
.core-line > p {
  color: #b8b5bf;
}
.core-line > span {
  font-size: 10px;
  color: #75717f;
}
.walkthrough {
  padding-top: 103px;
  padding-bottom: 100px;
}
.section-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 43px;
}
h2 {
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -1.8px;
}
.section-intro h2 {
  margin-top: 18px;
}
.section-intro > p {
  font-size: 15px;
  color: var(--muted);
  max-width: 290px;
  padding-bottom: 4px;
}
.stage-tabs {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 18px;
}
.tabs-ready .stage-tabs {
  display: grid;
}
.stage-tabs > button {
  position: relative;
  cursor: pointer;
  border: 0;
  border-top: 1px solid #34303a;
  background: none;
  text-align: left;
  color: #a29baa;
  padding: 15px 0 7px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.stage-tabs > button[aria-selected="true"] {
  border-color: #bb8fda;
  color: #eeeee9;
}
.stage-tabs > button > span:first-child {
  font-size: 9px;
  color: var(--purple);
}
.tab-arrow {
  margin-left: auto;
  color: var(--purple);
}
.demo-shell {
  background: var(--panel);
  border: 1px solid #414048;
  border-radius: 5px;
  color: var(--panel-ink);
  overflow: hidden;
}
.demo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 24px;
  border-bottom: 1px solid #d9d7df;
  font-size: 10px;
  color: #6f6978;
}
.demo-header > span:first-child {
  display: flex;
  gap: 7px;
  align-items: center;
  font-weight: 500;
}
.demo-dot {
  width: 5px;
  height: 5px;
  background: #9665ad;
  border-radius: 50%;
}
.demo-header > span:last-child {
  font-size: 9px;
}
.demo-panel {
  padding: 30px 50px 21px;
  min-height: 366px;
}
.demo-panel[hidden] {
  display: none;
}
.demo-panel + .demo-panel {
  border-top: 1px solid #d9d7df;
}
.tabs-ready .demo-panel {
  border-top: 0;
}
.example-chat {
  max-width: 780px;
  margin: 0 0 26px auto;
  padding: 16px 20px;
  background: #e0dee5;
  border-radius: 4px;
  position: relative;
}
.demo-kicker {
  display: block;
  letter-spacing: 1px;
  font-size: 8px;
  color: #7e708c;
}
.example-chat p {
  font-size: 13px;
  line-height: 1.55;
  margin-top: 6px;
  padding-right: 35px;
}
.chat-attribution {
  display: block;
  text-align: right;
  font-size: 9px;
  color: #7b7182;
  margin-top: 6px;
}
.demo-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 860px;
  margin: 0 auto;
  align-items: start;
}
.demo-description h3 {
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin-top: 8px;
}
.demo-description > p {
  font-size: 11px;
  color: #797280;
  margin-top: 9px;
}
.goal-properties > div {
  display: flex;
  gap: 25px;
  align-items: center;
  border-bottom: 1px solid #dcd9e1;
  padding: 11px 0;
  font-size: 11px;
}
.goal-properties > div:first-child {
  padding-top: 0;
}
.goal-properties > div:last-child {
  border-bottom: 0;
}
.goal-properties dt {
  font-size: 10px;
  color: #807585;
  min-width: 56px;
}
.goal-properties dd {
  display: flex;
  align-items: center;
  gap: 7px;
}
.avatar {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d7cedf;
  font-size: 9px;
  color: #755586;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: #a083b4;
  border-radius: 50%;
}
.demo-footnote {
  font-size: 10px;
  color: #827b88;
  margin-top: 25px;
  line-height: 1.6;
}
.work-content {
  grid-template-columns: 0.85fr 1.3fr;
  gap: 35px;
}
.task-list > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #d7d3dd;
  font-size: 11px;
}
.task-list > div:first-child {
  padding-top: 0;
}
.task-list > div:last-child {
  border-bottom: 0;
}
.task-list small {
  display: block;
  font-size: 9px;
  color: #8a7e92;
  margin-top: 3px;
}
.task-check {
  flex: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
  background: #9a7bb0;
  color: white;
}
.task-check.pending {
  background: transparent;
  border: 4px solid #af98bf;
}
.task-state {
  margin-left: auto;
  font-size: 9px;
  color: #7c6c88;
  white-space: nowrap;
}
.review-content {
  grid-template-columns: 0.9fr 1.1fr;
}
.review-tag {
  display: inline-block;
  font-size: 9px;
  padding: 3px 7px;
  background: #e0d5e7;
  color: #805a96;
  border-radius: 3px;
  margin-top: 12px;
}
.document-preview {
  background: #faf9fb;
  border: 1px solid #dbd6e1;
  border-radius: 3px;
  padding: 15px 19px;
}
.document-kicker {
  font-size: 7px;
  letter-spacing: 0.8px;
  color: #98869f;
}
.document-preview h4 {
  font-size: 17px;
  letter-spacing: -0.35px;
  margin-top: 6px;
}
.document-preview > p {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 6px;
  color: #7b7082;
}
.document-bottom {
  display: flex;
  gap: 10px;
  font-size: 8px;
  color: #94859b;
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid #e5e0e8;
}
.document-bottom strong {
  font-weight: 500;
  color: #755388;
}
.editing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  padding-top: 13px;
  padding-bottom: 100px;
}
.editing h2 {
  margin-top: 19px;
}
.editing > div > p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 22px;
  max-width: 380px;
}
.editing-list {
  padding-top: 3px;
}
.editing-list > li {
  display: flex;
  gap: 16px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}
.editing-list > li:first-child {
  padding-top: 0;
}
.editing-list > li:last-child {
  border-bottom: 0;
}
.editing-list > li > span {
  font-size: 15px;
  color: var(--purple);
  padding-top: 1px;
}
.editing-list h3 {
  font-size: 17px;
  letter-spacing: -0.2px;
}
.editing-list p {
  font-size: 13px;
  color: #827b8c;
  margin-top: 7px;
}
.questions {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  padding-top: 65px;
  padding-bottom: 85px;
  border-top: 1px solid var(--line);
}
.questions h2 {
  margin-top: 16px;
  font-size: 36px;
}
.faq-list > details {
  border-bottom: 1px solid #25212b;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  font-size: 14px;
  color: #c5bfce;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 18px;
  color: #8e8299;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 14px;
  line-height: 1.8;
  color: #8e8599;
  margin: 0 25px 20px 0;
}
.closing {
  text-align: center;
  background: #0c0810;
  border-block: 1px solid #1c1422;
  padding: 68px 0 65px;
}
.closing h2 {
  font-size: 42px;
  margin-bottom: 26px;
}
.closing .access-note {
  font-size: 10px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-block: 36px;
}
.site-footer .wordmark {
  font-size: 19px;
}
.site-footer .brand-mark {
  width: 21px;
  height: 21px;
}
.site-footer > span,
.site-footer > a:last-child {
  font-size: 10px;
  color: #756c81;
}
.hero-copy {
  animation: copy-enter 0.65s both;
}
@keyframes copy-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes sculpture-enter {
  from {
    opacity: 0;
    transform: translateY(16px) rotate(3deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1500px) {
  .hero {
    min-height: 660px;
  }
  .hero h1 {
    font-size: 86px;
  }
  .hero-art {
    margin-right: -35px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    padding-inline: 35px;
  }
  .hero {
    min-height: 545px;
  }
  .hero h1 {
    font-size: 57px;
    letter-spacing: -2.9px;
  }
  .hero-copy > p {
    font-size: 14px;
    max-width: 370px;
  }
  .hero-art {
    margin-right: 0;
  }
  .sculpture {
    width: 115%;
    margin-left: -10px;
  }
  .button {
    font-size: 11px;
    padding: 12px 15px;
    gap: 17px;
  }
  .hero-actions {
    gap: 9px;
  }
  .section-intro {
    gap: 35px;
  }
  h2 {
    font-size: 36px;
  }
  .demo-panel {
    padding-inline: 30px;
  }
  .editing {
    gap: 65px;
  }
  .questions {
    gap: 70px;
  }
  .art-caption {
    font-size: 8px;
    gap: 6px;
  }
  .caption-line {
    width: 20px;
  }
}
@media (max-width: 760px) {
  .wrap {
    padding-inline: 25px;
  }
  .site-header {
    height: 75px;
  }
  .site-header nav {
    gap: 22px;
  }
  .site-header nav > a:nth-child(2) {
    display: none;
  }
  .wordmark {
    font-size: 21px;
  }
  .hero {
    grid-template-columns: 1.15fr 1fr;
    min-height: 510px;
    gap: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero h1 {
    font-size: 47px;
    letter-spacing: -2.5px;
  }
  .hero-copy > p {
    font-size: 12px;
    line-height: 1.75;
    max-width: 330px;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }
  .button {
    padding: 11px 13px;
    font-size: 10px;
    gap: 15px;
  }
  .access-note {
    font-size: 8px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .hero-art {
    margin-right: -5px;
  }
  .art-caption {
    flex-wrap: wrap;
    max-width: 150px;
    justify-content: center;
    text-align: center;
    gap: 5px;
  }
  .art-dot {
    display: none;
  }
  .sculpture {
    width: 118%;
  }
  .core-line {
    font-size: 10px;
    padding-block: 20px;
  }
  .core-line > span {
    font-size: 8px;
  }
  .walkthrough {
    padding-top: 72px;
    padding-bottom: 74px;
  }
  .section-intro > p {
    max-width: 230px;
    font-size: 11px;
  }
  .section-intro h2 {
    font-size: 31px;
  }
  .stage-tabs {
    gap: 17px;
  }
  .stage-tabs > button {
    font-size: 10px;
    gap: 8px;
  }
  .stage-tabs > button > span:first-child {
    font-size: 8px;
  }
  .tab-arrow {
    display: none;
  }
  .demo-panel {
    min-height: 370px;
    padding: 25px;
  }
  .demo-content {
    gap: 25px;
  }
  .demo-description h3 {
    font-size: 18px;
  }
  .demo-description > p {
    font-size: 10px;
  }
  .example-chat p {
    font-size: 12px;
    padding-right: 0;
  }
  .goal-properties > div {
    font-size: 10px;
    gap: 15px;
  }
  .goal-properties dt {
    font-size: 9px;
    min-width: 45px;
  }
  .demo-footnote {
    font-size: 9px;
  }
  .editing {
    gap: 40px;
    padding-bottom: 75px;
  }
  .editing h2 {
    font-size: 32px;
  }
  .editing > div > p {
    font-size: 12px;
  }
  .editing-list h3 {
    font-size: 13px;
  }
  .editing-list p {
    font-size: 10px;
  }
  .questions {
    gap: 40px;
    padding-top: 55px;
    padding-bottom: 65px;
  }
  .questions h2 {
    font-size: 31px;
  }
  .faq-list summary {
    font-size: 11px;
  }
  .faq-list details p {
    font-size: 11px;
  }
  .site-footer > span {
    display: none;
  }
  .work-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .task-list {
    max-width: none;
  }
  .review-content {
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .hero-break { display: none; }
  .wrap {
    padding-inline: 21px;
  }
  .site-header {
    height: 70px;
    gap: 12px;
  }
  .wordmark {
    font-size: 20px;
    gap: 7px;
  }
  .brand-mark {
    width: 22px;
    height: 22px;
  }
  .site-header nav > a:first-child {
    display: none;
  }
  .site-header nav {
    gap: 0;
  }
  .nav-cta {
    font-size: 9px;
    gap: 12px;
    padding: 9px 10px !important;
  }
  .hero {
    display: block;
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 31px;
    overflow: hidden;
  }
  .hero h1 {
    font-size: clamp(43px, 10.8vw, 60px);
    letter-spacing: -2.5px;
    margin-top: 21px;
    line-height: 1.035;
  }
  .hero-copy > p {
    font-size: 13px;
    max-width: 350px;
    margin-top: 23px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 10px;
  }
  .button {
    font-size: 10px;
    padding: 12px 15px;
    gap: 20px;
  }
  .access-note {
    font-size: 9px;
    margin-top: 12px;
  }
  .hero-art {
    height: 325px;
    margin: 8px 0 0;
    align-items: center;
  }
  .sculpture {
    height: 310px;
    width: auto;
    max-width: none;
    margin-left: 15px;
  }
  .art-caption {
    max-width: none;
    font-size: 8px;
    flex-wrap: nowrap;
    margin-top: -5px;
    gap: 8px;
  }
  .caption-line {
    width: 28px;
  }
  .core-line {
    display: block;
    padding-block: 20px;
    font-size: 11px;
  }
  .core-line > span {
    display: block;
    margin-top: 6px;
    font-size: 9px;
  }
  .walkthrough {
    padding-top: 58px;
    padding-bottom: 55px;
  }
  .section-intro {
    display: block;
    margin-bottom: 29px;
  }
  .section-intro h2 {
    font-size: 33px;
    letter-spacing: -1.4px;
    margin-top: 15px;
  }
  .section-intro > p {
    max-width: 320px;
    font-size: 12px;
    margin-top: 19px;
  }
  .stage-tabs {
    gap: 12px;
    margin-bottom: 15px;
  }
  .stage-tabs > button {
    display: block;
    font-size: 10px;
    line-height: 1.5;
    padding-top: 10px;
  }
  .stage-tabs > button > span:first-child {
    display: block;
    margin-bottom: 6px;
    font-size: 8px;
  }
  .demo-header {
    padding: 12px 15px;
    align-items: flex-start;
    font-size: 9px;
  }
  .demo-header > span:last-child {
    font-size: 7px;
    max-width: 130px;
    text-align: right;
  }
  .demo-panel {
    padding: 20px 17px;
    min-height: 425px;
  }
  .example-chat {
    padding: 13px 14px;
    margin-bottom: 24px;
  }
  .example-chat p {
    font-size: 11px;
  }
  .demo-kicker {
    font-size: 7px;
    letter-spacing: 0.8px;
  }
  .chat-attribution {
    font-size: 8px;
  }
  .demo-content {
    display: block;
  }
  .demo-description h3 {
    font-size: 19px;
    margin-top: 7px;
  }
  .demo-description > p {
    font-size: 10px;
    margin-top: 7px;
  }
  .goal-properties {
    margin-top: 20px;
  }
  .goal-properties > div {
    padding: 8px 0;
    font-size: 10px;
  }
  .goal-properties dt {
    font-size: 9px;
    min-width: 55px;
  }
  .demo-footnote {
    font-size: 9px;
    margin-top: 20px;
  }
  .task-list {
    margin-top: 20px;
  }
  .task-list > div {
    font-size: 10px;
    padding: 10px 0;
  }
  .task-list small {
    font-size: 8px;
  }
  .task-state {
    font-size: 8px;
  }
  .document-preview {
    margin-top: 18px;
    padding: 13px 15px;
  }
  .document-preview h4 {
    font-size: 17px;
  }
  .document-preview > p {
    font-size: 10px;
  }
  .review-tag {
    font-size: 8px;
    margin-top: 9px;
  }
  .demo-panel:has(.review-content) {
    min-height: 470px;
  }
  .editing {
    display: block;
    padding-top: 12px;
    padding-bottom: 54px;
  }
  .editing h2 {
    font-size: 36px;
    margin-top: 15px;
  }
  .editing > div > p {
    font-size: 12px;
    margin-top: 19px;
    max-width: 330px;
  }
  .editing-list {
    margin-top: 31px;
  }
  .editing-list > li {
    padding: 18px 0;
  }
  .editing-list h3 {
    font-size: 14px;
  }
  .editing-list p {
    font-size: 11px;
  }
  .questions {
    display: block;
    padding-top: 47px;
    padding-bottom: 52px;
  }
  .questions h2 {
    font-size: 33px;
    margin-top: 14px;
  }
  .faq-list {
    margin-top: 25px;
  }
  .faq-list summary {
    font-size: 12px;
    padding: 18px 0;
  }
  .faq-list details p {
    font-size: 12px;
  }
  .closing {
    padding: 51px 0;
  }
  .closing h2 {
    font-size: 32px;
    letter-spacing: -1.2px;
    margin-bottom: 25px;
  }
  .closing .access-note {
    font-size: 9px;
  }
  .site-footer {
    padding-block: 27px;
    gap: 20px;
  }
  .site-footer .wordmark {
    font-size: 18px;
  }
  .site-footer > a:last-child {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
