@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";.fade-in-effect{will-change:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-effect{opacity:0;animation:fadeIn .5s ease-in;animation-fill-mode:forwards;animation-duration:.5s}*,:after,:before{padding:0;margin:0}body,html{width:100}body{box-sizing:border-box}*,:after,:before,body,body:after,body:before,html,html:after,html:before{font-family:Inter,Helvetica,Arial,sans-serif,Covered By Your Grace,cursive}html{font-size:50%}body{font-size:2rem;background-color:var(--theme-color-background);color:var(--theme-color-text);transition:background-color .3s ease-in-out,color .3s ease-in-out}.theme-dark{--theme-color-text:#fff;--theme-color-background:#121212;--theme-color-separator:#fff;--theme-color-border:#fff;--theme-color-shadow:hsla(0,0%,100%,.25)}.header{z-index:3;max-width:1280px;margin-inline:auto;background-color:#fff;position:relative}.header-call{font-size:1.6rem;font-weight:500;position:absolute;top:0;right:0;width:100%;height:4rem}@media screen and (max-width:425px){.header-call{font-size:1.2rem}}@media screen and (max-width:375px){.header-call{font-size:1rem}}.header-call__under-shape{z-index:1;position:absolute;top:0;right:0;background-color:gray;width:105rem;height:2rem;-webkit-clip-path:polygon(2% 0,100% 0,100% 100%,0 100%);clip-path:polygon(2% 0,100% 0,100% 100%,0 100%)}@media screen and (max-width:425px){.header-call__under-shape{width:50rem}}@media screen and (max-width:375px){.header-call__under-shape{width:44rem}}@media screen and (max-width:320px){.header-call__under-shape{width:39rem}}.header-call__over-shape{z-index:2;color:#fff;position:absolute;top:0;right:0;display:flex;align-items:center;gap:8rem;background-color:#dd0606;width:90rem;height:4rem;-webkit-clip-path:polygon(4% 0,100% 0,100% 100%,0 100%);clip-path:polygon(4% 0,100% 0,100% 100%,0 100%)}@media screen and (max-width:425px){.header-call__over-shape{width:46rem;height:5rem;gap:4rem}}@media screen and (max-width:375px){.header-call__over-shape{width:42rem;height:4rem;font-size:1rem;gap:2rem}}@media screen and (max-width:320px){.header-call__over-shape{width:36rem;height:3.5rem;font-size:.9rem;gap:1rem}}.header-call__details{margin-left:5rem}.header-call__cta{display:flex;align-items:center;justify-content:center;padding:.2rem 1rem;border:1px solid #fff;border-radius:8px}@media screen and (max-width:425px){.header-call__cta{margin-right:1rem;padding:.8rem 1rem;width:18rem}}@media screen and (max-width:375px){.header-call__cta{margin-right:3rem;padding:.5rem .8rem;width:14rem}}@media screen and (max-width:320px){.header-call__cta{margin-right:2rem;padding:.3rem .8rem;width:14rem}}.header-call__cta>a{color:#fff;text-decoration:none;transition:color .3s ease-in-out}.header-call__cta>a:hover{color:hsla(0,0%,100%,.7)}.header-nav{font-size:1.6rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;margin-inline:6rem;height:20rem}@media screen and (min-width:1024px){.header-nav{margin-inline:3rem;gap:1rem}}@media screen and (max-width:768px){.header-nav{justify-content:center;margin-inline:1rem;gap:1rem}}@media screen and (max-width:425px){.header-nav{top:9rem;align-content:end;margin-bottom:1rem;gap:0;height:14rem;display:none}}@media screen and (max-width:375px){.header-nav{grid-template-columns:8rem 8rem 8rem 8rem 8rem}}@media screen and (max-width:320px){.header-nav{grid-template-columns:8rem 8rem 7rem 7rem 7rem;height:12rem}}.header-nav__logo{margin-right:3rem}@media screen and (max-width:768px){.header-nav__logo{margin-right:.5rem}}@media screen and (max-width:425px){.header-nav__logo{display:none;margin-right:0;grid-row-start:1;grid-row-end:3}}@media screen and (max-width:375px){.header-nav__logo{margin-left:-2rem}}@media screen and (max-width:320px){.header-nav__logo{margin-left:-1rem}}.header-nav__anchor{position:relative}@media screen and (max-width:425px){.header-nav__anchor{margin-right:0;grid-column-start:4;grid-row-start:2}}.header-nav__link{color:#000;font-size:1.8rem;font-weight:600;font-smooth:always;text-decoration:none;white-space:nowrap;display:flex;align-items:center;justify-content:center;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .3s ease-in-out}@media screen and (max-width:1024px){.header-nav__link{font-size:1.3rem}}@media screen and (max-width:768px){.header-nav__link{text-align:center;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:425px){.header-nav__link{display:flex;align-items:center;justify-content:center;font-size:1rem;text-align:center;box-shadow:none;padding:0;border:transparent;border-style:inset;border-radius:.5rem}}@media screen and (max-width:320px){.header-nav__link{font-size:.9rem}}.header-nav__link--active,.header-nav__link:hover{color:#dd0606}.header-nav__cta{color:#fff;font-size:1.8rem;font-weight:500;text-decoration:none;display:flex;align-items:center;justify-content:center;height:5rem;width:17rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#000;border:1px solid #000;border-radius:5px;transition:color .3s ease-in-out,background-color .3s ease-in-out}@media screen and (max-width:768px){.header-nav__cta{font-size:1.4rem;height:4rem;width:10rem;text-align:center}}@media screen and (max-width:425px){.header-nav__cta{margin-right:0;grid-row-start:2;grid-column-start:5}}@media screen and (max-width:375px){.header-nav__cta{font-size:1.2rem}}@media screen and (max-width:320px){.header-nav__cta{font-size:1.1rem;height:3rem;width:8rem}}.header-nav__cta:hover{color:#000;background-color:#fff}.header-menu{z-index:-1;visibility:hidden;color:#000;position:absolute;top:2.4rem;left:-2rem;display:flex;justify-content:center;flex-flow:column;height:-moz-fit-content;height:fit-content;width:26rem;background-color:#fafafa;opacity:0;transition:z-index .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}@media screen and (max-width:768px){.header-menu{left:0;top:3rem;width:14rem;border-radius:5px}}.header-menu--active{visibility:visible;z-index:3;opacity:1}.header-menu__link{color:#000;font-weight:600;text-decoration:none;padding:1.4rem 4rem;transition:color .3s ease-in-out,background-color .3s ease-in-out}@media screen and (max-width:768px){.header-menu__link{font-size:1.2rem;padding:.7rem 1rem}}.header-menu__link:hover{color:red;background-color:#f1f1f1}.header-menu__divider:not(:last-child){height:2px;width:100%;background-color:#f1f1f1}.header-nav-mob-menu{display:none}@media screen and (max-width:425px){.header-nav-mob-menu{display:block;font-size:1.6rem;text-align:center;box-shadow:none;border:transparent;border-style:inset;border-radius:.5rem;margin-left:-2rem;padding:5rem 0 0;height:-moz-fit-content;height:fit-content}}.header-nav-mob-menu__container{display:flex;align-items:center;justify-content:space-between}.header-nav-mob-menu__container:first-child{padding-left:2rem}.header-nav-mob-menu-main{position:relative}.header-nav-mob-menu-main__btn{color:#fff;font-size:1.8rem;font-weight:500;text-decoration:none;display:flex;align-items:center;justify-content:center;margin-right:1.6rem;height:4rem;width:10rem;background-color:#000;border:1px solid #000;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;transition:color .3s ease-in-out,background-color .3s ease-in-out}.header-nav-mob-menu-main__btn:hover{color:#000;background-color:#fff}.header-nav-mob-menu-main-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;background-color:rgba(0,0,0,.5)}.header-nav-mob-menu-main-overlay__container{position:fixed;top:25%;left:0;height:-moz-fit-content;height:fit-content;width:100%;background-color:#fff}.header-nav-mob-menu-main-overlay__btn{position:absolute;padding-top:.7rem;top:0;right:3%;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.header-nav-mob-menu-main-overlay__nav{display:flex;align-items:center;justify-content:center;flex-flow:column}.header-nav-mob-menu-main-overlay__link{color:#000;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;border-bottom:1px solid #000;padding:1rem 0;width:100%;transition:color .3s ease-in-out,background-color .3s ease-in-out}.header-nav-mob-menu-main-overlay__link:hover{background-color:#d3d3d3}.header-nav-mob-menu-main-overlay__link:last-child{border-bottom:none}.header-nav-mob-menu-main-overlay__arrow,.header-nav-mob-menu-main-overlay__link--back,.header-nav-mob-menu-main-overlay__link--services{display:flex;align-items:center;justify-content:center}.header-nav-mob-menu-main-overlay__arrow{height:0}.header-nav-mob-menu-main-overlay__arrow--forward{transform:rotate(-90deg) scale(.7)}.header-nav-mob-menu-main-overlay__arrow--back{transform:rotate(90deg) scale(.7)}.footer{max-width:1280px;margin-inline:auto;color:#fff;display:flex;gap:10rem;background-color:#000;height:40rem}@media screen and (max-width:768px){.footer{gap:4rem}}@media screen and (max-width:425px){.footer{gap:2rem}}@media screen and (max-width:375px){.footer{gap:1rem;height:30rem}}@media screen and (max-width:320px){.footer{margin:0;height:25rem;gap:0}}.footer-serve{max-width:1280px;margin-inline:auto}.footer-left{color:#000;display:flex;align-items:center;justify-content:center;flex-flow:column;margin-left:6rem}@media screen and (max-width:425px){.footer-left{margin-left:1rem}}@media screen and (max-width:320px){.footer-left{margin:0}}.footer-left__logo{position:relative;overflow:hidden;flex-shrink:0;height:34rem;width:25rem}.footer-left__logo>img{position:absolute;object-fit:cover}@media screen and (max-width:768px){.footer-left__logo{height:30rem;width:22rem}}@media screen and (max-width:425px){.footer-left__logo{height:18rem;width:12rem}}@media screen and (max-width:375px){.footer-left__logo{height:16rem;width:10rem}}@media screen and (max-width:320px){.footer-left__logo{height:14rem;width:0}}.footer-right{margin-top:3rem;width:100%}@media screen and (max-width:320px){.footer-right{margin:1rem}}.footer-right-top{display:grid;grid-template-columns:repeat(4,1fr);height:26rem;border-bottom:2px solid gray}@media screen and (max-width:768px){.footer-right-top{display:flex;gap:2rem;height:23rem}}@media screen and (max-width:425px){.footer-right-top{gap:1rem}}@media screen and (max-width:375px){.footer-right-top{height:16rem}}@media screen and (max-width:320px){.footer-right-top{height:14rem}}.footer-right-top__col{font-size:1.5rem;display:flex;flex-flow:column;gap:1rem}@media screen and (max-width:768px){.footer-right-top__col{font-size:1.2rem;gap:1rem;width:13rem}}@media screen and (max-width:425px){.footer-right-top__col{font-size:1rem;gap:1rem;width:8rem}}@media screen and (max-width:375px){.footer-right-top__col{font-size:.9rem;gap:.8rem;width:7rem}}@media screen and (max-width:320px){.footer-right-top__col{font-size:1rem;gap:.5rem;width:8rem}}@media screen and (max-width:425px){.footer-right-top__col:last-child>:last-child:last-child{font-size:.8rem}}@media screen and (max-width:425px)and (max-width:320px){.footer-right-top__col:last-child>:last-child:last-child{font-weight:600;font-size:1rem}}.footer-right-top__col>div{font-weight:500}.footer-right-top__col>div:first-child{font-size:1.6rem;font-weight:700;margin-bottom:2rem}@media screen and (max-width:425px){.footer-right-top__col>div:first-child{font-size:1rem;margin-bottom:1rem}}.footer-right-top__col>a{color:red;text-decoration:none;cursor:pointer;transition:color .3s ease-in-out}.footer-right-top__col>a:hover{color:#a5a4a4}.footer-right-btm{font-size:1.6rem;display:grid;grid-template-columns:2fr 1fr 1fr;margin-top:2rem}.footer-right-btm__left{color:#a5a4a4}@media screen and (max-width:768px){.footer-right-btm__left{font-size:1rem}}@media screen and (max-width:375px){.footer-right-btm__left{font-size:.9rem}}@media screen and (max-width:320px){.footer-right-btm__left{font-size:1rem}}.footer-right-btm__middle{font-size:1.8rem;font-weight:500;display:flex;gap:1rem}.footer-right-btm__right{display:flex;justify-content:center}.footer-right-btm__right>a,.footer-right-btm__right>div{color:#fff;font-size:3rem;font-weight:700;text-decoration:none;display:flex;align-items:center;justify-content:center;height:5rem;width:5rem;border-radius:50%;background-color:#dd0606;transition:filter .3s ease-in-out}@media screen and (max-width:375px){.footer-right-btm__right>a,.footer-right-btm__right>div{font-size:2.6rem;height:4rem;width:4rem}}.footer-right-btm__right>a:hover,.footer-right-btm__right>div:hover{filter:brightness(.8)}.footer-right-btm__right>a:active,.footer-right-btm__right>div:active{filter:brightness(.6)}.page-hero,.page-hero__img{position:relative}.page-hero__img{height:40rem;overflow:hidden;flex-shrink:0}.page-hero__img>img{position:absolute;object-fit:cover}.page-hero__cta{color:#fff;position:absolute;top:0;left:0;display:flex;justify-content:center;flex-flow:column;gap:2rem;background-color:rgba(0,0,0,.5);height:100%;width:100%}.page-hero__cta>a,.page-hero__cta>div{margin-left:10rem}@media screen and (max-width:375px){.page-hero__cta>a,.page-hero__cta>div{margin-left:auto;margin-right:auto}}@media screen and (max-width:320px){.page-hero__cta>a,.page-hero__cta>div{margin-left:auto;margin-right:auto}}.page-hero__cta>div{font-size:5rem;font-weight:600}@media screen and (max-width:375px){.page-hero__cta>div{font-size:4rem}}@media screen and (max-width:320px){.page-hero__cta>div{font-size:4rem}}.page-hero__cta>a{color:#dd0606;font-size:2.5rem;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;height:6rem;width:30rem;background-color:#fff;border-radius:5px}@media screen and (max-width:320px){.page-hero__cta>a{font-size:2rem;height:5rem;width:25rem}}.page-hero__cta>a>span{font-weight:900;margin-top:-.6rem}.main-logo{position:relative;overflow:hidden;flex-shrink:0;object-fit:contain;aspect-ratio:16/9;width:30rem}.main-logo>img{position:absolute;object-fit:cover}@media screen and (max-width:768px){.main-logo{width:18rem}}@media screen and (max-width:425px){.main-logo{width:24rem}}.general-about{display:flex;align-items:center;justify-content:space-between;flex-flow:wrap;padding-inline:10rem;margin-bottom:8rem}@media screen and (max-width:1024px){.general-about{padding-inline:6rem}}@media screen and (max-width:768px){.general-about{padding-inline:2rem}}@media screen and (max-width:425px){.general-about{padding-inline:1rem}}.general-about__tagline{color:#dd0606;font-size:2.4rem;font-weight:600}@media screen and (max-width:768px){.general-about__tagline{text-align:center}}@media screen and (max-width:425px){.general-about__tagline{font-size:1.4rem}}.general-about__title{font-weight:800;font-size:3.6rem;width:60rem;margin-top:2rem;margin-bottom:4rem}@media screen and (max-width:768px){.general-about__title{text-align:center}}@media screen and (max-width:425px){.general-about__title{width:40rem;font-size:3rem;margin:2rem auto 4rem}}@media screen and (max-width:375px){.general-about__title{width:35rem;font-size:2.6rem;margin:2rem auto 4rem}}@media screen and (max-width:320px){.general-about__title{width:30rem;font-size:2.4rem}}.general-about__title>div>span{color:#dd0606}@media screen and (max-width:768px){.general-about__title>div>span{margin:auto}}.general-about__title>div:nth-child(2){margin-top:1rem;background-color:#dd0606;height:.6rem;width:18rem}@media screen and (max-width:768px){.general-about__title>div:nth-child(2){margin-left:9.9rem}}@media screen and (max-width:425px){.general-about__title>div:nth-child(2){display:none}}.general-about__details{font-size:2.2rem;font-weight:500;line-height:32px;display:flex;align-items:center;justify-content:center;flex-flow:column;gap:1rem}@media screen and (max-width:768px){.general-about__details{font-size:1.8rem;line-height:24px}}@media screen and (max-width:425px){.general-about__details{font-size:1.2rem;line-height:16px}}@media screen and (max-width:375px){.general-about__details{font-size:1.1rem}}@media screen and (max-width:320px){.general-about__details{font-size:1rem}}.general-about__details>div:first-child{width:95rem}@media screen and (max-width:768px){.general-about__details>div:first-child{width:70rem}}@media screen and (max-width:425px){.general-about__details>div:first-child{width:30rem}}@media screen and (max-width:320px){.general-about__details>div:first-child{width:27rem}}.general-about__details>div>a{color:#dd0606}.general-about__left{margin-inline:auto}.general-about__right{width:20rem;height:24rem;margin-inline:auto}.general-about__img{position:relative;overflow:hidden;flex-shrink:0;height:100%;width:100%}.general-about__img>img{position:absolute;object-fit:cover}.block-expert__pre-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1rem}.block-expert__title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:8rem}.block-expert-cont{display:flex;justify-content:space-between;margin:2rem 8rem}@media screen and (max-width:425px){.block-expert-cont{margin:2rem}}.block-expert-left{display:flex;flex-flow:column;gap:1rem}.block-expert-left__title{font-weight:700}.block-expert-left__divider{height:2px;width:62rem;background-color:blue}.block-expert-left__option{color:#333;padding:1rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .3s ease-in-out}@media screen and (max-width:375px){.block-expert-left__option{font-size:1.8rem}}@media screen and (max-width:320px){.block-expert-left__option{font-size:1.5rem}}.block-expert-left__option:hover{background-color:#eee}.block-expert-left__option--active{background-color:rgba(173,216,230,.5)}.block-expert-right{display:flex;flex-flow:column;gap:1rem;padding:4rem;margin-left:6rem;margin-bottom:4rem;height:30rem;width:120rem;box-shadow:0 0 15px rgba(0,0,0,.5)}@media screen and (max-width:768px){.block-expert-right{height:35rem}}@media screen and (max-width:425px){.block-expert-right{padding:1rem;margin-left:2rem;margin-bottom:4rem}}@media screen and (max-width:375px){.block-expert-right{height:-moz-fit-content;height:fit-content}}.block-expert-right__title{font-size:1.6rem;font-weight:700}.block-expert-right__details{color:#333;font-size:1.8rem;line-height:32px}@media screen and (max-width:768px){.block-expert-right__details{font-size:1.6rem;line-height:24px}}@media screen and (max-width:425px){.block-expert-right__details{font-size:1.4rem;line-height:16px}}.block-heading{display:grid;align-items:center;justify-items:center;grid-template-columns:repeat(2,1fr);margin:16rem 0}@media screen and (max-width:1024px){.block-heading{margin:14rem 4rem}}@media screen and (max-width:768px){.block-heading{display:flex;flex-direction:column;margin:8rem 3rem;text-align:center}}@media screen and (max-width:768px)and (max-width:425px){.block-heading{margin:4rem 3rem}}.block-heading__title{font-size:2.6rem;font-weight:500}@media screen and (max-width:425px){.block-heading__title{font-size:2rem}}@media screen and (max-width:320px){.block-heading__title{font-size:1.8rem}}.block-heading__details{line-height:32px}@media screen and (max-width:1024px){.block-heading__details{font-size:1.8rem;line-height:24px}}@media screen and (max-width:768px){.block-heading__details{font-size:1.5rem;line-height:24px}}@media screen and (max-width:425px){.block-heading__details{font-size:1.5rem;line-height:16px;margin:auto;width:44rem}}@media screen and (max-width:320px){.block-heading__details{font-size:1.3rem;width:36rem}}.block-heading__img{position:relative;overflow:hidden;flex-shrink:0}.block-heading__img>img{position:absolute;object-fit:cover}.block-heading>div{display:flex;justify-content:center;flex-flow:column;gap:2rem;height:35rem;width:70rem}@media screen and (max-width:1024px){.block-heading>div{margin:1rem;width:50rem}}@media screen and (max-width:425px){.block-heading>div{width:44rem}}@media screen and (max-width:320px){.block-heading>div{width:40rem}}.block-info{color:#fff;display:flex;justify-content:center;gap:10rem;height:-moz-fit-content;height:fit-content;padding:10rem;background-color:#444}@media screen and (max-width:768px){.block-info{display:flex;flex-direction:column;align-items:center;align-content:center}}@media screen and (max-width:425px){.block-info{padding:6rem;gap:6rem}}.block-info__tagline{width:70rem}@media screen and (max-width:425px){.block-info__tagline{width:50rem}}@media screen and (max-width:375px){.block-info__tagline{width:40rem}}@media screen and (max-width:320px){.block-info__tagline{width:36rem}}.block-info__pre-title{color:hsla(0,0%,100%,.6);font-weight:500;font-size:2rem}.block-info__title{font-size:3.6rem;font-weight:700;margin-top:1rem}@media screen and (max-width:425px){.block-info__title{font-size:3rem}}.block-info__cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:4rem;gap:4rem}@media screen and (max-width:320px){.block-info__cards{gap:2rem}}.block-info-card{display:flex;flex-flow:column;gap:1.4rem;height:-moz-fit-content;height:fit-content;width:25rem}@media screen and (max-width:425px){.block-info-card{width:18rem}}@media screen and (max-width:320px){.block-info-card{width:16rem;gap:1.2rem}}.block-info-card__img{display:flex;align-items:center;justify-content:center;height:1rem;width:1rem;padding:2rem;background-color:#000;border-radius:50%}@media screen and (max-width:425px){.block-info-card__img{padding:1.6rem;height:.8rem;width:.8rem}}.block-info-card__title{font-size:1.8rem;font-weight:600}.block-info-card__details{font-size:1.6rem;line-height:32px}@media screen and (max-width:425px){.block-info-card__details{font-size:1.4rem;line-height:16px}}.block-learn-more{display:grid;align-items:last baseline;justify-items:center;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;width:100%}@media screen and (max-width:1024px){.block-learn-more{margin:auto;width:95%}}@media screen and (max-width:768px){.block-learn-more{display:flex;flex-direction:row;margin-left:2rem;width:90%}}@media screen and (max-width:425px){.block-learn-more{margin-left:1.4rem}}@media screen and (max-width:375px){.block-learn-more{margin-left:auto;margin-right:auto}}.block-learn-more__title{font-size:3.6rem;font-weight:600;margin-bottom:6rem}@media screen and (max-width:1024px){.block-learn-more__title{margin:auto auto 6rem;width:95%}}@media screen and (max-width:425px){.block-learn-more__title{margin-left:1.4rem}}@media screen and (max-width:375px){.block-learn-more__title{margin-left:auto;margin-right:auto;text-align:center}}.block-learn-more__title>span{color:#dd0606}.block-learn-more-card{display:grid;grid-template-rows:1fr 5rem 15rem 20rem}.block-learn-more-card__img{position:relative;overflow:hidden;flex-shrink:0;height:50rem;width:100%;margin-bottom:2rem}.block-learn-more-card__img>img{position:absolute;object-fit:cover}@media screen and (max-width:1024px){.block-learn-more-card__img{height:45rem}}@media screen and (max-width:768px){.block-learn-more-card__img{height:15rem;width:30rem}}@media screen and (max-width:425px){.block-learn-more-card__img{height:10rem;width:16rem}}@media screen and (max-width:375px){.block-learn-more-card__img{grid-template-rows:1fr 5rem 15rem 15rem;height:8rem;width:13rem}}@media screen and (max-width:320px){.block-learn-more-card__img{height:7rem;width:11rem}}.block-learn-more-card__title{font-size:2.4rem;font-weight:700}@media screen and (max-width:425px){.block-learn-more-card__title{font-size:1.8rem}}@media screen and (max-width:768px){.block-learn-more-card__details{font-size:1.8rem;width:28rem}}@media screen and (max-width:425px){.block-learn-more-card__details{font-size:1.4rem;width:16rem}}@media screen and (max-width:375px){.block-learn-more-card__details{font-size:1.2rem;height:8rem;width:13rem}}@media screen and (max-width:320px){.block-learn-more-card__details{font-size:1rem;height:7rem;width:11rem}}.block-learn-more-card>a{margin-top:4rem}@media screen and (max-width:768px){.block-learn-more-card>a{margin-top:5rem}}@media screen and (max-width:425px){.block-learn-more-card>a{margin-top:8rem}}@media screen and (max-width:375px){.block-learn-more-card>a{font-size:1.2rem;margin-top:6rem;height:4rem;width:11rem}}@media screen and (max-width:320px){.block-learn-more-card>a{font-size:1rem;margin-top:4rem;height:3.5rem;width:9rem}}.block-quote{color:#fff;display:flex;align-items:center;justify-content:center;flex-flow:column;gap:5rem;height:50rem;width:100%;background-color:#000}.block-quote__title{font-size:4rem;font-weight:700}@media screen and (max-width:425px){.block-quote__title{margin:0 auto;font-size:3rem}}@media screen and (max-width:375px){.block-quote__title{font-size:2.6rem}}@media screen and (max-width:320px){.block-quote__title{font-size:2.2rem}}.block-quote__link{color:#fff;font-size:2rem;font-weight:500;text-decoration:none;padding:1.6rem 3rem;background-color:#dd0606;border:1px solid #dd0606;border-radius:50px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .3s ease-in-out,background-color .3s ease-in-out}.block-quote__link:hover{color:#dd0606;background-color:#fff}.block-quote__link:active{color:#dd0606;background-color:#d3d3d3}.block-spacer{margin:8rem 0}.general-link{color:#fff;font-size:1.8rem;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;height:5rem;width:16rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#dd0606;border:1px solid #dd0606;border-radius:5px;transition:color .3s ease-in-out,background-color .3s ease-in-out}.general-link:hover{color:#dd0606;background-color:#fff}.info-main-img{height:70rem;width:90rem;position:relative;overflow:hidden;flex-shrink:0}@media screen and (max-width:1024px){.info-main-img{height:45rem;width:58rem;margin:1rem}}@media screen and (max-width:768px){.info-main-img{height:40rem;width:40rem}}@media screen and (max-width:425px){.info-main-img{height:30rem;width:24rem}}@media screen and (max-width:375px){.info-main-img{height:24rem;width:18rem}}@media screen and (max-width:320px){.info-main-img{height:22rem;width:16rem}}.info-main-img>img{position:absolute;object-fit:cover}.info-wide-img{z-index:3;height:40rem;position:relative;overflow:hidden;flex-shrink:0}.info-wide-img>img{position:absolute;object-fit:cover}@media screen and (max-width:1024px){.info-wide-img{height:35rem;margin:1rem}}@media screen and (max-width:768px){.info-wide-img{width:30rem}}@media screen and (max-width:425px){.info-wide-img{height:30rem;width:18rem}}@media screen and (max-width:375px){.info-wide-img{height:26rem;width:100%}}@media screen and (max-width:320px){.info-wide-img{height:22rem;width:100%}}.info-main-card{display:flex;justify-content:space-between;align-items:center;flex-flow:column;padding:2rem;margin-top:-5rem;height:-moz-fit-content;height:fit-content;width:65rem;box-shadow:0 0 20px rgba(0,0,0,.5)}@media screen and (max-width:1024px){.info-main-card{height:-moz-fit-content;height:fit-content;margin:1rem}}@media screen and (max-width:768px){.info-main-card{height:53rem;margin:1rem;padding:1rem;box-shadow:1px 1px 6px rgba(0,0,0,.5);outline:1px solid #000;border-radius:0}}@media screen and (max-width:425px){.info-main-card{width:40rem;margin:1rem;padding:1rem;height:-moz-fit-content;height:fit-content;gap:1rem}}.info-main-card__title{font-size:3rem;font-weight:600;text-decoration:underline}@media screen and (max-width:768px){.info-main-card__title{font-size:2rem;text-align:center}}.info-main-card__details{font-size:1.8rem;font-weight:500;line-height:25.6px;margin:2rem 0}@media screen and (max-width:768px){.info-main-card__details{font-size:1.5rem;font-weight:500;line-height:16px;text-align:center;width:26rem}}@media screen and (max-width:425px){.info-main-card__details{font-size:1.3rem;line-height:12.8px;width:20rem}}@media screen and (max-width:320px){.info-main-card__details{margin:0;font-size:1.2rem;width:18rem}}.info-sub-card{display:flex;justify-content:space-between;flex-flow:column;padding:2rem}@media screen and (max-width:425px){.info-sub-card{padding:1rem;justify-content:center}}.info-sub-card__pre-title{font-size:1.6rem;font-weight:500}@media screen and (max-width:375px){.info-sub-card__pre-title{font-size:1.4rem}}@media screen and (max-width:320px){.info-sub-card__pre-title{font-size:1.2rem}}.info-sub-card__title{font-size:3rem;font-weight:700}@media screen and (max-width:375px){.info-sub-card__title{font-size:2.2rem}}@media screen and (max-width:320px){.info-sub-card__title{font-size:2rem}}.info-sub-card__details{font-size:1.8rem;font-weight:500;line-height:32px;margin:2rem 0}@media screen and (max-width:768px){.info-sub-card__details{font-size:1.6rem;line-height:20px;margin:1rem 0}}@media screen and (max-width:425px){.info-sub-card__details{font-size:1.4rem;line-height:16px}}@media screen and (max-width:375px){.info-sub-card__details{font-size:1.2rem}}@media screen and (max-width:320px){.info-sub-card__details{font-size:1.1rem;line-height:1.5rem}}.info-sub-card__link{color:#fff;font-size:1.8rem;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;height:4.4rem;width:30rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#dd0606;border:1px solid #dd0606;border-radius:5px;transition:color .3s ease-in-out,background-color .3s ease-in-out}@media screen and (max-width:375px){.info-sub-card__link{padding:0 1rem;font-size:1.5rem;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:320px){.info-sub-card__link{font-size:1.2rem}}.info-sub-card__link:hover{color:#dd0606;background-color:#fff}.info-sub-card__link:hover .info-sub-card__arrow{color:#fff;background-color:#dd0606}.info-sub-card__arrow{color:#dd0606;font-weight:900;position:relative;height:2rem;width:2rem;padding:.4rem;background-color:#fff;border-radius:50%;transition:color .3s ease-in-out,background-color .3s ease-in-out}.info-sub-card__arrow>div{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.info-points-card{display:flex;justify-content:center;flex-flow:column;gap:5rem;height:-moz-fit-content;height:fit-content;width:50rem}@media screen and (max-width:425px){.info-points-card{width:20rem;gap:3rem}}.info-points-card__pre-title{font-size:2rem;font-weight:700;margin-bottom:-3rem}@media screen and (max-width:425px){.info-points-card__pre-title{font-size:2rem;font-weight:600;margin-bottom:-1rem}}@media screen and (max-width:375px){.info-points-card__pre-title{font-size:1.4rem}}@media screen and (max-width:320px){.info-points-card__pre-title{font-size:1.2rem}}.info-points-card__title{font-size:4rem;font-weight:900}@media screen and (max-width:425px){.info-points-card__title{text-align:center;font-size:2.2rem;font-weight:700}}@media screen and (max-width:320px){.info-points-card__title{font-size:2rem}}.info-points-card__points{display:flex;justify-content:center;flex-flow:column;gap:1rem}@media screen and (max-width:425px){.info-points-card__points{gap:1rem}}.info-points-card__point{color:#333;font-size:1.8rem;display:flex;align-items:center}@media screen and (max-width:425px){.info-points-card__point{font-size:1.4rem}}@media screen and (max-width:375px){.info-points-card__point{font-size:1.2rem}}@media screen and (max-width:320px){.info-points-card__point{font-size:1rem}}.info-points-card__point>span{color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:1rem;height:2rem;width:2rem;padding:.5rem;background-color:#dd0606;border-radius:50%}@media screen and (max-width:425px){.info-points-card__point>span{height:1.2rem;width:1.2rem}}.info-points-card__link{color:#fff;font-size:1.8rem;font-weight:500;text-decoration:none;display:flex;align-items:center;justify-content:center;height:5rem;width:30rem;background-color:#dd0606;border:1px solid #dd0606;border-radius:5px;transition:color .3s ease-in-out,background-color .3s ease-in-out}@media screen and (max-width:425px){.info-points-card__link{font-size:1.5rem;width:23rem}}@media screen and (max-width:375px){.info-points-card__link{padding:0 .5rem;font-size:1.3rem;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:320px){.info-points-card__link{font-size:1.2rem}}.info-points-card__link:hover{color:#dd0606;background-color:#fff}.info-points-card__link:hover .info-points-card__arrow{color:#fff;background-color:#dd0606}.info-points-card__arrow{color:#dd0606;font-weight:900;position:relative;height:2rem;width:2rem;padding:.4rem;background-color:#fff;border-radius:50%;transition:color .3s ease-in-out,background-color .3s ease-in-out}@media screen and (max-width:375px){.info-points-card__arrow{height:1.8rem;width:1.8rem;padding:.3rem}}@media screen and (max-width:320px){.info-points-card__arrow{height:1.6rem;width:1.6rem;padding:.2rem}}.info-points-card__arrow>div{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.general-carousel{position:relative;padding:1rem;height:75rem;overflow:hidden}@media screen and (max-width:425px){.general-carousel{height:85rem}}@media screen and (max-width:375px){.general-carousel{height:70rem}}@media screen and (max-width:320px){.general-carousel{height:66rem}}.general-carousel__img{position:relative;overflow:hidden;flex-shrink:0;height:100%;width:100%;margin-right:10rem}.general-carousel__img>img{position:absolute;object-fit:cover}.general-carousel__img-overlay{position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,.5)}.general-carousel-content{z-index:3;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:space-around;flex-flow:column;height:100%;width:100%}@media screen and (max-width:375px){.general-carousel-content{height:70rem;gap:0;justify-content:space-evenly}}@media screen and (max-width:320px){.general-carousel-content{height:66rem}}.general-carousel-content__header{display:flex;align-items:center;justify-content:center;flex-flow:column;gap:2rem}.general-carousel-content__pre-title{color:#dd0606;font-size:2.4rem;font-weight:700}.general-carousel-content__title{color:#fff;font-size:3.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-flow:column;gap:2rem}@media screen and (max-width:768px){.general-carousel-content__title{font-size:3rem;gap:1.4rem}}@media screen and (max-width:425px){.general-carousel-content__title{font-size:2rem;line-height:16px;gap:1rem}}.general-carousel-content__title>div>span{color:#dd0606}.general-carousel-content__divider{height:.8rem;width:10rem;margin-top:1rem;background-color:#dd0606;border-radius:10px}@media screen and (max-width:425px){.general-carousel-content__divider{margin-top:0}}.general-carousel-content__testimonial{text-align:center;display:flex;align-items:center;justify-content:center;flex-flow:column;gap:2rem;margin-bottom:-8rem;width:70%}@media screen and (max-width:768px){.general-carousel-content__testimonial{gap:4rem}}@media screen and (max-width:425px){.general-carousel-content__testimonial{margin-bottom:0}}@media screen and (max-width:375px){.general-carousel-content__testimonial{gap:2rem}}@media screen and (max-width:320px){.general-carousel-content__testimonial{gap:1rem}}.general-carousel-content__statement{font-size:2rem;font-style:italic;height:10rem}@media screen and (max-width:768px){.general-carousel-content__statement{height:12rem}}@media screen and (max-width:425px){.general-carousel-content__statement{height:26rem}}@media screen and (max-width:375px){.general-carousel-content__statement{font-size:1.6rem;height:18rem}}@media screen and (max-width:320px){.general-carousel-content__statement{font-size:1.4rem;height:16rem}}.general-carousel-content__rating{display:flex;align-items:center;justify-content:center;gap:2rem}@media screen and (max-width:375px){.general-carousel-content__rating{margin-top:3rem;gap:1.8rem}.general-carousel-content__rating>object{height:25px;width:25px}}.general-carousel-content__name{font-size:2.6rem;font-weight:700}@media screen and (max-width:375px){.general-carousel-content__name{font-size:2.2rem}}@media screen and (max-width:320px){.general-carousel-content__name{font-size:2rem}}.general-carousel-content__location{font-size:2.2rem}@media screen and (max-width:375px){.general-carousel-content__location{font-size:2rem}}@media screen and (max-width:320px){.general-carousel-content__location{font-size:1.8rem}}.general-carousel-content__location>span{font-weight:700}.general-carousel-controls__btn{padding:.7rem 2.6rem;background-color:hsla(0,0%,100%,.9);transition:background-color .3s ease-in-out}@media screen and (max-width:768px){.general-carousel-controls__btn{margin-top:auto;margin-bottom:-2rem}}@media screen and (max-width:425px){.general-carousel-controls__btn{margin-top:auto;margin-bottom:0}}.general-carousel-controls__btn:hover{background-color:hsla(0,0%,100%,.7)}.general-carousel-controls__btn:active{background-color:hsla(0,0%,100%,.6)}.general-carousel-controls__btn--active{background-color:rgba(221,6,6,.8)}.general-carousel-controls__btn--middle{border-radius:20px}.general-carousel-controls__left,.general-carousel-controls__right{width:15rem}.general-carousel-controls__left,.general-carousel-controls__middle,.general-carousel-controls__right{z-index:3;position:absolute;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.general-carousel-controls__left{top:50%;display:flex;align-items:center;justify-content:center;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0));transform:translateY(-50%)}.general-carousel-controls__middle{left:50%;bottom:7.5rem;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:1rem;border-radius:20px}.general-carousel-controls__right{top:50%;right:0;display:flex;align-items:center;justify-content:center;height:100%;background:linear-gradient(270deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0));transform:translateY(-50%)}.we-serve{padding-top:4rem;padding-bottom:8rem;background-color:#eee}.we-serve,.we-serve__title{display:flex;align-items:center;justify-content:center;flex-flow:column}.we-serve__title>div{font-weight:600}.we-serve__title>div:first-child{color:green;font-size:2.4rem}.we-serve__title>div:nth-child(2){font-size:3rem}.we-serve__cards{margin-top:5rem;width:100%}.we-serve__card,.we-serve__cards{display:flex;align-items:center;justify-content:center}.we-serve__card{position:relative;flex-flow:column;padding-inline:4rem;height:22rem;width:15rem;border-right:2px solid #000}@media screen and (max-width:768px){.we-serve__card{padding-inline:2rem;height:15rem;width:10rem}}@media screen and (max-width:425px){.we-serve__card{padding-inline:1.2rem;height:9rem;width:6rem}}@media screen and (max-width:375px){.we-serve__card{padding-inline:1rem;height:7.5rem;width:5.2rem}}@media screen and (max-width:320px){.we-serve__card{padding-inline:.8rem;height:6.5rem;width:4.7rem}}.we-serve__card:last-child{border-right:none}@media screen and (max-width:768px){.we-serve__card>div>img{height:15rem;width:10rem}}@media screen and (max-width:425px){.we-serve__card>div>img{height:9rem;width:6rem}}@media screen and (max-width:375px){.we-serve__card>div>img{height:7.5rem;width:5.2rem}}@media screen and (max-width:320px){.we-serve__card>div>img{height:6.5rem;width:4.7rem}}.we-serve__card>div:last-child{color:#c70000;font-size:2.2rem;font-weight:700;position:absolute;bottom:0}@media screen and (max-width:768px){.we-serve__card>div:last-child{font-size:1.6rem}}@media screen and (max-width:425px){.we-serve__card>div:last-child{font-size:1.2rem}}@media screen and (max-width:375px){.we-serve__card>div:last-child{font-size:1rem}}@media screen and (max-width:320px){.we-serve__card>div:last-child{font-size:.9rem}}.we-serve-headline{display:flex;align-items:center;justify-content:center;flex-flow:column;gap:1rem}.we-serve-headline>div{font-weight:600}.we-serve-headline>div:first-child{color:#c70000;font-size:2.4rem}@media screen and (max-width:375px){.we-serve-headline>div:first-child{font-size:2.2rem}}@media screen and (max-width:320px){.we-serve-headline>div:first-child{font-size:2rem}}.we-serve-headline>div:nth-child(2){font-size:3rem}@media screen and (max-width:375px){.we-serve-headline>div:nth-child(2){font-size:2.6rem}}@media screen and (max-width:320px){.we-serve-headline>div:nth-child(2){font-size:2.4rem}}.home{max-width:1280px;margin-inline:auto;display:flex;flex-flow:column}.home-hero{z-index:1;margin-bottom:4rem}.home-hero__img,.home-hero__top{position:relative}.home-hero__img{width:100%;height:58.5rem;overflow:hidden;flex-shrink:0}.home-hero__img>img{position:absolute;object-fit:cover}@media screen and (max-width:425px){.home-hero__img{height:30rem}}@media screen and (max-width:375px){.home-hero__img{height:25rem}}@media screen and (max-width:320px){.home-hero__img{height:20rem}}.home-hero__cta{color:#fff;position:absolute;top:50%;left:10rem;display:flex;flex-flow:column;gap:2rem;transform:translateY(-50%);width:60rem}@media screen and (max-width:425px){.home-hero__cta{width:40rem}}@media screen and (max-width:375px){.home-hero__cta{width:35rem;left:6rem}}@media screen and (max-width:320px){.home-hero__cta{width:30rem}}.home-hero__cta>div:first-child{font-size:5.2rem;font-weight:700}@media screen and (max-width:425px){.home-hero__cta>div:first-child{font-size:2.2rem}}@media screen and (max-width:375px){.home-hero__cta>div:first-child{font-size:1.8rem}}@media screen and (max-width:320px){.home-hero__cta>div:first-child{font-size:1.6rem}}.home-hero__cta>div:nth-child(2){font-size:2.6rem;font-weight:200;width:55rem}@media screen and (max-width:425px){.home-hero__cta>div:nth-child(2){font-size:1.4rem;font-weight:400;width:35rem}}@media screen and (max-width:375px){.home-hero__cta>div:nth-child(2){font-size:1.2rem;font-weight:500;width:25rem}}@media screen and (max-width:320px){.home-hero__cta>div:nth-child(2){font-size:1.1rem;font-weight:500;width:23rem}}.home-hero__cta>a{color:#dd0606;text-decoration:none;font-weight:700;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:5px;height:5rem;width:20rem;transition:background-color .3s ease-in-out}@media screen and (max-width:375px){.home-hero__cta>a{height:4rem;width:18rem;font-size:1.8rem}}@media screen and (max-width:320px){.home-hero__cta>a{height:3.5rem;width:16rem;font-size:1.6rem}}.home-hero__cta>a:hover{background-color:#ddd}.home-hero__cta>a:active{background-color:#aaa}.home-hero__btm{color:#fff;font-size:2.2rem;display:flex;align-items:center;justify-content:center;flex-flow:column;gap:4rem;height:25rem;background-color:#000}.home-hero__btm>div:first-child{color:#dd0606;font-size:4rem;font-weight:500}.home-solutions{background-color:#ddd;padding:5rem 12.5rem;height:-moz-fit-content;height:fit-content}@media screen and (max-width:1024px){.home-solutions{padding:5rem 6rem}}@media screen and (max-width:768px){.home-solutions{padding:3rem 7.5rem}}@media screen and (max-width:425px){.home-solutions{padding:1rem}}@media screen and (max-width:375px){.home-solutions{padding:1rem}}@media screen and (max-width:320px){.home-solutions{padding:1rem}}.home-solutions__heading{display:flex}@media screen and (max-width:768px){.home-solutions__heading{flex-direction:column;align-items:center;justify-content:center;text-align:center}}.home-solutions__heading-left{margin-top:2rem;height:10rem}.home-solutions__heading-left>div{font-weight:700}.home-solutions__heading-left>div:first-child{color:#dd0606;margin-bottom:1rem}.home-solutions__heading-left>div:nth-child(2){font-size:3.4rem}@media screen and (max-width:375px){.home-solutions__heading-left>div:nth-child(2){font-size:3rem;margin-top:1rem}}@media screen and (max-width:320px){.home-solutions__heading-left>div:nth-child(2){font-size:2.6rem}}.home-solutions__divider{margin-left:8rem;margin-right:4rem;width:4px;height:14rem;background-color:#dd0606}@media screen and (max-width:768px){.home-solutions__divider{margin:-2rem auto 0;height:3px;width:60%}}@media screen and (max-width:375px){.home-solutions__divider{margin:-2.5rem auto 0;height:3px;width:60%}}@media screen and (max-width:320px){.home-solutions__divider{margin:-3rem auto 0}}.home-solutions__heading-right{font-size:1.7rem;font-weight:600;line-height:32px;display:flex;align-items:center;justify-content:center;margin-top:-3rem;width:100%}@media screen and (max-width:768px){.home-solutions__heading-right{margin-top:0;line-height:24px}}@media screen and (max-width:375px){.home-solutions__heading-right{margin-top:1rem;font-size:1.5rem;line-height:16px}}@media screen and (max-width:320px){.home-solutions__heading-right{font-size:1.5rem}}.home-solutions__cards{display:flex;justify-content:space-between;margin-top:2rem}@media screen and (max-width:425px){.home-solutions__cards{display:grid;justify-content:center;align-items:start;grid-template-columns:20rem 20rem;grid-row-gap:2rem;row-gap:2rem;grid-column-gap:2rem;column-gap:2rem}}@media screen and (max-width:320px){.home-solutions__cards{grid-template-columns:17rem 17rem;row-gap:1rem;column-gap:1rem}}.home-solutions-card{color:#000;text-decoration:none;width:32rem;cursor:pointer;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out}@media screen and (max-width:1024px){.home-solutions-card{width:28rem}}@media screen and (max-width:768px){.home-solutions-card{width:17rem}}@media screen and (max-width:425px){.home-solutions-card{width:20rem}}@media screen and (max-width:320px){.home-solutions-card{width:17rem}}.home-solutions-card .home-solutions-card__img>img{transition:transform .3s ease-in-out;transform:scale(1)}@media screen and (max-width:768px){.home-solutions-card .home-solutions-card__img>img{width:16rem}}@media screen and (max-width:425px){.home-solutions-card .home-solutions-card__img>img{width:11rem}}.home-solutions-card:hover{background-color:rgba(0,0,0,.1);box-shadow:0 0 20px 20px rgba(0,0,0,.1)}.home-solutions-card:hover .home-solutions-card__img>img{transform:scale(1.1)}.home-solutions-card__img{position:relative;overflow:hidden;flex-shrink:0;height:30rem;width:100%}.home-solutions-card__img>img{position:absolute;object-fit:cover}.home-solutions-card__title{color:#fff;font-size:2.4rem;display:flex;align-items:center;gap:2rem;padding:2rem;background-color:#333}@media screen and (max-width:1024px){.home-solutions-card__title{font-size:2rem}}@media screen and (max-width:768px){.home-solutions-card__title{font-size:1.8rem}}@media screen and (max-width:425px){.home-solutions-card__title{font-size:1.2rem;gap:1rem;padding:1rem}}.home-solutions-card__title>div{display:flex;align-items:center;justify-content:center}.home-solutions-card__title>div:first-child{height:4rem;width:4rem;position:relative;overflow:hidden;flex-shrink:0}.home-solutions-card__title>div:first-child>img{position:absolute;object-fit:cover}.home-solutions-card__desc{font-weight:600;line-height:32px;margin-top:4rem}@media screen and (max-width:768px){.home-solutions-card__desc{font-size:1.4rem;line-height:18px;border:1px solid rgba(51,51,51,.5);border-radius:5px;border-top-left-radius:0;border-top-right-radius:0;margin-top:-.1rem;padding:2rem 1rem 1rem}}@media screen and (max-width:425px){.home-solutions-card__desc{font-size:1.2rem;line-height:16px;padding:1rem;border-radius:0}}.home-carousel{margin:1rem;height:75rem;position:relative;overflow:hidden;flex-shrink:0}.home-carousel>img{position:absolute;object-fit:cover}.residential,.residential-hero{max-width:1280px;margin-inline:auto}.residential__tagline{color:#dd0606;font-size:2.6rem;font-weight:700;margin-top:1rem;margin-inline:12rem;margin-bottom:2rem}@media screen and (max-width:425px){.residential__tagline{font-size:2.4rem;margin-inline:6rem}}@media screen and (max-width:375px){.residential__tagline{font-size:2rem;margin-inline:5rem}}@media screen and (max-width:320px){.residential__tagline{font-size:1.8rem;margin-inline:4.5rem}}.residential__heading{font-size:5.2rem;font-weight:600;margin-inline:12rem}@media screen and (max-width:425px){.residential__heading{font-size:3.2rem;margin-inline:6rem}}@media screen and (max-width:375px){.residential__heading{margin-inline:5rem}}@media screen and (max-width:320px){.residential__heading{margin-inline:4.5rem}}.residential__heading>span:first-child{position:relative}.residential__heading>span:nth-child(2){color:#dd0606}.residential__heading-underscore{position:absolute;left:0;bottom:0;height:6px;width:28rem;background-color:#dd0606}@media screen and (max-width:425px){.residential__heading-underscore{height:3px;width:17rem}}.residential__details{font-weight:500;line-height:32px;margin-top:4rem;margin-inline:12rem}@media screen and (max-width:425px){.residential__details{font-size:1.4rem;line-height:16px;margin-inline:6rem}}@media screen and (max-width:375px){.residential__details{margin-inline:5rem}}@media screen and (max-width:320px){.residential__details{margin-inline:4.5rem}}.residential__group{display:flex;align-items:center;justify-content:center;margin:8rem 12rem;justify-items:center}@media screen and (max-width:1024px){.residential__group{height:-moz-fit-content;height:fit-content}}.residential__group:last-child{margin-bottom:12rem}.residential__single{margin:16rem 12rem}.commercial,.commercial-hero{max-width:1280px;margin-inline:auto}.commercial__tagline{color:#dd0606;font-size:2.6rem;font-weight:700;margin-top:1rem;margin-inline:12rem;margin-bottom:2rem}@media screen and (max-width:425px){.commercial__tagline{font-size:2.4rem;margin-inline:6rem}}.commercial__heading{font-size:5.2rem;font-weight:600;margin-inline:12rem}@media screen and (max-width:425px){.commercial__heading{font-size:3.2rem;margin-inline:6rem}}.commercial__heading>span:first-child{position:relative}.commercial__heading>span:nth-child(2){color:#dd0606}.commercial__heading-underscore{position:absolute;left:0;bottom:0;height:6px;width:30rem;background-color:#dd0606}@media screen and (max-width:425px){.commercial__heading-underscore{height:3px;width:18.5rem}}.commercial__details{font-weight:500;line-height:32px;margin-top:4rem;margin-inline:12rem}@media screen and (max-width:425px){.commercial__details{font-size:1.4rem;line-height:16px;margin-inline:6rem}}.commercial__group{display:flex;align-items:center;justify-content:center;margin:8rem 12rem}.commercial__group:last-child{margin-bottom:12rem}.access-control,.access-control-hero{max-width:1280px;margin-inline:auto}.access-control-metrics{display:flex;align-items:center;justify-content:center;flex-flow:column;gap:2rem}.access-control-metrics__pre-title{font-size:1.8rem;font-weight:600;letter-spacing:4px}.access-control-metrics__title{font-size:3.2rem;font-weight:700}@media screen and (max-width:425px){.access-control-metrics__title{margin-left:2rem;text-align:center}}.access-control-metrics__cards{display:grid;align-items:center;justify-items:center;grid-template-columns:repeat(3,1fr);width:100%;margin-top:8rem}@media screen and (max-width:768px){.access-control-metrics__cards{margin-top:0}}@media screen and (max-width:425px){.access-control-metrics__cards{font-size:4rem;grid-template-columns:none;grid-template-rows:repeat(3,1fr)}}.access-control-metrics-card{display:flex;align-items:center;justify-content:center;flex-flow:column;gap:4rem}.access-control-metrics-card__metric{color:#dd0606;font-size:5rem;font-weight:700;display:flex;align-items:flex-end;justify-content:center;position:relative;width:25rem;aspect-ratio:1;overflow:hidden}@media screen and (max-width:425px){.access-control-metrics-card__metric{font-size:4rem}}.access-control-metrics-card__metric-bar-over{--metric-rotate:45deg;z-index:1;color:#dd0606;font-size:5rem;font-weight:700;position:absolute;top:100%;left:50%;width:20rem;aspect-ratio:1;transform:translate(-50%,-50%) rotate(var(--metric-rotate));border-left:8px solid #dd0606;border-top:8px solid #dd0606;border-color:transparent #dd0606 #dd0606 transparent;border-style:solid;border-width:8px;border-radius:100%;transition:transform .3s ease-in-out}@media screen and (max-width:425px){.access-control-metrics-card__metric-bar-over{width:15rem}}.access-control-metrics-card__metric-bar-under{color:#dd0606;font-size:5rem;font-weight:700;position:absolute;top:100%;left:50%;width:20rem;aspect-ratio:1;transform:translate(-50%,-50%);border:8px solid #d3d3d3;border-radius:100%}@media screen and (max-width:425px){.access-control-metrics-card__metric-bar-under{width:15rem}}.access-control-metrics-card__tagline{font-size:1.6rem;text-align:center;width:90%}.access-control-security{text-align:center;margin:16rem}@media screen and (max-width:768px){.access-control-security{margin:6rem}}.access-control-security__title{font-size:3.2rem;font-weight:700;margin:2rem 0}@media screen and (max-width:425px){.access-control-security__title{font-size:2.6rem}}.access-control-security__details{line-height:32px}@media screen and (max-width:768px){.access-control-security__details{line-height:24px;font-size:1.8rem}}@media screen and (max-width:425px){.access-control-security__details{line-height:16px;font-size:1.4rem}}.access-control-security__details>span{text-decoration:underline}.access-control-info{margin:12rem 0}@media screen and (max-width:768px){.access-control-info{margin:12rem 2rem}}.access-control-info__group{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-items:center;grid-gap:5rem;gap:5rem;margin-top:16rem}@media screen and (max-width:425px){.access-control-info__group{gap:1rem}}@media screen and (max-width:375px){.access-control-info__group{gap:2rem}}@media screen and (max-width:320px){.access-control-info__group{gap:1rem}}.access-control-info__group:last-child img{object-fit:contain}.access-control-info__img{position:relative;overflow:hidden;flex-shrink:0;height:65rem;width:60rem}.access-control-info__img>img{position:absolute;object-fit:cover}@media screen and (max-width:768px){.access-control-info__img{height:40rem;width:35rem}}@media screen and (max-width:425px){.access-control-info__img{height:40rem;width:18rem;margin-top:9rem}}@media screen and (max-width:375px){.access-control-info__img{height:28rem;width:100%}}@media screen and (max-width:320px){.access-control-info__img{height:26rem}}.lvw,.lvw-hero{max-width:1280px;margin-inline:auto}@media screen and (max-width:1024px){.lvw{margin:4rem 1rem 1rem}}.lvw-heading{display:grid;grid-template-columns:1fr 1fr;grid-gap:12.4rem;gap:12.4rem;margin-top:4rem}@media screen and (max-width:425px){.lvw-heading{display:grid;grid-template-columns:none;grid-gap:1rem;gap:1rem}}.lvw-heading>article{display:flex;justify-content:center;flex-flow:column}.lvw-heading>article:nth-child(2){align-items:center;justify-content:space-between;flex-flow:row}@media screen and (max-width:768px){.lvw-heading>article{margin:0 2rem}}@media screen and (max-width:425px){.lvw-heading>article{gap:1rem}}@media screen and (max-width:375px){.lvw-heading>article{margin:.5rem 1rem}}.lvw-heading__title{font-size:2rem;font-weight:500;line-height:32px;margin-bottom:1rem}@media screen and (max-width:768px){.lvw-heading__title{line-height:24px}}.lvw-heading__details{font-size:1.6rem;line-height:32px}@media screen and (max-width:768px){.lvw-heading__details{line-height:24px}}@media screen and (max-width:425px){.lvw-heading__details{font-size:1.5rem;line-height:16px}}.lvw-heading__icon{display:flex;align-items:center;justify-content:center;flex-flow:column}@media screen and (max-width:375px){.lvw-heading__icon{font-size:1.5rem}.lvw-heading__icon>img{height:6rem;width:6rem}}@media screen and (max-width:320px){.lvw-heading__icon{font-size:1.2rem}.lvw-heading__icon>img{height:6rem;width:6rem}}.lvw-heading__icon>div{font-weight:500;text-align:center;margin-top:1rem}@media screen and (max-width:425px){.lvw-heading__icon>div{font-size:1.8rem}}.lvw-about{margin:10rem 0}.lvw-about>article{display:grid;grid-template-columns:1fr 1fr;grid-gap:12.4rem;gap:12.4rem;justify-items:center;align-items:center;height:60rem}@media screen and (max-width:768px){.lvw-about>article{gap:2rem;margin:2rem}}@media screen and (max-width:425px){.lvw-about>article{gap:1rem;height:80rem}.lvw-about>article>div>a{text-align:center;font-size:1.4rem;width:20rem}}@media screen and (max-width:375px){.lvw-about>article{margin:1rem;height:-moz-fit-content;height:fit-content;padding:2rem 0}.lvw-about>article>div>a{font-size:1.4rem;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:320px){.lvw-about>article{margin:.5rem}.lvw-about>article>div>a{font-size:1.2rem}}.lvw-about__img{position:relative;overflow:hidden;flex-shrink:0;height:40rem;width:60rem}.lvw-about__img>img{position:absolute;object-fit:cover}@media screen and (max-width:768px){.lvw-about__img{height:35rem;width:40rem}}@media screen and (max-width:425px){.lvw-about__img{height:40rem;width:20rem}}@media screen and (max-width:375px){.lvw-about__img{height:24rem}}@media screen and (max-width:320px){.lvw-about__img{height:22rem;width:17rem}}.lvw-about__center-info{display:flex;flex-flow:column;gap:4rem;margin:15rem 5rem}.lvw-about__title{font-size:7rem;font-weight:600}@media screen and (max-width:425px){.lvw-about__title{font-size:4rem}}.lvw-about__title-top{color:#dd0606}.lvw-about__details{font-size:2.4rem}@media screen and (max-width:425px){.lvw-about__details{font-size:1.8rem}}@media screen and (max-width:375px){.lvw-about__details{font-size:1.5rem}}@media screen and (max-width:320px){.lvw-about__details{font-size:1.2rem}}.lvw-about__center-img{position:relative;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin:8rem auto;height:60rem;width:80rem}.lvw-about__center-img>img{position:absolute;object-fit:cover}@media screen and (max-width:425px){.lvw-about__center-img{height:60rem;width:52rem}}@media screen and (max-width:375px){.lvw-about__center-img{height:50rem;width:44rem}}@media screen and (max-width:320px){.lvw-about__center-img{height:45rem;width:40rem}}.lvw-info{color:#fff;display:flex;align-items:center;justify-content:center;gap:10rem;height:90rem;background-color:#444}.lvw-info__img{height:60rem;width:70rem;position:relative;overflow:hidden;flex-shrink:0}.lvw-info__img>img{position:absolute;object-fit:cover}.lvw-info__cards{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-auto-flow:column}.lvw-info-card{display:flex;flex-flow:column;gap:1.4rem;height:25rem;width:25rem}.lvw-info-card__img{display:flex;align-items:center;justify-content:center;flex:0 0 auto;height:1rem;width:1rem;padding:2rem;position:relative;overflow:hidden;flex-shrink:0;background-color:#000;border-radius:50%}.lvw-info-card__img>img{position:absolute;object-fit:cover}.lvw-info-card__title{font-size:1.8rem;font-weight:600}.lvw-info-card__details{font-size:1.6rem;line-height:32px}.lvw-lower-top{display:grid;grid-template-columns:1fr 1fr;grid-gap:12.4rem;gap:12.4rem;margin:8rem 3rem}@media screen and (max-width:425px){.lvw-lower-top{margin:8rem 1rem}}@media screen and (max-width:375px){.lvw-lower-top{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}}.lvw-lower-top-left{text-align:center;display:flex;flex-flow:column;align-items:center;justify-content:center;gap:1.2rem}.lvw-lower-top-left__title{font-size:3rem;font-weight:700}@media screen and (max-width:375px){.lvw-lower-top-left__title{font-size:2.5rem}}@media screen and (max-width:320px){.lvw-lower-top-left__title{font-size:2rem}}.lvw-lower-top-left__title>span{color:#dd0606}.lvw-lower-top-left__sub-title{color:gray;font-size:2.6rem;font-weight:600}@media screen and (max-width:375px){.lvw-lower-top-left__sub-title{font-size:2rem}}@media screen and (max-width:320px){.lvw-lower-top-left__sub-title{font-size:1.8rem}}.lvw-lower-top-left__details{font-size:1.6rem;line-height:32px}@media screen and (max-width:425px){.lvw-lower-top-left__details{font-size:1.5rem;line-height:16px}}.lvw-lower-top-left__img-row{display:flex;align-items:center;justify-content:space-between;flex-flow:row}@media screen and (max-width:375px){.lvw-lower-top-left__img-row{justify-content:center}}.lvw-lower-top-left__img{position:relative;overflow:hidden;flex-shrink:0;height:16rem;width:20rem}.lvw-lower-top-left__img>img{position:absolute;object-fit:cover}@media screen and (max-width:425px){.lvw-lower-top-left__img{height:14rem;width:17rem}}@media screen and (max-width:375px){.lvw-lower-top-left__img{height:12rem;width:14rem}}@media screen and (max-width:320px){.lvw-lower-top-left__img{height:11rem;width:12rem}}.lvw-lower-top-right{width:100%}.lvw-lower-top-right__img{position:relative;overflow:hidden;flex-shrink:0;height:45rem}.lvw-lower-top-right__img>img{position:absolute;object-fit:cover}@media screen and (max-width:375px){.lvw-lower-top-right__img{margin:0 auto;height:35rem;width:42rem}}@media screen and (max-width:320px){.lvw-lower-top-right__img{margin:0 auto;height:30rem;width:38rem}}.burglar-alarms,.burglar-alarms-hero{max-width:1280px;margin-inline:auto}.burglar-alarms-heading{display:flex;flex-flow:column;gap:2rem;width:110rem;margin:8rem auto}@media screen and (max-width:768px){.burglar-alarms-heading{text-align:center;width:100%;margin:8rem 0}}@media screen and (max-width:375px){.burglar-alarms-heading{margin:8rem auto;width:44rem}}@media screen and (max-width:320px){.burglar-alarms-heading{width:40rem}}.burglar-alarms-heading__title{font-size:3.6rem;font-weight:500}@media screen and (max-width:425px){.burglar-alarms-heading__title{font-size:3rem}}@media screen and (max-width:375px){.burglar-alarms-heading__title{font-size:2.6rem}}@media screen and (max-width:320px){.burglar-alarms-heading__title{font-size:2.2rem}}.burglar-alarms-heading__details{line-height:32px}@media screen and (max-width:768px){.burglar-alarms-heading__details{line-height:24px;margin:0 2rem}}@media screen and (max-width:425px){.burglar-alarms-heading__details{font-size:1.5rem;line-height:16px}}@media screen and (max-width:375px){.burglar-alarms-heading__details{font-size:1.2rem}}.burglar-alarms-numbers{display:flex;align-items:center;justify-content:center;flex-flow:column;gap:2rem;margin:8rem auto}.burglar-alarms-numbers__pre-title{font-weight:600}.burglar-alarms-numbers__title{font-size:4rem;font-weight:700}@media screen and (max-width:425px){.burglar-alarms-numbers__title{font-size:2.8rem}}@media screen and (max-width:375px){.burglar-alarms-numbers__title{font-size:2.4rem}}@media screen and (max-width:320px){.burglar-alarms-numbers__title{font-size:2.2rem}}.burglar-alarms-numbers__cards{display:grid;grid-template-columns:repeat(3,1fr);width:100%;margin-top:4rem}@media screen and (max-width:768px){.burglar-alarms-numbers__cards{display:flex;align-items:baseline;justify-content:center}}.burglar-alarms-numbers__card{display:flex;align-items:center;justify-content:center;flex-flow:column;gap:2rem}@media screen and (max-width:768px){.burglar-alarms-numbers__card{width:30rem;gap:1rem}}@media screen and (max-width:425px){.burglar-alarms-numbers__card{width:20rem}}@media screen and (max-width:375px){.burglar-alarms-numbers__card{width:18rem}}@media screen and (max-width:320px){.burglar-alarms-numbers__card{width:17rem}}.burglar-alarms-numbers__card-number{color:#fff;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:10rem;width:25rem;background-color:#dd0606;border-radius:15px}@media screen and (max-width:768px){.burglar-alarms-numbers__card-number{font-size:3rem;height:10rem;width:20rem}}@media screen and (max-width:425px){.burglar-alarms-numbers__card-number{font-size:2rem;height:7rem;width:14rem}}@media screen and (max-width:375px){.burglar-alarms-numbers__card-number{font-size:1.8rem;height:5rem;width:12rem}}@media screen and (max-width:320px){.burglar-alarms-numbers__card-number{font-size:1.6rem;height:4.5rem;width:11rem}}.burglar-alarms-numbers__card-fact{text-align:center;width:45rem}@media screen and (max-width:768px){.burglar-alarms-numbers__card-fact{width:28rem}}@media screen and (max-width:425px){.burglar-alarms-numbers__card-fact{font-size:1.6rem;width:14rem}}@media screen and (max-width:375px){.burglar-alarms-numbers__card-fact{font-size:1.5rem;width:12rem}}@media screen and (max-width:320px){.burglar-alarms-numbers__card-fact{font-size:1.3rem;width:11rem}}.burglar-alarms-info{display:flex;align-items:center;justify-content:center;flex-flow:column;gap:8rem;margin:12rem 0}@media screen and (max-width:425px){.burglar-alarms-info{margin:12rem 2rem}}@media screen and (max-width:375px){.burglar-alarms-info{margin:12rem 0}}.burglar-alarms-info__group{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;grid-gap:5rem;gap:5rem}@media screen and (max-width:768px){.burglar-alarms-info__group{display:flex;align-items:center;justify-content:center;gap:2rem;margin:0 4rem}}@media screen and (max-width:425px){.burglar-alarms-info__group{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-items:center;grid-gap:1rem;gap:1rem}}@media screen and (max-width:425px)and (max-width:375px){.burglar-alarms-info__group{margin:0 2rem}}@media screen and (max-width:425px)and (max-width:320px){.burglar-alarms-info__group{margin:0 2rem}}@media screen and (max-width:425px){.burglar-alarms-info__group>div>img{height:40rem!important;width:18rem!important}}@media screen and (max-width:425px)and (max-width:375px){.burglar-alarms-info__group>div>img{height:24rem!important;width:22rem!important}}@media screen and (max-width:425px)and (max-width:320px){.burglar-alarms-info__group>div>img{height:22rem!important;width:20rem!important}}.burglar-alarms-lower{margin-top:16rem}.burglar-alarms-lower-mid{display:flex;align-items:center;justify-content:center;flex-flow:column}@media screen and (max-width:768px){.burglar-alarms-lower-mid{flex-direction:column;align-items:flex-start}}.burglar-alarms-lower-mid__pre-title{font-size:1.6rem;font-weight:700;margin-bottom:3rem}.burglar-alarms-lower-mid__title{font-size:3.2rem;font-weight:700}.burglar-alarms-lower-mid__link{color:#fff;font-size:1.8rem;font-weight:700;text-decoration:none;padding:1rem 3rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#dd0606;border:1px solid #dd0606;border-radius:50px;transition:color .3s ease-in-out,background-color .3s ease-in-out}.burglar-alarms-lower-mid__link:hover{color:#dd0606;background-color:#fff}.burglar-alarms-lower-mid>div:first-child{display:flex;align-items:center;width:100%;margin:8rem 0}.video-surveillence,.video-surveillence-hero{max-width:1280px;margin-inline:auto}.video-surveillence-about{margin:12rem 0}@media screen and (max-width:768px){.video-surveillence-about{margin:12rem 2rem}}.video-surveillence-about__group{display:grid;justify-items:center;align-items:center;grid-template-columns:repeat(2,1fr);grid-gap:5rem;gap:5rem}@media screen and (max-width:768px){.video-surveillence-about__group{gap:2rem}}@media screen and (max-width:425px){.video-surveillence-about__group{gap:1rem}.video-surveillence-about__group>div{width:24rem!important}.video-surveillence-about__group>div img{height:40rem!important}}@media screen and (max-width:375px){.video-surveillence-about__group>div{width:20rem!important}.video-surveillence-about__group>div img{width:100%!important;height:30rem!important}}@media screen and (max-width:375px)and (max-width:320px){.video-surveillence-about__group>div{width:18rem!important}.video-surveillence-about__group>div img{height:28rem!important}}.video-surveillence-info{max-width:1280px;margin-inline:auto}@media screen and (max-width:1024px){.video-surveillence-info{margin:1rem}}.video-surveillence-info>article{margin:8rem 0}@media screen and (max-width:768px){.video-surveillence-info>article>div:first-of-type+div{margin-left:3rem}}.video-surveillence-info__pre-title>span{color:#dd0606}@media screen and (max-width:768px){.video-surveillence-info__pre-title{margin-left:3rem}}.video-surveillence-info__title{font-size:3.6rem;font-weight:500}.video-surveillence-info__title>span{color:#dd0606}.video-surveillence-info__title--sm{font-size:3.2rem}@media screen and (max-width:768px){.video-surveillence-info__title{margin-left:3rem}}.video-surveillence-info__img{position:relative;overflow:hidden;flex-shrink:0;height:65rem;width:100%;margin-top:8rem}.video-surveillence-info__img>img{position:absolute;object-fit:cover}@media screen and (max-width:375px){.video-surveillence-info__img{height:45rem}}@media screen and (max-width:320px){.video-surveillence-info__img{height:40rem}}.video-surveillence-info-top__body{display:grid;grid-template-columns:2fr 1fr;justify-items:center;align-items:center;grid-gap:8rem;gap:8rem;margin-top:4rem}@media screen and (max-width:768px){.video-surveillence-info-top__body{margin:4rem 3rem 0}}@media screen and (max-width:425px){.video-surveillence-info-top__body{font-size:1.5rem;font-weight:500;margin:4rem 1rem 0;gap:2rem}.video-surveillence-info-top__left{font-size:1.5rem;font-weight:500}}.video-surveillence-info-top__right{position:relative;overflow:hidden;flex-shrink:0;height:100%;width:100%}.video-surveillence-info-top__right>img{position:absolute;object-fit:cover}.industries{max-width:1280px;margin-inline:auto}.industries-hero{position:relative}.industries-hero__img{height:40rem;position:relative;overflow:hidden;flex-shrink:0}.industries-hero__img>img{position:absolute;object-fit:cover}.industries-hero__cta{color:#fff;position:absolute;top:0;left:0;display:flex;justify-content:center;flex-flow:column;gap:2rem;background-color:rgba(0,0,0,.5);height:100%;width:100%}.industries-hero__cta>a,.industries-hero__cta>div{margin-left:25rem}.industries-hero__cta>div{font-size:5rem;font-weight:600}.industries-hero__cta>a{color:#dd0606;font-size:2.5rem;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;height:6rem;width:30rem;background-color:#fff;border-radius:5px}.industries-hero__cta>a>span{font-weight:900;margin-top:-.6rem}.industries-about{margin-top:2rem}.industries-about>article{font-weight:500;text-align:center;line-height:32px;margin:2rem 10rem;padding-bottom:2rem;border-bottom:2px solid #dd0606}@media screen and (max-width:425px){.industries-about>article{font-size:1.4rem;line-height:16px;margin-inline:6rem}}.industries-info{flex-flow:column;margin:2rem 0}.industries-info,.industries-info-selections{display:flex;align-items:center;justify-content:center}.industries-info-selections{gap:.4rem}@media screen and (max-width:320px){.industries-info-selections{gap:.2rem}}.industries-info-selection{color:#dd0606;font-weight:600;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;height:7rem;width:15rem;border:2px solid transparent;border-radius:40px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:15px 15px 25px 2px transparent;transition:border .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out}@media screen and (max-width:425px){.industries-info-selection{font-size:1.4rem;width:8rem}}@media screen and (max-width:375px){.industries-info-selection{font-size:1.1rem;height:6rem;width:6.8rem}}@media screen and (max-width:320px){.industries-info-selection{font-size:1rem;height:5rem;width:5.9rem}}.industries-info-selection--active{color:#000;border:2px solid #d3d3d3;border-radius:40px;box-shadow:15px 15px 25px 2px rgba(0,0,0,.3)}.industries-info-selection__divider{z-index:3;position:absolute;bottom:-2px;height:4px;width:9rem;background-color:transparent;transition:background-color .3s ease-in-out}@media screen and (max-width:425px){.industries-info-selection__divider{width:3.5rem}}@media screen and (max-width:375px){.industries-info-selection__divider{width:1.7rem}}.industries-info-selection__divider--active{background-color:#fff}.industries-info-display{z-index:2;display:flex;align-items:center;justify-content:space-between;flex-flow:column;margin-top:-2px;padding-top:2rem;padding-bottom:8rem;padding-inline:8rem;height:-moz-fit-content;height:fit-content;width:120rem;background-color:#fff;border:2px solid #d3d3d3}@media screen and (max-width:1024px){.industries-info-display{width:100rem}}@media screen and (max-width:768px){.industries-info-display{width:80%}}@media screen and (max-width:425px){.industries-info-display{width:60%}}@media screen and (max-width:375px){.industries-info-display{padding-inline:6rem}}@media screen and (max-width:320px){.industries-info-display{padding-inline:7rem}}.industries-info-display__main{display:flex;align-items:center;flex-flow:column}@media screen and (max-width:375px){.industries-info-display__main{font-size:1.6rem}}@media screen and (max-width:320px){.industries-info-display__main{font-size:1.4rem}}.industries-info-display__title{color:#dd0606;font-size:2.4rem;font-weight:500;margin:1rem 0}@media screen and (max-width:375px){.industries-info-display__title{font-size:2.2rem}}@media screen and (max-width:320px){.industries-info-display__title{font-size:2rem}}.industries-info-display__img{margin-bottom:2rem}.industries-info-display>menu{margin-top:1rem}.industries-info-display>menu>li:not(:last-child){margin-bottom:1rem}.industries-inf-ticker{width:100%;overflow:hidden;margin-top:4rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translateX(.2rem)}.industries-inf-ticker__cont{display:flex;align-items:center;gap:4rem;--ticker-transform:0rem;--ticker-timer:0s;animation:ticker-kf var(--ticker-timer) linear infinite}@keyframes ticker-kf{0%{transform:translateX(0)}to{transform:translateX(var(--ticker-transform))}}.industries-inf-ticker__item{position:relative;overflow:hidden;flex-shrink:0;height:20rem;width:20rem}.industries-inf-ticker__item>img{position:absolute;object-fit:cover;object-fit:contain}.about,.about-hero{max-width:1280px;margin-inline:auto}.about{display:flex;justify-content:center;flex-flow:column}@media screen and (max-width:375px){.about>div>div>div>img{margin-top:3rem!important;height:auto!important}}@media screen and (max-width:320px){.about>div>div>div{font-size:1.2rem;margin-left:2rem}}.about__title{font-size:5.6rem;font-weight:600;margin-top:4rem;margin-left:10rem;margin-bottom:2rem}@media screen and (max-width:425px){.about__title{font-size:3.4rem}}@media screen and (max-width:320px){.about__title{font-size:3rem;margin:4rem 2rem 2rem}}.about__title>span:nth-child(2){color:#dd0606}.about__logo{display:flex;justify-content:center;margin-bottom:4rem}@media screen and (max-width:320px){.about__logo{margin-bottom:2rem}}.contact,.contact-hero{max-width:1280px;margin-inline:auto}.contact{display:flex;align-items:center;justify-content:center;flex-flow:column}@media screen and (max-width:1024px){.contact{margin-left:1rem;margin-right:1rem}}.contact__title{font-size:3.6rem;font-weight:600;margin-top:2rem;margin-bottom:4rem}@media screen and (max-width:375px){.contact__title{font-size:3.2rem}}@media screen and (max-width:320px){.contact__title{font-size:3rem}}.contact__msg{margin-bottom:4rem}@media screen and (max-width:768px){.contact__msg{margin:0 2rem 4rem}}@media screen and (max-width:375px){.contact__msg{font-size:1.7rem}}@media screen and (max-width:320px){.contact__msg{font-size:1.5rem}}.contact-methods{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10rem;gap:10rem}@media screen and (max-width:425px){.contact-methods{gap:2rem}}@media screen and (max-width:375px){.contact-methods{gap:1.5rem;margin:0 1rem}}@media screen and (max-width:320px){.contact-methods{gap:1rem}}.contact-method{font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-flow:column;margin-bottom:8rem}.contact-method__img{margin-bottom:2rem}@media screen and (max-width:375px){.contact-method__img>img{height:4rem;width:4rem}}@media screen and (max-width:320px){.contact-method__img>img{height:3rem;width:3rem}}.contact-method__details{color:#000;text-decoration:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-flow:column;transition:color .3s ease-in-out}@media screen and (max-width:768px){.contact-method__details{align-items:flex-start}}@media screen and (max-width:425px){.contact-method__details{font-size:1.5rem}}@media screen and (max-width:375px){.contact-method__details{font-size:1.4rem}}@media screen and (max-width:320px){.contact-method__details{font-size:1.2rem}}.contact-method__details:hover{color:#a9a9a9}.contact-form{display:flex;align-items:center;justify-content:center;flex-flow:column;gap:2rem}.contact-form__title{font-size:4rem;font-weight:700;margin-bottom:1rem}@media screen and (max-width:375px){.contact-form__title{font-size:3.4rem}}@media screen and (max-width:320px){.contact-form__title{font-size:3rem}}.contact-form__group{display:flex;flex-flow:column;gap:1rem}.contact-form__group>input,.contact-form__group>textarea{font-size:1.8rem;width:65rem;padding:1rem;border:1px solid #d3d3d3;border-radius:none}@media screen and (max-width:425px){.contact-form__group>input,.contact-form__group>textarea{width:45rem}}@media screen and (max-width:375px){.contact-form__group>input,.contact-form__group>textarea{font-size:1.6rem;width:34rem}}@media screen and (max-width:320px){.contact-form__group>input,.contact-form__group>textarea{font-size:1.4rem;width:30rem}}.contact-form__group>input::placeholder,.contact-form__group>textarea::placeholder{color:gray;font-size:1.6rem}@media screen and (max-width:375px){.contact-form__group>input::placeholder,.contact-form__group>textarea::placeholder{font-size:1.4rem}}@media screen and (max-width:320px){.contact-form__group>input::placeholder,.contact-form__group>textarea::placeholder{font-size:1.2rem}}.contact-form__group>textarea{resize:none;height:12rem}.contact-form__error{color:#dd0606;font-size:1.6rem;font-weight:600}.contact-form__btn{color:#fff;font-size:2rem;font-weight:300;height:4rem;width:25rem;background-color:#dd0606;border:1px solid #dd0606;margin-bottom:4rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out}@media screen and (max-width:375px){.contact-form__btn{font-size:1.8rem;height:4rem;width:20rem}}@media screen and (max-width:320px){.contact-form__btn{font-size:1.6rem;height:3.5rem;width:18rem}}.contact-form__btn:hover{color:#dd0606;background-color:#fff}.contact-form__btn--disabled,.contact-form__btn--disabled:hover{color:#fff;background-color:#a5a4a4;border:1px solid #a5a4a4}.estimate,.estimate-hero{max-width:1280px;margin-inline:auto}.estimate{display:flex;align-items:center;justify-content:center;flex-flow:column}.estimate__title{font-size:3.6rem;font-weight:600;margin-top:2rem}.estimate__msg,.estimate__title{margin-bottom:4rem}.estimate-methods{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10rem;gap:10rem}.estimate-method{font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-flow:column;margin-bottom:8rem}.estimate-method__img{margin-bottom:2rem}.estimate-form{display:flex;align-items:center;justify-content:center;flex-flow:column;gap:2rem}.estimate-form__title{font-size:4rem;font-weight:700;margin-bottom:1rem}.estimate-form__group{display:flex;flex-flow:column;gap:1rem}.estimate-form__group>input,.estimate-form__group>textarea{font-size:1.8rem;width:65rem;padding:1rem;border:1px solid #d3d3d3;border-radius:none}.estimate-form__group>input::placeholder,.estimate-form__group>textarea::placeholder{color:gray;font-size:1.6rem}.estimate-form__group>textarea{resize:none;height:12rem}.estimate-form__error{color:#dd0606;font-size:1.6rem;font-weight:600}.estimate-form__btn{color:#fff;font-size:2rem;font-weight:300;height:4rem;width:25rem;background-color:#dd0606;border:1px solid #dd0606;margin-bottom:4rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out}.estimate-form__btn:hover{color:#dd0606;background-color:#fff}.estimate-form__btn--disabled,.estimate-form__btn--disabled:hover{color:#fff;background-color:#a5a4a4;border:1px solid #a5a4a4}