:root {
  --color-white: #ffffff;
  --color-text-primary: #373737;
  --color-amaranth: #DD2F46;
  --color-carbon: #333333;
  --font-size-base: clamp(1.6rem, 1.087rem + 1.368vw, 2.4rem);
  --font-size-base-bigger: clamp(1.8rem, 1.159rem + 1.709vw, 2.8rem);
  --margin-default: 20px;
  --section-padding-y-default: clamp(6rem, 3.436rem + 6.838vw, 10rem);
  --section-padding-x-default: 20px;
}
body {
  background-color: var(--color-white);
  color: var(--color-text-primary);
  font-size: var(--font-size-base);
  line-height: 1.6;
}
picture {
  display: block;
}

.heading-h1,
.heading-h2,
.heading-h3,
p {
  margin: 0;  
}
/* 345 - 960 */
.heading-h1,
.heading-h2,
.heading-h3 {
  line-height: 1.36;
  font-weight: 700;
  margin-bottom: var(--margin-default);
}
.heading-h1 {
  font-size: clamp(4rem, 2.462rem + 4.103vw, 6.4rem);
}
.heading-h2 {
  font-size: clamp(3rem, 1.99rem + 2.927vw, 4.8rem);
}
.heading-h3 {
  font-size: clamp(2.6rem, 1.702rem + 2.602vw, 4.2rem);
}
p {

}
p + p {
  margin-top: var(--margin-default);
}


.u-text-bigger {
  font-size: var(--font-size-base-bigger);
}
.u-fs-large {
  font-size: 2rem;
  font-size: clamp(2rem, 1.744rem + 0.684vw, 2.4rem);
}


.animation-intro { /* 668 */
  padding-top: 7.485%;
  padding-bottom: 8.982%;
  padding-top: 40px;
  padding-bottom: 60px;
}
.animation-intro .btn-wrapper {
/*   margin-top: 7.03%; */
  margin-top: clamp(2.6rem, 1.141rem + 4.228vw, 5.2rem);
}

.animation-promo-video {
  background-color: var(--color-carbon);
  padding-top: 50px;
  padding-bottom: 50px;
}
.animation-highlights {
}
.looping-animation {
  background-color: #F3C84E;
  padding-top: 7.485%;
  padding-top: 50px;
}
.looping-animation .flex-item-text {
  padding-bottom: 5%;
}
.looping-animation-picture {
  position: relative;
  max-width: 834px;
  max-width: 740px;
  right: -25%;
}
.looping-animation-img {

}
.looping-animation-gif {
  position: absolute;
  width: 24.940048%;
  left: 11.7506%;
  top: 20.183486%;
}


.animating-effects {
}
.bounce-animation {
  background-color: #404042; 
}
.animating-shape {
  background-color: #02BDDC;
  padding-top: 50px;
  padding-bottom: 50px;
}
.spray-fill-animation {
}
.spray-fill-animation .video-container {
  margin-bottom: -5%;
}
.orbiting-animation {
  background-color: #DD2F46;
}
.liquid-animation {

}
.liquid-animation img {
  margin-top: 28px;
  margin-bottom: -9%; /* -66px */
}

.text-motion {
  background-color: #313131;
}
.blend-animation {
  
}



.flex-item {
  width: 100%;
  flex-basis: 100%;
}
.flex-item + .flex-item {
  margin-top: 26px;
}


.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  
}
.btn {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-radius: 100px;
  width: 100%;
  font-size: 1.8rem;
  max-width: 200px;
  padding: 11px 15px;        
  line-height: 1;
  border: 2px solid transparent;
  outline: 0;
  color: #434241;    
  background-color: #fbc628;
  transition: background-color .2s ease;
}
.btn:hover {
  background-color: #d6ae28;
}
.btn:active {
  top: 1px;
}
.btn-scorpion {
  background-color: #595959;
  color: #ffffff;
}
.btn-scorpion:hover {
  background-color: #444444;
}
.btn-tundora {
  background-color: #444444;
}
.btn-tundora:hover {
  background-color: #383838;
}

