@charset "UTF-8";
/* ---------------------------------- */
/* ---------GLOBAL STYLE v4---------- */
/* ---------------------------------- */
/* --------FONT FAMILY-------- */
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Gotham-Book.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Gotham-Medium.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Gotham-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}
/* --------COLOR DESIGN-------- */
:root {
  --timing: 1s;
  --sm: 24px;
  --xl: 80px;
  --xxl: 134px;
  --white: #fff;
  --bright: #E5E8EB;
  --light: #A6B0BB;
  --sky: #F0F5FA;
  --azure: #008DBD;
  --sun: #FBB034;
  --orange: #F26334;
  --brick: #CD3C0D;
  --red: #BA1B23;
  --green: #417E12;
  --blue: #002C6C;
  --ocean: #001A4D;
  --dark: #414345;
  --black: #262626;
}

/* --------RESET-------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-drag: none;
  user-select: none;
}

* {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*::-webkit-scrollbar {
  display: none;
}

html {
  background: var(--white);
}

body {
  position: relative;
  overscroll-behavior: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
}

main {
  background: var(--sky);
}

ul {
  list-style: none;
}

li {
  list-style-position: inside;
}

button,
select,
label,
a {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

a {
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}

a:has(i) {
  display: inline-flex;
}

table {
  border-collapse: collapse;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-inline-size: 0;
}

input,
textarea {
  max-width: 100%;
}

a,
button,
input[type=button],
input[type=submit] {
  /* Disattiva l'effetto di highlight sugli eventi click nei touchscreen */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  color: currentColor;
}

button,
iframe,
video,
select {
  border: 0;
  background: transparent;
}

hr {
  border-color: var(--light);
  border-top: 0;
}

cite {
  padding-top: 32px;
  display: inline-block;
  font-style: normal;
  color: var(--light);
}

canvas {
  image-rendering: optimizeSpeed;
  /* Forza l'ottimizzazione della velocità */
}

form fieldset {
  border: none;
}

form input:not([type=checkbox]):not([type=radio]),
form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid var(--sky);
  border-radius: 0;
  color: var(--sky);
}

main img,
main video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

address {
  font-style: normal;
}

.active a,
:disabled {
  pointer-events: none;
}

/* --------FONT SIZE-------- */
a,
p,
b,
strong,
dd,
dt,
em,
small,
address,
span,
cite,
li,
dt,
dd,
td,
th,
code,
label,
input,
textarea,
button,
blockquote,
figcaption,
legend {
  line-height: 1.4;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
}

.num {
  font-size: 56px;
}

h1,
h3,
.h3 {
  font-size: 48px;
}

h1 b,
h3 b,
.h3 b,
.orange {
  color: var(--orange);
}

h4,
.h4 {
  font-size: 32px;
}

h5,
.h5 {
  font-size: 24px;
}

small {
  font-size: 12px;
}

b,
.h4,
h5,
.h5,
h6,
.h6,
.skip-lead,
.skip-end {
  font-weight: 500;
}

h1,
h3,
h3.h4,
h4,
.num,
.red,
.orange,
strong {
  font-weight: 700;
}

/* --------ICON DESIGN-------- */
i:not(.world) {
  display: inline-block;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
}

i:not(.check):not(.warning):not(.world) {
  background: currentColor;
}

i.xl {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
}

.linkedin {
  -webkit-mask: url("../media/svg/icon_linkedin.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_linkedin.svg") no-repeat center;
  mask-size: contain;
}

.instagram {
  -webkit-mask: url("../media/svg/icon_instagram.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_instagram.svg") no-repeat center;
  mask-size: contain;
}

.facebook {
  -webkit-mask: url("../media/svg/icon_facebook.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_facebook.svg") no-repeat center;
  mask-size: contain;
}

.twitter {
  -webkit-mask: url("../media/svg/icon_twitter.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_twitter.svg") no-repeat center;
  mask-size: contain;
}

.youtube {
  -webkit-mask: url("../media/svg/icon_youtube.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_youtube.svg") no-repeat center;
  mask-size: contain;
}

.badge {
  -webkit-mask: url("../media/svg/icon_badge.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_badge.svg") no-repeat center;
  mask-size: contain;
}

.cart {
  -webkit-mask: url("../media/svg/icon_cart.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_cart.svg") no-repeat center;
  mask-size: contain;
}

.hide {
  -webkit-mask: url("../media/svg/icon_close.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_close.svg") no-repeat center;
  mask-size: contain;
}

.data {
  -webkit-mask: url("../media/svg/icon_data.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_data.svg") no-repeat center;
  mask-size: contain;
}

.magnify {
  -webkit-mask: url("../media/svg/icon_magnify.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_magnify.svg") no-repeat center;
  mask-size: contain;
}

.mail {
  -webkit-mask: url("../media/svg/icon_mail.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_mail.svg") no-repeat center;
  mask-size: contain;
}

.people {
  -webkit-mask: url("../media/svg/icon_people.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_people.svg") no-repeat center;
  mask-size: contain;
}

.reload {
  -webkit-mask: url("../media/svg/icon_reload.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_reload.svg") no-repeat center;
  mask-size: contain;
}

.screen {
  -webkit-mask: url("../media/svg/icon_screen.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_screen.svg") no-repeat center;
  mask-size: contain;
}

.share {
  -webkit-mask: url("../media/svg/icon_share.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_share.svg") no-repeat center;
  mask-size: contain;
}

.upload {
  -webkit-mask: url("../media/svg/icon_upload.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_upload.svg") no-repeat center;
  mask-size: contain;
}

.alert {
  -webkit-mask: url("../media/svg/icon_alert.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_alert.svg") no-repeat center;
  mask-size: contain;
}

.confirm {
  -webkit-mask: url("../media/svg/icon_confirm.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_confirm.svg") no-repeat center;
  mask-size: contain;
}

.trademark {
  -webkit-mask: url("../media/svg/icon_brand.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_brand.svg") no-repeat center;
  mask-size: contain;
}

.marketplace {
  -webkit-mask: url("../media/svg/icon_market.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_market.svg") no-repeat center;
  mask-size: contain;
}

.world {
  -webkit-mask: url("../media/svg/world.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/world.svg") no-repeat center;
  mask-size: contain;
}

.check {
  background: url("../media/svg/icon_check.svg") bottom left no-repeat;
}

.warning {
  background: url("../media/svg/icon_warning.svg") bottom left no-repeat;
}

