/* X-Fleet — refinamento visual premium (não altera layout nem conteúdo) */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::selection {
  background: #e9d895;
  color: #151515;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #111111;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #e9d895, #c9b56a);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f3e6b0;
}

/* Header */
.u-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  background-image: none !important;
  background-color: rgba(12, 12, 12, 0.94) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 2px solid #e9d895;
  border-bottom: 1px solid rgba(233, 216, 149, 0.18);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.u-header .u-sheet-1 {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 84px !important;
  gap: 16px;
}

.u-header .u-image-1 {
  width: 70px !important;
  height: 70px !important;
  margin: 7px 0 !important;
  flex: 0 0 auto;
}

.u-header .u-menu-1 {
  margin: 0 0 0 auto !important;
  width: auto !important;
}

.u-header .u-nav-1 {
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
}

.u-header .u-nav-link-2 {
  padding: 8px 14px !important;
}

.u-header .u-logo img,
.u-header .u-logo-image {
  transition: filter 0.35s ease, transform 0.35s ease;
}

@media (hover: hover) {
  .u-header .u-logo:hover img,
  .u-header .u-logo:hover .u-logo-image {
    filter: drop-shadow(0 0 10px rgba(233, 216, 149, 0.45));
    transform: scale(1.03);
  }
}

.u-header .u-nav-container .u-nav-link {
  letter-spacing: 0.1em;
  transition: color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  border-radius: 999px;
}

.u-header .u-nav-container .u-nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: #e9d895;
  box-shadow: 0 0 8px rgba(233, 216, 149, 0.6);
  transition: width 0.28s ease, left 0.28s ease;
}

@media (hover: hover) {
  .u-header .u-nav-container .u-nav-link:hover::after {
    width: 46%;
    left: 27%;
  }
}

.u-header .u-nav-container .u-nav-item:last-child .u-nav-link {
  background: #e9d895;
  color: #111111 !important;
  padding: 8px 18px !important;
  box-shadow: 0 6px 18px rgba(233, 216, 149, 0.25);
}

.u-header .u-nav-container .u-nav-item:last-child .u-nav-link::after {
  display: none;
}

@media (hover: hover) {
  .u-header .u-nav-container .u-nav-item:last-child .u-nav-link:hover {
    background: #f3e6b0 !important;
    color: #111111 !important;
  }
}

.u-header .u-nav-container .u-nav-link.is-active {
  color: #e9d895 !important;
  text-shadow: 0 0 18px rgba(233, 216, 149, 0.8);
}

.u-header .u-nav-container .u-nav-link.is-active::after {
  width: 52%;
  left: 24%;
  height: 2px;
  box-shadow: 0 0 14px rgba(233, 216, 149, 0.95);
}

.u-header .u-nav-container .u-nav-item:last-child .u-nav-link.is-active {
  box-shadow: 0 0 26px rgba(233, 216, 149, 0.7);
}

.u-popupmenu-items .u-nav-link.is-active {
  color: #e9d895 !important;
  text-shadow: 0 0 16px rgba(233, 216, 149, 0.75);
}

.u-header .u-hamburger-link {
  color: #e9d895 !important;
}

@media (max-width: 1199px) {
  .u-header .u-nav-1 {
    font-size: 0.72rem !important;
  }

  .u-header .u-nav-link-2 {
    padding: 8px 10px !important;
  }
}

@media (max-width: 767px) {
  .u-header .u-sheet-1 {
    min-height: 72px !important;
  }

  .u-header .u-image-1 {
    width: 52px !important;
    height: 52px !important;
    margin: 8px 0 !important;
  }
}