.btn-mas-badge {
  background-image:url(/assets/img/shared/mas-badge-inner.svg);
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
.btn-ai {
  
}

video {
  max-width: 100%;
  height: auto;
}
.video-container {
  position: relative;
}
.play-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.6);
  border: 2px solid #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);  
  transition: background-color .25s ease;
  z-index: 55;
}
.play-btn:hover {
  background-color: rgba(51, 51, 51, 1);
}      
.play-btn-triangle {
  width: 100%;
  fill: #ffffff;
}
.play-btn-shadow {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);  
}



.u-w-max-1200 {
  max-width: 1200px;
}
.u-w-max-1800 {
  max-width: 1800px;
}
.u-mw-80-100 {
  max-width: 80%;
}
.u-bc-carbon {
  background-color: var(--color-carbon);
}
.u-bc-persian-red  {
  background-color: #BF2A2D;
}
.u-c-white {
  color: var(--color-white);
}


.u-mt-52-fluid {
  margin-top: clamp(2.6rem, 1.141rem + 4.228vw, 5.2rem);
}
.u-mt-40-60 {
  margin-top: 40px;
}
.u-mt-30 {
  margin-top: 30px;  
}
.u-mt-40 {
  margin-top: 40px;
}

.u-mb-26 {
  margin-bottom: 26px;
}
.u-mb-41 {
  margin-bottom: 41px;
}
.u-mb-52 {
  margin-bottom: 52px;
}


.u-mt-100-fluid {
  margin-top: var(--section-padding-y-default); 
}

.u-px-def {
  padding-left: var(--section-padding-x-default);
  padding-right: var(--section-padding-x-default);
}
.u-py-100 {
  padding-top: var(--section-padding-y-default);
  padding-bottom: var(--section-padding-y-default); 
}
.u-pb-100 {
  padding-bottom: var(--section-padding-y-default); 
}
.u-pt-70 {
  padding-top: clamp(4rem, 2.077rem + 5.128vw, 7rem); 
}
.u-pt-100 {
  padding-top: var(--section-padding-y-default);
}


.u-text-center-left,
.u-text-center-right {
  text-align: center;
}

.ai-tutorial-video,
.promo-video-container {
  padding-bottom: 56.25%;
}

