/*----------------------------------------------------
 *                 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;
  --main-spacing: clamp(2rem, 8vw, 5rem);
  --p-grey-col: #A5A5A5;
  --dark-bg-col: #191919;
  --pseudo-content: none;
  --vid-transition: opacity 0.25s cubic-bezier(0.4, 0, 1, 1);
}

@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: 750px) {
  :root {
    --markers-visibility: flex;
    --vid-txt-state: none;
    --btn-txt-state: block;
  }
}
@media (max-width: 600px) {
  :root {
    --main-spacing: 1rem;
  }
}
/*--------------------------------------------------
 *                  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;
}

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

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;
}

/*--------------------------------------------------
 *        Hide obstructive ad if mobile
 * --------------------------------------------------*/          
@media (max-width: 1000px) {
  div.fix_bottom {
    display: none !important;
  }
}
/*----------------------------------------------------
 *                 Display Fonts
 * ----------------------------------------------------*/
main h1, main h2, main h3, main h4, main h5, main span, main ul, main a {
  font-family: "Poppins", system-ui, 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.5rem);
  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(1rem, 2vw, 1.1rem);
  font-family: system-ui;
  font-weight: 400;
  line-height: 1.4;
}
main a {
  font-style: clamp(0.8rem, 2vw, 1rem);
  font-weight: 600;
}

main.JPN h1, main.JPN h2, main.JPN h3, main.JPN h4, main.JPN h5, main.JPN span, main.JPN ul, main.JPN a, main.JPN p, main.JPN button {
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
}

/*----------------------------------------------------
 *              Base Style
 * ----------------------------------------------------*/
main {
  background-color: #191919;
  overflow: clip;
}
main h1, main h2, main h3, main h4, main p, main a, main i, main span {
  color: #fff;
}
main h1 {
  margin: 2rem 0;
}
main h2.title {
  text-align: center;
}
main h2 span {
  background: -webkit-linear-gradient(45deg, #1BE3FF, #18C2FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

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.blue-grd, .trial-btn.teal-bg {
  background: #22F6F7;
  color: black;
}
.trial-btn.blue-grd i, .trial-btn.teal-bg 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%;
}

/*----------------------------------------------------
 *              New tag style
 * ----------------------------------------------------*/
span.new {
  position: absolute;
  background: red;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-size: clamp(12px, 2vw, 15px);
  rotate: -15deg;
  color: #fff;
  line-height: 1;
  top: -8px;
  left: -15px;
}

@media (max-width: 1125px) {
  .auto-play-mod.style-4 button h4 {
    position: relative;
  }
  span.new {
    width: max-content;
  }
}
/*----------------------------------------------------
 *             Ai powered section
 * ----------------------------------------------------*/
#ai-powered {
  display: grid;
  grid-template-columns: var(--main-spacing) 1fr 1fr var(--main-spacing);
  width: 100%;
  padding: calc(var(--main-spacing) * 2) 0 var(--main-spacing) 0;
  gap: 2rem;
  max-width: 1600px;
  margin: 0 auto;
}
#ai-powered h2 {
  grid-column: 2/4;
  text-align: center;
}
#ai-powered h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
}
#ai-powered h3:before {
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  position: absolute;
  left: -3rem;
  background-repeat: no-repeat;
  background-size: contain;
}
#ai-powered .btn-cta {
  grid-column: 1/-1;
}
#ai-powered .text {
  grid-column: 2;
  place-self: center;
  width: clamp(200px, 80%, 700px);
  padding: 1rem;
  position: relative;
}
#ai-powered .text:nth-of-type(1) {
  grid-row: 2;
  align-self: end;
}
#ai-powered .text:nth-of-type(1) h3:before {
  background-image: url(/stat/edms/product-version-images/2023/PDR/svg/instant-edits.svg);
}
#ai-powered .text:nth-of-type(2) {
  grid-row: 3;
}
#ai-powered .text:nth-of-type(2) h3:before {
  background-image: url(/stat/edms/product-version-images/2023/PDR/svg/ai-tools.svg);
}
#ai-powered .text:nth-of-type(3) {
  grid-row: 4;
  align-self: start;
}
#ai-powered .text:nth-of-type(3) h3:before {
  background-image: url(/stat/edms/product-version-images/2023/PDR/svg/creative-asset.svg);
}
#ai-powered .text p {
  color: var(--p-grey-col);
}
#ai-powered picture {
  grid-column: 3;
  grid-row: 2/5;
  width: clamp(150px, 100%, 800px);
  height: auto;
  place-self: center;
}

