<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------
                     HTML5 Reset
 --------------------------------------------------*/
html, body, div, section, article, aside, header,
hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,
blockquote, address, time, span, em, strong, img,
ol, ul, li, figure, canvas, video, th, td, tr {
  margin: 0;
  padding: 0;
  border: 0;
}

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

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  color: white;
}

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

picture {
  z-index: 1;
}


/*--------------------------------------------------
                Reset RD code
 --------------------------------------------------*/
.toptop_banner {
    height: 0px;
    margin-bottom: 0px;
}
#pd_purchase {
    display: none !important;
}
.nav.nav_mobile {
    display: none;
}

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

.aba-slider img {
	max-width: none;
}


/*--------------------------------------------------
                        Fonts
 --------------------------------------------------*/


h1, h2, main h3, h4, h5, main span, main ul {
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 600;
}

h2, main h3, p {
  color: white;
  line-height: 1.3;
}

main h3 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  font-weight: 600;
}

main p, main ul {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 2rem;
  font-family: system-ui;
  font-weight: 400;
  line-height: 1.4;
}

main a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white
}

#main-content span {
  color: white;
}


/*--------------------------------------------------
                  Mobile first layout
 --------------------------------------------------*/

#main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

h2 span {
  background: linear-gradient(to right,#FF0000,#FF00B8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* filter: drop-shadow(1px 1px 0px black)
          drop-shadow(0px 2px 0px #00000081); */
  font-weight: 700;
  display: inline-block;
}

h2, main h3 {
  margin-bottom: 0.4rem;
}

.text {
  height: fit-content;
}

  /*=====   Play Button   ======*/

.video-btn {
  display: flex;
  position: relative;
}

.video-btn:after,
.video-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.video-btn:after {
  width: 0;
  height: 0;
  border: 1.3em solid transparent;
  border-left: 2em solid #ffffff;
  margin-top: -1.25em;
  margin-left: -0.7em;
}

.video-btn:before {
  width: 5.6em;
  height: 5.6em;
  margin-left: -2.8em;
  margin-top: -2.8em;
  border: 2px solid hsl(0deg 0% 100% / 67%);
  border-radius: 50%;
  box-shadow: 0 0 24px #000000c7;
  background: #0000008c;
}

.video-btn:hover:before {
  background: #7d2dd2;
	background: linear-gradient(to right,#FF0000,#FF00B8);
  transition: all 0.45s ease;
}

.video-btn:hover:before,
.video-btn:hover:after {
  transform: scale(1.05);
}

a.cta-try-now {
  background: black;
  padding: 1rem 2rem;
  border-radius: 7px;
  transition: 0.2s all;
  width: fit-content;
  animation: none;
  height: fit-content;
  margin-top: 16px;
  /* color: #000; */
}

a.cta-try-now:hover {
  transform: scale(1.06);
}

.closer-to-perfection a.cta-try-now,
.dynamic-grades a.cta-try-now {
  background: linear-gradient(to right,#FF0000,#FF00B8);
  color: #fff;
}

.text {
  display: grid;
}


/*--------------------------------------------------
                    Main Hero
 --------------------------------------------------*/

.hero {
  display: grid;
  background-color: black;
  grid-template-columns: 1fr;
  grid-template-rows: calc(100vh - 110px);
  color: white;
  text-align: center;
  width: 100%;
  height: auto;
}

.hero &gt; div {
  padding: 1rem;
  width: fit-content;
  height: fit-content;
  align-self: center;
  justify-self: center;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
}

.hero video {
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 1;
  object-fit: cover;
  opacity: 0.7;
}

.hero .product {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.hero .promo_ribbon {
  display: none;
}

.hero .product img {
  width: 10%;
  margin-right: 2%;
  min-width: 45px;
}

.hero h1 {
  font-size: clamp(1.8rem, 6vw, 3.4rem);
  line-height: 1;
  margin-top: 1rem;
	font-weight: 800;
}

.btn-cta {
   display: flex;
/* gap: 25px; */
   width: 100%;
   justify-content: center;
   margin-top: 1.2rem;
   flex-wrap: wrap;
}

.btn-cta a {
   border-radius: 5px;
   font-size: 1rem;
   line-height: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 70px;
   width: 190px;
   transition: 0.2s all;
   margin: 12px;
   text-transform: uppercase;
   padding: 10px;
}

.btn-cta a:hover {
  transform: scale(1.08);
  font-size: 1.1rem;
}

.btn-cta span {
  font-size: clamp(0.6rem, 0.6vw, 1rem);
  padding-top: 6px;
}

.btn-cta :nth-child(1) {
  border: 1px solid white;
}

.btn-cta :nth-child(2) {
  background: #FF00B8;
}

/* a.pricing {
  color: #FF00B8;
  text-decoration: underline;
  transition: 0.2s all;
  background: black;
  padding: 3px 6px;
  display: inline-flex;
  margin-top: 8px;
}

a.pricing:hover {
  color: white;
  text-decoration: none;
} */

/*-------------------------------------------------
                     WebCommerce ad
 -------------------------------------------------*/

#long-banner {
  display: none;
}

/*--------------------------------------------------
              Visual Effects section
 --------------------------------------------------*/

.visual-fx {
  display: grid;
  grid-template-columns: 1fr;
  background: black;
  text-align: center;
}

.visual-fx &gt; div:nth-of-type(1) {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  background-color: #551b00;
  background-image: url("https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/illuminate-your-footage-06k.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.visual-fx h2{
  padding: 0 10%;
}

.visual-fx a {
  height: 250px;
}

.visual-fx &gt; div:nth-of-type(2) {
  padding: 3rem 10%;
  height: fit-content;
}

.visual-fx .effects,
.stylize-fx .effects {
  margin: 2rem auto 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.effects span {
  width: calc(100%/4);
  font-size: clamp(0.8rem, 2vw, 1.1rem);
  margin: 3%;
  max-width: 90px;
}
.stylize-fx span {
    color: #000 !important;
}
/*--------------------------------------------------
                 Stylize Visuals section
 --------------------------------------------------*/

.stylize-fx {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  padding: 3rem 10%;
  background-color: #6d98b1;
  background-image: url("https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/stylize-every-scene-04k.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.stylize-fx &gt; div:nth-of-type(1) {
  width: fit-content;
}

.stylize-fx .effects {
   width: 80%;
   margin: 1rem auto;
   row-gap: 0;
}

.stylize-fx h3,
.stylize-fx p,
.stylize-fx span {
  color: black;
}

.stylize-fx a {
  padding: 12rem 0;
}


/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/

.every-scene {
  display: grid;
  grid-template-columns: 100%;
  background: black;
  text-align: center;
  padding: 3rem 0 0;
}

.every-scene h2 {
  margin-bottom: 2rem;
  padding: 0 10%;
}

.aba-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.aba-slider img {
  width: 100%;
}

.every-scene .text {
  padding: 3rem 10%;
}

.before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
/*   z-index:2; */
}

.resizer {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width: 2px;
  background: #ffffff6e;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.resizer:after {
  background: linear-gradient(62deg,#c93072 5%,#3365c0);
  background: white;
  font-family: "Font Awesome 5 Free";
  content: '\f337';
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #151515;
  position: absolute;
  margin: 0 0 0 -19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff6e;
}


/*--------------------------------------------------
                Consistent Look section
 --------------------------------------------------*/

@keyframes fade-transition {
     0% {opacity: 0;
         z-index: 5;}
   0.2% {opacity: 0;}
   2.5% {opacity: 1;}
    20% {opacity: 1;
        z-index: 4;}
   25% {opacity: 0;}
   40% {opacity: 0;
       z-index: 3;}
   60% {opacity: 0;
       z-index: 2;}
   80% {opacity: 0;
       z-index: 1;}
  100% {opacity: 0;
       z-index: 0;}
}

.consistent-look {
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 3rem;
}

.consistent-look img {
  width: 100%;
}

.consistent-look .text {
  padding: 3rem 10% 0;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  z-index: 7;
  max-width: 400px;
  height: fit-content;
}

.consistent-look .main-img {
  display: grid;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 270%;
  overflow: hidden;
/* height: 90%; */
}

.main-img picture {
   grid-row: 1;
   grid-column: 1;
   /*    animation-timing-function: ease-in; */
   animation-iteration-count: infinite;
   animation-duration: 12s;
   opacity: 1;
   /*    transition: 0.2s all, */
   position: relative;
}

.main-img picture:nth-of-type(1) {
    animation-name: none;
    /* animation-delay: 9.6s;  */
		animation-delay: 7.2s;
}

.main-img picture:nth-of-type(2) {
    animation-name: none;
		animation-delay: 4.8s;
}

.main-img picture:nth-of-type(3) {
    animation-name: none;
	  animation-delay: 2.4s;
}

.main-img picture:nth-of-type(4) {
    animation-name: none;
}

.consistent-look .main-img img {
   position: relative;
   left: -54%;
   bottom: 10%;
 }

.consistent-look nav {
  display: grid;
  grid-template-columns: 47% 47%;
  column-gap: 6%;
  row-gap: 1.1rem;
  width: 83%;
  margin: -27% auto 0;
  z-index: 8;
}

.consistent-look nav img {
  border-radius: 6px;
}

.consistent-look h2 {
  font-size: clamp(1.5rem, 2vw, 2.3rem);
  line-height: 1.3;
}


/*--------------------------------------------------
                stock-assets section
 --------------------------------------------------*/

.stock-assets {
  padding: 3rem 0 0;
  background: linear-gradient(300deg, rgb(255 206 0 / 36%) 0%, rgb(234 0 183 / 35%) 29%,rgb(132 0 255 / 82%) 72%, rgb(255 20 20 / 32%) 100%), linear-gradient(188deg, rgb(255 222 0) 0%, rgb(234 0 183) 45%,rgb(172 2 176) 72%, rgb(108 5 168) 100%);
}

.stock-assets h2 {
  font-size: clamp(1.5rem, 2vw, 2.3rem);
}

.stock-assets .text {
    padding: 0 10% 3rem;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    z-index: 1;
}

.stock-assets img {
    width: 100%;
}

/*--------------------------------------------------
              Match Anything Section
 --------------------------------------------------*/

.match-anything {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  background-color: #ffffff !important;
}

.match-anything nav {
  order: 3;
  width: 90%;
  margin: -2rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 7%;
  column-gap: 6%;
}

.match-anything nav picture {
  cursor: pointer;
}

.match-anything nav img {
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}

.match-anything .text {
   padding: 0 10% 3rem;
}

.match-anything h3,
.match-anything p {
   color: black;
}

.match-anything img {
   width: 100%;
}

.match-anything .main-video {
  width: 100%;
  height: 57vw;
  display: grid;
}

.match-anything picture p {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -1px;
}

picture.thb-active p {
  background: linear-gradient(138deg, rgb(236 7 7) 0%, rgb(242 3 223) 100%);
}


/*--------------------------------------------------
              Closer to Perfection section
 --------------------------------------------------*/

.closer-to-perfection {
  background-color: black;
  padding: 3rem 0 1.5rem;
}

.closer-to-perfection h2 {
  text-align: center;
  padding: 0 10% 3rem;
}

.closer-to-perfection img {
  width: 100%;
}

.closer-to-perfection .text {
  padding: 3rem 10% 0;
}

.closer-to-perfection ul {
  color: white;
  list-style-type: unset;
  margin-top: 16px;
  padding-left: 6%;
}

/*--------------------------------------------------
              Achieve Dynamic Grades section
 --------------------------------------------------*/

.dynamic-grades {
  background-color: black;
  padding: 0 0 3rem;
}

.dynamic-grades img {
  width: 100%;
}

.dynamic-grades video {
  width: 100%;
  height: auto;
  padding: 0 2rem;
  max-width: 780px;
}

.dynamic-grades .text {
  padding: 1.5rem 10% 0;
}


/*--------------------------------------------------
            Useful Features section
 --------------------------------------------------*/

.useful-features {
  background-color: black;
}

.useful-features img {
  width: 100%;
}

.motion-tracking,
.green-screen {
  padding: 3rem 10%;
}


/*==================================================
                    iPad layout
==================================================*/

@media (min-width: 600px) {


  .hero .promo_ribbon {
    display: block;
    grid-column: 1;
    grid-row: 1;
    height: fit-content;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #ff0057;
    align-self: start;
    justify-self: center;
  }


/*--------------------------------------------------
              Visual Effects section
 --------------------------------------------------*/

  .visual-fx &gt; div:nth-of-type(1) {
    background-image: url(https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/illuminate-your-footage-08k.jpg);
  }

  .effects span {
    width: calc(100%/8);
    margin: 2%;
  }

/*--------------------------------------------------
                 Stylize section
 --------------------------------------------------*/

  .stylize-fx {
    background-image: url(https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/stylize-every-scene-08k.jpg);
    background-position-y: center;
}

  .stylize-fx .effects {
    width: 100%;
}

/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/

.every-scene {
  grid-template-columns: 1fr 1fr;
  padding: 3rem 3%;
}

.every-scene h2 {
  grid-column: 1 / 3;
  grid-row: 1;
}

 .aba-slider,
 #before-after-slider {
   width: auto;
   margin: 0 10px;
  }

.aba-slider img {
  border-radius: 15px 15px 0 0;
 }

.every-scene .text {
  grid-row: 3;
  background-color: #1c1c1c;
  height: 100%;
  margin: 0 10px;
  border-radius: 0 0 15px 15px;
  padding: 2rem 9%;
}


/*--------------------------------------------------
                Consistent Look section
 --------------------------------------------------*/

 @keyframes scale-up {
     0% {transform: scale(1);
         filter: drop-shadow(0px 0px 0px #00000069);}
   2.5% {transform: scale(1.2);
         filter: drop-shadow(2px 4px 6px #00000069);}
   20% {transform: scale(1.2);
         filter: drop-shadow(2px 4px 6px #00000069);}
   22.5% {transform: scale(1);
         filter: drop-shadow(0px 0px 0px #00000069);}
   25% {transform: scale(1);
        filter: drop-shadow(0px 0px 0px #00000069);}
  100% {transform: scale(1);
        filter: drop-shadow(0px 0px 0px #00000069);}
}

#main-content {
  overflow: initial;
}

.consistent-look {
  margin-bottom: 2rem;
  grid-template-rows: 50vw auto auto;
}

.consistent-look .text {
  margin: 6% 0 8vw 5%;
  max-width: 315px;
  position: sticky;
  top: 60px;
  /* background-color: #0000008a; */
  padding: 2rem;
  border-radius: 14px;
  /* backdrop-filter: blur(10px); */
}

.consistent-look .main-img {
  width: 100%;
  height: auto;
  grid-row: 1 / 3;
}

.consistent-look .main-img img {
   position: relative;
   left: initial;
   bottom: initial;
   max-height: 625px;
   object-fit: cover;
   object-position: 0 100%;
 }

.consistent-look nav {
   grid-template-columns: repeat(4, 1fr);
   margin: 0 auto;
   column-gap: 4%;
   grid-row: 2 / 4;
   grid-column: 1;
   width: 90%;
}

/* #gallery picture {
  animation-iteration-count: infinite;
  animation-name: none;
  animation-duration: 12s;
} */

/* #gallery picture:nth-of-type(4) {
		animation-delay: 7.2s;
	}

#gallery picture:nth-of-type(3) {
		animation-delay: 4.8s;
	}

#gallery picture:nth-of-type(2) {
		animation-delay: 2.4s;
	} */

.consistent-look nav img {
  border-radius: 8px;
  transition: 0.2s all;
}

.consistent-look nav img:hover {
  transform: scale(1.08);
  cursor: pointer;
}


 /*--------------------------------------------------
                Stock Assets section
 --------------------------------------------------*/

.stock-assets {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.stock-assets .text {
  padding: 0 10% 10%;
  grid-row: 1;
  grid-column: 1 / 2;
  z-index: 2;
}

.stock-assets picture {
  grid-column: 1 / 3;
  grid-row: 1;
}

.stock-assets img {
  width: 91%;
  float: right;
}


 /*--------------------------------------------------
               Match Anything section
 --------------------------------------------------*/

.match-anything {
   display: grid;
   grid-template-columns: 1fr 1fr;
   padding-bottom: 0;
}

.match-anything .text {
  align-self: end;
  padding: 0 12% 1.5rem;
}

.match-anything nav {
  padding: 0 7%;
  margin: 0 auto;
  height: fit-content;
 }

.match-anything .main-video {
  grid-row: 1 / 3;
  grid-column: 2;
  height: 67vw;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}

.match-anything picture img {
   max-height: 750px;
   object-fit: cover;
   object-position: top;
}

.match-anything nav picture:hover img {
    transform: scale(1.1);
    box-shadow: 0px 0px 10px #0000002e;
    border-radius:5px;
    transition:.4s;
}
.match-anything nav picture:hover p,.match-anything nav picture:hover img,.match-anything nav picture p:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 10px #0000002e;
    transition:.4s;
}


/*--------------------------------------------------
             Closer to Perfection section
 --------------------------------------------------*/

 .closer-to-perfection,
  .dynamic-grades,
  .useful-features {
   display: grid;
   grid-template-columns: 1fr 1fr;
}

.closer-to-perfection h2 {
   grid-column: 1 / 3;
   padding: 0 10% 2rem;
   text-align: center;
}

.closer-to-perfection .text {
    padding: 0 10%;
    align-self: center;
    justify-self: center;
}

 .dynamic-grades video {
   grid-column: 2;
   grid-row: 1;
   padding: 0;
}

 .dynamic-grades .text {
   grid-column: 1;
   padding: 0 10%;
   align-self: center;
   justify-self: center;
}

/*--------------------------------------------------
              Useful Features section
 --------------------------------------------------*/

  .motion-tracking {
    grid-row: 2;
  }

  .useful-features picture:first-of-type img {
    height: 100%;
    object-fit: cover;
  }

}


/*==================================================
                  Desktop layout
==================================================*/

@media (min-width: 1065px) {

  /*-///////////  Basic layout /////////////-*/

  .hero .promo_ribbon {
    width: fit-content;
    border-bottom-right-radius: 6px;
    justify-self: start;
  }

  /*--------------------------------------------------
              Visual Effects section
 --------------------------------------------------*/

.visual-fx {
   grid-template-columns: 1fr 1fr;
   min-height: 750px;
}

.visual-fx &gt; div:nth-of-type(1) {
  background-image: url("https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/illuminate-your-footage-1k.jpg");
  grid-column: 2;
  grid-row: 1;
}

.visual-fx h2 {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 25%;
  filter: drop-shadow(2px 1px 0px #00000010) drop-shadow(0px 2px 3px #00000081) drop-shadow(0px -1px 0px #00000040);
}

.visual-fx h3,
.visual-fx p {
  text-align: left;
}

.visual-fx a {
   height: 5.6em;
   width: 5.6em;
   position: relative;
   top: 43%;
   left: 43%;
   transition: 0.2s all;
}

.visual-fx &gt; div:nth-of-type(2) {
  padding: 0;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  place-self: center;
  width: 63%;
  max-width: 315px;
}

.visual-fx .effects,
.stylize-fx .effects {
  flex-flow: wrap;
  justify-content: space-between;
  row-gap: 1rem;
}

.effects span {
  width: 100%;
  margin: 0;
  max-width: 94px;
}


/*--------------------------------------------------
                 Stylize Visuals section
 --------------------------------------------------*/

.stylize-fx {
  grid-template-columns: 1fr 1fr;
  min-height: 750px;
  padding: 0;
  background-image: url(https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/stylize-every-scene-1.3k.jpg);
}

.stylize-fx &gt; div:nth-of-type(1) {
  margin-top: 12%;
  align-self: start;
  justify-self: center;
  padding: 0;
  grid-column: 1;
  grid-row: 1;
  width: 63%;
  max-width: 315px;
}

.stylize-fx .effects {
  flex-wrap: nowrap;
  width: 186%;
  max-width: 550px;
}

.stylize-fx h3,
.stylize-fx p {
  text-align: left;
}

.stylize-fx a {
  height: 5.6em;
  width: 5.6em;
  top: 43%;
  left: 43%;
  padding: 0;
  transition: 0.2s all;
}


/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/

.every-scene {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  padding: 0;
  row-gap: 4.6%;
  max-height: 750px;
}

.every-scene h2 {
  z-index: 6;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  padding: 0;
  margin: 4.4% 0 0 8%;
  height: fit-content;
  filter: drop-shadow(2px 1px 0px #00000010)
          drop-shadow(0px 2px 3px #00000081)
          drop-shadow(0px -1px 0px #00000040);
  max-width: 830px;
  text-align: left;
}

.aba-slider {
   margin: 0;
   grid-column: 1;
   grid-row: 1 / 3;
  }

.aba-slider.no-show {
    display: none;
  }

.aba-slider img {
  border-radius: 0;
 }

.every-scene .text {
  grid-column: 1;
  grid-row: 1;
  background-color: #000000b5;
  height: fit-content;
  margin: 0;
  border-radius: 0;
  padding: 2rem;
  width: fit-content;
  max-width: 376px;
  text-align: left;
  z-index: 6;
  cursor: pointer;
}

.every-scene &gt; :nth-child(2) {
  z-index: 1;
}

.every-scene &gt; :nth-child(3) {
  align-self: end;
}

.every-scene &gt; :nth-child(5) {
  grid-row: 2 / 3;
}

.every-scene .text.active {
/*   border-radius: 0 10px 10px 0; */
  max-width: 390px;
  border-right: solid;
  border-image-slice: 1;
  border-width: 14px;
  border-image-source: linear-gradient(to bottom,#FF0000,#FF00B8);
 }


  /*--------------------------------------------------
                Consistent Look section
 --------------------------------------------------*/

.consistent-look {
  margin-bottom: 6rem;
  grid-template-rows: auto 50px auto;
}

.consistent-look .text {
  margin: 4% 0 180px 8%;
  max-width: 420px;
}

.consistent-look .main-img img {
   position: relative;
   left: initial;
   bottom: initial;
   max-height: 625px;
   object-fit: cover;
   object-position: 0 80%;
 }

.consistent-look nav {
  margin: 0  auto;
  max-width: 1400px;
  width: 100%;
  padding: 0 30px;
}

.consistent-look nav img {
  max-width: 400px;
}


 /*--------------------------------------------------
                Stock Assets section
 --------------------------------------------------*/

.stock-assets {
  padding: 0;
}

.stock-assets .text {
  padding: 0 10% 10%;
  grid-row: 2;
}

.stock-assets picture {
  grid-row: 1 / 3;
}

.stock-assets img {
  width: 70%;
  /* max-width: 1150px; */
}

}


  /*==================================================
                  larger Desktop layout
  ==================================================*/

  /*--------------------------------------------------
            PowerPlayer / Mobile UI section
  --------------------------------------------------*/

  @media (min-width: 1285px) {

    /*--------------------------------------------------
              Visual Effects section
 --------------------------------------------------*/

.visual-fx,
.stylize-fx {
    grid-template-columns: 45% 55%;
}

.visual-fx {
    min-height: 900px;
}

.visual-fx &gt; div:nth-of-type(1) {
  background-image: url("https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/illuminate-your-footage-1.2k.jpg");
  padding-top: 8%;
}

.visual-fx a {
   left: 25%;
}

.visual-fx &gt; div:nth-of-type(2) {
  width: 75%;
  max-width: 350px;
}


/*--------------------------------------------------
                 Stylize Visuals section
 --------------------------------------------------*/

.stylize-fx {
  background-image: url(https://www.cyberlink.com/stat/edms/product-version-images/2023/CDR/stylize-every-scene-1.9k.jpg);
  height: 50vw;
  max-height: 900px;
  background-position-y: 65%;
}

.stylize-fx &gt; div:nth-of-type(1) {
  margin-top: 10%;
  width: 75%;
  max-width: 350px;
}

/*--------------------------------------------------
           A Look For Every Scene section
 --------------------------------------------------*/

.every-scene {
  height: 50vw;
  max-height: 900px;
}


/* .match-anything .text {
  max-width: 380px;
  padding: 0 0 3rem;
  justify-self: center;
} */


  /*--------------------------------------------------
                Consistent Look section
 --------------------------------------------------*/

.consistent-look .text {
  margin: 4% 0 180px 5%;
  max-width: 450px;
}

.consistent-look .main-img img {
   max-height: 720px;
 }

 /*--------------------------------------------------
               Match Anything section
--------------------------------------------------*/

.match-anything {
  max-height: 780px;
}

.match-anything nav {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  column-gap: 5%;
  padding: 0 12%;
}

.match-anything .main-video {
  max-height: 700px;
}

.match-anything picture.thb-active p {
  background: linear-gradient(138deg, rgb(236 7 7) 0%, rgb(242 3 223) 100%);
}

/*--------------------------------------------------
             Closer to Perfection section
 --------------------------------------------------*/

 .closer-to-perfection {
     padding: 5rem 0 0;
 }

.closer-to-perfection .text,
 .dynamic-grades .text {
    max-width: 420px;
    padding: 0;
}

/*--------------------------------------------------
              Useful Features section
 --------------------------------------------------*/

  .useful-features &gt; div {
    padding: 5rem 0 10rem 0;
    justify-self: center;
    max-width: 475px;
  }

/*--------------------------------------------------
                 Stock Assets section
--------------------------------------------------*/

  .stock-assets .text {
    grid-row: 1 / 3;
    padding: 0;
    max-width: 480px;
    align-self: center;
    justify-self: center;
  }

}
</pre></body></html>