.arrow,
.sx-arrow,
.v-arrow,
.d-arrow {
  -webkit-mask: url("../media/svg/icon_arrow.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("../media/svg/icon_arrow.svg") no-repeat center;
  mask-size: contain;
}

.sx-arrow {
  transform: scaleX(-1);
}

.v-arrow {
  transform: rotate(90deg);
}

.d-arrow {
  transform: rotate(-45deg);
}

/* --------GENERAL CONTAINER--------- */
.pt {
  padding-top: var(--sm);
}

.mt {
  margin-top: var(--sm);
}

.mb {
  margin-bottom: var(--sm);
}

.w-100 {
  width: 100% !important;
}

.box-extrafull,
.box-full,
.box-content,
.box-small {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.box-extrafull > *,
.box-full > *,
.box-content > *,
.box-small > * {
  padding-left: var(--xl);
  padding-right: var(--xl);
  width: 100%;
}

.box-extrafull > * {
  padding-left: var(--sm);
  padding-right: var(--sm);
}

.box-extrafull > *,
.box-full > * {
  max-width: 1560px;
}

.box-content > * {
  max-width: 1000px;
}

.box-small > * {
  max-width: 760px;
}

.b-round {
  border-radius: 8px;
}

.b-pill {
  border-radius: 999px !important;
}

.bg-blue {
  background: var(--blue);
}

.bg-blue,
.bg-blue * {
  color: var(--white);
}

.orange {
  color: var(--orange);
}

small.orange {
  color: #C04922;
}

.red {
  color: var(--red);
}

.blue {
  color: var(--blue);
}

/* -------------ANIMAZIONI------------- */
.wrapper {
  overflow: hidden;
}

.from {
  opacity: 0;
  transition: transform var(--timing) ease-out, opacity var(--timing) ease-out;
}

.actived {
  opacity: 1 !important;
}

.from-left {
  transform: translateX(-100%);
}

.from-right {
  transform: translateX(100%);
}

.from-top {
  transform: translateY(-100%);
}

.from-bottom {
  transform: translateY(50%);
}

/* ------CHECKBOX DESIGN------ */
input[type=radio],
input[type=checkbox] {
  position: relative;
  border: 2px solid var(--white);
  border-radius: 99px;
  cursor: pointer;
  appearance: none;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  transform: translateY(4px);
}

input[type=radio]::after,
input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
  width: 12px;
  height: 12px;
  background: var(--white);
  border-radius: 99px;
}

input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
  opacity: 1;
}

/* -----LINK UNDERLINE EFFECT----- */
.underline {
  position: relative;
}

.underline::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  transition: transform 0.4s linear;
  transform-origin: center;
}

/* --------HOVER STYLE--------- */
/* --------MOBILE QUERY--------- */
.d-none {
  display: none !important;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .num {
    font-size: 43px;
  }
}
/* --------SUBCOMPONENTS--------- */
.lazy {
  cursor: pointer;
}

/* ---------------------------- */
/* -------------CTA------------ */
/* ---------------------------- */
:root {
  --h-btn: 37px;
  --n-btn: calc(var(--h-btn)*-1);
}

.cta {
  height: var(--h-btn);
  max-height: var(--h-btn);
  position: relative;
  z-index: 6;
  padding: 0 20px;
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
}

.cta:not(#hamburger) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

button .cta {
  aspect-ratio: 1;
  padding: 0;
}

button.cta {
  max-width: fit-content;
}

.cta,
.cta::after,
.cta::before {
  border-radius: 10px;
}

.cta::after,
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
}

.cta::after {
  z-index: -2;
}

.cta::after {
  background: var(--orange);
}

.cta::before {
  background: var(--brick);
}

.cta::before {
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-out;
}

button:disabled:has(.cta),
.cta:disabled {
  pointer-events: none;
  opacity: 0.7;
}

/* ICON CTA STYLING----------------- */
.cta:has(figure) {
  overflow: visible;
  border-left: var(--h-btn) solid transparent;
  border-right: 0 solid transparent;
  transition: border-left-width 0.4s ease-out, border-right-width 0.4s ease-out;
}

.cta figure {
  position: absolute;
  left: var(--n-btn);
  padding: 8px;
  font-size: 0;
  background: var(--orange);
  border-radius: 10px;
  transition: left 0.4s ease-out;
  z-index: -3;
}

/* COLORAZIONI EXTRA---------------- */
.cta.deep::after,
.cta.deep figure {
  background: var(--blue);
}

.cta.deep::before {
  background: var(--ocean);
}

.cta.ice {
  color: var(--ocean);
}

.cta.ice::after,
.cta.ice figure {
  background: var(--white);
}

.cta.ice::before {
  background: var(--sky);
}

/* ---------------------------- */
/* --------ACCESSIBILITÀ------- */
/* ---------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-lead,
.skip-end {
  position: fixed;
  display: grid;
  place-items: center;
  font-size: 14px;
  width: 300px;
  margin: 0 calc(50vw - 150px);
  height: 32px;
  border-radius: 8px;
  z-index: 1000;
  background: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: transform 0.3s ease-out;
}

.skip-lead {
  top: -34px;
}

.skip-end {
  bottom: -34px;
}

.skip-lead:focus {
  transform: translateY(40px);
}

.skip-end:focus {
  transform: translateY(-40px);
}

/* ---------------------------- */
/* ----------HAMBURGER--------- */
/* ---------------------------- */
:root {
  --w: 20px;
}

.close .x,
.plus .x {
  display: grid;
  place-items: center;
}

.close .x,
.plus .x {
  position: relative;
  height: var(--w);
  aspect-ratio: 1;
}

.x::after,
.x::before {
  width: var(--w);
  height: 2px;
  border-radius: 1px;
  background: currentColor;
  pointer-events: none;
}

.x {
  pointer-events: none;
  position: relative;
  background: transparent !important;
}

.x::after,
.x::before {
  content: "";
  position: absolute;
  transition: transform 0.4s linear;
}

.close .x::after,
.close .x::before,
.plus .x::after,
.plus .x::before {
  transition-duration: 0.2s;
}

input:checked + .close .x::after {
  transform: rotate(45deg);
}

input:checked + .close .x::before {
  transform: rotate(-45deg);
}

input:checked + .plus .x::before {
  transform: rotate(90deg);
}

/* --------------------------- */
/* ----------SLIDER----------- */
/* --------------------------- */
.slider,
section .slider .slide-box {
  position: relative;
  overflow-y: visible;
  overflow-x: hidden;
}

.slider.infinite .slide-wrap {
  transform: translateX(-100%);
}

.slide-box,
.slide-wrap {
  position: relative;
  font-size: 0;
}

.slide-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  transition: transform var(--timing) ease-out;
  height: auto;
  min-width: 100%;
}

.slider:has(.dots) .slide-wrap {
  padding-bottom: 28px;
}

.slider .slide {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  font-size: initial;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
  padding: var(--sm);
}

/* ----------------------------- */
/* ----------CAROUSEL----------- */
/* ----------------------------- */
.carousel {
  position: relative;
}

.carousel .wrapper {
  overflow: visible !important;
}

.carousel-box,
.carousel-wrap {
  position: relative;
  font-size: 0;
}

.carousel-wrap {
  height: 600px;
  width: 100%;
  overflow: hidden;
}

.carousel-box,
.carousel-slide,
.carousel-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-cnt {
  text-align: center;
  flex-direction: column;
}

