@charset "UTF-8";
@keyframes text-gradient-disney-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

section {
  background-color: #000;
  overflow-x: hidden;
}

.section-padding {
  padding: 65px 0;
}

.sticky-div {
  position: sticky;
  top: 130px;
  z-index: 4;
}

.overflow-unset {
  overflow: unset !important;
}

.moreText {
  display: none;
}

body.hidden-scrolling {
  overflow: hidden;
}

.go-top-btn {
  background: #f8f8f8;
  height: 55px;
  width: 55px;
  right: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.4s;
  display: none;
  cursor: pointer;
}
.go-top-btn i {
  display: block;
  line-height: 52px;
  color: #fff;
}

.sticky-div {
  position: sticky !important;
  top: 130px;
  z-index: 4;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #ea0010 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #ea0010;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #020202;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h2 {
  padding: 5px 0;
  font-weight: 500;
  font-family: "Bowlby One", sans-serif !important;
  line-height: 0.9;
}

.fade-disney {
  font-family: "Bowlby One", sans-serif !important;
  width: fit-content;
  background: linear-gradient(120deg, #ea0010, #ff89c6, #fdd505, #00a3fa, #ff89c6, #ea0010);
  background-size: 200% auto;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: text-gradient-disney-flow 5s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .fade-disney {
    animation: none;
    background: linear-gradient(120deg, #ea0010, #ff89c6, #fdd505, #00a3fa);
    background-size: auto;
  }
}

.text-white {
  color: #d6d6d6;
}

.text-yellow {
  color: #fdd505 !important;
}

.text-blue {
  color: #00a3fa !important;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  color: #171717;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease;
}

p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 22px;
}

.section-title .fade-disney,
.section-title h1,
.section-title h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 500;
  font-family: "Bowlby One", sans-serif !important;
  line-height: 0.9;
  background: linear-gradient(120deg, #ea0010, #ff89c6, #fdd505, #00a3fa, #ff89c6, #ea0010);
  background-size: 200% auto;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: text-gradient-disney-flow 5s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .section-title .fade-disney,
  .section-title h1,
  .section-title h2 {
    animation: none;
    background: linear-gradient(120deg, #ea0010, #ff89c6, #fdd505, #00a3fa);
    background-size: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-title .fade-disney,
  .section-title h1,
  .section-title h2 {
    white-space: normal;
  }
}
.section-title .fade-disney.black, .section-title .fade-disney.text-dark,
.section-title h1.black,
.section-title h1.text-dark,
.section-title h2.black,
.section-title h2.text-dark {
  background: none;
  -webkit-text-fill-color: initial;
  color: #000 !important;
}
.section-title .fade-disney.text-white, .section-title .fade-disney.text-solid-white,
.section-title h1.text-white,
.section-title h1.text-solid-white,
.section-title h2.text-white,
.section-title h2.text-solid-white {
  background: none;
  -webkit-text-fill-color: initial;
  color: #fff !important;
}
.section-title .fade-disney .fade-disney,
.section-title h1 .fade-disney,
.section-title h2 .fade-disney {
  background: linear-gradient(120deg, #ea0010, #ff89c6, #fdd505, #00a3fa, #ff89c6, #ea0010);
  background-size: 200% auto;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: text-gradient-disney-flow 5s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .section-title .fade-disney .fade-disney,
  .section-title h1 .fade-disney,
  .section-title h2 .fade-disney {
    animation: none;
    background: linear-gradient(120deg, #ea0010, #ff89c6, #fdd505, #00a3fa);
    background-size: auto;
  }
}
.section-title .fade-disney .fade-disney,
.section-title h1 .fade-disney,
.section-title h2 .fade-disney {
  font-family: "Bowlby One", sans-serif !important;
}
.section-title .fade-disney .red,
.section-title h1 .red,
.section-title h2 .red {
  color: #ea0010;
  -webkit-text-fill-color: #ea0010;
}
.section-title span {
  font-family: "Space Mono", monospace;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
  color: #ea0010;
  margin-bottom: 10px;
}

h2.section-heading,
.bento-section-heading,
.bento-card-title,
.product-area h2,
.licensed-brands-section h2,
.seo-article h2,
.seo-content-block h2,
.int-page-1 h2,
.cta-area h2,
.catalogs-area h2 {
  background: linear-gradient(120deg, #ea0010, #ff89c6, #fdd505, #00a3fa, #ff89c6, #ea0010);
  background-size: 200% auto;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: text-gradient-disney-flow 5s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  h2.section-heading,
  .bento-section-heading,
  .bento-card-title,
  .product-area h2,
  .licensed-brands-section h2,
  .seo-article h2,
  .seo-content-block h2,
  .int-page-1 h2,
  .cta-area h2,
  .catalogs-area h2 {
    animation: none;
    background: linear-gradient(120deg, #ea0010, #ff89c6, #fdd505, #00a3fa);
    background-size: auto;
  }
}
h2.section-heading i,
.bento-section-heading i,
.bento-card-title i,
.product-area h2 i,
.licensed-brands-section h2 i,
.seo-article h2 i,
.seo-content-block h2 i,
.int-page-1 h2 i,
.cta-area h2 i,
.catalogs-area h2 i {
  -webkit-text-fill-color: initial;
  background: none;
}
h2.section-heading.black, h2.section-heading.text-dark,
.bento-section-heading.black,
.bento-section-heading.text-dark,
.bento-card-title.black,
.bento-card-title.text-dark,
.product-area h2.black,
.product-area h2.text-dark,
.licensed-brands-section h2.black,
.licensed-brands-section h2.text-dark,
.seo-article h2.black,
.seo-article h2.text-dark,
.seo-content-block h2.black,
.seo-content-block h2.text-dark,
.int-page-1 h2.black,
.int-page-1 h2.text-dark,
.cta-area h2.black,
.cta-area h2.text-dark,
.catalogs-area h2.black,
.catalogs-area h2.text-dark {
  background: none;
  -webkit-text-fill-color: initial;
  color: #000 !important;
}
h2.section-heading.text-white, h2.section-heading.text-solid-white,
.bento-section-heading.text-white,
.bento-section-heading.text-solid-white,
.bento-card-title.text-white,
.bento-card-title.text-solid-white,
.product-area h2.text-white,
.product-area h2.text-solid-white,
.licensed-brands-section h2.text-white,
.licensed-brands-section h2.text-solid-white,
.seo-article h2.text-white,
.seo-article h2.text-solid-white,
.seo-content-block h2.text-white,
.seo-content-block h2.text-solid-white,
.int-page-1 h2.text-white,
.int-page-1 h2.text-solid-white,
.cta-area h2.text-white,
.cta-area h2.text-solid-white,
.catalogs-area h2.text-white,
.catalogs-area h2.text-solid-white {
  background: none;
  -webkit-text-fill-color: initial;
  color: #fff !important;
}

.int-typography h2, .int-typography h3, .int-typography h4 {
  margin-bottom: 10px;
}
.int-typography ul {
  margin-bottom: 10px;
}
.int-typography ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 1em;
}

header .header-area {
  backdrop-filter: blur(20px);
  background-color: hsla(0, 0%, 0%, 0.4);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 15px;
  width: calc(100% - 30px);
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
}
header .header-area.sticky .nav-branding {
  color: #000;
}
header .header-area.sticky .nav-menu .menu li a {
  color: #000;
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area .header-main {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  height: 65px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-area .header-main {
    padding: 20px 0px;
  }
}
header .header-area .header-main .logo {
  padding: 0 15px;
}
header .header-area .header-main .logo img {
  height: 50px;
  object-fit: contain;
}
header .header-area .header-main .nav-menu {
  padding: 0 15px;
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item {
    margin-left: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item:first-child {
  margin-left: 0;
}
header .header-area .header-main .nav-menu .menu .menu-item > a {
  display: block;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 500;
  color: white;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    font-size: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item > a i {
  margin-left: 5px;
  font-size: 8px;
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover {
  color: #ea0010;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover, header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav {
  color: #ea0010;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1050px;
  position: absolute;
  left: 50%;
  opacity: 0;
  transform: translateY(30px) translateX(-50%);
  visibility: hidden;
  top: 100%;
  background-color: color-mix(in oklab, #000 90%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 10px 0;
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.w-auto {
  min-width: 300px !important;
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    width: 100% !important;
    transform: none !important;
    left: auto !important;
    background-color: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    padding: 0 !important;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box {
  padding: 25px;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box {
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 10px;
  text-align: left;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box:last-child {
  padding-right: 10px;
  border-right: none;
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box h3 {
  font-family: "Bowlby One", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #00a3fa;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box h3 i {
  font-size: 10px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box .sub-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px 30px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box .sub-menu-list.cols-1 {
  grid-template-columns: 1fr;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box .sub-menu-list.cols-2 {
  grid-template-columns: repeat(2, 1fr);
  width: 280px;
}
@media (max-width: 767px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box .sub-menu-list.cols-2 {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box .sub-menu-list.cols-4 {
  grid-template-columns: repeat(4, 1fr);
  width: 580px;
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box .sub-menu-list.cols-4 {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box .sub-menu-list.cols-4 {
    grid-template-columns: 1fr;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box .sub-menu-list .menu-item {
  margin: 0 !important;
  display: block;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box .sub-menu-list .menu-item a {
  display: inline-block;
  font-size: 10px;
  text-wrap: nowrap;
  font-weight: 600;
  color: #fff;
  padding: 2px 0;
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .wrapper-box .box .sub-menu-list .menu-item a:hover {
  color: #ea0010;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
  display: block;
  margin: 0 !important;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
  color: #ea0010;
  padding-left: 4px;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .has-children:hover .sub-menu {
    transform: translateY(20px) translateX(-50%);
    opacity: 1;
    visibility: visible;
  }
  header .header-area .header-main .nav-menu .menu .has-children:hover > a i {
    transform: scaleY(-1);
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu {
    position: fixed;
    right: 0;
    visibility: hidden;
    width: min(100%, 420px);
    height: 100dvh;
    top: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #0b0708 0%, #050308 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.55);
    z-index: 999999999;
    padding: 0;
    transform: translateX(150%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.45s ease;
  }
  header .header-area .header-main .nav-menu .menu--desktop {
    display: none !important;
  }
}
header .header-area .header-main .mobile-menu {
  display: none;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  header .header-area .header-main .mobile-menu {
    display: flex;
  }
}
header .header-area .header-main .mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
header .header-area .header-main .mobile-menu__brand img {
  width: auto;
  height: 40px;
  object-fit: contain;
}
header .header-area .header-main .mobile-menu__views {
  position: relative;
  flex: 1;
  overflow: hidden;
}
header .header-area .header-main .mobile-menu__view {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  padding: 1rem 1.25rem 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(24px);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, visibility 0.3s ease;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
header .header-area .header-main .mobile-menu__view.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}
header .header-area .header-main .mobile-menu__view.is-leaving {
  transform: translateX(-24px);
  opacity: 0;
  visibility: visible;
  z-index: 1;
}
header .header-area .header-main .mobile-menu__label {
  margin: 0 0 0.75rem;
  font-family: "Space Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
header .header-area .header-main .mobile-menu__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
header .header-area .header-main .mobile-menu__link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 0.3rem 0.7rem;
  padding-left: 0.3rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
header .header-area .header-main .mobile-menu__link:hover, header .header-area .header-main .mobile-menu__link:focus-visible {
  transform: translateX(4px);
  border-color: rgba(234, 0, 16, 0.35);
  background: rgba(234, 0, 16, 0.08);
  color: #fff;
}
header .header-area .header-main .mobile-menu__link-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.95rem;
}
header .header-area .header-main .mobile-menu__link-icon--yellow {
  background: rgba(253, 213, 5, 0.15);
  color: #fdd505;
}
header .header-area .header-main .mobile-menu__link-icon--pink {
  background: rgba(255, 137, 198, 0.15);
  color: #ff89c6;
}
header .header-area .header-main .mobile-menu__link-icon--blue {
  background: rgba(0, 163, 250, 0.15);
  color: #00a3fa;
}
header .header-area .header-main .mobile-menu__link-icon--red {
  background: rgba(234, 0, 16, 0.15);
  color: #ea0010;
}
header .header-area .header-main .mobile-menu__link-text {
  flex: 1;
}
header .header-area .header-main .mobile-menu__link-arrow {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
}
header .header-area .header-main .mobile-menu__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
header .header-area .header-main .mobile-menu__btn {
  width: 100%;
  justify-content: center;
}
header .header-area .header-main .mobile-menu__btn--whatsapp:hover {
  box-shadow: 0 14px 32px rgba(34, 186, 89, 0.42), 0 4px 12px rgba(0, 0, 0, 0.35) !important;
}
header .header-area .header-main .mobile-menu__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease;
}
header .header-area .header-main .mobile-menu__back:hover {
  border-color: rgba(234, 0, 16, 0.4);
  color: #fff;
}
header .header-area .header-main .mobile-menu__title {
  margin: 0 0 0.35rem;
  font-family: "Bowlby One", sans-serif !important;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
}
header .header-area .header-main .mobile-menu__subtitle {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  line-height: 1.55;
}
header .header-area .header-main .mobile-menu__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
header .header-area .header-main .mobile-menu__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-height: 120px;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
header .header-area .header-main .mobile-menu__card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
}
header .header-area .header-main .mobile-menu__card--national {
  background: rgba(253, 213, 5, 0.08);
}
header .header-area .header-main .mobile-menu__card--national::before {
  background: radial-gradient(circle at top right, #fdd505, transparent 70%);
}
header .header-area .header-main .mobile-menu__card--national .mobile-menu__card-title {
  color: #fdd505;
}
header .header-area .header-main .mobile-menu__card--import {
  background: rgba(0, 163, 250, 0.08);
}
header .header-area .header-main .mobile-menu__card--import::before {
  background: radial-gradient(circle at top right, #00a3fa, transparent 70%);
}
header .header-area .header-main .mobile-menu__card--import .mobile-menu__card-title {
  color: #00a3fa;
}
header .header-area .header-main .mobile-menu__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}
header .header-area .header-main .mobile-menu__card-tag {
  font-family: "Space Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
header .header-area .header-main .mobile-menu__card-title {
  font-family: "Bowlby One", sans-serif !important;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.1;
}
header .header-area .header-main .mobile-menu__card-meta {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}
header .header-area .header-main .mobile-menu__card-arrow {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}
header .header-area .header-main .mobile-menu__accordion {
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}
header .header-area .header-main .mobile-menu__accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #fff;
}
header .header-area .header-main .mobile-menu__accordion summary::-webkit-details-marker {
  display: none;
}
header .header-area .header-main .mobile-menu__accordion summary i {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.25s ease;
}
header .header-area .header-main .mobile-menu__accordion[open] summary i {
  transform: rotate(180deg);
}
header .header-area .header-main .mobile-menu__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0 1rem 1rem;
  max-height: 220px;
  overflow-y: auto;
}
header .header-area .header-main .mobile-menu__chip {
  display: inline-flex;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(253, 213, 5, 0.25);
  background: rgba(253, 213, 5, 0.08);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
header .header-area .header-main .mobile-menu__chip--import {
  border-color: rgba(0, 163, 250, 0.25);
  background: rgba(0, 163, 250, 0.08);
}
header .header-area .header-main .mobile-menu__chip:hover {
  border-color: rgba(234, 0, 16, 0.4);
  background: rgba(234, 0, 16, 0.12);
  color: #fff;
}
header .header-area .header-main .mobile-menu__product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
header .header-area .header-main .mobile-menu__product {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
header .header-area .header-main .mobile-menu__product:hover {
  transform: translateX(4px);
  border-color: rgba(234, 0, 16, 0.3);
}
header .header-area .header-main .mobile-menu__product-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #fff;
  font-size: 1rem;
}
header .header-area .header-main .mobile-menu__product-icon--yellow {
  background: linear-gradient(135deg, #fdd505, rgb(180.0595238095, 151.25, 1.4404761905));
  color: #000;
}
header .header-area .header-main .mobile-menu__product-icon--disney {
  background: linear-gradient(135deg, #ff89c6, #fdd505);
}
header .header-area .header-main .mobile-menu__product-icon--warner {
  background: linear-gradient(135deg, #00a3fa, #0044cc);
}
header .header-area .header-main .mobile-menu__product-icon--blue {
  background: linear-gradient(135deg, #00a3fa, rgb(0, 123.0976, 188.8));
}
header .header-area .header-main .mobile-menu__product-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
header .header-area .header-main .mobile-menu__product-title {
  font-weight: 700;
  color: #fff;
  font-size: 0.92rem;
}
header .header-area .header-main .mobile-menu__product-desc {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}
header .header-area .header-main .mobile-menu__catalog-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(234, 0, 16, 0.35);
  background: linear-gradient(135deg, rgba(234, 0, 16, 0.18), rgba(255, 137, 198, 0.08));
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
header .header-area .header-main .mobile-menu__catalog-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(234, 0, 16, 0.25);
}
header .header-area .header-main .mobile-menu__catalog-banner i {
  margin-left: auto;
  color: #ea0010;
}
header .header-area .header-main .mobile-menu__catalog-eyebrow {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
header .header-area .header-main .mobile-menu__catalog-title {
  display: block;
  font-family: "Bowlby One", sans-serif !important;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
}
header .header-area .header-main .close-nav-menu {
  font-size: 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: border-color 0.25s ease, background 0.25s ease;
}
header .header-area .header-main .close-nav-menu:hover {
  border-color: rgba(234, 0, 16, 0.45);
  background: rgba(234, 0, 16, 0.12);
  color: #fff;
}
@media (max-width: 991px) {
  header .header-area .header-main .close-nav-menu {
    display: inline-flex;
  }
}
header .header-area .header-main .open-nav-menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 6;
}
header .header-area .header-main .open-nav-menu span {
  display: block;
  height: 4px;
  width: 33px;
  background-color: #ea0010;
  position: relative;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
header .header-area .header-main .open-nav-menu span::after, header .header-area .header-main .open-nav-menu span::before {
  border-radius: 10px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ea0010;
  box-sizing: border-box;
  transition: transform 0.3s ease, top 0.3s ease;
}
header .header-area .header-main .open-nav-menu span::before {
  top: -9px;
}
header .header-area .header-main .open-nav-menu span::after {
  top: 9px;
}
@media (max-width: 991px) {
  header .header-area .header-main .open-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  header .header-area .header-main .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  header .header-area .header-main .nav-menu.open {
    visibility: visible;
    transform: translateX(0);
  }
  header .header-area .header-main .menu-open .open-nav-menu span {
    background-color: transparent;
  }
  header .header-area .header-main .menu-open .open-nav-menu span::before {
    top: 0;
    transform: rotate(45deg);
  }
  header .header-area .header-main .menu-open .open-nav-menu span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

.padding-banner {
  padding-top: 136px;
}
@media (max-width: 991px) {
  .padding-banner {
    padding-top: 106px;
  }
}

@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 {
    top: 8px;
    left: calc(100% + 21px);
    opacity: 0;
    visibility: hidden;
    width: 250px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2 {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a {
    padding: 12px 45px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a:hover {
    padding-left: 45px;
  }
}
.site-footer {
  position: relative;
  padding: 0 0 2rem;
  background: linear-gradient(180deg, #000 0%, #0b0708 40%, #050308 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.site-footer__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.site-footer__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.14;
}
.site-footer__glow--red {
  width: 420px;
  height: 420px;
  background: #ea0010;
  top: -120px;
  left: -80px;
}
.site-footer__glow--blue {
  width: 360px;
  height: 360px;
  background: #00a3fa;
  bottom: -100px;
  right: -60px;
}
.site-footer__cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 3.5rem 0 3rem;
  padding: 2rem 2.25rem;
  border-radius: 32px;
  background: rgba(11, 7, 8, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .site-footer__cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem;
  }
}
.site-footer__eyebrow {
  display: inline-flex;
  margin-bottom: 0.65rem;
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ea0010;
}
.site-footer__cta-title {
  margin: 0;
  max-width: 28rem;
  font-family: "Bowlby One", sans-serif !important;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.15;
  text-transform: uppercase;
  color: #fff;
}
.site-footer__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .site-footer__cta-actions {
    width: 100%;
  }
  .site-footer__cta-actions .btn-main {
    width: 100%;
  }
}
.site-footer__cta-whatsapp {
  background: #22ba59 !important;
}
.site-footer__cta-whatsapp:hover {
  box-shadow: 0 14px 32px rgba(34, 186, 89, 0.42), 0 4px 12px rgba(0, 0, 0, 0.35) !important;
}
.site-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1.2fr;
  gap: 2.5rem 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-footer__brand {
    grid-column: 1/-1;
  }
}
.site-footer__logo {
  display: inline-block;
  margin-bottom: 1.25rem;
}
.site-footer__logo img {
  width: auto;
  height: 52px;
  object-fit: contain;
}
.site-footer__about {
  max-width: 340px;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.7;
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.site-footer__social-link {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 1rem;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.site-footer__social-link:hover {
  transform: translateY(-3px);
  border-color: rgba(234, 0, 16, 0.45);
  background: rgba(234, 0, 16, 0.12);
  box-shadow: 0 8px 24px rgba(234, 0, 16, 0.2);
  color: #fff;
}
.site-footer__title {
  margin: 0 0 1.25rem;
  font-family: "Bowlby One", sans-serif !important;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__links li + li {
  margin-top: 0.65rem;
}
.site-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.site-footer__links a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #ea0010;
  border-radius: 2px;
  transition: width 0.25s ease;
}
.site-footer__links a:hover {
  color: #fff;
  transform: translateX(4px);
}
.site-footer__links a:hover::before {
  width: 12px;
}
.site-footer__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .site-footer__contact {
    align-items: center;
  }
}
.site-footer__contact-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.site-footer__contact-link:hover {
  transform: translateX(4px);
  border-color: rgba(234, 0, 16, 0.3);
  background: rgba(234, 0, 16, 0.06);
}
.site-footer__contact-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  font-size: 0.95rem;
}
.site-footer__contact-icon--map {
  background: linear-gradient(135deg, #ff89c6, rgb(255, 75.8, 168.4372881356));
}
.site-footer__contact-icon--mail {
  background: linear-gradient(135deg, #ea0010, rgb(193.2, 0, 13.2102564103));
}
.site-footer__contact-icon--phone {
  background: linear-gradient(135deg, #00a3fa, rgb(0, 123.0976, 188.8));
}
.site-footer__contact-icon--whatsapp {
  background: linear-gradient(135deg, #22ba59, #01a43d);
}
.site-footer__contact-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
  word-break: break-word;
}
.site-footer__hours {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.site-footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .site-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.site-footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.88rem;
  line-height: 1.6;
}
.site-footer__credit {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.site-footer__credit span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.site-footer__credit img {
  width: 90px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.75;
  transition: opacity 0.25s ease;
}
.site-footer__credit:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}
.site-footer__credit:hover img {
  opacity: 1;
}
.site-footer .go-top-btn {
  background: rgba(234, 0, 16, 0.12);
  border: 1px solid rgba(234, 0, 16, 0.35);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
  color: #fff;
  backdrop-filter: blur(12px);
}
.site-footer .go-top-btn i {
  color: #fff;
  line-height: 52px;
}
.site-footer .go-top-btn:hover {
  background: #ea0010;
  box-shadow: 0 0 28px rgba(234, 0, 16, 0.45);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mob-center {
    text-align: center;
  }
  .mob-center .site-footer__about {
    margin-left: auto;
    margin-right: auto;
  }
  .mob-center .site-footer__social,
  .mob-center .site-footer__cta-actions {
    justify-content: center;
  }
  .mob-center .site-footer__contact-link {
    text-align: left;
  }
  .mob-center .site-footer__hours {
    justify-content: center;
  }
}

.blog-area {
  position: relative;
  padding: 80px 0 90px;
  background: linear-gradient(180deg, #000 0%, #0b0708 50%, #050308 100%);
  overflow: hidden;
}
.blog-area__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.blog-area__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.14;
}
.blog-area__glow--pink {
  width: 380px;
  height: 380px;
  background: #ff89c6;
  top: -100px;
  right: 8%;
}
.blog-area__glow--red {
  width: 340px;
  height: 340px;
  background: #ea0010;
  bottom: -80px;
  left: 5%;
}
.blog-area__head {
  margin-bottom: 2.75rem;
}
.blog-area__head .section-title h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}
.blog-area__lead {
  max-width: 560px;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.65;
}
.blog-area .blog-page__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .blog-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .blog-area .blog-page__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.blog-area__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.blog-area .card-blog--home {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: #0b0708;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.35s ease, box-shadow 0.35s ease;
}
.blog-area .card-blog--home:hover {
  transform: translateY(-6px);
  border-color: rgba(234, 0, 16, 0.35);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 40px rgba(234, 0, 16, 0.08);
}
.blog-area .card-blog--home:hover .card-blog__glow {
  opacity: 1;
}
.blog-area .card-blog--home:hover .card-blog__img {
  transform: scale(1.06);
}
.blog-area .card-blog--home:nth-child(4n+1) .card-blog__glow {
  background: radial-gradient(circle at 80% 10%, rgba(234, 0, 16, 0.22), transparent 55%);
}
.blog-area .card-blog--home:nth-child(4n+2) .card-blog__glow {
  background: radial-gradient(circle at 80% 10%, rgba(255, 137, 198, 0.2), transparent 55%);
}
.blog-area .card-blog--home:nth-child(4n+3) .card-blog__glow {
  background: radial-gradient(circle at 80% 10%, rgba(0, 163, 250, 0.22), transparent 55%);
}
.blog-area .card-blog--home:nth-child(4n+4) .card-blog__glow {
  background: radial-gradient(circle at 80% 10%, rgba(253, 213, 5, 0.18), transparent 55%);
}
.blog-area .card-blog__glow {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}
.blog-area .card-blog__media {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  text-decoration: none;
}
.blog-area .card-blog__img {
  width: 100%;
  height: 100%;
  margin: 0;
  max-height: none;
  object-fit: cover;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.6s ease;
}
.blog-area .card-blog__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  color: rgba(255, 255, 255, 0.2);
  font-size: 2rem;
}
.blog-area .card-blog__media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(11, 7, 8, 0.92) 100%);
  pointer-events: none;
}
.blog-area .card-blog__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.blog-area .card-blog__content {
  position: relative;
  z-index: 1;
  margin-top: -1.5rem;
  padding: 0 1.25rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.blog-area .card-blog__content h3 {
  margin: 0 0 0.65rem;
  font-family: "Bowlby One", sans-serif !important;
  font-size: 1.05rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 400;
}
.blog-area .card-blog__content h3 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.blog-area .card-blog__content h3 a:hover {
  color: #ea0010;
}
.blog-area .card-blog__content p {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  line-height: 1.6;
}
.blog-area .card-blog__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.blog-area .card-blog__chip {
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(234, 0, 16, 0.35);
  background: rgba(234, 0, 16, 0.1);
  font-family: "Space Mono", monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ea0010;
}
.blog-area .card-blog__reading {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.blog-area .card-blog__reading i {
  color: #00a3fa;
}
.blog-area .card-blog__btn.btn-main {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  padding: 11px 18px;
  font-size: 0.82rem;
}

.brands-area {
  background: #f8f8f8;
  padding: 20px 0;
}
.brands-area img {
  filter: brightness(0) invert(1);
  height: 61px !important;
  object-fit: contain !important;
}

.slider-area,
.page-hero {
  position: relative;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 36px;
  overflow: hidden;
  background: radial-gradient(ellipse at 18% -10%, rgba(234, 0, 16, 0.32) 0%, transparent 55%), radial-gradient(ellipse at 88% 0%, rgba(0, 163, 250, 0.18) 0%, transparent 45%), linear-gradient(180deg, #080810 0%, #0b0b14 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area,
  .page-hero {
    padding-top: 96px;
    padding-bottom: 28px;
  }
}
.slider-area .page-hero__glow,
.page-hero .page-hero__glow {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), radial-gradient(rgba(234, 0, 16, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  opacity: 0.55;
  pointer-events: none;
}
.slider-area .page-hero__container,
.page-hero .page-hero__container {
  position: relative;
  z-index: 2;
}
.slider-area .page-hero__row,
.page-hero .page-hero__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .page-hero__row,
  .page-hero .page-hero__row {
    flex-direction: column;
    align-items: stretch;
  }
}
.slider-area .page-hero__content,
.page-hero .page-hero__content {
  min-width: 0;
  flex: 1;
}
.slider-area .page-hero__breadcrumb,
.page-hero .page-hero__breadcrumb {
  margin-bottom: 16px;
  max-width: 100%;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .page-hero__breadcrumb,
  .page-hero .page-hero__breadcrumb {
    margin-bottom: 12px;
  }
}
.slider-area .page-hero__trail,
.page-hero .page-hero__trail {
  margin: 0;
  padding: 0.35rem 0.95rem;
  list-style: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.slider-area .page-hero__trail::-webkit-scrollbar,
.page-hero .page-hero__trail::-webkit-scrollbar {
  display: none;
}
.slider-area .page-hero__trail,
.page-hero .page-hero__trail {
  gap: 6px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .page-hero__trail,
  .page-hero .page-hero__trail {
    padding: 0.3rem 0.75rem;
    gap: 4px;
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(18, 18, 28, 0.85);
  }
}
.slider-area .page-hero__trail li,
.page-hero .page-hero__trail li {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .page-hero__trail li,
  .page-hero .page-hero__trail li {
    font-size: 0.75rem;
    gap: 4px;
  }
}
.slider-area .page-hero__trail li:not(:last-child)::after,
.page-hero .page-hero__trail li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.35);
  border-right: 1.5px solid rgba(255, 255, 255, 0.35);
  transform: rotate(45deg);
  margin: 0 3px 0 5px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .page-hero__trail li:not(:last-child)::after,
  .page-hero .page-hero__trail li:not(:last-child)::after {
    width: 4px;
    height: 4px;
    border-width: 1.5px;
    margin: 0 2px 0 3px;
  }
}
.slider-area .page-hero__trail li a,
.page-hero .page-hero__trail li a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
}
.slider-area .page-hero__trail li a i,
.page-hero .page-hero__trail li a i {
  font-size: 0.75rem;
  opacity: 0.85;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .page-hero__trail li a i,
  .page-hero .page-hero__trail li a i {
    font-size: 0.7rem;
  }
}
.slider-area .page-hero__trail li a:hover,
.page-hero .page-hero__trail li a:hover {
  color: #fdd505;
}
.slider-area .page-hero__trail li span,
.page-hero .page-hero__trail li span {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  max-width: min(50vw, 360px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .page-hero__trail li span,
  .page-hero .page-hero__trail li span {
    max-width: 170px;
    font-size: 0.75rem;
  }
}
.slider-area .page-hero__trail li[aria-current=page] span,
.page-hero .page-hero__trail li[aria-current=page] span {
  color: #fff;
  font-weight: 600;
}
.slider-area .page-hero__title,
.page-hero .page-hero__title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Bowlby One", sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 24px rgba(234, 0, 16, 0.28);
}
.slider-area .page-hero__lead,
.page-hero .page-hero__lead {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.5;
}
.slider-area .page-hero__actions,
.page-hero .page-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .page-hero__actions,
  .page-hero .page-hero__actions {
    align-items: stretch;
  }
}
.slider-area .page-hero__cta,
.page-hero .page-hero__cta {
  white-space: nowrap;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-color: transparent;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
  animation: page-hero-cta-pulse 2.8s ease-in-out infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .page-hero__cta,
  .page-hero .page-hero__cta {
    width: 100%;
  }
}
.slider-area .page-hero__cta:hover,
.page-hero .page-hero__cta:hover {
  animation: none;
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.slider-area .page-hero__cta-secondary,
.page-hero .page-hero__cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}
.slider-area .page-hero__cta-secondary:hover,
.page-hero .page-hero__cta-secondary:hover {
  color: #fff;
  gap: 12px;
}

@keyframes page-hero-cta-pulse {
  0%, 100% {
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
  }
  50% {
    box-shadow: 0 14px 36px rgba(37, 211, 102, 0.5);
  }
}
.slider-area .slider-height {
  min-height: 0;
  height: auto;
  background: transparent;
}
.slider-area .hero-overly {
  position: relative;
  z-index: 1;
}
.slider-area .hero-overly::before {
  display: none;
}

.box-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

button.btn-main {
  border: none;
}

.btn-main {
  background: #ea0010;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 10px 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  transition: color 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease, filter 0.35s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .btn-main {
    width: 100%;
  }
}
.btn-main::before, .btn-main::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.btn-main::before {
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.12) 40%, transparent 60%);
  transform: translateX(-101%);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
.btn-main::after {
  left: -100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
.btn-main > * {
  position: relative;
  z-index: 1;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-main.outline {
  background-color: color-mix(in oklab, #fff 5%, transparent) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(20px) !important;
}
.btn-main.outline::before {
  background: linear-gradient(105deg, rgba(234, 0, 16, 0.35) 0%, rgba(234, 0, 16, 0.15) 45%, transparent 65%);
}
.btn-main:hover {
  color: #fff;
  transform: translateY(-3px);
  filter: brightness(1.06);
}
.btn-main:hover::before {
  transform: translateX(0);
}
.btn-main:hover::after {
  left: 100%;
}
.btn-main:hover > * {
  transform: translateX(4px);
}
.btn-main.outline:hover {
  background-color: color-mix(in oklab, #ea0010 16%, transparent) !important;
  border-color: rgba(234, 0, 16, 0.55) !important;
  box-shadow: 0 0 28px rgba(234, 0, 16, 0.28), 0 10px 24px rgba(0, 0, 0, 0.35);
  filter: none;
}
.btn-main:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(234, 0, 16, 0.3), 0 2px 6px rgba(0, 0, 0, 0.25);
  transition-duration: 0.1s;
}

.btn-two {
  position: relative;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  background-color: #ea0010;
  color: #fff;
  border-radius: 10rem;
  padding: 5px 10px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  box-shadow: 3px 3px 25px -5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in;
}
.btn-two:hover {
  background-color: #020202;
  transform: scale(1.03);
}
.btn-two:hover .icon .i1 {
  transition: transform 0.3s ease-in-out;
  transform: translate(180%, -200%);
}
.btn-two:hover .icon .i2 {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0px, 0px) rotate(-30deg);
}
.btn-two span, .btn-two .txt {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
.btn-two .icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  color: #ea0010;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.btn-two .icon .i1, .btn-two .icon .i2 {
  color: #ea0010;
  font-size: 14px;
  margin: 0;
  position: absolute;
  transform: translate(0%, 0%) rotate(-30deg);
}
.btn-two .icon .i2 {
  transform: translate(-200%, 180%) rotate(-30deg);
}

.btn-arrow {
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  transition: 0.3s all ease;
  color: #f8f8f8;
  display: inline-block;
}
.btn-arrow:after {
  transition: 0.3s all ease;
  position: absolute;
  content: "➜";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.btn-arrow:hover {
  padding-right: 30px;
  color: #020202;
}
.btn-arrow:hover:after {
  opacity: 1;
  visibility: visible;
}

.card-product {
  background: #fff;
  border-radius: 8px;
  transition: 0.3s all ease-in-out;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.card-product h2,
.card-product h3 {
  background-color: #f8f8f8;
  border-radius: 15px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.card-product h2.card-title {
  animation: none !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 18px !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  transition: color 0.3s ease !important;
}
.card-product p {
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
}
.card-product p span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #020202;
  border: 1px solid #020202;
  padding: 8px;
  border-radius: 8px;
  width: 80%;
  display: inline-block;
  transition: 0.4s ease;
  margin-bottom: 20px;
}
.card-product img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  border-bottom: 3px solid #020202;
}
.card-product:hover p span {
  color: #fff;
  border: 1px solid #020202;
  background-color: #020202;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.card-blog {
  margin: 0;
  padding: 12px 12px 14px;
  align-items: stretch;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  height: 100%;
  display: flex;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1);
}
.card-blog:hover {
  transform: translateY(-4px);
  border-color: rgba(234, 0, 16, 0.45);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.card-blog__img {
  width: 100%;
  max-height: 180px;
  height: 180px;
  margin: 0 0 10px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  background: #f3f3f3;
}
.card-blog__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.2);
  font-size: 2rem;
}
.card-blog__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}
.card-blog__content h3 {
  color: #f8f8f8;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 8px;
}
.card-blog__content p {
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #444;
  text-align: left;
}
.card-blog__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 6px;
  font-size: 0.8rem;
  color: #777;
}
.card-blog__date {
  color: inherit;
}
.card-blog__meta-sep {
  color: #bbb;
}
.card-blog__reading {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #555;
}
.card-blog__reading i {
  color: #f8f8f8;
}
.card-blog__btn.btn-main {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 8px 14px;
  font-size: 0.82rem;
}

.card-blog-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid rgba(248, 248, 248, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-blog-featured {
    grid-template-columns: 1fr;
  }
}
.card-blog-featured__media {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.card-blog-featured__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.card-blog-featured__media:hover img {
  transform: scale(1.04);
}
.card-blog-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-blog-featured__label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #020202;
  margin-bottom: 0.75rem;
}
.card-blog-featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 0.75rem;
}
.card-blog-featured h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.25;
  margin-bottom: 0.85rem;
}
.card-blog-featured h2 a {
  color: #f8f8f8;
  text-decoration: none;
}
.card-blog-featured h2 a:hover {
  color: #020202;
}
.card-blog-featured p {
  color: #444;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.card-blog-featured__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #f8f8f8;
  text-decoration: none;
}
.card-blog-featured__link:hover {
  color: #020202;
}

.card-blog-list {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 575px) {
  .card-blog-list {
    flex-direction: column;
  }
}
.card-blog-list__media {
  flex: 0 0 38%;
  max-width: 300px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .card-blog-list__media {
    flex: none;
    max-width: 100%;
  }
}
.card-blog-list__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  background: #f0f0f0;
  color: rgba(0, 0, 0, 0.2);
  font-size: 2rem;
}
.card-blog-list__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.card-blog-list__media:hover .card-blog-list__img {
  transform: scale(1.05);
}
.card-blog-list__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-blog-list__meta {
  display: flex;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.card-blog-list h3 {
  font-size: 1.2rem;
  line-height: 1.35;
  margin-bottom: 0.65rem;
}
.card-blog-list h3 a {
  color: #f8f8f8;
  text-decoration: none;
}
.card-blog-list h3 a:hover {
  color: #020202;
}
.card-blog-list p {
  color: #555;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.card-blog-list__link {
  margin-top: auto;
  font-weight: 600;
  font-size: 0.88rem;
  color: #020202;
  text-decoration: none;
}
.card-blog-list__link:hover {
  text-decoration: underline;
}

.card-blog-highlight {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: 0;
  margin-bottom: 2rem;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 40px rgba(248, 248, 248, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-blog-highlight {
    grid-template-columns: 1fr;
  }
}
.card-blog-highlight:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(248, 248, 248, 0.18);
}
.card-blog-highlight__media {
  display: block;
  height: 100%;
  min-height: 100%;
  align-self: stretch;
  overflow: hidden;
}
.card-blog-highlight__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}
.card-blog-highlight__media:hover img {
  transform: scale(1.04);
}
.card-blog-highlight__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  height: 100%;
  background: linear-gradient(135deg, rgba(234, 0, 16, 0.15), rgba(248, 248, 248, 0.2));
  color: rgba(0, 0, 0, 0.2);
  font-size: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-blog-highlight__media {
    min-height: 240px;
    height: auto;
  }
}
.card-blog-highlight__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.25rem;
}
.card-blog-highlight__label {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #f8f8f8;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
  margin-bottom: 0.85rem;
}
.card-blog-highlight__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 0.75rem;
}
.card-blog-highlight__meta i {
  color: #f8f8f8;
}
.card-blog-highlight__meta-sep {
  color: #bbb;
}
.card-blog-highlight h2 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.3;
  color: #f8f8f8;
  margin-bottom: 0.85rem;
}
.card-blog-highlight p {
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.35rem;
}
.card-blog-highlight__btn.btn-main {
  align-self: flex-start;
  padding: 10px 22px;
}

.cta-area {
  background-image: url(../img/banners/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.35);
  padding: 100px 0;
}
.cta-area .cta-caption h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .cta-area .cta-caption h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.cta-area .cta-caption p {
  color: #fff;
  font-size: 18px;
}
.cta-area .btn-main i {
  font-size: 3em;
}

@media (min-width: 992px) {
  .menu-sidebar {
    display: flex;
    justify-content: end;
  }
}

.accordion {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .accordion {
    width: 95%;
  }
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #ea0010;
}
.accordion .accordion-item button[aria-expanded=true] .icon {
  color: #ea0010;
}
@media (max-width: 991px) {
  .accordion {
    padding: 0 20px;
  }
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  transition: 0.4s ease;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #ea0010;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #ea0010;
  border: 1px solid #ea0010;
}
.accordion button .accordion-title {
  font-weight: 600;
  font-size: 1em;
  display: flex;
  width: 90%;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #f8f8f8;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #020202;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
@media (max-width: 991px) {
  .accordion button[aria-expanded=true] + .accordion-content {
    overflow-y: scroll;
  }
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p,
.accordion .accordion-content li {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion .accordion-content p a:hover,
.accordion .accordion-content li a:hover {
  color: #ea0010;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .accordion .accordion-content p {
    font-weight: 600;
    color: #f8f8f8;
    padding-bottom: 5px;
  }
}

.btn-display .btn-main {
  min-width: 200px;
  width: fit-content;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .btn-display .btn-main {
    width: 100%;
  }
  .btn-display .btn-main.whats-form {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .btn-display {
    flex-direction: column;
  }
}

.home-form {
  position: relative;
  padding: 80px 0 90px;
  background: linear-gradient(180deg, #050308 0%, #0b0708 45%, #000 100%);
  overflow: hidden;
}
.home-form__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-form__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.18;
}
.home-form__glow--pink {
  width: 360px;
  height: 360px;
  background: #ff89c6;
  top: -80px;
  right: 10%;
}
.home-form__glow--blue {
  width: 320px;
  height: 320px;
  background: #00a3fa;
  bottom: -60px;
  left: 5%;
}
.home-form__head {
  margin-bottom: 2.75rem;
}
.home-form__head .section-title h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}
.home-form__lead {
  max-width: 560px;
  margin: 1rem auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  line-height: 1.65;
}
.home-form__panel {
  height: 100%;
  padding: 2rem;
  border-radius: 32px;
  background: rgba(11, 7, 8, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  backdrop-filter: blur(20px);
}
.home-form__panel--contact {
  display: flex;
  flex-direction: column;
}
.home-form__panel--form .form-group {
  margin-bottom: 1.25rem;
}
.home-form__panel-head {
  margin-bottom: 1.5rem;
}
.home-form__panel-head h3,
.home-form__panel-head .text-red {
  margin: 0.5rem 0 0;
  font-family: "Bowlby One", sans-serif !important;
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.home-form__panel-head .text-red {
  color: #ea0010;
}
.home-form__chip {
  display: inline-flex;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid rgba(234, 0, 16, 0.35);
  background: rgba(234, 0, 16, 0.1);
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ea0010;
}
.home-form__whatsapp-cta {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  background: #22ba59;
}
.home-form__whatsapp-cta::after {
  background-color: #01a43d;
}
.home-form .contact-channels {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  flex: 1;
}
.home-form .contact-channel {
  list-style: none;
}
.home-form .contact-channel__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.home-form .contact-channel__link:hover {
  transform: translateX(4px);
  border-color: rgba(234, 0, 16, 0.35);
  background: rgba(234, 0, 16, 0.06);
}
.home-form .contact-channel__link:hover .contact-channel__arrow {
  opacity: 1;
  transform: translate(0, 0);
}
.home-form .contact-channel__link--whatsapp:hover {
  border-color: rgba(34, 186, 89, 0.45);
  background: rgba(34, 186, 89, 0.08);
}
.home-form .contact-channel__icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: #fff;
}
.home-form .contact-channel__icon--mail {
  background: linear-gradient(135deg, #ea0010, rgb(193.2, 0, 13.2102564103));
}
.home-form .contact-channel__icon--phone {
  background: linear-gradient(135deg, #00a3fa, rgb(0, 123.0976, 188.8));
}
.home-form .contact-channel__icon--whatsapp {
  background: linear-gradient(135deg, #22ba59, #01a43d);
}
.home-form .contact-channel__icon--map {
  background: linear-gradient(135deg, #ff89c6, rgb(255, 75.8, 168.4372881356));
}
.home-form .contact-channel__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.home-form .contact-channel__label {
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.home-form .contact-channel__value {
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  word-break: break-word;
}
.home-form .contact-channel__arrow {
  flex: 0 0 auto;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.home-form .form-contact input,
.home-form .form-contact textarea,
.home-form .form-contact label,
.home-form .form-contact p {
  color: #fff !important;
}
.home-form .form-contact .form-control {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  height: 50px;
  padding: 0 1rem;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.home-form .form-contact .form-control:focus {
  border-color: rgba(234, 0, 16, 0.55);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(234, 0, 16, 0.12);
}
.home-form .form-contact .form-control::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.home-form .form-contact textarea.form-control {
  min-height: 130px;
  padding-top: 1rem;
}
.home-form .form-contact .btn-display {
  gap: 0.75rem;
}
.home-form .form-contact .btn-display .btn-main {
  flex: 1;
  justify-content: center;
  min-width: 0;
}
.home-form .form-contact .whats-form {
  background: #22ba59;
}
.home-form .form-contact .whats-form::after {
  background-color: #01a43d;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form {
    padding: 65px 0 70px;
  }
  .home-form__panel {
    padding: 1.5rem;
    border-radius: 24px;
  }
}

.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-group .btn-prod button,
.form-contact .form-group .btn-prod a {
  width: 80%;
  margin-left: 0;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  width: 100%;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
  padding-top: 20px;
}
.form-contact button {
  border: none;
}

#form-prod-int {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}

.h3-form {
  font-size: 20px;
  color: #f8f8f8;
}
.h3-form i {
  color: #ea0010;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.whats-form {
  background: #22ba59;
  margin-left: 20px;
}
.whats-form::after {
  background-color: #01a43d;
}

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*=============*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  animation: sweep 1.5s ease-in-out;
  display: flex;
  justify-content: center;
}

.whatsapp-icon {
  margin-top: 13px;
}

.card-catalogo {
  box-shadow: 0px 0px 100px -20px rgba(234, 0, 16, 0.5);
  margin: 60px 0;
  backdrop-filter: blur(20px);
  background-color: #0B0708;
  border-radius: 40px;
  border: 1px solid rgba(234, 0, 16, 0.3);
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .card-catalogo {
    padding: 30px 20px;
  }
}
.card-catalogo::before {
  content: "";
  position: absolute;
  top: 50px;
  right: -260px;
  width: 700px;
  height: 700px;
  border-radius: 100%;
  scale: 1.8;
  background: radial-gradient(circle, rgba(234, 0, 16, 0.5), rgba(0, 117, 255, 0) 50%);
  pointer-events: none;
}
.card-catalogo .col-lg-5,
.card-catalogo .box-button {
  position: relative;
  z-index: 2;
}
.card-catalogo .plush-pile {
  position: absolute;
  top: 0px;
  right: -100px;
  width: 25%;
  height: auto;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  animation: floaty 6s ease-in-out infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .card-catalogo .plush-pile {
    width: 30%;
    right: -50px;
  }
}
@keyframes floaty {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-18px) rotate(2deg);
  }
}

.catalogs-area {
  position: relative;
  overflow: hidden;
}
.catalogs-area .section-title {
  width: 50rem;
}
.catalogs-area .section-title h2 {
  text-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .catalogs-area .section-title {
    width: 100%;
  }
}
.catalogs-area__lead {
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.65;
  margin: 1rem 0 1.75rem;
  max-width: 420px;
}
.catalogs-area__open {
  position: relative;
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
}
.catalogs-area__open i {
  font-size: 0.9rem;
}

.box-button .catalogs-area__open,
.box-button [data-catalog-open] {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.catalog-preview {
  min-height: 280px;
}
.catalog-preview__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 280px;
  padding: 2rem;
  border-radius: 28px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.catalog-preview__empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
}
.catalog-preview__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(234, 0, 16, 0.12);
  border: 1px solid rgba(234, 0, 16, 0.25);
  color: #ea0010;
  font-size: 1.4rem;
}
.catalog-preview__card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #0b0708;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  animation: catalog-preview-in 0.45s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .catalog-preview__card {
    grid-template-columns: 1fr;
  }
}
.catalog-preview__card--national {
  border-color: rgba(234, 0, 16, 0.25);
}
.catalog-preview__card--import {
  border-color: rgba(0, 163, 250, 0.25);
}
.catalog-preview__card--disney {
  border-color: rgba(255, 137, 198, 0.25);
}
.catalog-preview__card--warner {
  border-color: rgba(253, 213, 5, 0.25);
}
.catalog-preview__card--general {
  border-color: rgba(255, 255, 255, 0.18);
}
@keyframes catalog-preview-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.catalog-preview__media {
  position: relative;
  min-height: 240px;
}
.catalog-preview__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-preview__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 50%, rgba(11, 7, 8, 0.85) 100%);
}
.catalog-preview__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  font-family: "Space Mono", monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
}
.catalog-preview__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.75rem;
  gap: 0.5rem;
}
.catalog-preview__body h3 {
  margin: 0;
  font-family: "Bowlby One", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.catalog-preview__label {
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ea0010;
}
.catalog-preview__meta {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
}
.catalog-preview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

body.catalog-modal-open {
  overflow: hidden;
}

.catalog-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.catalog-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.catalog-modal.is-open .catalog-modal__panel {
  transform: translateY(0) scale(1);
}
.catalog-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}
.catalog-modal__panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(90vh, 760px);
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  background: #0b0708;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  transform: translateY(24px) scale(0.98);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}
.catalog-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.catalog-modal__header h3 {
  margin: 0.25rem 0 0;
  font-family: "Bowlby One", sans-serif;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.catalog-modal__eyebrow {
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ea0010;
}
.catalog-modal__close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.catalog-modal__close:hover {
  background: rgba(234, 0, 16, 0.15);
  border-color: rgba(234, 0, 16, 0.35);
}
.catalog-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  overflow-y: auto;
}
@media (max-width: 575px) {
  .catalog-modal__grid {
    grid-template-columns: 1fr;
  }
}
.catalog-modal__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.catalog-option {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.catalog-option:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}
.catalog-option.is-active {
  border-color: rgba(234, 0, 16, 0.45);
  background: rgba(234, 0, 16, 0.08);
  box-shadow: 0 0 0 1px rgba(234, 0, 16, 0.15);
}
.catalog-option.is-active .catalog-option__check {
  opacity: 1;
  transform: scale(1);
}
.catalog-option--import.is-active {
  border-color: rgba(0, 163, 250, 0.45);
  background: rgba(0, 163, 250, 0.08);
  box-shadow: 0 0 0 1px rgba(0, 163, 250, 0.15);
}
.catalog-option--disney.is-active {
  border-color: rgba(255, 137, 198, 0.45);
  background: rgba(255, 137, 198, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 137, 198, 0.15);
}
.catalog-option--warner.is-active {
  border-color: rgba(253, 213, 5, 0.45);
  background: rgba(253, 213, 5, 0.08);
  box-shadow: 0 0 0 1px rgba(253, 213, 5, 0.15);
}
.catalog-option__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  color: #fdd505;
  font-size: 1rem;
}
.catalog-option__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.catalog-option__tag {
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.catalog-option__title {
  font-family: "Bowlby One", sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  line-height: 1.1;
}
.catalog-option__meta {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}
.catalog-option__check {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ea0010;
  color: #fff;
  font-size: 0.7rem;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.catalog-modal__footer [data-catalog-confirm]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.blog-wp-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.blog-wp-pagination__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  background: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #222;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.blog-wp-pagination__btn:hover {
  background: rgba(234, 0, 16, 0.12);
  border-color: rgba(234, 0, 16, 0.45);
  color: #f8f8f8;
}
.blog-wp-pagination__btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.blog-wp-pagination__info {
  font-weight: 600;
  color: #555;
}

.blog-wp-empty {
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
}
.blog-wp-empty h1,
.blog-wp-empty h2 {
  margin-bottom: 0.75rem;
  color: #f8f8f8;
}
.blog-wp-empty p {
  margin-bottom: 1.25rem;
  color: #555;
}

.blog-wp-accordion {
  margin-bottom: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #f8f8f8;
  overflow: hidden;
}
.blog-wp-accordion--toc {
  margin-bottom: 2rem;
}

.blog-wp-accordion__trigger {
  display: block;
  width: 100%;
  position: relative;
  padding: 1rem 3rem 1rem 1.25rem;
  border: 0;
  background: transparent;
  color: #f8f8f8;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.blog-wp-accordion__trigger:hover, .blog-wp-accordion__trigger:focus-visible {
  color: #020202;
  background: rgba(234, 0, 16, 0.06);
  outline: none;
}

.blog-wp-accordion__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: translateY(-50%);
}
.blog-wp-accordion__icon::before, .blog-wp-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  border-radius: 1px;
}
.blog-wp-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease;
}

.blog-wp-accordion__trigger[aria-expanded=true] .blog-wp-accordion__icon::after {
  opacity: 0;
}

.blog-wp-accordion__panel {
  padding: 0 1.25rem 1.15rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.blog-wp-accordion__panel[hidden] {
  display: none;
}

.blog-wp-accordion__list {
  margin: 0.85rem 0 0;
  padding-left: 1.15rem;
}
.blog-wp-accordion__list li {
  color: #333;
  line-height: 1.6;
  font-size: 0.95rem;
}
.blog-wp-accordion__list li + li {
  margin-top: 0.5rem;
}

.blog-wp-accordion__toc {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}
.blog-wp-accordion__toc--root > .blog-wp-accordion__toc-item--h2 {
  position: relative;
  padding-left: 1.1rem;
}
.blog-wp-accordion__toc--root > .blog-wp-accordion__toc-item--h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f8f8f8;
}
.blog-wp-accordion__toc--root > .blog-wp-accordion__toc-item--h2 + .blog-wp-accordion__toc-item--h2 {
  margin-top: 0.75rem;
}

.blog-wp-accordion__toc-sub {
  margin: 0.45rem 0 0;
  padding: 0.35rem 0 0 0.85rem;
  list-style: none;
  border-left: 2px solid rgba(248, 248, 248, 0.3);
}
.blog-wp-accordion__toc-sub .blog-wp-accordion__toc-item--h3 {
  position: relative;
  padding-left: 0.9rem;
}
.blog-wp-accordion__toc-sub .blog-wp-accordion__toc-item--h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: #999;
  transform: rotate(45deg);
}
.blog-wp-accordion__toc-sub .blog-wp-accordion__toc-item--h3 + .blog-wp-accordion__toc-item--h3 {
  margin-top: 0.4rem;
}

.blog-wp-accordion__toc-link {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.blog-wp-accordion__toc-link:hover {
  color: #f8f8f8;
  text-decoration: underline;
}

.blog-wp-accordion__toc-item--h2 > .blog-wp-accordion__toc-link {
  font-weight: 600;
}

.blog-wp-accordion__toc-item--h3 > .blog-wp-accordion__toc-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
}

.blog-wp-accordion--tags {
  margin-top: 2rem;
}

.blog-wp-accordion__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
}
.blog-wp-accordion__tags li {
  list-style: none;
  list-style-type: none;
  margin: 0;
}
.blog-wp-accordion__tags li::marker {
  content: none;
}

.blog-wp-accordion__tag-link {
  display: inline-block;
  background: #f3f3f3;
  color: #444;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.9rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.blog-wp-accordion__tag-link:hover {
  color: #f8f8f8;
  background: rgba(248, 248, 248, 0.08);
  border-color: rgba(248, 248, 248, 0.25);
  text-decoration: none;
}

.int-page-4.blog-page .blog-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-4.blog-page .blog-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .int-page-4.blog-page .blog-page__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.int-page-4.blog-page .blog-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.int-page-4.blog-page .blog-page__sidebar-block {
  padding: 18px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #f8f8f8;
}
.int-page-4.blog-page .blog-page__sidebar-cta {
  background: rgba(234, 0, 16, 0.08);
  border-color: rgba(234, 0, 16, 0.25);
}
.int-page-4.blog-page .blog-page__sidebar-cta p {
  color: #333 !important;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 0.85rem;
  text-align: left;
}
.int-page-4.blog-page .blog-page__sidebar-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f8f8f8;
  margin-bottom: 0.85rem;
}
.int-page-4.blog-page .blog-page__sidebar-title--section {
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
}
.int-page-4.blog-page .blog-page__sidebar-block--list .blog-page__sidebar-list li + li,
.int-page-4.blog-page .blog-page__sidebar-block--list .blog-page__sidebar-categories li + li {
  margin-top: 0.65rem;
}
.int-page-4.blog-page .blog-page__sidebar-btn.btn-main {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 9px 16px;
  font-size: 0.88rem;
}
.int-page-4.blog-page .blog-page__sidebar-list,
.int-page-4.blog-page .blog-page__sidebar-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.int-page-4.blog-page .blog-page__sidebar-list li,
.int-page-4.blog-page .blog-page__sidebar-categories li {
  list-style: none;
  list-style-type: none;
  margin-bottom: 0;
}
.int-page-4.blog-page .blog-page__sidebar-list li::marker,
.int-page-4.blog-page .blog-page__sidebar-categories li::marker {
  content: none;
}
.int-page-4.blog-page .blog-page__sidebar-list li + li,
.int-page-4.blog-page .blog-page__sidebar-categories li + li {
  margin-top: 0.65rem;
}
.int-page-4.blog-page .blog-page__sidebar-list a,
.int-page-4.blog-page .blog-page__sidebar-categories a {
  display: block;
  color: #222;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.45;
  transition: color 0.2s ease;
}
.int-page-4.blog-page .blog-page__sidebar-list a:hover,
.int-page-4.blog-page .blog-page__sidebar-categories a:hover {
  color: #f8f8f8;
}
.int-page-4.blog-page .blog-page__sidebar-list time,
.int-page-4.blog-page .blog-page__sidebar-categories time {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: #888;
}
.int-page-4.blog-page .blog-page__sidebar-categories li.is-active a {
  color: #f8f8f8;
  font-weight: 700;
}
.int-page-4.blog-page .blog-page__sidebar-empty {
  margin: 0;
  font-size: 0.9rem;
  color: #777;
}

.blog-wp-article__back {
  margin-bottom: 1rem;
}
.blog-wp-article__back a {
  color: #f8f8f8;
  text-decoration: none;
  font-weight: 600;
}
.blog-wp-article__back a:hover {
  text-decoration: underline;
}
.blog-wp-article__featured {
  margin: 0 0 1.5rem;
  border-radius: 10px;
  overflow: hidden;
}
.blog-wp-article__featured img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.blog-wp-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
  margin-bottom: 1.25rem;
  color: #666;
  font-size: 0.92rem;
}
.blog-wp-article__meta-sep {
  color: #bbb;
}
.blog-wp-article__reading {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: #f8f8f8;
}
.blog-wp-article__lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.blog-wp-article__content {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 1.5rem;
  color: #333;
}
.blog-wp-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog-wp-article__content h2,
.blog-wp-article__content h3,
.blog-wp-article__content h4 {
  scroll-margin-top: 110px;
  font-family: inherit;
  text-transform: none;
  letter-spacing: normal;
}
.blog-wp-article__content h2 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.35;
  font-weight: 700;
  color: #f8f8f8;
  margin: 2.25rem 0 0.85rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(248, 248, 248, 0.25);
}
.blog-wp-article__content h2:first-child {
  margin-top: 0;
}
.blog-wp-article__content h3 {
  font-size: clamp(1.05rem, 1.6vw, 1.18rem);
  line-height: 1.4;
  font-weight: 600;
  color: #020202;
  margin: 1.5rem 0 0.65rem;
}
.blog-wp-article__content h4 {
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 600;
  color: #333;
  margin: 1.15rem 0 0.5rem;
}
.blog-wp-article__content p,
.blog-wp-article__content li {
  color: #444;
  font-size: 1rem;
  line-height: 1.75;
}
.blog-wp-article__content a {
  color: #f8f8f8;
}
.blog-wp-article__content .blog-wp-accordion--toc {
  margin: 1.25rem 0;
}

.blog2-page .blog-page__grid {
  margin-top: 0.5rem;
}

.blog2-article__back {
  margin-bottom: 1rem;
}
.blog2-article__back a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
}
.blog2-article__back a:hover {
  color: #f8f8f8;
}
.blog2-article__meta-bar {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.blog2-article__cover {
  margin: 0 0 1.5rem;
  border-radius: 16px;
  overflow: hidden;
}
.blog2-article__cover img {
  width: 100%;
  height: auto;
  display: block;
}
.blog2-article__lead {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #222;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-align: center;
}
.blog2-article__content {
  padding: 0 0.5rem;
}
.blog2-article__content h2,
.blog2-article__content h3 {
  scroll-margin-top: 110px;
}
.blog2-article__content h2 {
  color: #f8f8f8;
}
.blog2-article__content p,
.blog2-article__content li {
  color: #444;
  line-height: 1.8;
}
.blog2-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.blog2-article__tag {
  font-size: 0.88rem;
  color: #020202;
  text-decoration: none;
  font-weight: 600;
}
.blog2-article__tag:hover {
  color: #f8f8f8;
}
.blog2-article__related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.blog2-article__related h2 {
  font-size: 1.25rem;
  color: #f8f8f8;
  margin-bottom: 1.25rem;
  text-align: center;
}
.blog2-article__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 575px) {
  .blog2-article__related-grid {
    grid-template-columns: 1fr;
  }
}
.blog2-article__related-card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
  text-decoration: none;
  transition: transform 0.25s ease;
}
.blog2-article__related-card:hover {
  transform: translateY(-4px);
}
.blog2-article__related-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.blog2-article__related-card span {
  display: block;
  padding: 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #f8f8f8;
  line-height: 1.35;
}

.contact-section {
  padding: 65px 0 0;
}
.contact-section .info-container {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.contact-section .info-container .contact-info {
  display: flex;
}
.contact-section .info-container .contact-info:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .info-container .contact-info h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contact-section .info-container .contact-info h3 a:hover {
  color: #ea0010;
}
.contact-section .info-container .contact-info p {
  color: #383838;
  margin-bottom: 0;
}
.contact-section .info-container .contact-info .icon {
  color: #020202;
  margin-right: 10px;
  font-size: 1.6em;
  min-width: 35px;
}
.contact-section .info-container::after {
  content: "";
  position: absolute;
  display: block;
  height: 115%;
  width: 85%;
  border-radius: 0%;
  left: -30px;
  top: -20px;
  z-index: -2;
  border-radius: 8px;
  opacity: 0.8;
  border: 3px solid color-mix(in srgb, #f8f8f8, #fff 40%);
  background: #f8f8f8;
}
.contact-section .btn-contact {
  display: flex;
}
@media (max-width: 576px) {
  .contact-section .btn-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .contact-section .btn-contact .btn-main {
    margin-left: 0;
    width: 80%;
  }
}

.banner-area {
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.banner-area .overlay-bg {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.411);
}
.banner-area .overlay-radial {
  position: absolute;
  inset: 0;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.203) 0%, rgb(0, 0, 0) 90%);
}
.banner-area #video-hero {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-area #video-hero {
    width: 100%;
    height: 100%;
  }
}
.banner-area .plush-pile {
  position: absolute;
  bottom: 0px;
  right: -100px;
  width: 35%;
  height: auto;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  animation: floaty 6s ease-in-out infinite;
}
@keyframes floaty {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-18px) rotate(2deg);
  }
}
@media (max-width: 575px) {
  .banner-area .plush-pile {
    display: none;
  }
}
.banner-area .content {
  width: 30vw;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-area .content {
    padding: 0 20px;
    width: 100%;
  }
}
.banner-area .content span.subtitle .pulse-glow {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #ea0010;
  border-radius: 9999px;
  animation: pulse-glow 2s infinite;
}
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 0, 16, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(234, 0, 16, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(234, 0, 16, 0);
  }
}
.banner-area .content span.subtitle {
  margin-bottom: 1.5rem;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(234, 0, 16, 0.4);
  background-color: rgba(234, 0, 16, 0.1);
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ea0010;
  backdrop-filter: blur(8px);
}
.banner-area .content .title h1,
.banner-area .content .title .fade-disney,
.banner-area .content .title .red {
  width: fit-content;
  line-height: 1;
  font-family: "Bowlby One", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 5vw, 6rem);
}
.banner-area .content .title .red {
  color: #ea0010;
}
.banner-area .content .description p {
  width: fit-content;
  margin-top: 1.5rem;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #e8e8e8;
}
.banner-area .content .description p strong {
  color: #fdd505;
}

.ticker {
  background-color: #ea0010;
  padding: 15px 0;
  overflow: hidden;
}
.ticker .ticker-track {
  display: inline-flex;
  animation: ticker 15s linear infinite;
  white-space: nowrap;
}
.ticker .ticker-track span {
  font-family: "Bowlby One", sans-serif;
  color: #fff;
  margin: 0 20px;
  font-size: 40px;
  font-weight: 700;
}
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.about-area {
  padding: 65px 0;
}
.about-area .about-content {
  backdrop-filter: blur(20px);
  background-color: #0B0708;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
}
.about-area .about-content .text-content .desc {
  margin-bottom: 40px !important;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
.about-area .about-content .text-content .desc p {
  text-align: justify;
  font-weight: 300;
  font-size: 15px;
  line-height: 27px;
  color: #fff;
  margin: 12px 0;
}
.about-area .about-content .about-list {
  margin: 10px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  row-gap: 12px;
  margin-bottom: 30px !important;
}
@media (max-width: 575px) {
  .about-area .about-content .about-list {
    grid-template-columns: 1fr;
  }
}
.about-area .about-content .about-list .item-list {
  display: block;
  align-items: center;
  backdrop-filter: blur(20px);
  background-color: hsla(0, 0%, 100%, 0.041);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}
.about-area .about-content .about-list .item-list .icon {
  width: 35px;
  height: 35px;
  border-radius: 12px;
  background: rgba(234, 0, 16, 0.1);
  border: 1px solid rgba(234, 0, 16, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .about-area .about-content .about-list .item-list .icon {
    margin-bottom: 10px;
  }
}
.about-area .about-content .about-list .item-list .icon i {
  font-weight: 600;
  color: #ea0010;
}
.about-area .about-content .about-list .item-list h3 {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.about-area .about-content .about-list .item-list .text-p {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0;
}
.about-area .image-about {
  position: relative;
}
.about-area .image-about .about-image-grid-wrapper {
  position: relative;
  padding: 20px;
  z-index: 1;
}
.about-area .image-about .about-image-grid-wrapper .grid-accent {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: -1;
  opacity: 0.15;
  animation: pulse-slow 8s infinite ease-in-out;
}
.about-area .image-about .about-image-grid-wrapper .grid-accent-circle-pink {
  width: 150px;
  height: 150px;
  background-color: #ff89c6;
  top: -10px;
  left: -10px;
}
.about-area .image-about .about-image-grid-wrapper .grid-accent-circle-blue {
  width: 180px;
  height: 180px;
  background-color: #00a3fa;
  bottom: -20px;
  right: -20px;
  animation-delay: 4s;
}
@keyframes pulse-slow {
  0%, 100% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.15) translate(10px, -10px);
  }
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border: 4px solid #fff;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 0px solid rgba(234, 0, 16, 0);
  transition: border-width 0.3s ease, border-color 0.3s ease;
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
  border-color: #fdd505;
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item:hover img {
  transform: scale(1.08);
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item:hover::after {
  border: 4px solid rgba(253, 213, 5, 0.8);
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item:nth-child(even):hover {
  transform: translateY(-8px) rotate(-1deg);
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item-1 {
  height: 380px;
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item-1::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 50px;
  height: 50px;
  background-image: radial-gradient(#00a3fa 20%, transparent 20%);
  background-size: 10px 10px;
  z-index: -2;
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item-2 {
  height: 320px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item-2 {
    margin-top: 0;
  }
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item-3 {
  height: 300px;
}
@media (max-width: 575px) {
  .about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item-3 {
    margin-top: 0;
  }
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item-4 {
  margin-top: -20px;
  height: 280px;
}
.about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item-4::before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 50px;
  height: 50px;
  background-image: radial-gradient(#ff89c6 20%, transparent 20%);
  background-size: 10px 10px;
  z-index: -2;
}
@media (max-width: 575px) {
  .about-area .image-about .about-image-grid-wrapper {
    padding: 10px;
  }
  .about-area .image-about .about-image-grid-wrapper .about-image-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .about-area .image-about .about-image-grid-wrapper .about-image-grid .grid-item {
    height: 300px !important;
  }
}
.about-area .service-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 280px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .service-wrapper {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .service-wrapper {
    min-height: 345px;
  }
}
.about-area .service-wrapper h3 {
  font-size: 20px;
}
.about-area .service-wrapper p {
  font-size: 15px;
}
.about-area .service-wrapper .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #020202;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.about-area .service-wrapper .icon .uim-svg {
  display: inline-block;
  height: 1.2em;
  vertical-align: -0.4em;
  font-size: 34px;
}
.about-area .service-wrapper .icon .uim-svg img {
  width: 40px;
}
.about-area .service-wrapper .big-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-area .service-wrapper .big-icon .uim-svg {
  font-size: 34px;
  transition: all 0.5s ease;
}
.about-area .service-wrapper:hover {
  -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  background: #ffffff;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-color: transparent !important;
}
.about-area .service-wrapper:hover .hover-img {
  width: 95px;
}
.about-area .service-wrapper:hover .big-icon {
  z-index: -1;
  opacity: 0.1;
  margin-bottom: -10px;
}
.about-area .service-wrapper:hover .big-icon .uim-svg {
  font-size: 160px;
}
.about-area .service-wrapper:hover .icon {
  background: #ea0010 !important;
  color: #ffffff !important;
}
.about-area .service-wrapper .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}

.why-area {
  padding: 70px 0;
  background: #000;
  position: relative;
  overflow: hidden;
}
.why-area::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #ea0010;
  filter: blur(140px);
  opacity: 0.07;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.why-area__head {
  margin-bottom: 2.75rem;
}
.why-area__head .section-title h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}
.why-area__lead {
  max-width: 720px;
  margin: 1rem auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.7;
}

.why-card {
  position: relative;
  height: 100%;
  padding: 2rem 1.75rem;
  border-radius: 28px;
  background: #0b0708;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.35s ease, box-shadow 0.35s ease;
}
.why-card__glow {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.why-card--quality .why-card__glow {
  background: radial-gradient(circle at 20% 0%, rgba(234, 0, 16, 0.2), transparent 55%);
}
.why-card--profit .why-card__glow {
  background: radial-gradient(circle at 80% 0%, rgba(253, 213, 5, 0.18), transparent 55%);
}
.why-card--support .why-card__glow {
  background: radial-gradient(circle at 50% 0%, rgba(0, 163, 250, 0.2), transparent 55%);
}
.why-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
.why-card--quality .why-card__icon {
  background: linear-gradient(135deg, #ea0010, color-mix(in srgb, #ea0010, #000 25%));
  box-shadow: 0 8px 24px rgba(234, 0, 16, 0.25);
}
.why-card--profit .why-card__icon {
  background: linear-gradient(135deg, #fdd505, color-mix(in srgb, #fdd505, #000 20%));
  box-shadow: 0 8px 24px rgba(253, 213, 5, 0.2);
  color: #1a1a1a;
}
.why-card--support .why-card__icon {
  background: linear-gradient(135deg, #00a3fa, color-mix(in srgb, #00a3fa, #000 20%));
  box-shadow: 0 8px 24px rgba(0, 163, 250, 0.25);
}
.why-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.85rem;
  font-family: "Bowlby One", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
}
.why-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
}
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}
.why-card:hover .why-card__glow {
  opacity: 1;
}
.why-card--quality:hover {
  border-color: rgba(234, 0, 16, 0.35);
}
.why-card--profit:hover {
  border-color: rgba(253, 213, 5, 0.35);
}
.why-card--support:hover {
  border-color: rgba(0, 163, 250, 0.35);
}
@media (max-width: 575px) {
  .why-card {
    padding: 1.5rem 1.25rem;
    border-radius: 22px;
  }
}

.machines-area {
  padding: 65px 0 80px;
  background: #000;
  position: relative;
  overflow: hidden;
  background-image: url(../img/gallery/bear-pattern.webp);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  display: block;
  backdrop-filter: blur(10px) opacity(0.5);
}
.machines-area .overlay-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.651) 0%, rgba(0, 0, 0, 0.74) 90%);
}
.machines-area::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: #ff89c6;
  filter: blur(120px);
  opacity: 0.12;
  top: -120px;
  left: -80px;
  pointer-events: none;
}
.machines-area::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: #00a3fa;
  filter: blur(120px);
  opacity: 0.1;
  bottom: -100px;
  right: -60px;
  pointer-events: none;
}
.machines-area__head {
  margin-bottom: 2.5rem;
}
.machines-area__head .section-title h2 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.machine-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background: #0b0708;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.35s ease, box-shadow 0.35s ease;
}
.machine-card__glow {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}
.machine-card--national .machine-card__glow {
  background: radial-gradient(circle at 80% 20%, rgba(253, 213, 5, 0.22), transparent 55%), radial-gradient(circle at 30% 80%, rgba(253, 213, 5, 0.18), transparent 50%);
}
.machine-card--import .machine-card__glow {
  background: radial-gradient(circle at 80% 20%, rgba(0, 163, 250, 0.22), transparent 55%), radial-gradient(circle at 30% 80%, rgba(0, 163, 250, 0.18), transparent 50%);
}
.machine-card__media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.machine-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.machine-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(11, 7, 8, 0.95) 100%);
}
.machine-card__badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}
.machine-card--national .machine-card__badge {
  border-color: rgba(253, 213, 5, 0.45);
  color: #fdd505;
}
.machine-card--import .machine-card__badge {
  border-color: rgba(0, 163, 250, 0.45);
  color: #00a3fa;
}
.machine-card__body {
  position: relative;
  z-index: 1;
  margin-top: -2.5rem;
  padding: 0 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
}
.machine-card__body h3,
.machine-card__body .text-yellow,
.machine-card__body .text-blue {
  margin: 0;
  font-family: "Bowlby One", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.machine-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.machine-card__tags li {
  list-style: none;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.machine-card--import .btn-main {
  background: #00a3fa;
}
.machine-card--import .btn-main:hover {
  color: #fff;
}
.machine-card--national .btn-main {
  background: #fdd505;
  color: #000;
}
.machine-card .btn-main {
  margin-top: auto;
}
.machine-card .btn-main:hover {
  box-shadow: none;
}
.machine-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}
.machine-card:hover .machine-card__glow {
  opacity: 1;
}
.machine-card:hover .machine-card__media img {
  transform: scale(1.06);
}
.machine-card--national:hover {
  border-color: rgba(234, 0, 16, 0.35);
}
.machine-card--import:hover {
  border-color: rgba(0, 163, 250, 0.35);
}
@media (max-width: 575px) {
  .machine-card {
    border-radius: 24px;
  }
  .machine-card__body {
    padding: 0 1.25rem 1.25rem;
  }
}

.machines-catalog__switch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.product-area {
  padding: 65px 0;
  background: #000;
}
.product-area .padding-content {
  padding: 0 7vw;
}
@media (min-width: 992px) {
  .product-area .padding-content {
    padding: 0;
    padding-left: 3rem;
    padding-right: 15px;
  }
}
.product-area .swiper-button-prev,
.product-area .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.product-area .swiper-button-prev::after,
.product-area .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

@media (min-width: 768px) {
  .int-page-1 .ajust-float {
    width: 55%;
    float: left;
    margin-right: 20px;
  }
}
.int-page-1 .ajust-float img {
  border-radius: 5px;
  min-height: 400px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .int-page-1 .padding-lg-right {
    padding-right: 5%;
  }
}
.int-page-1 .swiper-button-prev,
.int-page-1 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-1 .swiper-button-prev::after,
.int-page-1 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-1 p {
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
}
.int-page-1 .boxExpand {
  margin: 10px 0;
  padding: 10px 0;
}
.int-page-1 .boxExpand #contentExpand {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}
.int-page-1 .boxExpand #contentExpand ul li {
  list-style-position: inside;
}
.int-page-1 .boxExpand #contentExpand.expanded {
  max-height: 5000px;
}
.int-page-1 .boxExpand #contentExpand.expanded::before {
  display: none;
}
.int-page-1 .boxExpand #contentExpand::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 2;
  background: linear-gradient(to top, #ffffff 20%, rgba(0, 0, 0, 0) 100%);
}
.int-page-1 .boxExpand .btn-expand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  border: none;
  outline: none;
  transition: 0.3s ease;
  background: transparent;
}
.int-page-1 .boxExpand .btn-expand i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea0010;
  bottom: 0px;
  font-size: 40px;
  transition: 0.3s ease;
}

