@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}:root{--white-color: #fff;--dark-color: #222;--gold-color: #FAD201;--body-bg-color: #fff;--section-bg-color: #202834;--navigation-item-hover-color: #3b5378;--text-shadow: 0 5px 25px rgba(195, 137, 61, .443);--box-shadow: 0 5px 25px rgba(0 0 0 / 20%);--scroll-bar-color: #fff;--scroll-thumb-color: #282f4e;--scroll-thumb-hover-color: #454f6b}:-webkit-scrollbar{width:11px;background:var(--scroll-bar-color)}:-webkit-scrollbar-thumb{width:100%;background:var(--scroll-thumb-color);border-radius:2em}:-webkit-scrollbar-thumb:hover{background:var(--scroll-thumb-hover-color)}.gold-h1{color:var(--gold-color)}nav{z-index:999;position:fixed;width:100%;height:6rem;background:rgba(0,0,0,.4);color:var(--white-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);top:0;left:0;display:flex;justify-content:center;align-items:center;transition:.5s ease;transition-property:height,background}.nav-close-btn,.nav-menu-btn{display:none}.sticky{height:3.5rem;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}nav .nav-bar{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 140px;transition:.3s ease}.nav-bar .logo-items{display:flex;width:25%;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;text-decoration:none}.logo-text{color:var(--white-color);padding-left:10px;font-size:1.5em;font-weight:500;letter-spacing:1px;line-height:.8em;text-decoration:none;text-shadow:var(--text-shadow)}.byjm{font-size:.7em;font-weight:300}.logo-img{width:25%;height:auto;transition:.3s ease}.half-size{opacity:0}.navigation .nav-items a{color:#fff;font-size:1em;text-decoration:none;text-shadow:var(--text-shadow)}.navigation .nav-items a:not(:last-child){margin-right:45px}@media screen and (max-width: 1300px){nav .nav-bar{padding:25px 20px}.logo-img{width:40%}.nav-menu-btn{display:block;color:var(--white-color);font-size:1.5em;cursor:pointer}.nav-close-btn{display:block;position:absolute;top:0;right:0;font-size:1.3em;margin:10px;cursor:pointer;transition:.3s ease}.navigation{z-index:9999;position:fixed;width:100%;height:100vh;top:0;left:0;background:rgba(0,0,0,.25);display:flex;justify-content:center;align-items:center;visibility:hidden;opacity:0;transition:.3s ease}.navigation.active{visibility:visible;opacity:1}.navigation .nav-items{position:relative;background:var(--white-color);width:400px;display:grid;place-content:center;margin:20px;padding:40px;border-radius:20px;box-shadow:var(--box-shadow);transform:translateY(-200px);transition:.3s ease}.navigation.active .nav-items{transform:translateY(0)}.navigation .nav-items a{color:var(--dark-color);font-size:1em;margin:15px 50px;transition:.3s ease}.navigation .nav-items a:hover{color:var(--navigation-item-hover-color)}}.home{position:relative;width:100%;min-height:100vh;display:flex;justify-content:center;flex-direction:column}.background-img{z-index:000;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.home .content{margin-left:5%;z-index:111;max-width:1100px;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-shadow:var(--text-shadow);padding:20px;border-radius:10px;border-bottom:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);box-shadow:var(--box-shadow);transform:translate(-40px)}.content h1{font-size:3.5em;font-weight:600}.content h3{font-size:3em;font-weight:500;color:var(--gold-color);text-align:justify}.content h4{font-size:1.7em;font-weight:500;color:var(--dark-color);text-align:center}.content-bottom{color:var(--dark-color);z-index:111;position:absolute;bottom:1em;left:50%;transform:translate(-50%);align-self:center}.qr-code-position{position:fixed;bottom:3%;right:3%;z-index:999999}.qr-code-position:hover{-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@media screen and (max-width: 480px){.home .content{margin-left:10%;padding:7%;border-radius:0;border-bottom:0;border-right:0;width:100%}.background-img{opacity:.5}.content h1{font-size:2.5em;font-weight:500;line-height:40px}.content h3{font-size:2em;font-weight:300;line-height:40px}.content-bottom{width:100%}.content-bottom h2{font-size:1em;text-align:center}}.services-container{max-width:100%;height:auto;padding:15% 7%}.services-top{width:100%;display:flex;gap:5%;margin-bottom:15%}.services-wrap-left{width:35%}.services-wrap-left img{width:100%;box-shadow:10px 10px 15px 5px #0000001a}.services-wrap-right{width:65%}.services-title h1{font-size:3.5em;font-weight:900;text-wrap:balance}.services-title h3{font-size:2em;font-weight:500;text-align:justify}.services-bottom div{width:100%;display:inline-flex;padding-bottom:3%}.services-bottom div>svg{padding-right:2%;align-items:center}.services-bottom div p{font-size:2.2em;text-align:justify}.services-bottom .strongText{font-weight:900}@media screen and (max-width: 480px){.services-container{margin:25% 5%;padding:0}.services-top{flex-direction:column-reverse}.services-wrap-left{width:100%;margin:15% 0}.services-wrap-right{width:100%}.services-title h1{font-size:2.5em;line-height:1.3em}.services-title h3{font-size:1.7em}.services-bottom{margin-top:20%}.services-bottom div{width:100%;padding-bottom:25%;flex-direction:column}.services-bottom div svg{height:90px;padding-bottom:10%}.services-bottom div p{font-size:1.7em;text-align:center}}.process-container{max-width:100%;padding-bottom:5%;background-color:#ebeced}.process-wrap-title{max-width:70%;padding:5% 5% 3%}.process-wrap-title h2{font-size:3em;text-decoration:underline;text-decoration-color:var(--gold-color)}.process-wrap-title p{font-size:2em;text-align:justify}.process-wrap-bottom{width:100%;padding:0;z-index:0}.process-container>h2{font-size:2.5em;margin-bottom:2%;margin-left:10%}.process-wrap-card{display:flex;gap:5%;justify-content:center}.process-wrap-card span{width:400px;height:auto;padding:2% 0;border-radius:20px;background-color:#f0f8ff;box-shadow:inset 0 -3em 3em #0000001a,0 0 0 2px #bebebe,.3em .3em 1em #0000004d}.process-wrap-card span p{padding:3%;font-size:1.4em;text-align:center;text-rendering:optimizeLegibility;text-wrap:pretty}.process-wrap-card span img{width:-webkit-fill-available;height:80px}.process-wrap-card span tag{font-weight:900}@media screen and (max-width: 1460px){.process-wrap-card{gap:3%}}@media screen and (max-width: 1360px){.process-wrap-card{gap:2%}}@media screen and (max-width: 1260px){.process-wrap-bottom{padding:0 5%}.process-wrap-card span p{font-size:1.2em}}@media screen and (max-width: 1080px){.process-wrap-title h2{font-size:2.5em}.process-wrap-title p{width:150%;font-size:1.5em}.process-wrap-card{flex-direction:column;align-items:center}.process-wrap-card span{margin-bottom:5%}.process-wrap-card span p{font-size:1.4em}}@media screen and (max-width: 480px){.process-wrap-title{padding-top:15%}.process-container>h2{padding-top:10%;padding-bottom:5%}.process-wrap-card span{width:90%}.process-wrap-card span img{height:56px}}.services2-container{max-width:100%}.services2-container div:first-child{padding-top:5%;margin:0 10%}.services2-container div:not(:first-child){padding:5% 10% 0}.services2-container div:last-child{padding-bottom:5%}.services2-container div h2{font-size:2.5em;text-decoration:underline;text-decoration-color:var(--gold-color)}.services2-container div ul{padding-left:3%}.services2-container div ul li{font-size:2em;text-align:justify}.services2-container div ul li ul li{font-size:1em}.services2-container div img{position:relative;left:25%;width:50%;padding-top:3%}.services2-container div>video{width:50%;position:relative;left:25%;padding-top:3%}.services2-bgPic{display:block;background-image:url(/assets/working-blueprint-7317121d.webp);background-repeat:no-repeat;background-position:center center;background-size:cover;width:100%;height:700px;margin-bottom:10%}@media screen and (max-width: 480px){.services2-container div>img{width:100%;position:relative;left:0}.services2-container div>video{left:10vw;width:80%}.services2-container div h2{font-size:1.8em}.services2-container div ul{padding-left:3%}.services2-container div ul li{font-size:1.3em}.services2-container div ul li ul li{font-size:1em}}.guarantee-video{position:absolute;padding:0;z-index:-111;width:100%;overflow:hidden;opacity:.1}.guarantee-container{background-color:var(--section-bg-color);opacity:.9;margin:5%;border-radius:30px;padding:0 5%;color:#fff;z-index:555;display:flex;position:relative;overflow:hidden;flex-direction:column;align-items:center;z-index:111}.guarantee-title{padding:5% 0}.guarantee-title>h1{font-size:2.5em;line-height:45px;text-wrap:balance}.guarantee-title p{text-align:justify}.guarantee-plus-side{display:flex;flex-wrap:nowrap;flex-direction:row-reverse;margin-bottom:5%}@media screen and (max-width: 990px){.guarantee-video{opacity:0}.guarantee-title{padding:10% 5%}.guarantee-plus-side{padding:5% 0;flex-direction:column-reverse;justify-content:center}}.spinning-text-wrapper{position:relative;width:270px;height:270px;border-radius:50%;display:grid;place-items:center;font-size:1rem;font-weight:700}.spinning-text{position:absolute;width:100%;height:100%;margin:0;animation:spin 50s linear infinite;font-weight:300}.spinning-text span{position:absolute;top:0;left:50%;transform-origin:0 135px;color:gray}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning-text-wrapper h3{font-size:3em;font-weight:500;height:10%;filter:drop-shadow(10px 10px 5px hsla(0,0%,0%,.461))}.spinning-text-wrapper h5{font-size:1.8em;font-weight:400;height:90%;text-align:center}.faq-container h1{color:var(--dark-color);font-size:3em;padding:5% 10% 0}.question{font-size:1.5em}#accordion{padding:0 10%}.--last-child{text-align:justify;padding:5% 10%}@media screen and (max-width: 480px){.faq-container{margin:25% 5%}.faq-container h1{font-size:2em;font-weight:600}.question{font-size:1.2em}}footer{background-color:#000000e6;color:var(--white-color);width:100%;height:100%;margin-top:10%;padding:5% 10%}.footer-top{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start}.footer-top h4{padding-bottom:10%;color:var(--white-color)}.footer-top li{list-style:none}.footer-top a{text-decoration:none;color:var(--white-color)}.footer-bottom{text-align:center;padding-top:100px}@media screen and (max-width: 480px){.footer-top{display:flex;flex-wrap:wrap;flex-direction:column}.footer-top h3{font-size:1.5em}.footer-top div:first-child{margin:40px 0}.footer-top div:nth-child(2){margin:50px 0}}.cookie-consent{position:fixed;z-index:9999999;bottom:0;color:#fff;background-color:#181818f2;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;text-align:justify;font-weight:200;font-size:10px;padding:1%}.cookie-consent p{font-size:1rem}.cookie-consent button{padding:0 10px}.policy-content{display:flex;flex-direction:column;position:fixed;max-width:800px;width:80%;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.8rem;text-align:justify;color:#fff;background-color:#181818f2;padding:1%;z-index:9999999}.policy-content button{align-self:flex-end}@media screen and (max-width: 480px){.policy-content{font-size:.6rem;top:40%;padding:2%}}
