.elementor-214 .elementor-element.elementor-element-8130837{--display:flex;}.elementor-214 .elementor-element.elementor-element-3926680{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-733ffc2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-3fe05ed{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-7815712{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-1c385c5{--display:flex;}.elementor-214 .elementor-element.elementor-element-541bd19{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-5fcc724{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-31b17b3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4015722 *//* ===================================
ACR STUDIO PAGE - HERO
=================================== */

.acr-studio-hero{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#07070b;
  font-family:'Poppins',sans-serif;
}

.acr-studio-hero__media{
  position:absolute;
  inset:0;
  background:
    url("https://images.unsplash.com/photo-1516280440614-37939bbacd81?q=80&w=1974&auto=format&fit=crop")
    center/cover no-repeat;
  transform:scale(1.06);
  opacity:.64;
}

.acr-studio-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(7,7,11,.96) 0%,
      rgba(7,7,11,.82) 48%,
      rgba(7,7,11,.46) 100%
    ),
    radial-gradient(circle at 18% 30%, rgba(255,0,128,.30), transparent 30%),
    radial-gradient(circle at 82% 75%, rgba(31,142,219,.20), transparent 34%);
}

.acr-studio-hero__grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
  pointer-events:none;
}

.acr-studio-hero__wrap{
  position:relative;
  z-index:4;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:130px 7%;
}

.acr-studio-hero__content{
  max-width:1050px;
}

.acr-studio-hero__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:28px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-studio-hero__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-studio-hero h1{
  margin:0;
  max-width:1050px;
  color:#fff;
  font-size:clamp(3rem,6vw,6.5rem);
  line-height:.97;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-studio-hero h1 strong{
  display:block;
  font-weight:900;
  background:linear-gradient(90deg,#ff0080 0%,#9d45b8 52%,#1f8edb 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-studio-hero p{
  max-width:780px;
  margin:34px 0 0;
  color:rgba(255,255,255,.76);
  font-size:1.08rem;
  line-height:1.9;
}

.acr-studio-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:42px;
}

.acr-studio-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 34px;
  border-radius:999px;
  text-decoration:none;
  font-size:.94rem;
  font-weight:900;
  transition:.3s ease;
}

.acr-studio-hero__btn--primary{
  background:#ff0080;
  color:#fff;
  box-shadow:0 16px 40px rgba(255,0,128,.28);
}

.acr-studio-hero__btn--primary:hover{
  transform:translateY(-4px);
  background:#ff2f9b;
}

.acr-studio-hero__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(12px);
}

.acr-studio-hero__btn--outline:hover{
  background:#fff;
  color:#111;
  transform:translateY(-4px);
}

.acr-studio-hero__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:920px;
  margin-top:60px;
}

.acr-studio-hero__stat{
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 60px rgba(0,0,0,.28);
}

.acr-studio-hero__stat strong{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:2rem;
  font-weight:900;
}

.acr-studio-hero__stat span{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:.94rem;
  line-height:1.6;
}

