.elementor-109 .elementor-element.elementor-element-f48f0d9{--display:flex;}.elementor-109 .elementor-element.elementor-element-4fea9b4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-202e5d6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-a24e446{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-b4e07c4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-fadb478 *//* ===================================
ACR CONTACT PAGE - HERO
=================================== */

.acr-contact-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-contact-hero__media{
  position:absolute;
  inset:0;
  background:
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?q=80&w=2069&auto=format&fit=crop")
    center/cover no-repeat;
  transform:scale(1.06);
  opacity:.62;
}

.acr-contact-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-contact-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-contact-hero__wrap{
  position:relative;
  z-index:4;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:130px 7%;
}

.acr-contact-hero__content{
  max-width:1050px;
}

.acr-contact-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-contact-hero__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-contact-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-contact-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-contact-hero p{
  max-width:780px;
  margin:34px 0 0;
  color:rgba(255,255,255,.76);
  font-size:1.08rem;
  line-height:1.9;
}

.acr-contact-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:42px;
}

.acr-contact-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-contact-hero__btn--primary{
  background:#ff0080;
  color:#fff;
  box-shadow:0 16px 40px rgba(255,0,128,.28);
}

.acr-contact-hero__btn--primary:hover{
  transform:translateY(-4px);
  background:#ff2f9b;
}

.acr-contact-hero__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(12px);
}

.acr-contact-hero__btn--outline:hover{
  background:#fff;
  color:#111;
  transform:translateY(-4px);
}

.acr-contact-hero__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:920px;
  margin-top:60px;
}

.acr-contact-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-contact-hero__stat strong{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:2rem;
  font-weight:900;
}

.acr-contact-hero__stat span{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:.94rem;
  line-height:1.6;
}