.carousel-slide {
  overflow: hidden;
  font-size: initial;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.carousel:has(.dots) .carousel-slide {
  height: calc(100% - 30px) !important;
}

.original .carousel-slide {
  z-index: 4;
}

.original .latest {
  z-index: 5 !important;
}

.original .visible {
  pointer-events: auto;
  z-index: 6 !important;
}

.clone-after,
.clone-before {
  pointer-events: none;
  display: inline-block;
  position: absolute;
  bottom: 0;
  min-height: 100px;
  min-width: 100px;
}

.clone-after {
  left: 0;
}

.clone-before {
  right: 0;
}

.carousel-after .carousel-slide,
.carousel-before .carousel-slide {
  z-index: 1;
}

.carousel-after .latest,
.carousel-before .latest {
  z-index: 2 !important;
}

.carousel-after .visible,
.carousel-before .visible {
  z-index: 3 !important;
}

.carousel-box > button {
  position: absolute;
  bottom: var(--xl);
}

.carousel-box .after {
  right: calc(var(--xl) + var(--h-btn));
}

.carousel-box .before {
  right: var(--xl);
}

/* ------------------------------ */
/* -----------ACCORDION---------- */
/* ------------------------------ */
.accordion-wrap {
  width: 50%;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--sm);
}

details summary + * {
  padding: 0px var(--sm) var(--sm);
  transform: translateY(var(--sm));
  opacity: 0;
  max-height: 0;
}

details:not([open]) summary {
  cursor: pointer;
}

details[open] summary + * {
  animation: expand 0.6s linear forwards;
}

@keyframes expand {
  60% {
    transform: translateY(var(--sm));
    opacity: 0;
    max-height: 999px;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    max-height: 999px;
  }
}
/* cancella l'icona di default */
summary::marker,
summary::-webkit-details-marker {
  display: none;
}

/* "+" stile e design */
summary .plus {
  position: relative;
  background: var(--blue);
  color: var(--white);
  padding: 4px;
  border-radius: 10px;
  border: 5px solid var(--blue);
  margin-left: var(--sm);
  opacity: 0.8;
}

summary .plus::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--white);
}

summary .x::after,
summary .x::before {
  width: 10px;
}

details[open] > summary .plus {
  opacity: 1;
}

details:not([open]) > summary .plus .x::before {
  transform: rotate(90deg);
}

/* ---------------------------- */
/* ------------BORDER---------- */
/* ---------------------------- */
.border {
  position: relative;
  border: 3px solid var(--bright);
  outline: 12px solid #D8DDE1;
  border-radius: 20px;
}

.border img,
.border video {
  border-radius: 17px;
}

.border:not(#video)::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 99px;
  background: var(--dark);
  height: 10px;
  width: 78px;
}

/* ---------------------------- */
/* -----------ELIPSE----------- */
/* ---------------------------- */
#elipse-wrap,
#elipse-box {
  position: relative;
  overflow: hidden;
  /* outline: 1px solid var(--sky); */
}

.crop {
  position: absolute;
  top: 9%;
  left: 50%;
  height: 82%;
  max-width: 1560px !important;
  transform: translateX(-50%);
  transition: transform 2s ease-out;
  outline: 50vw solid var(--sky);
  border: var(--sm) solid var(--sky);
  border-radius: 34px;
  pointer-events: none;
}

#supply.yes .crop,
#gtin.yes .crop {
  transform: translateX(-50%) scale(2);
}

#elipse-box,
#elipse-box .crop {
  outline-color: var(--white);
  border-color: var(--white);
}

.elipse {
  position: absolute;
  width: 1194px;
  height: 1194px;
  pointer-events: none;
}

#elipse-wrap {
  background: var(--white);
}

#elipse-wrap .elipse {
  background: url("../media/svg/elipse.svg") no-repeat;
}

.left-bottom {
  right: 80%;
  top: 0;
}

.right-middle {
  left: 80%;
  top: -400px;
}

#elipse-box .elipse {
  background: url("../media/svg/elipse_gtin.svg") no-repeat;
}

.left-center {
  right: 70%;
  top: -194px;
}

.right-top {
  left: 50%;
  top: -700px;
}

/* ---------------------- */
/* --------HEADER-------- */
/* ---------------------- */
#page-lead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: transform 0.6s ease-out;
}

#page-lead.from-top {
  transform: translateY(-200%);
}

#page-lead > section {
  padding-top: 24px;
}

#masthead {
  position: relative;
  background: var(--white);
  height: 88px;
  padding: 0 32px;
  border-radius: 20px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

#masthead,
.toggle > * {
  display: flex;
  align-items: center;
}

header .toggle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--sky);
}

.toggle.controls {
  position: relative;
  z-index: 0;
  margin-left: var(--sm);
  width: 240px;
}

.toggle {
  border: 1px solid var(--light);
  border-radius: 10px;
  padding: 1px;
}

.nav__link a,
.control {
  font-size: 14px;
  text-align: center;
  padding: 9px 0;
  font-weight: 500;
  text-transform: capitalize;
  transition: color 0.2s 0.1s linear;
}

.control:not(:disabled) {
  color: var(--dark);
}

.nav__link.active a {
  color: var(--white);
}

.nav__link ~ .track {
  transition: transform 0.4s ease-out, width 0.4s ease-out;
}

.track {
  position: absolute;
  top: 1px;
  background: var(--blue);
  height: calc(100% - 2px);
  z-index: -1;
  border-radius: 8px;
}

.brand:disabled ~ .track,
.brand.active ~ .track {
  left: 1px;
}

.brand.active ~ .track,
.brand a,
.control + .track,
.control {
  width: 120px;
}

.market:disabled ~ .track,
.market.active ~ .track {
  right: 1px;
}

.market.active ~ .track,
.market a {
  width: 180px;
}

#logo {
  font-size: 0;
  line-height: 0;
}

/* --------CAMBIO LINGUA------- */
#lang {
  height: var(--h-btn);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border-radius: 10px;
  background: var(--sky);
  margin-left: auto;
  margin-right: 18px;
}

#lang span {
  display: inline-block;
  width: 18px;
  height: 14px;
  border-radius: 3px;
  transition: opacity 0.3s ease-out;
  opacity: 0.3;
  filter: grayscale(1);
}

#lang:hover span:not(.actual),
#lang span.actual {
  opacity: 1;
  filter: none;
}

#lang span.actual {
  transform: scaleY(1.26);
}

#en {
  background: url("../media/svg/en.svg") no-repeat center;
}

#it {
  background: url("../media/svg/it.svg") no-repeat center;
}

#intro {
  text-align: center;
  overflow: hidden;
  padding-top: 210px;
}

#intro p {
  margin-top: 24px;
  transform: translateY(100%);
  transition-delay: 2s;
}

h1.actived + p {
  opacity: 1;
  transform: none !important;
}

#video {
  margin: var(--xxl) 0;
  font-size: 0;
  transform-origin: bottom;
}

#intro video {
  aspect-ratio: 1.2;
}