@media (max-width: 1550px) {
  #ai-powered h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1100px) {
  #ai-powered {
    gap: 1rem;
  }
  #ai-powered a {
    grid-column: 2/4;
    margin: 0;
    justify-self: center;
  }
  #ai-powered h2 {
    text-wrap: balance;
    margin: 0;
  }
  #ai-powered .text:nth-of-type(1) {
    grid-column: 2/4;
    grid-row: 3/4;
    width: 90%;
  }
  #ai-powered .text:nth-of-type(2) {
    grid-row: 4;
    grid-column: 2/3;
  }
  #ai-powered .text:nth-of-type(3) {
    grid-column: 3/4;
    width: clamp(200px, 80%, 700px);
    margin: 0;
  }
  #ai-powered picture {
    grid-row: 2/3;
    grid-column: 2/4;
  }
}
@media (max-width: 900px) {
  #ai-powered {
    gap: 0;
    grid-template-columns: var(--main-spacing) 1fr var(--main-spacing);
  }
  #ai-powered a {
    grid-row: 6;
  }
  #ai-powered .text {
    width: clamp(200px, 80%, 700px) !important;
    grid-column: 2 !important;
    transform: translateX(10%);
  }
  #ai-powered .text:nth-of-type(3) {
    grid-row: 5;
  }
}
/*----------------------------------------------------
 *             Ai tools sections
 * ----------------------------------------------------*/
section#ai-tools {
  margin-top: 5rem;
}
section#ai-tools h2 {
  width: fit-content;
  margin: 0 auto;
}

section.ai-tools {
  padding: 0 var(--main-spacing);
  margin: var(--main-spacing) 0;
  position: relative;
}
section.ai-tools .grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  width: clamp(600px, 100%, 1500px);
  grid-row-gap: var(--main-spacing);
  margin: 0 auto;
}
section.ai-tools .text {
  grid-column: 2;
  place-self: center;
  width: clamp(200px, 80%, 700px);
  padding: 2rem 1rem;
  z-index: 2;
}
section.ai-tools .text p {
  padding-bottom: 2rem;
  color: var(--p-grey-col);
}
section.ai-tools .text a:not(.download) {
  width: fit-content;
  height: fit-content;
}
section.ai-tools .text a {
  background: #18C2FF;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  color: black;
  z-index: 2;
  position: absolute;
  transition: all 0.2s;
  cursor: pointer;
}
section.ai-tools .text a:hover {
  transform: scale(1.08);
}
section.ai-tools video, section.ai-tools picture {
  grid-column: 1;
  width: 100%;
  height: 100%;
  place-self: center;
  z-index: 2;
  transition: var(--vid-transition);
}

section.ai-tools .text h3 {
  text-wrap: balance;
  position: relative;
  font-size: clamp(1.3rem, 3vw, 2rem);
}

section.vid-right .grid {
  grid-template-columns: 1fr 1.5fr;
}
section.vid-right .text {
  grid-column: 1;
  grid-row: 1;
}
section.vid-right video {
  grid-column: 2;
}

section#ai-anime::before {
  content: var(--pseudo-content);
  position: absolute;
  width: 700px;
  height: 400px;
  border-radius: 50%;
  background: rgba(0, 72, 225, 0.6);
  right: 9%;
  bottom: -33%;
  filter: blur(140px);
}
section#ai-anime::after {
  content: var(--pseudo-content);
  position: absolute;
  width: 700px;
  height: 500px;
  border-radius: 50%;
  background: rgba(33, 240, 246, 0.4);
  left: 33%;
  bottom: 7%;
  filter: blur(140px);
}

