.hero{position:relative;margin:100px 5rem;border-radius:2rem;display:flex;justify-content:space-between;align-items:center;gap:5rem;padding:0 5rem;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.3);max-height:745px;overflow:hidden}.hero img{position:absolute;transition:transform .3s ease-out;will-change:transform}.hero-top-cloud{top:0;left:0;border-top-left-radius:2rem}.hero-bottom-cloud{bottom:0;right:0;border-bottom-right-radius:2rem}.flower-big{top:29px;right:0}.flower-small{top:0;right:117px}.flower-big,.flower-small{position:absolute}#bubble-big-1{top:101px;left:113px}#bubble-big-2{top:143px;right:341px}#bubble-big-3{bottom:100px;right:300px}#bubble-medium-1{bottom:120px;left:230px}#bubble-medium-2{top:193px;left:560px}#bubble-medium-3{top:143px;right:159px}#bubble-small-1{top:423px;left:536px}#bubble-small-2{top:312px;right:82px}#bubble-small-3{bottom:112px;right:582px}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:30vw;row-gap:1rem;z-index:1}.hero-buttons{display:flex;column-gap:1rem}#hero-image{position:relative;z-index:1}@media (max-width:1024px){.hero{margin:100px 1rem;flex-direction:column;justify-content:center;gap:2rem;padding:10rem 2rem;max-height:unset}#hero-image{display:none}.hero-content{align-items:center;max-width:unset}.hero-content h1,.hero-content p{text-align:center}.hero-buttons{flex-direction:column;row-gap:1rem}}@media (max-width:768px){.hero{margin:100px .5rem;padding-top:10rem;padding-bottom:10rem;height:fit-content}.hero-buttons{width:100%}}.primary-btn{padding:1rem;min-width:11rem;border-radius:5px;transition:background-color .3s ease}.primary-btn:hover{background-color:#4d8bc1}.secondary-btn{padding:1rem;min-width:11rem;border-radius:5px;transition:color .3s ease}.secondary-btn:hover{color:rgba(27,110,182,.75)}.scroll-sync-container{display:flex;align-items:flex-start;justify-content:space-between;position:relative;padding:0 5rem;column-gap:5rem}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;min-width:fit-content}.sidebar h2{font-size:94px;font-weight:700;text-align:left;--tw-text-opacity:1;color:rgb(35 31 81/var(--tw-text-opacity,1))}.sidebar-text{font-size:32px;font-weight:600;--tw-text-opacity:1;color:rgb(27 110 182/var(--tw-text-opacity,1))}.section{min-height:100vh;padding:20px}.section,.section-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.section-content{row-gap:3rem}.section-content p{font-size:24px;text-align:center}.animated-text,.animated-text span{display:inline-block}.animated-text span{white-space:pre}@media (max-width:1100px){.sidebar h2{font-size:64px}.section-content p{font-size:20px}}@media (max-width:900px){.sidebar h2{font-size:44px}.sidebar-text{font-size:20px}.section-content p{font-size:16px}}@media (max-width:768px){.scroll-sync-container{flex-direction:column;align-items:center;padding:1rem}.sidebar{position:sticky;top:80px;width:100%;height:unset;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-bottom:2rem;background-color:var(--background)}.sidebar h2{font-size:44px;text-align:center}.sidebar-text{font-size:20px;text-align:center}.section-content p{font-size:16px}}#our-services{display:flex;flex-direction:column;align-items:center;padding:7rem 5rem 5rem}.services-heading{margin-bottom:1rem}.service-cards-section{width:100%;margin:0 auto}#service-cards{list-style:none;padding-left:0;display:grid;grid-template-columns:1fr}.service-card{position:sticky;top:2rem;margin-bottom:2rem}#service-card{height:70vh}#service-image{position:relative;z-index:1}@media (max-width:1024px){.hero{margin:100px 1rem;flex-direction:column;justify-content:center;gap:2rem;padding:2rem;max-height:unset}#service-card h3,#service-card p{text-align:center}#service-card{padding:10rem}#service-image{max-height:40vh;width:unset}}@media (max-width:768px){.hero{margin:100px .5rem;padding-top:10rem;padding-bottom:10rem;height:fit-content}#our-services{padding:0;margin-top:5rem}#service-card{padding:7rem 2rem;height:unset}}#quote{padding:0 5rem;margin:0}.quote-card{position:relative;width:100%;min-height:50vh;background:url(/_next/static/media/quote-bg1.9cb5bc88.jpg);background-attachment:fixed;background-size:cover;border-radius:20px;overflow:hidden;padding:0}.quote-text{position:absolute;font-size:24px;font-weight:700;transition:none;left:50%;transform:translate(-50%)}.quote-text-1{left:30%}.quote-text-1,.quote-text-2{top:50%;transform:translate(-50%,-50%);text-wrap:nowrap}.quote-text-2{left:72%}.quote-text-mobile{display:none}@media (max-width:1024px){.quote-text{display:none}#quote{padding:0 1rem}.quote-card{display:flex;justify-content:center;align-items:center;background-attachment:unset}.quote-text-mobile{display:block;font-size:20px;font-weight:700}}.accordion-item{border:1px solid var(--primary);margin-bottom:28px;padding:20px;border-radius:10px;font-size:18px}.accordion-header{display:flex;justify-content:space-between;align-items:center;user-select:none;font-weight:700;padding:8px;cursor:pointer}.accordion-header i{transition:all .2s}.accordion-header i.active{transform:rotate(180deg)}.accordion-body{padding:20px 8px}