#video::before,
#video::after,
#tick {
  content: "";
  position: absolute;
  transform: rotate(-20deg);
  background: url("../media/svg/check.svg") bottom left no-repeat;
  animation: tick 1.5s linear infinite alternate-reverse;
}

#video::before {
  top: -42px;
  left: 15%;
  height: 64px;
  width: 64px;
}

#tick {
  top: 15%;
  right: -72px;
  height: 116px;
  width: 116px;
  animation-direction: alternate !important;
}

#video::after {
  bottom: 15%;
  left: -99px;
  height: 200px;
  width: 200px;
}

@keyframes tick {
  100% {
    transform: rotate(20deg);
  }
}
@keyframes tick-md {
  100% {
    transform: rotate(20deg) scale(66.66%);
  }
}
@keyframes tick-xs {
  100% {
    transform: rotate(20deg) scale(33.33%);
  }
}
/* --------CLIENTS-------- */
#clients {
  text-align: center;
}

#clients .h4 {
  color: var(--light);
  white-space: nowrap;
}

.clients-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--sm) var(--xl);
  margin: 56px 0 var(--xxl);
}

/* ----------KPI---------- */
#kpi {
  margin-bottom: var(--xxl);
}

#kpi h4 {
  display: block;
  margin-bottom: 32px;
}

.kpi-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: var(--sm);
}

.kpi-card {
  display: flex;
  width: calc(25% - 18px);
  border-radius: 5px;
  overflow: visible;
}

.kpi-card,
.kpi-card * {
  border-radius: 5px;
}

.kpi-card article {
  background: var(--white);
}

.kpi-card video {
  aspect-ratio: 1;
  height: auto;
}

.kpi-card p {
  padding: 32px;
}

.kpi-wrap .kpi-card:nth-child(2) article {
  transition-delay: 0.3s;
}

.kpi-wrap .kpi-card:nth-child(3) article {
  transition-delay: 0.6s;
}

.kpi-wrap .kpi-card:nth-child(4) article {
  transition-delay: 0.9s;
}

/* ----------CHART---------- */
#chart {
  margin-bottom: var(--xxl);
}

#chart article {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sm);
}

#chart__title {
  max-width: 628px;
}

#chart__title p,
#chart__title .cta {
  margin-top: var(--sm);
  padding-right: var(--sm);
}

#chart__value {
  text-align: right;
  max-width: 287px;
  min-width: 287px;
  margin-left: auto;
  margin-bottom: var(--xxl);
}

#chart__value span {
  color: var(--orange);
  display: block;
}

#chart-data,
.chart__column {
  display: flex;
  flex-direction: column-reverse;
}

#chart-data ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 891px;
  height: 342px;
  margin-left: auto;
  overflow: hidden;
}

#chart-data figcaption {
  margin-top: var(--sm);
  text-align: right;
}

.chart__column {
  min-width: 10.22%;
  text-align: center;
  gap: 3px;
}

.chart__column div {
  background: var(--orange);
  border-radius: 6px;
  opacity: 0.4;
}

.chart__column .hat {
  height: 6px;
  opacity: 0.8;
}

@media screen and (min-width: 1370px) {
  #chart__title p,
  #chart__title .cta {
    margin-left: var(--sm);
  }
  #chart-data {
    margin-top: calc(var(--xxl) * -1);
  }
}
/* ----------SUPPLY---------- */
#supply {
  position: relative;
}

#supply,
.supply-wrap {
  padding-top: var(--xxl);
  padding-bottom: var(--xxl);
}

#supply figcaption.orange {
  max-width: 612px;
  text-align: center;
  margin: 0 auto;
}

.supply-rail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 200px;
  margin-top: var(--xxl);
}

.supply-rail p {
  font-size: 14px;
  font-weight: 500;
}

.rail-box {
  position: relative;
  flex-grow: 1;
}

.rail {
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  width: calc(100% + 100px);
  border-radius: 99px;
  background-image: linear-gradient(var(--orange) 0%, var(--orange) 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.7s linear;
}

.supply__nav.sud .rail {
  background-position: right;
}

.supply__nav.nord .rail {
  background-position: left;
}

.supply__nav {
  display: flex;
  max-height: 50px;
  justify-content: space-between;
  width: calc(50% + 25px);
  border-radius: 99px;
}

.supply__nav,
#world-title,
#world-back {
  background: var(--bright);
}

.supply__nav.sud {
  margin: auto 0 0 auto;
  flex-direction: row-reverse;
}

.station {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.4;
  z-index: 1;
  transition: opacity 0.3s linear 0.7s, background-color 0.3s linear 0.5s;
  pointer-events: none;
}

.sud > .station:not(.terminal):nth-of-type(2) {
  transition-delay: 0s;
}

.station.next-step {
  pointer-events: auto;
}

.station:not(.last) {
  background: var(--dark);
}

.station.terminal:not(.last) {
  color: var(--brick);
  background: var(--brick);
}

.station i {
  color: var(--white);
}

.station i.cart {
  transform: translateY(1px);
}

.station p,
#world-back,
.world {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.station.last p {
  color: transparent;
}

.supply__nav.nord p {
  top: -34px;
}

.supply__nav.sud p {
  bottom: -50px;
  margin-left: auto;
}

#world-title {
  padding: 4px 8px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #a3a6a8;
  white-space: nowrap;
  transition: color 0.3s linear 0.7s;
}

#world-back {
  display: inline-block;
  top: 0;
  border-radius: 999px;
  pointer-events: none;
  height: 200px;
  width: 200px;
  z-index: 1;
  transition: background-color 0.3s ease-out 0.7s;
}

#world-back .world {
  background: var(--dark);
  margin-top: 4px;
  opacity: 0.4;
  transition: opacity 0.3s linear 0.5s;
}

#world-back .world,
.supply__nav .world {
  height: 192px;
  width: 192px;
}

.supply__nav.nord .world,
.supply__nav.sud .world {
  background-size: 100% 0%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear 0.5s;
}

.supply__nav.nord .world {
  top: 4px;
  background-image: linear-gradient(var(--orange) 0%, transparent 100%) !important;
  background-position: top;
}

.supply__nav.sud .world {
  bottom: 4px;
  background-image: linear-gradient(transparent 0%, var(--orange) 100%) !important;
  background-position: bottom;
}

.station.last.terminal {
  opacity: 1;
}

.supply-txt {
  max-width: 342px;
  margin: 0 auto;
}

.supply-txt ol {
  position: relative;
  width: 100%;
  height: calc(100px + var(--xxl));
  list-style: none;
  text-align: center;
}

.supply-txt li {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--blue);
  font-weight: 500;
  padding-top: var(--xxl);
  opacity: 0;
  transform: translateY(var(--sm));
  transition: transform 0.6s ease-out, opacity 0.3s ease-out;
  background: linear-gradient(transparent, transparent calc(var(--xxl) - var(--sm)), var(--white) var(--xxl));
}

.supply-txt nav {
  display: flex;
  justify-content: center;
  gap: var(--sm);
}

.supply-txt nav button:disabled {
  opacity: 0.5;
}