/* Títulos de seção */
.u-section-2 .u-text-2,
.u-section-3 .u-text-1,
.u-section-4 .u-text-1,
.u-section-5 .u-text-1,
.u-section-6 .u-text-5,
.u-section-7 .u-text-1 {
  letter-spacing: 0.06em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.u-text-custom-color-4,
font[color="#e9d895"] {
  text-shadow: 0 0 22px rgba(233, 216, 149, 0.18);
}

/* Filetes dourados */
.u-shape-rectangle.u-custom-color-4 {
  border-radius: 99px;
  box-shadow: 0 0 14px rgba(233, 216, 149, 0.45);
}

.u-shape-circle.u-custom-color-4 {
  box-shadow: 0 0 28px rgba(233, 216, 149, 0.28);
}

/* Botões */
.u-btn.u-custom-color-4,
.u-btn-submit {
  letter-spacing: 0.06em;
  box-shadow: 0 8px 22px rgba(233, 216, 149, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease !important;
}

@media (hover: hover) {
  .u-btn.u-custom-color-4:hover,
  .u-btn.u-custom-color-4.u-hover-white:hover,
  .u-btn-submit:hover {
    transform: translateY(-2px);
    background-color: #f3e6b0 !important;
    color: #111111 !important;
    box-shadow: 0 14px 32px rgba(233, 216, 149, 0.38);
  }
}

.u-btn:focus-visible,
.u-nav-link:focus-visible,
.u-input:focus-visible {
  outline: 2px solid #e9d895;
  outline-offset: 3px;
}

/* Hero */
.u-section-1 {
  position: relative;
  background-color: #151515;
}

.u-section-1::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(21, 21, 21, 0) 38%,
      rgba(21, 21, 21, 0.35) 62%,
      rgba(21, 21, 21, 0.78) 84%,
      #151515 100%
    ),
    linear-gradient(90deg, rgba(21, 21, 21, 0.04) 28%, rgba(21, 21, 21, 0.32) 100%);
}

.u-section-1 .u-sheet {
  position: relative;
  z-index: 1;
}

.u-section-1 .u-text {
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.55);
}

/* Marcas */
.u-section-2 img.u-image {
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  opacity: 0.88;
}

@media (hover: hover) {
  .u-section-2 img.u-image:hover {
    transform: scale(1.07);
    opacity: 1;
    filter: drop-shadow(0 0 12px rgba(233, 216, 149, 0.35));
    z-index: 2;
  }
}

/* Cards de diferenciais */
.u-section-4 .u-sheet-1 {
  min-height: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}

.xfleet-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 16px;
  box-sizing: border-box;
}

.xfleet-card {
  background: linear-gradient(180deg, #f4e7b4 0%, #e9d895 58%, #d9c070 100%);
  color: #111111;
  border-radius: 20px;
  padding: 28px 24px 30px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.xfleet-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.55);
}

.xfleet-card-icon {
  width: 76px;
  height: 76px;
  margin: 4px auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #151515;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.xfleet-card-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.xfleet-card h3 {
  font-size: 1.28rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 18px;
  letter-spacing: 0.02em;
  color: #111111;
  line-height: 1.25;
}

.xfleet-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xfleet-card li {
  position: relative;
  padding: 11px 0 11px 22px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  color: #1a1a1a;
}

.xfleet-card li:last-child {
  border-bottom: none;
}

.xfleet-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111111;
}

@media (hover: hover) {
  .xfleet-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .xfleet-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 48px rgba(233, 216, 149, 0.22), 0 16px 36px rgba(0, 0, 0, 0.32);
  }
}

.u-section-4 .u-btn-1 {
  margin: 40px auto 0 !important;
}

.u-section-4 .u-shape-17 {
  margin: 22px auto 12px !important;
}

