body.home{
  padding-top: 153px;
}
body.home footer#colophon {
  margin-top: -42px;
  padding-top: 52px;
}
body.home .home-2025 .hero .text-wrap{
  max-width: 600px;
  min-height: 668px;
  padding-top: 60px;
}
body.home .home-2025 .hero .text-wrap h1{
  font-weight: 600;
}
body.home .home-2025 .hero .hero-image{
  width: 1205px;
  height: 668px;
  top: 0;
  margin-top: 5px;
  right: -120px;
  transition: all .2s ease;
}
body.home .home-2025 .hero .hero-image a{
  outline: none;
}
body.home .home-2025 .hero .hero-image .barrier{
  top: 45px;
  left: 759px;
}
body.home .home-2025 .hero .hero-image .phone{
  top: 35px;
  left: 624px;
}
body.home .home-2025 .hero .hero-image .camera{
  top: 115px;
  left: 453px;
}
body.home .home-2025 .hero .hero-image .tablet{
  top: 210px;
  left: 308px;
}
body.home .home-2025 .hero .hero-image .cctv{
  top: 412px;
  left: 265px;
}

body.home .home-2025 .hero .hero-image .barrier,
body.home .home-2025 .hero .hero-image .phone,
body.home .home-2025 .hero .hero-image .camera,
body.home .home-2025 .hero .hero-image .tablet,
body.home .home-2025 .hero .hero-image .cctv {
  transform-origin: 50% 50%;
  will-change: transform;
  animation: hero-bounce 3.6s ease-in-out infinite;
}
body.home .home-2025 .hero .hero-image .barrier { animation-delay: 0s; }
body.home .home-2025 .hero .hero-image .phone   { animation-delay: 0.15s; }
body.home .home-2025 .hero .hero-image .camera  { animation-delay: 0.30s; }
body.home .home-2025 .hero .hero-image .tablet  { animation-delay: 0.45s; }
body.home .home-2025 .hero .hero-image .cctv    { animation-delay: 0.60s; }

@keyframes hero-bounce {
  0%   { transform: translateY(0) scale(1); }
  25%  { transform: translateY(-6px) scale(1); }
  50%  { transform: translateY(8px)  scale(.98); }
  75%  { transform: translateY(-4px) scale(1); }
  100% { transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  body.home .home-2025 .hero .hero-image .barrier,
  body.home .home-2025 .hero .hero-image .phone,
  body.home .home-2025 .hero .hero-image .camera,
  body.home .home-2025 .hero .hero-image .tablet,
  body.home .home-2025 .hero .hero-image .cctv {
    animation: none;
    transform: none;
  }
}
@media screen and (max-width: 1400px) {
  body.home .home-2025 .hero .hero-image{
    transform: scale(.8) !important;
    right: -180px !important;
    top: -37px;
  }
}
@media screen and (max-width: 1250px) {
  body.home .home-2025 .hero .hero-image{
    transform: scale(.65) !important;
    right: -259px !important;
    top: -55px;
  }
  body.home .home-2025 .hero .text-wrap{
    min-height: auto;
    padding: 20px 0 15px 25px;
  }
}
@media screen and (max-width: 1150px) {
  body.home .home-2025 .hero .hero-image{
    transform: scale(.5) !important;
    right: -259px !important;
    top: -68px;
  }
  body.home .home-2025 .hero .text-wrap h2{
    font-size: 18px !important;
    max-width: 405px;
  }
}
@media screen and (max-width: 992px) {
  body.home .home-2025 .hero .hero-image{
    transform: scale(.35) !important;
    right: -33% !important;
    top: -146px;
  }
  body.home .home-2025 .hero .text-wrap{
    padding-top: 0;
    padding-left: 11px;
  }
  body.home .home-2025 .hero .text-wrap h1{
    font-size: 39px !important;
    width: 371px;
    padding-top: 5px;
  }
  body.home .home-2025 .hero .text-wrap h2 {
    max-width: 388px;
  }
  body.home .home-2025 .hero .text-wrap img.certified{
    max-width: 200px;
  }
}
@media screen and (max-width: 886px) {
  body.home .home-2025 .hero .hero-image{
    right: -402px !important;
  }
}
@media screen and (max-width: 768px) {
  body.home .home-2025 .hero .hero-image{
    top: auto !important;
    margin-top: -50px;
    right: auto !important;
    transform: scale(1) !important;
    position: relative !important;
    width: 100%;
    height: auto;
  }
  body.home .home-2025 .hero .hero-image .barrier{
    transform: scale(.6) !important;
    top: 41px !important;
    left: auto !important;
    right: -14px !important;
  }
  body.home .home-2025 .hero .hero-image .phone{
    transform: scale(.7) !important;
    top: 72px !important;
    left: 59% !important;
  }
  body.home .home-2025 .hero .hero-image .camera{
    transform: scale(.7) !important;
    top: 134px !important;
    left: 40% !important;
  }
  body.home .home-2025 .hero .hero-image .tablet{
    transform: scale(.7) !important;
    top: 67px !important;
    left: 12% !important;
  }
  body.home .home-2025 .hero .hero-image .cctv{
    transform: scale(.7) !important;
    top: 115px !important;
    left: 0 !important;
  }
  body.home .home-2025 .hero .text-wrap{
    text-align: center;
    min-height: auto !important;
    padding: 0 0 50px !important;
    margin: -133px auto 0;
  }
  body.home .home-2025 .hero .text-wrap h1{
    font-size: 29px !important;
    font-weight: bold !important;
    text-align: center;
    max-width: 390px;
    width: 100%;
  }
  body.home .home-2025 .hero .text-wrap h2{
    text-align: center;
    font-size: 17px !important;
    line-height: 1.4 !important;
    max-width: 390px;
    width: 100%;
  }
  body.home .home-2025 .hero .text-wrap img{
    margin: 0 auto;
  }
}
@media screen and (max-width: 690px) {
  body.home .home-2025 .hero .hero-image .barrier{
    transform: scale(.4) !important;
    top: 6px !important;
  }
  body.home .home-2025 .hero .hero-image .phone{
    transform: scale(.4) !important;
    top: 2px !important;
  }
  body.home .home-2025 .hero .hero-image .camera{
    transform: scale(.4) !important;
    top: 86px !important;
  }
  body.home .home-2025 .hero .hero-image .tablet{
    transform: scale(.4) !important;
    top: 0 !important;
  }
  body.home .home-2025 .hero .hero-image .cctv{
    transform: scale(.4) !important;
    top: 86px !important;
  }
}
@media screen and (max-width: 576px) {
  body.home .home-2025 .hero .hero-image {
    margin-top: -18px;
  }
  body.home .home-2025 .hero .text-wrap {
    margin: -38% auto 0;
  }
}