*{box-sizing:border-box;font-family:poppins;margin:0;padding:0}html{font-size:62.5%}:root{--h0:4.8rem;--h1:4rem;--h2:3.2rem;--h3:2.8rem;--h4:2.4rem;--h5:2rem;--pLarge:1.8rem;--pReg:1.6rem;--pSmall:1.4rem;--pXsmall:1rem;--dark:#2f2d28;--dark1:#595753;--dark2:#82817e;--dark3:#acaba9;--grey1:#d5d5d4;--grey2:#eaeae9;--grey3:#f5f4f4;--white:#fff;--primaryYellow:#efb138;--primaryYellowLight:#fff4e1;--primaryYellowDark:#ac6e00;--primaryBlue:#275b8f;--primaryBlueLight:#eef7ff;--primaryBlueDark:#174069;--accentGreen:#219653;--accentRed:#eb5757}a:active,a:focus,button:active,button:focus,input:active,input:focus,select:active,select:focus,textarea:active,textarea:focus{outline:none}a,button{-webkit-tap-highlight-color:transparent}body{user-select:none;-webkit-user-select:none}.App{margin:0 auto;max-width:1600px;width:100%}.custom-btn{background-color:#fff;background-color:var(--white);border:none;border-radius:1.6rem;color:#fff;color:var(--white);cursor:pointer;font-size:1.6rem;font-size:var(--pReg);font-weight:400;overflow:hidden;padding:1.2rem 3.2rem;position:relative;text-align:center;text-decoration:none}.custom-btn:before{animation:sweep 3s infinite;background:linear-gradient(120deg,#fff0,#fff9 50%,#fff0);left:-75%;pointer-events:none;transform:skewX(-25deg);width:50%;z-index:2}.custom-btn:after,.custom-btn:before{content:"";height:100%;position:absolute;top:0}.custom-btn:after{background-color:#efb138;background-color:var(--primaryYellow);border-radius:1.6rem;left:0;transform:scale(1);transform-origin:bottom right;transition:transform .5s ease-in-out;width:100%;z-index:1}.custom-btn span{position:relative;z-index:3}.custom-btn:hover{color:#efb138;color:var(--primaryYellow)}.custom-btn:hover:after{transform:scale(0)}@media (max-width:1125px){*{box-sizing:border-box;font-family:poppins;margin:0;overflow-x:visible;padding:0}}.contactBar{align-items:center;background-color:var(--dark);display:flex;gap:2.4rem;height:3.2rem;justify-content:flex-end;max-width:1600px;padding:0 8rem;position:fixed;top:0;width:100%;z-index:8888}.contactBar .indiaNumberDiv,.contactBar .swissNumberDiv{align-items:center;display:flex;gap:.8rem}.contactBar .contactNumber{color:var(--white);font-size:var(--pXsmall)}.navbar{background-color:initial;display:grid;grid-auto-flow:column;grid-template-columns:1fr 2fr;max-width:1600px;position:fixed;width:100%;z-index:8888}.navbar,.navbar.scrolled{opacity:1;padding:0 8rem;top:3.2rem}.navbar.scrolled{background-color:var(--dark)}.navbar.scrolled .navLinks a{color:var(--white)}.navbar.scrolled .navLinks a:hover{color:var(--primaryYellow);cursor:pointer}.navbar.scrolled .navLinks a.active{color:var(--primaryYellow);font-weight:600}.navLinks{align-content:center;align-items:center;display:flex;justify-self:end}.navLinks .navLink-last-item{margin-right:.7rem}.whatsapp-icon-container{align-items:center;display:flex;justify-content:center;overflow:visible}.whatsapp-icon-container .whatsappIcon{animation:zoomInOut 3s infinite;transform-origin:center;transition:transform .2s ease}.navbar .navbar-contact-btn{background-color:var(--white);border:none;border-radius:1.6rem;color:var(--white);cursor:pointer;font-size:var(--pReg);font-weight:400;margin-left:2rem;overflow:hidden;padding:1.2rem 3.2rem;position:relative;text-align:center;text-decoration:none}.navbar-contact-btn:before{animation:sweep 3s infinite;background:linear-gradient(120deg,#fff0,#fff9 50%,#fff0);content:"";height:100%;left:-75%;pointer-events:none;position:absolute;top:0;transform:skewX(-25deg);width:50%;z-index:2}.navbar .navbar-contact-btn:after{background-color:var(--primaryYellow);border-radius:1.6rem;content:"";height:100%;left:0;position:absolute;top:0;transform:scale(1);transform-origin:bottom right;transition:transform .5s ease-in-out;width:100%;z-index:1}.navbar .navbar-contact-btn span{position:relative;z-index:3}.navbar .navbar-contact-btn:hover{color:var(--primaryYellow)}.navbar .navbar-contact-btn:hover:after{transform:scale(0)}.navLinks a{color:var(--white);font-size:var(--pReg);margin:2rem;text-decoration:none}.hamburger{cursor:pointer;display:none;flex-direction:column}.hamburger span{background:var(--primaryYellow);border-radius:5px;height:.4rem;margin:.2rem;width:2.4rem}.whatsapp-icon-container-mobile{display:none}@media (max-width:1125px){.contactBar{padding:0 2.4rem}.navbar{background-color:initial;width:100%}.navbar,.navbar.scrolled{padding:1rem 2rem 0}.navLinks{background-color:#333;display:none;flex-direction:column;height:100%;justify-content:center;left:0;overflow:hidden;top:0;width:100%;z-index:1000}.whatsapp-icon-container-mobile{align-items:right;display:flex;justify-content:right;overflow:visible;padding-right:1.2rem}.whatsapp-icon-container-mobile .whatsappIcon{animation:zoomInOutMobile 3s infinite;transform-origin:center;transition:transform .2s ease}.hamburger{display:flex;justify-self:end;margin-top:.4rem}.hamburger.open span{background:#fff}.navLinks a{font-size:.9rem;margin:1rem}.navbar .primaryBtn{font-size:.9rem;padding:1rem 2.5rem}}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes zoomInOutMobile{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.sidebar{background-color:var(--dark);color:var(--white);display:flex;flex-direction:column;height:100vh;justify-content:space-between;left:-100%;overflow-y:auto;padding:0 2.4rem 4.8rem;position:fixed;top:0;transition:left .3s ease;width:100%;z-index:9999}.sidebar.open{left:0}.menu-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:5rem}.logo{font-size:1.5em;font-weight:700}.close-btn,.logo{color:var(--primaryYellow);width:50%}.close-btn{background:none;border:none;cursor:pointer;font-size:4rem;text-align:right}.menu-items{display:flex;flex-direction:column;flex-grow:1}.menu-items a{color:var(--white);font-size:var(--pReg);margin:2rem 0;text-decoration:none}.menu-items hr{background:var(--dark1);border:0;color:var(--dark1);font-size:0;height:1px}.copyright{margin:1.5rem 0;text-align:center}.menu-items a.active{color:var(--primaryYellow);font-weight:600}footer{background-color:var(--dark)}.nav-footer{display:grid;grid-auto-flow:column;grid-template-columns:1fr 2fr 1fr;margin:0 8rem;padding:2.4rem 0}.nav-footer .navLinks{align-content:center;justify-self:center}.copyrightdiv{align-content:center;justify-self:end}.copyright{color:var(--dark2);font-size:var(--pSmall)}.nav-footer .navLinks a{color:var(--white);margin:2rem;text-decoration:none}.navLinks a:hover{color:var(--primaryYellow);cursor:pointer}.navLinks a.active{color:var(--primaryYellow);font-weight:600}@media screen and (max-width:1125px){.footer{max-width:100%}}button{cursor:pointer}.banner{background-repeat:no-repeat;background-size:100%}.banner,.bannerContentWide{max-height:72rem}.bannerContent{grid-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:auto;justify-content:center;padding:28rem 8rem 8rem}.banner .bannerLeft{grid-gap:5.6rem;display:grid;gap:5.6rem;grid-auto-flow:row;justify-content:space-between}.banner .bannerText{align-content:center;width:100%}.bannerText h1{color:var(--dark);font-size:var(--h0);font-weight:400;line-height:56px;margin-bottom:4rem}.bannerText h1 span{color:var(--primaryYellow);font-weight:600}.bannerText p{color:var(--dark2);font-size:var(--pReg);line-height:24px;margin-bottom:40px}.banner .offers{grid-gap:2.4rem;display:grid;gap:2.4rem;grid-auto-flow:column;grid-template-columns:1fr 1fr}.banner .offers .title{align-items:center;column-gap:1.6rem;display:flex;grid-template-columns:auto auto;margin-bottom:.8rem}.offers .title img{display:inline-block}.offers .title h4{color:var(--dark);font-size:var(--h5);font-weight:400}.offers .para p{color:var(--dark2);font-size:var(--pSmall)}.offers .moneyBack,.offers .randomOffer{background:var(--grey3);border-radius:.8rem;padding:2.4rem}.bannerImg img{border-radius:4px;width:100%}.banner .bannerImg{text-align:end}.aboutUsRapper{overflow:hidden;position:relative;width:100%}.aboutUs{background-color:var(--dark);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;grid-template-columns:1fr;justify-content:center;padding:8rem 24rem;text-align:center;width:100%}.aboutText h1{color:var(--white);font-size:var(--h2);font-weight:400;line-height:56px;text-align:center}.aboutText h1 span{color:var(--primaryYellow);font-weight:600}.aboutText p{color:var(--white);font-size:var(--pReg);line-height:24px;margin-bottom:40px;margin-top:40px;text-align:center}.whyKlug{grid-gap:16rem;background-color:var(--white);display:grid;gap:16rem;grid-template-columns:auto auto;padding:8rem}.whyKlug-right{grid-gap:2.4rem;grid-column-gap:4rem;column-gap:4rem;display:grid;gap:2.4rem;grid-template-areas:"title title" "value1 value2" "value3 value4"}.whyKlug-title{grid-area:title}.offer1{grid-area:value1}.offer2{grid-area:value2}.offer3{grid-area:value3}.offer4{grid-area:value4}.whyKlug-title h3{font-size:var(--h3);font-weight:400;line-height:36px;margin-bottom:3.2rem;margin-top:.8rem}.whyKlug .whyKlugTextLeft h1{color:var(--dark);font-size:var(--h2);font-weight:400;line-height:5.6rem;margin-bottom:4rem}.whyKlugTextLeft p{color:var(--dark2);font-size:var(--pReg);margin-bottom:4rem}.whyKlugTextLeft p span{color:var(--dark);display:block;font-size:var(--h5);font-weight:400;margin:1.6rem 0}.whyKlug-right h5{color:var(--dark);font-size:var(--h4);font-weight:300;margin-bottom:.8rem}.whyKlug-right h5 span{color:var(--dark);font-weight:600}.whyKlug-right p{color:var(--dark2);font-size:var(--pReg);font-weight:400}.homeServices{background-color:var(--dark);padding:8rem}.homeServices-text{align-items:center;display:flex;justify-content:space-between;padding-bottom:6.4rem}.homeServices-text h1 span{color:var(--primaryYellow);font-weight:600}.homeServices-text h1{color:var(--white);font-size:var(--h2);font-weight:400;line-height:56px}.homeServices-text .primaryBtn{display:inline-block}.homeServices .servicePointsHome{grid-gap:4rem;grid-row-gap:8rem;display:grid;gap:4rem;grid-template-areas:"service1 service2 service3" "service4 service5 service6";row-gap:8rem;text-align:center}.service1H{grid-area:service1}.service2H{grid-area:service2}.service3H{grid-area:service3}.service4H{grid-area:service4}.service5H{grid-area:service5}.service6H{grid-area:service6}.servicePointsHome h4{color:var(--primaryYellow);font-size:var(--h5);font-weight:500;margin:2.4rem 0 1.6rem}.servicePointsHome p{color:var(--grey1);font-size:var(--pReg);margin:0 auto;max-width:80%}.servicePointsHome img{height:64px;width:64px}.homeServices .servicesBtnResponsive .primaryBtn{display:none}.offerSlides{position:absolute;width:100%}@media screen and (max-width:1125px){.banner,.container{height:100%;overflow:hidden;width:100%}.banner{background-size:cover;max-height:72rem}.bannerContent{display:flex;flex-direction:column;margin:0;max-height:72rem;overflow:hidden;padding:0;position:relative;width:100%}.banner .bannerLeft{display:inline-block;height:100%;overflow:hidden;width:100%}.banner .bannerImg{margin-top:1.6rem;max-height:12.5rem;max-width:100%;position:absolute}.banner .bannerImg img{height:250px;width:100vw}.banner .bannerText{word-wrap:break-word;overflow:hidden;padding:12rem 2.4rem 4rem;text-align:center;width:100%}.banner .bannerText h1{font-size:var(--h3);line-height:48px;margin-bottom:8rem}.banner .bannerText p{color:var(--dark2);font-size:var(--pXsmall);line-height:16px;margin-bottom:0}.primaryBtn{margin:2.4rem 0;width:100%}.banner .primaryBtn{margin:0 0 4.8rem;padding:1.2rem}.offerSlides{position:static}.banner .offers{display:flex;flex-direction:column;gap:0;overflow:hidden;width:100%}.banner .offers .title{margin-bottom:.8rem}.offers .moneyBack,.offers .randomOffer{background:var(--grey3);border-radius:0;padding:2.4rem}.offers .moneyBack{border-bottom:4px solid var(--white)}.aboutUs{align-content:center;background-color:var(--dark);background-repeat:no-repeat;display:grid;grid-template-columns:1fr;margin-top:0;padding:2.4rem}.aboutText h1{font-size:var(--h4)}.aboutText p{font-size:var(--pSmall);margin:24px 0}.whyKlug{display:flex;flex-direction:column;gap:48px;padding:2.4rem}.whyKlug .whyKlugTextLeft h1{font-size:var(--h4);margin-bottom:2.4rem}.whyKlug .whyKlugTextLeft .primaryBtn{margin:0}.whyKlug-title h3{font-size:var(--h4);margin:0}.whyKlug-right{display:grid;grid-template-areas:"title" "value1" "value2" "value3" "value4"}.whyKlug-right h5{color:var(--dark);font-size:var(--h5);font-weight:400;margin-bottom:.8rem}.homeServices{padding:2.4rem}.homeServices-text{display:block;padding-bottom:4rem;text-align:center}.homeServices-text h1{font-size:var(--h4)}.homeServices-text .primaryBtn{display:none}.homeServices .servicesBtnResponsive .primaryBtn{display:inline-block}.homeServices .servicePointsHome{display:flex;flex-direction:column;text-align:center}.servicePointsHome h4{color:var(--white);font-size:var(--h5);font-weight:600;margin:2.4rem 0}footer{display:none}}@keyframes sweep{0%{left:-75%}to{left:125%}}.contactText{margin-bottom:8rem;text-align:center}.contactText h1{color:var(--dark);font-size:var(--h2);font-weight:400;line-height:56px}.contactText h1 span{color:var(--primaryYellow);font-weight:600}.contactUs{padding:8rem}.contactDetails{display:grid;grid-template-columns:1fr 2fr 1fr;justify-content:space-around;margin:0 auto;width:80%}.contactDetails .email,.contactDetails .phone,.contactDetails .social{text-align:center}.contactDetails .title h4{color:var(--dark);font-size:var(--h5);font-weight:600}.contactDetails .reachUs,.contactDetails .value{display:flex;justify-content:center;margin-top:.8rem}.contactDetails .reachUs{flex-direction:column}.contactDetails .reachUs .valuePhone{display:flex;justify-content:center}.contactDetails .reachUs .reachUsValues{display:flex;justify-content:center;margin-bottom:1.2rem}.contactDetails .reachUs .valueWhatsapp{display:flex;justify-content:center}.swissLocation{align-items:center;color:inherit;cursor:pointer;display:flex;text-decoration:none}.contactDetails .reachUs .valueWhatsapp p{padding-top:.4rem}.contactDetails .reachUs .valueWhatsapp a{text-decoration:none}.contactDetails .value img{padding:.2rem}.contactDetails .value p{color:var(--dark1);font-size:var(--pReg);margin-right:.8rem;text-align:left}.contactDetails .value img{margin-right:.8rem}.emailbtn{align-items:center;color:inherit;display:flex;text-decoration:none}.emailbtn,.social .value a:hover{cursor:pointer}@media screen and (max-width:1125px){.contactText{margin-bottom:4rem}.contactDetails{display:flex;flex-direction:column;gap:40px;justify-content:space-around;width:80%}.contactText h1{font-size:var(--h4)}.contactUs{padding:4rem 2.4rem}.contactDetails .title h4{color:var(--dark);font-size:var(--pLarge);font-weight:400}.contactDetails .value{display:flex;justify-content:center;margin-top:.4rem}.contactDetails .value p{color:var(--dark1);font-size:var(--pSmall);text-align:center}.contactDetails .reachUs .reachUsValues{display:flex;justify-content:center;margin-bottom:1.2rem}}@keyframes blink{0%{border-color:#0000}to{border-color:#000}}.cursor{animation:blink .75s step-end infinite;border-right:2px solid #000}.hidden{animation:none}@media screen and (max-width:1125px){.typingEffectText{word-wrap:break-word;font-size:var(--h3);font-weight:400;overflow:hidden;width:100%}}.slide-show{margin:auto;max-width:600px;overflow:hidden;position:absolute;width:100%}.slide-content{background-color:none;font-size:24px;padding:0;text-align:left}.dots{display:flex;justify-content:center;margin-top:10px}.dot{background-color:var(--dark2);border-radius:50%;cursor:pointer;height:1.2rem;margin:0 5px;width:1.2rem}.dot.active{background-color:var(--primaryYellow)}@media screen and (max-width:1125px){.slide-content{word-wrap:break-word;overflow:hidden}.slide-show{overflow:hidden;position:static;width:100%}}.video-background{align-items:center;display:flex;flex-direction:column;grid-template-columns:1fr 1fr;height:100vh;justify-content:top;max-height:72rem;overflow:hidden;position:relative;row-gap:8rem;width:100%}.video-background video{left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:0}.video-background:before{background:#0009;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.keyPoints h1{color:var(--white);font-size:var(--h0);font-weight:600;position:relative;z-index:2}.keyPoints h1 span{color:var(--primaryYellow);font-weight:800}.headline{margin:4rem 0}.headline h1{color:var(--white);font-size:var(--h2);font-weight:400;position:relative;text-align:center;z-index:2}.headline h1 span{color:var(--primaryYellow);font-weight:600}.HomePageHeaderDiv{padding-top:20rem;position:relative;text-align:center;z-index:2}.offer-card-wrapper{bottom:2.4rem;gap:2.4rem;margin-bottom:0;margin-top:-160px;position:relative;z-index:2}.offer-card,.offer-card-wrapper{display:flex;justify-content:center}.offer-card{align-items:center;background:none;border-radius:1.6rem;font-weight:700;height:160px;padding:0 4rem 4rem;text-align:center;width:480px}.siteOffers h4{font-size:var(--h5);margin-bottom:1.6rem}.siteOffers h4,.siteOffers p{color:var(--grey1);font-weight:400}.siteOffers p{font-size:var(--pReg)}@media screen and (max-width:1125px){.video-background{align-items:center;display:flex;flex-direction:column;grid-template-columns:auto;height:100vh;justify-content:top;max-height:72rem;overflow:hidden;position:relative;row-gap:4rem;width:100%}.video-background img{left:30%;min-width:100%;object-fit:fill;position:absolute;top:70%;transform:translate(-50%,-50%);z-index:0}.video-background:before{background:#0009;content:"";left:0;position:absolute;top:0;width:100%;z-index:1}.keyPoints h1{color:var(--white);font-size:var(--h4);font-weight:600;position:relative;z-index:2}.keyPoints h1 span{color:var(--primaryYellow);font-weight:800}.headline{margin:2.4rem}.headline h1{color:var(--white);font-size:var(--h5);font-weight:400;position:relative;text-align:center;z-index:2}.headline h1 span{color:var(--primaryYellow);font-weight:600}.HomePageHeaderDiv{padding-top:16rem;position:relative;text-align:center;z-index:2}.offer-card-wrapper{flex-direction:column;gap:6.4rem;position:relative;top:-12rem;z-index:2}.offer-card,.offer-card-wrapper{display:flex;justify-content:center}.offer-card{align-items:center;background:none;border-radius:1.6rem;font-weight:700;height:4rem;padding:2.4rem;text-align:center;width:100%}.siteOffers h4{font-size:var(--pReg);margin-bottom:.8rem;text-align:center}.siteOffers h4,.siteOffers p{color:var(--grey1);font-weight:400}.siteOffers p{font-size:var(--pSmall)}}.aboutus-banner{grid-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:1fr 1fr;margin:24rem 8rem 8rem}.aboutus-banner .aboutus-bannerLeft{align-content:center;width:90%}.aboutus-bannerLeft h1{color:var(--dark);font-size:var(--h1);font-weight:400;line-height:56px;margin-bottom:40px}.aboutus-bannerLeft h1 span{color:var(--primaryYellow);font-weight:600}.aboutus-bannerLeft p{color:var(--dark2);font-size:var(--pReg);line-height:24px}.aboutus-bannerLeft p a{color:var(--primaryYellow);font-weight:600;text-decoration:none}.aboutus-bannerRight p{color:var(--dark1);font-size:var(--pReg);line-height:24px;margin-bottom:4rem}.aboutus-talktous{grid-column-gap:2.4rem;background-color:var(--dark);column-gap:2.4rem;display:grid;grid-template-columns:1fr 1fr;padding:8rem}.aboutus-talktous .gridLeft{align-content:center;width:90%}.aboutus-talktous .gridLeft h2{color:var(--white);font-size:var(--h2);font-weight:400;line-height:56px;margin-bottom:40px}.aboutus-talktous .talktous-btnresponsive .primaryBtn{display:none}.aboutus-talktous .gridRight h5{color:var(--white);font-size:var(--h5);line-height:24px;margin-bottom:4rem}.aboutus-talktous .gridRight p{color:var(--white);font-size:var(--pReg);line-height:24px}.aboutus-process{padding:8rem}.aboutus-process .sectionTitle{text-align:center}.aboutus-process .sectionTitle h2{color:var(--dark);font-size:var(--h2);font-weight:400;line-height:56px;margin-bottom:40px}.aboutus-process .sectionTitle span{color:var(--primaryYellow);display:block}.aboutus-process .sectionImg{text-align:center}.aboutus-process .sectionImg img{max-width:100%}.aboutus-philosophy{background-color:var(--dark);padding:8rem}.aboutus-philosophy .sectionTitle{grid-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:1fr 1fr}.aboutus-philosophy .sectionTitle h2{color:var(--white);font-size:var(--h2);font-weight:400;line-height:56px;margin-bottom:8rem}.aboutus-philosophy .sectionTitle h2 span{color:var(--primaryYellow)}.aboutus-philosophy .sectionTitle p{color:var(--grey1);font-size:var(--pReg);line-height:24px}.aboutus-philosophy .sectionContent{grid-gap:2rem;display:grid;gap:2rem;grid-template-areas:"philosophy1 philosophy2 philosophy3 philosophy4"}.aboutus-philosophy .sectionContent .bgcolordark{background-color:var(--dark1)}.aboutus-philosophy .sectionContent h5{color:var(--white);font-size:var(--h5);font-weight:600;line-height:24px;margin:2rem 0}.aboutus-philosophy .sectionContent p{color:var(--grey1);font-size:var(--pReg);font-weight:400;line-height:24px}@media screen and (max-width:1125px){.aboutus-container{height:100%;margin-top:8rem;overflow:hidden;width:100%}.aboutus-banner{display:flex;flex-direction:column;margin:4rem 2.4rem}.aboutus-bannerLeft h1{color:var(--dark);font-size:var(--h3);font-weight:400;line-height:56px;margin-bottom:2.4rem}.aboutus-bannerLeft p{color:var(--dark2);font-size:var(--pSmall);line-height:24px}.aboutus-bannerRight p{color:var(--dark1);font-size:var(--pSmall);line-height:24px;margin-bottom:2.4rem}.aboutus-talktous{background-color:var(--dark);display:flex;flex-direction:column;padding:2.4rem}.aboutus-talktous .gridLeft h2{color:var(--white);font-size:var(--h4);font-weight:400;line-height:40px;margin-bottom:2.4rem}.primaryBtn{width:100%}.aboutus-talktous .gridRight h5{color:var(--white);font-size:var(--h5);font-weight:400;line-height:24px;margin-bottom:2.4rem}.aboutus-talktous .gridRight p{font-size:var(--pSmall)}.aboutus-talktous .gridLeft .primaryBtn{display:none}.aboutus-talktous .talktous-btnresponsive{margin:0}.aboutus-talktous .talktous-btnresponsive .primaryBtn{display:inline-block}.aboutus-process{padding:4rem 2.4rem}.aboutus-philosophy{padding:2.4rem}.aboutus-philosophy .sectionTitle{display:flex;flex-direction:column;margin-bottom:2.4rem}.aboutus-philosophy .sectionTitle h2{color:var(--white);font-size:var(--h4);font-weight:400;line-height:56px;margin-bottom:2.4rem}.aboutus-philosophy .sectionTitle p{color:var(--grey1);font-size:var(--pSmall);line-height:24px}.aboutus-philosophy .sectionContent{display:flex;flex-direction:column}.aboutus-process .sectionTitle h2{color:var(--dark);font-size:var(--h4);font-weight:400;line-height:40px;margin-bottom:40px}}.services-banner{grid-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:1fr 1fr;margin:24rem 8rem 8rem}.services-banner .services-bannerLeft{align-content:center;width:90%}.services-bannerLeft h1{color:var(--dark);font-size:var(--h1);font-weight:400;line-height:56px;margin-bottom:40px}.services-bannerLeft h1 span{color:var(--primaryYellow);font-weight:600}.services-bannerLeft p{color:var(--dark2);font-size:var(--pReg);line-height:24px}.services-bannerLeft p a{color:var(--primaryYellow);font-weight:600;text-decoration:none}.services-bannerRight p{color:var(--dark2);font-size:var(--pReg);line-height:24px;margin-bottom:40px}.services-info{grid-column-gap:2.4rem;background-color:var(--dark);column-gap:2.4rem;display:grid;grid-template-columns:1fr 1fr;padding:8rem}.services-info .services-infoLeft h2{color:var(--white);font-size:var(--h2);font-weight:400;margin-bottom:4rem}.services-info .services-infoLeft .services-infoLeft-header{color:var(--primaryYellow);font-weight:600}.services-infoLeft .service-names{grid-gap:2rem;color:var(--grey1);display:grid;font-size:var(--h4);gap:2rem;padding-top:2rem}.services-infoLeft .service-names .service{padding:1rem 0}.services-infoLeft .service-names .service:hover{color:var(--white);cursor:pointer;font-weight:600}.services-infoLeft .service-names .activeService{color:var(--primaryYellow);font-weight:600}.services-infoLeft .service-names .activeService:hover{color:var(--primaryYellow)!important;font-weight:600!important}.services-info .services-infoRight{grid-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-rows:auto 1fr;padding-top:1.4rem}.services-infoRight .infoRightDiv h5{color:var(--white);font-size:var(--h4);font-weight:500;line-height:24px;margin-bottom:2rem}.services-infoRight .infoRightDiv p{color:var(--grey1);font-size:var(--pReg);line-height:24px}.services-infoRight .infoRightBoxes{grid-gap:2rem;display:grid;gap:2rem;grid-template-areas:"infoRightGrid1 infoRightGrid2" "infoRightGrid3 infoRightGrid4";padding-top:4rem}.infoRightBoxes .infoRightBoxesHeader{color:var(--white);font-size:var(--h5);line-height:24px;padding-bottom:1.6rem}.infoRightBoxes .infoRightBoxesText{color:var(--grey1);font-size:var(--pReg);line-height:24px}.infoRightBoxes .infoRightGrid{background-color:var(--dark1);border-radius:.8rem;padding:1.6rem}@media screen and (max-width:1125px){.services-container{height:100%;margin-top:8rem;overflow:hidden;width:100vw}.services-banner{display:flex;flex-direction:column;margin:4rem 2.4rem}.services-banner .services-bannerLeft{align-content:center;width:90%}.services-bannerLeft h1{color:var(--dark);font-size:var(--h3);font-weight:400;line-height:56px;margin-bottom:2.4rem}.services-bannerLeft h1 span{color:var(--primaryYellow);font-weight:600}.services-bannerLeft p{color:var(--dark2);font-size:var(--pSmall);line-height:24px}.services-bannerLeft p a{color:var(--primaryYellow);font-weight:600;text-decoration:none}.services-bannerRight p{color:var(--dark2);font-size:var(--pSmall);line-height:24px;margin-bottom:2.4rem}.services-info{background-color:var(--dark);display:flex;flex-direction:column;padding:2.4rem;width:100%}.services-info .services-infoLeft h2{color:var(--white);font-size:var(--h4);font-weight:400;margin-bottom:2.4rem}.services-info .services-infoLeft h2 span{color:var(--primaryYellow);font-weight:600}.services-infoRight .infoRightBoxes{display:flex;flex-direction:column;padding-top:2.4rem}.services-info .services-infoRight{padding-top:2.4rem}.services-infoRight .infoRightDiv h5{font-size:var(--h5);font-weight:500}.services-accordion-header{align-items:center;border-bottom:.4px solid var(--dark1);cursor:pointer;display:flex;justify-content:space-between;padding:2.4rem 0}.services-accordion-header .accordion-icon{float:right}.services-accordion-header .accordion-header{float:left;font-size:var(--h5)}.services-accordion-header{color:var(--grey1)}.active-header{color:var(--primaryYellow)}}.whychooseus-banner{grid-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:1fr 1fr;margin:24rem 8rem 8rem}.whychooseus-banner .whychooseus-bannerLeft{align-content:center;width:90%}.whychooseus-bannerLeft h1{color:var(--dark);font-size:var(--h1);font-weight:400;line-height:56px;margin-bottom:40px}.gridLeft h2 span,.whychooseus-bannerLeft h1 span{color:var(--primaryYellow);font-weight:600}.whychooseus-bannerLeft p{color:var(--dark2);font-size:var(--pReg);line-height:24px}.whychooseus-bannerLeft p a{color:var(--primaryYellow);font-weight:600;text-decoration:none}.whychooseus-bannerRight p{color:var(--dark1);font-size:var(--pReg);line-height:24px;margin-bottom:4rem}.whychooseus-talktous{grid-column-gap:2.4rem;background-color:var(--dark);column-gap:2.4rem;display:grid;grid-template-columns:1fr 1fr;padding:8rem}.whychooseus-talktous .gridLeft{align-content:center;width:90%}.whychooseus-talktous .gridLeft h2{color:var(--white);font-size:var(--h2);font-weight:400;line-height:56px;margin-bottom:40px}.whychooseus-talktous .gridRight h5{color:var(--white);font-size:var(--h5);line-height:24px;margin-bottom:4rem}.whychooseus-talktous .gridRight p{color:var(--white);font-size:var(--pReg);line-height:24px}.whychooseus-process{padding:8rem}.whychooseus-process .sectionTitle{text-align:center}.whychooseus-process .sectionTitle h2{color:var(--dark);font-size:var(--h2);font-weight:400;line-height:56px;margin-bottom:40px}.whychooseus-process .sectionTitle span{color:var(--primaryYellow);display:block}.whychooseus-process .sectionImg{text-align:center}.whychooseus-process .sectionImg img{max-width:100%}.whychooseus-philosophy{background-color:var(--dark);padding:8rem}.whychooseus-philosophy .sectionTitle{grid-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:1fr 1fr}.whychooseus-philosophy .sectionTitle h2{color:var(--white);font-size:var(--h2);font-weight:400;line-height:56px;margin-bottom:8rem}.whychooseus-philosophy .sectionTitle h2 span{color:var(--primaryYellow)}.whychooseus-philosophy .sectionTitle p{color:var(--grey1);font-size:var(--pReg);line-height:24px}.whychooseus-philosophy .sectionContent{grid-gap:2rem;display:grid;gap:2rem;grid-template-areas:"philosophy1 philosophy2 philosophy3 philosophy4"}.whychooseus-philosophy .sectionContent .bgcolordark{background-color:var(--dark1)}.philosophy1{grid-area:philosophy1;padding:2.4rem}.philosophy2{grid-area:philosophy2;padding:2.4rem}.philosophy3{grid-area:philosophy3;padding:2.4rem}.philosophy4{grid-area:philosophy4;padding:2.4rem}.whychooseus-philosophy .sectionContent h5{color:var(--white);font-size:var(--h5);font-weight:600;line-height:24px;margin:2rem 0}.whychooseus-philosophy .sectionContent p{color:var(--grey1);font-size:var(--pReg);font-weight:400;line-height:24px}.whyusServices{background-color:var(--grey3);padding:8rem}.whyusServices-text{align-items:center;display:flex;justify-content:center;padding-bottom:8rem;text-align:center}.whyusServices-text h1 span{color:var(--primaryYellow);font-weight:600}.whyusServices-text h1{color:var(--dark);font-size:var(--h2);font-weight:400;line-height:56px}.whyusServices-text .primaryBtn{display:inline-block}.whyusServices .servicePoints{grid-gap:8rem 4rem;display:grid;gap:8rem 4rem;grid-template-areas:"service1 service2 service3" "service4 service5 service6";text-align:center}.whyusServicePoints{text-align:left}.service1{grid-area:service1}.service2{grid-area:service2}.service3{grid-area:service3}.service4{grid-area:service4}.service5{grid-area:service5}.service6{grid-area:service6}.servicePoints h5{color:var(--dark);font-size:var(--h5);font-weight:600;margin:1.6rem 0}.servicePoints p{color:var(--dark2);font-size:var(--pReg);margin:0;max-width:80%}.servicePoints img{height:2.4rem;width:2.4rem}.whychooseus-btnresponsive .primaryBtn{display:none}@media screen and (max-width:1125px){.whychooseus-container{height:100%;margin-top:8rem;overflow:hidden;width:100%}.whychooseus-banner{display:flex;flex-direction:column;margin:4rem 2.4rem}.whychooseus-bannerLeft h1{font-size:var(--h3);line-height:56px;margin-bottom:2.4rem}.whychooseus-bannerLeft h1 span{color:var(--primaryYellow);font-weight:600}.whychooseus-bannerLeft p{color:var(--dark2);font-size:var(--pSmall);line-height:24px}.whychooseus-bannerLeft p a{color:var(--primaryYellow);font-weight:600;text-decoration:none}.whychooseus-bannerRight p{color:var(--dark1);font-size:var(--pSmall);line-height:24px;margin-bottom:2.4rem}.whychooseus-talktous{display:flex;flex-direction:column;padding:2.4rem}.whychooseus-talktous .gridLeft h2{font-size:var(--h4);line-height:40px;margin-bottom:2.4rem}.whychooseus-talktous .gridLeft .primaryBtn{display:none}.whychooseus-btnresponsive .primaryBtn{display:inline-block;margin-top:2.4rem;width:100%}.whychooseus-talktous .gridRight h5{font-size:var(--h5);font-weight:400;margin-bottom:2.4rem}.whychooseus-talktous .gridRight p{font-size:var(--pSmall)}.whyusServices{background-color:var(--grey3);padding:2.4rem 2.4rem 4rem}.whyusServices-text{align-items:center;display:flex;justify-content:center;padding-bottom:4rem;text-align:center}.whyusServices-text h1{color:var(--dark);font-size:var(--h4);font-weight:400;line-height:40px}.whyusServices .servicePoints{display:flex;flex-direction:column;text-align:center}.servicePoints p{color:var(--dark2);font-size:var(--pSmall);margin:0;max-width:100%}.whyusServicePoints{text-align:center}}
/*# sourceMappingURL=main.d5c44a91.css.map*/