@media (max-width: 991px) {
  .xfleet-cards {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

/* Soluções / compare */
.u-section-3 img.u-image,
.u-section-5 img.u-image:not(.u-expanded-width) {
  transition: filter 0.35s ease;
}

@media (hover: hover) {
  .u-section-3 img.u-image:hover,
  .u-section-5 img.u-image:not(.u-expanded-width):hover {
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
  }
}

/* Na mídia */
.u-section-6 .u-group {
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(233, 216, 149, 0.08);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.u-section-6 .u-group img {
  transition: transform 0.5s ease;
}

@media (hover: hover) {
  .u-section-6 .u-group:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(233, 216, 149, 0.16);
  }

  .u-section-6 .u-group:hover img {
    transform: scale(1.04);
  }
}

/* Contato */
.u-section-7 .u-form-1 {
  background: rgba(12, 12, 12, 0.58);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(233, 216, 149, 0.16);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  padding: 8px 8px 22px;
}

.u-section-7 .u-input {
  border: 1px solid rgba(233, 216, 149, 0.22) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.u-section-7 .u-input:hover {
  border-color: rgba(233, 216, 149, 0.4) !important;
}

.u-section-7 .u-input:focus {
  border-color: #e9d895 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 0 0 3px rgba(233, 216, 149, 0.18);
  outline: none;
}

.u-section-7 .u-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.u-section-7 .denuncia-btn-wrap {
  margin-top: 8px;
}

.u-section-7 .u-btn-denuncia {
  background: transparent !important;
  color: #e9d895 !important;
  border: 1px solid rgba(233, 216, 149, 0.85) !important;
  box-shadow: none;
  letter-spacing: 0.05em;
}

@media (hover: hover) {
  .u-section-7 .u-btn-denuncia:hover {
    background: #e9d895 !important;
    color: #111111 !important;
    box-shadow: 0 10px 24px rgba(233, 216, 149, 0.28);
  }
}

.u-section-7 .u-text-1,
.u-section-7 .u-text-2 {
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.55);
}

/* Footer */
.xfleet-footer,
.u-footer.xfleet-footer {
  background-color: #0d0d0d !important;
  background-image: none !important;
  border-top: 1px solid rgba(233, 216, 149, 0.22);
  padding: 28px 24px !important;
  min-height: 0 !important;
}

.xfleet-footer .xfleet-footer-sheet {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 0 !important;
  height: auto !important;
}

.xfleet-footer-col,
.xfleet-footer-brand {
  flex: 1 1 0;
  min-width: 0;
}

.xfleet-footer-col {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 24px 8px 0;
}

.xfleet-footer-col-contact {
  text-align: right;
  padding: 8px 0 8px 24px;
}

.xfleet-footer-col h4 {
  margin: 0 0 8px;
  color: #e9d895;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.xfleet-footer-col p {
  margin: 0 0 4px;
  color: #dcdcdc;
  font-size: 0.82rem;
  line-height: 1.45;
}

.xfleet-footer-col a {
  color: #e9d895 !important;
  text-decoration: none;
  background: none !important;
  padding: 0 !important;
}

@media (hover: hover) {
  .xfleet-footer-col a:hover {
    color: #f3e6b0 !important;
  }
}

.xfleet-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 4px 28px;
  border-left: 1px solid rgba(233, 216, 149, 0.35);
  border-right: 1px solid rgba(233, 216, 149, 0.35);
}

.xfleet-footer-logo {
  width: 62px;
  height: auto;
  display: block;
}

.xfleet-footer-registro {
  width: 118px;
  height: auto;
  display: block;
  opacity: 0.9;
}

.xfleet-footer-social {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.xfleet-footer-social a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(233, 216, 149, 0.32);
  border-radius: 50%;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.xfleet-footer-social a img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

@media (hover: hover) {
  .xfleet-footer-social a:hover {
    background: rgba(233, 216, 149, 0.12);
    border-color: #e9d895;
    transform: translateY(-1px);
  }
}

@media (max-width: 767px) {
  .xfleet-footer .xfleet-footer-sheet {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    gap: 18px;
  }

  .xfleet-footer-col,
  .xfleet-footer-col-contact {
    text-align: center;
    padding: 0;
  }

  .xfleet-footer-brand {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(233, 216, 149, 0.35);
    border-bottom: 1px solid rgba(233, 216, 149, 0.35);
    padding: 16px 0;
    width: 100%;
  }
}

/* Menu mobile */
.u-sidenav {
  border-left: 1px solid rgba(233, 216, 149, 0.16);
}

.u-popupmenu-items .u-nav-link {
  letter-spacing: 0.1em;
}

/* Página NA MÍDIA */
.page-midia {
  background: #151515;
}

.midia-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 24px;
}

.midia-topbar img {
  width: 64px;
  height: auto;
  display: block;
}

.midia-back {
  color: #e9d895 !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  background: none !important;
  padding: 8px 0 !important;
}

.midia-topbar-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.release-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111 !important;
  background: #e9d895 !important;
  padding: 8px 16px !important;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(233, 216, 149, 0.2);
}

@media (hover: hover) {
  .release-back-btn:hover {
    background: #f3e6b0 !important;
    color: #111111 !important;
  }
}

