@font-face {
  font-family:Inter;
  src:url('../fonts/Inter-VariableFont.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap
}
:root {
  --ink:#000;
  --body:#4c4c4c;
  --muted:#7a7a7a;
  --lav:#f7f4fd;
  --lav2:#e5e5fd;
  --purple:#2710bf;
  --violet:#b32bd1;
  --dark:#31303f;
  --border:#ddd;
  --container:1300px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--body);
  font-size:16px;
  line-height:1.56;
  background:#fff;
  overflow-x:hidden
}
img {
  max-width:100%;
  height:auto;
  display:block
}
a {
  text-decoration:none;
  color:inherit
}
.container {
  width:min(var(--container),calc(100% - 40px));
  margin-inline:auto
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  color:#000
}
h2 {
  font-size:41px;
  line-height:1.29;
  font-weight:600;
  letter-spacing:-1.2px
}
h3 {
  font-size:24px;
  line-height:1.18;
  font-weight:600
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:51px;
  padding:15px 40px;
  border:0;
  border-radius:50px;
  background:linear-gradient(90deg,#2710bf,#b32bd1);
  color:white;
  font:700 15px/21px Inter;
  text-transform:uppercase;
  cursor:pointer;
  transition:.3s transform,.3s background
}
.btn:hover {
  background:linear-gradient(90deg,#b32bd1,#2710bf);
  transform:translateY(-2px)
}
.eyebrow {
  display:inline-flex;
  padding:7px 17px;
  border-radius:30px;
  background:#f1edff;
  color:#230fbf;
  font-size:14px;
  line-height:20px;
  font-weight:600;
  text-transform:uppercase;
  margin-bottom:18px
}
/* Header - source matched */ .site-header {
  background:var(--lav);
  position:relative;
  z-index:100
}
.topbar {
  padding:20px 0
}
.topbar-inner {
  height:62px;
  display:grid;
  grid-template-columns:1fr 33% 14%;
  align-items:center;
  gap:20px
}
.brand img {
  width:269px;
  height:42px;
  object-fit:contain
}
.top-info {
  display:flex;
  align-items:center;
  gap:12px
}
.top-icon {
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:#230fbf;
  box-shadow:0 7px 18px rgba(39,16,191,.08)
}
.top-icon svg,.header-call svg,.line-icon svg,.contact-icon svg {
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}
.top-info b {
  display:block;
  color:#252525;
  font-size:15px;
  font-weight:600;
  line-height:20px
}
.top-info small {
  display:block;
  font-size:13px;
  font-weight:300;
  line-height:16px;
  color:#4c4c4c
}
.navrow {
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd
}
.nav-inner {
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.main-nav {
  display:flex;
  align-items:center;
  gap:48px;
  height:100%
}
.main-nav>a,.drop-toggle {
  height:100%;
  display:flex;
  align-items:center;
  padding:20px 10px;
  color:#252525;
  background:none;
  border:0;
  font:500 15px/35px Inter;
  cursor:pointer;
  transition:.2s
}
.main-nav a:hover,.drop-toggle:hover,.main-nav .active {
  color:#230fbf
}
.has-dropdown {
  height:100%;
  position:relative
}
.dropdown {
  position:absolute;
  top:calc(100% + 1px);
  left:-25px;
  width:330px;
  padding:0;
  background:white;
  box-shadow:0 18px 45px rgba(20,15,65,.14);
  opacity:0;
  visibility:hidden;
  transform:translateY(16px);
  transition:.25s;
  z-index:30
}
.has-dropdown:hover .dropdown,.has-dropdown.open .dropdown {
  opacity:1;
  visibility:visible;
  transform:none
}
.dropdown a {
  display:block;
  padding:16px 25px;
  border-bottom:1px solid #eee;
  color:#252525;
  font:400 16px/23px Inter
}
.dropdown a:hover {
  background:#f7f4fd;
  color:#230fbf
}
.header-call {
  display:flex;
  align-items:center;
  gap:9px;
  padding:15px 28px;
  border-radius:50px;
  color:#fff;
  background:linear-gradient(90deg,#2710bf,#b32bd1);
  font:500 15px/21px Inter;
  text-transform:uppercase
}
.header-call svg {
  width:20px
}
.menu-toggle {
  display:none;
  background:none;
  border:0;
  width:42px;
  padding:8px
}
.menu-toggle span {
  display:block;
  height:2px;
  background:#111;
  margin:6px 0
}
/* Hero */ .home-hero {
  background:#f7f4fd;
  padding:90px 0 30px
}
.hero-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}
.hero-copy h1 {
  font-size:85px;
  line-height:89px;
  letter-spacing:-3.8px;
  font-weight:600;
  margin:0 0 28px;
  max-width:610px
}
.hero-copy p {
  font-size:18px;
  line-height:27px;
  max-width:560px;
  margin-bottom:30px
}
.hero-visual {
  position:relative;
  min-height:650px;
  display:grid;
  place-items:center
}
.hero-main {
  width:630px;
  height:630px;
  object-fit:cover;
  border-radius:50%;
  transition:transform .7s cubic-bezier(.2,.7,.2,1)
}
.hero-visual:hover .hero-main {
  transform:translate(-10px,-10px) scale(1.05)
}
.hero-cube {
  position:absolute;
  right:1%;
  top:0;
  width:180px;
  height:200px;
  object-fit:contain;
  filter:drop-shadow(0 14px 24px rgba(58,29,167,.18));
  animation:floatCube 4.5s ease-in-out infinite
}
@keyframes floatCube {
  50% {
    transform:translateY(-12px) rotate(2deg)
  }
}
.solution-intro {
  padding:100px 0 0
}
.intro-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px
}
.intro-card {
  border:1px solid #ddd;
  border-radius:5px;
  padding:40px;
  min-height:355px;
  transition:.3s;
  background:white
}
.intro-card:hover {
  background:#f7f4fd;
  transform:translateY(-3px)
}
.intro-card img {
  width:70px;
  height:70px;
  object-fit:contain;
  margin-bottom:28px
}
.intro-card h3 {
  margin-bottom:18px;
  white-space:pre-line
}
.intro-card p {
  margin-bottom:22px
}
.read-more {
  color:#230fbf;
  font-weight:600;
  font-size:16px
}
.read-more:hover {
  color:#12085e
}
.about-home,.about-page-main {
  padding:100px 0
}
.about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:center
}
.about-collage {
  position:relative;
  min-height:680px
}
.about-collage>img:first-child {
  width:88%;
  height:650px;
  object-fit:cover;
  border-radius:4px
}
.about-overlay {
  position:absolute;
  right:0;
  bottom:20px;
  width:44%;
  border:10px solid white;
  box-shadow:0 18px 50px rgba(0,0,0,.13)
}
.about-copy {
  padding-left:34px
}
.about-copy h2 {
  font-size:41px;
  line-height:53px;
  margin-bottom:22px
}
.about-copy p {
  font-size:16px;
  line-height:25px
}
.star-list {
  list-style:none;
  padding:0;
  margin:25px 0 0;
  display:grid;
  gap:12px
}
.star-list li {
  position:relative;
  padding-left:29px;
  color:#333
}
.star-list li:before {
  content:'✦';
  position:absolute;
  left:0;
  top:-1px;
  color:#230fbf;
  font-size:19px
}
.tools {
  position:relative;
  margin-top:30px;
  background:#31303f;
  color:white;
  padding:100px 0 0;
  overflow:hidden;
  background-image:linear-gradient(rgba(20,20,32,.78),rgba(20,20,32,.78)),var(--tools-bg);
  background-size:cover;
  background-position:center
}
.tools h2 {
  color:#fff;
  text-align:center;
  font-size:80px;
  line-height:80px;
  font-weight:500;
  letter-spacing:-3px;
  margin:0 auto 70px;
  max-width:1050px
}
.tools-top {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  max-width:920px;
  margin:0 auto 80px;
  text-align:center
}
.tools-top img {
  width:100px;
  height:100px;
  object-fit:contain;
  margin:0 auto 20px
}
.tools-top p {
  color:#fff;
  font-size:17px;
  line-height:27px
}
.tools-strip {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
  margin-top:20px
}
.tools-strip>div {
  padding:35px 28px;
  border-right:1px solid rgba(255,255,255,.18)
}
.tools-strip h3 {
  color:#fff;
  margin-bottom:10px
}
.tools-strip p {
  color:rgba(255,255,255,.8);
  margin:0;
  font-size:14px
}
.features {
  padding:100px 0
}
.features-top {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:30px;
  margin-bottom:30px
}
.features-intro {
  padding:12px 45px 0 0
}
.features-intro h2 {
  font-size:41px;
  line-height:53px
}
.features-intro p {
  font-size:18px;
  line-height:27px
}
.features-bottom {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px
}
.feature-card,.service-card {
  border:1px solid #ddd;
  border-radius:5px;
  padding:40px;
  min-height:275px;
  background:#fff;
  transition:.3s
}
.feature-card:hover,.service-card:hover {
  background:#f7f4fd;
  transform:translateY(-3px)
}
.line-icon {
  color:#6e26cf;
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  margin-bottom:24px
}
.line-icon svg {
  width:52px;
  height:52px;
  stroke-width:1.3
}
.feature-card h3,.service-card h3 {
  margin-bottom:14px
}
.feature-card p,.service-card p {
  font-size:17px;
  line-height:26px;
  margin:0
}
.trial-section {
  background:#e5e5fd url('../images/aipt-bg1.jpg') center/cover no-repeat;
  padding:90px 0 70px
}
.trial-grid {
  display:grid;
  grid-template-columns:1fr 1fr 390px;
  gap:35px;
  align-items:center
}
.trial-copy h2 {
  font-size:41px;
  line-height:53px
}
.trial-copy p {
  font-size:17px;
  line-height:27px
}
.trial-art img {
  width:100%;
  max-height:540px;
  object-fit:contain
}
.contact-form {
  background:#050505;
  padding:42px 38px;
  min-height:505px;
  border-radius:4px;
  box-shadow:0 18px 50px rgba(25,12,65,.13)
}
.contact-form h3 {
  color:#fff;
  font-size:32px;
  margin-bottom:28px
}
.contact-form input,.contact-form textarea {
  width:100%;
  border:0;
  background:#fff;
  color:#222;
  font:400 14px Inter;
  padding:15px 16px;
  margin-bottom:15px;
  outline:none
}
.contact-form input {
  height:52px
}
.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}
.contact-form .btn {
  width:100%;
  margin-top:3px
}
.testimonial-section {
  padding:100px 0;
  background-image:var(--testimonial-bg);
  background-size:cover;
  background-position:center
}
.testimonial-card {
  max-width:880px;
  margin:auto;
  background:white;
  padding:65px 85px;
  text-align:center;
  box-shadow:0 15px 55px rgba(31,18,96,.12)
}
.testimonial-card h2 {
  font-size:41px;
  margin-bottom:20px
}
.testimonial-card p {
  font-size:18px;
  line-height:30px;
  margin-bottom:24px
}
.testimonial-card strong {
  color:#222
}
.team-section {
  padding:90px 0 100px
}
.section-heading {
  text-align:center;
  margin-bottom:38px
}
.section-heading h2 {
  font-size:41px;
  line-height:53px
}
.team-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px
}
.team-card {
  text-align:center
}
.team-card img {
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  margin-bottom:19px
}
.team-card h3 {
  margin:0 0 5px
}
.team-card p {
  margin:0
}
.logo-strip {
  padding:50px 0
}
.logo-track {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:40px;
  align-items:center
}
.logo-track img {
  width:100%;
  height:62px;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.72
}
.final-cta {
  padding:20px 0 100px
}
.cta-box {
  width:80%;
  margin:auto;
  border-radius:50px;
  padding:70px;
  background:#e5e5fd url('../images/aipt-bg1.jpg') bottom center/cover no-repeat;
  text-align:center
}
.cta-box h2 {
  font-size:41px;
  line-height:53px
}
.cta-box p {
  max-width:700px;
  margin:0 auto 28px;
  font-size:18px;
  line-height:27px
}
.pricing-home {
  padding:0 0 100px
}
.pricing-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px
}
.price-card {
  border:1px solid #e1e1e1;
  padding:42px 38px;
  border-radius:8px;
  background:#fff;
  box-shadow:0 12px 35px rgba(31,18,96,.06)
}
.price-card h3 {
  font-size:26px;
  margin-bottom:6px
}
.price-sub {
  min-height:50px
}
.price {
  font-size:34px;
  color:#111;
  font-weight:600;
  margin:22px 0
}
.price small {
  font-size:14px;
  font-weight:400;
  color:#666
}
.price-features {
  border-top:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
  padding:25px 0;
  margin:0 0 28px
}
.price-features p {
  margin:8px 0;
  font-size:14px
}
/* Inner pages */ .inner-hero {
  padding:100px 0;
  background:#f7f4fd;
  background-image:linear-gradient(rgba(247,244,253,.82),rgba(247,244,253,.82)),var(--hero-bg);
  background-position:center;
  background-size:cover
}
.inner-hero h1 {
  font-size:80px;
  line-height:1;
  font-weight:500;
  letter-spacing:-3px;
  margin-bottom:22px
}
.breadcrumbs {
  display:flex;
  gap:10px;
  align-items:center;
  color:#4c4c4c
}
.breadcrumbs a {
  color:#230fbf
}
.about-page-main {
  padding-top:100px
}
.services-main {
  padding:100px 0 0
}
.services-heading {
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:40px;
  align-items:end;
  margin-bottom:35px
}
.services-heading h2 {
  margin:0
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  margin-bottom:100px
}
.service-card {
  min-height:350px
}
.service-card p {
  font-size:15px;
  line-height:24px;
  margin-bottom:20px
}
.services-solutions {
  padding-bottom:100px
}
.contact-main {
  padding:100px 0 90px
}
.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px
}
.contact-title h2 {
  font-size:52px;
  line-height:1.12
}
.contact-details {
  display:grid;
  gap:18px
}
.contact-details>a,.contact-details>div {
  display:flex;
  align-items:center;
  gap:18px;
  padding:22px;
  border:1px solid #ddd
}
.contact-icon {
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f7f4fd;
  color:#230fbf;
  font-size:24px
}
.contact-details small,.contact-details strong {
  display:block
}
.contact-details strong {
  color:#222
}
.service-detail {
  padding:100px 0 90px
}
.detail-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center
}
.detail-image img {
  width:100%;
  height:570px;
  object-fit:cover
}
.detail-copy h2 {
  font-size:41px;
  line-height:53px;
  margin-bottom:7px
}
.detail-copy h3 {
  color:#230fbf;
  font-size:22px;
  margin-bottom:18px
}
.detail-copy p {
  font-size:17px;
  line-height:28px
}
/* Footer exact black */ .site-footer {
  background:#000;
  color:rgba(255,255,255,.7);
  padding:95px 0 0
}
.footer-grid {
  display:grid;
  grid-template-columns:30% 15% 15% 25%;
  justify-content:space-between;
  gap:30px
}
.footer-col {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:13px
}
.footer-col h3 {
  color:#fff;
  font-size:24px;
  margin-bottom:15px
}
.footer-col p {
  color:rgba(255,255,255,.7);
  max-width:360px
}
.footer-col>a {
  color:rgba(255,255,255,.7)
}
.footer-col>a:hover {
  color:#fff
}
.socials {
  display:flex;
  gap:10px;
  margin-top:12px
}
.socials a {
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.1);
  display:grid;
  place-items:center;
  color:#fff
}
.footer-contact a,.footer-contact>span {
  display:flex;
  gap:12px;
  align-items:flex-start
}
.copyright {
  margin-top:80px;
  border-top:1px solid rgba(255,255,255,.1);
  padding:34px 0;
  text-align:center;
  color:rgba(255,255,255,.65)
}
.copyright a {
  color:#fff;
  font-weight:600
}
.copyright span {
  margin:0 8px
}
[data-animate] {
  opacity:0
}
.is-visible[data-animate="fadeInUp"] {
  animation:fadeInUp .8s both
}
.is-visible[data-animate="fadeIn"] {
  animation:fadeIn .8s both
}
@keyframes fadeInUp {
  from {
    opacity:0;
    transform:translateY(34px)
  }
  to {
    opacity:1;
    transform:none
  }
}
@keyframes fadeIn {
  to {
    opacity:1
  }
}
@media(max-width:1024px) {
  .container {
    width:min(94%,var(--container))
  }
  .topbar {
    display:none
  }
  .nav-inner {
    height:78px
  }
  .menu-toggle {
    display:block;
    order:3
  }
  .brand-mobile {
  }
  .main-nav {
    position:absolute;
    top:78px;
    left:0;
    right:0;
    background:#fff;
    display:none;
    height:auto;
    flex-direction:column;
    gap:0;
    align-items:stretch;
    padding:10px 24px 20px;
    box-shadow:0 18px 40px rgba(0,0,0,.1)
  }
  .main-nav.open {
    display:flex
  }
  .main-nav>a,.drop-toggle {
    height:auto;
    width:100%;
    padding:13px 0;
    justify-content:space-between
  }
  .has-dropdown {
    height:auto
  }
  .dropdown {
    position:static;
    width:100%;
    box-shadow:none;
    display:none;
    opacity:1;
    visibility:visible;
    transform:none;
    padding-left:15px
  }
  .has-dropdown.open .dropdown {
    display:block
  }
  .dropdown a {
    padding:10px 15px
  }
  .header-call {
    margin-left:auto;
    margin-right:18px
  }
  .hero-grid {
    gap:40px
  }
  .hero-copy h1 {
    font-size:64px;
    line-height:68px
  }
  .hero-visual {
    min-height:520px
  }
  .hero-main {
    width:500px;
    height:500px
  }
  .tools h2 {
    font-size:60px;
    line-height:64px
  }
  .trial-grid {
    grid-template-columns:1fr 1fr
  }
  .contact-form {
    grid-column:1/-1;
    max-width:620px;
    width:100%;
    margin:auto
  }
  .footer-grid {
    grid-template-columns:1.4fr 1fr 1fr 1.2fr
  }
}
@media(max-width:767px) {
  body {
    font-size:16px
  }
  .container {
    width:calc(100% - 30px)
  }
  h2 {
    font-size:32px;
    line-height:1.2
  }
  .nav-inner {
    height:74px
  }
  .site-header:before {
    content:''
  }
  .nav-inner:before {
    content:'';
    width:175px;
    height:34px;
    background:url('../images/25-removebg-preview-e1760635153137.png') left center/contain no-repeat
  }
  .header-call {
    display:none
  }
  .menu-toggle {
    margin-left:auto
  }
  .home-hero {
    padding:55px 0 35px
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .hero-copy h1 {
    font-size:44px;
    line-height:1em;
    letter-spacing:-1.7px;
    margin-bottom:22px
  }
  .hero-copy p {
    font-size:16px;
    line-height:25px
  }
  .hero-visual {
    min-height:auto
  }
  .hero-main {
    width:100%;
    height:auto;
    aspect-ratio:1;
    border-radius:50%
  }
  .hero-cube {
    width:120px;
    height:130px;
    right:-5px
  }
  .intro-grid,.about-grid,.features-top,.features-bottom,.team-grid,.pricing-grid,.service-grid,.contact-grid,.detail-grid {
    grid-template-columns:1fr
  }
  .solution-intro,.about-home,.about-page-main,.features,.team-section,.services-main,.contact-main,.service-detail {
    padding-top:70px
  }
  .intro-card {
    min-height:auto;
    padding:30px
  }
  .about-collage {
    min-height:480px
  }
  .about-collage>img:first-child {
    height:470px
  }
  .about-copy {
    padding:35px 0 0
  }
  .about-copy h2 {
    font-size:32px;
    line-height:1.25
  }
  .tools {
    padding-top:70px
  }
  .tools h2 {
    font-size:38px;
    line-height:42px;
    letter-spacing:-1.5px;
    margin-bottom:45px
  }
  .tools-top {
    grid-template-columns:1fr;
    gap:25px;
    margin-bottom:45px
  }
  .tools-strip {
    grid-template-columns:1fr 1fr
  }
  .tools-strip>div {
    padding:24px 18px;
    border-bottom:1px solid rgba(255,255,255,.18)
  }
  .features-top {
    margin-bottom:25px
  }
  .features-intro {
    padding:0
  }
  .trial-section {
    padding:70px 0 55px
  }
  .trial-grid {
    grid-template-columns:1fr
  }
  .trial-art {
    order:2
  }
  .contact-form {
    order:3;
    padding:32px 22px
  }
  .form-row {
    grid-template-columns:1fr
  }
  .testimonial-section {
    padding:70px 0
  }
  .testimonial-card {
    padding:45px 24px
  }
  .team-grid {
    grid-template-columns:1fr 1fr;
    gap:22px
  }
  .logo-track {
    display:flex;
    overflow:hidden;
    gap:45px
  }
  .logo-track img {
    min-width:145px
  }
  .cta-box {
    width:100%;
    padding:48px 22px;
    border-radius:30px
  }
  .inner-hero {
    padding:70px 0
  }
  .inner-hero h1 {
    font-size:44px;
    line-height:1.05;
    letter-spacing:-1.7px
  }
  .services-heading {
    grid-template-columns:1fr;
    gap:10px
  }
  .service-card {
    min-height:auto
  }
  .contact-grid {
    gap:35px
  }
  .contact-title h2 {
    font-size:38px
  }
  .detail-grid {
    gap:35px
  }
  .detail-image img {
    height:auto
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:45px 25px
  }
  .footer-about {
    grid-column:1/-1
  }
  .copyright {
    margin-top:55px;
    padding:28px 0
  }
  .price-card {
    padding:32px 24px
  }
}
@media(max-width:420px) {
  .team-grid,.footer-grid,.tools-strip {
    grid-template-columns:1fr
  }
  .footer-about {
    grid-column:auto
  }
  .hero-copy h1 {
    font-size:40px
  }
  .nav-inner:before {
    width:150px
  }
  .main-nav {
    padding-inline:15px
  }
  .testimonial-card h2,.section-heading h2,.trial-copy h2,.cta-box h2 {
    font-size:30px;
    line-height:1.2
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important
  }
  [data-animate] {
    opacity:1!important
  }
}