.int-page-2 .prodintSwiper {
  height: 400px;
}
.int-page-2 .swiper-button-prev,
.int-page-2 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-2 .swiper-button-prev::after,
.int-page-2 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-2 .img-text {
  position: relative;
  background-image: url(../img/gallery/about.webp);
}
.int-page-2 .img-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #454545, rgba(255, 255, 255, 0));
  z-index: 0;
}
.int-page-2 .img-text .content-padding {
  padding: 32px;
  z-index: 1;
}
.int-page-2 .img-text .content-padding h2,
.int-page-2 .img-text .content-padding p {
  color: #FFF;
}
.int-page-2 .buttons .btn-main {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.int-page-3 .title-text01 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding: 10px;
}
.int-page-3 .title-text01 .title {
  position: relative;
}
.int-page-3 .title-text01 .title .sub-bg {
  position: absolute;
  top: -40px;
  left: -40px;
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ea0010;
  opacity: 0.2;
}
.int-page-3 .title-text01 .title h1,
.int-page-3 .title-text01 .title h2,
.int-page-3 .title-text01 .title h3 {
  position: relative;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 10px 0;
  background: -webkit-linear-gradient(#ea0010, #020202);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.int-page-3 .box-navfeatures .custom-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav {
    margin-bottom: 15px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style {
    width: 48%;
    margin: 5px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding: 10px 30px;
  width: 100%;
  color: #000000;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
  font-size: 30px;
  color: #ea0010;
  background: linear-gradient(120deg, #020202 45%, #ea0010 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
    font-size: 25px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active {
  color: #ffffff;
  background: linear-gradient(130deg, #020202 60%, #ea0010 100%);
  border-color: #dee2e6;
  border: 0;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active img {
  filter: brightness(600%) saturate(0);
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active i {
  color: #fff;
  background: linear-gradient(120deg, #fff 45%, #eee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-page-3 .box-navfeatures .tab-content .tab-pane {
  display: none;
  padding: 5px;
}
.int-page-3 .box-navfeatures .tab-content .tab-pane.active {
  display: flex;
  animation: zoomIn 1s ease 0s 1 normal forwards;
}
.int-page-3 .box-navfeatures .tab-content .box-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-img {
    height: 400px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media (max-width: 320px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-left: 18px;
  color: #1a1a1a;
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 2px;
  height: 15px;
  background: #f8f8f8;
  transform: translateY(-50%) skew(-10deg);
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 2px;
  height: 15px;
  background: #f8f8f8;
  transform: translateY(-50%) skew(-10deg);
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle span {
  font-weight: 500;
  color: #ea0010;
}
.int-page-3 .box-navfeatures .tab-content .box-text .title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #020202;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-text .subtitle {
    font-size: 16px;
  }
  .int-page-3 .box-navfeatures .tab-content .box-text .title {
    font-size: 25px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .desc p {
  text-align: justify;
  font-size: 16px;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-text .desc p {
    font-size: 14px;
    line-height: 25px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .list {
  margin: 10px 0;
}
.int-page-3 .box-navfeatures .tab-content .box-text .list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 0;
}
.int-page-3 .box-navfeatures .tab-content .box-text .list li i {
  margin-right: 5px;
  font-size: 20px;
  background-color: #fff;
  color: #ea0010;
}
.int-page-3 .box-navfeatures .tab-content .box-text .btn-four {
  margin-top: 10px;
  padding: 8px 20px;
}
.int-page-3 .section-title02 {
  position: relative;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  z-index: 1;
}
.int-page-3 .section-title02 .icon {
  width: 120px;
  opacity: 1;
  z-index: -1;
}
.int-page-3 .section-title02 .subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #020202;
  background: linear-gradient(90deg, #ea0010 45%, #020202 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 575px) {
  .int-page-3 .section-title02 .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .int-page-3 .section-title02 .subtitle {
    font-size: 16px;
  }
}
.int-page-3 .section-title02 .title {
  font-size: 45px;
  font-weight: 800;
  color: #2c2b2b;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .int-page-3 .section-title02 .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .int-page-3 .section-title02 .title {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .int-page-3 .section-title02 .title {
    font-size: 22px;
  }
}
.int-page-3 .section-title02 .title.color-gradint {
  background: linear-gradient(90deg, #ea0010 45%, #020202 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-page-3 .section-title02 .desc {
  margin: 5px 0;
}
.int-page-3 .section-title02 .desc p {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
}
.int-page-3 .style-img01 {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #ea0010;
  text-align: center;
  padding: 20px 20px;
  border-radius: 10px;
  height: 415px;
  width: 90%;
}
.int-page-3 .style-img01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 60px;
  height: 70%;
  background: #ea0010;
  background: linear-gradient(180deg, #ea0010 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.int-page-3 .style-img01::after {
  content: "";
  position: absolute;
  bottom: -3%;
  left: -3%;
  width: 250px;
  height: 80%;
  border-radius: 5%;
  transform: rotate(0deg);
  background: radial-gradient(farthest-side at -33.33% 50%, rgba(0, 0, 0, 0) 52%, #020202 54% 57%, rgba(0, 0, 0, 0) 59%) 0 40px, radial-gradient(farthest-side at 50% 133.33%, rgba(0, 0, 0, 0) 52%, #020202 54% 57%, rgba(0, 0, 0, 0) 59%) 40px 0, radial-gradient(farthest-side at 133.33% 50%, rgba(0, 0, 0, 0) 52%, #020202 54% 57%, rgba(0, 0, 0, 0) 59%), radial-gradient(farthest-side at 50% -33.33%, rgba(0, 0, 0, 0) 52%, #020202 54% 57%, rgba(0, 0, 0, 0) 59%), #fefeff;
  background-size: 17.1416327405px 80px, 80px 17.1416327405px;
  opacity: 0.5;
  z-index: -1;
}
.int-page-3 .style-img01 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
  width: 110%;
  height: 90%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.int-page-4 .box-img {
  margin-bottom: 20px;
  height: 450px;
}
.int-page-4 .box-img .prodintSwiper {
  width: 100%;
  height: 100%;
}
.int-page-4 .service-content .titles1 {
  font-size: 26px;
  margin: 15px 0;
  color: #020202;
}
.int-page-4 .service-content .titles2 {
  color: #020202;
  font-size: 24px;
  margin: 15px 0;
}
.int-page-4 .service-content p {
  font-size: 16px;
  text-align: justify;
  color: #000;
}
.int-page-4 .service-details-card {
  padding: 20px;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1019607843);
  display: flex;
  align-items: start;
  border-left: 5px solid #ea0010;
  margin: 20px 0;
}
.int-page-4 .service-details-card .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 35px;
  color: #ea0010;
}
.int-page-4 .service-details-card .details {
  margin-left: 20px;
}
.int-page-4 .service-details-card .details h2,
.int-page-4 .service-details-card .details h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.int-page-4 .service-details-card .details p {
  font-size: 16px;
  color: #000;
}
.int-page-4 .sidebar02 .box-categoria {
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: rgba(238, 238, 238, 0.9333333333);
}
.int-page-4 .sidebar02 .box-categoria .cat-title {
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0;
}
.int-page-4 .sidebar02 .box-categoria ul {
  margin-bottom: 10px;
}
.int-page-4 .sidebar02 .box-categoria ul li {
  padding: 18px 25px;
  list-style: none;
  background: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s ease;
}
.int-page-4 .sidebar02 .box-categoria ul li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #000;
}
.int-page-4 .sidebar02 .box-categoria ul li:hover {
  transform: scale(1.03);
  background: #ea0010;
}
.int-page-4 .sidebar02 .box-categoria ul li:hover a {
  color: #fff;
}
.int-page-4 .sidebar02 .sidebar-cta {
  position: relative;
  padding: 20px 30px;
  margin: 20px 0;
  height: 450px;
}
.int-page-4 .sidebar02 .sidebar-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.int-page-4 .sidebar02 .sidebar-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  z-index: 2;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ea0010;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner h2,
.int-page-4 .sidebar02 .sidebar-cta .content-inner h3 {
  color: #fff;
  font-size: 26px;
  margin: 15px 0;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner a {
  padding: 15px 30px;
  background-color: #ea0010;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner a:hover {
  background-color: #fff;
  color: #ea0010;
}
.int-page-4 .swiper-button-prev,
.int-page-4 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-4 .swiper-button-prev::after,
.int-page-4 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

.map-site ul li {
  margin-bottom: 10px;
}
.map-site ul li i {
  color: #020202;
}
.map-site ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9em;
}
.map-site ul li a:hover {
  color: #ea0010;
  padding-left: 5px;
}

.politica-de-privacidade h2 {
  margin-top: 15px;
}

.lgpd {
  position: fixed;
  bottom: 4%;
  left: 2%;
  max-width: 360px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;
}
.lgpd .title {
  font-weight: 600;
  color: rgb(31, 41, 55);
}
.lgpd .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75, 85, 99);
}
.lgpd .description a {
  color: rgb(59, 130, 246);
}
.lgpd .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.lgpd .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.lgpd .actions .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31, 41, 55);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.lgpd .actions .pref:hover {
  color: rgb(156, 163, 175);
}
.lgpd .actions .pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.lgpd .actions .accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17, 24, 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  border: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.lgpd .actions .accept:hover {
  background-color: rgb(55, 65, 81);
}
.lgpd .actions .accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/*# sourceMappingURL=style.css.map */
