.BannerHome{height:100%;overflow:hidden;padding:150px 0 0}.BannerHome .grid-container{position:relative;height:100%;display:grid;align-items:center;padding-bottom:65px}@media only screen and (min-width:992px){.BannerHome .grid-container{padding-bottom:80px}}@media only screen and (min-width:1160px){.BannerHome .grid-container{grid-template-columns:1.5fr 1fr}}.BannerHome .grid-container .hero-content{position:relative;z-index:2}.BannerHome .grid-container .hero-content h1{color:#000;font-size:30px;line-height:1.5;font-weight:600}@media only screen and (min-width:640px){.BannerHome .grid-container .hero-content h1{font-size:42px}}.BannerHome .grid-container .hero-content h1 span{color:var(--primary)}.BannerHome .grid-container .hero-content p{color:#000;font-size:17px;line-height:1.6;margin:15px 0}.BannerHome .grid-container .hero-content p span{color:var(--primary);font-weight:500;margin:0 5px}.BannerHome .grid-container .hero-content .cta-buttons{display:flex;align-items:center;gap:15px;flex-direction:column}@media only screen and (min-width:640px){.BannerHome .grid-container .hero-content .cta-buttons{flex-direction:row}}.BannerHome .grid-container .hero-content .cta-buttons a{display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;text-transform:uppercase;padding:18px 0;transition:.5s;font-weight:500;border-radius:25px;cursor:pointer;text-align:center;background-color:var(--primary);color:#f9f9f9;border:1px solid var(--primary);width:100%}.BannerHome .grid-container .hero-content .cta-buttons a:last-of-type{background-color:rgba(0,0,0,0);color:var(--primary);border:1px solid var(--primary)}@media only screen and (min-width:640px){.BannerHome .grid-container .hero-content .cta-buttons a:last-of-type{width:250px}}.BannerHome .grid-container .hero-content .cta-buttons a:last-of-type:hover{transform:scale(1.05)}@media only screen and (min-width:640px){.BannerHome .grid-container .hero-content .cta-buttons a:first-of-type{width:300px}}.BannerHome .grid-container .hero-content .cta-buttons a:first-of-type:hover{color:var(--primary);background-color:rgba(0,0,0,0)}.BannerHome .grid-container .hero-content .stats-grid{display:grid;grid-template-columns:1fr;margin-top:35px;grid-gap:30px;gap:30px}@media only screen and (min-width:640px){.BannerHome .grid-container .hero-content .stats-grid{grid-template-columns:1fr 1fr 1fr;gap:10px}}@media only screen and (min-width:992px){.BannerHome .grid-container .hero-content .stats-grid{grid-template-columns:1fr 1fr 1.5fr;gap:0}}.BannerHome .grid-container .hero-content .stats-grid .stat-item{text-align:center}.BannerHome .grid-container .hero-content .stats-grid .stat-item .number{font-size:40px;color:#000;margin-top:0;margin-bottom:0;font-weight:600}.BannerHome .grid-container .hero-content .stats-grid .stat-item .label{font-size:18px;color:#bdc3c7}.BannerHome .grid-container .image{height:350px}@media only screen and (min-width:640px){.BannerHome .grid-container .image{height:500px}}@media only screen and (min-width:1160px){.BannerHome .grid-container .image{height:462px}}.BannerHome .grid-container .image img{position:absolute;width:490px;object-fit:cover;right:-30px}@media only screen and (min-width:640px){.BannerHome .grid-container .image img{right:230px;width:632px}}@media only screen and (min-width:1160px){.BannerHome .grid-container .image img{right:-46px}}.services-section{padding:50px 0 30px;position:relative;background-color:#f9f9f9}.services-section .services-section__content{display:flex;justify-content:space-between;align-items:start;margin-bottom:20px;flex-direction:column}@media only screen and (min-width:992px){.services-section .services-section__content{flex-direction:row}}.services-section .services-section__content .services-section__text{flex:1 1}.services-section .services-section__content .services-section__header{line-height:1.2;border-left:4px solid var(--primary);padding-left:15px}.services-section .services-section__content .services-section__header h1{color:#000;font-size:25px;font-weight:400}@media only screen and (min-width:640px){.services-section .services-section__content .services-section__header h1{font-size:40px}}.services-section .services-section__content .services-section__body{padding-left:15px}.services-section .services-section__content .services-section__body h3{color:var(--primary);margin-top:15px;font-size:24px;font-weight:500}.services-section .services-section__content .services-section__body p{color:var(--grey-color);font-size:17px;margin-top:10px}.services-section .services-section__content button{display:flex;align-items:center;justify-content:center;gap:5px;font-size:14px;text-transform:uppercase;padding:10px 20px;transition:.5s;font-weight:500;border-radius:8px;cursor:pointer;text-align:center;background-color:var(--primary);color:#f9f9f9;border:1px solid var(--primary);width:100%;margin-top:20px;width:-moz-fit-content;width:fit-content}.services-section .services-section__content button svg{position:relative;transform:rotate(-38deg);top:-1px}.services-section .services-section__content button:hover{color:var(--primary);background-color:rgba(0,0,0,0)}.services-section .cards{display:grid;grid-gap:20px;gap:20px}@media only screen and (min-width:640px){.services-section .cards{grid-template-columns:1fr 1fr}}@media only screen and (min-width:992px){.services-section .cards{grid-template-columns:1fr 1fr 1fr}}.services-section .cards .card{text-align:center}.services-section .cards .card img{width:80px;height:80px}.services-section .cards .card h2{font-weight:500;font-size:20px}.services-section .cards .card p{color:var(--grey-color);font-size:14px}