.station.last.terminal i,
.supply__nav .rail-box:has(+ .station.terminal) .rail {
  background-size: 100% 100% !important;
}

.station.terminal:not(.last),
.supply__nav.nord:has(> .station.terminal:first-of-type) > .station:nth-of-type(2),
.supply-rail:has(.nord > .station:nth-of-type(3).terminal) .sud > .station:nth-of-type(1),
.supply__nav.sud:has(> .station.terminal:first-of-type) > .station:nth-of-type(2) {
  outline: 4px solid var(--sun);
  opacity: 1;
}

.supply-rail:has(.sud .station.last.terminal) #world-back {
  background: var(--sun);
}

.supply-rail:has(.nord > .station:nth-of-type(2).terminal) #world-back i {
  opacity: 0.7;
}

.supply-rail:has(.nord .station.terminal:nth-of-type(2)) #world-title {
  color: var(--dark);
}

.supply-rail:has(.nord .station.last.terminal) #world-title {
  color: var(--brick);
}

.supply-rail:has(.nord .station.terminal:nth-of-type(1)) + .supply-txt li:nth-child(1),
.supply-rail:has(.nord .station.terminal:nth-of-type(2)) + .supply-txt li:nth-child(2),
.supply-rail:has(.nord .station.terminal:nth-of-type(3)) + .supply-txt li:nth-child(3),
.supply-rail:has(.sud .station.terminal:nth-of-type(1)) + .supply-txt li:nth-child(4),
.supply-rail:has(.sud .station.terminal:nth-of-type(2)) + .supply-txt li:nth-child(5),
.supply-rail:has(.sud .station.terminal:nth-of-type(3)) + .supply-txt li:nth-child(6) {
  opacity: 1;
  transform: none;
}

/* ----------KEYS---------- */
#keys {
  padding-bottom: var(--xxl);
}

#keys > div {
  display: flex;
  flex-wrap: wrap;
  row-gap: 48px;
}

#keys > div article:nth-of-type(1) video {
  mix-blend-mode: multiply;
}

#keys video {
  clip-path: inset(1px);
}

#keys h4 {
  margin-bottom: var(--sm);
  width: 100%;
}

#keys p {
  margin-top: 9px;
}

.key-card {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 var(--sm);
  gap: 20px;
}

.key-card video {
  max-width: 16%;
  min-width: 16%;
  height: auto;
}

/* ----------GTIN---------- */
#gtin {
  position: relative;
}

#gtin,
.gtin-wrap {
  padding-top: var(--xxl);
  padding-bottom: var(--xxl);
}

#gtin i {
  color: var(--orange);
}

#gtin h4 {
  margin-bottom: var(--sm);
  max-width: 760px;
}

.gtin-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 18px;
}

.gtin-wrap > *:not(article) {
  width: 100%;
}

.gtin-wrap > p {
  text-align: right;
}

.gtin-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  padding: 32px;
  border-radius: 5px;
  width: calc(33.33% - 12px);
}

.gtin-card p {
  margin-top: 8px;
  color: var(--dark);
}

.gtin-card .num {
  margin-top: auto;
}

.gtin-reverse {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
}

/* --------IPHONE-------- */
#iphone {
  padding-bottom: var(--xxl);
}

#iphone > div > p {
  max-width: 60%;
}

.iphone-wrap {
  margin-top: var(--sm);
  display: flex;
  align-items: center;
}

#iphone .accordion-wrap details:not(:first-child) img {
  transform: scale(1.2);
}

#iphone .iphone-wrap .accordion-wrap hr:last-of-type {
	display: none;
}

.alert-box {
  background: var(--red);
  border-radius: 10px;
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 16px var(--sm);
  gap: 16px;
}

.alert-box p {
  font-weight: 500;
}

.alert-img {
  display: flex;
  justify-content: center;
  padding-top: 12px;
  gap: 12px;
}

.iphone-card {
  min-width: calc(50% - 6px);
  flex-grow: 1;
}

.iphone-card figure {
  position: relative;
  padding-top: var(--sm);
  background: var(--white);
  border-radius: 10px;
}

.iphone-card figure > i {
  position: absolute;
  top: var(--sm);
  left: 50%;
  margin-left: 45px;
  transform: translateX(-50%);
}

.iphone-card img {
  object-fit: contain;
  max-height: 100px;
}

.iphone-card figcaption {
  margin-top: var(--sm);
  background: var(--sky);
  padding-top: 10px;
  font-weight: 700;
}

.iphone-card > div {
  height: 32px;
}

.iphone-card > div > p {
  pointer-events: none;
}

.iphone-card figcaption,
.iphone-card div,
.iphone-txt {
  display: flex;
  align-items: center;
  gap: 10px;
}

.iphone-txt {
  justify-content: space-between;
}

.iphone-txt div {
  height: 32px;
}

/* --------IPHONE IMG-------- */
#iphone-img {
  display: grid;
  place-items: center;
  min-height: 100%;
  width: 50%;
  padding-left: var(--xl);
}

#iphone-img .border {
  height: 550px;
  width: min(80%, 300px);
  aspect-ratio: 0.6;
  overflow: hidden;
  background: var(--white);
}

#iphone-img .iphone-card {
  height: 50%;
  padding: 18px;
}

#iphone-img .product {
  height: 100px;
}

.shirt {
  background: url("../media/svg/shirt.svg") center no-repeat;
}

.hat {
  background: url("../media/svg/hat.svg") center no-repeat;
}

.bag {
  background: url("../media/svg/bag.svg") center no-repeat;
}

.house {
  background: url("../media/svg/house.svg") center no-repeat;
  transform: scale(1.2);
}

#iphone-scroll {
  transition: transform 0.6s ease-out;
}

#iphone-scroll .iphone-card figure {
  background: var(--bright);
}

#iphone-scroll .iphone-card figcaption {
  background: var(--white);
}

#iphone-wrap:has(.accordion-wrap details[open]:nth-of-type(1)) #iphone-scroll {
  transform: translateY(0);
}

.iphone-wrap:has(.accordion-wrap details[open]:nth-of-type(2)) #iphone-scroll {
  transform: translateY(-30%);
}

.iphone-wrap:has(.accordion-wrap details[open]:nth-of-type(3)) #iphone-scroll {
  transform: translateY(-50%);
}

.iphone-wrap:has(.accordion-wrap details[open]:nth-of-type(4)) #iphone-scroll {
  transform: translateY(-60%);
}

.iphone-wrap:has(.accordion-wrap details[open]:nth-of-type(4)) #hide-alert {
  opacity: 0;
}

/* ----------QUIZ----------- */
:root {
  --bh: 250px;
  --top: calc(var(--xxl) + var(--bh));
}

#quiz {
  padding-bottom: var(--xxl);
}

.quiz-wrap {
  position: relative;
  display: flex;
  overflow: visible;
  flex-direction: column-reverse;
}

.quiz-radio {
  flex-wrap: wrap;
  row-gap: var(--sm);
}

