.homePage section.hero .wrapper-video{position:relative;height:600px;max-height:80vh}.homePage section.hero .wrapper-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.homePage section.hero .wrapper-video>.container{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);font-family:Open Sans,sans-serif}.homePage section.hero .wrapper-video>.container .text{background:rgba(228,233,236,.85);padding:2rem;max-width:428px}.homePage section.hero .wrapper-video>.container .text h3{text-transform:uppercase;letter-spacing:1px;font-weight:400}.homePage section.hero .wrapper-video>.container .text h1{font-size:var(--lg2);text-transform:uppercase;line-height:var(--lg3)}.homePage section.hero .wrapper-video .bottom-asset{width:95%;margin:auto;border-top-left-radius:150px;border-top-right-radius:150px;height:60px;position:absolute;bottom:0;z-index:2;left:50%;transform:translateX(-50%)}.homePage section.hero .wrapper-video .bottom-asset>svg{position:absolute;left:50%;bottom:0;transform:translateX(-50%);z-index:-1}.homePage section.hero .wrapper-video .bottom-asset .right{display:flex;align-items:center;justify-content:center;margin-top:-1rem}.homePage section.hero .wrapper-video .bottom-asset .right .btns .btn{border-radius:0}.homePage section.hero .wrapper-video .bottom-asset .right .btns .btn.white{border-top-left-radius:5px;border-bottom-left-radius:5px}.homePage section.hero .wrapper-video .bottom-asset .right .btns .btn.blue{border-top-right-radius:5px;border-bottom-right-radius:5px}.homePage section.hero .wrapper-video .bottom-asset .right .btns .btn.blue:hover{border-color:#e3e3e3;background:#fff}.homePage section.hero .wrapper-video .bottom-asset .right .btns .btn.blue:hover svg path{fill:#02014f}@media (max-width:767.98px){.homePage section.hero .wrapper-video>.container .text h3{font-size:var(--md1)}.homePage section.hero .wrapper-video>.container .text h1{font-size:var(--md5);line-height:var(--lg2)}.homePage section.hero .wrapper-video .bottom-asset{height:70px}.homePage section.hero .wrapper-video .bottom-asset .right{margin-top:-4.5rem;z-index:999;position:relative}.homePage section.hero .wrapper-video .bottom-asset .right .btns{display:flex;flex-direction:column}}.homePage .services{margin:2rem 0 5rem}.homePage .services .section-title{padding:3rem 0;text-align:center}.homePage .services .section-title .title{font-weight:600;text-transform:uppercase;font-size:var(--lg2)}.homePage .services .section-title .subtitle{font-size:var(--md3);max-width:700px;margin:auto}.homePage .services .service-list{display:flex;justify-content:space-between;gap:2rem;margin-top:2rem}.homePage .services .service-list .service-item{position:relative;height:370px}@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.homePage .services .service-list .service-item{margin-bottom:2rem}}}@media (min-width:768px){.homePage .services .service-list .service-item{flex:1}}.homePage .services .service-list .service-item .box-img{height:370px;border-radius:30px;position:relative;overflow:hidden;top:0;transition:.2s ease-in-out}.homePage .services .service-list .service-item .box-img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.homePage .services .service-list .service-item .box-img .overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(1turn,#000 19.29%,transparent 46.92%);opacity:.5}.homePage .services .service-list .service-item .box-img .title{font-size:var(--md4);font-weight:800;letter-spacing:.85px;text-transform:uppercase;margin:0;color:#fff;position:absolute;left:2rem;bottom:2rem;transition:.2s ease-in-out;padding-right:2rem}.homePage .services .service-list .service-item .box-text{padding:2rem;border-radius:30px;overflow:hidden;position:relative;top:-5rem;transition:.2s ease-in-out;opacity:0}.homePage .services .service-list .service-item .box-text .title{font-size:var(--md4);font-weight:800;letter-spacing:.85px;text-transform:uppercase;margin:0;color:#000}.homePage .services .service-list .service-item .box-text .desc{font-size:var(--sm5);color:#000;margin:1.5rem 0}.homePage .services .service-list .service-item .box-text .btn{width:110%;margin-left:-5%;padding:2rem 0;display:table;text-align:center;position:relative;z-index:9999}@media (min-width:768px){.homePage .services .service-list .service-item:hover .box-img{top:-2rem}.homePage .services .service-list .service-item:hover .box-img .title{opacity:0}.homePage .services .service-list .service-item:hover .box-text{background:#fff;opacity:1;top:-12rem}}.homePage .services>.quality{text-align:center;display:flex;align-items:center;margin-top:10rem;width:100%;justify-content:center;text-transform:uppercase;font-weight:300;font-size:var(--md2);letter-spacing:1px;position:relative;z-index:-1}.homePage .services>.quality svg{margin-right:1rem}@media (min-width:768px) and (max-width:1399.98px){.homePage .services .service-list{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;-moz-column-gap:2rem;column-gap:2rem;row-gap:8rem}.homePage .services .service-item{flex:initial}}@media (max-width:990.98px){.homePage .services .service-list{row-gap:12rem}}@media (max-width:767.98px){.homePage .services .section-title{padding:0}.homePage .services .service-list{flex-direction:column;gap:3rem}.homePage .services .service-list .service-item,.homePage .services .service-list .service-item .box-img{height:300px}.homePage .services .service-list .service-item:hover .box-text{top:-19rem}.homePage .services>.quality{margin-top:4rem;padding:0 2rem}}.homePage .about{background-image:url(/images/home/bg-about.jpg);background-size:cover;background-position-y:bottom;padding:4rem 0;position:relative}.homePage .about:before{content:"";position:absolute;height:100%;width:100%;left:0;top:0;z-index:0;background:linear-gradient(270deg,hsla(0,0%,100%,0) 42.5%,#fff 85.54%);opacity:.5}@media (min-width:1440px){.homePage .about{background-position-y:top}}.homePage .about>.asset{position:absolute;left:0;background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));width:900px;height:115px;z-index:1}.homePage .about>.container{position:relative;z-index:2}.homePage .about>.container>h2{font-weight:700;text-transform:uppercase;font-size:var(--lg2);margin:0;position:relative;z-index:2}.homePage .about>.container>.text{font-family:Montserrat,sans-serif;margin:4rem 0;font-size:var(--md2)}@media (min-width:768px){.homePage .about>.container>.text{max-width:35vw}}@media (min-width:1400px){.homePage .about>.container>.text{max-width:25vw}}.homePage .about>.container>.know-more{color:#008bc4;display:flex;align-items:center;font-weight:600;font-family:Open Sans,sans-serif;font-size:var(--md2);margin-bottom:4rem;transition:.2s ease-in-out;display:inline-flex}.homePage .about>.container>.know-more svg{background:#008bc4;padding:4px;border-radius:100%;margin-left:10px;width:20px;height:20px;transition:.2s ease-in-out}.homePage .about>.container>.know-more svg path{transition:.2s ease-in-out}.homePage .about>.container>.know-more:hover svg{background:#fff}.homePage .about>.container>.know-more:hover svg path{fill:#008bc4}.homePage .about>.bottom{background:linear-gradient(268.04deg,#2196f3 -4.84%,#4b1c87 117.84%);max-width:95%;margin:auto;border-bottom-left-radius:150px;border-bottom-right-radius:150px;padding:1.5rem 0;position:relative;z-index:2}@media (min-width:1440px){.homePage .about>.bottom{width:90%}}.homePage .about>.bottom:hover>.container>p svg{margin-left:1rem}.homePage .about>.bottom>.container{display:flex;align-items:center;padding:1rem 0;color:#fff;gap:2rem}.homePage .about>.bottom>.container>p{text-transform:uppercase;flex:0 0 200px;margin:0;font-size:var(--md3)}.homePage .about>.bottom>.container>p svg{transition:.2s ease-in-out;margin-left:.5rem;margin-bottom:.25rem}@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.homePage .about>.bottom>.container>p{margin-bottom:2rem}}}.homePage .about>.bottom>.container>.item{flex:1;display:flex;align-items:center}@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.homePage .about>.bottom>.container>.item{margin-bottom:2rem}}}.homePage .about>.bottom>.container>.item:hover .wrapper-icon .asset{border-color:#008bc4}.homePage .about>.bottom>.container>.item:hover .wrapper-icon .icon{background-color:#fff}.homePage .about>.bottom>.container>.item:hover .wrapper-icon .icon svg path{fill:#008bc4}.homePage .about>.bottom>.container>.item p{margin:0;font-size:var(--md2)}.homePage .about>.bottom>.container>.item .wrapper-icon{flex:0 0 55px;position:relative}.homePage .about>.bottom>.container>.item .wrapper-icon .asset{content:"";width:45px;height:45px;position:absolute;left:-15px;border:5px solid #fff;top:50%;transform:translateY(-50%);border-radius:100%;transition:.2s ease-in-out}.homePage .about>.bottom>.container>.item .wrapper-icon .icon{background-color:#008bc4;border-radius:100%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:relative;transition:.2s ease-in-out}.homePage .about>.bottom>.container>.item .wrapper-icon .icon svg path{transition:.2s ease-in-out}@media (max-width:1399.98px){.homePage .about>.bottom{border-bottom-left-radius:75px;border-bottom-right-radius:75px;padding:1.5rem 2rem}}@media (max-width:990.98px){.homePage .about>.bottom>.container{flex-wrap:wrap;row-gap:1.5rem}.homePage .about>.bottom>.container>p{flex:1 1 100%;text-align:center}.homePage .about>.bottom>.container>.item{flex:1 1 calc(33.333% - 2rem)}}@media (max-width:767.98px){.homePage .about>.container>h2{display:flex;align-items:center;gap:.75rem}.homePage .about>.container>h2 img{width:70px;height:auto;flex-shrink:0}.homePage .about>.container>.text{margin:3rem 1rem}.homePage .about>.bottom{margin:0;max-width:100%;border-radius:0}.homePage .about>.bottom>.container{flex-direction:column;align-items:flex-start;padding:1rem 3rem}.homePage .about>.bottom>.container>p{flex:auto;width:100%;text-align:center}}.homePage .customers{padding:4rem 0}.homePage .customers .section-title{padding:3rem 0;text-align:center}.homePage .customers .section-title .title{font-weight:600;text-transform:uppercase;font-size:var(--lg2)}.homePage .customers .section-title .subtitle{font-size:var(--md3);max-width:700px;margin:auto}.homePage .customers .wrapper-full{max-width:90%;margin:auto}.homePage .customers .wrapper-full .sliderCustomersHome{border-bottom:2px solid rgba(0,0,0,.05)}.homePage .customers .wrapper-full .sliderCustomersHome .slider{padding:1rem;border-right:2px solid rgba(0,0,0,.05)}.homePage .customers .wrapper-full .sliderCustomersHome .slider .wrapper{height:150px;display:flex;align-items:center;justify-content:center;border-radius:10px;padding:1rem;position:relative;transition:.2s ease-in-out}.homePage .customers .wrapper-full .sliderCustomersHome .slider .wrapper img{max-width:100%;height:auto}.homePage .customers .wrapper-full .sliderCustomersHome .slider:hover .wrapper{box-shadow:0 0 40px rgba(0,0,0,.05)}.homePage .customers .wrapper-full .controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin:3rem 0}.homePage .customers .wrapper-full .controls .next,.homePage .customers .wrapper-full .controls .prev{cursor:pointer;position:relative}.homePage .customers .wrapper-full .controls .next:after,.homePage .customers .wrapper-full .controls .prev:after{content:"";position:absolute;width:40px;height:40px;background:linear-gradient(89.58deg,#00d8ff .41%,hsla(0,0%,100%,0) 69.8%);opacity:.2;border-radius:100%;top:50%;transform:translateY(-50%)}.homePage .customers .wrapper-full .controls .next.prev:after,.homePage .customers .wrapper-full .controls .prev.prev:after{right:-10px;transform:translateY(-50%) rotate(180deg)}.homePage .customers .wrapper-full .controls .next.next:after,.homePage .customers .wrapper-full .controls .prev.next:after{left:-10px}.homePage .customers .wrapper-full .controls .next .icon,.homePage .customers .wrapper-full .controls .prev .icon{background:#008bc4;padding:.5rem;border-radius:100%;display:flex;align-items:center;justify-content:center;height:40px;width:40px;border:2px solid #008bc4;transition:.2s ease-in-out}.homePage .customers .wrapper-full .controls .next .icon svg path,.homePage .customers .wrapper-full .controls .prev .icon svg path{transition:.2s ease-in-out}.homePage .customers .wrapper-full .controls .next:hover .icon,.homePage .customers .wrapper-full .controls .prev:hover .icon{background-color:transparent}.homePage .customers .wrapper-full .controls .next:hover .icon svg path,.homePage .customers .wrapper-full .controls .prev:hover .icon svg path{fill:#008bc4}@media (max-width:767.98px){.homePage .customers{padding:0}}