.ai-promo-video {
/*
  background-image: image-set(
    "/assets/img/generative-ai/ai-promo-bg-412@2x.webp" type("image/webp"),
    "/assets/img/generative-ai/ai-promo-bg-412@2x.jpg" type("image/jpeg")
  );
*/
/*
    background-image: image-set(
      "/assets/img/generative-ai/ai-promo-bg-768@2x.webp" type("image/webp"),
      "/assets/img/generative-ai/ai-promo-bg-768@2x.jpg" type("image/jpeg")
    );
*/
    background-image: image-set(
      "/assets/img/generative-ai/ai-promo-bg@2x.webp" type("image/webp"),
      "/assets/img/generative-ai/ai-promo-bg@2x.jpg" type("image/jpeg")
    );
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  padding-top: 13px;
  padding-bottom: 12px;
}
.video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.ai-perks-section {
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  row-gap: clamp(3rem, 1.093rem + 5.528vw, 6.4rem);
  column-gap: 10.41667%;
}  
.ai-perks-section img {
  margin-bottom: min(16px, max(5.58%, 24px));
  width: min(74px, max(17.21%, 60px));
}

      
@media only screen and (min-width: 480px) {
  .ai-promo-video {
/*
    background-image: image-set(
      "/assets/img/generative-ai/ai-promo-bg-768@2x.webp" type("image/webp"),
      "/assets/img/generative-ai/ai-promo-bg-768@2x.jpg" type("image/jpeg")
    );
*/
  }
  .ai-perks-section {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

}
   
      
@media only screen and (min-width: 668px) {

  .btn-wrapper {
    gap: 30px;
  }
  .btn {
    font-size: 2.2rem;
    max-width: 240px;
    padding: 14px 20px;        
  }

  .flex-item + .flex-item {
    margin-top: 0;
  }
  .flex-w-4625 {
    width: 46.25%;
    flex-basis: 46.25%;
  }
  .flex-w-4792 {
    width: 47.92%;
    flex-basis: 47.92%;
  }
  .flex-w-50625 { /*  486 */
    flex-basis: 50.625%;    
  }

  .u-text-center-left {
    text-align: left;
  }
  .u-text-center-right {
    text-align: right;
  }

  .animation-intro {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .looping-animation {
    padding-top: 55px;
  }

  .looping-animation-picture {
    max-width: 834px;
    right: auto;
  }
  .looping-animation-img {
    max-width: none;
    width: 171.604938%;
  }
  .looping-animation-gif {
      left: 20.164609%;
/*       top: 22.633745%; */
      width: 42.798354%;
  }
  
  .play-btn {
    width: 94px;
    height: 94px;
  }

  .u-mw-80-100 {
    max-width: 100%;
  }
  .u-mt-40-60 {
    margin-top: 60px;
  }

  
}      

@media only screen and (min-width: 768px) {
  .ai-promo-video {
/*
    background-image: image-set(
      "/assets/img/generative-ai/ai-promo-bg@2x.webp" type("image/webp"),
      "/assets/img/generative-ai/ai-promo-bg@2x.jpg" type("image/jpeg")
    );
*/
  }
  
}

/*


 video::-webkit-media-controls {
      display: none;
    }
*/
.styles-slider-section {
  padding-bottom: calc(clamp(4.6rem, 0.253rem + 7.653vw, 7.6rem) * 1);
}

.styles-slider.slick-slider {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.styles-slider.slick-slider::before,
.styles-slider.slick-slider::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 100%;
  z-index: 10;
  top: 0;
  background: transparent;
}
.styles-slider.slick-slider::before {
  left: 0;
}
.styles-slider.slick-slider::after {
  right: 0;
}
.styles-slider .slick-slide {
  text-align: center;
  margin: 0;
 }
.styles-slider.slick-slider .slick-slide img {
  width: 100%;
  max-width: 240px;
  height: 100%;
}
/* CUSTOM ARROWS */
.slider-arrow-horizontal {
  position: absolute;
  width: 15px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  background: center center / contain no-repeat;
}
.slider-arrow-horizontal:hover {
  cursor: pointer;
  opacity: .8;
}
.styles-slider .slider-arrow-prev {
  left: -55px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="51" viewBox="0 0 20 51" fill="none"><path d="M18 1.23535L3 25.2354L18 49.2354" stroke="%23A2A1A2" stroke-width="4"/></svg>');
}
.styles-slider .slider-arrow-next {
  right: -55px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="51" viewBox="0 0 20 51" fill="none"><path d="M2 1.23535L17 25.2354L2 49.2354" stroke="%23A2A1A2" stroke-width="4"/></svg>');
}
.slider-arrow-prev:active {
  margin-left: -1px;
}
.slider-arrow-next:active {
  margin-right: -1px;
}

/* DOTS */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.styles-slider .slick-dots {
  position: absolute;
  bottom: -76px;
  bottom: -46px;
  bottom: calc(clamp(4.6rem, 0.253rem + 7.653vw, 7.6rem) * -1);
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 clamp(0.4rem, -0.219rem + 1.794vw, 0.8rem);
  padding: 0;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(255,255,255,.8);
  border: 2px solid #a2a2a2;
  
  width: clamp(1.2rem, 0.581rem + 1.794vw, 1.6rem);
  height: clamp(1.2rem, 0.581rem + 1.794vw, 1.6rem);
}
.slick-dots li:hover {
  border-color: #a2a2a2;
  background-color: rgba(162,162,162,.5);
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  width: 16px;
  height: 16px;
  padding: 5px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #a2a2a2;
}
.styles-slider .slick-dots li.slick-active {
  background-color: #a2a2a2;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

@media only screen and (min-width: 568px) {
  .styles-slider-section {
      padding-left: 70px;
      padding-right: 70px;

  }
  .styles-slider .slick-dots li {
/*     width: 16px; */
/*     height: 16px; */
/*     margin: 0 8px; */
  }
}