.quiz-radio,
.quiz-radio label {
  display: flex;
  justify-content: space-between;
}

.quiz-radio label {
  flex-direction: column;
  width: calc(25% - 12px);
  border: 2px solid var(--light);
  border-radius: 5px;
  aspect-ratio: 2.5;
  padding: 16px;
  outline: 8px solid transparent;
}

.quiz-radio label.error:has(input:checked) {
  border-color: var(--red);
  outline-color: rgba(186, 27, 35, 0.2);
}

.quiz-radio label.success:has(input:checked) {
  border-color: var(--green);
  outline-color: rgba(65, 126, 18, 0.2);
}

.quiz-popup {
  display: flex;
  align-items: center;
  position: absolute;
  margin-top: var(--xl);
  gap: 16px;
  top: var(--top);
  left: 50%;
  padding: 20px 24px;
  transform: translate(-50%, var(--sm));
  border-radius: 10px;
  background: var(--white);
  max-width: 572px;
  opacity: 0;
  z-index: 9;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

label:has(input:checked) + .quiz-popup {
  transition-delay: 0.6s;
  transform: translate(-50%, 0);
  opacity: 1;
}

.quiz-popup p {
  font-weight: 500;
}

.error + .quiz-popup {
  background: var(--red);
}

.success + .quiz-popup {
  background: var(--green);
}

/* ----------BLISTER----------- */
#item {
  position: relative;
  text-align: center;
  margin: var(--xl) 0;
  transform-origin: top;
}

#item img {
  margin: var(--xl) 0;
}

#item figcaption {
  position: absolute;
  top: var(--xl);
  left: 50%;
  transform: translateX(-50%);
}

#item figcaption,
#item img {
  height: var(--bh);
  width: auto;
  aspect-ratio: 1.076;
}

#item dl {
  font-size: 14px;
}

.item-detail {
  position: absolute;
  text-align: left;
  display: inline-block;
  background: #1A417B;
  padding: 5px 10px;
  border-radius: 8px;
  opacity: 0.6;
}

.item-detail::before,
.item-detail::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border-radius: 99px;
  opacity: 0.8;
}

.item-detail::before {
  height: 30px;
  background: radial-gradient(transparent 7px, var(--white) 10px, transparent);
  filter: blur(4px);
}

.item-detail::after {
  height: 14px;
  background: var(--white);
}

.item-detail.sx::before {
  right: -40px;
  bottom: 0;
}

.item-detail.sx::after {
  right: -32px;
  bottom: 8px;
}

.item-detail.dx::before {
  left: -40px;
  bottom: 0;
}

.item-detail.dx::after {
  left: -32px;
  bottom: 8px;
}

.item-detail.btm::before,
.item-detail.btm::after {
  transform: translateX(-50%);
}

.item-detail.btm::before {
  left: 50%;
  bottom: -40px;
}

.item-detail.btm::after {
  left: 50%;
  bottom: -32px;
}

#item dl .item-detail:nth-child(1) {
  bottom: 58%;
  right: 110%;
}

#item dl .item-detail:nth-child(2) {
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
}

#item dl .item-detail:nth-child(3) {
  bottom: -14px;
  right: 82%;
}

#item dl .item-detail:nth-child(4) {
  bottom: 70%;
  left: 109%;
}

#item dl .item-detail:nth-child(5) {
  bottom: 89px;
  left: 109%;
}

#item dl .item-detail:nth-child(6) {
  bottom: 8px;
  left: 100%;
}

.item-detail dt {
  color: var(--white);
  white-space: nowrap;
}

.item-detail dd {
  font-weight: 500;
  color: var(--ocean);
  font-size: 0;
}

.quiz-wrap:has(.success input:checked) .item-detail,
.quiz-wrap:has(.success input:checked) .item-detail::after,
.quiz-wrap:has(.success input:checked) dt,
.quiz-wrap:has(.success input:checked) dd {
  transition-delay: 0.7s;
}

.quiz-wrap:has(.success input:checked) .item-detail,
.quiz-wrap:has(.success input:checked) .item-detail::after {
  background: var(--white);
  opacity: 1;
}

.quiz-wrap:has(.success input:checked) dt {
  color: var(--ocean);
}

.quiz-wrap:has(.success input:checked) dd {
  font-size: 14px;
}

/* ---------SEARCH---------- */
#search {
  position: relative;
  padding-top: var(--xxl);
  padding-bottom: var(--xxl);
  z-index: 1;
}

.search-txt {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48px;
}

.search-txt p {
  margin-top: var(--sm);
}

#search form {
  position: relative;
}

#search-input {
  width: 100%;
  height: 70px;
  flex-grow: 1;
  padding: 16px;
  font-size: 18px;
  border: 1px solid var(--light);
  border-radius: 20px;
}

#search form .cta {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

#search-ex {
  margin-top: 16px;
}

#search-ex button {
  text-decoration: underline;
  font-size: 16px;
}

/* ---------API RESULT---------- */
#false {
  background: var(--red);
  max-width: 760px;
  margin: 0 auto;
}

#false,
#true {
  border-radius: 10px;
  margin-top: 48px;
}

#false,
.true-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  font-weight: 500;
}

#true .slide-box {
  background: linear-gradient(var(--white) 40%, transparent 40%);
}

#true {
  background: var(--white);
}

#true *:not(.hint):not(.control):not(.subspace-h) {
  color: var(--blue) !important;
}

#true .slide {
  gap: 18px;
}

.true-title {
  width: 100%;
}

.true-info {
  display: flex;
}

.true-info ~ p {
  margin-right: auto;
}

.true-info img {
  width: 33.33%;
  height: auto;
  object-fit: contain;
}

.true-fields {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}

.true-fields > *:not(:first-child) {
  border-top: 1px solid var(--light);
}

.true-field {
  display: flex;
  padding: 16px;
}

.true-field > * {
  width: 50%;
}

.true-field > *:not(h5) {
  font-weight: 500;
}

.true-field h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding-right: 16px;
}

.true-field .hint {
  display: inline-block;
  padding: 4px 8px;
  background: var(--blue);
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 8px;
}

.true-field .flag {
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-right: 8px;
  transform: translateY(2px);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

/* ---------REVIEWS--------- */
#reviews {
  padding-top: var(--xxl);
  padding-bottom: var(--xxl);
  flex-direction: column;
  align-items: center;
}

#reviews .carousel-wrap {
  border-radius: 40px;
  background: var(--white);
}

#reviews .carousel-cnt {
  align-items: start;
  text-align: left;
  height: 100%;
}

#reviews .visible .review {
  transition: transform 0.3s ease-out 0.7s, opacity 0.3s ease-out 0.7s;
}

#reviews .visible .review,
#reviews .visible img {
  opacity: 1;
  transform: none;
}

#reviews img,
.review {
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

#reviews img {
  transition-duration: 0.5s;
}

.review {
  transform: translateY(var(--sm));
  padding: var(--xl);
}