.release-back-wrap {
  text-align: center;
  padding: 12px 24px 48px;
  background: #151515;
}

/* Páginas de release */
.page-release {
  background: #151515;
}

.page-release .u-section-2,
.page-release .u-section-2 .u-sheet-1 {
  min-height: 280px !important;
}

.page-release .u-section-3 {
  background: #151515 !important;
}

.page-release .u-section-3 .u-sheet-1 {
  max-width: 820px !important;
  width: calc(100% - 32px) !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 48px 8px 16px !important;
  display: flex !important;
  flex-direction: column !important;
}

.page-release .u-section-3 p {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 18px !important;
  line-height: 1.75;
  font-size: 1.05rem !important;
}

.page-release .u-section-3 .u-text-1 {
  font-size: 1.7rem !important;
  line-height: 1.3;
  text-align: center !important;
  margin-bottom: 14px !important;
}

.page-release .u-section-3 .u-text-2 {
  font-size: 1.05rem !important;
  color: #cfcfcf !important;
  text-align: center !important;
  margin-bottom: 28px !important;
}

.page-release .u-section-3 .u-shape {
  display: none !important;
}

.page-release .u-section-3 img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 8px 0 24px !important;
  border-radius: 12px;
}

@media (hover: hover) {
  .midia-back:hover {
    color: #f3e6b0 !important;
  }
}

.page-midia .u-section-2 {
  position: relative;
}

.page-midia .u-section-2 .u-text-1 {
  letter-spacing: 0.12em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
}

.midia-content {
  background: #151515;
  padding: 56px 24px 72px;
}

.midia-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.midia-content h2 {
  margin: 0 0 28px;
  color: #e9d895;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  scroll-margin-top: 24px;
}

.midia-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.midia-news-card {
  display: block;
  background: #1b1b1b;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(233, 216, 149, 0.12);
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.midia-news-card img {
  width: 100%;
  height: auto;
  display: block;
}

.midia-news-card span {
  display: block;
  padding: 14px 18px 16px;
  color: #e9d895;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (hover: hover) {
  .midia-news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(233, 216, 149, 0.14);
  }
}

.midia-mark {
  display: block;
  width: 140px;
  height: auto;
  margin: 48px auto 20px;
  opacity: 0.9;
}

.midia-releases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.midia-release-card {
  display: flex;
  flex-direction: column;
  background: #1b1b1b;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(233, 216, 149, 0.14);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.midia-release-card::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #e9d895, #c9b56a);
}

.midia-release-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 20px;
}

.midia-release-body span {
  color: #e9d895;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.midia-release-body h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
}

.midia-release-body p {
  margin: 0 0 16px;
  color: #c8c8c8;
  font-size: 0.88rem;
  line-height: 1.45;
  flex: 1;
}

.midia-release-body em {
  font-style: normal;
  color: #111;
  background: #e9d895;
  align-self: flex-start;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (hover: hover) {
  .midia-release-card:hover {
    transform: translateY(-6px);
    border-color: rgba(233, 216, 149, 0.4);
    box-shadow: 0 22px 40px rgba(233, 216, 149, 0.14);
  }

  .midia-release-card:hover em {
    background: #f3e6b0;
  }
}

.midia-press {
  margin-top: 48px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid rgba(233, 216, 149, 0.2);
  border-radius: 16px;
  background: rgba(233, 216, 149, 0.04);
}

.midia-press h3 {
  margin: 0 0 10px;
  color: #e9d895;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.midia-press-name {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.midia-press p {
  margin: 0 0 6px;
  color: #ddd;
  font-size: 0.98rem;
}

.midia-press a {
  color: #e9d895 !important;
  text-decoration: none;
  background: none !important;
  padding: 0 !important;
}

@media (hover: hover) {
  .midia-press a:hover {
    color: #f3e6b0 !important;
  }
}

@media (max-width: 767px) {
  .midia-news {
    grid-template-columns: 1fr;
  }

  .midia-releases {
    grid-template-columns: 1fr;
  }

  .midia-content {
    padding: 36px 16px 48px;
  }

  .midia-content h2 {
    font-size: 1.05rem;
  }
}
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
