@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);.navBar{background-color:#f4f0db;padding:30px 150px;transition:padding .3s ease}.navBar,.top-content-mobile-pc{align-items:center;display:flex;justify-content:space-between;width:100%}.top-content-mobile-pc{flex-direction:row}.logo{align-items:center;cursor:pointer;display:flex;gap:15px}.logo .logo-name{font-size:22px;font-weight:600}.logo-name{display:block}.navBar .right-content{align-items:center;display:flex;gap:35px}.links{display:block}.links ul{margin:0;padding:0}.links ul,.links ul li{display:flex;list-style:none}.links ul li{align-items:center;margin-left:35px}.links ul li a{color:#b4997f;cursor:pointer;font-size:20px;text-decoration:none;transform-origin:center;transition:all .3s ease}.links ul li a.active,.links ul li a:hover{color:#000;transform:scale(1.1)}.links ul li a:after{background-color:#000;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:center;transition:transform .3s ease;width:100%}.links ul li a.active:after{transform:scaleX(1)}.links ul li a.active+a:after{transform:translateX(100%)}.contact-us{display:block}.contact-us button{background-color:#030303;border:2px solid #000;border-radius:15px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:20px;font-weight:500;height:53px;padding:10px 20px;transition:background-color .3s ease,color .3s ease;width:186px}.contact-us button:hover{background-color:initial;border:2px solid #000;color:#030303}.burger-menu{align-items:center;background-color:initial;cursor:pointer;display:none;justify-content:center}.burger-icon{height:22px;position:relative;transition:transform .5s ease;width:28px}.burger-icon svg{height:100%;left:0;position:absolute;top:0;transition:opacity .5s ease,transform .5s ease;width:100%}.burger-icon svg:first-child{opacity:1;transform:rotate(0deg)}.burger-icon svg:last-child,.burger-icon.open svg:first-child{opacity:0;transform:rotate(-90deg)}.burger-icon.open svg:last-child{opacity:1;transform:rotate(0deg)}.bottom-content-mobile{max-height:0;overflow:hidden;transition:max-height .5s ease}.bottom-content-mobile.open{max-height:300px;width:fit-content}.bottom-content-mobile.closed{max-height:0}.mobile-links{display:none}.mobile-links ul{align-items:center;display:flex;flex-direction:column;gap:12px;margin:0;padding:0}.mobile-links ul li{list-style:none}.mobile-links ul li a{color:#3f3f3f;cursor:pointer;font-size:16px;text-decoration:none;transition:all .3s ease}@media screen and (max-width:1220px){.navBar{flex-direction:column;transition:padding .3s ease}.logo .logo-svg{height:50px;width:50px}.logo .logo-name{font-size:18px;font-weight:500}.logo-name{display:block}.contact-us,.links{display:none}.burger-menu{display:block;display:flex}.navBar{padding:20px 26px}.mobile-links{display:block}.bottom-content-mobile{width:100%}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.hero{align-items:center;background-color:#f4f0db;display:flex;flex-direction:column;height:100vh;justify-content:center;min-height:675px;width:100%}.hero-bg{background:url(/static/media/heroBackgroundImage.5ee2188ee27223fcc44b.png);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.heroBody{align-items:center;display:flex;flex-direction:column;gap:40px;height:calc(100% - 113px);justify-content:center;width:100%}.heroBody h1{font-size:64px;font-weight:600;width:100%}.heroBody h1,.heroBody p{color:#000;margin:0;text-align:center}.heroBody p{font-size:20px;font-weight:400;width:800px}.buttons-container{cursor:pointer;display:flex;flex-direction:row;gap:40px}.learn-more-button{background-color:#030303;border:2px solid #000;border-radius:15px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;padding:10px 20px;transform:scale(1);transition:all .3s ease}.learn-more-button:hover{background-color:initial;color:#030303;transform:scale(1.1);transition:all .3s ease}.contact-button-container{border:2px solid #000;border-radius:15px;display:flex;flex-direction:row;gap:10px;padding:11px 29px;transform:scale(1);transition:all .3s ease}.contact-button-container:hover{background-color:#000;border:2px solid #000;color:#fff;transform:scale(1.1);transition:all .3s ease}.contact-icon{fill:#000;height:25px;transition:fill .3s ease;width:24px}.contact-button-container:hover .contact-icon{fill:#fff;animation:wiggle .4s ease}@keyframes wiggle{0%{transform:rotate(0deg)}25%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}to{transform:rotate(0deg)}}.nav-indicator{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:center}.nav-indicator .from,.to{font-family:Exo,sans-serif}@media screen and (max-width:1220px){.heroBody{height:calc(100% - 90px)}.heroBody h1{font-size:48px}.heroBody p{font-size:18px;width:90%}.buttons-container{flex-direction:column;gap:20px}.contact-button-container,.learn-more-button{font-size:14px;padding:10px 20px}}@media screen and (max-width:600px){.heroBody h1{font-size:20px}.heroBody p{font-size:16px;width:100%}.buttons-container{gap:15px}.contact-button-container,.learn-more-button{font-size:12px;padding:8px 16px}.contact-icon{height:21px;width:20px}}.error-page{align-items:center;background-color:#fbfcff;display:flex;height:100%;justify-content:center;width:100%}.error-page img{max-height:100%;max-width:100%;object-fit:contain}.scroll-arrow{animation:bounceDown 3s ease-in-out infinite;bottom:30px;cursor:pointer;left:50%;position:absolute;transform:translateX(-50%)}@keyframes bounceDown{0%{transform:translateX(-50%) translateY(0)}10%{transform:translateX(-50%) translateY(8px)}20%{transform:translateX(-50%) translateY(0)}to{transform:translateX(-50%) translateY(0)}}.scroll-arrow svg{transform:scaleY(1.2)}.home-about-us-card{align-items:center;background-color:#fff;padding:100px 144px}.home-about-us-card,.home-about-us-contents{display:flex;justify-content:center;transition:all .3s ease-in-out}.home-about-us-contents{border-radius:10px;box-shadow:-5px 0 20px #0000004d,5px 0 20px #0000004d;flex-direction:row;max-height:400px;width:fit-content}.home-about-us-contents:hover{transform:translateY(-5px)}.home-about-us-image-container{position:relative;transition:all .3s ease-in-out}.home-about-us-image-container img{border-radius:0 10px 10px 0;height:100%;height:400px;max-width:610px;min-width:400px;object-fit:cover;transition:all .3s ease-in-out;width:100%}.home-about-us-image-container:after{border-radius:0 10px 10px 0;box-shadow:inset 0 0 30px 10px #0009;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s ease-in-out;width:100%}.home-about-us-description{background:#f4f0db;border-radius:10px 0 0 10px;color:#000;display:flex;flex-direction:column;gap:30px;height:400px;justify-content:center;max-width:610px;min-width:475px;padding:20px 53px;text-align:left;transition:all .3s ease-in-out}.home-about-us-description h1{font-size:36px;font-weight:600}.home-about-us-description h1,.home-about-us-description p{font-family:Poppins,sans-serif;margin:0;transition:all .3s ease-in-out}.home-about-us-description p{font-size:18px;font-weight:400;line-height:1.6;text-align:justify}.home-about-us-learn-more-button{background-color:#030303;border:2px solid #000;border-radius:15px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:20px;font-weight:500;height:53px;outline:none;padding:10px 20px;transition:all .3s ease-in-out;width:186px}.home-about-us-learn-more-button:hover{background-color:initial;border:2px solid #000;color:#030303;transform:scale(1.05)}@media (max-width:900px){.home-about-us-card{padding:50px 120px}.home-about-us-contents{box-shadow:-5px 0 15px #0003,5px 0 15px #0003;flex-direction:column-reverse;max-height:none;max-width:500px}.home-about-us-image-container{align-items:center;display:flex;height:300px;justify-content:center;overflow:hidden;width:100%}.home-about-us-image-container img{border-radius:10px 10px 0 0;height:100%;object-fit:cover;width:100%}.home-about-us-image-container:after{border-radius:10px 10px 0 0}.home-about-us-description{border-radius:0 0 10px 10px;height:auto;max-width:100%;padding:20px 40px}.home-about-us-description h1{font-size:32px}.home-about-us-description p{font-size:16px}.home-about-us-learn-more-button{font-size:18px;height:48px;width:160px}}@media (max-width:600px){.home-about-us-card{padding:50px 20px}.home-about-us-contents{box-shadow:-3px 0 10px #0003,3px 0 10px #0003;flex-direction:column-reverse}.home-about-us-image-container{align-items:center;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.home-about-us-image-container img{border-radius:10px 10px 0 0;height:100%;min-width:300px;object-fit:cover;width:100%}.home-about-us-image-container:after{border-radius:10px 10px 0 0}.home-about-us-description{min-width:300px;padding:15px 25px}.home-about-us-description h1{font-size:24px}.home-about-us-description p{font-size:14px}.home-about-us-learn-more-button{font-size:16px;height:45px;width:140px}}.home-services-card{align-items:center;background-color:#f3f6fb;padding:100px 144px}.home-services-card,.home-services-contents{display:flex;justify-content:center;transition:all .3s ease-in-out}.home-services-contents{border-radius:10px;box-shadow:-5px 0 20px #0000004d,5px 0 20px #0000004d;flex-direction:row;max-height:400px;width:fit-content}.home-services-contents:hover{transform:translateY(-5px)}.home-services-image-container{position:relative;transition:all .3s ease-in-out}.home-services-image-container img{border-radius:10px 0 0 10px;height:100%;height:400px;max-width:610px;min-width:400px;object-fit:cover;transition:all .3s ease-in-out;width:100%}.home-services-image-container:after{border-radius:10px 0 0 10px;box-shadow:inset 0 0 30px 10px #0009;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s ease-in-out;width:100%}.home-services-description{background:#f4f0db;border-radius:0 10px 10px 0;color:#000;display:flex;flex-direction:column;gap:30px;height:400px;justify-content:center;max-width:610px;min-width:475px;padding:20px 53px;text-align:left;transition:all .3s ease-in-out}.home-services-description h1{font-size:36px;font-weight:600}.home-services-description h1,.home-services-description p{font-family:Poppins,sans-serif;margin:0;transition:all .3s ease-in-out}.home-services-description p{font-size:18px;font-weight:400;line-height:1.6;text-align:justify}.home-services-learn-more-button{background-color:#030303;border:2px solid #000;border-radius:15px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:20px;font-weight:500;height:53px;outline:none;padding:10px 20px;transition:all .3s ease-in-out;width:186px}.home-services-learn-more-button:hover{background-color:initial;border:2px solid #000;color:#030303;transform:scale(1.05)}@media (max-width:900px){.home-services-card{padding:50px 120px}.home-services-contents{box-shadow:-5px 0 15px #0003,5px 0 15px #0003;flex-direction:column;max-height:none;max-width:500px}.home-services-image-container{align-items:center;display:flex;height:300px;justify-content:center;overflow:hidden;width:100%}.home-services-image-container img{border-radius:10px 10px 0 0;height:100%;object-fit:cover;width:100%}.home-services-image-container:after{border-radius:10px 10px 0 0}.home-services-description{border-radius:10px 10px 10px 10px;height:auto;max-width:100%;padding:20px 40px}.home-services-description h1{font-size:32px}.home-services-description p{font-size:16px}.home-services-learn-more-button{font-size:18px;height:48px;width:160px}}@media (max-width:600px){.home-services-card{padding:50px 20px}.home-services-contents{box-shadow:-3px 0 10px #0003,3px 0 10px #0003}.home-services-image-container{align-items:center;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.home-services-image-container img{border-radius:10px 10px 0 0;height:100%;min-width:300px;object-fit:cover;width:100%}.home-services-image-container:after{border-radius:10px 10px 0 0}.home-services-description{min-width:300px;padding:15px 25px}.home-services-description h1{font-size:24px}.home-services-description p{font-size:14px}.home-services-learn-more-button{font-size:16px;height:45px;width:140px}}.projects-hero-card{align-items:center;background-color:#f3f6fb;padding:100px 144px}.projects-hero-card,.projects-hero-contents{display:flex;justify-content:center;transition:all .3s ease-in-out}.projects-hero-contents{border-radius:10px;box-shadow:-5px 0 20px #0000004d,5px 0 20px #0000004d;flex-direction:row;max-height:400px;width:fit-content}.projects-hero-contents:hover{transform:translateY(-5px)}.projects-hero-image-container{position:relative;transition:all .3s ease-in-out}.projects-hero-image-container img{border-radius:10px 0 0 10px;height:100%;height:400px;max-width:610px;min-width:400px;object-fit:cover;transition:all .3s ease-in-out;width:100%}.projects-hero-image-container:after{border-radius:10px 0 0 10px;box-shadow:inset 0 0 30px 10px #0009;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s ease-in-out;width:100%}.projects-hero-description{background:#f4f0db;border-radius:10px 10px 10px 10px;color:#000;display:flex;flex-direction:column;gap:30px;height:400px;justify-content:center;max-width:610px;min-width:475px;padding:20px 53px;text-align:left;transition:all .3s ease-in-out}.projects-hero-description h1{font-size:36px;font-weight:600}.projects-hero-description h1,.projects-hero-description p{font-family:Poppins,sans-serif;margin:0;transition:all .3s ease-in-out}.projects-hero-description p{font-size:18px;font-weight:400;line-height:1.6;text-align:justify}.projects-hero-learn-more-button{align-items:center;background-color:#030303;border:2px solid #000;border-radius:15px;color:#fff;cursor:pointer;display:inline-block;display:flex;font-family:Poppins,sans-serif;font-size:20px;font-weight:500;justify-content:center;max-width:100%;outline:none;overflow:hidden;padding:10px 20px;text-overflow:ellipsis;transition:all .3s ease-in-out;white-space:nowrap;width:auto}.projects-hero-learn-more-button:hover{background-color:initial;border:2px solid #000;color:#030303;transform:scale(1.05)}@media (max-width:900px){.projects-hero-card{padding:50px 120px}.projects-hero-contents{box-shadow:-5px 0 15px #0003,5px 0 15px #0003;flex-direction:column;max-height:none;max-width:500px}.projects-hero-image-container{align-items:center;display:flex;height:300px;justify-content:center;overflow:hidden;width:100%}.projects-hero-image-container img{border-radius:10px 10px 0 0;height:100%;object-fit:cover;width:100%}.projects-hero-image-container:after{border-radius:10px 10px 0 0}.projects-hero-description{align-items:flex-start;border-radius:10px 10px 10px 10px;height:auto;max-width:100%;padding:20px 40px}.projects-hero-description h1{font-size:32px}.projects-hero-description p{font-size:16px}.projects-hero-learn-more-button{font-size:18px;height:48px}}@media (max-width:600px){.projects-hero-card{padding:50px 20px}.projects-hero-contents{box-shadow:-3px 0 10px #0003,3px 0 10px #0003}.projects-hero-image-container{align-items:center;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.projects-hero-image-container img{border-radius:10px 10px 0 0;height:100%;min-width:300px;object-fit:cover;width:100%}.projects-hero-image-container:after{border-radius:10px 10px 0 0}.projects-hero-description{min-width:300px;padding:15px 25px}.projects-hero-description h1{font-size:24px}.projects-hero-description p{font-size:14px}.projects-hero-learn-more-button{font-size:16px;height:45px}}.swiper-container{align-items:center;display:flex;flex-direction:column;gap:50px;height:100%;justify-content:center;padding:50px 0;width:100%}.swiper_container{width:100%}.swiper-slide{max-height:500px}.swiper-slide img{border-radius:30px;box-shadow:0 4px 10px #0003;height:auto;max-height:500px;max-width:100%;object-fit:cover;transition:all .3s;width:100%}.slider-controler{margin-top:-30px}.slider-arrow,.slider-controler{align-items:center;display:flex;justify-content:center}.slider-arrow{background:#0000;border:none;cursor:pointer;filter:drop-shadow(0 8px 24px rgba(18,28,53,.1));height:40px;outline:none;transition:all .3s;width:40px;z-index:20}.next{transform:rotate(180deg)}.slider-arrow ion-icon{scale:1.5}.slider-arrow:hover ion-icon{scale:1.75;transition:all .3s}.custom-pagination{align-items:center;bottom:0;display:flex;gap:8px;justify-content:center;position:relative}.pagination-dot{background:#ccc;border-radius:50%;height:10px;transition:background .3s;width:10px}.pagination-dot.active{background:#c9c4ac;height:12px;width:12px}@media screen and (max-width:768px){.swiper-container{padding:30px 0}.swiper_container{padding-bottom:40px;width:90%}.swiper-slide{max-height:300px}.swiper-slide img{border-radius:20px;max-height:300px}.slider-controler{margin-top:-20px}.slider-arrow{height:35px;width:35px}.pagination-dot{height:8px;width:8px}.pagination-dot.active{height:10px;width:10px}}.aboutCompanyDetails{align-items:center;display:flex;justify-content:center;padding:70px 10%}.aboutCompanyDetailsContainer{align-items:center;display:flex;flex-direction:row;gap:50px;height:auto;padding:29px 0;transition:all .3s ease-in-out;width:100%}.aboutCompanyDetailsContent{display:flex;flex-direction:column;gap:20px;justify-content:center;text-align:left}.aboutCompanyDetailsTitle{font-size:24px;font-weight:600;letter-spacing:.12em}.aboutCompanyDetailsContent p{font-size:16px;font-weight:300;margin:0;text-align:justify}.aboutCompanyDetailsImage{align-items:center;display:flex;justify-content:center}.aboutCompanyDetailsImage img{border-radius:10px;height:auto;max-width:500px;min-width:450px;width:100%}@media screen and (max-width:1024px){.aboutCompanyDetails{padding:50px 5%}.aboutCompanyDetailsContainer{align-items:center;flex-direction:column-reverse;gap:40px}.aboutCompanyDetailsContent{max-width:80%}.aboutCompanyDetailsImage img{height:auto;max-width:450px;min-width:350px}}@media screen and (max-width:768px){.aboutCompanyDetails{padding:40px 20px}.aboutCompanyDetailsContainer{flex-direction:column-reverse;gap:20px;padding:0}.aboutCompanyDetailsContent{gap:15px;max-width:100%}.aboutCompanyDetailsImage img{height:auto;max-width:320px;min-width:280px}}@media screen and (max-width:480px){.aboutCompanyDetailsImage img{height:auto;max-width:100%}.aboutCompanyDetailsTitle{font-size:20px}.aboutCompanyDetailsContent p{font-size:14px}}.stats-container-wrapper{background-color:#f3f6fb;height:100%;justify-content:center;padding:40px 0;width:100%}.stats-container,.stats-container-wrapper{align-items:center;display:flex;transition:all .3s ease}.stats-container{background-color:#f4f0db;border-radius:16px;box-shadow:0 4px 10px #00000080;height:300px;justify-content:space-between;margin:auto;padding:24px 60px;width:90%}.stat-label{color:#666;font-size:18px;font-weight:700;transition:all .3s ease}.stat-text{flex-direction:column;transition:all .3s ease}.stat-number,.stat-text{align-items:center;display:flex;justify-content:center;text-align:center}.stat-number{color:#333;font-size:32px;font-weight:700}.stat-item{align-items:center;display:flex;flex-direction:column;gap:8px;text-align:center}.stat-item-separator{border-left:2px solid #333;flex-shrink:0;height:270px;transform:rotate(10deg);transition:all .3s ease}@media (max-width:900px){.stats-container{flex-direction:column;height:auto;padding:24px;width:80%}.stat-item-separator{border-left:none;border-top:2px solid #333;height:2px;transform:rotate(0deg);width:90%}}.aboutContainer{background-color:#f3f6fb;margin:0;transition:all .3s ease}.aboutContents{flex-direction:column;gap:28px;padding:100px 144px}.aboutContents,.aboutTitle{align-items:center;display:flex;justify-content:center;transition:all .3s ease}.aboutTitle span{font-size:54px;font-weight:600;line-height:66px}.aboutContent,.aboutTitle span{text-align:center;transition:all .3s ease}.aboutContent{display:flex;font-size:22px;margin:0;width:802px}.aboutImageContent{flex-direction:row;flex-wrap:wrap;gap:15px;justify-content:center;text-align:center}.aboutImageContent,.imageTextContainer{align-items:center;display:flex;transition:all .3s ease}.imageTextContainer{flex-direction:column;gap:3.77px}.imageTextContainer img{border-radius:10px;transition:all .3s ease}@media screen and (max-width:1140px){.aboutContents{align-items:center;display:flex;flex-direction:column;justify-content:center;transition:all .3s ease}.aboutContent{transition:all .3s ease;width:auto}.aboutImageContent{flex-direction:row;flex-wrap:wrap;gap:15px;text-align:center}.aboutImageContent,.imageTextContainer{display:flex;justify-content:center;transition:all .3s ease}.imageTextContainer{flex-direction:column;gap:3.77px}}@media screen and (max-width:780px){.aboutContents{padding:100px 81px;transition:all .3s ease}.aboutTitle span{font-size:21px;min-width:279px;transition:all .3s ease}.aboutContent{font-size:12px;text-align:justify;transition:all .3s ease;width:auto}.imageTextContainer div{font-size:18px;letter-spacing:.12em;transition:all .3s ease}}.services-main-content{height:100%;width:100%}.services-card{align-items:center;display:flex;justify-content:center;padding:40px 0;transition:transform .3s ease,box-shadow .3s ease;width:100%}.services-contents{align-items:center;background:#f4f0db;border-radius:12px;box-shadow:0 4px 10px #0000001a;display:flex;gap:40px;justify-content:space-between;max-width:1200px;padding:30px;transition:box-shadow .3s ease,transform .3s ease;width:90%}.services-contents:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.services-description{flex:1 1;text-align:justify}.services-description h1{color:#333;font-size:34px;margin-bottom:10px}.services-description p{color:#666;font-size:16px;line-height:1.6}.services-learn-more-button{background-color:#d9b899;border:2px solid #d9b899;border-radius:15px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:20px;font-weight:500;height:53px;outline:none;padding:10px 20px;transition:all .3s ease-in-out;width:186px}.services-learn-more-button:hover{background-color:initial;border:2px solid #000;color:#000;transform:scale(1.05)}.services-image-container{display:flex;flex:1 1;justify-content:center;position:relative}.services-image-container img{object-fit:cover}.services-image-container img,.services-image-container:after{border-radius:10px;height:100%;transition:all .3s ease-in-out;width:100%}.services-image-container:after{box-shadow:inset 0 0 30px 10px #0009;content:"";left:0;pointer-events:none;position:absolute;top:0}.services-card:nth-child(odd) .services-contents{flex-direction:row}.services-card:nth-child(2n) .services-contents{flex-direction:row-reverse}@media (max-width:1024px){.services-description h1{font-size:28px}.services-description p{font-size:14px}.services-learn-more-button{font-size:18px;height:48px;width:160px}}@media (max-width:600px){.services-description h1{font-size:24px}.services-description p{font-size:14px}.services-learn-more-button{font-size:16px;height:45px;width:150px}.services-contents{flex-direction:column!important;text-align:center}.services-image-container{order:-1}.services-description{text-align:justify}}@media (max-width:480px){.services-description h1{font-size:20px;margin:0;text-align:center}.services-description p{font-size:13px}.services-learn-more-button{font-size:14px;height:40px;width:140px}.services-contents{flex-direction:column!important;text-align:center}.services-image-container{order:-1}.services-description{text-align:justify}}.aboutCompanyOverviewContainer{align-items:center;background-color:#fff;display:flex;flex-direction:column;margin:0;padding:100px 144px;transition:all .3s ease}.aboutCompanyOverviewContents{display:flex;flex-direction:column;gap:20px;transition:all .3s ease;width:100%}.aboutCompanyOverviewTitle{align-items:center;display:flex;justify-content:center;transition:all .3s ease}.aboutCompanyOverviewTitle span{font-size:54px;font-weight:600;line-height:66px;text-align:center;transition:all .3s ease}.aboutCompanyOverviewContentContainer{flex-direction:column;gap:60px}.aboutCompanyOverviewContent,.aboutCompanyOverviewContentContainer{align-items:center;display:flex;justify-content:center;transition:all .3s ease}.aboutCompanyOverviewContent{font-size:22px;max-width:802px;text-align:center;width:100%}.aboutCompanyOverviewImageContent{flex-wrap:wrap;gap:50px}.aboutCompanyOverviewImageContent,.aboutCompanyOverviewImageTextContainer{align-items:center;display:flex;justify-content:center;transition:all .3s ease}.aboutCompanyOverviewImageTextContainer{flex-direction:column;gap:20px;text-align:justify}.aboutCompanyOverviewText{font-size:24px;font-weight:600;letter-spacing:.12em;transition:all .3s ease}.aboutCompanyOverviewDescription{font-size:14px;max-width:400px;transition:all .3s ease}.aboutCompanyOverviewImageTextContainer img{border-radius:10px;height:300px;transition:all .3s ease;width:375px}@media screen and (max-width:1250px){.aboutCompanyOverviewContents{align-items:center}.aboutCompanyOverviewContent{width:auto}.aboutCompanyOverviewImageContent{gap:30px}}@media screen and (max-width:780px){.aboutCompanyOverviewContainer{padding:39px 30px}.aboutCompanyOverviewContentContainer,.aboutCompanyOverviewImageContent{gap:20px}.aboutCompanyOverviewTitle span{font-size:28px}.aboutCompanyOverviewImageTextContainer img{height:220px;width:280px}.aboutCompanyOverviewContent{font-size:14px;max-width:290px;text-align:justify}.aboutCompanyOverviewText{font-size:20px;font-weight:600}.aboutCompanyOverviewDescription{font-size:12px;max-width:290px}}.project-tabs-container{align-items:center;background-color:#f3f6fb;display:flex;justify-content:center;padding:10px 0;position:relative}.project-tabs-wrapper{display:flex;gap:16px;position:relative}.project-tab,.project-tab-item{position:relative}.project-tab{color:#00000080;cursor:pointer;display:inline-block;font-size:24px;font-weight:400;padding:10px 20px;text-transform:uppercase}.project-tab.project-tab-active{color:#000}.project-tab-separator{align-self:center;background-color:#000;height:50px;width:2px}.project-tab .project-tab-underline{background-color:#000;bottom:0;height:2px;left:5%;position:absolute;transform:scaleX(0);transform-origin:center;transition:transform .3s ease;width:90%}.project-list{background-color:#f3f6fb;display:flex;flex-direction:column;gap:70px;padding:70px 0}.project-tab.project-tab-active .project-tab-underline{transform:scaleX(1)}@media (max-width:768px){.project-tabs-wrapper{align-items:center;flex-direction:column;gap:8px}.project-tab-separator{height:2px;margin:8px 0;width:50px}.project-tab{font-size:18px;padding:8px 16px}.project-tab .project-tab-underline{left:10%;width:80%}}.project-card{align-items:center;background-color:#f3f6fb;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:50px 20px;width:100%}.project-card-contents{border-radius:10px;box-shadow:-5px 0 20px #0000004d,5px 0 20px #0000004d;display:flex;height:400px;max-width:1200px;overflow:hidden;transition:transform .3s ease-in-out;width:100%}.project-card-contents:hover{transform:translateY(-5px)}.project-card-image-container{height:100%;min-width:50%;position:relative;width:50%}.project-card-image-container img{display:block;height:100%;object-fit:cover;width:100%}.project-card-image-container:after{border-radius:10px 0 0 10px;box-shadow:inset 0 0 30px 10px #0009;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.project-card-description{background:#fff;border-radius:0 10px 10px 0;box-sizing:border-box;color:#000;display:flex;flex-direction:column;gap:30px;height:100%;justify-content:center;min-width:50%;overflow-y:auto;padding:20px 53px;text-align:left;width:50%}.project-card-description h1{font-size:32px;font-weight:600;margin:0}.project-card-description p{font-size:18px;font-weight:300;line-height:1.6;margin:0;text-align:justify}.project-card-learn-more-button{background-color:#d9b899;border:none;border-radius:5px;box-shadow:0 3px 5px #0000004d;color:#fff;cursor:pointer;font-size:19px;font-weight:500;height:53px;transition:all .3s ease;width:186px}.project-card-learn-more-button:hover{background-color:#a37d56;transform:scale(1.05)}@media (max-width:1100px){.project-card{padding:50px 80px}}@media (max-width:1000px){.project-card{padding:50px 60px}.project-card-contents{flex-direction:column;height:auto;max-width:700px}.project-card-image-container{height:350px;width:100%}.project-card-image-container img,.project-card-image-container:after{border-radius:10px 10px 0 0}.project-card-description{border-radius:0 0 10px 10px;height:auto;padding:30px 40px;width:100%}}@media (max-width:600px){.project-card{align-items:center;background-color:#f3f6fb;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:50px 20px;width:100%}.project-card-contents{max-width:100%}.project-card-image-container{height:250px}.project-card-description{gap:20px;padding:20px 25px}.project-card-description h1{font-size:28px}.project-card-description p{font-size:16px}.project-card-learn-more-button{font-size:18px;height:48px;width:160px}}@media (max-width:400px){.project-card-image-container{height:200px}.project-card-description h1{font-size:24px}.project-card-description p{font-size:14px}}.project-details-card{align-items:center;background-color:#f4f0db;background:url(/static/media/projectBackgroundImage.fa05c0df7f9396eb096c.png);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;display:flex;flex-direction:row;gap:120px;height:700px;justify-content:center;padding:40px}.project-details-card-images{flex-shrink:0;position:relative}.image-large{border-radius:16px;box-shadow:0 4px 8px #0000001a;height:350px;object-fit:fill;width:460px}.image-small{border-radius:12px;bottom:-60px;box-shadow:0 4px 8px #0003;height:270px;object-fit:fill;position:absolute;right:-80px;width:360px}.project-details-card-details{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-between;max-width:800px}.project-details-card-title{color:#333;font-size:32px;font-weight:700}.project-details-card-description{color:#555;font-size:16px;margin-bottom:10px}.project-details-card-project-info{display:flex;flex-wrap:wrap;gap:30px}.project-details-card-info-column{align-items:flex-start;display:flex;flex-basis:calc(33.33% - 20px);flex-direction:column;min-width:120px}.project-details-card-info-label{color:#444;font-size:17px;font-weight:700;text-transform:uppercase}.project-details-card-info-value{color:#222;font-size:17px;font-weight:400}.project-details-card-services-used{margin:10px 0}.project-details-card-services-list{color:#555;display:flex;flex-wrap:wrap;font-size:14px;gap:20px;list-style:none;padding:0}.project-details-card-services-list li{cursor:pointer}.project-details-card-service-item{white-space:nowrap}.project-details-card-button-wrapper{display:flex;flex-direction:row}.project-details-card-button-wrapper svg{margin-left:25px;margin-top:-40px}.project-details-card-book-button{align-self:flex-start;background-color:#c9a57c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:14px 20px;transition:.3s}.project-details-card-book-button:hover{background-color:#b08b68}@media (max-width:1250px){.project-details-card{flex-direction:column;height:100%}.project-details-card-project-info{display:flex;justify-content:space-between;width:100%}.project-details-card-button-wrapper svg{margin-left:-40px;margin-top:-30px;scale:.5}.image-large{height:270px;width:360px}.image-small{height:175px;width:225px}}@media (max-width:600px){.project-details-card{flex-direction:column;height:100%}.project-details-card-project-info{display:flex;justify-content:space-between;width:100%}.project-details-card-button-wrapper svg{margin-left:-40px;margin-top:-30px;scale:.5}.image-large{height:200px;width:290px}.image-small{bottom:-125px;height:180px;right:-20px;width:230px}}.contactFormContainer{align-items:center;background-image:url(/static/media/contactBackgroundImage.592def0a99c24f6f1b33.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;padding:100px 183px}.contactForm{border-radius:8px;width:453px!important}.contactForm form{display:flex;flex-direction:column;gap:28px}.formGroup{padding-bottom:10px}.formGroup,.formGroupMessage{display:flex;flex-direction:column;gap:5px}.formGroupMessage label{font-size:16px;margin:0}.formGroupMessage textarea{background-color:#f5f5f5;border:1px solid #b3bfca;border-radius:5px;padding:10px;resize:none;width:453px!important}.formGroup label{font-size:16px;margin:0}.formGroup input,.formGroup textarea{background-color:#f5f5f5;border:1px solid #b3bfca;border-radius:5px;font-size:16px;padding:10px;width:453px}.formGroupSubmit button{background-color:#000;border:2px solid #000;border-radius:15px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;height:44px;padding:10px 50px;transition:all .3s ease;width:158px}.formGroupSubmit button:hover{background-color:#fff;border:2px solid #000;color:#000;font-family:Poppins,sans-serif}@media screen and (max-width:1300px){.contactFormContainer{background-size:contain}}@media screen and (max-width:985px){.contactForm,.formGroupMessage textarea{min-width:300px;width:auto!important}.contactFormContainer{background-image:none}}@media screen and (max-width:600px){.contactFormContainer{background-image:none;padding:20px 45px;width:100%}}.contactForm{margin:0;min-width:300px;width:auto}.formGroupMessage textarea{font-size:16px;height:119px;min-width:300px;width:auto}.formGroup input,.formGroup textarea{width:auto}.formGroup,.formGroupMessage{display:flex;flex-direction:column;gap:20px;padding-bottom:20px}.googleMapContainer{align-items:center;background-color:#f3f6fb;display:flex;justify-content:center;padding:70px 0}.googleMap{border:none;border-radius:50px;height:550px;max-width:1000px;width:90%}@media (max-width:768px){.googleMap{border-radius:26px;height:300px}}.footer{background-color:#bfb99b;color:#fff;display:block;font-family:Poppins,sans-serif;padding:20px 20px 10px}.footerPc{display:flex;flex-direction:column;gap:22px}.footerContents{flex-direction:row;gap:209px;margin:0}.footerContent1,.footerContents{display:flex;justify-content:center}.footerContent1{align-items:center}.footerContent2{display:flex;flex-direction:row;gap:136px;text-align:left}.quickLinks{display:flex;flex-direction:column;gap:22px}.contact h2,.menu h2,.social h2{font-size:18px;letter-spacing:3px;line-height:32px;margin:0}.menuContents ul{list-style:none;padding:0}.menuContents li,.menuContents ul{height:fit-content;margin:0;width:fit-content}.menuContents a{color:#fff;font-size:16px;line-height:32px;margin:0;text-decoration:none}.menuContents a:hover{text-decoration:underline}.contactDetails{display:flex;flex-direction:column;gap:22px}.contactContents-phoneNumbers{display:flex;flex-direction:row;gap:10px}.contactContents,.contactContents-phoneNumbers a{color:#fff!important;text-decoration:none}.contactContents,.contactContents-phoneNumbers a:hover{text-decoration:underline}.contactContents,.contactContents-phoneNumbers p{font-size:16px;line-height:32px;margin:0}.contactContents a{color:#fff!important;text-decoration:none}.contactContents a:hover{text-decoration:underline}.contactContents p{font-size:16px;line-height:32px;margin:0}.socialMediaLinks{display:flex;flex-direction:column;gap:21px}.socialMediaSvgs{cursor:pointer;display:flex;flex-direction:row;gap:12px;transition:.3s ease}.socialMediaLinks svg:hover{transform:scale(1.1)}.copyRight{display:flex;flex-direction:row;justify-content:center}.copyRight h2{font-size:12px;font-weight:200;margin:0}.footerMobile{display:none;flex-direction:column;padding:20px}.getInTouchMob{justify-content:center;text-align:center}.getInTouchMob h2{font-size:21px;line-height:32px;margin:0}.emailContentsMob{gap:29px}.addressMob,.emailContentsMob{display:flex;flex-direction:column}.addressMob{gap:9px}.callusMob,.emailMob{display:flex;flex-direction:row}.emailMob a{color:#fff!important;text-decoration:none}.emailMob a:hover{text-decoration:underline}.emailMob p{font-size:14px;line-height:32px;margin:0}.callusMob-phoneNumbers{display:flex;flex-direction:row;gap:10px}.callusMob-phoneNumbers a{color:#fff!important;text-decoration:none}.callusMob-phoneNumbers a:hover{text-decoration:underline}.addressMob p,.callusMob p,.callusMob-phoneNumbers p,.emailMob p{font-size:14px;line-height:32px;margin:0}.addressMob p,.callusMob h2,.callusMob p,.emailMob p{white-space:nowrap!important}.emailMob{gap:43px}.callusMob{gap:25px}.socialMediaLinksMob{display:flex;flex-direction:row;gap:31px}.addressMob h2,.callusMob h2,.emailMob h2,.socialMob h2{font-size:21px;margin:0}.socialMediaSvgMobile{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:6px;transform:scale(1)}.socialMediaSvgMobile svg:hover{transform:scale(1.1);transition:all .3s ease}.copyRightMob{text-align:center}.copyRightMob h2{font-size:12px;font-weight:200;margin:0}@media (max-width:870px){.addressEmailContentsMob{display:flex!important;flex-direction:column!important;gap:29px;padding:0!important;width:auto!important}.addressMob{display:flex;flex-direction:row}}@media (max-width:920px){.footerMobile{align-items:center;display:flex;flex-direction:column;gap:29px;justify-content:center;transition:.3s ease}.addressEmailContentsMob{display:flex;flex-direction:row;justify-content:space-between;padding:0 100px;width:100%}.footerPc{display:none;transition:.3s ease}}@media (max-width:1140px){.footerContents{gap:104px;transition:.3s ease}.footerContent2{gap:68px;transition:.3s ease}.copyRight{gap:108px;transition:.3s ease}}.ctaFooter{background-color:#c9c4ac;flex-direction:row;gap:40px;justify-content:space-between;padding:80px 150px;width:100%}.ctaFooter,.ctaFooterContent{align-items:center;color:#fff;display:flex}.ctaFooterContent{font-size:40px;font-weight:600;justify-content:center;max-height:120px;max-width:775px;min-height:fit-content;text-align:left}.ctaGetInTouch button{background-color:initial;border:2px solid #fff;border-radius:15px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:20px;font-weight:500;height:53px;padding:10px 20px;transition:all .3s ease;width:186px}.ctaGetInTouch button:hover{background-color:initial;border:2px solid #000;color:#000;transform:scale(1.1);transition:all .3s ease}@media screen and (max-width:1290px){.ctaFooterContent{font-size:35px}}@media screen and (max-width:950px){.ctaFooterContent{font-size:20px}.ctaGetInTouch button{font-size:15px}}@media screen and (max-width:780px){.ctaFooter{display:flex;flex-direction:row;gap:10px;justify-content:center;padding:32px 42px}.ctaFooterContent{font-size:20px;margin:0;max-height:120px;min-width:150px;transition:all .3s ease}.ctaGetInTouch button{font-size:16px;height:46px;width:160px}.ctaGetInTouch button:hover{background-color:initial;border:2px solid #000;color:#000;transform:scale(1.1);transition:all .3s ease}}.scroll-to-top{align-items:center;background:#fff;border:2px solid #bfb99b;border-radius:50px;bottom:20px;box-shadow:0 4px 6px #0000004d;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:0;padding:0;position:fixed;right:20px;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;width:50px;z-index:10}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top.hidden{opacity:0;visibility:hidden}.scroll-to-top:hover .up-arrow{animation:twitch .5s ease-in-out forwards}@keyframes twitch{0%{transform:translateY(0)}50%{transform:translateY(-3px)}to{transform:translateY(0)}}@media (max-width:950px){.scroll-to-top{bottom:15px;height:40px;right:15px;width:40px}.up-arrow{height:20px;width:20px}}@media (max-width:600px){.scroll-to-top{bottom:10px;height:36px;right:10px;width:36px}.up-arrow{height:18px;width:18px}}.testimonials{align-items:center;background-color:#f4f0db;background:url(/static/media/testimonialsBackgroundImage.06f28b58f07830f738d0.png);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:30px;margin:0;padding:100px 144px;width:100%}.testimonials,.testimonials-title{display:flex;transition:all .3s ease}.testimonials-title{justify-content:center}.testimonials-title span{font-size:54px;line-height:64px;transition:all .3s ease}.testimonials-content{font-size:22px;text-align:center;transition:all .3s ease;width:802px}.testimonial-stars{display:flex;font-size:24px;gap:4px}.testimonial-cards-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;justify-content:center;transition:all .3s ease}.testimonialCard{background-color:#f4f0db;border-radius:20px;display:flex;flex-direction:column;gap:20px;height:auto;min-width:550px;padding:30px;transition:all .3s ease;width:auto}.testimonialCard:hover{transform:translateY(-5px)}.testimonial-review{font-size:16px;transition:all .3s ease;width:432.84px}.testimonial-card-contents{display:flex;flex-direction:column;gap:8px;transition:all .3s ease}.testimonal-reviewer-name{font-size:16px;font-weight:600;transition:all .3s ease}@media screen and (max-width:1060px){.testimonials-content{transition:all .3s ease;width:auto}.testimonialCard{min-width:auto}.testimonial-cards-container{flex-direction:column;gap:40px;transition:all .3s ease}}@media screen and (max-width:600px){.testimonials{padding:32px 80px;transition:all .3s ease}.testimonials-title span{font-size:20px;font-weight:600;line-height:66px;transition:all .3s ease}.testimonials-content{font-size:12px;text-align:center;transition:all .3s ease;width:100%}.testimonial-cards-container,.testimonialCard{gap:20px;transition:all .3s ease}.testimonialCard{height:auto;min-width:auto;padding:30px;width:auto}.testimonial-review{font-size:14px;transition:all .3s ease;width:197px}}*{box-sizing:border-box}body{-webkit-touch-callout:none;font-family:Poppins,sans-serif;left:0;margin:0;overflow-x:hidden;-webkit-user-select:none;user-select:none}body::-webkit-scrollbar{display:none}*{-webkit-tap-highlight-color:transparent}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.07b3bdcc.css.map*/