.statistics-section{background-color:#EEE;display:flex;flex-direction:row;justify-content:space-evenly;padding:150px 1em}.statistics-section>div{align-items:center;aspect-ratio:3 / 2;color:var(--primary);display:flex;flex-direction:row;flex-wrap:wrap;font-size:2em;font-weight:700;justify-content:center;padding:15px;width:300px}.statistics-section span:last-of-type{display:block;text-align:center;width:100%}.statistics-section .numCounter{font-family:'Atkinson Hyperlegible',Tahoma,sans-serif;font-size:2.5em}@property --years{syntax:'<integer>';initial-value:0;inherits:false}@property --projects{syntax:'<integer>';initial-value:0;inherits:false}@property --dedication{syntax:'<integer>';initial-value:0;inherits:false}@keyframes numCounter_years{0%{--years:0}100%{--years:60}}@keyframes numCounter_projects{0%{--projects:0}100%{--projects:1000}}@keyframes numCounter_dedication{0%{--dedication:0}100%{--dedication:100}}.years>span:first-of-type{animation-name:numCounter_years;counter-reset:num var(--years)}.years>span:first-of-type::after{content:counter(num)}.projects>span:first-of-type{animation-name:numCounter_projects;counter-reset:num var(--projects)}.projects>span:first-of-type::after{content:counter(num)}.dedication>span:first-of-type{animation-name:numCounter_dedication;counter-reset:num var(--dedication)}.dedication>span:first-of-type::after{content:counter(num)}.services-section{margin-bottom:10vh}.service-highlights{margin:48px 5vw}.service-highlights>div>img{padding:8px;position:absolute;top:-58px;width:calc(2vw + 50px)}.services-section .side-text li{align-items:center;display:flex;gap:8px}.services-section .side-image:first-of-type img{border-radius:0 25% 25% 0}.services-section .side-image:last-of-type img{border-radius:25% 0 0 25%}.side-text>h4{align-self:flex-start;padding-left:5vw}.client-section{margin-bottom:10vh}.client-section .client-display{display:flex;flex-wrap:wrap;gap:1em;justify-content:center;padding:0vw 5vw}.client-section .client-display>div{display:flex;flex-wrap:wrap;gap:2em;justify-content:center}.client-section .client-display img{max-width:100%}.review-section{padding:10vh 0vh}.review-section .review-display{display:flex;flex-wrap:wrap;justify-content:center}.review-section blockquote{align-items:center;display:flex;flex-direction:column;max-width:300px;text-align:center}.review-section blockquote p:first-of-type{background-color:var(--primary);border-radius:12px;color:var(--background);margin-bottom:0;min-height:200px;padding:1em;text-align:left}.review-section blockquote p:nth-of-type(2){font-weight:700}.review-chat-border{width:0;height:0;border-left:10px solid #fff0;border-right:10px solid #fff0;border-top:10px solid var(--primary)}.roof-gable{width:66%}@media screen and (max-width:960px){.statistics-section{align-items:center;display:flex;flex-direction:column}.service-highlights{gap:66px}.service-highlights>div>img{width:76px}.services-section .side-image:first-of-type img{border-radius:0 0% 25% 0}.services-section .side-image:last-of-type img{border-radius:0% 0 0 25%}.roof-gable{width:90%}}@media screen and (max-width:1260px){.review-section .review-display{align-items:center;flex-direction:column}}