.review blockquote,
.review cite {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review blockquote {
  -webkit-line-clamp: 13;
  line-clamp: 13;
}

.review cite {
  width: calc(100% - 80px);
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

#reviews .deep {
  margin: 32px auto 0;
}

/* -----------FAQ----------- */
#faq {
  padding-top: var(--xxl);
  padding-bottom: var(--xxl);
}

#faq ol,
.faq-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-wrap {
  display: flex;
  flex-wrap: wrap;
}

.faq-txt {
  width: 50%;
  padding-right: var(--xl);
  margin-bottom: var(--sm);
}

#faq details {
  background: var(--white);
  border-radius: 10px;
  margin-bottom: 19px;
}

#faq .deep {
  margin: 32px auto 0;
}

/* ---------------------- */
/* --------FOOTER-------- */
/* ---------------------- */
#page-end {
  padding-bottom: var(--xl);
}

#colophon {
  padding-top: var(--xxl);
  padding-bottom: var(--xxl);
  text-align: center;
}

#colophon .cta {
  margin: 48px auto 0;
}

#colophon div {
  transform: translateY(100%);
  transition-delay: 1.6s;
}

#colophon h4.actived + div {
  opacity: 1;
  transform: none !important;
}

#sub-end {
  position: relative;
  background: var(--ocean);
  border-radius: 10px;
  padding: 24px 24px 80px 24px;
}

#sub-end hr {
  margin: var(--sm) 0;
}

#socials,
#policy,
#sub-end ul {
  display: flex;
}

#socials,
#policy {
  justify-content: space-between;
  align-items: center;
}

#socials ul {
  gap: 4px;
}

#socials a:focus i {
  color: var(--orange);
}

#policy ul {
  gap: 10px 28px;
}

#policy * {
  font-size: 12px;
}

#policy p {
  margin-right: var(--sm);
}

#elipse {
  position: absolute;
  left: 50%;
  bottom: -1049px;
  transform: translateX(-50%);
  transition: transform 2s linear 1.6s;
}

#sub-end.yes #elipse {
  transform: translateX(-50%) rotate(180deg);
}

/*-------------------------------------*/
/*---------- (1) WORD REVEAL ----------*/
/*-------------------------------------*/
.d-block,
.tfx-block,
.tfx-block-h {
  display: block;
}

.tfx-block *,
.tfx-block-h * {
  background-repeat: no-repeat;
}

/*----------- DOUBLE COLOR EFFECT ----------*/
.double,
.double * {
  display: inline !important;
  background-size: 0 100%;
  background-position: 0 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.double > * {
  background-image: linear-gradient(var(--orange) 0%, var(--orange) 100%);
  transition: background-size 0.8s linear 1.6s;
}

.double.actived > * {
  background-size: 100% 100%;
}

.double {
  background-image: linear-gradient(var(--blue) 0%, var(--blue) 100%);
}

.double.actived {
  animation: colorSize 3s forwards;
}

@keyframes colorSize {
  0%, 79% {
    color: transparent;
  }
  80% {
    background-size: 100% 100%;
    color: var(--blue);
  }
  100% {
    background-size: 0 100%;
    color: var(--blue);
  }
}
.double-white {
  background-image: linear-gradient(var(--white) 0%, var(--white) 100%);
}

.double-white.actived {
  animation: colorSizeW 3s forwards;
}

@keyframes colorSizeW {
  0%, 79% {
    color: transparent;
  }
  80% {
    background-size: 100% 100%;
    color: var(--white);
  }
  100% {
    background-size: 0 100%;
    color: var(--white);
  }
}
/*----------- WRITING EFFECT ----------*/
.writing {
  color: transparent;
  display: inline !important;
  background-size: 0 100%;
  background-position: 0 100%;
  background-clip: text;
  -webkit-background-clip: text;
  transition: background-size 1.6s linear;
  background-image: linear-gradient(var(--white) 0%, var(--white) 100%);
}

.writing * {
  color: transparent;
}

.writing.actived {
  background-size: 100% 100%;
}

/*--------- UNDERSPACE EFFECT ---------*/
.subspace-h {
  display: inline-flex;
  position: relative;
  overflow-x: hidden;
  text-decoration: underline;
  text-underline-offset: 5px;
  line-height: normal;
  padding-bottom: 2px;
  opacity: 0.8;
}

main .subspace-h {
  font-weight: 500;
  color: var(--azure);
}

.subspace-h::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -300%;
  width: 400%;
  height: 1px;
  background: linear-gradient(to right, transparent 25%, var(--white) 25%, var(--white) 75%, transparent 75%, transparent);
}

.subspace-h:hover {
  opacity: 1;
}

.subspace-h:hover::after {
  transform: translateX(75%);
  transition: transform 1.2s ease-in-out;
}

footer .subspace-h {
  text-underline-offset: 6px;
  padding-bottom: 4px;
}

footer .subspace-h::after {
  background: linear-gradient(to right, transparent 25%, var(--ocean) 25%, var(--ocean) 75%, transparent 75%, transparent);
}

