@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--cream: #fefdf7;--text: #5b5b5b;--yellow: #fecc02;--card-bg: #f1f0e9}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;min-height:100%;overflow-x:clip}body{font-family:Manrope,sans-serif;background:var(--cream);color:var(--text)}a{color:inherit;text-decoration:none}.app-root{width:100%;overflow-x:clip;background:var(--cream)}.container{width:min(1280px,calc(100% - 160px));margin-inline:auto}.section-space{margin-top:150px}.reveal{opacity:0;transform:translateY(36px);transition:opacity .6s ease,transform .6s ease}.reveal.in-view{opacity:1;transform:translateY(0)}.top-nav{position:fixed;top:0;left:0;width:100%;z-index:30;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:#fff3}.nav-inner{height:111px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{width:280px;max-width:100%;display:block}.nav-links{display:flex;align-items:center;gap:40px;font-size:20px;font-weight:500}.cta-btn{border:none;background:var(--yellow);color:var(--text);font-size:20px;font-weight:500;border-radius:20px;padding:15px 20px;display:inline-flex;align-items:center;justify-content:center;min-width:157px;transition:transform .25s ease}.cta-btn:hover{transform:translateY(-2px)}.hero{min-height:812px;position:relative;background:linear-gradient(135deg,var(--hero-start) 0%,var(--hero-end) 100%);transition:background .6s ease-in-out;overflow:clip}.hero-inner{min-height:812px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:111px}.hero-copy{width:517px;text-align:right}.hero-heading-slot{min-height:130px;display:flex;justify-content:flex-end;align-items:center;overflow:visible}.hero-copy h1{margin:0;font-family:Old Standard TT,serif;font-size:116px;font-style:italic;font-weight:400;line-height:1;letter-spacing:-.05em;color:#fff}.hero-heading-animated{animation:heroHeadingIn .4s ease both}.hero-copy h2{margin:20px 0;font-size:44px;font-weight:300;letter-spacing:-.03em}.hero-copy p{margin:0 0 20px;font-size:20px;line-height:1.35}.hero-circles{width:655px;height:620px;position:relative}.hero-circle{position:absolute;top:0;left:0;border-radius:50%;border:none;padding:0;overflow:hidden;background:transparent;cursor:pointer;box-shadow:0 16px 32px #24242429;transform:var(--slot-transform, translate3d(0, 0, 0)) scale(1);transition:top .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,transform .28s ease,box-shadow .28s ease;animation:floatY 4s ease-in-out infinite;animation-delay:var(--float-delay)}.hero-circle:hover{transform:var(--slot-transform, translate3d(0, 0, 0)) scale(1.05);box-shadow:0 22px 40px #24242438}.hero-circle.is-active{transform:var(--slot-transform, translate3d(0, 0, 0)) scale(1.08);box-shadow:0 28px 50px #24242447;z-index:4}.hero-slot-large{left:170px;top:165px;width:389px;height:389px;z-index:3}.hero-slot-small-top{left:449px;top:8px;width:206px;height:206px;z-index:5}.hero-slot-small-bottom{left:449px;top:406px;width:206px;height:206px}.hero-slot-medium-offset{left:26px;top:290px;width:248px;height:248px;z-index:2}.hero-circle img{width:100%;height:100%;object-fit:cover}@keyframes heroHeadingIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes floatY{0%,to{translate:0 0}50%{translate:0 -6px}}.stats{margin-top:45px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,403px));gap:36px;justify-content:center}.stat-card{background:var(--card-bg);border-radius:20px;width:100%;height:84px;padding:26px 44px 24px 25px;display:flex;align-items:center;justify-content:space-between}.stat-card h3{margin:0;font-size:24px;font-weight:600}.stat-detail{display:flex;align-items:center;gap:30px}.stat-card:first-child .stat-detail{gap:56px}.stat-divider{width:1px;height:34px;background:#d9d9d9;flex:0 0 auto}.stat-detail span{display:inline-flex;align-items:center;gap:7px;font-size:20px;font-weight:600}.stat-detail span img{width:30px;height:30px}.about-grid{display:grid;grid-template-columns:548px 1fr;gap:108px}.about-image{width:100%;height:645px;border-radius:20px;object-fit:cover}.about-copy h2{margin:0;color:#5b5b5b;font-family:Old Standard TT,serif;font-size:56px;font-style:normal;font-weight:400;line-height:62px;letter-spacing:-1.68px}.about-copy h2 em{color:#5b5b5b;font-style:italic;font-weight:400;line-height:62px;letter-spacing:-2.8px}.about-copy p{margin:18px 0 0;color:#5b5b5b;font-family:Manrope,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:40px}.about-copy .cta-btn{margin-top:18px;min-width:171px}.services-head{width:min(764px,100%);text-align:center}.services-head>p:first-child,.testimonial-head>p:first-child,.blog-head>p:first-child,.faq-head>p:first-child{margin:0;font-size:20px}.services-head h2,.testimonial-head h2,.blog-head h2,.faq-head h2{margin:0;font-family:Old Standard TT,serif;font-size:54px;font-weight:400;line-height:1.13;letter-spacing:-.05em}.services-head h2 em,.testimonial-head h2 em,.blog-head h2 em{font-style:italic}.services-head>p:last-child,.testimonial-head>p:last-child,.blog-head>p:last-child{margin:17px auto 0;width:min(684px,100%);font-size:18px;font-weight:300}.services-list{margin-top:80px;width:min(1132px,100%);margin-inline:auto;display:grid;gap:45px}.service-card{height:177px;border-radius:20px;padding:0 30px;display:flex;align-items:center;gap:40px;transition:background-color .45s ease}.service-card h3{margin:0;width:320px;text-align:center;font-size:60px;letter-spacing:-.03em;font-weight:700}.service-image{width:251px;height:251px;border-radius:50%;object-fit:cover;opacity:0;transform:scale(.7);transition:.45s ease}.service-details{width:396px;margin-left:auto;text-align:right;opacity:0;transform:translate(20px);transition:.45s ease}.service-details p{margin:0;font-size:18px;font-weight:300;color:#fff}.service-details button{margin-top:10px;border:1px solid #fff;background:transparent;color:#fff;border-radius:20px;padding:15px 20px;font-size:20px}.service-card:hover,.service-card:focus-within{background:var(--service-color)}.service-card:hover .service-image,.service-card:focus-within .service-image,.service-card:hover .service-details,.service-card:focus-within .service-details{opacity:1;transform:none}.service-card:hover h3,.service-card:focus-within h3{color:#fff}.testimonials{background:var(--testimonial-section-bg, #98cbbc);padding:60px 0 99px;transition:background-color 1.1s cubic-bezier(.22,.61,.36,1)}.testimonial-head{width:min(671px,100%);text-align:left}.testimonial-head>p:last-child{width:min(671px,100%);margin:17px 0 0}.testimonial-head>p:first-child,.testimonial-head h2{text-align:left}.testimonials-window{margin-top:50px;overflow:hidden}.testimonials-track{display:flex;align-items:stretch;gap:25px;width:max-content}.review-card{width:547px;min-height:333px;background:var(--review-bg);border-radius:20px;padding:33px 42px 39px 44px;transition:transform 1.05s cubic-bezier(.22,.61,.36,1),opacity 1.05s cubic-bezier(.22,.61,.36,1),filter 1.05s cubic-bezier(.22,.61,.36,1),background-color .95s ease,color .95s ease}.review-card.slot-0{opacity:1;transform:translate(0);filter:none}.review-card.slot-1{opacity:.78;transform:translate(10px);filter:saturate(.93)}.review-card.slot-2{opacity:.62;transform:translate(18px);filter:saturate(.88)}.review-card p,.review-card span{color:var(--review-text);transition:color .95s ease}.review-card p{margin:0;font-size:22px;line-height:38px}.review-author{margin-top:25px;display:flex;align-items:center;gap:15px}.review-author img{width:49px;height:49px;border-radius:50%}.review-author span{font-family:Old Standard TT,serif;font-size:24px;font-weight:700}.faq-head{width:min(687px,100%)}.faq-head.container{margin-left:max(80px,calc((100vw - 1280px)/2));margin-right:auto}.faq-topic-wrap{display:flex;align-items:flex-end;gap:10px;margin-top:6px;flex-wrap:nowrap}.faq-topics-inline{display:flex;align-items:flex-end;gap:26px;flex-wrap:nowrap}.faq-topics-expanded{display:flex;flex-direction:column;gap:6px}.faq-topics-row{display:flex;align-items:flex-end;gap:16px;flex-wrap:nowrap}.faq-topics-row-second{display:inline-flex;width:fit-content}.faq-topic{border:none;background:transparent;font-family:Old Standard TT,serif;font-size:67px;font-style:italic;letter-spacing:-.05em;text-transform:lowercase;padding:0;line-height:.95;color:var(--topic-color);opacity:.45;transition:opacity .2s ease,text-decoration-color .2s ease}.faq-topic.active{opacity:1;text-decoration:underline;text-underline-offset:8px}.faq-topic-wrap.is-open .faq-topic.inactive{opacity:.55}.faq-topic-toggle{border:1px solid #b6909d;border-radius:11px;width:45px;height:45px;background:transparent;display:grid;place-items:center;color:#b6909d;padding:0;align-self:center}.faq-topic-toggle-icon{font-size:28px;line-height:1;transform:translate(1px)}.faq-list{margin-top:40px;margin-left:auto;width:min(887px,100%)}.faq-list details{border-bottom:1px solid #e3e1db;padding:22px 10px}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;font-size:22px}.faq-list summary::-webkit-details-marker{display:none}.faq-chevron{width:14px;height:14px;border-right:5px solid #676767;border-bottom:5px solid #676767;transform:rotate(45deg) translateY(-2px);transition:transform .25s ease;flex:0 0 auto;margin-right:4px}.faq-list details[open] .faq-chevron{transform:rotate(225deg) translateY(-1px)}.faq-list details p{margin:16px 0 0;font-size:18px;line-height:1.7;color:#767676}.blogs{background:#5b5b5b;color:#fff;padding:60px 0}.blog-head{width:min(626px,100%)}.blog-head.container{margin-left:max(80px,calc((100vw - 1280px)/2));margin-right:auto}.blog-grid{margin-top:55px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;align-items:stretch}.blog-card{display:flex;flex-direction:column;gap:10px;height:100%}.blog-image-wrap{position:relative;border-radius:20px;overflow:hidden}.blog-image-wrap span{position:absolute;top:28px;left:23px;background:#fff;color:var(--text);border:1px solid var(--yellow);border-radius:20px;padding:5px 16px;font-size:16px}.blog-image{width:100%;aspect-ratio:404 / 310;object-fit:cover;display:block}.blog-content{background:var(--card-bg);color:var(--text);border-radius:20px;padding:34px 23px 31px;min-height:310px;display:flex;flex-direction:column}.blog-content h3{margin:0;font-size:22px;font-weight:500;line-height:1.25;min-height:55px}.blog-content p{margin:12px 0 0;font-size:16px;font-weight:400;line-height:1.5}.blog-author{margin-top:auto;padding-top:14px;display:flex;align-items:center;gap:18px}.blog-author img{width:56px;height:56px;border-radius:50%}.blog-author strong{font-size:18px;font-weight:500}.cta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:39px}.cta-card{border-radius:20px;min-height:364px;padding:64px 33px;position:relative;overflow:hidden}.cta-card.pink{background:#e3b3c3}.cta-card.pink>img{position:absolute;right:-74px;top:-70px;width:286px;height:286px;z-index:0}.cta-card.pink h3,.cta-card.pink p,.cta-card.pink .cta-btn{position:relative;z-index:1}.cta-card.pink h3{max-width:430px}.cta-card.pink p{width:min(400px,100%)}.cta-card.green{background:#98cbbc}.cta-card h3{margin:0;font-family:Old Standard TT,serif;color:#fff;font-size:64px;font-weight:400;letter-spacing:-.03em}.cta-card p{margin:26px 0;font-size:18px;width:min(519px,100%);color:#fff}.newsletter{max-width:539px;background:#e6fff8;border-radius:20px;height:60px;padding:6px;display:flex;align-items:center}.newsletter input{flex:1;border:none;outline:none;background:transparent;color:#98cbbc;font-size:20px;font-weight:500;padding:0 15px}.newsletter button{border:none;border-radius:20px;background:#98cbbc;color:#466b60;font-size:20px;font-weight:500;height:47px;width:171px}.footer{margin-top:92px;padding-bottom:32px}.footer-logo{width:min(1368px,100%);display:block;margin:0 auto}.footer-grid{margin-top:52px;display:grid;grid-template-columns:315px 228px 228px;justify-content:space-between}.footer-grid h4{margin:0 0 22px;font-size:32px}.footer-contact{display:flex;flex-direction:column;align-items:flex-start}.footer-contact a,.footer-contact p{margin-top:10px}.footer-grid a,.footer-grid p{margin:0;font-size:18px;font-weight:500;line-height:1.95;display:flex;align-items:center;gap:13px}.footer-grid a img,.footer-grid p img{width:30px;height:30px}.footer-bottom{margin-top:32px;border-top:1px solid #d4d2cc;padding-top:18px;display:flex;align-items:center;justify-content:space-between}.footer-bottom p{margin:0;font-size:18px;font-weight:500}@media (max-width: 1200px){.container{width:min(1280px,calc(100% - 64px))}.nav-links{gap:24px;font-size:18px}.hero-copy h1{font-size:96px}.hero-copy h2{font-size:36px}.hero-circles{width:560px;height:560px}.hero-slot-large{width:320px;height:320px;left:138px;top:156px;--slot-transform: translate3d(0, 0, 0)}.hero-slot-small-top,.hero-slot-small-bottom{width:170px;height:170px}.hero-slot-small-top{left:390px;top:8px}.hero-slot-small-bottom{left:390px;top:382px}.hero-slot-medium-offset{width:206px;height:206px;left:18px;top:272px}.about-grid{grid-template-columns:minmax(0,1fr);gap:36px}.stats-grid{grid-template-columns:repeat(2,minmax(0,403px))}.about-image{height:520px}.services-list{gap:26px}.service-card{height:auto;min-height:177px;padding:24px}.service-card h3{font-size:48px;width:220px}.service-image{width:180px;height:180px}.service-details{width:auto;flex:1}.review-card p{font-size:20px;line-height:1.7}.blog-grid{gap:20px}.cta-card h3{font-size:48px}}@media (max-width: 900px){.top-nav{position:sticky}.nav-inner{height:auto;padding:16px 0;flex-wrap:wrap}.logo{width:220px}.nav-links{width:100%;justify-content:center;flex-wrap:wrap;font-size:16px;gap:14px}.nav-btn{margin-left:auto;margin-right:auto}.hero{min-height:700px}.hero-inner{padding-top:45px;flex-direction:column;justify-content:center;text-align:center;gap:34px}.hero-copy{width:min(517px,100%);text-align:center}.hero-heading-slot{justify-content:center}.hero-copy h1{font-size:72px}.hero-copy h2{font-size:30px}.hero-copy p{font-size:18px}.hero-circles{width:min(560px,100%);height:420px}.hero-slot-large{width:230px;height:230px;left:50%;top:102px;--slot-transform: translateX(-50%)}.hero-slot-small-top{width:130px;height:130px;left:calc(100% - 138px);top:18px}.hero-slot-small-bottom{width:130px;height:130px;left:calc(100% - 138px);top:288px}.hero-slot-medium-offset{width:154px;height:154px;left:6px;top:252px}.stats-grid{grid-template-columns:minmax(0,403px)}.section-space{margin-top:95px}.services-head h2,.testimonial-head h2,.blog-head h2,.faq-head h2{font-size:42px}.service-card{flex-direction:column;gap:20px;text-align:center}.service-card h3{width:100%;font-size:42px}.service-details{text-align:center}.blog-grid,.cta-grid,.footer-grid{grid-template-columns:1fr}.testimonials-window{overflow:visible}.testimonials-track{width:100%;flex-direction:column}.review-card{width:100%;min-height:auto;opacity:1;transform:none;filter:none}.faq-list{margin-left:0}.faq-list summary{font-size:20px}.faq-topic{font-size:52px}.faq-topic-wrap,.faq-topics-row{flex-wrap:wrap}.faq-head.container{margin-left:auto;margin-right:auto}.cta-card{padding:42px 24px}.cta-card h3{font-size:42px}.newsletter input,.newsletter button{font-size:16px}.newsletter button{width:140px}.footer-grid{gap:32px}.footer-bottom{flex-direction:column;gap:10px;align-items:flex-start}.blog-head.container{margin-left:auto;margin-right:auto}}@media (max-width: 640px){.container{width:calc(100% - 32px)}.stats-grid{grid-template-columns:1fr}.stat-card{padding:20px}.stat-detail,.stat-card:first-child .stat-detail{gap:16px}.stat-card h3{font-size:21px}.stat-detail span{font-size:18px}.stat-detail span img{width:24px;height:24px}.hero-copy h1{font-size:56px}.hero-copy h2{font-size:24px}.hero{min-height:760px}.hero-circles{height:330px}.hero-slot-large{width:182px;height:182px;top:88px}.hero-slot-small-top,.hero-slot-small-bottom{width:106px;height:106px}.hero-slot-small-top{left:calc(100% - 114px);top:8px}.hero-slot-small-bottom{left:calc(100% - 114px);top:218px}.hero-slot-medium-offset{width:126px;height:126px;left:4px;top:188px}.services-head h2,.testimonial-head h2,.blog-head h2,.faq-head h2{font-size:34px}.faq-topic{font-size:42px}.blog-content,.review-card{padding:24px}.review-card p{font-size:18px;line-height:1.7}}
