@import"https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";@keyframes dot{50%{transform:translateX(96px)}}@keyframes dots{50%{transform:translateX(-31px)}}@keyframes navLinkFade{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{overflow-x:hidden}body{box-sizing:border-box;background-color:#fff;overflow:hidden}.commercial.two .commercial__flex{flex-direction:row-reverse}@media only screen and (max-width: 64em){.commercial__flex,.commercial.two .commercial__flex{flex-direction:column-reverse;align-items:stretch}br{display:none !important}}@font-face{font-family:"Nebulas-Medium";src:url("https://pwrco.ca/wp-content/themes/pwrco/css/fonts/nebulas/nebulas-medium.woff2") format("woff2"),url("https://pwrco.ca/wp-content/themes/pwrco/css/fonts/nebulas/nebulas-medium.woff") format("woff"),url("https://pwrco.ca/wp-content/themes/pwrco/css/fonts/nebulas/nebulas-medium.otf") format("opentype");font-weight:500;font-style:normal;font-display:swap}html{font-size:62.5%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"Archivo",sans-serif;font-optical-sizing:auto;font-style:normal;color:#fff}body::-webkit-scrollbar{width:.5rem}body::-webkit-scrollbar-thumb{background-color:#ff7a00}body::-webkit-scrollbar-thumb:window-inactive{background-color:#e3e3e3}a,a:link,a:visited{text-decoration:none}::-moz-selection{background-color:#ff7a00;color:#fff}::selection{background-color:#ff7a00;color:#fff}.heading-primary{font-family:"Nebulas-Medium",sans-serif;font-size:7rem;line-height:7rem;font-weight:500;color:#fff}@media only screen and (max-width: 64em){.heading-primary{font-size:4.2rem;line-height:4.2rem}}.heading-secondary{font-family:"Nebulas-Medium",sans-serif;font-size:5.4rem;line-height:6rem;font-weight:500;line-height:5.83rem;color:#151515}@media only screen and (max-width: 64em){.heading-secondary{font-size:3.2rem;line-height:3.5rem}}.heading-tertiary{font-size:1.6rem;font-weight:600;text-transform:uppercase;color:#ff670a}@media only screen and (max-width: 64em){.heading-tertiary{font-size:1.4rem}}.paragraph{font-size:2.4rem;line-height:140%;font-weight:300;color:#dcdcdc}@media only screen and (max-width: 64em){.paragraph{font-size:1.6rem}}.container{max-width:136rem;margin:0 auto;padding:0 4rem;width:100%}@media only screen and (max-width: 48em){.container{padding:0 2rem}}.container.no-gutters{padding:0}.container-fluid{margin:0 auto;padding:0 2rem;width:100%}.container-fluid.no-gutters{padding:0}.btn{display:inline-block;border:0;outline:none;cursor:pointer;transition:background-color .2s linear,color .2s linear,border-color .2s linear !important;font-size:1.6rem;font-weight:600;line-height:1;text-transform:uppercase;color:#fff;padding:1.65rem 2.4rem}.btn-primary{background-color:#ff4d00;max-width:-moz-max-content;max-width:max-content;display:flex;align-items:center;gap:1rem}.btn-primary svg path{fill:#fff;transition:fill .2s linear}.btn-primary:hover{background-color:#fff;color:#ff4d00}.btn-primary:hover svg path{fill:#ff4d00}.btn-secondary{background-color:transparent;border:.1rem solid #fff}.btn-secondary:hover{background-color:#fff;color:#ff4d00}.btn-tertiary{max-width:-moz-max-content;max-width:max-content;background-color:transparent;color:#ff4d00;border:.1rem solid #ff4d00;display:flex;align-items:center;gap:1rem}.btn-tertiary svg path{fill:#ff4d00;transition:fill .2s linear}.btn-tertiary:hover{background-color:#ff4d00;color:#fff}.btn-tertiary:hover svg path{fill:#fff}.btn-quaternary{max-width:-moz-max-content;max-width:max-content;display:flex;align-items:center;gap:1rem;padding:0;color:#151515;font-size:1.6rem;line-height:1}.btn-quaternary svg path{fill:#151515;transition:fill .2s linear}.btn-quaternary:hover{color:#ff4d00}.btn-quaternary:hover svg path{fill:#ff4d00}.loader{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99;background-color:#fff;pointer-events:unset;opacity:1;transition:opacity .2s linear}.loader.off{pointer-events:none;opacity:0}.loader__wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:14rem;height:4rem;background:#fff;filter:contrast(20)}.loader__dot{position:absolute;width:1.6rem;height:1.6rem;top:1.2rem;left:1.5rem;filter:blur(0.4px);background:#231f20;border-radius:50%;transform:translateX(0);animation:dot 2.8s infinite}.loader__dots{transform:translateX(0);margin-top:1.2rem;margin-left:3.1rem;animation:dots 2.8s infinite}.loader__dots span{display:block;float:left;width:1.6rem;height:1.6rem;margin-left:1.6rem;filter:blur(4px);background:#231f20;border-radius:50%}.nav{position:fixed;top:0;right:0;left:0;z-index:2;border-bottom:.1rem solid rgba(255, 255, 255, 0.15)}.nav.small::before{opacity:1}.nav.small .nav__wrap{padding:1rem 0}@media only screen and (max-width: 64em){.nav.small .nav__wrap{padding:3rem 0}}.nav.active .nav__wrap{padding:1rem 0}@media only screen and (max-width: 64em){.nav.active .nav__wrap{padding:3rem 1.6rem}}@media only screen and (max-width: 64em){.nav.active .nav__logo img{transform:translateY(-100%)}}.nav::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));transition:opacity .3s ease-in-out;opacity:0;z-index:-1}.nav__top{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1.8rem 0}@media only screen and (max-width: 36em){.nav__top{display:none}}.nav__top::after{position:absolute;bottom:0;content:"";display:block;width:500%;height:.1rem;background-color:rgba(255, 255, 255, 0.15);margin:0 auto 0 -100%}.nav__top__item{display:flex;align-items:center;gap:2.6rem}.nav__top__item a{transition:color .2s linear}.nav__top__item a svg path{transition:fill .2s linear}.nav__top__item a:hover{color:#ff4d00}.nav__top__item a:hover svg path{fill:#ff4d00}.nav__top__item a,.nav__top__item p{display:flex;align-items:center;gap:1rem;font-size:1.4rem;color:#fff;font-weight:500}.nav__wrap{display:flex;justify-content:space-between;align-items:center;padding:3rem 0;transition:padding .4s ease-in}@media only screen and (max-width: 64em){.nav__wrap{padding:3rem 0}}.nav__logo{display:block;z-index:1}@media only screen and (max-width: 64em){.nav__logo{height:4.2rem;overflow:hidden}}.nav__logo img{display:block;max-width:13.3rem;width:100%}.nav__logo img.resp{display:none}@media only screen and (max-width: 64em){.nav__logo img.resp{display:block}}@media only screen and (max-width: 64em){.nav__logo img{transition:transform .4s linear;transform:translateY(0%)}}.nav__list{display:flex;align-items:center;gap:2.5rem;list-style:none}@media only screen and (max-width: 64em){.nav__list{position:absolute;top:0;right:0;bottom:0;left:0;margin:2rem;padding:1.6rem;height:calc(100vh - 4rem);background-color:#fff;justify-content:center;align-items:stretch;flex-direction:column;transform:translateX(120%);transition:transform .4s ease-in}}.nav__list.active{transform:translateX(0)}.nav__item.active .nav__link{color:#ff4d00}.nav__item.active .nav__link.btn-primary{color:#fff}.nav__item.active .nav__link.btn-primary:hover{color:#ff4d00}@media only screen and (max-width: 64em){.nav__item{opacity:0}}.nav__link{text-decoration:none;font-size:1.4rem;font-weight:600;text-transform:uppercase;color:#efefef;transition:color .2s linear}.nav__link:hover{color:#ff4d00}.nav__link.btn-primary{color:#fff}.nav__link.btn-primary:hover{color:#ff4d00}@media only screen and (max-width: 64em){.nav__link{font-family:"Nebulas-Medium",sans-serif;font-size:2.8rem;font-weight:500;text-transform:capitalize;color:#151515}.nav__link.btn-primary{font-family:"Archivo",sans-serif;font-size:1.4rem;text-transform:uppercase;color:#fff;justify-content:center}.nav__link.btn-primary:hover{color:#ff4d00}}.nav__burger{display:none;cursor:pointer}@media only screen and (max-width: 64em){.nav__burger{display:block}}.nav__burger--line{width:2.5rem;height:.3rem;background-color:#fff;margin:.5rem;transition:all .3s ease}.nav__burger.toggle .nav__burger--line{background-color:#0a0a0d}.nav__burger.toggle .nav__burger--line-1{transform:rotate(-45deg) translate(-0.5rem, 0.6rem)}.nav__burger.toggle .nav__burger--line-2{opacity:0}.nav__burger.toggle .nav__burger--line-3{transform:rotate(45deg) translate(-0.5rem, -0.6rem)}.header{height:100vh;background-image:url("../img/header-background.png");background-size:cover !important;display:flex;align-items:center;position:relative}@media only screen and (max-width: 80.25em){.header{height:auto;padding:18rem 0}}@media only screen and (max-width: 64em){.header{padding:29rem 0 20rem;background-position:center right -21rem}}@media only screen and (max-width: 36em){.header{background-image:url("../img/header-background-resp.jpg");background-position:initial}}.header.installation{background-image:url("../img/installation-background.jpg")}@media only screen and (max-width: 64em){.header.installation{background-position:center center}}@media only screen and (max-width: 36em){.header.installation{background-image:url("../img/installation-background-resp.png")}}.header.solar{background-image:url("../img/solar-background.jpg")}@media only screen and (max-width: 36em){.header.solar{background-image:url("../img/solar-background-resp.jpg")}}.header.electrical{background-image:url("../img/electrical-background.jpg")}@media only screen and (max-width: 36em){.header.electrical{background-image:url("../img/electrical-background-resp.jpg")}}.header.header-about{background-image:url("../img/about-background.jpg")}@media only screen and (max-width: 36em){.header.header-about{background-image:url("../img/about-background-resp.jpg")}}.header.small{height:auto;padding:25.8rem 0 18rem;text-align:center}.header.small .header__wrap{max-width:98.3rem;width:100%;margin:0 auto}.header.small .header__wrap .heading-tertiary{margin:0 0 .8rem}.header.small .header__wrap .heading-secondary{color:#fff;margin:0 0 1.6rem}.header.small .header__wrap .paragraph{font-size:1.8rem;max-width:82.7rem;width:100%;margin:0 auto}@media only screen and (max-width: 64em){.header.small .header__wrap .paragraph{font-size:1.6rem}}.header::after{content:"";display:block;width:100%;height:10.7rem;transform:translateY(5.9rem);background-image:url("../img/header-line.png");background-position:center center;background-size:cover;position:absolute;bottom:0}@media only screen and (max-width: 36em){.header::after{background-image:url("../img/header-line-resp.png");transform:translateY(6rem)}}.header__wrap{max-width:75rem;width:100%}.header__wrap .heading-primary{margin:0 0 1.6rem}.header__wrap .paragraph{margin:0 0 4rem}.header__flex{display:flex;gap:1.6rem}@media only screen and (max-width: 64em){.header__flex{flex-direction:column}.header__flex .btn{width:100%;max-width:unset;justify-content:center;text-align:center}}@media only screen and (max-width: 64em)and (max-width: 28.12em){.header__flex .btn{padding:1.65rem 1rem}}.footer__top{padding:8.8rem 0 8.3rem;background-color:#000}@media only screen and (max-width: 64em){.footer__top{padding:8rem 0 6rem}}.footer__wrap{display:flex;align-items:flex-start;justify-content:space-between;gap:3.2rem}@media only screen and (max-width: 64em){.footer__wrap{flex-direction:column;align-items:stretch;gap:4.5rem}}.footer__item{width:100%}.footer__item:first-child{max-width:32.2rem}.footer__item:last-child{max-width:76.1rem}.footer__item img{display:block;max-width:13.3rem;width:100%;margin:0 0 1.6rem}.footer__item p{font-size:1.6rem;color:#989898;margin:0 0 3.6rem}.footer__info{display:flex;align-items:flex-start;justify-content:space-between;gap:4rem;padding:0 0 4rem;border-bottom:.1rem solid rgba(255, 255, 255, 0.25)}@media only screen and (max-width: 64em){.footer__info{flex-direction:column;align-items:stretch;gap:2.4rem;padding:0 0 6.2rem}}.footer__info__item h6{font-size:1.6rem;font-weight:400;color:#fff;margin-bottom:.8rem}.footer__info__item h5{font-size:1.6rem;font-weight:400;color:#989898}.footer__links{display:flex;align-items:flex-start;gap:3.2rem;padding-top:4rem}@media only screen and (max-width: 64em){.footer__links{flex-wrap:wrap;align-items:stretch}}.footer__links__item{width:33%}@media only screen and (max-width: 64em){.footer__links__item{width:45%}}.footer__links__item:last-child{display:none}.footer__links__item h6{font-size:1.8rem;font-weight:500;color:#fff;margin-bottom:1.6rem}.footer__links__item ul{list-style:none;display:flex;flex-direction:column;gap:1.2rem}.footer__links__item ul li a{transition:color .2s linear}.footer__links__item ul li a.nav__link{font-family:"Archivo",sans-serif;color:#989898;font-size:1.6rem;font-weight:400;line-height:2.24rem;text-transform:capitalize}.footer__links__item ul li a:hover{color:#fff}.footer__bottom{padding:2.4rem 0;background-color:#292929}.footer__bottom__wrap{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 36em){.footer__bottom__wrap{flex-direction:column;gap:2.4rem}}.footer__bottom__item{font-size:1.6rem;line-height:1;color:#989898;display:flex;gap:4rem}.footer__bottom__item a{transition:color .2s linear;color:#989898}.footer__bottom__item a:hover{color:#fff}.about{padding:15.7rem 0 6.4rem}.about__flex{display:flex;align-items:center;justify-content:center;gap:4.8rem;padding:0 0 7.2rem;border-bottom:.1rem solid #dcdcdc}@media only screen and (max-width: 64em){.about__flex{flex-direction:column;align-items:stretch}}.about__item{width:100%}.about__item:first-child{max-width:59.5rem}@media only screen and (max-width: 64em){.about__item:first-child{max-width:unset}}.about__item:last-child{max-width:63.6rem}@media only screen and (max-width: 64em){.about__item:last-child{max-width:unset}}.about__item img{display:block;width:100%}.about__item .heading-tertiary{margin:0 0 1.6rem}.about__item .heading-secondary{margin:0 0 2.4rem}.about__item .paragraph{font-size:1.8rem;color:#656565;margin:0 0 3.2rem}@media only screen and (max-width: 64em){.about__item .paragraph{font-size:1.6rem}}.about__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2.4rem;padding:7.2rem 0 0}@media only screen and (max-width: 64em){.about__grid{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 48em){.about__grid{grid-template-columns:repeat(1, 1fr)}}.about__grid__item h4{font-family:"Nebulas-Medium",sans-serif;color:#ff4d00;font-size:2.4rem;font-weight:500;text-transform:uppercase;margin:0 0 1rem}.about__grid__item p{color:#656565;font-size:1.6rem;line-height:140%}.services{padding:6.4rem 0 6.4rem}.services__wrap .heading-tertiary{margin:0 0 1.6rem}@media only screen and (max-width: 64em){.services__wrap .heading-tertiary{text-align:center}}.services__wrap .heading-secondary{max-width:84rem;width:100%;margin:0 0 5.4rem}@media only screen and (max-width: 64em){.services__wrap .heading-secondary{text-align:center}}.services__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:4.4rem}@media only screen and (max-width: 80.25em){.services__grid{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 64em){.services__grid{grid-template-columns:repeat(1, 1fr);gap:3.3rem;justify-items:center}}.services__item{display:flex;flex-direction:column;border:.1rem solid #dcdcdc;max-width:39.9rem;width:100%;box-shadow:none;transition:box-shadow .2s linear}.services__item:hover{box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px}@media only screen and (max-width: 80.25em){.services__item{padding-left:3rem}}.services__item img{display:block;max-width:36.4rem;width:100%;margin:0 0 0 auto}@media only screen and (max-width: 80.25em){.services__item img{max-width:unset}}.services__text{flex:1;display:flex;flex-direction:column;max-width:36.4rem;width:100%;margin:0 0 0 auto;padding:3.2rem 5.4rem 3.2rem 0}@media only screen and (max-width: 80.25em){.services__text{padding:2.6rem 4rem 2.6rem}}.services__text h4{font-size:2.4rem;font-weight:600;line-height:140%;text-transform:uppercase;color:#151515;margin:0 0 1.6rem;min-height:6.72rem}@media only screen and (max-width: 64em){.services__text h4{font-size:2.2rem}}.services__text p{flex:1;color:#656565;font-size:1.8rem;line-height:140%;margin:0 0 1.8rem}@media only screen and (max-width: 64em){.services__text p{font-size:1.6rem}}.why{padding:6.4rem 0 0}.why__wrap{background-image:url("../img/Engineers_RPA.png");background-size:60.5rem;background-repeat:no-repeat;background-position:bottom -10rem right;padding:0 0 20rem}@media only screen and (max-width: 64em){.why__wrap{background-position:bottom -10rem center;padding:0 0 50rem}}.why__text{max-width:73.8rem;width:100%}.why__text .heading-tertiary{margin:0 0 1.6rem}.why__text .heading-secondary{margin:0 0 2.4rem}.why__text .paragraph{margin:0 0 3rem;font-size:1.8rem;font-weight:300;color:#656565;max-width:62.7rem;width:100%}@media only screen and (max-width: 64em){.why__text .paragraph{font-size:1.6rem}}.why__text ul{list-style:none;display:flex;flex-direction:column;gap:1.2rem;margin:0 0 3rem}.why__text ul li{display:flex;align-items:center;gap:1.2rem;font-size:1.8rem;line-height:1;color:#151515}@media only screen and (max-width: 64em){.why__text ul li{font-size:1.6rem}}.why__text ul li::before{content:"";display:block;width:1rem;height:1rem;background-color:#ff4d00}.facts{background-color:#151515;background-image:url("../img/lines.png");background-position:top right 20rem;background-repeat:no-repeat;padding:13rem 0}@media only screen and (max-width: 64em){.facts{padding:6.6rem 0}}.facts__wrap{max-width:128rem;width:100%}@media only screen and (max-width: 80.25em){.facts__wrap{padding-right:4rem}}.facts__flex{display:flex;align-items:flex-start;justify-content:space-between;gap:3.2rem;margin:0 0 9.5rem}@media only screen and (max-width: 64em){.facts__flex{flex-direction:column;align-items:stretch}}.facts__item{width:100%}.facts__item:first-child{max-width:55rem}.facts__item:last-child{max-width:51.3rem}.facts__item .heading-tertiary{margin:0 0 1.6rem}.facts__item .heading-secondary{color:#fff}.facts__item p{font-size:1.8rem;line-height:140%;font-weight:300;color:#fff;margin:0 0 3.2rem}@media only screen and (max-width: 64em){.facts__item p{font-size:1.6rem}}.facts__slider{margin:0 0 0 -2.4rem}.facts__slider .slick-track{display:flex;gap:2.4rem}.facts__slider .slick-slide img{width:100%;transform:scale(1);transition:transform .3s ease-in}.facts__slider .slick-list{overflow:visible}.facts__slider__item{position:relative;overflow:hidden}.facts__slider__item:hover .facts__slider__item__text{top:50%;bottom:0}@media only screen and (max-width: 48em){.facts__slider__item:hover .facts__slider__item__text{top:0}}.facts__slider__item:hover.slick-slide img{transform:scale(1.2)}.facts__slider__item:focus-visible{outline:none !important}.facts__slider__item__text{position:absolute;top:100%;right:0;bottom:-100%;left:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:3.2rem 1.6rem;background:linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.6) 100%);margin:0;transition:top .6s ease,bottom .6s ease}@media only screen and (max-width: 48em){.facts__slider__item__text{top:0}}.facts__slider__item__text h4{font-size:1.8rem;font-weight:600;color:#fff;text-transform:uppercase;padding:0 0 1.2rem;border-bottom:.1rem solid rgba(255, 255, 255, 0.3);margin:0 0 1.2rem}.facts__slider__item__text p{font-size:1.6rem;color:#bdbdbd}.testimonials{margin-top:5.4rem;border-top:.1rem solid #dcdcdc;padding:7.5rem 0 5.6rem}.testimonials .container{margin-right:0;max-width:164rem;padding-right:0}.testimonials__text{max-width:72rem}.testimonials__text .heading-tertiary{margin:0 0 1.6rem}.testimonials__text .heading-secondary{margin:0 0 2.4rem}.testimonials__text p{font-size:1.8rem;font-weight:300;color:#656565;margin:0 0 1.5rem}@media only screen and (max-width: 64em){.testimonials__text p{font-size:1.6rem}}.testimonials__slider{margin-left:-2.4rem}.testimonials__slider .slick-track{display:flex;gap:2.4rem;padding:2rem 0 3rem}.testimonials__slider .slick-slide{height:inherit !important}.testimonials__item{display:flex !important;flex-direction:column;border:.1rem solid #dcdcdc;padding:2.4rem 1.6rem;box-shadow:none;transition:box-shadow .2s linear}.testimonials__item:hover{box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px}.testimonials__item h4{font-size:1.8rem;color:#151515}@media only screen and (max-width: 64em){.testimonials__item h4{font-size:1.6rem}}.testimonials__item h5{font-size:1.4rem;color:#7c7c7c;margin:0 0 2.7rem}@media only screen and (max-width: 64em){.testimonials__item h5{font-size:1.2rem}}.testimonials__item p{color:#151515;font-size:1.6rem;line-height:140%;margin:0 0 7rem;flex:1}@media only screen and (max-width: 64em){.testimonials__item p{font-size:1.4rem;margin:0 0 3.2rem}}.testimonials__item span{display:block;color:#989898;font-size:1.6rem}@media only screen and (max-width: 64em){.testimonials__item span{font-size:1.2rem}}.contact{padding:10rem 0 9.8rem}@media only screen and (max-width: 64em){.contact{padding:0 0 7rem}}.contact.border-home .contact__wrap{border-top:.1rem solid #dcdcdc;padding:11.1rem 0 0}.contact__wrap{display:flex;align-items:flex-start;justify-content:center;gap:3.2rem}@media only screen and (max-width: 64em){.contact__wrap{flex-direction:column;align-items:stretch;gap:5rem}}.contact__item{width:100%;max-width:62.8rem}.contact__item .heading-tertiary{margin:2.6rem 0 1.6rem}.contact__item .heading-secondary{margin:0 0 2.3rem}.contact__item .paragraph{font-size:1.8rem;line-height:140%;color:#656565;max-width:52.1rem;margin:0 0 3.9rem}@media only screen and (max-width: 64em){.contact__item .paragraph{font-size:1.6rem}}.contact__time{margin:0 0 2.4rem}.contact__time h6{font-size:1.8rem;font-weight:700;color:#151515}.contact__time h6:last-child{font-weight:400}.contact__social{margin:1.5rem 0 0;display:flex;gap:1.9rem}.contact__social svg{display:block;max-width:4.2rem;width:100%}.contact__form{background-color:#fafafa;padding:3.2rem}@media only screen and (max-width: 36em){.contact__form{padding:3.2rem 2.4rem}}.contact__form .btn.btn-primary{margin:4rem 0 0 auto}.contact__form__flex{display:flex;gap:2.4rem;margin:0 0 2.1rem}@media only screen and (max-width: 36em){.contact__form__flex{flex-direction:column}}.contact__form__item{width:100%}.contact__form__item label{display:block;color:#151515;font-size:1.6rem;font-weight:500;margin:0 0 1.2rem;font-family:"Archivo",sans-serif}.contact__form__item input,.contact__form__item textarea{display:block;width:100%;padding:1.6rem;border:.1rem solid #dcdcdc;color:#989898;font-family:"Archivo",sans-serif;font-size:1.6rem;font-weight:400}.contact__form__item textarea{min-height:23rem}.commercial{padding:14.4rem 0 0}@media only screen and (max-width: 64em){.commercial.two{padding:9rem 0 0}}@media only screen and (max-width: 64em){.commercial.two .commercial__flex{flex-direction:column-reverse}}.commercial.two .commercial__flex__item:first-child{max-width:62.8rem}@media only screen and (max-width: 64em){.commercial.two .commercial__flex__item:first-child{max-width:unset}}.commercial.two .commercial__flex__item:last-child{max-width:52rem}@media only screen and (max-width: 64em){.commercial.two .commercial__flex__item:last-child{max-width:unset}}.commercial__flex{display:flex;align-items:center;justify-content:space-between;gap:3.2rem}@media only screen and (max-width: 64em){.commercial__flex{flex-direction:column-reverse;align-items:stretch}}.commercial__flex__item{width:100%}.commercial__flex__item:first-child{max-width:52rem}@media only screen and (max-width: 64em){.commercial__flex__item:first-child{max-width:unset}}.commercial__flex__item:last-child{max-width:62.8rem}@media only screen and (max-width: 64em){.commercial__flex__item:last-child{max-width:unset}}.commercial__flex__item .heading-tertiary{margin:0 0 .8rem}.commercial__flex__item .heading-secondary{margin:0 0 1.6rem}.commercial__flex__item .paragraph{font-size:1.8rem;color:#656565}@media only screen and (max-width: 64em){.commercial__flex__item .paragraph{font-size:1.6rem}}.commercial__flex__item img{display:block;width:100%}.commercial__info{margin:5.3rem 0 0}@media only screen and (max-width: 64em){.commercial__info{margin:4.1rem 0 0}}.commercial__info h4{font-size:1.8rem;text-transform:uppercase;margin:0 0 3.3rem;color:#151515}@media only screen and (max-width: 64em){.commercial__info h4{font-size:1.6rem;margin:0 0 2.2rem}}.commercial__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.2rem;padding:0 0 3.2rem;border-bottom:.1rem solid #dcdcdc}@media only screen and (max-width: 64em){.commercial__grid{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 48em){.commercial__grid{grid-template-columns:repeat(1, 1fr)}}.commercial__grid__item h6{color:#151515;font-size:1.8rem;font-weight:500;line-height:1;display:flex;align-items:center;gap:1rem}@media only screen and (max-width: 64em){.commercial__grid__item h6{font-size:1.6rem}}.commercial__grid__item h6:before{content:"";display:block;width:1rem;height:1rem;background-color:#ff4d00}.expertise{padding:10rem 0 12.3rem}@media only screen and (max-width: 64em){.expertise{padding:8rem 0}}.expertise__wrap .heading-tertiary{margin:0 0 .8rem;text-align:center}.expertise__wrap .heading-secondary{text-align:center;margin:0 0 3rem}@media only screen and (max-width: 64em){.expertise__wrap .heading-secondary{margin:0 0 2rem}}.expertise__wrap .paragraph{font-size:1.8rem;color:#656565;text-align:center;max-width:67.8rem;width:100%;margin:0 auto}@media only screen and (max-width: 64em){.expertise__wrap .paragraph{font-size:1.6rem}}.expertise__flex{margin:7.65rem 0 0;display:grid;grid-template-columns:repeat(2, 1fr);gap:2.4rem}@media only screen and (max-width: 64em){.expertise__flex{margin:3rem 0 0;grid-template-columns:repeat(1, 1fr)}}.expertise__item{display:flex;flex-direction:column;flex:1;border:.1rem solid #dcdcdc;padding:2rem;box-shadow:none;transition:box-shadow .2s linear}.expertise__item:hover{box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px}.expertise__item h5{font-size:1.8rem;color:#151515;margin:0 0 1.6rem}.expertise__item p{flex:1;font-size:1.6rem;line-height:140%;color:#7c7c7c;padding:0 0 2.4rem;border-bottom:.1rem solid #dcdcdc;margin:0 0 2.4rem}.expertise__text{flex:1;display:flex;align-items:flex-start;gap:5rem;padding:0 0 4.1rem;border-bottom:.1rem solid #dcdcdc;margin:0 0 2.4rem}@media only screen and (max-width: 48em){.expertise__text{flex-direction:column}}.expertise__text__item ul{padding:0 0 0 2.4rem;display:flex;flex-direction:column;gap:1rem}.expertise__text__item ul li{font-size:1.6rem;line-height:1;color:#7c7c7c}@media only screen and (max-width: 64em){.choose{padding:0 0 6.4rem}}.choose.choose-solar{padding:17.4rem 0 0}.choose.choose-four .heading-secondary{max-width:97rem}.choose.choose-four .choose__grid{grid-template-columns:repeat(4, 1fr)}@media only screen and (max-width: 64em){.choose.choose-four .choose__grid{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 48em){.choose.choose-four .choose__grid{grid-template-columns:repeat(1, 1fr)}}.choose.choose-four .choose__item{padding:2.4rem 2.4rem 4rem}.choose__wrap .heading-tertiary{margin:0 0 .8rem;text-align:center}.choose__wrap .heading-secondary{text-align:center;margin:0 auto 3rem;max-width:65rem;width:100%}@media only screen and (max-width: 64em){.choose__wrap .heading-secondary{margin:0 auto 2.1rem}}.choose__wrap .paragraph{font-size:1.8rem;color:#656565;text-align:center;margin:0 auto;max-width:82rem;width:100%}@media only screen and (max-width: 64em){.choose__wrap .paragraph{font-size:1.6rem}}.choose__grid{margin:4.8rem 0 0;display:grid;grid-template-columns:repeat(3, 1fr);gap:2.4rem}@media only screen and (max-width: 64em){.choose__grid{grid-template-columns:repeat(2, 1fr);gap:2.9rem}}@media only screen and (max-width: 48em){.choose__grid{grid-template-columns:repeat(1, 1fr)}}.choose__item{border:.1rem solid #dcdcdc;padding:2.4rem 2.4rem 7.3rem;box-shadow:none;transition:box-shadow .2s linear}.choose__item:hover{box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px}.choose__item:hover h5{color:#ff4d00}@media only screen and (max-width: 64em){.choose__item{padding:2.4rem 2.4rem 5.1rem}}.choose__item svg{display:block;max-width:4.8rem;width:100%;margin:0 0 2.4rem}.choose__item h5{font-size:1.8rem;text-transform:uppercase;color:#151515;margin:0 0 1.6rem;transition:color .2s linear}.choose__item p{font-size:1.6rem;line-height:140%;color:#656565}.choose__item ul{display:flex;flex-direction:column;gap:.6rem;padding:0 0 0 1.6rem}.choose__item ul li{font-size:1.6rem;line-height:140%;color:#656565}.choose__item ul li::marker{color:#ff4d00}.key{padding:11.6rem 0}@media only screen and (max-width: 64em){.key{padding:8rem 0}}.key__wrap .heading-tertiary{margin:0 0 .8rem;text-align:center}.key__wrap .heading-secondary{text-align:center;margin:0 0 3rem}.key__wrap .paragraph{font-size:1.8rem;color:#656565;text-align:center;max-width:82rem;width:100%;margin:0 auto 6.8rem}@media only screen and (max-width: 64em){.key__wrap .paragraph{font-size:1.6rem}}.key__flex{display:flex;align-items:center;justify-content:space-between;gap:3.2rem}@media only screen and (max-width: 64em){.key__flex{flex-direction:column-reverse}}.key__item{width:100%}.key__item:first-child{max-width:52rem}@media only screen and (max-width: 64em){.key__item:first-child{max-width:unset}}.key__item:last-child{max-width:62.8rem}@media only screen and (max-width: 64em){.key__item:last-child{max-width:unset}}.key__item img{display:block;width:100%}.key__accordion{width:100%}.key__accordion__item{overflow:hidden;transition:all .3s ease;padding:2.4rem 0;border-bottom:.1rem solid #dcdcdc}.key__accordion__button{display:flex;align-items:center;gap:.8rem;background-color:#fff;cursor:pointer;width:100%;border:none;outline:none;transition:color .2s ease;font-size:1.8rem;color:#151515;font-weight:600;text-align:left;text-transform:uppercase}.key__accordion__button span{transition:color .2s ease;color:#7c7c7c}.key__accordion__button:hover,.key__accordion__button.active{color:#ff4d00}.key__accordion__button:hover span,.key__accordion__button.active span{color:#151515}.key__accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.key__accordion__content p{color:#656565;font-size:1.6rem;line-height:140%;padding:.8rem 0 0}.sustainable{padding:17rem 0 10rem;background-color:#fafafa}@media only screen and (max-width: 64em){.sustainable{padding:14rem 0 8rem}}.sustainable__wrap .heading-tertiary{margin:0 0 .8rem}.sustainable__wrap .heading-secondary{max-width:90rem;width:100%;margin:0 0 5.6rem}.sustainable__flex{padding:5.6rem 0 0;display:flex;align-items:center;justify-content:space-between;gap:3.2rem}@media only screen and (max-width: 64em){.sustainable__flex{flex-direction:column;align-items:stretch}}.sustainable__item{width:100%}.sustainable__item:first-child{max-width:46.5rem}@media only screen and (max-width: 64em){.sustainable__item:first-child{max-width:unset}}.sustainable__item:last-child{max-width:62.7rem}@media only screen and (max-width: 64em){.sustainable__item:last-child{max-width:unset}}.sustainable__item img{display:block;width:100%}.sustainable__item h4{color:#ff670a;font-size:1.6rem;font-weight:600;text-transform:uppercase;margin:0 0 1rem}.sustainable__item p{color:#656565;font-size:1.8rem;font-weight:300}.sustainable__item p:nth-child(2){margin-bottom:3.2rem}.leadership{padding:0 0 15rem}@media only screen and (max-width: 64em){.leadership{padding:0 0 8rem}}.leadership__wrap .heading-tertiary{text-align:center;margin:0 0 1.6rem}.leadership__wrap .heading-secondary{text-align:center;margin:0 0 10.3rem}@media only screen and (max-width: 64em){.leadership__wrap .heading-secondary{margin:0 0 4.2rem}}.leadership__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2.4rem}@media only screen and (max-width: 64em){.leadership__grid{grid-template-columns:repeat(2, 1fr)}}.leadership__grid img{display:block;width:100%}.leadership__text{padding:1.6rem 0}.leadership__text h5{color:#ff4d00;font-size:1.8rem;font-weight:500;margin:0 0 .4rem}.leadership__text h6{color:#656565;font-size:1.6rem;font-weight:400}/*# sourceMappingURL=style.css.map */
