﻿*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;font-family:"Segoe UI",Calibri,sans-serif;font-size:20px;font-weight:300;scroll-behavior:smooth;}.hamburger{display:none;width:32px;background:transparent;font-size:19pt;border:0 none;cursor:pointer;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;z-index:5000;margin:0 20px;}.hamburger::-moz-focus-inner{padding:0;border:0 none;}.hamburger:focus{outline:0;}.hamburger:before,.hamburger:after{content:"";}.hamburger:before,.hamburger .icon,.hamburger:after{display:block;width:100%;height:3px;margin:4px 0 3px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;border-radius:.05em;background:#009fe3;cursor:pointer;}.hamburger.active:before,.hamburger.active .icon,.hamburger.active:after{background:#e30613;}.hamburger.hamburger-cancel.active .icon{-ms-transform:scale(0);-webkit-transform:scale(0);transform:scale(0);margin:7px 0;}.hamburger.hamburger-cancel.active:before,.hamburger.hamburger-cancel.active:after{width:70%;}@media(max-width:660px){.hamburger.hamburger-cancel.active:before,.hamburger.hamburger-cancel.active:after{width:100%;}}.hamburger.hamburger-cancel.active:before{-ms-transform:translateY(.4em) rotate(135deg);-webkit-transform:translateY(.4em) rotate(135deg);transform:translateY(.4em) rotate(135deg);}.hamburger.hamburger-cancel.active:after{-ms-transform:translateY(-.4em) rotate(-135deg);-webkit-transform:translateY(-.4em) rotate(-135deg);transform:translateY(-.4em) rotate(-135deg);}.headerWithHamburger{justify-content:center;margin:0 auto;}.headerWithHamburger .hamburger{display:block;-webkit-transition:ease-in-out 800ms;-o-transition:ease-in-out 800ms;transition:ease-in-out 800ms;}.headerWithHamburger .head #nav-container{grid-template-rows:unset;grid-template-columns:unset;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;height:100dvh;width:400px;position:fixed;top:0;right:calc(-400px - 10px);background-color:rgba(255,255,255,.8);transition:right .5s ease-in-out;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(15px);padding:20px;}.headerWithHamburger .head #nav-container nav{justify-content:flex-end;order:1;flex-direction:column;grid-area:unset;position:unset;align-items:flex-end;margin:40px 0 0 0;}.headerWithHamburger .head #nav-container nav *{font-weight:300;}.headerWithHamburger .head #nav-container nav .menuLink{height:inherit;text-decoration:none;display:flex;position:unset;font-size:36px;margin-bottom:7px;}.headerWithHamburger .head .navShow{right:0!important;}header{width:100%;display:flex;justify-content:center;position:relative;max-width:1920px;margin:0 auto;background-color:rgba(255,255,255,.85);height:104px;position:fixed;transform:translate(-50%,-50%);top:calc(104px/2);left:50%;z-index:1000;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);}header:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;width:100%;height:7px;background-image:linear-gradient(to right,#009fe3,#e30613);}@media(max-width:660px){header{height:80px;top:calc(80px/2);backdrop-filter:unset;-webkit-backdrop-filter:unset;background-color:#fff;}}header .head{width:1200px;margin:0 auto;padding:40px 20px;padding:0;display:flex;align-items:center;justify-content:space-between;}header .head #logo{width:245px;margin:0 20px;}@media(max-width:660px){header .head #logo{width:180px;}}header .head #nav-container nav{display:flex;column-gap:40px;margin:0 20px;}header .head #nav-container nav .menuLink{text-decoration:none;font-size:20px;margin:0;color:#000;font-weight:600;}header .head #nav-container nav .menuLink:hover{color:#009fe3;}footer{width:100%;display:flex;justify-content:center;position:relative;max-width:1920px;margin:0 auto;background-color:#403f3f;}footer:after{content:"";display:block;position:absolute;left:0;right:0;bottom:100%;width:100%;height:7px;background-image:linear-gradient(to right,#009fe3,#e30613);}footer .foot{width:1200px;margin:0 auto;padding:40px 20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;}footer .foot .footTexts{margin-bottom:40px;}footer .foot .footTexts .fTitle{color:#e30613;font-size:27px;font-weight:700;margin-bottom:20px;}footer .foot .footTexts .fText{color:#fff;}@media(max-width:660px){footer .foot .footTexts .fText{font-size:18px;}}footer .foot .footTexts .fText *{color:inherit;}footer .foot .footTexts .fText a{color:#fff!important;text-decoration:none;position:relative;cursor:pointer;}footer .foot .footTexts .fText a:after{content:"";display:block;height:1px;width:0;background-image:linear-gradient(to right,#009fe3,#e30613);transition:ease-in .3s;position:absolute;left:0;bottom:-1px;}footer .foot .footTexts .fText a:before{content:"";display:block;height:1px;width:100%;transition:ease-in .3s;background-color:#fff;position:absolute;left:0;bottom:-1px;}footer .foot .footTexts .fText a:hover:after{width:100%;}footer .foot .footTexts .fText a:hover:before{width:0;}footer .foot .footTexts .fText b{font-weight:bold;}footer .foot .footForm .form{color:#fff;display:grid;grid-template-columns:auto;grid-template-rows:auto;grid-column-gap:30px;grid-row-gap:15px;}footer .foot .footForm .form .fDescEmail{grid-area:1/1/2/2;}@media(max-width:600px){footer .foot .footForm .form .fDescEmail{grid-area:1/1/2/2;}}footer .foot .footForm .form .fEmail{border-radius:30px;outline:0;border:0;padding:5px 16px 7px 16px;resize:none;grid-area:1/2/2/3;width:300px;}@media(max-width:600px){footer .foot .footForm .form .fEmail{grid-area:2/1/3/2;}}@media(max-width:440px){footer .foot .footForm .form .fEmail{width:93vw;}}footer .foot .footForm .form .fDescMessage{grid-area:2/1/3/2;}@media(max-width:600px){footer .foot .footForm .form .fDescMessage{grid-area:3/1/4/2;}}footer .foot .footForm .form .fMessage{border-radius:30px;outline:0;border:0;padding:5px 16px 7px 16px;resize:none;grid-area:2/2/3/3;width:460px;height:100px;}@media(max-width:600px){footer .foot .footForm .form .fMessage{width:93vw;grid-area:4/1/5/2;}}@media(max-width:440px){footer .foot .footForm .form .fMessage{height:175px;}}footer .foot .footForm .form .fBtn{grid-area:3/2/4/3;justify-self:end;width:fit-content;color:#fff;background-color:#009fe3;border:0;outline:0;font-weight:500;border-radius:30px;padding:8px 38px;cursor:pointer;}@media(max-width:600px){footer .foot .footForm .form .fBtn{grid-area:5/1/6/2;}}::-webkit-scrollbar{width:19px;cursor:pointer;}::-webkit-scrollbar-thumb{border:6px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:10px;background-color:#a9a9a9;}::-webkit-scrollbar-thumb:hover{background-color:#696969;}::-webkit-scrollbar-button{width:0;height:0;display:none;}::-webkit-scrollbar-corner{background-color:transparent;}.bannerHP-container{width:100%;display:flex;justify-content:center;position:relative;max-width:1920px;margin:0 auto;background-color:unset;margin-top:104px;background-image:url("../images/banner.jpg");height:500px;background-repeat:no-repeat;background-position:center;}@media(max-width:1020px){.bannerHP-container{background-position:left;}}@media(max-width:660px){.bannerHP-container{height:350px;margin-top:80px;}}@media(max-width:440px){.bannerHP-container{height:260px;}}.bannerHP-container .bannerHP-center{width:1200px;margin:0 auto;padding:40px 20px;display:flex;justify-content:flex-start;align-items:center;}.bannerHP-container .bannerHP-center .bannerTexts{max-width:50%;}@media(max-width:930px){.bannerHP-container .bannerHP-center .bannerTexts{max-width:100%;}}.bannerHP-container .bannerHP-center .bannerTexts .bannerTitle{font-family:all-round-gothic;font-size:44px;font-style:normal;color:#fff;text-transform:uppercase;font-weight:600;margin-bottom:20px;}@media(max-width:660px){.bannerHP-container .bannerHP-center .bannerTexts .bannerTitle{font-size:36px;}}@media(max-width:440px){.bannerHP-container .bannerHP-center .bannerTexts .bannerTitle{font-size:27px;}}.bannerHP-container .bannerHP-center .bannerTexts .bannerText{color:#fff;font-size:24px;font-weight:300;}@media(max-width:660px){.bannerHP-container .bannerHP-center .bannerTexts .bannerText{font-size:18px;}}.bannerHP-container .bannerHP-center .bannerTexts .bannerText *{color:inherit;}.bannerHP-container .bannerHP-center .bannerTexts .bannerText a{color:#fff!important;text-decoration:none;position:relative;cursor:pointer;}.bannerHP-container .bannerHP-center .bannerTexts .bannerText a:after{content:"";display:block;height:1px;width:0;background-image:linear-gradient(to right,#009fe3,#e30613);transition:ease-in .3s;position:absolute;left:0;bottom:-1px;}.bannerHP-container .bannerHP-center .bannerTexts .bannerText a:before{content:"";display:block;height:1px;width:100%;transition:ease-in .3s;background-color:#fff;position:absolute;left:0;bottom:-1px;}.bannerHP-container .bannerHP-center .bannerTexts .bannerText a:hover:after{width:100%;}.bannerHP-container .bannerHP-center .bannerTexts .bannerText a:hover:before{width:0;}.bannerHP-container .bannerHP-center .bannerTexts .bannerText b{font-weight:bold;}.boxHP1-container{width:100%;display:flex;justify-content:center;position:relative;max-width:1920px;margin:0 auto;background-color:#009fe3;}.boxHP1-container .boxHP1-center{width:1200px;margin:0 auto;padding:40px 20px;}.boxHP1-container .box{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;}.boxHP1-container .box .boxTexts{max-width:50%;}@media(max-width:930px){.boxHP1-container .box .boxTexts{max-width:100%;margin-bottom:40px;}}.boxHP1-container .box .boxTexts .boxTitle{color:#fff;font-weight:500;font-size:27px;margin-bottom:20px;}.boxHP1-container .box .boxTexts .boxText{color:#fff;}@media(max-width:660px){.boxHP1-container .box .boxTexts .boxText{font-size:18px;}}.boxHP1-container .box .boxTexts .boxText *{color:inherit;}.boxHP1-container .box .boxTexts .boxText a{color:#fff!important;text-decoration:none;position:relative;cursor:pointer;}.boxHP1-container .box .boxTexts .boxText a:after{content:"";display:block;height:1px;width:0;background-image:linear-gradient(to right,#009fe3,#e30613);transition:ease-in .3s;position:absolute;left:0;bottom:-1px;}.boxHP1-container .box .boxTexts .boxText a:before{content:"";display:block;height:1px;width:100%;transition:ease-in .3s;background-color:#fff;position:absolute;left:0;bottom:-1px;}.boxHP1-container .box .boxTexts .boxText a:hover:after{width:100%;}.boxHP1-container .box .boxTexts .boxText a:hover:before{width:0;}.boxHP1-container .box .boxTexts .boxText b{font-weight:bold;}.boxHP1-container .box .boxImg{max-width:400px;height:auto;align-self:unset;}@media(max-width:1200px){.boxHP1-container .box .boxImg{width:47%;}}@media(max-width:930px){.boxHP1-container .box .boxImg{width:400px;}}@media(max-width:440px){.boxHP1-container .box .boxImg{max-width:270px;}}.boxHP2-container{width:100%;display:flex;justify-content:center;position:relative;max-width:1920px;margin:0 auto;background-color:#fff;}.boxHP2-container .boxHP2-center{width:1200px;margin:0 auto;padding:40px 20px;padding:40px 20px 0 20px;min-height:350px;}@media(max-width:930px){.boxHP2-container .boxHP2-center{flex-direction:column-reverse!important;}}@media(max-width:930px){.boxHP2-container .boxHP2-center .boxImg{margin-right:-20px;}}.boxHP2-container .box{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;}.boxHP2-container .box .boxTexts{max-width:50%;}@media(max-width:930px){.boxHP2-container .box .boxTexts{max-width:100%;margin-bottom:40px;}}.boxHP2-container .box .boxTexts .boxTitle{color:#403f3f;font-weight:500;font-size:27px;margin-bottom:20px;}.boxHP2-container .box .boxTexts .boxText{color:#403f3f;}@media(max-width:660px){.boxHP2-container .box .boxTexts .boxText{font-size:18px;}}.boxHP2-container .box .boxTexts .boxText *{color:inherit;}.boxHP2-container .box .boxTexts .boxText a{color:#403f3f!important;text-decoration:none;position:relative;cursor:pointer;}.boxHP2-container .box .boxTexts .boxText a:after{content:"";display:block;height:1px;width:0;background-image:linear-gradient(to right,#009fe3,#e30613);transition:ease-in .3s;position:absolute;left:0;bottom:-1px;}.boxHP2-container .box .boxTexts .boxText a:before{content:"";display:block;height:1px;width:100%;transition:ease-in .3s;background-color:#403f3f;position:absolute;left:0;bottom:-1px;}.boxHP2-container .box .boxTexts .boxText a:hover:after{width:100%;}.boxHP2-container .box .boxTexts .boxText a:hover:before{width:0;}.boxHP2-container .box .boxTexts .boxText b{font-weight:bold;}.boxHP2-container .box .boxImg{max-width:550px;height:auto;align-self:flex-end;}@media(max-width:1200px){.boxHP2-container .box .boxImg{width:47%;}}@media(max-width:930px){.boxHP2-container .box .boxImg{width:400px;}}@media(max-width:440px){.boxHP2-container .box .boxImg{max-width:270px;}}.boxHP3-container{width:100%;display:flex;justify-content:center;position:relative;max-width:1920px;margin:0 auto;background-color:#fff;margin-bottom:60px;}.boxHP3-container .boxHP3-center{width:1200px;margin:0 auto;padding:40px 20px;padding:40px 20px 0 20px;width:fit-content;justify-content:flex-start!important;}.boxHP3-container .boxHP3-center h2{font-family:all-round-gothic;font-size:44px!important;font-style:normal;text-transform:uppercase;font-weight:600!important;color:#403f3f;}.boxHP3-container .boxHP3-center h3{font-size:24px!important;font-style:normal;text-transform:uppercase;font-weight:600!important;color:#403f3f;margin-bottom:20px;text-align:center;}.boxHP3-container .boxHP3-center .implementations{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:60px;}@media(max-width:1320px){.boxHP3-container .boxHP3-center .implementations::after{content:"";flex:0 0 400px;visibility:hidden;}}.boxHP3-container .boxHP3-center .implementations .card{width:400px;box-shadow:3px 3px 18px 0 #dedede;border-radius:30px;background-color:#fff;flex:0 0 400px;}.boxHP3-container .boxHP3-center .implementations .card:hover{box-shadow:3px 3px 18px 0 #bbb;}@media(max-width:440px){.boxHP3-container .boxHP3-center .implementations .card{width:280px;flex:0 0 280px;}}.boxHP3-container .boxHP3-center .implementations .card .im-images img{width:100%;height:225px;object-fit:cover;border-top-left-radius:30px;border-top-right-radius:30px;}.boxHP3-container .boxHP3-center .implementations .card .im-texts{padding:20px;}.boxHP3-container .boxHP3-center .implementations .card .im-texts h4{margin-bottom:20px;min-height:60px;}.boxHP3-container .boxHP3-center .implementations .card .im-texts .moreBtn{width:fit-content;color:#fff;background-color:#009fe3;border:0;outline:0;font-weight:500;border-radius:30px;padding:8px 28px 10px 28px;cursor:pointer;display:block;text-decoration:none;}.boxHP3-container .boxHP3-center .services{display:flex;justify-content:center;flex-wrap:wrap;gap:40px;}@media(max-width:1320px){.boxHP3-container .boxHP3-center .services::after{content:"";flex:0 0 580px;visibility:hidden;}}.boxHP3-container .boxHP3-center .services .card{width:290px;box-shadow:3px 3px 18px 0 #dedede;border-radius:30px;background-color:#fff;flex:0 0 290px;}.boxHP3-container .boxHP3-center .services .card:hover{box-shadow:3px 3px 18px 0 #bbb;}@media(max-width:440px){.boxHP3-container .boxHP3-center .services .card{width:280px;flex:0 0 280px;}}.boxHP3-container .boxHP3-center .services .card .ser-texts{padding:20px;}.boxHP3-container .boxHP3-center .services .card .ser-texts h4{min-height:60px;}.boxHP3-container .boxHP3-center .services .card .ser-images{position:relative;}.boxHP3-container .boxHP3-center .services .card .ser-images:after{content:"";display:block;position:absolute;background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));bottom:5px;left:0;right:0;height:80px;width:100%;}.boxHP3-container .boxHP3-center .services .card .ser-images img{box-shadow:none;width:100%;height:250px;object-fit:cover;border-top-left-radius:30px;border-top-right-radius:30px;}.boxHP3-container .boxHP3-center .services .card .ser-images .moreBtn{z-index:5;position:absolute;bottom:20px;right:15px;width:fit-content;color:#333;background-color:#fff;border:0;outline:0;font-weight:500;border-radius:30px;padding:8px 28px 10px 28px;cursor:pointer;display:block;text-decoration:none;}.boxHP3-container .box{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;flex-direction:column;justify-content:center;}.boxHP3-container .box .boxTexts{max-width:50%;}@media(max-width:930px){.boxHP3-container .box .boxTexts{max-width:100%;margin-bottom:40px;}}.boxHP3-container .box .boxTexts .boxTitle{color:#403f3f;font-weight:500;font-size:27px;margin-bottom:20px;}.boxHP3-container .box .boxTexts .boxText{color:#403f3f;}@media(max-width:660px){.boxHP3-container .box .boxTexts .boxText{font-size:18px;}}.boxHP3-container .box .boxTexts .boxText *{color:inherit;}.boxHP3-container .box .boxTexts .boxText a{color:#403f3f!important;text-decoration:none;position:relative;cursor:pointer;}.boxHP3-container .box .boxTexts .boxText a:after{content:"";display:block;height:1px;width:0;background-image:linear-gradient(to right,#009fe3,#e30613);transition:ease-in .3s;position:absolute;left:0;bottom:-1px;}.boxHP3-container .box .boxTexts .boxText a:before{content:"";display:block;height:1px;width:100%;transition:ease-in .3s;background-color:#403f3f;position:absolute;left:0;bottom:-1px;}.boxHP3-container .box .boxTexts .boxText a:hover:after{width:100%;}.boxHP3-container .box .boxTexts .boxText a:hover:before{width:0;}.boxHP3-container .box .boxTexts .boxText b{font-weight:bold;}.boxHP3-container .box .boxImg{max-width:550px;height:auto;align-self:center;}@media(max-width:1200px){.boxHP3-container .box .boxImg{width:47%;}}@media(max-width:930px){.boxHP3-container .box .boxImg{width:400px;}}@media(max-width:440px){.boxHP3-container .box .boxImg{max-width:270px;}}