section#ai-stt-tbe::before {
  content: var(--pseudo-content);
  position: absolute;
  width: 600px;
  height: 400px;
  border-radius: 50%;
  background: rgba(0, 72, 225, 0.65);
  right: -9%;
  bottom: 9%;
  filter: blur(140px);
}
section#ai-stt-tbe::after {
  content: var(--pseudo-content);
  position: absolute;
  width: 800px;
  height: 500px;
  border-radius: 50%;
  background: rgba(33, 240, 246, 0.64);
  right: 13%;
  top: 15%;
  filter: blur(140px);
}

@media (max-width: 950px) {
  section.ai-tools .grid {
    grid-template-columns: 1fr;
    width: 100%;
    grid-gap: 0;
  }
  section.ai-tools video {
    grid-row: 1;
    grid-column: 1;
  }
  section.ai-tools .text {
    grid-row: 2;
    grid-column: 1;
  }
}
/*----------------------------------------------------
 *            AI magic section
 * ----------------------------------------------------*/
#ai-magic :is(.btn.active, .btn.active:hover) :is(h3, p) {
  color: #21eeef !important;
}
#ai-magic :is(.btn:hover) :is(h3, p) {
  color: white !important;
}
#ai-magic .btn:hover img {
  opacity: 1 !important;
}
#ai-magic .btn.active img {
  filter: grayscale(0) !important;
  opacity: 1 !important;
}

/*----------------------------------------------------
 * ----------------------------------------------------*/
#ai-magic {
  --markers-visibility: none;
  --arrow-color: #ffffff2b;
  display: grid;
  height: fit-content;
  padding: var(--main-spacing);
  margin-top: 5rem;
}
#ai-magic h2 {
  width: fit-content;
  margin: 0 auto;
}
#ai-magic .grid {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  width: clamp(600px, 100%, 1500px);
  margin: 0 auto;
  margin-top: calc(var(--main-spacing) / 1.6);
  background: linear-gradient(180deg, #232627 0%, #1B1C1D 72.98%, #111111 104.25%), linear-gradient(0deg, #424242, #424242);
  border: 1px solid hsl(0, 0%, 26%);
  padding: 2rem;
  border-radius: 34px;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2588235294), 0px -1px 8px rgba(0, 0, 0, 0.1490196078), -11px -11px 30px rgba(0, 0, 0, 0.2588235294);
  border: solid 1px #21eeef;
}
#ai-magic .text {
  grid-column: 1/-1;
  position: relative;
}
#ai-magic h3 {
  color: rgba(255, 255, 255, 0.5215686275);
  transition: 0.2s all;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#ai-magic h3 img {
  filter: grayscale(1) opacity(0.55);
  transition: all 0.2s;
}
#ai-magic p {
  color: #21eeef;
  opacity: 1;
  transition: height 0.2s, opacity 0.3s;
}
#ai-magic .btns {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2rem;
}
#ai-magic button {
  position: relative;
  text-transform: initial;
  height: fit-content;
  border-radius: 12px;
  padding: 1.6rem 2rem;
  border: 1px solid #424242;
  background: linear-gradient(173deg, rgba(76, 76, 76, 0.25) 0%, rgba(31, 31, 31, 0.65) 100%);
  text-align: left;
  height: fit-content;
}
#ai-magic button.active {
  cursor: default;
}
#ai-magic button.active h3 {
  color: #21eeef;
  padding-bottom: 0.6rem;
}
#ai-magic button.active h3 img {
  filter: opacity(1);
}
#ai-magic button:not(.active) {
  cursor: pointer;
}
#ai-magic button:not(.active) p {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}
#ai-magic button:hover h3 {
  color: white;
}
#ai-magic button:hover h3 img {
  filter: grayscale(1) opacity(1);
}
#ai-magic button.active:hover h3 {
  color: #21eeef;
}
#ai-magic button.active:hover h3 img {
  filter: opacity(1);
}
#ai-magic .vids {
  border-radius: 12px;
  overflow: hidden;
  transition: var(--vid-transition);
}
#ai-magic video {
  max-width: 100%;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  object-fit: cover;
}
#ai-magic video:not(.active), #ai-magic .markers, #ai-magic .arrow {
  display: none;
}

