/*----------------------------------------------------
 *                 Global Variables
 * ---------------------------------------------------*/
:root {
  --main-full-width: 100%;
  --main-width: clamp(200px, 93%, 1900px);
  --main-md-width: clamp(200px, 62%, 1200px);
  --cta-btn-width: 228px;
  --hero-btn-width: 190px;
  --hero-cta-btn-height: 70px;
  --cta-btn-height: calc(var(--hero-cta-btn-height) - 20px);
  --section-radius: 30px;
  --video-radius: 20px;
  --video-btn-radius: 10px;
  --cta-btn-radius: 7px;
  --vid-txt-state: block;
  --btn-txt-state: none;
  --markers-visibility: none;
  --prv-nxt-btn-size: 40px;
  --style4-min-height: 650px;
  --style4-height: 37vw;
}

@media (max-width: 1600px) {
  :root {
    --style4-height: 40vw;
  }
}
@media (max-width: 1200px) {
  :root {
    --style4-min-height: 600px;
  }
}
@media (max-width: 950px) {
  :root {
    --main-md-width: clamp(200px, 93%, 1150px);
    --style4-min-height: 650px;
  }
}
@media (max-width: 650px) {
  :root {
    --markers-visibility: flex;
    --vid-txt-state: none;
    --btn-txt-state: block;
  }
}
/*--------------------------------------------------
 *                  Color Chart
 * ----------------------------------------------------*/
/*--------------------------------------------------
 *                   HTML5 Reset
 * --------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

html, body, div, section, article, aside, header,
hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,
blockquote, address, time, main span, em, strong, img,
ol, ul, li, figure, canvas, video, th, td, tr {
  margin: 0;
  padding: 0;
  border: 0;
}

main *, main *:before, main *:after {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

address, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

picture {
  z-index: 1;
}

main button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*--------------------------------------------------
 *              Reset RD code
 * --------------------------------------------------*/
.toptop_banner {
  height: 0px;
  margin-bottom: 0px;
}

.pd_purchase_left {
  display: none !important;
}

#pd_purchase {
  display: none !important;
}

/*fix purchase ui issues*/
.banner1200 {
  height: 0px !important;
  overflow: hidden;
}

/*hide pdrm purchase*/
.bundle_pdrm {
  display: none !important;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.on_600 {
  display: none;
}

.back_top {
  z-index: 999 !important;
}

/*----------------------------------------------------
 *                 Display Fonts
 * ----------------------------------------------------*/
main h1, main h2, main h3, main h4, main h5, main span, main ul {
  font-family: "Poppins", sans-serif;
}

main h1 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1;
}
main h2 {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.3;
}
main h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 600;
  line-height: 1.4;
}
main p {
  font-size: clamp(0.8rem, 2vw, 1rem);
  line-height: 2rem;
  font-family: system-ui;
  font-weight: 400;
  line-height: 1.2;
}
main a {
  font-family: "Poppins", sans-serif;
  font-style: clamp(0.8rem, 2vw, 1rem);
  font-weight: 600;
}

/*----------------------------------------------------
 *              Base Style
 * ----------------------------------------------------*/
main h1, main h2, main h3, main h4, main p, main a, main i, main span {
  color: #fff;
}
main h1 {
  margin: 2rem 0;
}

main:is(.CHT, .CHS) h1 {
  line-height: 1.2;
}

.title:has(+ p) {
  margin-bottom: 0.5rem;
}

/*----------------------------------------------------
 *              Promotional Ribbon
 * ----------------------------------------------------*/
.promo-ribbon {
  position: absolute;
  background-color: #ff0057;
  padding: 8px 16px;
  color: #fff;
  border-bottom-right-radius: 6px;
  font-weight: 700;
  z-index: 1;
}

@media (max-width: 620px) {
  .promo-ribbon {
    width: 100vw;
    border-radius: 0;
    height: fit-content;
  }
}
/*----------------------------------------------------
 *              CTA buttons style
 * ----------------------------------------------------*/
.btn-cta {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 0.6rem;
  flex-wrap: wrap;
  text-align: center;
}
.btn-cta a {
  border-radius: 7px;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s all;
  margin: 12px;
  text-transform: uppercase;
  padding: 1rem 1.2rem;
  width: auto;
  height: auto;
  min-height: 70px;
  min-width: 190px;
}
.btn-cta a:hover {
  transform: scale(1.08);
}

.hero .btn-cta a {
  width: var(--hero-btn-width);
  min-height: 70px;
}

.ENU .btn-cta {
  white-space: nowrap;
}