@media(max-width:1000px){
  .acr-studio-hero__stats{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-studio-hero{
    min-height:auto;
  }

  .acr-studio-hero__wrap{
    padding:100px 22px 80px;
  }

  .acr-studio-hero__overlay{
    background:
      linear-gradient(
        180deg,
        rgba(7,7,11,.96) 0%,
        rgba(7,7,11,.88) 58%,
        rgba(7,7,11,.96) 100%
      ),
      radial-gradient(circle at 18% 20%, rgba(255,0,128,.25), transparent 32%);
  }

  .acr-studio-hero__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-studio-hero__label span{
    width:40px;
  }

  .acr-studio-hero h1{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-studio-hero p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-studio-hero__actions{
    flex-direction:column;
  }

  .acr-studio-hero__btn{
    width:100%;
  }

  .acr-studio-hero__stats{
    margin-top:38px;
  }

  .acr-studio-hero__stat{
    padding:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc4bb27 *//* ===================================
ACR STUDIO PAGE - SECTION 2
ABOUT STUDIO
=================================== */

.acr-studio-s2{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,0,128,.12), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(31,142,219,.10), transparent 32%),
    linear-gradient(120deg,#fff4fb 0%,#ffffff 56%,#f5fbff 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-studio-s2::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(38,52,69,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,52,69,.045) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.35;
  pointer-events:none;
}

.acr-studio-s2__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:80px;
  align-items:center;
}

/* LEFT */

.acr-studio-s2__stack{
  position:relative;
  min-height:760px;
}

.acr-studio-s2__image{
  overflow:hidden;
  border-radius:40px;
  border:1px solid rgba(38,52,69,.08);
  box-shadow:0 30px 90px rgba(38,52,69,.14);
}

.acr-studio-s2__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.acr-studio-s2__image--main{
  width:78%;
  aspect-ratio:1 / 1.15;
}

.acr-studio-s2__image--small{
  position:absolute;
  right:0;
  bottom:0;
  width:52%;
  aspect-ratio:1 / 1;
  border:10px solid #fff;
}

/* RIGHT */

.acr-studio-s2__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-studio-s2__label span{
  width:60px;
  height:3px;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-studio-s2 h2{
  margin:0;
  color:#263445;
  font-size:clamp(2.8rem,5.2vw,5.5rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-studio-s2 h2 strong{
  display:block;
  background:linear-gradient(
    90deg,
    #ff0080 0%,
    #9d45b8 52%,
    #1f8edb 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-studio-s2__right > p{
  max-width:670px;
  margin:32px 0 0;
  color:#4b5d73;
  font-size:1.05rem;
  line-height:1.9;
}

/* POINTS */

.acr-studio-s2__points{
  display:grid;
  gap:18px;
  margin-top:38px;
}

.acr-studio-s2__points article{
  position:relative;
  overflow:hidden;
  padding:26px 28px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(38,52,69,.08);
  box-shadow:0 20px 65px rgba(38,52,69,.08);
}

.acr-studio-s2__points article::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-studio-s2__points b{
  display:block;
  margin-bottom:8px;
  color:#263445;
  font-size:1.15rem;
  font-weight:900;
}

.acr-studio-s2__points span{
  display:block;
  color:#5b6575;
  font-size:.94rem;
  line-height:1.7;
}

/* QUOTE */

.acr-studio-s2__quote{
  position:relative;
  margin-top:36px;
  padding:34px;
  border-radius:32px;
  background:linear-gradient(135deg,#ff0080,#1f8edb);
  overflow:hidden;
  box-shadow:0 24px 70px rgba(255,0,128,.18);
}

.acr-studio-s2__quote::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-80px;
  bottom:-80px;
  background:radial-gradient(circle,rgba(255,255,255,.20),transparent 70%);
}

.acr-studio-s2__quote strong{
  position:relative;
  z-index:2;
  display:block;
  color:#fff;
  font-size:1.12rem;
  line-height:1.8;
  font-weight:900;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .acr-studio-s2__wrap{
    grid-template-columns:1fr;
    gap:50px;
  }

  .acr-studio-s2__stack{
    min-height:auto;
  }

}

@media(max-width:767px){

  .acr-studio-s2{
    padding:80px 0;
  }

  .acr-studio-s2__wrap{
    padding:0 22px;
    gap:40px;
  }

  .acr-studio-s2__stack{
    display:grid;
    gap:18px;
  }

  .acr-studio-s2__image--main,
  .acr-studio-s2__image--small{
    position:relative;
    width:100%;
    aspect-ratio:1 / 1;
  }

  .acr-studio-s2__image{
    border-radius:26px;
  }

  .acr-studio-s2__image--small{
    border-width:0;
  }

  .acr-studio-s2__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-studio-s2__label span{
    width:40px;
  }

  .acr-studio-s2 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-studio-s2__right > p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-studio-s2__points article{
    padding:24px;
    border-radius:24px;
  }

  .acr-studio-s2__quote{
    padding:26px;
    border-radius:24px;
  }

  .acr-studio-s2__quote strong{
    font-size:1rem;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28e1a74 *//* ===================================
ACR STUDIO PAGE - SECTION 3
STUDIO SERVICES
=================================== */

.acr-studio-s3{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#07070b;
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-studio-s3__media{
  position:absolute;
  inset:0;
  background:
    url("https://images.unsplash.com/photo-1493246507139-91e8fad9978e?q=80&w=2070&auto=format&fit=crop")
    center/cover no-repeat;
  transform:scale(1.05);
  opacity:.22;
}

.acr-studio-s3__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(7,7,11,.97) 0%, rgba(17,17,28,.92) 55%, rgba(7,7,11,.96) 100%),
    radial-gradient(circle at 12% 0%, rgba(255,0,128,.20), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(31,142,219,.15), transparent 32%);
}

.acr-studio-s3::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.22;
  pointer-events:none;
}

.acr-studio-s3__wrap{
  position:relative;
  z-index:3;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* HEAD */

.acr-studio-s3__head{
  max-width:1080px;
  margin-bottom:75px;
}

.acr-studio-s3__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-studio-s3__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-studio-s3 h2{
  margin:0;
  color:#fff;
  font-size:clamp(2.8rem,5.4vw,5.8rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-studio-s3 h2 strong{
  display:block;
  background:linear-gradient(
    90deg,
    #ff0080 0%,
    #9d45b8 52%,
    #1f8edb 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-studio-s3__head p{
  max-width:780px;
  margin:30px 0 0;
  color:rgba(255,255,255,.72);
  font-size:1.05rem;
  line-height:1.9;
}

/* LAYOUT */

.acr-studio-s3__layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:26px;
  align-items:stretch;
}

/* HERO CARD */

.acr-studio-s3__hero-card{
  overflow:hidden;
  border-radius:38px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 90px rgba(0,0,0,.30);
  backdrop-filter:blur(16px);
}

.acr-studio-s3__hero-img{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
}

.acr-studio-s3__hero-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-studio-s3__hero-card:hover .acr-studio-s3__hero-img img{
  transform:scale(1.08);
}

.acr-studio-s3__hero-content{
  padding:42px;
}

.acr-studio-s3__hero-content span{
  display:inline-flex;
  margin-bottom:18px;
  color:#ff4fb0;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:1.4px;
}

.acr-studio-s3__hero-content h3{
  margin:0 0 16px;
  color:#fff;
  font-size:1.9rem;
  line-height:1.15;
  letter-spacing:-1px;
  font-weight:900;
}

.acr-studio-s3__hero-content p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:.96rem;
  line-height:1.8;
}

/* SERVICES */

.acr-studio-s3__services{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.acr-studio-s3__services article{
  position:relative;
  overflow:hidden;
  padding:30px;
  border-radius:28px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 65px rgba(0,0,0,.24);
  backdrop-filter:blur(16px);
  transition:.35s ease;
}

.acr-studio-s3__services article:hover{
  transform:translateY(-6px);
  border-color:rgba(255,0,128,.35);
}

.acr-studio-s3__services article::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-studio-s3__services article::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-60px;
  bottom:-60px;
  background:radial-gradient(circle,rgba(255,0,128,.16),transparent 70%);
  pointer-events:none;
}

.acr-studio-s3__services span{
  position:relative;
  z-index:2;
  display:inline-flex;
  width:52px;
  height:52px;
  margin-bottom:24px;
  border-radius:18px;
  background:linear-gradient(135deg,#ff0080,#1f8edb);
  color:#fff;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.acr-studio-s3__services h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:#fff;
  font-size:1.25rem;
  line-height:1.25;
  font-weight:900;
}

.acr-studio-s3__services p{
  position:relative;
  z-index:2;
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:.92rem;
  line-height:1.7;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .acr-studio-s3__layout{
    grid-template-columns:1fr;
  }

}

@media(max-width:767px){

  .acr-studio-s3{
    padding:80px 0;
  }

  .acr-studio-s3__wrap{
    padding:0 22px;
  }

  .acr-studio-s3__head{
    margin-bottom:45px;
  }

  .acr-studio-s3__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-studio-s3__label span{
    width:40px;
  }

  .acr-studio-s3 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-studio-s3__head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-studio-s3__services{
    grid-template-columns:1fr;
  }

  .acr-studio-s3__hero-card,
  .acr-studio-s3__services article{
    border-radius:26px;
  }

  .acr-studio-s3__hero-content,
  .acr-studio-s3__services article{
    padding:28px 24px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acf0bfb *//* ===================================
ACR STUDIO PAGE - SECTION 4
CREATIVE DIRECTION
=================================== */

.acr-studio-s4{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,0,128,.10), transparent 30%),
    radial-gradient(circle at 88% 100%, rgba(31,142,219,.08), transparent 32%),
    linear-gradient(120deg,#fff4fb 0%,#ffffff 56%,#f5fbff 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-studio-s4::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(38,52,69,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,52,69,.045) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.35;
  pointer-events:none;
}

.acr-studio-s4__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* TOP */

.acr-studio-s4__top{
  max-width:1050px;
  margin-bottom:70px;
}

.acr-studio-s4__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-studio-s4__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-studio-s4 h2{
  margin:0;
  color:#263445;
  font-size:clamp(2.8rem,5.3vw,5.6rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-studio-s4 h2 strong{
  display:block;
  background:linear-gradient(
    90deg,
    #ff0080 0%,
    #9d45b8 52%,
    #1f8edb 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* LAYOUT */

.acr-studio-s4__layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
}

/* BIG CARD */

.acr-studio-s4__big-card{
  overflow:hidden;
  border-radius:38px;
  background:#fff;
  border:1px solid rgba(38,52,69,.08);
  box-shadow:0 30px 90px rgba(38,52,69,.12);
  height:100%;
}

.acr-studio-s4__big-image{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
}

.acr-studio-s4__big-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-studio-s4__big-card:hover .acr-studio-s4__big-image img{
  transform:scale(1.08);
}

.acr-studio-s4__big-content{
  position:relative;
  padding:42px;
}

.acr-studio-s4__big-content::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-studio-s4__big-content span{
  display:inline-flex;
  margin-bottom:18px;
  color:#ff0080;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:1.4px;
}

.acr-studio-s4__big-content h3{
  margin:0 0 16px;
  color:#263445;
  font-size:2rem;
  line-height:1.15;
  letter-spacing:-1px;
  font-weight:900;
}

.acr-studio-s4__big-content p{
  margin:0;
  color:#5b6575;
  font-size:.98rem;
  line-height:1.85;
}

/* RIGHT */

.acr-studio-s4__right{
  display:grid;
  gap:22px;
}

.acr-studio-s4__mini-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:90px 1fr;
  gap:24px;
  padding:34px;
  border-radius:32px;
  background:#fff;
  border:1px solid rgba(38,52,69,.08);
  box-shadow:0 24px 70px rgba(38,52,69,.10);
  transition:.35s ease;
}

.acr-studio-s4__mini-card:hover{
  transform:translateX(-8px);
  box-shadow:0 30px 90px rgba(38,52,69,.14);
}

.acr-studio-s4__mini-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-studio-s4__mini-card::after{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-70px;
  bottom:-70px;
  background:radial-gradient(circle,rgba(255,0,128,.10),transparent 70%);
  pointer-events:none;
}

.acr-studio-s4__number{
  position:relative;
  z-index:2;
  width:66px;
  height:66px;
  border-radius:22px;
  background:linear-gradient(135deg,#ff0080,#1f8edb);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 18px 40px rgba(255,0,128,.16);
}

.acr-studio-s4__mini-card h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:#263445;
  font-size:1.4rem;
  line-height:1.2;
  font-weight:900;
}

.acr-studio-s4__mini-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#5b6575;
  font-size:.95rem;
  line-height:1.8;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .acr-studio-s4__layout{
    grid-template-columns:1fr;
  }

}

@media(max-width:767px){

  .acr-studio-s4{
    padding:80px 0;
  }

  .acr-studio-s4__wrap{
    padding:0 22px;
  }

  .acr-studio-s4__top{
    margin-bottom:45px;
  }

  .acr-studio-s4__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-studio-s4__label span{
    width:40px;
  }

  .acr-studio-s4 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-studio-s4__big-card{
    border-radius:28px;
  }

  .acr-studio-s4__big-content{
    padding:28px 24px;
  }

  .acr-studio-s4__big-content h3{
    font-size:1.45rem;
  }

  .acr-studio-s4__mini-card{
    grid-template-columns:1fr;
    gap:18px;
    padding:28px 24px;
    border-radius:26px;
  }

  .acr-studio-s4__mini-card:hover{
    transform:none;
  }

  .acr-studio-s4__number{
    width:56px;
    height:56px;
    border-radius:18px;
  }

  .acr-studio-s4__mini-card h3{
    font-size:1.18rem;
  }

  .acr-studio-s4__mini-card p{
    font-size:.92rem;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bab62e *//* ===================================
ACR STUDIO PAGE - SECTION 5
IDEAL FOR
=================================== */

.acr-studio-s5{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,0,128,.12), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(31,142,219,.10), transparent 32%),
    linear-gradient(120deg,#fff4fb 0%,#ffffff 56%,#f5fbff 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-studio-s5::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(38,52,69,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,52,69,.045) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.35;
  pointer-events:none;
}

.acr-studio-s5__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

.acr-studio-s5__head{
  max-width:1050px;
  margin-bottom:70px;
}

.acr-studio-s5__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-studio-s5__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-studio-s5 h2{
  margin:0;
  color:#263445;
  font-size:clamp(2.8rem,5.2vw,5.5rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-studio-s5 h2 strong{
  display:block;
  background:linear-gradient(90deg,#ff0080 0%,#9d45b8 52%,#1f8edb 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-studio-s5__head p{
  max-width:760px;
  margin:30px 0 0;
  color:#4b5d73;
  font-size:1.05rem;
  line-height:1.9;
}

.acr-studio-s5__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.acr-studio-s5__card{
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(38,52,69,.08);
  box-shadow:0 24px 80px rgba(38,52,69,.10);
  transition:.35s ease;
}

.acr-studio-s5__card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 90px rgba(38,52,69,.15);
}

.acr-studio-s5__image{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
}

.acr-studio-s5__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-studio-s5__card:hover .acr-studio-s5__image img{
  transform:scale(1.08);
}

.acr-studio-s5__content{
  position:relative;
  padding:30px;
}

.acr-studio-s5__content::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-studio-s5__content span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  margin-bottom:24px;
  border-radius:18px;
  background:linear-gradient(135deg,#ff0080,#1f8edb);
  color:#fff;
  font-weight:900;
}

.acr-studio-s5__content h3{
  margin:0 0 14px;
  color:#263445;
  font-size:1.35rem;
  line-height:1.25;
  font-weight:900;
}

.acr-studio-s5__content p{
  margin:0;
  color:#5b6575;
  font-size:.96rem;
  line-height:1.8;
}

@media(max-width:1100px){
  .acr-studio-s5__grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-studio-s5{
    padding:80px 0;
  }

  .acr-studio-s5__wrap{
    padding:0 22px;
  }

  .acr-studio-s5__head{
    margin-bottom:45px;
  }

  .acr-studio-s5 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-studio-s5__head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-studio-s5__card{
    border-radius:24px;
  }

  .acr-studio-s5__content{
    padding:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e83063 *//* ===================================
ACR STUDIO PAGE - SECTION 6
STUDIO PROCESS - DARK CINEMATIC
=================================== */

.acr-studio-s6{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#07070b;
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-studio-s6__media{
  position:absolute;
  inset:0;
  background:
    url("https://images.unsplash.com/photo-1493246507139-91e8fad9978e?q=80&w=2070&auto=format&fit=crop")
    center/cover no-repeat;
  transform:scale(1.05);
  opacity:.24;
}

.acr-studio-s6__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(7,7,11,.97) 0%, rgba(17,17,28,.92) 55%, rgba(7,7,11,.96) 100%),
    radial-gradient(circle at 12% 0%, rgba(255,0,128,.22), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(31,142,219,.15), transparent 32%);
}

.acr-studio-s6::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.22;
  pointer-events:none;
}

.acr-studio-s6__wrap{
  position:relative;
  z-index:3;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* HEAD */

.acr-studio-s6__head{
  max-width:1050px;
  margin-bottom:70px;
}

.acr-studio-s6__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-studio-s6__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-studio-s6 h2{
  margin:0;
  color:#fff;
  font-size:clamp(2.8rem,5.4vw,5.8rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-studio-s6 h2 strong{
  display:block;
  background:linear-gradient(
    90deg,
    #ff0080 0%,
    #9d45b8 52%,
    #1f8edb 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-studio-s6__head p{
  max-width:760px;
  margin:30px 0 0;
  color:rgba(255,255,255,.72);
  font-size:1.05rem;
  line-height:1.9;
}

/* LAYOUT */

.acr-studio-s6__layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

/* VISUAL */

.acr-studio-s6__visual{
  position:relative;
}

.acr-studio-s6__image{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:40px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}

.acr-studio-s6__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.acr-studio-s6__badge{
  position:absolute;
  right:-30px;
  bottom:38px;
  width:260px;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(16px);
  box-shadow:0 24px 80px rgba(0,0,0,.35);
}

.acr-studio-s6__badge::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
  border-radius:28px 28px 0 0;
}

.acr-studio-s6__badge strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:1.35rem;
  font-weight:900;
}

.acr-studio-s6__badge span{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:.92rem;
  line-height:1.6;
}

/* TIMELINE */

.acr-studio-s6__timeline{
  position:relative;
  display:grid;
}

.acr-studio-s6__timeline::before{
  content:"";
  position:absolute;
  left:34px;
  top:20px;
  bottom:20px;
  width:2px;
  background:linear-gradient(180deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-studio-s6__timeline article{
  position:relative;
  display:grid;
  grid-template-columns:84px 1fr;
  gap:26px;
  padding:0 0 42px;
}

.acr-studio-s6__timeline article:last-child{
  padding-bottom:0;
}

.acr-studio-s6__timeline article > span{
  position:relative;
  z-index:2;
  width:68px;
  height:68px;
  border-radius:24px;
  background:linear-gradient(135deg,#ff0080,#1f8edb);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 18px 45px rgba(255,0,128,.22);
}

.acr-studio-s6__timeline article div{
  position:relative;
  overflow:hidden;
  padding:28px 30px;
  border-radius:28px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(16px);
  box-shadow:0 20px 70px rgba(0,0,0,.26);
}

.acr-studio-s6__timeline article div::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-studio-s6__timeline h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:#fff;
  font-size:1.28rem;
  line-height:1.25;
  font-weight:900;
}

.acr-studio-s6__timeline p{
  position:relative;
  z-index:2;
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:.95rem;
  line-height:1.75;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .acr-studio-s6__layout{
    grid-template-columns:1fr;
    gap:50px;
  }

  .acr-studio-s6__badge{
    right:24px;
  }

}

@media(max-width:767px){

  .acr-studio-s6{
    padding:80px 0;
  }

  .acr-studio-s6__wrap{
    padding:0 22px;
  }

  .acr-studio-s6__head{
    margin-bottom:45px;
  }

  .acr-studio-s6__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-studio-s6__label span{
    width:40px;
  }

  .acr-studio-s6 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-studio-s6__head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-studio-s6__image{
    border-radius:28px;
  }

  .acr-studio-s6__badge{
    position:relative;
    right:auto;
    bottom:auto;
    width:auto;
    margin-top:18px;
    padding:24px;
    border-radius:24px;
  }

  .acr-studio-s6__timeline::before{
    left:28px;
  }

  .acr-studio-s6__timeline article{
    grid-template-columns:68px 1fr;
    gap:16px;
    padding-bottom:28px;
  }

  .acr-studio-s6__timeline article > span{
    width:56px;
    height:56px;
    border-radius:18px;
  }

  .acr-studio-s6__timeline article div{
    padding:22px;
    border-radius:22px;
  }

  .acr-studio-s6__timeline h3{
    font-size:1.1rem;
  }

  .acr-studio-s6__timeline p{
    font-size:.9rem;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f784cf *//* ===================================
ACR STUDIO PAGE - SECTION 7
DARK CINEMATIC CTA
=================================== */

.acr-studio-s7{
  position:relative;
  width:100vw;
  min-height:88vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#07070b;
  font-family:'Poppins',sans-serif;
}

.acr-studio-s7__media{
  position:absolute;
  inset:0;
  background:
    url("https://images.unsplash.com/photo-1493246507139-91e8fad9978e?q=80&w=2070&auto=format&fit=crop")
    center/cover no-repeat;
  transform:scale(1.05);
  opacity:.58;
}

.acr-studio-s7__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,7,11,.96) 0%,rgba(7,7,11,.82) 48%,rgba(7,7,11,.45) 100%),
    radial-gradient(circle at 18% 30%,rgba(255,0,128,.30),transparent 30%),
    radial-gradient(circle at 84% 75%,rgba(31,142,219,.20),transparent 32%);
}

.acr-studio-s7::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:74px 74px;
  opacity:.22;
  pointer-events:none;
}

.acr-studio-s7__wrap{
  position:relative;
  z-index:3;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:125px 7%;
}

.acr-studio-s7__content{
  max-width:1050px;
}

.acr-studio-s7__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-studio-s7__label span{
  width:60px;
  height:3px;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-studio-s7 h2{
  margin:0;
  color:#fff;
  font-size:clamp(3rem,5.8vw,6.1rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-studio-s7 h2 strong{
  display:block;
  background:linear-gradient(90deg,#ff0080 0%,#9d45b8 52%,#1f8edb 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-studio-s7 p{
  max-width:760px;
  margin:32px 0 0;
  color:rgba(255,255,255,.76);
  font-size:1.08rem;
  line-height:1.9;
}

.acr-studio-s7__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:42px;
}

.acr-studio-s7__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 34px;
  border-radius:999px;
  text-decoration:none;
  font-size:.94rem;
  font-weight:900;
  transition:.3s ease;
}

.acr-studio-s7__btn--primary{
  background:#ff0080;
  color:#fff;
  box-shadow:0 16px 40px rgba(255,0,128,.28);
}

.acr-studio-s7__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(12px);
}

.acr-studio-s7__btn:hover{
  transform:translateY(-4px);
}

.acr-studio-s7__btn--outline:hover{
  background:#fff;
  color:#111;
}

.acr-studio-s7__mini{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:950px;
  margin-top:58px;
}

.acr-studio-s7__mini div{
  padding:26px;
  border-radius:24px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 60px rgba(0,0,0,.28);
}

.acr-studio-s7__mini b{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:1rem;
  font-weight:900;
}

.acr-studio-s7__mini span{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:.92rem;
  line-height:1.65;
}

@media(max-width:1000px){
  .acr-studio-s7__mini{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-studio-s7{
    min-height:auto;
  }

  .acr-studio-s7__wrap{
    padding:85px 22px;
  }

  .acr-studio-s7__overlay{
    background:
      linear-gradient(180deg,rgba(7,7,11,.96) 0%,rgba(7,7,11,.88) 60%,rgba(7,7,11,.96) 100%),
      radial-gradient(circle at 18% 20%,rgba(255,0,128,.25),transparent 32%);
  }

  .acr-studio-s7__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-studio-s7__label span{
    width:40px;
  }

  .acr-studio-s7 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-studio-s7 p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-studio-s7__actions{
    flex-direction:column;
  }

  .acr-studio-s7__btn{
    width:100%;
  }

  .acr-studio-s7__mini{
    margin-top:38px;
  }
}/* End custom CSS */