.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move;-webkit-box-shadow:0 0 0 9999em #00000080;box-shadow:0 0 0 9999em #00000080}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}.doctorExperience_doctor-experience-section__eU9e_{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 0;background:#F5F2FF}.doctorExperience_doctor-experience-content__1EB0G{display:flex;padding:0 150px 100px;flex-direction:column;align-items:flex-start;gap:48px;align-self:stretch;width:100%;max-width:1440px;margin:0 auto}.doctorExperience_doctor-experience-title__74p9g{display:flex;flex-direction:column;align-items:center;gap:12px;align-self:stretch}.doctorExperience_doctor-experience-title-sticky__Uauc7{position:sticky;top:160px}.doctorExperience_doctor-experience-title__74p9g p:first-child{color:#1F1D1E;text-align:center}.doctorExperience_doctor-experience-title__74p9g p:first-child,.doctorExperience_doctor-experience-title__74p9g span{font-family:Bricolage Grotesque;font-size:48px;font-style:normal;font-weight:600;line-height:52.8px;letter-spacing:-.96px}.doctorExperience_doctor-experience-title__74p9g span{background:linear-gradient(90deg,#7351FC 56.73%,#EF947A);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.doctorExperience_doctor-experience-title__74p9g p:last-child{color:#686670;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:26.4px;letter-spacing:-.18px}.doctorExperience_wrapper__tOhWV{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch}.doctorExperience_animation-section__GYEuw{background:#111;color:white;display:flex;align-items:center;justify-content:center;min-height:50vh;position:relative;overflow:hidden}.doctorExperience_animation-section__GYEuw:before{content:"";width:150%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.1) 5%,transparent 70%);position:absolute;animation:doctorExperience_rotate__cIRQW 10s linear infinite}@keyframes doctorExperience_rotate__cIRQW{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.doctorExperience_cards-container__peSiL{width:100%;position:relative;background:transparent;overflow:visible!important;display:flex;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch}.doctorExperience_card__gJgor{position:sticky;top:285px;min-height:450px;width:100%;display:flex;padding:24px 32px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:32px;background:#FFF;box-shadow:0 5px 19.9px 0 rgba(0,0,0,.09);will-change:transform;z-index:1}.doctorExperience_card__gJgor:nth-child(2){z-index:2}.doctorExperience_card__gJgor:nth-child(3){z-index:3}.doctorExperience_card__gJgor:nth-child(4){z-index:4}.doctorExperience_card-content__qnH2_{align-items:flex-start;max-width:50%}.doctorExperience_card-content__qnH2_,.doctorExperience_card-text-content__oKnqM{display:flex;flex-direction:column;gap:32px}.doctorExperience_card-text-content-top__8t3GN{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.doctorExperience_card-number__lNzVf{width:100%;font-family:Inter;font-size:40px;font-style:normal;font-weight:700;line-height:115%;letter-spacing:-2px;background:linear-gradient(90deg,#7351FC .03%,#EF947A 29.63%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.doctorExperience_card-title__QtRpC{color:#2F2F2F;font-family:Inter;font-size:36px;font-style:normal;font-weight:600;line-height:115%;letter-spacing:-.72px}.doctorExperience_card-bullets__dZU2z{display:flex;flex-direction:column;gap:16px;margin-top:8px}.doctorExperience_card-bullet__JoWKN{display:flex;align-items:center;text-align:left;gap:12px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#1F1D1E;line-height:24px}.doctorExperience_card-bullet__JoWKN img{width:16px;height:17px;flex-shrink:0}.doctorExperience_card-bullet__JoWKN span{color:#5C5C5C;font-family:inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.doctorExperience_card-logos__b5mFM{display:flex;flex-direction:row;gap:16px;width:80%;flex-shrink:0}.doctorExperience_card-logo__Xz_PI img{flex-shrink:0}.doctorExperience_card-logo-image__uGcQO{flex-shrink:0;-o-object-fit:contain;object-fit:contain}.doctorExperience_card-image__iko7u{flex:1;max-width:50%;height:100%;min-height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:24px}.doctorExperience_card-image__iko7u img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:24px}@media (max-width:991px){.doctorExperience_doctor-experience-section__eU9e_{padding:48px 0}.doctorExperience_doctor-experience-content__1EB0G{padding:0 100px 24px}}@media (max-width:768px){.doctorExperience_doctor-experience-section__eU9e_{padding:40px 0}.doctorExperience_doctor-experience-content__1EB0G{padding:0 40px 48px;gap:32px}.doctorExperience_doctor-experience-title__74p9g{gap:8px}.doctorExperience_doctor-experience-title-sticky__Uauc7{position:static;top:0;width:100%}.doctorExperience_doctor-experience-title__74p9g p:first-child,.doctorExperience_doctor-experience-title__74p9g span{font-size:22px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.44px}.doctorExperience_doctor-experience-title__74p9g p:last-child{font-size:13px;font-style:normal;font-weight:500;line-height:130%;letter-spacing:-.13px;width:90%}.doctorExperience_wrapper__tOhWV{gap:24px}.doctorExperience_card__gJgor{flex-direction:column;padding:16px;top:97px;gap:20px}.doctorExperience_card-content__qnH2_{max-width:100%;width:100%;gap:24px}.doctorExperience_card-text-content__oKnqM{gap:24px}.doctorExperience_card-text-content-top__8t3GN{gap:8px}.doctorExperience_card-number__lNzVf{font-size:24px;font-style:normal;font-weight:700;line-height:28.8px;letter-spacing:-.72px}.doctorExperience_card-title__QtRpC{font-size:22px;font-style:normal;font-weight:700;line-height:28.8px}.doctorExperience_card-bullets__dZU2z{gap:12px;margin-top:4px}.doctorExperience_card-bullet__JoWKN{font-size:14px;line-height:20px;gap:10px}.doctorExperience_card-bullet__JoWKN img{width:14px;height:15px}.doctorExperience_card-bullet__JoWKN span{font-size:14px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.14px}.doctorExperience_card-logos__b5mFM .doctorExperience_card-logo-image__uGcQO,.doctorExperience_card-logos__b5mFM img{width:100%;-o-object-fit:contain;object-fit:contain}.doctorExperience_card-image__iko7u{max-width:100%;width:100%;min-height:250px;order:-1}.doctorExperience_card-image__iko7u img{width:100%;height:241px;-o-object-fit:cover;object-fit:cover}}@media (max-width:480px){.doctorExperience_doctor-experience-section__eU9e_{padding:0}.doctorExperience_doctor-experience-content__1EB0G{padding:48px 20px}.doctorExperience_card__gJgor{top:100px;padding:16px;border-radius:32px;background:#FFF;box-shadow:0 4px 32px 0 rgba(0,0,0,.05)}.doctorExperience_card-text-content-top__8t3GN{gap:4px}.doctorExperience_card-text-content__oKnqM{gap:10px}.doctorExperience_card-bullets__dZU2z{gap:8px}}.commitment_commitment-section__HfU9_{padding:64px 0 100px;background:#FFFBF5}.commitment_commitment-content__R8Lh_,.commitment_commitment-section__HfU9_{width:100%;display:flex;flex-direction:column;align-items:center;gap:48px;align-self:stretch}.commitment_commitment-content__R8Lh_{margin:0 auto}.commitment_testimonials-rows__5FILz{display:flex;flex-direction:column;gap:24px;width:100%;overflow:hidden}.commitment_testimonials-row__Yj3jr{display:flex;gap:24px;width:-moz-fit-content;width:fit-content}.commitment_testimonials-row-wrapper__Y_S0K{overflow:hidden;width:100%;position:relative}.commitment_testimonials-row-content__7dyx8{display:flex;gap:24px;width:-moz-fit-content;width:fit-content;will-change:transform;margin-bottom:16px}@keyframes commitment_scroll__DXAJL{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes commitment_scrollReverse__pcfFh{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.commitment_testimonial-card__HEmjb{display:flex;width:431px;min-height:295px;padding:24px 19px 24px 24px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;flex-shrink:0;border-radius:24px;background:#FFF;box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.commitment_testimonial-stars__ZjMgk{display:flex;gap:4px}.commitment_commitment-experience-title__og4US{display:flex;flex-direction:column;align-items:center;gap:12px;align-self:stretch}.commitment_commitment-experience-title-pro__knKDv{color:#222226;color:color(display-p3 .1333 .1333 .149);text-align:center;font-family:Inter;font-size:28px;font-style:normal;font-weight:600;line-height:44px;letter-spacing:-.28px;text-transform:capitalize}.commitment_commitment-experience-title-sticky__mnQ6k{position:sticky;top:160px}.commitment_commitment-experience-title__og4US p:first-child{color:#1F1D1E;text-align:center}.commitment_commitment-experience-title__og4US p:first-child,.commitment_commitment-experience-title__og4US span{font-family:Bricolage Grotesque;font-size:48px;font-style:normal;font-weight:600;line-height:52.8px;letter-spacing:-.96px}.commitment_commitment-experience-title__og4US span{background:linear-gradient(90deg,#7351FC 56.73%,#EF947A);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.commitment_commitment-experience-title__og4US p:last-child{color:#686670;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:26.4px;letter-spacing:-.18px}.commitment_testimonial-stars__ZjMgk img{width:20px;height:20px}.commitment_testimonial-quote__GbA0m{color:#484848;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-.16px;flex:1}.commitment_testimonial-author-container__doJ0E{display:flex;justify-content:space-between;align-items:center;width:100%}.commitment_testimonial-author__ji8nW{display:flex;flex-direction:column}.commitment_testimonial-author-name__gPfdf{color:#080814;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:28px}.commitment_testimonial-author-title__LUKyl{color:#858585;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.14px}.commitment_testimonial-logo__EdGAc{width:98.455px;height:40px;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.commitment_testimonial-logo__EdGAc img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:991px){.commitment_commitment-section__HfU9_{padding:48px 0}}@media (max-width:768px){.commitment_commitment-section__HfU9_{padding:32px 0}.commitment_commitment-content__R8Lh_{display:inline-flex;align-items:center;gap:36px}.commitment_commitment-title__NrCcp{gap:8px}.commitment_commitment-title__NrCcp h2,.commitment_commitment-title__NrCcp h2 span{font-size:22px;font-weight:700;line-height:120%;letter-spacing:-.44px}.commitment_commitment-title__NrCcp p{font-size:13px;font-weight:500;line-height:26.4px;letter-spacing:-.13px}.commitment_testimonials-row-content__7dyx8,.commitment_testimonials-rows__5FILz{gap:16px}.commitment_testimonial-card__HEmjb{display:flex;width:370px;min-height:265px;gap:12px;padding:24px 16px;flex-direction:column;justify-content:flex-start;align-items:flex-start;align-self:stretch;border-radius:24px;background:#FFF;box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.commitment_commitment-experience-title__og4US{gap:8px}.commitment_commitment-experience-title-sticky__mnQ6k{position:static;top:0;width:100%}.commitment_commitment-experience-title__og4US p:first-child,.commitment_commitment-experience-title__og4US span{font-size:22px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.44px}.commitment_commitment-experience-title__og4US p:last-child{font-size:13px;font-style:normal;font-weight:500;line-height:130%;letter-spacing:-.13px;width:90%}.commitment_testimonial-quote__GbA0m{font-size:14px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-.14px}.commitment_testimonial-author-name__gPfdf{font-size:16px;font-style:normal;font-weight:700;line-height:28px}.commitment_testimonial-author-title__LUKyl{font-size:14px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.14px}.commitment_testimonial-logo__EdGAc{width:74px;height:60.63px}}@media (max-width:480px){.commitment_commitment-section__HfU9_{padding:32px 0}}