/* ---------------------------- */
/* --------MEDIA QUERY--------- */
/* ---------------------------- */
@media (hover: hover) {
  .underline:hover::before {
    transform: scaleX(0.7);
  }
  .d-hh-none {
    display: none !important;
  }
  .cta:has(figure):not(:disabled):hover {
    border-left-width: 0;
    border-right-width: var(--h-btn);
  }
  .cta:not(:disabled):hover::before {
    transform: scaleX(1);
  }
  .cta:not(:disabled):hover figure {
    left: 100%;
    background: var(--brick);
  }
  .cta.deep:not(:disabled):hover figure {
    background: var(--ocean);
  }
  .cta.ice:not(:disabled):hover figure {
    background: var(--sky);
  }
  .control:hover ~ .track {
    transition: transform 0.4s ease-out, width 0.4s ease-out;
  }
  .control:not(.active):hover ~ .track {
    width: 120px;
  }
  .brand.control:not(.active):hover ~ .track {
    transform: translateX(-96.4%);
  }
  .market.control:not(.active):hover ~ .track {
    transform: translateX(96.4%);
  }
  .control:not(:disabled):hover + .market,
  .toggle.controls:has(.market:not(:disabled):hover) .brand {
    color: var(--blue);
  }
  .control:not(:disabled):hover,
  .nav__link:not(.active):hover a {
    color: var(--white);
  }
  .brand:not(.active):hover + .market a,
  header .toggle:has(.market:not(.active):hover) .brand a {
    color: var(--dark);
  }
  header .brand:not(.active):hover ~ .track {
    transform: translateX(-150%);
    width: 120px;
  }
  header .market:not(.active):hover ~ .track {
    transform: translateX(66.6%);
    width: 180px;
  }
  #clients .h4:hover {
    color: var(--orange);
  }
  details:hover summary .plus {
    opacity: 1;
  }
  .station:not(.last):hover {
    background: var(--brick);
  }
  #socials li:hover i {
    color: var(--orange);
    transform: scale(1.2);
  }
}
@media (hover: none) {
  .d-hn-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .box-content > * {
    max-width: min(1000px, 100vw - 96px);
  }
  .box-content > *,
  .box-small > * {
    padding-left: 0;
    padding-right: 0;
  }
  .key-card {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --xl: 32px;
    --xxl: 108px;
  }
  h1,
  h3 {
    font-size: 40px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  .d-md-none {
    display: none !important;
  }
  .crop {
    top: 5%;
    height: 90%;
  }
  #masthead {
    height: 72px;
    padding: 0 24px;
  }
  header .toggle {
    margin-top: 16px;
    top: 100%;
  }
  #video {
    margin-left: var(--sm);
    margin-right: var(--sm);
    outline-width: 10px;
  }
  #video::before,
  #video::after,
  #tick {
    transform: rotate(-20deg) scale(66.66%);
    animation-name: tick-md;
  }
  #video::after {
    margin-bottom: -40px;
  }
  .kpi-card {
    width: calc(50% - 12px);
  }
  .kpi-wrap .kpi-card:nth-child(odd) article {
    transition-delay: 0s;
  }
  .kpi-wrap .kpi-card:nth-child(even) article {
    transition-delay: 0.3s;
  }
  .supply-wrap {
    padding-left: calc(var(--xl) + 24px);
    padding-right: calc(var(--xl) + 24px);
  }
  .gtin-wrap {
    padding-left: calc(var(--xl) + 24px);
    padding-right: calc(var(--xl) + 24px);
  }
  .gtin-card {
    width: calc(50% - 9px);
  }
  :root {
    --top: calc(var(--xxl) + var(--xl) + var(--bh));
  }
  #item {
    margin: var(--xxl) 0;
    transform: scale(0.8);
  }
  .quiz-popup {
    margin-top: 0;
    font-size: 14px;
    padding: 14px 18px;
  }
  .quiz-radio label {
    padding: 12px;
    aspect-ratio: 2;
  }
  .true-info {
    width: 100%;
    flex-direction: column;
  }
  .true-info img {
    width: 100%;
    max-height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .d-mid-none {
    display: none !important;
  }
  details[open] summary {
    pointer-events: none;
  }
  #reviews .carousel-cnt {
    flex-direction: row;
  }
  #reviews .carousel-cnt > * {
    width: 50%;
  }
  #reviews img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --xl: 24px;
    --xxl: 64px;
  }
  h1,
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  cite {
    font-size: 14px;
  }
  .d-sm-none {
    display: none !important;
  }
  .accordion-wrap {
    width: 100%;
  }
  .left-bottom {
    right: 88%;
    top: -180px;
  }
  .right-middle {
    left: 88%;
  }
  .supply-wrap {
    padding-left: calc(var(--xl) + 24px);
    padding-right: calc(var(--xl) + 24px);
  }
  .supply-rail {
    height: 300px;
  }
  .supply-rail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 100%;
    background: var(--bright);
    border-radius: 99px;
  }
  #world-back {
    top: 75px;
    height: 150px;
    width: 150px;
  }
  #world-back .world,
  .supply__nav .world {
    height: 142px;
    width: 142px;
  }
  .supply__nav.nord .world {
    top: 79px;
  }
  .supply__nav.sud .world {
    bottom: 79px;
  }
  .supply__nav {
    width: 100%;
  }
  .supply__nav.nord {
    background: linear-gradient(90deg, var(--bright) 50%, transparent 50%);
  }
  .supply__nav.sud {
    background: linear-gradient(-90deg, var(--bright) 50%, transparent 50%);
  }
  .nord .last {
    transform: scale(3) translateX(calc(-16.76vw + 25px)) translateY(83.38%);
  }
  .sud .last {
    transform: scale(3) translateX(calc(16.76vw - 25px)) translateY(-83.38%);
  }
  .nord .last i {
    transform: scale(0.33) translateX(-151%) translateY(-267.4%);
  }
  .sud .last i {
    transform: scale(0.33) translateX(-151%) translateY(267.4%);
  }
  .nord .rail.angle {
    transform: rotate(90deg) translate(-40px, -5px) scale(63%, 0.8);
    transform-origin: bottom left;
  }
  .sud .rail.angle {
    transform: rotate(90deg) translate(40px, 5px) scale(63%, 0.8);
    transform-origin: top right;
  }
  .rail-box {
    transform: scaleY(0.8);
  }
  .nord .station:nth-of-type(2)::before,
  .sud .station:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--white);
    z-index: -2;
    clip-path: path("M0,0v25h25C9,25,0,11,0,0z");
  }
  .nord .station:nth-of-type(2)::before {
    top: -10%;
    right: -10%;
    transform: scale(-1, -1);
  }
  .sud .station:nth-of-type(2)::before {
    bottom: -10%;
    left: -10%;
  }
  .quiz-popup {
    width: 100%;
    max-width: 90%;
  }
  .quiz-radio label {
    width: calc(50% - 12px);
  }
  #reviews .carousel-wrap {
    border-radius: 20px;
  }
  #reviews .carousel-cnt {
    justify-content: flex-start;
  }
  #reviews img {
    max-height: 300px;
    min-height: 300px;
  }
  #iphone > div > p,
  .faq-txt {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  #policy ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .d-xs-none {
    display: none !important;
  }
  .left-center {
    right: 60%;
    top: 0;
  }
  .right-top {
    left: 50%;
    top: -600px;
  }
  #page-lead > section {
    padding: 0;
  }
  #masthead {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 18px;
  }
  #intro {
    padding-top: 186px;
  }
  #video {
    margin-left: var(--sm);
    margin-right: var(--sm);
    outline-width: 6px;
  }
  #video::before,
  #video::after,
  #tick {
    transform: rotate(-20deg) scale(33.33%);
    animation-name: tick-xs;
  }
  #video::after {
    margin-bottom: -80px;
  }
  .kpi-card {
    width: 100%;
  }
  #iphone > div {
    padding-left: 0;
    padding-right: 0;
  }
  #iphone > div > h4,
  #iphone > div > p {
    padding-left: var(--sm);
    padding-right: var(--sm);
  }
  .gtin-card {
    width: 100%;
  }
  #item {
    transform: scale(0.7);
  }
  .item-detail {
    width: 100%;
    max-width: 104px;
  }
  .item-detail dt {
    white-space: wrap;
  }
  .quiz-popup {
    max-width: 100%;
    padding: 9px 12px;
  }
  .quiz-popup i {
    display: none;
  }
  label:has(input:checked) + .quiz-popup {
    transform: translate(-50%, -12px);
  }
  .quiz-radio {
    row-gap: 12px;
  }
  .quiz-radio label {
    width: calc(50% - 6px);
  }
  .quiz-radio input {
    transform: scale(0.9);
  }
  .true-field {
    padding: 16px 0;
    row-gap: 16px;
    flex-direction: column;
  }
  .true-field > * {
    width: 100%;
  }
  #reviews .carousel-wrap {
    height: 620px;
  }
  #reviews img {
    max-height: 200px;
    min-height: 200px;
  }
}