@media (max-width: 1400px) {
  #ai-magic .grid {
    grid-template-columns: 1fr clamp(200px, 62%, 500px) 1fr;
    width: 100%;
    position: relative;
  }
  #ai-magic .vids {
    grid-column: 1/-1;
    grid-row: 1;
    max-height: 520px;
  }
  #ai-magic .btns {
    grid-column: 2;
  }
  #ai-magic .btns, #ai-magic .arrow {
    grid-row: 2;
  }
  #ai-magic button {
    position: unset;
    background: none;
    border: none;
  }
  #ai-magic button p {
    color: var(--p-grey-col);
    height: auto !important;
  }
  #ai-magic button.active h3 {
    text-align: center;
    font-weight: 500;
    position: relative;
  }
  #ai-magic button:not(.active) {
    display: none;
  }
  #ai-magic .markers, #ai-magic .arrow {
    display: flex;
  }
  #ai-magic .arrow {
    border-top: 22px solid rgba(0, 0, 0, 0);
    border-bottom: 22px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    align-self: start;
    margin-top: 1.4rem;
    cursor: pointer;
    transition: all 0.3s;
  }
  #ai-magic .arrow:hover {
    --arrow-color: #ffffffcc;
  }
  #ai-magic .arrow.prev {
    grid-column: 1;
    justify-self: end;
    border-right: 34px solid var(--arrow-color);
  }
  #ai-magic .arrow.next {
    grid-column: 3;
    justify-self: start;
    border-left: 34px solid var(--arrow-color);
  }
  #ai-magic .markers {
    grid-column: 1/-1;
    flex-direction: row;
    width: 30%;
    max-width: 120px;
    justify-content: space-between;
    list-style: inside;
    margin: 0 auto;
    font-family: system-ui;
  }
  #ai-magic .markers li {
    color: rgba(255, 255, 255, 0.15);
    transition: all 0.1s;
    width: 10px;
    font-size: 30px;
    cursor: pointer;
  }
  #ai-magic .markers li.active {
    color: #21eeef;
    cursor: default;
  }
  #ai-magic :is(.btn.active, .btn.active:hover) p {
    color: rgba(255, 255, 255, 0.5215686275) !important;
  }
  #ai-magic span.new {
    top: -17%;
    left: unset;
    right: 102%;
    width: max-content;
  }
}
@media (max-width: 1280px) {
  #ai-magic .vids {
    max-height: 500px;
  }
}
@media (max-width: 1000px) {
  #ai-magic .vids {
    max-height: 400px;
  }
}
@media (max-width: 800px) {
  #ai-magic .grid {
    position: relative;
  }
  #ai-magic button.active h3 {
    position: initial;
  }
  #ai-magic span.new {
    top: 5%;
    left: 4%;
    right: unset;
    rotate: 337deg;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  #ai-magic .grid {
    grid-template-columns: 1fr clamp(200px, 78%, 500px) 1fr;
    gap: 0;
  }
}
/*----------------------------------------------------
 *             Easy Editing sections
 * ----------------------------------------------------*/
section#easy-editing h3 {
  position: relative;
}
section#easy-editing h3 .new {
  top: -20px;
  left: -45px;
}

/*--------------------------------------------------
 *                Content Creator
 * ----------------------------------------------------*/
#digital-creators {
  --grid-gap: clamp(1rem, 4vw, 40px);
  --item-border-radius: 24px;
  --inner-picture-padding: 0.5rem;
  --inner-border-radius-calc: calc(var(--item-border-radius) - var(--inner-picture-padding));
  margin: 6rem auto;
}
#digital-creators .grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  justify-content: center;
  gap: var(--grid-gap);
  margin-top: 3rem;
  padding: 0 var(--grid-gap);
}
#digital-creators .grid .grid-item {
  max-width: 440px;
  min-width: 260px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 2px solid rgba(255, 255, 255, 0.1215686275);
  border-radius: var(--item-border-radius);
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  height: auto;
}
#digital-creators .grid .grid-item > div {
  padding: var(--inner-border-radius-calc) var(--item-border-radius) var(--item-border-radius);
  height: 100%;
}
#digital-creators .grid .grid-item h3 {
  margin-bottom: var(--inner-picture-padding);
}
#digital-creators .grid .grid-item p {
  color: #A5A5A5;
  font-weight: 200;
}
#digital-creators .grid .grid-item a {
  color: #2df1f7;
  border: 2px solid #2df1f7;
  padding: var(--inner-picture-padding) 1rem;
  border-radius: var(--inner-picture-padding);
  width: fit-content;
  display: block;
  margin: 0 var(--item-border-radius) var(--item-border-radius);
  transition: 0.2s all;
}
#digital-creators .grid .grid-item a:hover {
  scale: 1.05;
}
#digital-creators .grid picture {
  display: block;
  padding: var(--inner-picture-padding);
  width: 100%;
  height: auto;
}
#digital-creators .grid img {
  background: rgba(0, 0, 0, 0.2392156863);
  border-radius: var(--inner-border-radius-calc);
}