@media(max-width:1000px){
  .acr-contact-hero__stats{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-contact-hero{
    min-height:auto;
  }

  .acr-contact-hero__wrap{
    padding:100px 22px 80px;
  }

  .acr-contact-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-contact-hero__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-contact-hero__label span{
    width:40px;
  }

  .acr-contact-hero h1{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-contact-hero p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-contact-hero__actions{
    flex-direction:column;
  }

  .acr-contact-hero__btn{
    width:100%;
  }

  .acr-contact-hero__stats{
    margin-top:38px;
  }

  .acr-contact-hero__stat{
    padding:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1ab69e *//* ===================================
ACR CONTACT PAGE - SECTION 2
CONTACT INFO + FORM
=================================== */

.acr-contact-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-contact-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-contact-s2__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start;
}

/* LEFT */

.acr-contact-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-contact-s2__label span{
  width:60px;
  height:3px;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-contact-s2__info h2{
  margin:0;
  color:#263445;
  font-size:clamp(2.8rem,5vw,5.3rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-contact-s2__info h2 strong{
  display:block;
  background:linear-gradient(90deg,#ff0080 0%,#9d45b8 52%,#1f8edb 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-contact-s2__info > p{
  max-width:620px;
  margin:30px 0 0;
  color:#4b5d73;
  font-size:1.02rem;
  line-height:1.9;
}

/* INFO CARDS */

.acr-contact-s2__cards{
  display:grid;
  gap:18px;
  margin-top:40px;
}

.acr-contact-s2__cards article{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:20px;
  padding:28px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(38,52,69,.08);
  box-shadow:0 20px 70px rgba(38,52,69,.08);
}

.acr-contact-s2__icon{
  width:58px;
  height:58px;
  border-radius:18px;
  background:linear-gradient(135deg,#ff0080,#1f8edb);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.1rem;
  font-weight:900;
}

.acr-contact-s2__cards h3{
  margin:0 0 8px;
  color:#263445;
  font-size:1.15rem;
  font-weight:900;
}

.acr-contact-s2__cards p{
  margin:0;
  color:#5b6575;
  font-size:.95rem;
  line-height:1.75;
}

/* FORM */

.acr-contact-s2__formbox{
  position:relative;
  overflow:hidden;
  padding:42px;
  border-radius:36px;
  background:#fff;
  border:1px solid rgba(38,52,69,.08);
  box-shadow:0 30px 90px rgba(38,52,69,.12);
}

.acr-contact-s2__formbox::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-contact-s2__formhead span{
  display:inline-flex;
  margin-bottom:14px;
  color:#ff0080;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:1.4px;
}

.acr-contact-s2__formhead h3{
  margin:0;
  color:#263445;
  font-size:2rem;
  line-height:1.15;
  letter-spacing:-1px;
  font-weight:900;
}

.acr-contact-s2__form{
  margin-top:34px;
}

.acr-contact-s2__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.acr-contact-s2__field{
  display:flex;
  flex-direction:column;
  margin-bottom:18px;
}

.acr-contact-s2__field label{
  margin-bottom:10px;
  color:#263445;
  font-size:.9rem;
  font-weight:700;
}

.acr-contact-s2__field input,
.acr-contact-s2__field select,
.acr-contact-s2__field textarea{
  width:100%;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(38,52,69,.10);
  background:#f7f9fc;
  color:#263445;
  font-size:.95rem;
  font-family:'Poppins',sans-serif;
  outline:none;
  transition:.3s ease;
}

.acr-contact-s2__field input:focus,
.acr-contact-s2__field select:focus,
.acr-contact-s2__field textarea:focus{
  border-color:#ff0080;
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,0,128,.08);
}

.acr-contact-s2__field textarea{
  resize:none;
}

.acr-contact-s2__submit{
  width:100%;
  min-height:58px;
  border:none;
  border-radius:999px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
  color:#fff;
  font-size:.95rem;
  font-weight:900;
  cursor:pointer;
  transition:.3s ease;
  box-shadow:0 18px 45px rgba(255,0,128,.18);
}

.acr-contact-s2__submit:hover{
  transform:translateY(-4px);
}

/* RESPONSIVE */

@media(max-width:1100px){

  .acr-contact-s2__wrap{
    grid-template-columns:1fr;
  }

}

@media(max-width:767px){

  .acr-contact-s2{
    padding:80px 0;
  }

  .acr-contact-s2__wrap{
    padding:0 22px;
  }

  .acr-contact-s2__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-contact-s2__label span{
    width:40px;
  }

  .acr-contact-s2__info h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-contact-s2__info > p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-contact-s2__cards article{
    grid-template-columns:1fr;
    padding:24px;
    border-radius:24px;
  }

  .acr-contact-s2__formbox{
    padding:28px 24px;
    border-radius:28px;
  }

  .acr-contact-s2__formhead h3{
    font-size:1.5rem;
  }

  .acr-contact-s2__grid{
    grid-template-columns:1fr;
    gap:0;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c50e55b *//* ===================================
ACR CONTACT PAGE - SECTION 3
LOCATION + MAP
=================================== */

.acr-contact-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-contact-s3::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,0,128,.18), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(31,142,219,.15), transparent 32%),
    linear-gradient(135deg,#07070b 0%,#11111c 55%,#07070b 100%);
  pointer-events:none;
}

.acr-contact-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:.24;
  pointer-events:none;
}

.acr-contact-s3__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

.acr-contact-s3__head{
  max-width:1050px;
  margin-bottom:70px;
}

.acr-contact-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-contact-s3__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-contact-s3 h2{
  margin:0;
  color:#fff;
  font-size:clamp(2.8rem,5.3vw,5.6rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-contact-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-contact-s3__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-contact-s3__layout{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:stretch;
}

/* MAP */

.acr-contact-s3__map{
  overflow:hidden;
  border-radius:38px;
  min-height:620px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  background:rgba(255,255,255,.06);
}

.acr-contact-s3__map iframe{
  width:100%;
  height:100%;
  min-height:620px;
  border:0;
  display:block;
  filter:grayscale(1) contrast(1.05);
}

/* DETAILS */

.acr-contact-s3__details{
  display:grid;
  gap:22px;
}

.acr-contact-s3__details article{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:78px 1fr;
  gap:24px;
  padding:32px;
  border-radius:30px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 22px 75px rgba(0,0,0,.28);
  backdrop-filter:blur(16px);
}

.acr-contact-s3__details article::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-contact-s3__details span{
  position:relative;
  z-index:2;
  width:60px;
  height:60px;
  border-radius:20px;
  background:linear-gradient(135deg,#ff0080,#1f8edb);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.acr-contact-s3__details h3{
  position:relative;
  z-index:2;
  margin:0 0 10px;
  color:#fff;
  font-size:1.25rem;
  line-height:1.25;
  font-weight:900;
}

.acr-contact-s3__details p{
  position:relative;
  z-index:2;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:.95rem;
  line-height:1.75;
}

/* RESPONSIVE */

@media(max-width:1100px){
  .acr-contact-s3__layout{
    grid-template-columns:1fr;
  }

  .acr-contact-s3__map,
  .acr-contact-s3__map iframe{
    min-height:480px;
  }
}

@media(max-width:767px){
  .acr-contact-s3{
    padding:80px 0;
  }

  .acr-contact-s3__wrap{
    padding:0 22px;
  }

  .acr-contact-s3__head{
    margin-bottom:45px;
  }

  .acr-contact-s3__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-contact-s3__label span{
    width:40px;
  }

  .acr-contact-s3 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-contact-s3__head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-contact-s3__map{
    border-radius:26px;
  }

  .acr-contact-s3__map,
  .acr-contact-s3__map iframe{
    min-height:360px;
  }

  .acr-contact-s3__details article{
    grid-template-columns:1fr;
    gap:18px;
    padding:28px 24px;
    border-radius:26px;
  }

  .acr-contact-s3__details span{
    width:56px;
    height:56px;
    border-radius:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59e6384 *//* =========================
ACR GLOBAL FOOTER
CSS ONLY
========================= */

.acr-footer{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:90px 0 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(236,42,136,.24), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(255,106,0,.13), transparent 28%),
    radial-gradient(circle at 88% 92%, rgba(119,206,45,.12), transparent 30%),
    linear-gradient(135deg,#171d29 0%,#2f3a4a 58%,#202937 100%);
  font-family:'Inter','Poppins','Montserrat',sans-serif;
  color:#fff;
}

.acr-footer,
.acr-footer *{
  box-sizing:border-box;
}

.acr-footer__grid-bg{
  position:absolute;
  inset:0;
  opacity:.12;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size:52px 52px;
  z-index:1;
}

.acr-footer__shape{
  position:absolute;
  pointer-events:none;
  z-index:2;
}

.acr-footer__shape--one{
  top:-120px;
  right:-120px;
  width:420px;
  height:420px;
  background:linear-gradient(135deg,rgba(236,42,136,.38),rgba(255,106,0,.14));
  transform:rotate(45deg);
  opacity:.55;
}

.acr-footer__shape--two{
  left:-100px;
  bottom:110px;
  width:310px;
  height:120px;
  background:rgba(255,255,255,.07);
  transform:skewX(-32deg);
}

.acr-footer__wrap{
  position:relative;
  z-index:5;
  width:min(1240px,92%);
  margin:0 auto;
}

.acr-footer__top{
  display:grid;
  grid-template-columns:1.35fr .7fr .9fr 1fr;
  gap:42px;
  align-items:start;
  padding-bottom:42px;
}

.acr-footer__brand{
  max-width:430px;
}

.acr-footer__logo{
  width:190px;
  max-width:100%;
  display:inline-flex;
  margin-bottom:24px;
}

.acr-footer__logo img{
  max-width:100%;
  height:auto;
  display:block;
}

.acr-footer__brand p{
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:15px;
  line-height:1.82;
  font-weight:500;
}

.acr-footer__badges{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:24px;
}

.acr-footer__badge{
  padding:9px 11px;
  border-radius:999px;
  color:#fff;
  font-size:11px;
  font-weight:850;
  border:1px solid rgba(255,255,255,.14);
}

.acr-footer__badge--main{
  background:rgba(236,42,136,.18);
  border-color:rgba(236,42,136,.34);
}

.acr-footer__badge--architecture{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.22);
}

.acr-footer__badge--virtual{
  background:rgba(255,106,0,.16);
  border-color:rgba(255,106,0,.34);
}

.acr-footer__badge--id{
  background:rgba(119,206,45,.14);
  border-color:rgba(119,206,45,.34);
}

.acr-footer__col h3,
.acr-footer__contact h3{
  margin:0 0 22px;
  color:#fff;
  font-size:18px;
  font-weight:950;
}

.acr-footer__col h3::after,
.acr-footer__contact h3::after{
  content:"";
  width:42px;
  height:3px;
  display:block;
  margin-top:12px;
  border-radius:999px;
  background:linear-gradient(90deg,#ec2a88,#ff6a00,#77ce2d);
}

.acr-footer__col ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}

.acr-footer__col a{
  color:rgba(255,255,255,.68);
  text-decoration:none;
  font-size:14px;
  line-height:1.45;
  font-weight:650;
  transition:.25s ease;
}

.acr-footer__col a:hover{
  color:#f5a5cd;
  padding-left:5px;
}

.acr-footer__contact{
  position:relative;
  overflow:hidden;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(14px);
}

.acr-footer__contact::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:54px;
  height:54px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-footer__info{
  position:relative;
  z-index:2;
  margin-bottom:20px;
}

.acr-footer__info span{
  display:block;
  margin-bottom:8px;
  color:#f5a5cd;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-footer__info p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:13px;
  line-height:1.65;
  font-weight:600;
}

.acr-footer__cta{
  position:relative;
  z-index:2;
  min-height:50px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#ec2a88,#9b2f68);
  text-decoration:none;
  font-size:13px;
  font-weight:950;
  box-shadow:0 18px 38px rgba(236,42,136,.25);
  transition:.28s ease;
}

.acr-footer__cta:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 50px rgba(236,42,136,.35);
}

/* MIDDLE */
.acr-footer__middle{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:26px;
  border-radius:30px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(14px);
  margin-bottom:34px;
}

.acr-footer__middle-card{
  position:relative;
  overflow:hidden;
  padding:22px 22px 22px 28px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
}

.acr-footer__middle-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
}

.acr-footer__middle-card::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:42px;
  height:42px;
  clip-path:polygon(100% 0,100% 100%,0 100%);
  opacity:.9;
}

.acr-footer__middle-card--architecture{
  background:rgba(255,255,255,.08);
}

.acr-footer__middle-card--architecture::before{
  background:linear-gradient(180deg,#ffffff,#a6a8ab,#30343a);
}

.acr-footer__middle-card--architecture::after{
  background:#ffffff;
}

.acr-footer__middle-card--virtual{
  background:rgba(255,106,0,.10);
}

.acr-footer__middle-card--virtual::before{
  background:linear-gradient(180deg,#ff6a00,#ff9b42,#ff6a00);
}

.acr-footer__middle-card--virtual::after{
  background:#ff6a00;
}

.acr-footer__middle-card--id{
  background:rgba(119,206,45,.09);
}

.acr-footer__middle-card--id::before{
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
}

.acr-footer__middle-card--id::after{
  background:#77ce2d;
}

.acr-footer__middle span{
  display:block;
  margin-bottom:9px;
  color:#f5a5cd;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-footer__middle-card--architecture span{
  color:#ffffff;
}

.acr-footer__middle-card--virtual span{
  color:#ff9b42;
}

.acr-footer__middle-card--id span{
  color:#a6e85e;
}

.acr-footer__middle strong{
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.55;
  font-weight:750;
}

/* BOTTOM */
.acr-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:24px 0;
  border-top:1px solid rgba(255,255,255,.12);
}

.acr-footer__bottom p{
  margin:0;
  color:rgba(255,255,255,.60);
  font-size:13px;
  line-height:1.5;
  font-weight:600;
}

.acr-footer__bottom-links{
  display:flex;
  align-items:center;
  gap:18px;
}

.acr-footer__bottom-links a{
  color:rgba(255,255,255,.60);
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  transition:.25s ease;
}

.acr-footer__bottom-links a:hover{
  color:#f5a5cd;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .acr-footer{
    padding-top:78px;
  }

  .acr-footer__top{
    grid-template-columns:1fr 1fr;
    gap:34px;
  }

  .acr-footer__brand{
    max-width:100%;
  }

  .acr-footer__middle{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-footer{
    padding-top:66px;
  }

  .acr-footer__wrap{
    width:min(100% - 34px,1240px);
  }

  .acr-footer__shape{
    display:none;
  }

  .acr-footer__top{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:34px;
  }

  .acr-footer__logo{
    width:170px;
  }

  .acr-footer__brand p{
    font-size:14px;
    line-height:1.75;
  }

  .acr-footer__contact{
    padding:24px;
    border-radius:24px;
  }

  .acr-footer__middle{
    padding:18px;
    border-radius:24px;
  }

  .acr-footer__middle-card{
    padding:20px 20px 20px 28px;
    border-radius:20px;
  }

  .acr-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .acr-footer__bottom-links{
    flex-wrap:wrap;
    gap:12px;
  }
}

@media(max-width:420px){
  .acr-footer__badges span{
    width:100%;
    text-align:center;
  }

  .acr-footer__bottom p,
  .acr-footer__bottom-links a{
    font-size:12px;
  }
}/* End custom CSS */