.trial-btn {
  border: 1px solid white;
  flex-direction: row !important;
}
.trial-btn i {
  font-weight: 100;
  margin-left: 6px;
}
.trial-btn.black-bg, .trial-btn.teal-bg, .trial-btn.blue-grd, .trial-btn.purple-grd {
  border: none;
}
.trial-btn.black-bg {
  background-color: #000;
}
.trial-btn.teal-bg {
  background-color: #22F6F7;
}
.trial-btn.blue-grd {
  background: rgb(34, 246, 247);
  color: black;
}
.trial-btn.blue-grd i {
  color: black;
}
.trial-btn.purple-grd {
  background: hsl(320, 100%, 77%);
  background: linear-gradient(132deg, rgb(231, 125, 233) 0%, rgb(255, 192, 172) 100%);
  color: black;
}
.trial-btn.purple-grd i {
  color: black;
}

.buy-now-btn {
  background: #21EEEF;
  color: #000;
}
.buy-now-btn span {
  color: #000;
  font-size: clamp(0.6rem, 0.6vw, 1rem);
  padding-top: 6px;
}

@media (max-width: 620px) {
  .btn-cta a {
    min-height: 70px;
    min-width: 200px;
  }
}
/*----------------------------------------------------
 *              WebCommerce ad section
 * ----------------------------------------------------*/
.webcommerce-ad {
  display: grid;
  grid-template-columns: 1fr;
  height: fit-content;
}
.JPN .webcommerce-ad {
  display: none;
}

#long-banner {
  justify-self: center;
}

@media (max-width: 620px) {
  .webcommerce-ad {
    display: none;
  }
}
/*----------------------------------------------------
 *              Promotional Ribbon
 * ----------------------------------------------------*/
.fixed-bottom-promo {
  width: 100%;
  height: auto;
  background: #ff0057;
  position: fixed;
  bottom: 0;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
  padding: 0.5rem clamp(100px, 11%, 500px);
}
.fixed-bottom-promo p {
  font-weight: 800;
  font-size: clamp(18px, 2vw, 25px);
}

.shop-sale {
  background: black;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 2pc;
  margin: 0 1%;
}

/*--------------------------------------------------
 *                Screen Recording
 * ----------------------------------------------------*/
.screen-recording {
  display: grid;
  grid-template-columns: 1fr;
  width: var(--main-md-width);
  gap: 3rem;
  margin: 4rem auto;
  padding: 0;
}
.screen-recording .intro {
  justify-self: center;
  text-align: center;
}
.screen-recording h2 {
  color: black;
}
.screen-recording p {
  color: black;
}
.screen-recording video {
  width: 100%;
  justify-self: center;
  border-radius: var(--video-radius);
}

@media (max-width: 620px) {
  .screen-recording {
    padding: 0;
    gap: 1.5rem;
  }
}
/*--------------------------------------------------
 *                 Testimonials
 * ----------------------------------------------------*/
.testimonials {
  display: grid;
  grid-template-columns: 1fr;
  margin: 4rem auto;
  padding: 3rem 0;
}
.testimonials h2 {
  text-align: center;
  color: black;
}