/*--------------------------------------------------
 *                 Testimonials
 * ----------------------------------------------------*/
.testimonials {
  display: grid;
  grid-template-columns: 1fr;
  margin: 4rem auto;
  padding: 3rem 0;
}
.testimonials h2 {
  text-align: center;
}
.testimonials .btn-cta {
  margin-top: 5rem;
}
.testimonials .btn-cta a {
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.2509803922), 6px 6px 8px rgba(0, 0, 0, 0.5019607843);
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.7803921569), 39px 39px 64px rgba(0, 0, 0, 0.5019607843) !important;
}
.testimony {
  margin-top: 3rem;
  display: flex;
  column-gap: 6rem;
  row-gap: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.testimony :is(div, a) {
  background: linear-gradient(147.01deg, rgba(76, 76, 76, 0.25) 0%, rgba(31, 31, 31, 0.65) 100%);
  border-radius: var(--video-radius);
  padding: 1.5rem;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  border: solid 1px #00B4D8;
  min-width: 220px;
  max-width: 262px;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.35), 24px 36px 64px rgba(0, 0, 0, 0.5019607843);
  transition: all 0.2s;
}
.testimony :is(div, a) img {
  width: 100%;
  place-self: center;
}
.testimony :is(div, a) p {
  font-size: clamp(0.8rem, 2vw, 1rem);
  line-height: 1.2;
}
.testimony a:hover {
  transform: scale(1.05);
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.58), 24px 36px 70px rgba(0, 0, 0, 0.61);
}

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

@media (max-width: 1280px) {
  .testimonials {
    width: var(--main-width);
    padding: 0;
  }
}
@media (max-width: 1238px) {
  .testimony > :is(div, a):last-of-type {
    grid-template-rows: 1fr;
    gap: 2rem;
  }
  .JPN .testimony > :is(div, a):last-of-type img {
    grid-row: 1;
  }
}
@media (max-width: 924px) {
  .testimony > :is(div, a):last-of-type {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    max-width: 260px;
    gap: 1rem;
  }
  .JPN .testimony > :is(div, a):last-of-type img {
    grid-row: 2;
  }
}
@media (max-width: 620px) {
  .testimonials {
    margin: 2rem auto;
  }
  .testimony {
    margin-top: 2rem;
    gap: 1.5rem;
  }
  .testimony :is(div, a) {
    padding: 1.5rem;
    display: block;
    max-width: 100% !important;
    width: 100%;
    text-align: center;
  }
  .testimony :is(div, a) img {
    max-width: 210px;
  }
}
/*--------------------------------------------------
 *                  Carousel
 * ----------------------------------------------------*/
.all-you-need {
  width: 100%;
  overflow-y: visible;
  overflow-x: clip;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin: 4rem auto;
  margin-top: 0;
  padding: 3rem 0;
  position: relative;
}
.all-you-need .intro {
  text-align: center;
  justify-self: center;
  z-index: 2;
}
.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);
  z-index: 2;
}
.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;
}
.all-you-need button:not(.active) {
  cursor: pointer;
}
.all-you-need .packs {
  display: flex;
  width: 300%;
  animation: slide-left 80s linear infinite;
  z-index: 2;
}
.all-you-need .packs div {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.all-you-need .packs img {
  width: 8.3333333333%;
  height: auto;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.431372549), 39px 39px 64px rgba(0, 0, 0, 0.5019607843);
}
.all-you-need::before {
  content: var(--pseudo-content);
  position: absolute;
  width: 800px;
  height: 300px;
  border-radius: 50%;
  background: rgba(0, 72, 225, 0.6);
  left: 0%;
  top: 22%;
  filter: blur(140px);
}
.all-you-need::after {
  content: var(--pseudo-content);
  position: absolute;
  width: 800px;
  height: 400px;
  border-radius: 50%;
  background: rgba(33, 240, 246, 0.4);
  left: 16%;
  bottom: 10%;
  filter: blur(140px);
}
.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;
  color: #21eeef;
}
.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:not(.active) {
  cursor: pointer;
}
.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;
  transition: var(--vid-transition);
}
.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: 45px;
  grid-template-columns: 3fr 1fr;
  position: relative;
  overflow: visible;
}
.auto-play-mod.style-1::before {
  content: var(--pseudo-content);
  position: absolute;
  width: 600px;
  height: 400px;
  border-radius: 50%;
  background: rgba(0, 72, 225, 0.6509803922);
  right: 15%;
  bottom: 20%;
  filter: blur(140px);
}
.auto-play-mod.style-1::after {
  content: var(--pseudo-content);
  position: absolute;
  width: 600px;
  height: 400px;
  background: rgba(33, 240, 246, 0.64);
  border-radius: 50%;
  right: 20%;
  top: 20%;
  filter: blur(140px);
}
.auto-play-mod.style-1 .btns {
  row-gap: 20px;
  grid-column: 2;
  grid-row: 2;
  height: fit-content;
  align-self: center;
  z-index: 2;
}
.auto-play-mod.style-1 button {
  padding: 0 1.4rem;
  min-height: 80px;
  gap: 20px;
  background: rgba(0, 0, 0, 0.3803921569);
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.2196078431);
  opacity: 0.6;
  z-index: 2;
  position: relative;
}
.auto-play-mod.style-1 button:hover {
  cursor: pointer;
}
.auto-play-mod.style-1 button.active, .auto-play-mod.style-1 button:hover {
  opacity: 1;
}
.auto-play-mod.style-1 button.active {
  background: rgba(24, 194, 255, 0.4);
  border: 1px solid #18C2FF;
  cursor: default !important;
}
.auto-play-mod.style-1 .des {
  grid-row: 2;
  grid-column: 1;
  border-radius: var(--video-radius) var(--video-radius) 0 0;
  z-index: 3;
}
.auto-play-mod.style-1 .des p {
  display: none;
}
.auto-play-mod.style-1 .des p.active {
  display: block;
  color: white;
}
.auto-play-mod.style-1 .vids {
  aspect-ratio: 1.7778668805;
  grid-column: 1;
  grid-row: 2;
  place-self: center;
  z-index: 2;
}
.auto-play-mod.style-1 img {
  width: clamp(25px, 3vw, 40px);
  height: auto;
}
.auto-play-mod.style-1 h3 {
  text-align: left;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
.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;
  position: relative;
  overflow: visible;
}
.auto-play-mod.style-2::before {
  content: var(--pseudo-content);
  position: absolute;
  width: 600px;
  height: 400px;
  border-radius: 50%;
  background: rgba(0, 72, 225, 0.6509803922);
  right: -9%;
  bottom: 9%;
  filter: blur(140px);
}
.auto-play-mod.style-2::after {
  content: var(--pseudo-content);
  position: absolute;
  width: 800px;
  height: 500px;
  background: rgba(33, 240, 246, 0.64);
  border-radius: 50%;
  right: -8%;
  top: 15%;
  filter: blur(140px);
}
.auto-play-mod.style-2 .intro {
  text-align: center;
  margin-bottom: calc(var(--main-spacing) / 1.6);
}
.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;
  z-index: 1;
}
.auto-play-mod.style-2 .des {
  grid-row: 3;
  z-index: 2;
}
.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 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 {
  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;
}
.auto-play-mod.style-3 button {
  height: 100%;
  grid-template-columns: 1fr;
  padding: 0;
  gap: 1rem;
  align-self: start;
  border-radius: 12px;
  overflow: hidden;
}
.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;
}
.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;
}
.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%;
    overflow: visible;
  }
  .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;
    grid-column: 1;
  }
  .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: 750px) {
  .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;
    border: none;
    background: none;
  }
  .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 .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;
  }
}