.testimony {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.testimony div {
  background-color: #EAEAEA;
  border-radius: var(--video-radius);
  padding: 1.5rem;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  min-width: 220px;
  max-width: 260px;
}
.testimony div img {
  width: 100%;
  place-self: center;
}
.testimony div p {
  color: black;
}

.JPN .testimony div {
  max-height: 270px;
}
.JPN .testimony div p {
  font-weight: 500;
}
.JPN .testimony div img {
  grid-row: 2;
}

@media (max-width: 1280px) {
  .testimonials {
    width: var(--main-width);
    padding: 0;
  }
}
@media (max-width: 1238px) {
  .testimony > div:last-of-type {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    max-width: 600px;
    gap: 2rem;
  }
  .JPN .testimony > div:last-of-type img {
    grid-row: 1;
  }
}
@media (max-width: 924px) {
  .testimony > div:last-of-type {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    max-width: 260px;
    gap: 1rem;
  }
  .JPN .testimony > div:last-of-type img {
    grid-row: 2;
  }
}
@media (max-width: 620px) {
  .testimonials {
    margin: 2rem auto;
  }
  .testimony {
    margin-top: 2rem;
    gap: 1.5rem;
  }
  .testimony div {
    padding: 1.5rem;
    display: block;
    max-width: 100% !important;
    width: 100%;
    text-align: center;
  }
  .testimony div img {
    max-width: 210px;
  }
}
/*--------------------------------------------------
 *                  Carousel
 * ----------------------------------------------------*/
.all-you-need {
  width: 100%;
  overflow: hidden;
  background-color: #353742;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin: 4rem auto;
  margin-top: 0;
  padding: 3rem 0;
}
.all-you-need .intro {
  text-align: center;
  justify-self: center;
}
.all-you-need .title {
  background: -webkit-linear-gradient(45deg, #FF67F9, #22F6F7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.all-you-need .to-prv, .all-you-need .to-nxt {
  display: none;
}
.all-you-need nav {
  justify-self: center;
  background-color: black;
  background: -webkit-linear-gradient(45deg, #1F2233 40%, #000 100%);
  width: fit-content;
  border-radius: var(--video-radius);
}
.all-you-need button {
  color: white;
  padding: 0.6rem 2rem;
  border-radius: var(--video-radius);
}
.all-you-need button:hover {
  background: -webkit-linear-gradient(0deg, rgba(255, 103, 249, 0), rgba(89, 214, 255, 0.1882352941) 50%, rgba(34, 246, 247, 0) 100%);
}
.all-you-need button.active {
  background: -webkit-linear-gradient(45deg, #22F6F7, #7AC8F4 100%);
  color: black;
  font-weight: bold;
}
.all-you-need .packs {
  display: flex;
  width: 300%;
  animation: slide-left 80s linear infinite;
}
.all-you-need .packs div {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.all-you-need .packs img {
  width: 8.3333333333%;
  height: auto;
}
.all-you-need .markers {
  flex-direction: row;
  width: 30%;
  max-width: 120px;
  justify-content: space-between;
  list-style: inside;
  margin: 0 auto;
  font-family: system-ui;
  display: var(--markers-visibility);
  grid-row: 4;
  grid-column: 1/-1;
}
.all-you-need .markers li {
  transition: all 0.1s;
  color: rgba(255, 255, 255, 0.2);
  width: 10px;
  font-size: 30px;
}
.all-you-need .markers li.active {
  color: #21EEEF;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1150px) {
  .all-you-need nav {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 3rem;
    row-gap: 0;
    column-gap: 1rem;
  }
  .all-you-need .packs {
    width: 350%;
  }
}
@media (max-width: 970px) {
  .all-you-need {
    grid-template-columns: 25% auto 25%;
  }
  .all-you-need .intro {
    grid-column: 1/-1;
  }
  .all-you-need path.a {
    fill: #21eeef;
  }
  .all-you-need .to-prv, .all-you-need .to-nxt {
    display: block;
    width: var(--prv-nxt-btn-size);
    max-width: var(--prv-nxt-btn-size);
    height: var(--prv-nxt-btn-size);
    grid-row: 2;
    padding: 0;
  }
  .all-you-need .to-prv:hover, .all-you-need .to-nxt:hover {
    background: none;
  }
  .all-you-need .to-prv {
    grid-column: 1;
    justify-self: end;
  }
  .all-you-need .to-nxt {
    transform: rotate(180deg);
    grid-column: 3;
  }
  .all-you-need nav {
    padding: 0;
    flex-direction: column;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    background: none;
  }
  .all-you-need nav button {
    display: none;
  }
  .all-you-need nav button.active {
    display: block;
    padding: 0.6rem;
  }
  .all-you-need .packs {
    width: 400%;
    animation: slide-left 50s linear infinite;
    grid-row: 3;
    grid-column: 1/-1;
  }
  .all-you-need .markers {
    display: flex;
  }
  .all-you-need .btn-cta {
    grid-row: 5;
    grid-column: 1/-1;
    margin-top: -0.8rem;
  }
}
@media (max-width: 620px) {
  .all-you-need {
    column-gap: 1.5rem;
    grid-template-columns: 17% auto 17%;
    margin: 1rem auto;
  }
  .all-you-need .intro {
    padding: 0 1.5rem;
  }
  .all-you-need .packs {
    width: 1000%;
    animation: slide-left 40s linear infinite;
  }
}
/*----------------------------------------------------
 *              Auto play videos
 * ----------------------------------------------------*/
.auto-play-mod {
  width: var(--main-width);
  margin: 4rem auto;
  border-radius: var(--section-radius);
  padding: 3rem clamp(5rem, 10vw, 12rem);
  gap: 3rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  overflow: hidden;
}
.auto-play-mod p {
  opacity: 0;
  transition: all 0.2s;
  grid-column: 1/-1;
  grid-row: 1;
}
.auto-play-mod p.active {
  opacity: 1;
}
.auto-play-mod .title, .auto-play-mod .btn-cta {
  grid-column: 1/-1;
  justify-self: center;
  text-align: center;
}
.auto-play-mod .btns {
  display: grid;
}
.auto-play-mod button {
  display: grid;
  grid-template-columns: auto 1fr;
  background: none;
  border: none;
  padding: 1rem 1.4rem;
  gap: 2rem;
  align-items: center;
  transition: all 0.2s;
}
.auto-play-mod button:hover, .auto-play-mod button.active {
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: var(--video-btn-radius);
}
.auto-play-mod button:hover h3, .auto-play-mod button:hover p, .auto-play-mod button.active h3, .auto-play-mod button.active p {
  color: #353742;
}
.auto-play-mod button:hover img, .auto-play-mod button.active img {
  filter: brightness(0.2);
}
.auto-play-mod button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}
.auto-play-mod button.active:hover {
  background: rgba(255, 255, 255, 0.4) !important;
}
.auto-play-mod button.active p {
  display: var(--btn-txt-state);
}
.auto-play-mod button div {
  text-align: left;
}
.auto-play-mod .des {
  display: grid;
  z-index: 1;
  text-align: center;
  padding: 1rem 2rem;
  background: linear-gradient(180deg, rgb(53, 55, 66) 0%, rgba(53, 55, 66, 0.88) 50%, rgba(53, 55, 66, 0.4) 100%);
  height: fit-content;
}
.auto-play-mod .vids {
  border-radius: var(--video-radius);
  overflow: hidden;
  position: relative;
  background-color: #353742;
}
.auto-play-mod .vids p {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 1rem 2rem;
  background: linear-gradient(180deg, rgb(53, 55, 66) 0%, rgba(53, 55, 66, 0.88) 50%, rgba(53, 55, 66, 0.4) 100%);
}
.auto-play-mod video {
  display: none;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.auto-play-mod video.active {
  display: block;
}
.auto-play-mod video.active + p {
  display: var(--vid-txt-state);
}
.auto-play-mod .markers {
  flex-direction: row;
  width: 30%;
  max-width: 120px;
  justify-content: space-between;
  list-style: inside;
  margin: 0 auto;
  font-family: system-ui;
  display: var(--markers-visibility);
  grid-column: 1/-1;
}
.auto-play-mod .markers li {
  transition: all 0.1s;
  width: 10px;
  font-size: 30px;
}
.auto-play-mod .to-prv, .auto-play-mod .to-nxt {
  display: var(--markers-visibility);
  flex-direction: column;
  width: var(--prv-nxt-btn-size);
  max-width: var(--prv-nxt-btn-size);
  height: var(--prv-nxt-btn-size);
  padding: 0 !important;
}
.auto-play-mod .to-prv {
  justify-self: end;
}
.auto-play-mod .to-nxt {
  grid-column: 3;
}
.auto-play-mod .to-nxt svg {
  transform: rotate(180deg);
}
.auto-play-mod path.a {
  fill: white;
}

.auto-play-mod.style-1 {
  width: 100%;
  margin: 0 auto;
  padding: 60px clamp(5rem, 10vw, 12rem);
  border-radius: 0;
  column-gap: 90px;
  grid-template-columns: 1fr 3fr;
  background-color: hsl(181, 100%, 50%);
  background-image: radial-gradient(at 38% 0%, hsl(203, 86%, 54%) 0px, transparent 50%), radial-gradient(at 99% 0%, hsla(266, 97%, 70%, 0.84) 0px, transparent 50%), radial-gradient(at 0% 49%, hsl(208, 78%, 45%) 0px, transparent 50%), radial-gradient(at 85% 46%, hsla(340, 100%, 76%, 0.69) 0px, transparent 50%), radial-gradient(at 1% 78%, hsl(273, 100%, 77%) 0px, transparent 50%), radial-gradient(at 67% 83%, hsl(242, 100%, 70%) 0px, transparent 50%), radial-gradient(at 0% 1%, hsl(233, 79%, 64%) 0px, transparent 50%);
}
.auto-play-mod.style-1 .btns {
  row-gap: 20px;
  grid-column: 1;
  grid-row: 2;
  height: fit-content;
  align-self: center;
}
.auto-play-mod.style-1 button {
  padding: 0 1.4rem;
  min-height: 80px;
  gap: 20px;
}
.auto-play-mod.style-1 .des {
  grid-row: 2;
  grid-column: 2;
  border-radius: var(--video-radius) var(--video-radius) 0 0;
}
.auto-play-mod.style-1 .vids {
  aspect-ratio: 1.7778668805;
  grid-column: 2;
  grid-row: 2;
  place-self: center;
}
.auto-play-mod.style-1 img {
  width: clamp(25px, 3vw, 52px);
  height: clamp(25px, 3vw, 52px);
  min-width: 25px;
}
.auto-play-mod.style-1 h3 {
  text-align: left;
}
.auto-play-mod.style-1 .markers li {
  color: rgba(255, 255, 255, 0.2901960784);
}
.auto-play-mod.style-1 .markers li.active {
  color: white;
}

.auto-play-mod.style-2 {
  --overlay-height: 80px;
  --overlay-clr: rgba(0, 0, 0, 0.4);
  grid-template-columns: 1fr;
  width: var(--main-md-width);
  padding: 0;
  width: 80%;
  max-width: 1200px;
  gap: 0;
}
.auto-play-mod.style-2 .intro {
  text-align: center;
  margin-bottom: 2rem;
}
.auto-play-mod.style-2 .intro .title, .auto-play-mod.style-2 .intro p {
  color: black;
}
.auto-play-mod.style-2 .intro p {
  display: block;
}
.auto-play-mod.style-2 .btns, .auto-play-mod.style-2 .des, .auto-play-mod.style-2 .vids {
  grid-column: 1;
}
.auto-play-mod.style-2 .vids {
  grid-row: 3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 2rem;
  aspect-ratio: 1.7777640366;
}
.auto-play-mod.style-2 .des {
  grid-row: 3;
}
.auto-play-mod.style-2 .btns {
  display: flex;
  border-radius: var(--video-radius) var(--video-radius) 0 0;
  height: auto;
  z-index: 1;
  justify-content: center;
  background-color: #353742;
  justify-content: space-evenly;
  padding-bottom: 0.2rem;
  margin-bottom: -0.1rem;
}
.auto-play-mod.style-2 button {
  grid-template-columns: 1fr;
  padding: 3rem 2rem 0;
}
.auto-play-mod.style-2 button.active, .auto-play-mod.style-2 button:hover {
  background: none !important;
}
.auto-play-mod.style-2 button.active h3, .auto-play-mod.style-2 button:hover h3 {
  color: #21EEEF;
}
.auto-play-mod.style-2 button.active {
  position: relative;
}
.auto-play-mod.style-2 button.active:hover {
  background: none !important;
}
.auto-play-mod.style-2 button.active::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 24px solid #21eeef;
  justify-self: center;
}
.auto-play-mod.style-2 .vids p {
  background: var(--overlay-clr);
  color: white;
  background: linear-gradient(180deg, rgb(53, 55, 66) 0%, rgba(53, 55, 66, 0.88) 50%, rgba(53, 55, 66, 0.4) 100%);
}
.auto-play-mod.style-2 .markers {
  margin-bottom: 1rem;
}
.auto-play-mod.style-2 .markers li {
  color: rgba(0, 0, 0, 0.1215686275);
}
.auto-play-mod.style-2 .markers li.active {
  color: #21EEEF;
}

.auto-play-mod.style-3 {
  grid-template-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.auto-play-mod.style-3 .intro {
  justify-self: center;
  margin-bottom: 3rem;
}
.auto-play-mod.style-3 .intro h2, .auto-play-mod.style-3 .intro p {
  color: black;
}
.auto-play-mod.style-3 .intro p {
  text-align: center;
  display: block;
}
.auto-play-mod.style-3 .vids {
  border-radius: 0;
  max-height: clamp(400px, 30vw, 550px);
  background-color: #353742;
}
.auto-play-mod.style-3 .bottom-nav {
  background-color: #353742;
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
.auto-play-mod.style-3 .btns {
  grid-template-columns: repeat(5, 1fr);
  width: var(--main-width);
  margin: 0 auto;
  margin-bottom: 1rem;
  gap: 2rem;
  max-width: 1300px;
  --button-radius: 9px;
}
.auto-play-mod.style-3 button {
  height: 100%;
  grid-template-columns: 1fr;
  padding: 0;
  gap: 1rem;
  align-self: start;
  border-radius: 12px;
  /* overflow: hidden; */
  position: relative;
  transition: 0.1s all;
}
.auto-play-mod.style-3 button:hover, .auto-play-mod.style-3 button.active {
  background: none !important;
  border: solid 3px #21eeef;
}
.auto-play-mod.style-3 button:hover img, .auto-play-mod.style-3 button.active img {
  filter: unset;
}
.auto-play-mod.style-3 button:hover h3, .auto-play-mod.style-3 button.active h3 {
  color: #21EEEF;
}
.auto-play-mod.style-3 button.active + p {
  display: block;
  grid-row: 2;
  grid-column: 1/-1;
  text-align: center;
}
.auto-play-mod.style-3 button img {
  justify-self: center;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--button-radius);
}
.auto-play-mod.style-3 button h3 {
  grid-column: 1;
  grid-row: 1;
  padding: 1rem 0.2rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8323704482) 0%, rgba(0, 0, 0, 0) 60%);
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-shadow: 1px 1px 2px black, 2px 1px 12px rgba(0, 0, 0, 0.8);
  word-break: break-word;
  border-radius: var(--button-radius);
}
.auto-play-mod.style-3 .des p {
  max-width: 900px;
  margin: 0 auto;
}
.auto-play-mod.style-3 .markers {
  margin-bottom: 1rem;
}
.auto-play-mod.style-3 .markers li {
  color: rgba(255, 255, 255, 0.2);
}
.auto-play-mod.style-3 .markers li.active {
  color: #21EEEF;
}

.FRA .auto-play-mod.style-3 button h3, .JPN .auto-play-mod.style-3 button h3 {
  line-height: 1;
  padding-bottom: 0.5rem;
  text-wrap: balance;
  font-size: clamp(1rem, 1.3vw, 1.4rem);
}

.auto-play-mod.style-4 {
  background-image: radial-gradient(at 90% 60%, hsl(298, 75%, 62%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(32, 99.53%, 70.9%) 0px, transparent 50%), radial-gradient(at 28% 5%, hsl(309, 64%, 71%) 0px, transparent 50%), radial-gradient(at 39% 40%, hsl(254, 44%, 47%) 0px, transparent 50%), radial-gradient(at 3% 66%, hsl(317, 100%, 59%) 0px, transparent 50%), radial-gradient(at 54% 2%, hsla(315.95, 96.99%, 65.94%, 0.95) 0px, transparent 50%), radial-gradient(at 34% 100%, hsl(30, 100%, 73.33%) 0px, transparent 50%), radial-gradient(at 48% 75%, hsl(285, 77%, 46%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(262, 81%, 60%) 0px, #995eff 100%);
  padding: 0;
  gap: 0;
  grid-template-columns: 1fr clamp(250px, 65%, 1230px);
  grid-template-rows: auto 1fr;
  width: 96%;
  margin: 2% auto;
  height: auto;
}
.auto-play-mod.style-4 .intro {
  place-self: center;
  padding: 3rem 3rem 1rem;
}
.auto-play-mod.style-4 .title {
  grid-column: 1;
}
.auto-play-mod.style-4 .title + p {
  display: block;
  text-align: center;
}
.auto-play-mod.style-4 .vids {
  border-radius: 0;
  grid-column: 2;
  grid-row: 1/span 3;
}
.auto-play-mod.style-4 .btns {
  row-gap: 14px;
  grid-column: 1;
  height: min-content;
  place-self: center;
}
.auto-play-mod.style-4 .btn-cta {
  grid-column: 1;
  margin: 0;
  margin-bottom: 1.5rem;
}
.auto-play-mod.style-4 .des {
  grid-row: 1;
  grid-column: 2;
}
.auto-play-mod.style-4 button {
  position: relative;
  grid-template-columns: auto;
}
.auto-play-mod.style-4 button.active h3, .auto-play-mod.style-4 button.active p, .auto-play-mod.style-4 button:hover h3, .auto-play-mod.style-4 button:hover p {
  color: #770e61;
}
.auto-play-mod.style-4 button div {
  text-align: center;
}
.auto-play-mod.style-4 .markers {
  margin-bottom: 0;
}
.auto-play-mod.style-4 .markers li {
  color: rgba(255, 255, 255, 0.2901960784);
}
.auto-play-mod.style-4 .markers li.active {
  color: #21EEEF;
}

@media (max-width: 1600px) {
  .auto-play-mod.style-1 {
    padding: 3rem;
  }
}
@media (max-width: 1280px) {
  .auto-play-mod.style-1 {
    padding: 3rem 3rem 3rem 4rem;
    column-gap: 2rem;
  }
  .auto-play-mod.style-4 .intro {
    padding: 2rem 2rem 0;
  }
  .auto-play-mod.style-4 .btns {
    margin: 2rem;
  }
  .auto-play-mod.style-4 button {
    padding: 0.6rem 1.2rem;
  }
  .auto-play-mod.style-4 button.active, .auto-play-mod.style-4 button:hover {
    transform: scale(1.05);
  }
}
@media (max-width: 1200px) {
  .auto-play-mod.style-2 {
    width: 93%;
  }
  .auto-play-mod.style-3 .bottom-nav {
    padding: 3rem 0;
  }
  .auto-play-mod.style-3 button h3 {
    font-size: clamp(1rem, 1vw, 1.2rem);
    font-weight: 500;
  }
  .auto-play-mod.style-3 .btns p {
    height: 2.5rem;
  }
}
@media (max-width: 1125px) {
  .auto-play-mod.style-4 {
    margin: 1rem auto;
    padding: 3rem 0;
    grid-template-columns: 17% 1fr 17%;
    height: fit-content;
    width: 93%;
    margin-top: 3rem;
  }
  .auto-play-mod.style-4 .intro {
    grid-row: 1;
    grid-column: 1/-1;
    padding: 0 1rem 2rem 1rem;
  }
  .auto-play-mod.style-4 .title {
    text-align: center;
  }
  .auto-play-mod.style-4 .title br {
    display: none;
  }
  .auto-play-mod.style-4 .vids {
    grid-column: 1/-1 !important;
    grid-row: 2;
    border-radius: 0;
    margin-bottom: 2rem;
  }
  .auto-play-mod.style-4 .to-prv circle {
    fill: rgba(255, 0, 0, 0.2901960784);
  }
  .auto-play-mod.style-4 .to-nxt circle {
    fill: rgba(128, 0, 128, 0.5294117647);
  }
  .auto-play-mod.style-4 .btns {
    margin: 0;
    grid-column: 2;
    grid-row: 3;
  }
  .auto-play-mod.style-4 .btn-cta {
    grid-column: 1/-1;
    grid-row: 6;
    margin: 0;
    margin-top: 1.5rem;
  }
  .auto-play-mod.style-4 .des {
    background: none;
    grid-column: 1/-1 !important;
    height: 90px;
    grid-row: 4;
  }
  .auto-play-mod.style-4 button {
    display: none;
    padding: 0;
    height: 40px;
  }
  .auto-play-mod.style-4 button.active {
    background: none !important;
    display: flex;
    width: fit-content;
    gap: 10px;
    margin: 0 auto;
  }
  .auto-play-mod.style-4 button.active + p {
    display: var(--btn-txt-state);
    text-align: center;
  }
  .auto-play-mod.style-4 button h3 {
    color: white !important;
  }
  .auto-play-mod.style-4 button.active, .auto-play-mod.style-4 button:hover, .auto-play-mod.style-4 button.active:hover {
    transform: none !important;
    background: none !important;
    border: none !important;
  }
  .auto-play-mod.style-4 .to-prv, .auto-play-mod.style-4 .to-nxt, .auto-play-mod.style-4 .markers {
    display: flex;
  }
  .ITA .auto-play-mod.style-4 .des, .JPN .auto-play-mod.style-4 .des {
    height: 120px;
  }
}
@media (max-width: 950px) {
  .auto-play-mod.style-1 {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 1.5rem;
  }
  .auto-play-mod.style-1 .des, .auto-play-mod.style-1 .vids {
    grid-row: 3;
    grid-column: 1;
  }
  .auto-play-mod.style-1 .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
  }
  .auto-play-mod.style-1 button.active, .auto-play-mod.style-1 button:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.4) !important;
  }
  .auto-play-mod.style-1 button:hover {
    background: transparent !important;
  }
  .auto-play-mod.style-1 button:hover h3 {
    color: white;
  }
  .auto-play-mod.style-1 button:hover img {
    filter: none;
  }
  .auto-play-mod.style-1 button.active h3 {
    color: black;
  }
  .auto-play-mod.style-1 button.active img {
    filter: brightness(0.2);
  }
  .auto-play-mod.style-1 button.active:hover {
    background: rgba(255, 255, 255, 0.4) !important;
  }
  .auto-play-mod.style-2 .btns {
    justify-content: space-around;
  }
  .auto-play-mod.style-2 button {
    padding: 3rem 0 0;
  }
  .auto-play-mod.style-2 button:hover h3 {
    color: white;
  }
  .auto-play-mod.style-2 button.active h3 {
    color: #21EEEF;
  }
  .auto-play-mod.style-3 button:hover h3 {
    color: white;
  }
  .auto-play-mod.style-3 button.active h3 {
    color: #21EEEF;
  }
}
@media (max-width: 770px) {
  .auto-play-mod.style-3 .btns {
    gap: 0.5rem;
  }
  .auto-play-mod.style-3 button h3 {
    font-size: clamp(0.9rem, 1vw, 1.2rem);
  }
}
@media (max-width: 650px) {
  .auto-play-mod .title {
    text-align: center;
  }
  .auto-play-mod .vids {
    grid-column: 1/-1 !important;
    grid-row: 2;
    border-radius: 0;
  }
  .auto-play-mod .des {
    background: none;
    grid-column: 1/-1 !important;
  }
  .auto-play-mod button {
    display: none;
    padding: 0;
    height: 40px;
  }
  .auto-play-mod button.active {
    display: flex;
    width: fit-content;
    gap: 10px;
    margin: 0 auto;
  }
  .auto-play-mod button.active + p {
    display: var(--btn-txt-state);
    text-align: center;
  }
  .auto-play-mod button h3 {
    color: white !important;
  }
  .auto-play-mod button.active, .auto-play-mod button:hover, .auto-play-mod button.active:hover {
    transform: none !important;
    background: none !important;
    border: none !important;
  }
  .auto-play-mod.style-1 {
    padding: 3rem 0;
    grid-template-columns: 17% auto 17%;
    gap: 0;
  }
  .auto-play-mod.style-1 .title {
    padding: 0 1rem 1.5rem 1rem;
  }
  .auto-play-mod.style-1 .to-prv circle {
    fill: rgba(0, 98, 187, 0.7294117647);
  }
  .auto-play-mod.style-1 .to-nxt circle {
    fill: rgba(116, 57, 156, 0.4705882353);
  }
  .auto-play-mod.style-1 .vids {
    grid-row: 2;
    margin-bottom: 2rem;
    width: 93%;
    border-radius: 20px;
  }
  .auto-play-mod.style-1 .btns {
    display: grid;
    row-gap: 0;
    grid-column: 2;
    grid-row: 3;
  }
  .auto-play-mod.style-1 button {
    justify-content: center;
  }
  .auto-play-mod.style-1 button.active {
    background: transparent !important;
  }
  .auto-play-mod.style-1 button.active:hover {
    background: transparent !important;
  }
  .auto-play-mod.style-1 .des {
    grid-row: 4;
  }
  .auto-play-mod.style-1 img {
    filter: none !important;
    width: clamp(25px, 10vw, 45px);
  }
  .auto-play-mod.style-2 {
    grid-template-columns: 17% auto 17%;
    background: rgba(128, 128, 128, 0.1098039216);
    padding: 2rem 0;
    margin: 1rem auto;
  }
  .auto-play-mod.style-2 .intro {
    grid-column: 1/-1;
    padding: 0 2rem;
  }
  .auto-play-mod.style-2 h3, .auto-play-mod.style-2 p {
    color: black !important;
  }
  .auto-play-mod.style-2 .btns {
    grid-row: 3;
    grid-column: 2;
    background-color: transparent;
  }
  .auto-play-mod.style-2 .vids {
    grid-row: 2;
    border-radius: 0;
  }
  .auto-play-mod.style-2 .des {
    grid-row: 4;
  }
  .auto-play-mod.style-2 button {
    padding: 0;
  }
  .auto-play-mod.style-2 button.active::before {
    display: none;
  }
  .auto-play-mod.style-2 button.active + p {
    text-align: center;
    min-height: 85px;
  }
  .auto-play-mod.style-3 {
    padding: 0;
    border-radius: 0;
    margin-bottom: 3rem;
    background-color: #353742;
    margin: 1rem auto;
  }
  .auto-play-mod.style-3 .intro {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  .auto-play-mod.style-3 .intro :is(.title, p) {
    color: white;
  }
  .auto-play-mod.style-3 .bottom-nav {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 17% auto 17%;
  }
  .auto-play-mod.style-3 .btns {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 1;
  }
  .auto-play-mod.style-3 button img {
    display: none;
  }
  .auto-play-mod.style-3 button h3 {
    background: none;
    padding-bottom: 0;
    align-items: center;
  }
  .auto-play-mod.style-4 {
    margin: 1rem auto;
  }
  .ESP .auto-play-mod.style-2 .des, .ITA .auto-play-mod.style-2 .des {
    height: 120px;
  }
}
/*----------------------------------------------------
 *              New tag style
 * ----------------------------------------------------*/
span.new {
  position: absolute;
  top: -12%;
  left: -7%;
  background: red;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-size: clamp(12px, 2vw, 15px);
  rotate: -15deg;
  color: #fff;
  line-height: 1;
}

@media (max-width: 1125px) {
  .auto-play-mod.style-4 button h4 {
    position: relative;
  }
  span.new {
    /* top: -17%;
    left: unset;
    right: 102%; */
    width: max-content;
  }
}
@media (max-width: 650px) {
  span.new {
    top: -40%;
    right: -6%;
    rotate: 0deg;
  }
}