@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Cairo:wght@500;600;700;800&family=Open+Sans:wght@400;600;700;800&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.-bottom-1{bottom:-.25rem}.bottom-0{bottom:0}.bottom-24{bottom:6rem}.bottom-\[-4px\]{bottom:-4px}.bottom-\[18\%\]{bottom:18%}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-8{left:2rem}.left-\[12\%\]{left:12%}.left-\[40\%\]{left:40%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.top-0{top:0}.top-10{top:2.5rem}.top-2{top:.5rem}.top-5{top:1.25rem}.top-7{top:1.75rem}.top-8{top:2rem}.top-\[-7\.5\%\]{top:-7.5%}.top-\[2\%\]{top:2%}.top-\[36\%\]{top:36%}.top-\[92px\]{top:92px}.top-\[calc\(100\%-0\.25rem\)\]{top:calc(100% - .25rem)}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[9998\]{z-index:9998}.order-1{order:1}.order-4{order:4}.float-right{float:right}.float-left{float:left}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-auto{margin:auto}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[0\.13rem\]{margin-top:.13rem;margin-bottom:.13rem}.my-auto{margin-top:auto;margin-bottom:auto}.-ml-1{margin-left:-.25rem}.-mt-1{margin-top:-.25rem}.-mt-10{margin-top:-2.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[18px\]{margin-bottom:18px}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-20{margin-right:5rem}.mr-3{margin-right:.75rem}.mr-5{margin-right:1.25rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[-2\%\]{margin-top:-2%}.mt-\[0\%\]{margin-top:0%}.mt-\[20\%\]{margin-top:20%}.mt-\[34px\]{margin-top:34px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.size-11{width:2.75rem;height:2.75rem}.size-16{width:4rem;height:4rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-\[34px\]{width:34px;height:34px}.size-full{width:100%;height:100%}.\!h-7{height:1.75rem!important}.\!h-\[14px\]{height:14px!important}.\!h-\[18px\]{height:18px!important}.\!h-\[28px\]{height:28px!important}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-4\/5{height:80%}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-9{height:2.25rem}.h-\[150px\]{height:150px}.h-\[1px\]{height:1px}.h-\[30vh\]{height:30vh}.h-\[380px\]{height:380px}.h-\[3px\]{height:3px}.h-\[50vh\]{height:50vh}.h-\[52px\]{height:52px}.h-\[56px\]{height:56px}.h-\[580px\]{height:580px}.h-\[60vh\]{height:60vh}.h-\[62px\]{height:62px}.h-\[68px\]{height:68px}.h-\[72px\]{height:72px}.h-\[78px\]{height:78px}.h-\[80vh\]{height:80vh}.h-\[82px\]{height:82px}.h-\[88px\]{height:88px}.h-\[92px\]{height:92px}.h-\[calc\(100vh-80px\)\]{height:calc(100vh - 80px)}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-max{height:max-content}.h-screen{height:100vh}.max-h-64{max-height:16rem}.max-h-\[82\%\]{max-height:82%}.max-h-\[82vh\]{max-height:82vh}.max-h-\[92px\]{max-height:92px}.min-h-0{min-height:0px}.min-h-\[220px\]{min-height:220px}.min-h-\[48px\]{min-height:48px}.min-h-\[72px\]{min-height:72px}.min-h-screen{min-height:100vh}.\!w-7{width:1.75rem!important}.\!w-\[14px\]{width:14px!important}.\!w-\[18px\]{width:18px!important}.\!w-\[28px\]{width:28px!important}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-2\/4{width:50%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4\/5{width:80%}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-8\/12{width:66.666667%}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[440px\]{width:440px}.w-\[72vw\]{width:72vw}.w-\[78px\]{width:78px}.w-\[82px\]{width:82px}.w-\[90\%\]{width:90%}.w-\[92px\]{width:92px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.min-w-0{min-width:0px}.min-w-8{min-width:2rem}.min-w-\[100\%\]{min-width:100%}.min-w-\[100vw\]{min-width:100vw}.min-w-\[500px\]{min-width:500px}.min-w-\[68px\]{min-width:68px}.min-w-min{min-width:min-content}.max-w-2xl{max-width:42rem}.max-w-40{max-width:10rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[100\%\]{max-width:100%}.max-w-\[108px\]{max-width:108px}.max-w-\[1645px\]{max-width:1645px}.max-w-\[1800px\]{max-width:1800px}.max-w-\[2520px\]{max-width:2520px}.max-w-\[500px\]{max-width:500px}.max-w-\[550px\]{max-width:550px}.max-w-\[560px\]{max-width:560px}.max-w-\[70\%\]{max-width:70%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-100\%\]{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[100\%\],.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-12deg\]{--tw-rotate: -12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[28deg\]{--tw-rotate: 28deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[72deg\]{--tw-rotate: 72deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[auto_minmax\(0\,1fr\)_auto\]{grid-template-columns:auto minmax(0,1fr) auto}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-11{gap:2.75rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.gap-x-4{column-gap:1rem}.gap-y-2{row-gap:.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(6rem * var(--tw-space-x-reverse));margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[14px\]{border-radius:14px}.rounded-\[16px\]{border-radius:16px}.rounded-\[24px\]{border-radius:24px}.rounded-\[28px\]{border-radius:28px}.rounded-\[32px\]{border-radius:32px}.rounded-\[50\%\]{border-radius:50%}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-\[\#2563EB\]{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-\[\#93C5FD\]\/30{border-color:#93c5fd4d}.border-\[\#93C5FD\]\/35{border-color:#93c5fd59}.border-\[\#BFDBFE\]{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-\[\#D7E8FF\]{--tw-border-opacity: 1;border-color:rgb(215 232 255 / var(--tw-border-opacity, 1))}.border-\[\#DDE7F5\]{--tw-border-opacity: 1;border-color:rgb(221 231 245 / var(--tw-border-opacity, 1))}.border-\[\#E5E7EB\]{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-\[\#F8E2B1\]{--tw-border-opacity: 1;border-color:rgb(248 226 177 / var(--tw-border-opacity, 1))}.border-\[\#e2caa6\]{--tw-border-opacity: 1;border-color:rgb(226 202 166 / var(--tw-border-opacity, 1))}.border-\[\#ecd1ab\]{--tw-border-opacity: 1;border-color:rgb(236 209 171 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-200\/50{border-color:#fde68a80}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-300\/50{border-color:#fcd34d80}.border-amber-300\/60{border-color:#fcd34d99}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-rgb) / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-secondary{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-rgb) / var(--tw-border-opacity, 1))}.border-secondary-dark{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-dark-rgb) / var(--tw-border-opacity, 1))}.border-sky-100{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity, 1))}.border-sky-950{--tw-border-opacity: 1;border-color:rgb(8 47 73 / var(--tw-border-opacity, 1))}.border-slate-50{--tw-border-opacity: 1;border-color:rgb(248 250 252 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/50{border-color:#ffffff80}.bg-\[\#0F172A\]{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-\[\#1F73F2\]{--tw-bg-opacity: 1;background-color:rgb(31 115 242 / var(--tw-bg-opacity, 1))}.bg-\[\#22C55E\]{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-\[\#2563EB\]{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-\[\#818181\]{--tw-bg-opacity: 1;background-color:rgb(129 129 129 / var(--tw-bg-opacity, 1))}.bg-\[\#8c8c8c\]{--tw-bg-opacity: 1;background-color:rgb(140 140 140 / var(--tw-bg-opacity, 1))}.bg-\[\#DCEBFF\]{--tw-bg-opacity: 1;background-color:rgb(220 235 255 / var(--tw-bg-opacity, 1))}.bg-\[\#EAF4FF\]{--tw-bg-opacity: 1;background-color:rgb(234 244 255 / var(--tw-bg-opacity, 1))}.bg-\[\#F1F1F1\]{--tw-bg-opacity: 1;background-color:rgb(241 241 241 / var(--tw-bg-opacity, 1))}.bg-\[\#F4B942\]{--tw-bg-opacity: 1;background-color:rgb(244 185 66 / var(--tw-bg-opacity, 1))}.bg-\[\#F8FBFF\]{--tw-bg-opacity: 1;background-color:rgb(248 251 255 / var(--tw-bg-opacity, 1))}.bg-\[\#FACC15\]{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF7E6\]{--tw-bg-opacity: 1;background-color:rgb(255 247 230 / var(--tw-bg-opacity, 1))}.bg-\[\#c3c5c7\]{--tw-bg-opacity: 1;background-color:rgb(195 197 199 / var(--tw-bg-opacity, 1))}.bg-\[\#f2b236\]{--tw-bg-opacity: 1;background-color:rgb(242 178 54 / var(--tw-bg-opacity, 1))}.bg-\[\#f6e3be\]{--tw-bg-opacity: 1;background-color:rgb(246 227 190 / var(--tw-bg-opacity, 1))}.bg-\[\#fff8ef\]\/95{background-color:#fff8eff2}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-300{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-current{background-color:currentColor}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-rgb) / var(--tw-bg-opacity, 1))}.bg-primary-active{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-active-rgb) / var(--tw-bg-opacity, 1))}.bg-primary-dark{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-dark-rgb) / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-rose-200{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity, 1))}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-secondary{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-rgb) / var(--tw-bg-opacity, 1))}.bg-secondary-dark{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-dark-rgb) / var(--tw-bg-opacity, 1))}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/70{background-color:#ffffffb3}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-zinc-200{--tw-bg-opacity: 1;background-color:rgb(228 228 231 / var(--tw-bg-opacity, 1))}.bg-opacity-5{--tw-bg-opacity: .05}.bg-opacity-60{--tw-bg-opacity: .6}.bg-\[url\(\'\/page-theme-1\.jpeg\'\)\]{background-image:url(/page-theme-1.jpeg)}.bg-\[url\(\'\/video\.png\'\)\]{background-image:url(/video.png)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-sky-300{--tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/30{--tw-gradient-from: rgb(255 255 255 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-green-200{--tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position)}.to-white\/40{--tw-gradient-to: rgb(255 255 255 / .4) var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-top{object-position:top}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[2px\]{padding:2px}.p-\[3\%\]{padding:3%}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[0\%\]{padding-left:0%;padding-right:0%}.px-\[14px\]{padding-left:14px;padding-right:14px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.pb-1{padding-bottom:.25rem}.pb-24{padding-bottom:6rem}.pb-\[104px\]{padding-bottom:104px}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-3{padding-right:.75rem}.pr-5{padding-right:1.25rem}.pr-\[0\.3em\]{padding-right:.3em}.pt-10{padding-top:2.5rem}.pt-3{padding-top:.75rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.font-\[\"Welegants\"\]{font-family:Welegants}.font-\[\'Poppins\'\]{font-family:Poppins}.font-\[\'Welegants\'\]{font-family:Welegants}.font-cairo{font-family:Cairo,sans-serif}.font-opensans{font-family:Open Sans,sans-serif}.font-poppins{font-family:Poppins,sans-serif}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[100\%\]{font-size:100%}.text-\[12px\]{font-size:12px}.text-\[130\%\]{font-size:130%}.text-\[13px\]{font-size:13px}.text-\[150\%\]{font-size:150%}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[28px\]{font-size:28px}.text-\[clamp\(0\.95rem\,2vw\,1rem\)\]{font-size:clamp(.95rem,2vw,1rem)}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-\[1\.75\]{line-height:1.75}.leading-\[2\.25rem\]{line-height:2.25rem}.leading-none{line-height:1}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.25em\]{letter-spacing:.25em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#000000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-\[\#071B55\]{--tw-text-opacity: 1;color:rgb(7 27 85 / var(--tw-text-opacity, 1))}.text-\[\#0F172A\]{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-\[\#0b2b66\]{--tw-text-opacity: 1;color:rgb(11 43 102 / var(--tw-text-opacity, 1))}.text-\[\#1F73F2\]{--tw-text-opacity: 1;color:rgb(31 115 242 / var(--tw-text-opacity, 1))}.text-\[\#22C55E\]{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-\[\#2563EB\]{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-\[\#303030\]{--tw-text-opacity: 1;color:rgb(48 48 48 / var(--tw-text-opacity, 1))}.text-\[\#334155\]{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-\[\#3B1F00\]{--tw-text-opacity: 1;color:rgb(59 31 0 / var(--tw-text-opacity, 1))}.text-\[\#4559B3\]{--tw-text-opacity: 1;color:rgb(69 89 179 / var(--tw-text-opacity, 1))}.text-\[\#45C9F4\]{--tw-text-opacity: 1;color:rgb(69 201 244 / var(--tw-text-opacity, 1))}.text-\[\#4B4B4B\]{--tw-text-opacity: 1;color:rgb(75 75 75 / var(--tw-text-opacity, 1))}.text-\[\#536179\]{--tw-text-opacity: 1;color:rgb(83 97 121 / var(--tw-text-opacity, 1))}.text-\[\#585858\]{--tw-text-opacity: 1;color:rgb(88 88 88 / var(--tw-text-opacity, 1))}.text-\[\#6d4620\]{--tw-text-opacity: 1;color:rgb(109 70 32 / var(--tw-text-opacity, 1))}.text-\[\#7d5a35\]{--tw-text-opacity: 1;color:rgb(125 90 53 / var(--tw-text-opacity, 1))}.text-\[\#8a6031\]{--tw-text-opacity: 1;color:rgb(138 96 49 / var(--tw-text-opacity, 1))}.text-\[\#B3B4B5\]{--tw-text-opacity: 1;color:rgb(179 180 181 / var(--tw-text-opacity, 1))}.text-\[\#FACC15\]{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-\[\#FBD481\]{--tw-text-opacity: 1;color:rgb(251 212 129 / var(--tw-text-opacity, 1))}.text-\[\#b17f42\]{--tw-text-opacity: 1;color:rgb(177 127 66 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-black\/50{color:#00000080}.text-fuchsia-500{--tw-text-opacity: 1;color:rgb(217 70 239 / var(--tw-text-opacity, 1))}.text-fuchsia-700{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-lime-600{--tw-text-opacity: 1;color:rgb(101 163 13 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1))}.text-primary-active{--tw-text-opacity: 1;color:rgb(var(--color-primary-active-rgb) / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.text-secondary{--tw-text-opacity: 1;color:rgb(var(--color-secondary-rgb) / var(--tw-text-opacity, 1))}.text-secondary-dark{--tw-text-opacity: 1;color:rgb(var(--color-secondary-dark-rgb) / var(--tw-text-opacity, 1))}.text-sky-800{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity, 1))}.text-slate-50{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-teal-950{--tw-text-opacity: 1;color:rgb(4 47 46 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-zinc-700{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(37\,99\,235\,0\.10\)\]{--tw-shadow: 0 10px 30px rgba(37,99,235,.1);--tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_24px_rgba\(31\,115\,242\,0\.22\)\]{--tw-shadow: 0 12px 24px rgba(31,115,242,.22);--tw-shadow-colored: 0 12px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_28px_rgba\(250\,204\,21\,0\.32\)\,inset_0_-4px_0_rgba\(15\,23\,42\,0\.14\)\]{--tw-shadow: 0 12px 28px rgba(250,204,21,.32),inset 0 -4px 0 rgba(15,23,42,.14);--tw-shadow-colored: 0 12px 28px var(--tw-shadow-color), inset 0 -4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_14px_28px_rgba\(37\,99\,235\,0\.30\)\]{--tw-shadow: 0 14px 28px rgba(37,99,235,.3);--tw-shadow-colored: 0 14px 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_16px_36px_rgba\(245\,158\,11\,0\.10\)\]{--tw-shadow: 0 16px 36px rgba(245,158,11,.1);--tw-shadow-colored: 0 16px 36px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_18px_48px_rgba\(15\,42\,90\,0\.08\)\]{--tw-shadow: 0 18px 48px rgba(15,42,90,.08);--tw-shadow-colored: 0 18px 48px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_18px_rgba\(15\,23\,42\,0\.14\)\]{--tw-shadow: 0 8px 18px rgba(15,23,42,.14);--tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_24px_rgba\(15\,23\,42\,0\.04\)\]{--tw-shadow: 0 8px 24px rgba(15,23,42,.04);--tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_0_0_2px_rgba\(255\,255\,255\,0\.45\)\]{--tw-shadow: inset 0 0 0 2px rgba(255,255,255,.45);--tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0px_-8px_1px_-2px_\#00000040\]{--tw-shadow: inset 0px -8px 1px -2px #00000040;--tw-shadow-colored: inset 0px -8px 1px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0px_-8px_2px_0px_rgba\(0\,0\,0\,0\.20\)\]{--tw-shadow: inset 0px -8px 2px 0px rgba(0,0,0,.2);--tw-shadow-colored: inset 0px -8px 2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-amber-300\/50{--tw-ring-color: rgb(252 211 77 / .5)}.ring-amber-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.px-5{padding-left:1.25rem;padding-right:4.25rem}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.text-primary{color:var(--color-primary)}.text-primary-active{color:var(--color-primary-active)}.text-secondary{color:var(--color-secondary)}.text-secondary-dark{color:var(--color-secondary-dark)}.bg-primary{background-color:var(--color-primary)}.bg-primary-dark{background-color:var(--color-primary-dark)}.bg-primary-active{background-color:var(--color-primary-active)}.bg-secondary{background-color:var(--color-secondary)}.bg-secondary-dark{background-color:var(--color-secondary-dark)}.bg-secondary\/20{background-color:rgb(var(--color-secondary-rgb) / .2)}.border-primary{border-color:var(--color-primary)}.border-secondary{border-color:var(--color-secondary)}.group:hover .group-hover\:text-primary{color:var(--color-primary)}html,body,:root{--color-primary-rgb: 252 108 147;--color-primary: rgb(var(--color-primary-rgb));--color-primary-dark-rgb: 248 79 124;--color-primary-dark: rgb(var(--color-primary-dark-rgb));--color-primary-active-rgb: 229 90 127;--color-primary-active: rgb(var(--color-primary-active-rgb));--color-primary-soft: rgb(var(--color-primary-rgb) / .1);--color-secondary-rgb: 69 89 179;--color-secondary: rgb(var(--color-secondary-rgb));--color-secondary-dark-rgb: 31 53 150;--color-secondary-dark: rgb(var(--color-secondary-dark-rgb));margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{max-width:100%;overflow-x:hidden}#hero-section,#problem-section,#seven-step-journey,#pricing-section,#faq-section{scroll-margin-top:112px}@font-face{font-family:Welegants;src:url(/fonts/Welegants.otf) format("truetype");font-weight:400;font-style:normal}@keyframes vip-shimmer-kf{0%{background-position:0% 50%}to{background-position:200% 50%}}@media(prefers-reduced-motion:reduce){.vip-shimmer,.vip-badge,.vip-topbar{animation:none!important}}.vip-glow{box-shadow:0 0 .5rem #facc1566,0 0 1.2rem #facc1540,0 0 2.2rem #facc1526}.vip-topbar{background:linear-gradient(90deg,#f59e0b,#facc15,#fde68a,#f59e0b);background-size:200% 100%;animation:vip-shimmer-kf 3s linear infinite}.vip-badge{background:linear-gradient(90deg,#f59e0b,#facc15,#fde68a,#f59e0b);background-size:200% 100%;animation:vip-shimmer-kf 2.5s linear infinite;color:#1a1a1a;border:1px solid rgba(251,191,36,.5);border-radius:9999px;display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .625rem;font-size:.75rem;font-weight:600;box-shadow:0 2px 6px #fbbf2440}.vip-ring{position:relative;border-radius:9999px;isolation:isolate}.vip-ring:before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:conic-gradient(from 180deg,#facc15,#fde68a,#f59e0b,#facc15);filter:blur(.4px);z-index:-1}.vip-shimmer{background:linear-gradient(90deg,#f59e0b,#facc15,#fde68a,#f59e0b);background-size:200% 100%;animation:vip-shimmer-kf 2.8s linear infinite}.vip-border-glow{position:relative;border-radius:.75rem}.vip-border-glow:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(90deg,#f59e0b,#fde68a,#f59e0b);background-size:200% 100%;animation:vip-shimmer-kf 4s linear infinite;z-index:-1;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px}.vip-hover-glow:hover{filter:drop-shadow(0 0 10px rgba(250,204,21,.45));transform:translateZ(0)}.vip-icon-hover:hover{filter:drop-shadow(0 0 10px rgba(250,204,21,.45));transform:scale(1.1);transition:all .25s ease-in-out}.vip-hero{background:radial-gradient(1200px 400px at 50% -10%,rgba(250,204,21,.25),transparent 60%),linear-gradient(180deg,#fff,#fff)}.vip-card{position:relative;border-radius:1rem;background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(251,191,36,.35);box-shadow:0 8px 24px #facc151f,0 2px 8px #11182714}.vip-divider{height:2px;background:linear-gradient(90deg,transparent,#f59e0b,#fde68a,#f59e0b,transparent);opacity:.85;border-radius:9999px}.reset-after-flipbook img{all:revert;box-sizing:border-box}.reset-after-flipbook div{transform:none}nav img,.reset-after-flipbook-nav img{all:revert!important;max-width:none!important;max-height:none!important;width:100%!important;height:100%!important;transform:none!important;transition:transform .2s ease!important;box-sizing:border-box!important;object-fit:cover!important}nav .size-10{width:2.5rem!important;height:2.5rem!important}nav .size-12{width:3rem!important;height:3rem!important}nav .size-24{width:6rem!important;height:6rem!important}nav .landing-navbar-logo{width:92px!important;height:72px!important;object-fit:contain!important}nav img:hover{transform:scale(1.1)!important}nav .landing-navbar-logo:hover{transform:none!important}.landing-container{box-sizing:border-box;width:100%;max-width:1280px;margin-inline:auto;padding-inline:16px}.landing-section-heading{font-size:34px;line-height:1.18;font-weight:900;color:#0f172a;letter-spacing:0}.landing-section-subtitle{font-size:18px;line-height:1.75;font-weight:500;color:#334155}.landing-card{border-radius:30px;border:1px solid rgba(37,99,235,.08);background:#fff;box-shadow:0 18px 45px #0f172a12}.landing-primary-cta{box-sizing:border-box;width:min(100%,410px);height:74px;border-radius:30px;background:#2563eb;color:#fff;font-size:30px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:14px;text-decoration:none;box-shadow:0 18px 36px #2563eb47,inset 0 -4px #0f172a2e}.landing-primary-cta:hover{background:#1d4ed8;color:#fff}.landing-trust-line{display:flex;align-items:center;justify-content:center;direction:rtl;gap:10px;color:#1f2937;font-size:18px;font-weight:600;line-height:1.5;text-align:center}.hero-section{position:relative;overflow-x:hidden;overflow-y:hidden;scroll-margin-top:80px;min-height:auto;margin-bottom:0!important;padding-block:72px 0;background:linear-gradient(180deg,#f4faff,#eef6ff)}#hero,#faq,#pricing{scroll-margin-top:80px}@media(max-width:1024px){#hero,#faq,#pricing{scroll-margin-top:70px}}@media(max-width:640px){#hero,#faq,#pricing{scroll-margin-top:64px}}.hero-section,.hero-section *{box-sizing:border-box}.hero-container{position:relative;z-index:5}.hero-grid{position:relative;display:grid;grid-template-columns:1fr;row-gap:44px;align-items:center;direction:ltr}.hero-copy{position:relative;z-index:6;order:1;display:flex;width:100%;max-width:620px;margin-inline:auto;flex-direction:column;align-items:center;text-align:center}.hero-copy--rtl{direction:rtl}.hero-copy--ltr{direction:ltr}.hero-badge{display:inline-flex;height:58px;margin:0 0 28px;padding-inline:24px;align-items:center;justify-content:center;gap:10px;border-radius:999px;background:#fff;color:#2563eb;font-size:16px;font-weight:800;line-height:1;box-shadow:0 14px 36px #0f172a14;border:1px solid rgba(37,99,235,.09)}.hero-badge__icon{width:20px!important;height:20px!important;color:#2563eb;flex-shrink:0}.hero-title{max-width:580px;margin:0;color:#0f172a;font-size:clamp(38px,8.8vw,44px);font-weight:900;line-height:1.14;letter-spacing:0}.hero-title>span{display:block}.hero-description{max-width:580px;margin:26px 0 0;color:#1f2937;font-size:21px;font-weight:500;line-height:1.75}.hero-cta-wrap{display:flex;width:fit-content;max-width:100%;margin-top:30px;flex-direction:column;align-items:center;align-self:center}.hero-cta{width:min(360px,calc(100vw - 64px));height:64px;border-radius:28px;padding-inline:20px;gap:14px;background:#2563eb;color:#fff;font-size:24px;font-weight:900;line-height:1;box-shadow:0 14px 32px #2563eb47}.hero-cta__icon{width:26px!important;height:26px!important;color:#fff;flex-shrink:0}.hero-trust{margin-top:12px;gap:8px;color:#1f2937;font-size:16px;font-weight:600}.hero-trust__icon{width:20px!important;height:20px!important;color:#22c55e;flex-shrink:0}.hero-visual{position:relative;z-index:5;order:2;width:min(100%,620px);height:640px;margin-inline:auto;direction:rtl}.hero-journey-panel{position:absolute;top:20px;left:0;z-index:4;width:440px}.story-card-stack{display:flex;width:100%;flex-direction:column}.story-preview-card{display:flex;width:440px;height:500px;padding:32px 26px;flex-direction:column;justify-content:space-between;border-radius:32px;border:1px solid #d7e8ff;background:#fffffff5;box-shadow:0 24px 60px #0f172a14}.story-preview-title{display:flex;margin:0;align-items:center;justify-content:center;gap:12px;color:#0f172a;font-size:27px;font-weight:900;line-height:1}.story-preview-title__spark{position:relative;display:inline-block;width:28px;height:28px;flex-shrink:0}.story-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.story-step-card{display:flex;min-width:0;height:104px;padding:10px 8px;flex-direction:column;align-items:center;justify-content:center;border-radius:20px;background:#fff;text-align:center;box-shadow:0 10px 24px #0f172a12;border:1px solid rgba(226,232,240,.88)}.story-step-icon{display:flex;width:52px;height:52px;align-items:center;justify-content:center}.story-step-number{display:flex;width:24px;height:24px;margin:-5px auto 0;align-items:center;justify-content:center;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:900;line-height:1}.story-step-label{margin:5px 0 0;color:#0f172a;font-size:15px;font-weight:800;line-height:1.25}.story-final-step{display:flex;height:86px;margin-top:0;padding:12px 18px;align-items:center;justify-content:center;gap:16px;border-radius:22px;background:#f8fbff;text-align:center;box-shadow:inset 0 1px 8px #2563eb0f}.story-final-step__icon{display:flex;width:54px;height:54px;align-items:center;justify-content:center;flex-shrink:0}.mini-feature-strip{display:grid;width:440px;height:88px;margin-top:18px;padding:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border-radius:24px;border:1px solid #e4eeff;background:#fffffff5;box-shadow:0 18px 44px #0f172a14}.mini-feature-strip__item{display:flex;min-width:0;height:100%;padding-inline:6px;flex-direction:column;align-items:center;justify-content:center;border-radius:17px;background:#f8fbff;color:#0f172a;font-size:13px;font-weight:700;line-height:1.25;text-align:center}.mini-feature-strip__icon{display:flex;width:26px;height:26px;margin-bottom:5px;align-items:center;justify-content:center;flex-shrink:0}.hero-child-visual-shell{position:absolute;left:250px;bottom:52px;z-index:3;width:330px;pointer-events:none}.hero-child-visual{display:block;width:100%;height:auto;pointer-events:none;filter:drop-shadow(0 24px 44px rgba(37,99,235,.18))}.hero-decor{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none}.hero-decor--blob-right{top:4px;right:-80px;z-index:0;width:288px;height:288px;opacity:.68}.hero-decor--blob-left{top:34%;left:6%;z-index:0;display:none;width:300px;height:250px;opacity:.42}.hero-decor--curve-left,.hero-decor--curve-right,.hero-decor--dash-small,.hero-decor--stars{z-index:1;display:none}.hero-decor--curve-left{top:4%;left:28%;width:180px;height:180px;opacity:.5}.hero-decor--curve-right{top:6%;right:7%;width:150px;height:116px;opacity:.55}.hero-decor--dash-small{bottom:20%;left:3%;width:150px;height:118px;opacity:.55}.hero-decor--stars{top:20%;left:33%;width:150px;height:116px;opacity:.45}.hero-decor--bottom-wave{inset-inline:0;bottom:-1px;z-index:1;width:100%;height:104px;object-fit:cover;object-position:bottom}.hero-wave-bottom{display:block;margin-bottom:-1px}.speaking-gap-section{margin-top:0!important;padding-top:96px;background:#f8fbff}.hero-section+.speaking-gap-section{margin-top:0!important}.speaking-gap-section{margin-bottom:0!important;padding-bottom:clamp(56px,6vw,80px)!important}.story-journey,.story-journey-section{margin-top:0!important;padding-top:clamp(56px,6vw,80px)!important}.speaking-gap-section+.story-journey,.speaking-gap-section+.story-journey-section{margin-top:0!important}.homepage-section{margin-block:0}.section-spacer,.section-gap,.speaking-story-spacer{display:none!important;height:0!important;margin:0!important;padding:0!important}.story-journey-boy,.story-journey-boy img,.story-boy-image,.story-boy-image img{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;object-fit:contain;mix-blend-mode:normal}.story-journey-boy img,.story-boy-image img{display:block}.story-journey-boy-wrapper,.story-boy-wrapper{background:transparent!important;overflow:visible}.story-journey-boy{width:clamp(150px,13vw,230px);height:auto}.story-journey__heading{margin-top:0}@media(min-width:768px){.landing-container{padding-inline:24px}.landing-section-heading{font-size:42px}.landing-section-subtitle{font-size:20px}}@media(min-width:1200px){.landing-container{padding-inline:32px}.landing-section-heading{font-size:52px}.landing-section-subtitle{font-size:22px}}.landing-login-button,.school-strip{box-sizing:border-box}.school-strip{position:relative;z-index:7;width:calc(100% - 32px);min-height:72px;margin:34px auto 0;padding:16px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:12px;row-gap:12px;direction:rtl;background:#fffffff5;border:1px solid rgba(37,99,235,.06);border-radius:26px;box-shadow:0 20px 48px #0f172a14}.school-strip__label{font-size:15px;font-weight:700;color:#0f172a;white-space:nowrap}.school-strip__item{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#1d4ed8;white-space:nowrap}.school-strip__icon{width:22px!important;height:22px!important;color:#2563eb;flex-shrink:0}.school-strip__divider{display:none;width:1px;height:24px;background:#0f172a24;border-radius:999px;flex-shrink:0}@media(min-width:768px){.school-strip{width:min(760px,100%);max-width:calc(100% - 48px);min-height:80px;padding:0 28px;gap:12px}.school-strip__label,.school-strip__item{font-size:17px}.school-strip__divider{display:block}}@media(min-width:1200px){.hero-section{min-height:820px;padding-block:72px 0}.hero-grid{grid-template-columns:540px minmax(540px,620px);column-gap:72px;row-gap:0;justify-content:space-between}.hero-copy{order:initial;max-width:620px;margin-inline:0;align-items:flex-start;justify-self:end}.hero-copy--rtl{text-align:right}.hero-copy--ltr{text-align:left}.hero-badge{height:64px;margin-bottom:32px;padding-inline:28px;font-size:17px}.hero-title{max-width:580px;font-size:clamp(48px,3.9vw,66px);line-height:1.08;letter-spacing:0}.hero-title>span{white-space:nowrap}.hero-description{max-width:580px;margin-top:26px;font-size:21px;line-height:1.75}.hero-cta-wrap{margin-top:30px}.hero-cta{width:410px;height:72px;border-radius:30px;font-size:30px}.hero-trust{font-size:18px;white-space:nowrap}.hero-visual{order:initial;width:540px;min-width:540px;max-width:540px;height:640px;margin-inline:0}.hero-journey-panel{top:20px;width:440px}.hero-child-visual-shell{left:250px;bottom:52px;width:330px}.hero-decor--blob-right{top:4px;right:-70px;width:310px;height:310px}.hero-decor--blob-left,.hero-decor--curve-left,.hero-decor--curve-right,.hero-decor--dash-small,.hero-decor--stars{display:block}.hero-decor--blob-left{top:18%;left:24%;width:360px;height:300px}.hero-decor--curve-left{top:0;left:23%;width:210px;height:210px}.hero-decor--curve-right{top:7%;right:8%;width:160px;height:120px}.hero-decor--bottom-wave{bottom:-1px;height:128px}.school-strip{width:740px;max-width:none;height:80px;min-height:0;margin:56px auto 0;padding:0 28px;flex-wrap:nowrap;gap:14px;border-radius:28px}.school-strip__label,.school-strip__item{font-size:17px}}@media(min-width:1200px)and (max-width:1399px){.story-preview-card{height:500px}.story-step-card{height:100px}}@media(max-width:1199px){.hero-decor--curve-left,.hero-decor--curve-right,.hero-decor--dash-small,.hero-decor--stars{display:none}.hero-copy,.hero-copy--rtl,.hero-copy--ltr{text-align:center}}@media(max-width:767px){.hero-section{padding-block:52px 0}.hero-grid{row-gap:34px}.hero-badge{height:52px;margin-bottom:24px;padding-inline:20px;font-size:14px}.hero-description{max-width:360px;font-size:17px;line-height:1.75}.hero-cta-wrap{width:100%}.hero-cta{width:min(360px,calc(100% - 32px));height:64px;border-radius:28px;font-size:23px}.hero-trust{max-width:calc(100% - 24px);flex-wrap:wrap;justify-content:center}.hero-visual{display:flex;height:auto;flex-direction:column;align-items:center;gap:18px}.hero-journey-panel,.hero-child-visual-shell{position:relative;inset:auto;width:100%}.hero-journey-panel{max-width:360px}.story-preview-card{width:100%;height:auto;min-height:0;padding:28px 18px;border-radius:28px}.story-preview-title{font-size:24px}.story-preview-grid{gap:9px}.story-step-card{height:96px;padding:8px 5px;border-radius:18px}.story-step-icon{width:46px;height:46px}.story-step-label{font-size:13px}.story-final-step{height:82px;margin-top:12px}.mini-feature-strip{width:100%;height:auto;min-height:84px;margin-top:18px}.mini-feature-strip__item{font-size:12px}.hero-child-visual-shell{max-width:280px}.school-strip{width:calc(100% - 24px);margin-top:30px;padding:14px 12px;border-radius:24px}.school-strip__label,.school-strip__item{font-size:14px}}.hero-section{position:relative;overflow:hidden;overflow-x:hidden;height:calc(100vh - 88px);min-height:calc(100vh - 88px);max-height:calc(100vh - 88px);margin-bottom:0!important;padding:42px 32px 36px;background:linear-gradient(180deg,#f4faff,#edf6ff)}.hero-container{position:relative;z-index:5;height:100%;max-width:1280px;margin:0 auto}.hero-grid{display:grid;height:calc(100% - 104px);grid-template-columns:500px minmax(0,1fr);gap:64px;align-items:center;direction:ltr}.hero-visual{position:relative;order:initial;width:500px;min-width:0;max-width:500px;height:620px;max-height:calc(100vh - 190px);margin:0;direction:rtl}.hero-journey-panel{position:absolute;top:0;left:0;z-index:4;width:430px;height:566px}.story-card-stack{position:relative;width:100%;height:100%}.story-preview-card{position:absolute;top:0;left:0;z-index:4;display:flex;width:430px;height:470px;padding:28px 24px;flex-direction:column;justify-content:space-between;border-radius:30px;background:#fffffff5;box-shadow:0 24px 60px #0f172a14}.story-preview-title,.story-preview-card h2{margin:0 0 26px;font-size:28px;line-height:1.2}.story-preview-grid,.story-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.story-step-card{height:96px;padding:12px 8px;border-radius:18px}.story-step-icon{width:38px;height:38px}.story-step-card img,.story-step-card svg{width:38px;height:38px}.story-step-label,.story-step-card p{font-size:14px;line-height:1.2}.story-step-number{width:22px;height:22px;margin-top:-4px;font-size:11px}.story-final-step{height:76px;margin-top:18px;border-radius:20px}.story-final-step__icon{width:44px;height:44px}.hero-child-visual-shell{position:absolute;left:305px;bottom:74px;z-index:3;width:300px;pointer-events:none}.hero-child-visual{display:block;width:100%;height:auto;pointer-events:none}.mini-feature-strip,.hero-mini-strip{position:absolute;top:490px;left:0;z-index:5;display:grid;width:430px;height:76px;margin-top:0;padding:10px 14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border-radius:24px;background:#fffffff5;box-shadow:0 18px 42px #0f172a12}.mini-feature-strip *,.hero-mini-strip *{font-size:12px;line-height:1.25}.mini-feature-strip__icon{width:22px;height:22px;margin-bottom:4px}.hero-copy{position:relative;z-index:8;order:initial;width:min(100%,610px);max-width:610px;margin:0;align-items:flex-start;justify-self:end;direction:rtl;text-align:right}.hero-copy--rtl{text-align:right}.hero-copy--ltr{direction:ltr;text-align:left}.hero-badge{width:fit-content;height:auto;margin:0 0 28px;padding:16px 28px;border-radius:999px;background:#fff;color:#2563eb;font-size:16px;font-weight:800;box-shadow:0 18px 42px #0f172a0f}.hero-title{max-width:610px;margin:0;color:#0f172a;font-size:clamp(48px,4vw,64px);font-weight:900;line-height:1.08}.hero-title>span{white-space:normal}.hero-description{max-width:570px;margin-top:24px;color:#1f2937;font-size:20px;font-weight:500;line-height:1.75}.hero-cta-wrap{display:flex;width:410px;max-width:100%;margin-top:28px;flex-direction:column;align-items:center;align-self:flex-start}.hero-cta{display:inline-flex;width:410px;max-width:100%;height:70px;align-items:center;justify-content:center;gap:14px;border-radius:28px;background:#2563eb;color:#fff;font-size:29px;font-weight:900;box-shadow:0 14px 32px #2563eb47}.hero-trust{display:flex;margin-top:10px;align-items:center;justify-content:center;direction:rtl;gap:8px;color:#1f2937;font-size:16px;font-weight:600;white-space:nowrap}.school-strip.hero-audience-pill{position:absolute;bottom:-20px;left:50%;z-index:9;width:720px;height:70px;min-height:0;margin:0;padding:0 28px;flex-wrap:nowrap;gap:14px;transform:translate(-50%);border-radius:26px;background:#fffffff5;box-shadow:0 18px 42px #0f172a14}.hero-decor,.hero-decoration,.decorative,.hero-stars,.hero-path{position:absolute;z-index:1!important;pointer-events:none;opacity:.45}.hero-decor--blob-right,.hero-decor--blob-left{z-index:0!important}.hero-decor--stars,.hero-stars{transform:translate(-70px,-40px) scale(.75);transform-origin:center}.hero-decor--bottom-wave{bottom:-1px;opacity:1}@media(max-width:1400px){.hero-container{max-width:1160px}.hero-grid{grid-template-columns:460px minmax(0,1fr);gap:48px}.hero-visual{width:460px;max-width:460px;height:590px;max-height:calc(100vh - 210px)}.hero-journey-panel{width:400px;height:544px}.story-preview-card{width:400px;height:450px}.story-preview-title,.story-preview-card h2{margin-bottom:22px;font-size:26px}.story-preview-grid,.story-steps-grid{gap:11px}.story-step-card{height:90px;padding:9px 7px}.story-step-icon,.story-step-card img,.story-step-card svg{width:34px;height:34px}.story-final-step{height:70px;margin-top:14px}.hero-child-visual-shell{left:250px;bottom:78px;width:270px}.mini-feature-strip,.hero-mini-strip{top:468px;width:400px;height:72px}.hero-copy{width:min(100%,570px);max-width:570px}.hero-title{max-width:570px;font-size:clamp(46px,3.8vw,60px)}.hero-description{max-width:540px;font-size:19px}.hero-cta-wrap,.hero-cta{width:380px}.hero-cta{height:66px;font-size:27px}}@media(max-width:1024px){.hero-section{height:auto;min-height:auto;max-height:none;padding:64px 24px 80px}.hero-container{height:auto}.hero-grid{height:auto;grid-template-columns:1fr;gap:48px}.hero-copy{justify-self:center;align-items:center;max-width:680px;text-align:center}.hero-copy--rtl,.hero-copy--ltr{text-align:center}.hero-badge{margin-inline:auto}.hero-title,.hero-description{max-width:680px}.hero-title{font-size:clamp(42px,6vw,56px)}.hero-cta-wrap{margin-inline:auto;align-self:center}.hero-visual{width:100%;max-width:620px;height:560px;max-height:none;margin:0 auto}.hero-journey-panel{left:0;width:390px}.story-preview-card{width:390px}.hero-child-visual-shell{left:300px;width:260px}.mini-feature-strip,.hero-mini-strip{width:390px}.school-strip.hero-audience-pill{position:relative;bottom:auto;left:auto;width:min(720px,100%);margin:32px auto 0;transform:none}}@media(max-width:767px){.hero-section{padding:52px 16px 72px}.hero-grid{gap:36px}.hero-title{max-width:390px;font-size:clamp(38px,10.5vw,44px);line-height:1.12}.hero-description{max-width:360px;font-size:17px}.hero-cta-wrap{width:100%}.hero-cta{width:min(360px,calc(100% - 32px));height:64px;font-size:23px}.hero-trust{max-width:calc(100vw - 48px);flex-wrap:wrap;white-space:normal}.hero-visual{display:flex;height:auto;max-width:390px;flex-direction:column;align-items:center;gap:18px}.hero-journey-panel,.hero-child-visual-shell{position:relative;inset:auto;width:100%}.hero-journey-panel{max-width:360px;height:auto}.story-card-stack{height:auto}.story-preview-card{position:relative;width:100%;max-width:360px;height:auto;min-height:0;padding:26px 18px}.story-preview-title,.story-preview-card h2{margin-bottom:18px;font-size:24px}.story-preview-grid,.story-steps-grid{gap:9px}.story-step-card{height:90px;padding:8px 5px}.story-step-icon,.story-step-card img,.story-step-card svg{width:34px;height:34px}.story-step-label,.story-step-card p{font-size:12px}.story-final-step{height:76px;margin-top:12px}.mini-feature-strip,.hero-mini-strip{position:relative;top:auto;left:auto;width:100%;max-width:360px;height:auto;min-height:76px;margin-top:16px}.hero-child-visual-shell{max-width:280px}.school-strip.hero-audience-pill{height:auto;min-height:70px;padding:14px 12px;flex-wrap:wrap;border-radius:24px}.hero-decor--curve-left,.hero-decor--curve-right,.hero-decor--dash-small,.hero-decor--stars{display:none}}.story-preview-card{width:380px!important;height:410px!important;padding:24px 20px!important;border-radius:28px!important;background:#fffffff0!important;box-shadow:0 16px 34px #0f172a0e!important}.story-preview-card h2,.story-preview-title{margin-bottom:18px!important;font-size:24px!important;font-weight:900!important;line-height:1.2!important}.story-steps-grid,.story-preview-grid{gap:10px!important}.story-step-card{height:80px!important;padding:8px 6px!important;border-radius:16px!important;box-shadow:0 8px 18px #0f172a09!important}.story-step-icon,.story-step-card img,.story-step-card svg{width:31px!important;height:31px!important}.story-step-label,.story-step-card p{font-size:12.25px!important;font-weight:800!important;line-height:1.18!important}.story-step-number,.step-number,.story-step-badge{width:20px!important;min-width:20px!important;height:20px!important;font-size:11px!important}.story-final-step{height:64px!important;margin-top:12px!important;border-radius:18px!important;box-shadow:0 8px 18px #0f172a09!important}.story-final-step__icon,.story-final-step img,.story-final-step svg{width:32px!important;height:32px!important}@media(max-width:1400px){.story-preview-card{width:370px!important;height:400px!important;padding:22px 18px!important}.story-preview-card h2,.story-preview-title{margin-bottom:16px!important;font-size:23px!important}.story-step-card{height:78px!important}.story-step-icon,.story-step-card img,.story-step-card svg{width:30px!important;height:30px!important}.story-step-label,.story-step-card p{font-size:12px!important}.story-final-step{height:62px!important}}@media(max-width:767px){.story-preview-card{width:100%!important;max-width:360px!important;height:auto!important;min-height:0!important}}.hero-visual{overflow:visible!important}.hero-child-visual-shell{position:absolute!important;width:360px!important;left:240px!important;bottom:76px!important;z-index:3!important;height:auto!important;max-width:none!important;pointer-events:none!important}.hero-child-visual,.hero-child-visual img,.hero-child-image,.hero-child-image img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;background:transparent!important;border:none!important;box-shadow:none!important}.story-preview-card{z-index:4!important}.hero-copy,.hero-title,.hero-description,.hero-cta-wrap{position:relative!important;z-index:8!important}.hero-decoration,.decorative,.hero-stars,.hero-path{z-index:1!important}.hero-container,.hero-grid{overflow:visible}.hero-section{overflow-x:hidden!important}@media(max-width:1400px){.hero-child-visual-shell{width:330px!important;left:225px!important;bottom:74px!important}}@media(max-width:1280px){.hero-child-visual-shell{width:320px!important;left:215px!important;bottom:76px!important}}@media(max-width:1024px){.hero-child-visual-shell{width:300px!important;left:300px!important;bottom:54px!important}}@media(max-width:767px){.hero-child-visual-shell{position:relative!important;width:260px!important;max-width:min(260px,100%)!important;left:auto!important;right:auto!important;bottom:auto!important;margin-inline:auto!important;transform:none!important}}.hero-section{overflow:visible!important;background:linear-gradient(180deg,#f4faff,#edf6ff)!important}.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave,.hero-decor--bottom-wave{position:absolute!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;display:block!important;width:100%!important;min-height:42px!important;height:52px!important;max-height:52px!important;overflow:hidden!important;object-fit:cover!important;object-position:bottom center!important;opacity:.65!important;pointer-events:none!important;transform:scaleY(.55)!important;transform-origin:bottom center!important}.hero-wave img,.hero-wave svg,.hero-wave-bottom img,.hero-wave-bottom svg,.wave-bottom img,.wave-bottom svg,.hero-bottom-wave img,.hero-bottom-wave svg,.hero-decor--bottom-wave img,.hero-decor--bottom-wave svg{display:block!important;width:100%!important;height:52px!important;object-fit:cover!important;object-position:bottom center!important;opacity:.75!important}.hero-wave-layer,.wave-layer,.hero-wave-secondary,.wave-secondary{height:44px!important;max-height:44px!important;opacity:.35!important;pointer-events:none!important;transform:scaleY(.5)!important;transform-origin:bottom center!important}.hero-container,.hero-grid,.hero-copy,.hero-visual,.hero-cta-wrap{z-index:5!important}.hero-cta-wrap,.hero-cta,.hero-trust{position:relative!important;z-index:8!important}.hero-bottom-gradient,.hero-wave-gradient,.bottom-blue-gradient{height:52px!important;max-height:52px!important;opacity:.55!important;background:linear-gradient(180deg,#60a5fa26,#2563eb73)!important}@media(max-width:1400px){.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave,.hero-decor--bottom-wave{height:48px!important;max-height:48px!important;opacity:.6!important;transform:scaleY(.52)!important}.hero-wave img,.hero-wave svg,.hero-wave-bottom img,.hero-wave-bottom svg,.wave-bottom img,.wave-bottom svg,.hero-bottom-wave img,.hero-bottom-wave svg,.hero-decor--bottom-wave img,.hero-decor--bottom-wave svg{height:48px!important}}@media(max-width:1024px){.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave,.hero-decor--bottom-wave{height:42px!important;max-height:42px!important;opacity:.5!important;transform:scaleY(.48)!important}}.hero-container{display:flex!important;flex-direction:column!important;align-items:stretch!important;height:auto!important}.hero-grid{flex:0 0 auto!important;height:auto!important}.hero-section{height:auto!important;min-height:calc(100vh - 88px)!important;max-height:none!important}.hero-audience-pill,.school-strip.hero-audience-pill{position:relative!important;inset:auto!important;z-index:7!important;display:flex!important;width:min(720px,calc(100% - 32px))!important;min-height:66px!important;height:auto!important;margin:32px auto 24px!important;padding:14px 28px!important;align-items:center!important;justify-content:center!important;gap:12px!important;border:1px solid rgba(255,255,255,.75)!important;border-radius:26px!important;background:#fffffff0!important;box-shadow:0 14px 34px #0f172a0e!important;color:#1f2937!important;direction:rtl!important;text-align:center!important;transform:none!important}.hero-audience-pill,.hero-audience-pill p,.hero-audience-pill span{color:#1f2937!important;font-size:15.5px!important;font-weight:700!important;line-height:1.45!important}.hero-audience-pill svg,.hero-audience-pill img,.hero-audience-pill .icon{width:19px!important;height:19px!important;flex-shrink:0!important}.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave{z-index:1!important;pointer-events:none!important}.hero-audience-pill>*{display:inline-flex!important;align-items:center!important;justify-content:center!important}@media(max-width:1400px){.hero-audience-pill,.school-strip.hero-audience-pill{width:min(680px,calc(100% - 32px))!important;min-height:64px!important;margin-top:28px!important;margin-bottom:22px!important;padding:13px 24px!important;border-radius:24px!important}.hero-audience-pill,.hero-audience-pill p,.hero-audience-pill span{font-size:15px!important}}@media(max-width:1024px){.hero-audience-pill,.school-strip.hero-audience-pill{width:min(620px,calc(100% - 32px))!important;margin-top:30px!important;margin-bottom:20px!important;padding:14px 22px!important}}@media(max-width:768px){.hero-audience-pill,.school-strip.hero-audience-pill{width:calc(100% - 28px)!important;min-height:auto!important;margin-top:24px!important;margin-bottom:18px!important;padding:13px 18px!important;flex-wrap:wrap!important;gap:9px!important;border-radius:22px!important}.hero-audience-pill,.hero-audience-pill p,.hero-audience-pill span{font-size:14px!important;line-height:1.5!important}.hero-audience-pill svg,.hero-audience-pill img,.hero-audience-pill .icon{width:18px!important;height:18px!important}}.hero-description{margin-bottom:20px!important}.hero-cta-wrap{position:relative!important;z-index:8!important;display:flex!important;width:400px!important;margin-top:0!important;flex-direction:column!important;align-items:center!important;align-self:center!important;justify-content:center!important;gap:0!important}.hero-cta{display:inline-flex!important;width:400px!important;height:68px!important;align-items:center!important;justify-content:center!important;gap:14px!important;border-radius:28px!important;font-size:28px!important;font-weight:900!important;line-height:1!important}.hero-cta svg,.hero-cta img,.hero-cta .icon{width:24px!important;height:24px!important;flex-shrink:0!important}.hero-trust{display:flex!important;width:100%!important;margin-top:9px!important;align-items:center!important;justify-content:center!important;direction:rtl!important;gap:8px!important;color:#1f2937!important;font-size:16px!important;font-weight:600!important;line-height:1.35!important;text-align:center!important;white-space:nowrap!important}.hero-trust svg,.hero-trust img,.hero-trust .icon{width:18px!important;height:18px!important;flex-shrink:0!important}.hero-cta-wrap>*{position:relative!important}@media(max-width:1400px){.hero-description{margin-bottom:18px!important}.hero-cta-wrap,.hero-cta{width:380px!important}.hero-cta{height:66px!important;font-size:27px!important}.hero-trust{margin-top:8px!important;font-size:15.5px!important}}@media(max-width:1024px){.hero-cta-wrap{margin-inline:auto!important}}@media(max-width:768px){.hero-description{margin-bottom:18px!important}.hero-cta-wrap,.hero-cta{width:min(360px,calc(100vw - 32px))!important}.hero-cta{height:62px!important;border-radius:24px!important;font-size:23px!important}.hero-trust{max-width:320px!important;margin-top:8px!important;font-size:14px!important;white-space:normal!important}}.hero-decoration,.decorative,.hero-stars,.hero-path,.hero-dashed-path,.hero-dots,.hero-sparkles,.hero-floating-icon{position:absolute!important;z-index:1!important;opacity:.14!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;transform-origin:center center!important}.hero-container,.hero-grid,.hero-copy,.hero-title,.hero-description,.hero-cta-wrap,.hero-visual,.hero-audience-pill{position:relative!important}.hero-copy,.hero-title,.hero-description,.hero-cta-wrap{z-index:8!important}.hero-path,.hero-dashed-path,.dashed-path,.flight-path{opacity:.1!important;filter:none!important;transform:scale(.74)!important}.hero-decor--curve-left,.hero-decor--curve-right,.hero-decor--dash-small,.hero-path.top-left,.hero-path.top-right,.hero-dashed-path.top-left,.hero-dashed-path.top-right,.dashed-path.top-left,.dashed-path.top-right,.flight-path.top-left,.flight-path.top-right{display:none!important}.hero-stars,.hero-sparkles,.hero-decor--stars{width:96px!important;height:74px!important;top:12%!important;left:46%!important;opacity:.14!important;transform:translate(-88px,-64px) scale(.62)!important}.hero-stars svg,.hero-stars img,.hero-sparkles svg,.hero-sparkles img,.star-icon,.sparkle-icon{width:18px!important;max-width:24px!important;height:18px!important;max-height:24px!important}.hero-dots,.dot-pattern,.decorative-dots{opacity:.12!important;transform:scale(.7)!important}.hero-dots span,.dot-pattern span,.decorative-dots span{width:7px!important;height:7px!important}.hero-copy .hero-decoration,.hero-copy .decorative,.hero-copy .hero-stars,.hero-copy .hero-path,.hero-copy .hero-dashed-path,.story-preview-card .hero-decoration,.story-preview-card .decorative,.story-preview-card .hero-stars,.story-preview-card .hero-path,.story-preview-card .hero-dashed-path{display:none!important}.hero-title,.hero-description,.hero-cta-wrap{isolation:isolate}.hero-decoration.near-title,.decorative.near-title,.hero-stars.near-title,.hero-path.near-title,.hero-dashed-path.near-title{opacity:.1!important;transform:translate(-80px,-60px) scale(.65)!important}.hero-floating-icon{opacity:.13!important;transform:scale(.72)!important}@media(max-width:1024px){.hero-path,.hero-dashed-path,.dashed-path,.flight-path{display:none!important}.hero-decoration,.decorative,.hero-stars,.hero-dots,.hero-sparkles,.hero-floating-icon{opacity:.1!important;transform:scale(.65)!important}}@media(max-width:768px){.hero-path,.hero-dashed-path,.dashed-path,.flight-path,.hero-floating-icon{display:none!important}.hero-stars,.hero-dots,.hero-sparkles{opacity:.08!important;transform:scale(.55)!important}}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{position:absolute!important;left:0!important;top:424px!important;width:380px!important;height:62px!important;min-height:0!important;margin:0!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important;justify-items:center!important;gap:6px!important;padding:8px 12px!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:20px!important;background:#ffffffe6!important;box-shadow:0 10px 24px #0f172a0b!important;direction:rtl!important;opacity:.96!important;z-index:5!important}.hero-mini-strip>*,.mini-feature-strip__item,.hero-mini-feature,.mini-feature-item{min-width:0!important;width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:0!important;background:transparent!important;box-shadow:none!important;text-align:center!important;direction:rtl!important;overflow:hidden!important;color:#1f2937!important;font-size:11.5px!important;font-weight:700!important;line-height:1.15!important}.hero-mini-strip svg,.hero-mini-strip img,.hero-mini-strip .icon,.hero-mini-feature svg,.hero-mini-feature img,.mini-feature-item svg,.mini-feature-item img,.mini-feature-strip__icon,.mini-feature-strip__icon img{width:20px!important;height:20px!important;flex-shrink:0!important;object-fit:contain!important;margin:0!important}.hero-mini-strip span,.hero-mini-strip p,.hero-mini-strip small,.hero-mini-feature span,.hero-mini-feature p,.mini-feature-item span,.mini-feature-item p{max-width:92px!important;display:-webkit-box!important;overflow:hidden!important;color:#1f2937!important;font-size:11.5px!important;font-weight:700!important;line-height:1.15!important;text-overflow:ellipsis!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}@media(max-width:1400px){.hero-mini-strip,.mini-feature-strip.hero-mini-strip{top:414px!important;width:370px!important;height:60px!important;padding:7px 11px!important;border-radius:19px!important}.hero-mini-strip svg,.hero-mini-strip img,.hero-mini-strip .icon,.mini-feature-strip__icon,.mini-feature-strip__icon img{width:19px!important;height:19px!important}.hero-mini-strip>*,.mini-feature-strip__item,.hero-mini-strip span,.hero-mini-strip p,.hero-mini-strip small{font-size:11px!important}}@media(max-width:1024px){.hero-mini-strip,.mini-feature-strip.hero-mini-strip{top:414px!important;left:0!important;width:min(370px,100%)!important;height:60px!important}}@media(max-width:767px){.story-card-stack{height:auto!important}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{position:relative!important;top:auto!important;left:auto!important;width:100%!important;max-width:360px!important;height:auto!important;min-height:60px!important;margin-top:14px!important;padding:8px 10px!important;gap:5px!important}.hero-mini-strip svg,.hero-mini-strip img,.hero-mini-strip .icon,.mini-feature-strip__icon,.mini-feature-strip__icon img{width:18px!important;height:18px!important}.hero-mini-strip>*,.mini-feature-strip__item,.hero-mini-strip span,.hero-mini-strip p,.hero-mini-strip small{font-size:10.5px!important}}.hero-section{padding-top:36px!important;padding-bottom:34px!important}.hero-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.hero-grid{align-items:center!important;padding-top:0!important;margin-top:0!important}.hero-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:0!important}.hero-badge{margin-bottom:24px!important}.hero-title{margin:0!important}.hero-description{margin-top:22px!important;margin-bottom:20px!important}.hero-cta-wrap{margin-top:0!important;margin-bottom:0!important}.hero-trust{margin-top:9px!important}.hero-audience-pill,.school-strip.hero-audience-pill{margin-top:30px!important;margin-bottom:0!important}.hero-visual{align-self:center!important}.hero-copy>*{flex-shrink:0!important}.hero-copy p,.hero-copy h1,.hero-copy h2{margin-block-end:0}@media(max-width:1400px){.hero-section{padding-top:32px!important;padding-bottom:30px!important}.hero-badge{margin-bottom:22px!important}.hero-description{margin-top:20px!important;margin-bottom:18px!important}.hero-audience-pill,.school-strip.hero-audience-pill{margin-top:28px!important}}@media(max-width:1024px){.hero-section{padding-top:56px!important;padding-bottom:56px!important}.hero-copy{align-items:center!important;text-align:center!important}.hero-badge{margin-bottom:22px!important}.hero-description{margin-top:20px!important;margin-bottom:18px!important}.hero-grid{gap:44px!important}.hero-audience-pill,.school-strip.hero-audience-pill{margin-top:30px!important}}@media(max-width:768px){.hero-section{padding-top:44px!important;padding-bottom:44px!important}.hero-badge{margin-bottom:18px!important}.hero-description{margin-top:18px!important;margin-bottom:18px!important}.hero-trust{margin-top:8px!important}.hero-audience-pill,.school-strip.hero-audience-pill{margin-top:24px!important}}.hero-title{position:relative!important;z-index:9!important;max-width:530px!important;margin:0!important;color:#0f172a!important;font-size:clamp(42px,3.45vw,56px)!important;font-weight:900!important;line-height:1.2!important;letter-spacing:-.1px!important;text-align:right!important;direction:rtl!important;text-wrap:balance;overflow-wrap:normal;word-break:normal}.hero-title span,.hero-title strong,.hero-title .highlight{font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important}.hero-copy{max-width:560px!important}@media(max-width:1400px){.hero-title{max-width:520px!important;font-size:clamp(40px,3.35vw,54px)!important;line-height:1.2!important}.hero-copy{max-width:550px!important}}@media(max-width:1280px){.hero-title{max-width:500px!important;font-size:clamp(39px,3.25vw,52px)!important;line-height:1.22!important}.hero-copy{max-width:530px!important}}@media(max-width:1024px){.hero-title{max-width:680px!important;margin-inline:auto!important;font-size:clamp(38px,6vw,50px)!important;line-height:1.22!important;text-align:center!important}}@media(max-width:768px){.hero-title{max-width:360px!important;font-size:clamp(34px,9vw,42px)!important;line-height:1.24!important;letter-spacing:0!important;text-align:center!important}}.hero-section{position:relative!important;isolation:isolate!important;overflow:hidden!important;min-height:calc(100vh - 88px)!important;background:radial-gradient(circle at 28% 42%,#60a5fa29,#60a5fa00 34%),radial-gradient(circle at 72% 38%,#fbbf241a,#fbbf2400 30%),linear-gradient(180deg,#f4faff,#edf6ff)!important}.hero-container{position:relative!important;z-index:5!important;max-width:1280px!important;min-height:calc(100vh - 128px)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.hero-grid{position:relative!important;z-index:6!important;display:grid!important;grid-template-columns:42% 52%!important;column-gap:6%!important;align-items:center!important;width:100%!important;min-height:560px!important;margin:0 auto!important}.hero-grid:before{content:""!important;position:absolute!important;inset:8% 2% 4%!important;z-index:-1!important;pointer-events:none!important;background:radial-gradient(circle at 34% 46%,#2563eb14,#2563eb00 34%),radial-gradient(circle at 70% 45%,#0ea5e912,#0ea5e900 38%);border-radius:48px!important}.hero-visual{position:relative!important;align-self:center!important;justify-self:start!important;transform:translateY(4px)!important}.hero-copy{position:relative!important;z-index:8!important;max-width:560px!important;display:flex!important;flex-direction:column!important;align-self:center!important;justify-self:end!important;justify-content:center!important}.hero-cta-wrap{position:relative!important;z-index:8!important}.hero-audience-pill,.school-strip.hero-audience-pill{position:relative!important;z-index:7!important;align-self:center!important;margin-top:clamp(24px,3vh,34px)!important;margin-bottom:0!important;transform:none!important}.hero-audience-pill:before,.school-strip.hero-audience-pill:before{content:""!important;position:absolute!important;top:-14px!important;left:50%!important;width:180px!important;height:1px!important;pointer-events:none!important;background:linear-gradient(90deg,#2563eb00,#2563eb2e,#2563eb00)!important;transform:translate(-50%)!important}.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave,.hero-decoration,.decorative,.hero-stars,.hero-path,.hero-dashed-path,.hero-dots,.hero-sparkles{z-index:1!important;pointer-events:none!important}.hero-child-visual,.hero-copy,.hero-cta-wrap,.hero-audience-pill{position:relative}@media(max-width:1400px){.hero-container{max-width:1160px!important;min-height:calc(100vh - 124px)!important}.hero-grid{grid-template-columns:41% 53%!important;column-gap:6%!important;min-height:540px!important}.hero-copy{max-width:540px!important}.hero-audience-pill,.school-strip.hero-audience-pill{margin-top:26px!important}}@media(max-width:1280px){.hero-container{max-width:1080px!important}.hero-grid{grid-template-columns:40% 54%!important;column-gap:6%!important}.hero-copy{max-width:520px!important}}@media(max-width:1024px){.hero-section,.hero-container{min-height:auto!important}.hero-grid{grid-template-columns:1fr!important;row-gap:44px!important;min-height:auto!important}.hero-grid:before{inset:6% 4% 4%!important;border-radius:36px!important}.hero-copy,.hero-visual{align-self:center!important;justify-self:center!important}.hero-copy{max-width:680px!important;align-items:center!important;text-align:center!important}.hero-audience-pill,.school-strip.hero-audience-pill{margin-top:30px!important}}@media(max-width:768px){.hero-grid{row-gap:36px!important}.hero-grid:before{inset:4% 0 3%!important;border-radius:28px!important}.hero-audience-pill:before,.school-strip.hero-audience-pill:before{width:120px!important}}.hero-section{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:radial-gradient(circle at 30% 42%,#3b82f629,#3b82f614,#3b82f600 36%),radial-gradient(circle at 58% 38%,#93c5fd33,#93c5fd14 22%,#93c5fd00 42%),radial-gradient(circle at 86% 22%,#bfdbfe6b,#bfdbfe2e 18%,#bfdbfe00 34%),linear-gradient(180deg,#f8fbff,#eef7ff 58%,#f8fbff)!important}.hero-section:before{content:"";position:absolute;left:14%;top:20%;z-index:0;width:560px;height:430px;border-radius:999px;background:#2563eb1c;filter:blur(72px);pointer-events:none}.hero-section:after{content:"";position:absolute;top:22%;right:15%;z-index:0;width:600px;height:460px;border-radius:999px;background:#60a5fa1a;filter:blur(82px);pointer-events:none}.hero-container,.hero-grid,.hero-copy,.hero-visual{position:relative!important;z-index:5!important}.hero-grid:before{content:"";position:absolute;inset:8% 2% 5%;z-index:-1;border-radius:52px;background:radial-gradient(circle at 36% 48%,#2563eb12,#2563eb00 34%),radial-gradient(circle at 70% 44%,#0ea5e90f,#0ea5e900 38%);pointer-events:none}.hero-decoration,.decorative,.hero-stars,.hero-path,.hero-dashed-path,.hero-dots,.hero-sparkles{z-index:1!important;opacity:.16!important;filter:saturate(1.1)!important;pointer-events:none!important}.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave{z-index:1!important;opacity:.68!important;filter:saturate(1.05) brightness(1.04)!important;pointer-events:none!important}.hero-bg-circle,.hero-circle,.background-circle{background:#bfdbfe66!important;opacity:.82!important}@media(max-width:1400px){.hero-section:before{left:12%;top:20%;width:500px;height:390px;filter:blur(64px)}.hero-section:after{top:22%;right:12%;width:520px;height:410px;filter:blur(72px)}}@media(max-width:1024px){.hero-section{background:radial-gradient(circle at 50% 30%,#60a5fa29,#60a5fa00 42%),linear-gradient(180deg,#f8fbff,#eef7ff)!important}.hero-section:before,.hero-section:after{opacity:.6}}@media(max-width:768px){.hero-section:before,.hero-section:after,.hero-grid:before{display:none}.hero-decoration,.decorative,.hero-stars,.hero-path,.hero-dashed-path,.hero-dots,.hero-sparkles{opacity:.08!important}}.story-preview-card{border:1px solid rgba(255,255,255,.78)!important;border-radius:28px!important;background:#ffffffe3!important;box-shadow:0 30px 72px #0f172a16,0 12px 24px #2563eb09,inset 0 1px #ffffffc2!important;backdrop-filter:blur(15px) saturate(1.14)!important;-webkit-backdrop-filter:blur(15px) saturate(1.14)!important}.story-preview-card h2{color:#0f172a!important;text-shadow:0 1px 0 rgba(255,255,255,.55)!important}.story-step-card,.story-final-step{border:1px solid rgba(226,232,240,.64)!important;border-radius:17px!important;background:#ffffffd1!important;box-shadow:0 10px 24px #0f172a0b,inset 0 1px #ffffffb3!important;backdrop-filter:blur(10px) saturate(1.08)!important;-webkit-backdrop-filter:blur(10px) saturate(1.08)!important}.story-step-number,.step-number,.story-step-badge{border:1px solid rgba(203,213,225,.62)!important;background:linear-gradient(180deg,#fffffff5,#f1f5f9eb)!important;box-shadow:0 6px 14px #0f172a0d,inset 0 1px #ffffffb8!important}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{border:1px solid rgba(255,255,255,.74)!important;border-radius:20px!important;background:#ffffffd6!important;box-shadow:0 18px 40px #0f172a0f,inset 0 1px #ffffffad!important;backdrop-filter:blur(13px) saturate(1.1)!important;-webkit-backdrop-filter:blur(13px) saturate(1.1)!important}.hero-mini-strip>*,.hero-mini-feature,.mini-feature-item{opacity:.96}.hero-audience-pill,.school-strip.hero-audience-pill{border:1px solid rgba(255,255,255,.78)!important;border-radius:26px!important;background:#ffffffe0!important;box-shadow:0 20px 46px #0f172a13,0 8px 18px #2563eb06,inset 0 1px #ffffffbf!important;backdrop-filter:blur(14px) saturate(1.12)!important;-webkit-backdrop-filter:blur(14px) saturate(1.12)!important}.hero-audience-pill:before,.school-strip.hero-audience-pill:before{opacity:.55!important}.navbar,.site-header,.header,nav:has(.landing-navbar-logo){border-bottom:1px solid rgba(255,255,255,.65)!important;background:#ffffffeb!important;box-shadow:0 10px 30px #0f172a0b,inset 0 1px #ffffffb8!important;backdrop-filter:blur(14px) saturate(1.1)!important;-webkit-backdrop-filter:blur(14px) saturate(1.1)!important}.hero-section [class*=card],.hero-section [class*=pill],.hero-section [class*=strip]{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.story-preview-card:hover,.hero-mini-strip:hover,.mini-feature-strip.hero-mini-strip:hover,.hero-audience-pill:hover{transform:translateY(-1px);box-shadow:0 34px 80px #0f172a17,0 14px 30px #2563eb0a,inset 0 1px #ffffffc7!important}@media(max-width:1400px){.story-preview-card{box-shadow:0 26px 64px #0f172a14,0 10px 22px #2563eb08,inset 0 1px #ffffffb8!important}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{box-shadow:0 16px 34px #0f172a0e,inset 0 1px #ffffffa8!important}.hero-audience-pill,.school-strip.hero-audience-pill{box-shadow:0 18px 40px #0f172a12,inset 0 1px #ffffffb8!important}}@media(max-width:1024px){.story-preview-card,.hero-mini-strip,.mini-feature-strip.hero-mini-strip,.hero-audience-pill{backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}}@media(max-width:768px){.story-preview-card,.hero-mini-strip,.mini-feature-strip.hero-mini-strip,.hero-audience-pill{border-radius:22px!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.story-step-card,.story-final-step{border-radius:15px!important}}.hero-cta{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:linear-gradient(135deg,#1d4ed8,#2563eb,#3b82f6)!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 18px 42px #2563eb5c,0 6px 14px #1e40af2e,inset 0 1px #ffffff3d,inset 0 -3px #1e40af61!important;transition:transform .17s ease,box-shadow .17s ease,filter .17s ease!important}.hero-cta:before{content:""!important;position:absolute!important;inset:0!important;z-index:0!important;border-radius:inherit!important;background:linear-gradient(180deg,#ffffff38,#ffffff0f 34%,#fff0 70%)!important;pointer-events:none!important}.hero-cta:after{content:""!important;position:absolute!important;top:-40%!important;left:-25%!important;z-index:1!important;width:36%!important;height:180%!important;background:linear-gradient(90deg,#fff0,#ffffff2e,#fff0)!important;opacity:.38!important;transform:rotate(18deg)!important;pointer-events:none!important}.hero-cta>*{position:relative!important;z-index:2!important}.hero-cta:hover{transform:translateY(-1px)!important;filter:saturate(1.04) brightness(1.02)!important;box-shadow:0 22px 46px #2563eb61,0 8px 18px #1e40af33,inset 0 1px #ffffff42,inset 0 -3px #1e40af61!important}.hero-cta svg,.hero-cta img,.hero-cta .icon,.hero-cta__icon{flex-shrink:0!important;filter:drop-shadow(0 2px 3px rgba(15,23,42,.18))!important}.hero-secondary-cta,.hero-watch-button{position:relative!important;border:1.5px solid rgba(37,99,235,.55)!important;background:#ffffffe0!important;box-shadow:0 14px 30px #0f172a0e,inset 0 1px #ffffffad!important;backdrop-filter:blur(11px) saturate(1.08)!important;-webkit-backdrop-filter:blur(11px) saturate(1.08)!important;transition:transform .17s ease,box-shadow .17s ease,background .17s ease!important}.hero-secondary-cta:hover,.hero-watch-button:hover{background:#fffffff0!important;box-shadow:0 18px 36px #0f172a13,inset 0 1px #ffffffb8!important;transform:translateY(-1px)!important}.hero-trust{color:#1f2937e0!important;font-weight:650!important}.hero-trust svg,.hero-trust img,.hero-trust .icon,.hero-trust__icon{filter:drop-shadow(0 1px 2px rgba(22,163,74,.18))!important}.hero-child-visual-shell{position:absolute!important;isolation:isolate!important}.hero-child-visual,.hero-child-visual img,.hero-child-image,.hero-child-image img{position:relative!important;z-index:1!important;border:none!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 30px 38px rgba(15,23,42,.17)) saturate(1.06) contrast(1.02)!important}.hero-child-visual-shell:before{content:""!important;position:absolute!important;inset:16% 6% 2% 8%!important;z-index:0!important;border-radius:999px!important;background:#2563eb1a!important;filter:blur(34px)!important;pointer-events:none!important}.hero-child-visual-shell:after{content:""!important;position:absolute!important;right:12%!important;bottom:-4px!important;left:12%!important;z-index:0!important;height:28px!important;border-radius:999px!important;background:#0f172a1c!important;filter:blur(18px)!important;pointer-events:none!important}@media(max-width:1400px){.hero-cta{box-shadow:0 16px 38px #2563eb57,0 5px 12px #1e40af29,inset 0 1px #ffffff3b,inset 0 -3px #1e40af5c!important}.hero-child-visual,.hero-child-visual img,.hero-child-image,.hero-child-image img{filter:drop-shadow(0 26px 34px rgba(15,23,42,.16)) saturate(1.05) contrast(1.02)!important}.hero-child-visual-shell:before{background:#2563eb17!important;filter:blur(30px)!important}}@media(max-width:1024px){.hero-child-visual-shell:before,.hero-child-visual-shell:after{opacity:.75!important}}@media(max-width:768px){.hero-cta:after{display:none!important}.hero-child-visual,.hero-child-visual img,.hero-child-image,.hero-child-image img{filter:drop-shadow(0 18px 26px rgba(15,23,42,.14)) saturate(1.04) contrast(1.01)!important}.hero-child-visual-shell:before{background:#2563eb14!important;filter:blur(24px)!important}.hero-child-visual-shell:after{height:20px!important;filter:blur(14px)!important}}.hero-grid{position:relative!important;grid-template-columns:31% 38%!important;column-gap:31%!important}.hero-child-visual-shell{position:absolute!important;width:clamp(430px,34vw,560px)!important;height:auto!important;left:clamp(250px,21vw,360px)!important;bottom:clamp(22px,4.5vh,58px)!important;z-index:4!important;max-width:none!important;pointer-events:none!important;isolation:isolate!important}.hero-child-visual{position:relative!important;z-index:1!important;display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;background:transparent!important;pointer-events:none!important;filter:drop-shadow(0 32px 40px rgba(15,23,42,.17)) saturate(1.06) contrast(1.02)!important}.hero-copy{padding-inline-start:16px!important}.hero-child-visual-shell:before{content:""!important;position:absolute!important;inset:12% 8% 4%!important;z-index:0!important;border-radius:999px!important;background:#2563eb1a!important;filter:blur(36px)!important;pointer-events:none!important}.hero-child-visual-shell:after{content:""!important;position:absolute!important;right:14%!important;bottom:-8px!important;left:18%!important;z-index:0!important;height:30px!important;border-radius:999px!important;background:#0f172a1c!important;filter:blur(18px)!important;pointer-events:none!important}@media(max-width:1400px){.hero-grid{grid-template-columns:31% 39%!important;column-gap:30%!important}.hero-child-visual-shell{width:clamp(400px,29vw,470px)!important;left:clamp(230px,19vw,300px)!important;bottom:38px!important}}@media(max-width:1280px){.hero-child-visual-shell{width:390px!important;left:220px!important;bottom:42px!important}}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr!important;column-gap:0!important}.hero-child-visual-shell{position:absolute!important;width:320px!important;left:50%!important;bottom:44px!important;transform:translate(-5%)!important}}@media(max-width:768px){.hero-child-visual-shell{width:260px!important;left:50%!important;bottom:32px!important;transform:translate(-10%)!important}}.hero-child-visual-shell{position:absolute!important;width:clamp(440px,32vw,520px)!important;height:auto!important;left:clamp(210px,17vw,300px)!important;bottom:clamp(78px,8vh,126px)!important;z-index:4!important;max-width:none!important;pointer-events:none!important;isolation:isolate!important}.hero-child-visual{position:relative!important;z-index:1!important;display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;background:transparent!important;pointer-events:none!important;filter:drop-shadow(0 34px 42px rgba(15,23,42,.18)) saturate(1.06) contrast(1.02)!important}.hero-copy{padding-inline-start:18px!important}.hero-child-visual-shell:before{content:""!important;position:absolute!important;inset:10% 8% 4%!important;z-index:0!important;border-radius:999px!important;background:#2563eb1a!important;filter:blur(38px)!important;pointer-events:none!important}.hero-child-visual-shell:after{content:""!important;position:absolute!important;right:14%!important;bottom:-10px!important;left:18%!important;z-index:0!important;height:32px!important;border-radius:999px!important;background:#0f172a1c!important;filter:blur(20px)!important;pointer-events:none!important}@media(max-width:1400px){.hero-child-visual-shell{width:clamp(430px,33.3vw,455px)!important;left:clamp(205px,15vw,225px)!important;bottom:96px!important}}@media(max-width:1280px){.hero-child-visual-shell{width:430px!important;left:200px!important;bottom:92px!important}}@media(max-width:1024px){.hero-child-visual-shell{position:absolute!important;width:340px!important;left:50%!important;bottom:72px!important;transform:translate(-8%)!important}}@media(max-width:768px){.hero-child-visual-shell{width:280px!important;left:50%!important;bottom:44px!important;transform:translate(-10%)!important}.hero-child-visual-shell:before{filter:blur(24px)!important}.hero-child-visual-shell:after{height:22px!important;filter:blur(14px)!important}}.hero-grid{position:relative!important;grid-template-columns:30% 38%!important;column-gap:32%!important}.hero-visual{position:relative!important;z-index:5!important;overflow:visible!important}.hero-child-visual-shell{position:absolute!important;width:clamp(440px,32vw,520px)!important;height:auto!important;left:clamp(210px,17vw,300px)!important;bottom:clamp(96px,9vh,132px)!important;z-index:4!important;max-width:none!important;pointer-events:none!important;isolation:isolate!important}.hero-child-visual{position:relative!important;z-index:1!important;display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;background:transparent!important;pointer-events:none!important;filter:drop-shadow(0 34px 42px rgba(15,23,42,.17)) saturate(1.06) contrast(1.02)!important}.hero-child-visual img,.hero-child-image,.hero-child-image img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;background:transparent!important}.hero-journey-panel,.story-preview-card{z-index:6!important}.hero-copy{padding-inline-start:36px!important}.hero-title,.hero-description{isolation:isolate!important}.hero-child-visual-shell:before{content:""!important;position:absolute!important;inset:10% 8% 4%!important;z-index:0!important;border-radius:999px!important;background:#2563eb1a!important;filter:blur(36px)!important;pointer-events:none!important}.hero-child-visual-shell:after{content:""!important;position:absolute!important;right:14%!important;bottom:-8px!important;left:18%!important;z-index:0!important;height:30px!important;border-radius:999px!important;background:#0f172a1a!important;filter:blur(18px)!important;pointer-events:none!important}@media(max-width:1400px){.hero-grid{grid-template-columns:30% 39%!important;column-gap:31%!important}.hero-child-visual-shell{width:clamp(430px,31.5vw,450px)!important;left:clamp(200px,15vw,225px)!important;bottom:118px!important}.hero-copy{padding-inline-start:32px!important}}@media(max-width:1280px){.hero-child-visual-shell{width:420px!important;left:195px!important;bottom:108px!important}.hero-copy{padding-inline-start:28px!important}}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr!important;column-gap:0!important}.hero-copy{padding-inline-start:0!important}.hero-child-visual-shell{position:absolute!important;width:340px!important;left:50%!important;bottom:70px!important;transform:translate(-8%)!important}}@media(max-width:768px){.hero-child-visual-shell{width:280px!important;left:50%!important;bottom:44px!important;transform:translate(-10%)!important}}.hero-cta-wrap{inline-size:600px!important;width:600px!important;min-width:600px!important;max-width:600px!important;margin-top:20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important}.hero-cta-row{inline-size:100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;display:flex!important;flex-direction:row-reverse!important;align-items:center!important;justify-content:center!important;gap:20px!important;direction:rtl!important}.hero-cta{inline-size:320px!important;width:320px!important;min-width:320px!important;max-width:320px!important;flex:0 0 320px!important;height:60px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:24px!important;background:linear-gradient(135deg,#1d4ed8,#2563eb 55%,#3b82f6)!important;color:#fff!important;font-size:24px!important;font-weight:900!important;line-height:1!important;box-shadow:0 14px 30px #2563eb4d,inset 0 1px #ffffff38,inset 0 -3px #1e40af59!important}.hero-cta svg,.hero-cta img,.hero-cta .icon,.hero-cta__icon{width:22px!important;height:22px!important;flex-shrink:0!important}.hero-secondary-cta,.hero-watch-button{inline-size:240px!important;width:240px!important;min-width:240px!important;max-width:240px!important;flex:0 0 240px!important;height:60px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;border:2px solid rgba(37,99,235,.85)!important;border-radius:24px!important;background:#ffffffeb!important;color:#2563eb!important;font-size:22px!important;font-weight:850!important;line-height:1!important;box-shadow:0 12px 26px #0f172a0e,inset 0 1px #ffffffbf!important}.hero-secondary-cta svg,.hero-secondary-cta img,.hero-secondary-cta .icon,.hero-secondary-cta__icon,.hero-watch-button svg,.hero-watch-button img,.hero-watch-button .icon{width:22px!important;height:22px!important;flex-shrink:0!important}.hero-trust{width:100%!important;margin-top:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;direction:rtl!important;text-align:center!important;color:#1f2937!important;font-size:15.5px!important;font-weight:600!important;white-space:nowrap!important}@media(max-width:1400px){.hero-cta-wrap{inline-size:560px!important;width:560px!important;min-width:560px!important;max-width:560px!important}.hero-cta-row{gap:18px!important}.hero-cta{inline-size:300px!important;width:300px!important;min-width:300px!important;max-width:300px!important;flex-basis:300px!important;height:58px!important;font-size:23px!important}.hero-secondary-cta,.hero-watch-button{inline-size:230px!important;width:230px!important;min-width:230px!important;max-width:230px!important;flex-basis:230px!important;height:58px!important;font-size:21px!important}}@media(max-width:1024px){.hero-cta-wrap{inline-size:min(600px,100%)!important;width:min(600px,100%)!important;min-width:0!important;max-width:min(600px,100%)!important;margin-inline:auto!important}}@media(max-width:768px){.hero-cta-wrap{inline-size:100%!important;width:100%!important;min-width:0!important;max-width:100%!important}.hero-cta-row{flex-direction:column!important;gap:12px!important}.hero-cta,.hero-secondary-cta,.hero-watch-button{inline-size:min(360px,calc(100vw - 32px))!important;width:min(360px,calc(100vw - 32px))!important;min-width:0!important;max-width:min(360px,calc(100vw - 32px))!important;flex:0 1 auto!important;height:58px!important}.hero-trust{max-width:320px!important;font-size:14px!important;white-space:normal!important}}.hero-copy--rtl{justify-content:center!important}.hero-copy--rtl .hero-title{position:relative!important;z-index:9!important;display:block!important;inline-size:540px!important;width:540px!important;min-width:540px!important;max-width:540px!important;margin-top:0!important;margin-bottom:16px!important;color:#0f172a!important;font-size:clamp(40px,3.2vw,47px)!important;font-weight:900!important;line-height:1.1!important;letter-spacing:-.12px!important;text-align:right!important;direction:rtl!important;text-wrap:balance;overflow-wrap:normal;word-break:normal}.hero-copy--rtl .hero-title>.hero-title-line{display:block!important;width:100%!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;margin:0!important;padding:0!important}.hero-copy--rtl .hero-title strong,.hero-copy--rtl .hero-title .highlight{font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;margin:0!important;padding:0!important}.hero-copy--rtl .hero-description{margin-top:0!important}.hero-secondary-cta,.hero-watch-button,.hero-secondary-cta span,.hero-watch-button span{font-weight:600!important}.story-step-card{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:8px 6px!important}.story-step-icon,.story-step-card img,.story-step-card svg,.story-step-card .icon{width:38px!important;height:38px!important;flex-shrink:0!important;opacity:1!important;filter:saturate(1.15) contrast(1.08)!important}.story-step-icon{position:relative!important;z-index:1!important}.story-step-label,.story-step-card p,.story-step-card span,.story-step-card .label{margin:0!important;color:#0f172a!important;font-size:15px!important;font-weight:850!important;line-height:1.15!important;text-align:center!important;white-space:nowrap!important;position:relative!important;z-index:1!important}.story-step-number,.step-number,.story-step-badge{width:22px!important;height:22px!important;min-width:22px!important;flex-shrink:0!important;font-size:12px!important;font-weight:800!important;z-index:2!important}.story-step-card>.story-step-number{position:absolute!important;top:31px!important;left:50%!important;transform:translate(-50%)!important;margin:0!important}.story-final-step .story-step-number{position:static!important;transform:none!important;margin:-5px auto 0!important}.story-final-step__icon,.story-final-step img,.story-final-step svg,.story-final-step .icon{width:40px!important;height:40px!important;flex-shrink:0!important}.story-final-step .story-step-label,.story-final-step p,.story-final-step span,.story-final-step .label{margin:0!important;color:#0f172a!important;font-size:15px!important;font-weight:850!important;line-height:1.15!important}.hero-cta-wrap{display:flex!important;flex-direction:column!important;align-items:center!important;overflow:visible!important}.hero-trust{margin-top:10px!important;margin-bottom:14px!important}.hero-cta-wrap .hero-audience-pill,.hero-cta-wrap .school-strip.hero-audience-pill{position:relative!important;inset:auto!important;transform:none!important;width:min(720px,calc(100vw - 64px))!important;margin:0 auto!important;z-index:8!important}.story-step-number,.step-number,.story-step-badge{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;color:#fff!important;font-size:12px!important;font-weight:800!important;line-height:1!important;border:none!important;box-shadow:0 4px 10px #0f172a24!important;opacity:1!important;background:#2563eb!important}.story-step-number:before,.step-number:before,.story-step-badge:before{display:none!important}.story-step-number-1,.step-number-1,.badge-1,[data-step="1"] .story-step-number{background:#2563eb!important}.story-step-number-2,.step-number-2,.badge-2,[data-step="2"] .story-step-number{background:#22c55e!important}.story-step-number-3,.step-number-3,.badge-3,[data-step="3"] .story-step-number{background:#8b5cf6!important}.story-step-number-4,.step-number-4,.badge-4,[data-step="4"] .story-step-number{background:#f59e0b!important}.story-step-number-5,.step-number-5,.badge-5,[data-step="5"] .story-step-number{background:#ec4899!important}.story-step-number-6,.step-number-6,.badge-6,[data-step="6"] .story-step-number,.story-step-number-7,.step-number-7,.badge-7,[data-step="7"] .story-step-number{background:#2563eb!important}.story-step-card{position:relative!important}.story-step-card .story-step-number,.story-step-card .step-number,.story-step-card .story-step-badge{margin-top:-4px!important;margin-bottom:4px!important}.story-final-step .story-step-number,.story-final-step .step-number,.story-final-step .story-step-badge{margin-inline:8px!important}.story-step-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;position:relative!important;padding-top:10px!important;gap:0!important}.story-step-icon{width:40px!important;height:40px!important;position:relative!important;top:-8px!important}.story-step-card img,.story-step-card svg,.story-step-card .icon{width:40px!important;height:40px!important;position:relative!important;top:0!important;opacity:1!important;filter:saturate(1.12) contrast(1.04) drop-shadow(0 2px 4px rgba(15,23,42,.08))!important}.story-step-card>.story-step-number,.story-step-card>.step-number,.story-step-card>.story-step-badge{position:relative!important;top:auto!important;left:auto!important;transform:none!important;margin-top:-2px!important;margin-bottom:5px!important;z-index:2!important}.story-step-label,.story-step-card p,.story-step-card span:not(.story-step-number),.story-step-card .label{margin-top:2px!important;font-size:15px!important;font-weight:850!important;line-height:1.12!important;color:#0f172a!important}.story-final-step__icon{width:42px!important;height:42px!important;position:relative!important;top:-6px!important}.story-final-step img,.story-final-step svg,.story-final-step .icon{width:42px!important;height:42px!important;position:relative!important;top:0!important;filter:saturate(1.12) contrast(1.04) drop-shadow(0 2px 4px rgba(15,23,42,.08))!important}.story-final-step .story-step-number,.story-final-step .step-number,.story-final-step .story-step-badge{margin-bottom:5px!important}@media(max-width:1400px){.story-step-icon,.story-step-card img,.story-step-card svg,.story-step-card .icon{width:38px!important;height:38px!important}.story-step-icon{top:-7px!important}.story-final-step__icon,.story-final-step img,.story-final-step svg,.story-final-step .icon{width:40px!important;height:40px!important}}@media(max-width:768px){.story-step-icon,.story-step-card img,.story-step-card svg,.story-step-card .icon{width:34px!important;height:34px!important}.story-step-icon{top:-5px!important}.story-final-step__icon,.story-final-step img,.story-final-step svg,.story-final-step .icon{width:36px!important;height:36px!important}}.story-steps-grid{gap:14px!important}.story-step-card{width:128px!important;min-width:128px!important;height:112px!important;min-height:112px!important;padding:14px 10px!important;border-radius:18px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;background:#ffffffd1!important;border:1px solid rgba(226,232,240,.65)!important;box-shadow:0 10px 24px #0f172a0b,inset 0 1px #ffffffb3!important}.story-step-icon,.story-step-card img,.story-step-card svg,.story-step-card .icon{width:42px!important;height:42px!important;top:-8px!important;position:relative!important;filter:saturate(1.12) contrast(1.04) drop-shadow(0 2px 4px rgba(15,23,42,.08))!important}.story-step-number,.step-number,.story-step-badge{margin-top:-2px!important;margin-bottom:6px!important}.story-step-label,.story-step-card p,.story-step-card span:not(.story-step-number),.story-step-card .label{font-size:16px!important;font-weight:850!important;line-height:1.1!important;color:#0f172a!important;margin-top:2px!important;text-align:center!important}.story-final-step{min-height:76px!important;border-radius:20px!important}.story-final-step__icon,.story-final-step img,.story-final-step svg,.story-final-step .icon{width:44px!important;height:44px!important}@media(max-width:1400px){.story-step-card{width:122px!important;min-width:122px!important;height:108px!important;min-height:108px!important}.story-step-icon,.story-step-card img,.story-step-card svg,.story-step-card .icon{width:40px!important;height:40px!important}.story-step-label,.story-step-card p,.story-step-card span:not(.story-step-number),.story-step-card .label{font-size:15px!important}}@media(max-width:768px){.story-step-card{width:104px!important;min-width:104px!important;height:96px!important;min-height:96px!important;padding:10px 8px!important}.story-step-icon,.story-step-card img,.story-step-card svg,.story-step-card .icon{width:34px!important;height:34px!important}.story-step-label,.story-step-card p,.story-step-card span:not(.story-step-number),.story-step-card .label{font-size:14px!important}}.hero-journey-panel{transform:translate(-54px)!important}@media(max-width:1400px){.hero-journey-panel{transform:translate(-44px)!important}}@media(max-width:1280px){.hero-journey-panel{transform:translate(-34px)!important}}@media(max-width:1024px){.hero-journey-panel{transform:none!important}}.story-preview-card,.hero-mini-strip{will-change:transform}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{width:100%!important;max-width:420px!important;height:78px!important;background:#fff!important;opacity:1!important;border-radius:22px!important;border:1px solid rgba(226,232,240,.75)!important;box-shadow:0 14px 32px #0f172a12!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;align-items:center!important;justify-items:center!important;padding:10px 18px!important;gap:12px!important}.hero-mini-strip img,.hero-mini-strip svg,.hero-mini-strip .icon,.mini-feature-strip__icon,.mini-feature-strip__icon img{width:26px!important;height:26px!important;margin-bottom:5px!important}.hero-mini-strip p,.hero-mini-strip span,.hero-mini-strip .label,.mini-feature-strip__item{color:#0f172a!important;font-size:13.5px!important;font-weight:800!important;line-height:1.2!important;text-align:center!important}.story-preview-card{padding-top:26px!important;padding-bottom:20px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.story-preview-card h2,.story-preview-title{margin-top:0!important;margin-bottom:22px!important;font-size:24px!important;line-height:1.15!important;font-weight:900!important;color:#0f172a!important}.story-steps-grid,.story-preview-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;width:100%!important;margin-top:4px!important;justify-items:stretch!important}.story-step-card{width:100%!important;min-width:0!important;height:108px!important;min-height:108px!important;padding:14px 10px!important;box-sizing:border-box!important;border-radius:18px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;background:#ffffffd6!important;border:1px solid rgba(226,232,240,.62)!important;box-shadow:0 10px 22px #0f172a0a,inset 0 1px #ffffffb3!important}.story-step-icon{width:42px!important;height:42px!important;position:relative!important;top:-7px!important}.story-step-card img,.story-step-card svg,.story-step-card .icon{width:42px!important;height:42px!important;position:relative!important;top:0!important;filter:saturate(1.1) contrast(1.03) drop-shadow(0 2px 3px rgba(15,23,42,.05))!important}.story-step-number,.step-number,.story-step-badge{margin-top:-2px!important;margin-bottom:6px!important;box-shadow:0 4px 10px #0f172a1a!important}.story-step-label,.story-step-card p,.story-step-card span:not(.story-step-number),.story-step-card .label{margin-top:2px!important;font-size:16px!important;font-weight:840!important;line-height:1.1!important;color:#0f172a!important;text-align:center!important}.story-final-step{min-height:66px!important;height:66px!important;margin-top:12px!important;border-radius:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;background:#ffffffd1!important;border:1px solid rgba(226,232,240,.6)!important;box-shadow:0 8px 18px #0f172a09,inset 0 1px #ffffffad!important}.story-final-step__icon{width:40px!important;height:40px!important;position:relative!important;top:-3px!important}.story-final-step img,.story-final-step svg,.story-final-step .icon{width:40px!important;height:40px!important;position:relative!important;top:0!important;filter:saturate(1.08) contrast(1.03) drop-shadow(0 2px 3px rgba(15,23,42,.05))!important}.story-final-step .story-step-label,.story-final-step p,.story-final-step span:not(.story-step-number),.story-final-step .label{font-size:16px!important;font-weight:840!important;line-height:1.1!important;color:#0f172a!important}@media(max-width:1400px){.story-preview-card{padding-top:24px!important;padding-bottom:18px!important}.story-preview-card h2,.story-preview-title{margin-bottom:20px!important}.story-steps-grid,.story-preview-grid{gap:14px!important}.story-step-card{width:100%!important;min-width:0!important;height:104px!important;min-height:104px!important}.story-step-icon,.story-step-card img,.story-step-card svg,.story-step-card .icon{width:40px!important;height:40px!important}.story-step-label,.story-step-card p,.story-step-card span:not(.story-step-number),.story-step-card .label{font-size:15px!important}.story-final-step{min-height:64px!important;height:64px!important}}@media(max-width:1024px){.story-steps-grid,.story-preview-grid{gap:14px!important}.story-step-card{width:100%!important;min-width:0!important;height:102px!important;min-height:102px!important}}@media(max-width:768px){.story-step-card{width:100%!important;min-width:0!important;height:94px!important;min-height:94px!important}.story-step-icon,.story-step-card img,.story-step-card svg,.story-step-card .icon{width:34px!important;height:34px!important}.story-step-label,.story-step-card p,.story-step-card span:not(.story-step-number),.story-step-card .label{font-size:14px!important}.story-final-step{min-height:58px!important;height:58px!important}}@media(max-width:1400px){.hero-copy--rtl .hero-title{inline-size:540px!important;width:540px!important;min-width:540px!important;max-width:540px!important;margin-bottom:14px!important;font-size:47px!important;line-height:1.1!important}}@media(max-width:1280px){.hero-copy--rtl .hero-title{inline-size:530px!important;width:530px!important;min-width:530px!important;max-width:530px!important;font-size:46px!important;line-height:1.1!important}}@media(max-width:1024px){.hero-copy--rtl .hero-title{inline-size:min(680px,100%)!important;width:min(680px,100%)!important;min-width:0!important;max-width:680px!important;margin-inline:auto!important;font-size:clamp(36px,5.5vw,46px)!important;line-height:1.14!important;text-align:center!important}}@media(max-width:768px){.hero-copy--rtl .hero-title{inline-size:min(340px,100%)!important;width:min(340px,100%)!important;min-width:0!important;max-width:340px!important;margin-bottom:12px!important;font-size:clamp(32px,8vw,40px)!important;line-height:1.16!important;text-align:center!important}}.hero-cta-row{gap:16px!important}.hero-cta{width:300px!important;height:54px!important;font-size:20px!important;font-weight:900!important;border-radius:22px!important;gap:10px!important}.hero-secondary-cta,.hero-watch-button{width:220px!important;height:54px!important;font-size:19px!important;font-weight:600!important;border-radius:22px!important;gap:10px!important}.hero-cta svg,.hero-cta img,.hero-cta .icon,.hero-secondary-cta svg,.hero-secondary-cta img,.hero-secondary-cta .icon,.hero-watch-button svg,.hero-watch-button img,.hero-watch-button .icon{width:20px!important;height:20px!important}.hero-trust{margin-top:10px!important;font-size:14.5px!important}@media(max-width:1400px){.hero-cta{width:280px!important;height:52px!important;font-size:19px!important}.hero-secondary-cta,.hero-watch-button{width:205px!important;height:52px!important;font-size:18px!important}}@media(max-width:768px){.hero-cta,.hero-secondary-cta,.hero-watch-button{width:min(320px,calc(100vw - 32px))!important;height:52px!important}.hero-cta{font-size:19px!important}.hero-secondary-cta,.hero-watch-button{font-size:18px!important}}.hero-dots,.hero-floating-dots,.hero-blue-dots,.decorative-dots-near-title,.dots-near-title{display:none!important}.story-card-stack,.story-preview-card{width:380px!important;max-width:100%!important}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{position:absolute!important;left:0!important;right:auto!important;top:426px!important;width:380px!important;max-width:100%!important;height:78px!important;margin:0!important;align-self:flex-start!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;padding-inline:18px!important;border-radius:22px!important}.hero-mini-strip>*,.mini-feature-strip__item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}@media(max-width:1400px){.story-card-stack,.story-preview-card,.hero-mini-strip,.mini-feature-strip.hero-mini-strip{width:370px!important;max-width:100%!important}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{top:416px!important}}@media(max-width:1024px){.story-card-stack,.story-preview-card,.hero-mini-strip,.mini-feature-strip.hero-mini-strip{width:min(370px,100%)!important;max-width:100%!important}}@media(max-width:768px){.story-card-stack,.story-preview-card,.hero-mini-strip,.mini-feature-strip.hero-mini-strip{width:min(360px,100%)!important;max-width:100%!important}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{position:relative!important;top:auto!important;margin-top:16px!important}}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{width:100%!important;max-width:100%!important;min-height:110px!important;height:110px!important;padding:16px 18px!important;gap:12px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important;justify-items:center!important;background:#fff!important;border-radius:24px!important;overflow:visible!important}.hero-mini-strip>*,.hero-mini-feature,.mini-feature-item,.mini-feature-strip__item{min-width:0!important;width:100%!important;max-width:120px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-align:center!important;overflow:visible!important}.hero-mini-strip img,.hero-mini-strip svg,.hero-mini-strip .icon,.mini-feature-strip__icon,.mini-feature-strip__icon img{width:40px!important;height:40px!important;opacity:1!important;filter:saturate(1.12) contrast(1.04) drop-shadow(0 2px 4px rgba(15,23,42,.08))!important}.hero-mini-strip p,.hero-mini-strip span,.hero-mini-strip small,.hero-mini-strip .label,.mini-feature-strip__item{font-size:16px!important;font-weight:850!important;line-height:1.25!important;color:#0f172a!important;text-align:center!important;white-space:normal!important;max-width:120px!important;overflow:visible!important;text-overflow:unset!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important}.hero-child-visual-shell{bottom:calc(clamp(96px,9vh,132px) + 20px)!important}@media(max-width:1400px){.hero-child-visual-shell{bottom:138px!important}}@media(max-width:1280px){.hero-child-visual-shell{bottom:128px!important}}@media(max-width:1024px){.hero-child-visual-shell{bottom:90px!important}}@media(max-width:768px){.hero-child-visual-shell{bottom:64px!important}}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{width:min(440px,calc(100vw - 48px))!important;max-width:min(440px,calc(100vw - 48px))!important;min-height:128px!important;height:auto!important;padding:18px 20px!important;display:grid!important;grid-template-columns:repeat(3,minmax(120px,1fr))!important;align-items:center!important;justify-items:center!important;gap:12px!important;background:#fff!important;border-radius:26px!important;overflow:visible!important}.hero-mini-strip>*,.hero-mini-feature,.mini-feature-item,.mini-feature-strip__item{min-width:0!important;width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-align:center!important;direction:rtl!important}.hero-mini-strip img,.hero-mini-strip svg,.hero-mini-strip .icon,.mini-feature-strip__icon,.mini-feature-strip__icon img{width:34px!important;height:34px!important;flex-shrink:0!important}.hero-mini-strip p,.hero-mini-strip span,.hero-mini-strip .label,.mini-feature-strip__item{max-width:118px!important;font-size:15px!important;font-weight:850!important;line-height:1.3!important;color:#0f172a!important;text-align:center!important;direction:rtl!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;-webkit-line-clamp:unset!important;display:flex!important}@media(max-width:768px){.hero-mini-strip,.mini-feature-strip.hero-mini-strip{width:min(360px,calc(100vw - 32px))!important;max-width:min(360px,calc(100vw - 32px))!important;min-height:120px!important;padding:16px 12px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.hero-mini-strip>*,.hero-mini-feature,.mini-feature-item,.mini-feature-strip__item{max-width:100px!important}.hero-mini-strip img,.hero-mini-strip svg,.hero-mini-strip .icon,.mini-feature-strip__icon,.mini-feature-strip__icon img{width:30px!important;height:30px!important}.hero-mini-strip p,.hero-mini-strip span,.hero-mini-strip .label,.mini-feature-strip__item{max-width:100px!important;font-size:13.5px!important;line-height:1.28!important}}.hero-cta-row{gap:14px!important}.hero-cta{width:270px!important;height:48px!important;font-size:18px!important;border-radius:20px!important;gap:8px!important}.hero-secondary-cta,.hero-watch-button{width:195px!important;height:48px!important;font-size:17px!important;border-radius:20px!important;gap:8px!important}.hero-cta svg,.hero-cta img,.hero-cta .icon,.hero-secondary-cta svg,.hero-secondary-cta img,.hero-secondary-cta .icon,.hero-watch-button svg,.hero-watch-button img,.hero-watch-button .icon{width:18px!important;height:18px!important}.hero-trust{font-size:13.5px!important;margin-top:8px!important}.hero-mini-strip,.mini-feature-strip.hero-mini-strip{width:100%!important;max-width:420px!important;margin-top:14px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important;justify-items:center!important;padding:14px 18px!important;background:#fff!important;border-radius:24px!important}.hero-mini-strip>*,.hero-mini-feature,.mini-feature-item,.mini-feature-strip__item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;text-align:center!important}.hero-mini-strip img,.hero-mini-strip svg,.hero-mini-strip .icon,.mini-feature-strip__icon,.mini-feature-strip__icon img{width:34px!important;height:34px!important;margin:0!important}.hero-mini-strip p,.hero-mini-strip span,.hero-mini-strip .label,.mini-feature-strip__item{margin:0!important;font-size:15px!important;font-weight:850!important;line-height:1.18!important;color:#0f172a!important;white-space:normal!important;max-width:120px!important;text-align:center!important}.hero-section{padding-top:48px!important;padding-inline:56px!important;padding-bottom:42px!important;min-height:calc(100vh - 88px)!important}.hero-container{max-width:1520px!important;width:100%!important;margin-inline:auto!important}.hero-grid{min-height:640px!important;align-items:center!important}.hero-visual{margin-left:0!important}.hero-copy{margin-right:0!important}.hero-cta-wrap{margin-top:24px!important}.hero-trust{margin-top:10px!important;margin-bottom:44px!important}.hero-audience-pill,.school-strip.hero-audience-pill,.hero-cta-wrap .hero-audience-pill,.hero-cta-wrap .school-strip.hero-audience-pill{position:relative!important;width:min(860px,72vw)!important;margin:0 auto 34px!important;left:50%!important;transform:translate(-50%)!important}.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave{bottom:0!important;height:82px!important;opacity:.72!important}@media(max-width:1400px){.hero-section{padding-top:42px!important;padding-inline:42px!important;padding-bottom:36px!important}.hero-container{max-width:1240px!important}.hero-grid{min-height:590px!important}.hero-trust{margin-bottom:36px!important}.hero-audience-pill,.school-strip.hero-audience-pill,.hero-cta-wrap .hero-audience-pill,.hero-cta-wrap .school-strip.hero-audience-pill{width:min(760px,74vw)!important;margin-bottom:30px!important}}@media(max-width:1280px){.hero-section{padding-inline:34px!important}.hero-grid{min-height:560px!important}}@media(max-width:1024px){.hero-section{padding:56px 24px 48px!important}.hero-grid{min-height:auto!important}.hero-audience-pill,.school-strip.hero-audience-pill,.hero-cta-wrap .hero-audience-pill,.hero-cta-wrap .school-strip.hero-audience-pill{width:min(720px,94%)!important;margin-bottom:28px!important;left:auto!important;transform:none!important}}@media(max-width:768px){.hero-section{padding:42px 16px!important}.hero-audience-pill,.school-strip.hero-audience-pill,.hero-cta-wrap .hero-audience-pill,.hero-cta-wrap .school-strip.hero-audience-pill{width:calc(100% - 24px)!important}}.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave{position:absolute!important;left:50%!important;right:auto!important;bottom:0!important;width:100vw!important;max-width:100vw!important;transform:translate(-50%)!important;z-index:1!important;pointer-events:none!important;overflow:hidden!important}.hero-wave img,.hero-wave svg,.hero-wave-bottom img,.hero-wave-bottom svg,.wave-bottom img,.wave-bottom svg,.hero-bottom-wave img,.hero-bottom-wave svg{width:100vw!important;max-width:100vw!important;height:100%!important;object-fit:cover!important;object-position:bottom center!important;display:block!important}.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave{position:absolute!important;left:50%!important;bottom:-18px!important;width:120vw!important;max-width:120vw!important;height:150px!important;transform:translate(-50%)!important;z-index:1!important;pointer-events:none!important;background:transparent!important;overflow:hidden!important}img.hero-wave,img.hero-wave-bottom,img.wave-bottom,img.hero-bottom-wave{object-fit:cover!important;object-position:bottom center!important;display:block!important}.hero-wave svg,.hero-wave img,.hero-wave-bottom svg,.hero-wave-bottom img,.wave-bottom svg,.wave-bottom img,.hero-bottom-wave svg,.hero-bottom-wave img{width:120vw!important;height:150px!important;object-fit:cover!important;object-position:bottom center!important;display:block!important}@media(max-width:1400px){.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave{height:130px!important;bottom:-14px!important}}.hero-child-visual-shell{position:absolute!important;width:clamp(560px,42vw,680px)!important;height:auto!important;left:clamp(320px,27vw,440px)!important;bottom:clamp(62px,8vh,112px)!important;z-index:4!important;max-width:none!important;pointer-events:none!important}.hero-child-visual{width:100%!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 36px 46px rgba(15,23,42,.18)) saturate(1.08) contrast(1.03)!important}.hero-child-visual img,.hero-child-image,.hero-child-image img{width:100%!important;height:auto!important;object-fit:contain!important}@media(max-width:1400px){.hero-child-visual-shell{width:clamp(520px,40vw,620px)!important;left:clamp(300px,25vw,390px)!important;bottom:92px!important}}@media(max-width:1280px){.hero-child-visual-shell{width:500px!important;left:290px!important;bottom:88px!important}}@media(max-width:1024px){.hero-child-visual-shell{width:380px!important;left:50%!important;transform:translate(-2%)!important;bottom:72px!important}}@media(max-width:768px){.hero-child-visual-shell{width:300px!important;left:50%!important;transform:translate(-6%)!important;bottom:44px!important}}.hero-copy--rtl .hero-title{text-wrap:normal!important;overflow-wrap:normal!important;word-break:normal!important}.hero-copy--rtl .hero-title>span{display:block!important;width:100%!important;white-space:nowrap!important}.hero-copy--rtl .hero-title>span:not(:last-child):after{content:none!important}.hero-child-visual-shell{left:clamp(284px,calc(27vw - 36px),404px)!important}.hero-copy,.hero-title,.hero-description,.hero-cta-wrap{position:relative!important;z-index:9!important}.story-preview-card{position:relative!important;z-index:6!important}@media(max-width:1400px){.hero-child-visual-shell{left:clamp(264px,calc(25vw - 36px),354px)!important}}@media(max-width:1280px){.hero-child-visual-shell{left:246px!important}}.hero-section{position:relative!important;overflow:hidden!important}.hero-bottom-wave{position:absolute!important;left:50%!important;bottom:0!important;width:100vw!important;max-width:100vw!important;height:180px!important;transform:translate(-50%)!important;z-index:1!important;pointer-events:none!important;overflow:visible!important;background:transparent!important}.hero-bottom-wave img{width:100%!important;height:100%!important;object-fit:fill!important;object-position:bottom center!important;display:block!important;background:transparent!important}.hero-wave,.hero-wave-bottom,.wave-bottom,.hero-bottom-wave:before,.hero-bottom-wave:after{background:none!important}.hero-container{position:relative!important;z-index:5!important}@media(max-width:1400px){.hero-bottom-wave{height:150px!important}}@media(max-width:768px){.hero-bottom-wave{height:110px!important}}.hero-child-visual-shell{left:clamp(266px,calc(27vw - 54px),386px)!important}@media(max-width:1400px){.hero-child-visual-shell{left:clamp(250px,calc(25vw - 50px),340px)!important}}@media(max-width:1280px){.hero-child-visual-shell{left:236px!important}}.hero-child-visual-shell{left:278px!important}@media(max-width:1400px){.hero-child-visual-shell{left:264px!important}}@media(max-width:1280px){.hero-child-visual-shell{left:254px!important}}@media(max-width:1024px){.hero-child-visual-shell{left:50%!important;transform:translate(-8%)!important}}.hero-child-visual-shell{bottom:104px!important}@media(max-width:1400px){.hero-child-visual-shell{bottom:96px!important}}@media(max-width:1280px){.hero-child-visual-shell{bottom:92px!important}}.hero-section{padding-bottom:80px!important}.hero-bottom-wave,.hero-wave-wrapper,.hero-wave,.wave-wrapper{margin-bottom:0!important;padding-bottom:0!important;line-height:0!important;display:block!important;position:absolute!important;z-index:2!important}.hero-bottom-wave img,.hero-bottom-wave svg,.hero-wave-wrapper img,.hero-wave-wrapper svg,.hero-wave img,.hero-wave svg,.wave-wrapper img,.wave-wrapper svg{display:block!important;width:100%!important}.hero-spacer,.section-spacer,.transition-spacer,.wave-spacer{height:0!important;margin:0!important;padding:0!important}.speaking-gap-section{position:relative!important;z-index:1!important;margin-top:-40px!important;padding-top:96px!important;background:radial-gradient(circle at 18% 35%,#3b82f61a,#3b82f600 34%),radial-gradient(circle at 82% 28%,#93c5fd29,#93c5fd00 38%),linear-gradient(180deg,#f6faff,#eef6ff 52%,#f8fbff)!important}.hero-section+.speaking-gap-section{margin-top:-40px!important}@media(max-width:1024px){.hero-section{padding-bottom:64px!important}.speaking-gap-section,.hero-section+.speaking-gap-section{margin-top:-28px!important}.speaking-gap-section{padding-top:80px!important}}@media(max-width:768px){.hero-section{padding-bottom:48px!important}.speaking-gap-section,.hero-section+.speaking-gap-section{margin-top:-16px!important}.speaking-gap-section{padding-top:64px!important}}.hero-transition-bridge{position:relative;z-index:3;height:112px;margin-top:-62px;margin-bottom:-44px;overflow:visible;pointer-events:none;background:linear-gradient(180deg,#f8fbff00,#f6faffc7 45%,#f6faff00)}.hero-transition-path-img{position:absolute;left:50%;top:18px;width:min(100vw,1560px);height:86px;transform:translate(-50%);object-fit:fill;opacity:.16;filter:saturate(1.05)}.hero-transition-star-img,.hero-transition-bubble-img{position:absolute;display:block;-webkit-user-select:none;user-select:none;will-change:transform}.hero-transition-star-img{left:clamp(18%,24vw,34%);top:26px;width:22px;height:22px;opacity:.18;animation:hero-transition-float 5.8s ease-in-out infinite}.hero-transition-bubble-img{right:clamp(17%,23vw,32%);top:12px;width:42px;height:auto;opacity:.15;animation:hero-transition-float 6.4s ease-in-out .8s infinite}.hero-transition-bridge+.speaking-gap-section{margin-top:-24px!important;padding-top:88px!important}@keyframes hero-transition-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(prefers-reduced-motion:reduce){.hero-transition-star-img,.hero-transition-bubble-img{animation:none}}@media(max-width:1400px){.hero-transition-bridge{height:100px;margin-top:-54px;margin-bottom:-38px}.hero-transition-path-img{top:16px;height:76px}.hero-transition-bridge+.speaking-gap-section{margin-top:-20px!important;padding-top:82px!important}}@media(max-width:1024px){.hero-transition-bridge{height:82px;margin-top:-42px;margin-bottom:-30px}.hero-transition-path-img{top:12px;height:62px;opacity:.14}.hero-transition-star-img{left:18%;top:20px;width:20px;height:20px}.hero-transition-bubble-img{right:16%;top:8px;width:38px}.hero-transition-bridge+.speaking-gap-section{margin-top:-16px!important;padding-top:72px!important}}@media(max-width:768px){.hero-transition-bridge{height:70px;margin-top:-34px;margin-bottom:-24px}.hero-transition-path-img{top:12px;height:48px;opacity:.12}.hero-transition-star-img{left:14%;top:18px;width:18px;height:18px;opacity:.14}.hero-transition-bubble-img{right:12%;top:10px;width:34px;opacity:.12}.hero-transition-bridge+.speaking-gap-section{margin-top:-10px!important;padding-top:56px!important}}.story-journey-section{position:relative!important;overflow:visible!important;padding-top:120px!important;padding-bottom:96px!important;background:radial-gradient(circle at 12% 25%,#3b82f60f,#3b82f600 34%),radial-gradient(circle at 86% 18%,#93c5fd1a,#93c5fd00 36%),linear-gradient(180deg,#f8fbff,#f6faff 45%,#fff)!important}.story-journey-section:before{content:"";position:absolute;top:-120px;left:0;width:100%;height:180px;background:linear-gradient(180deg,#60a5fa1a,#60a5fa0a 45%,#fff0);pointer-events:none;z-index:0}.story-journey-section>*{position:relative;z-index:1}.story-journey-child,.story-journey-boy,.story-boy-image{transform:translate(8px,12px) scale(1.1)!important;transform-origin:center!important}.story-journey-title,.story-journey__heading{letter-spacing:-1.5px!important;line-height:1.18!important}.story-journey-subtitle,.story-journey__subtitle{margin-top:24px!important;line-height:1.9!important}.story-journey-line,.story-journey-section .dotted-path,.story-journey-section svg path[stroke-dasharray],.story-journey__steps>.pointer-events-none{opacity:.48!important}.story-journey-section .floating-doodle,.story-journey-section .decorative-loop{opacity:.34!important}@media(max-width:1024px){.story-journey-section{padding-top:96px!important;padding-bottom:80px!important}.story-journey-section:before{top:-96px;height:150px}.story-journey-child,.story-journey-boy,.story-boy-image{transform:translate(4px,8px) scale(1.06)!important}.story-journey-subtitle,.story-journey__subtitle{margin-top:20px!important}}@media(max-width:768px){.story-journey-section{padding-top:72px!important;padding-bottom:64px!important}.story-journey-section:before{top:-72px;height:120px}.story-journey-child,.story-journey-boy,.story-boy-image{transform:translateY(6px) scale(1)!important}.story-journey-title,.story-journey__heading{letter-spacing:-.8px!important;line-height:1.22!important}.story-journey-subtitle,.story-journey__subtitle{margin-top:16px!important;line-height:1.8!important}.story-journey-line,.story-journey-section .dotted-path,.story-journey-section svg path[stroke-dasharray],.story-journey__steps>.pointer-events-none{opacity:.36!important}}.story-journey-section:before{display:none!important;content:none!important}.story-journey-section{position:relative!important;margin-top:-40px!important;padding-top:72px!important;background:linear-gradient(180deg,#f6faff,#f8fbff 55%,#fff)!important}.speaking-gap-section{padding-bottom:72px!important}.section-spacer,.story-spacer,.journey-spacer,.transition-spacer,.divider-spacer{height:0!important;margin:0!important;padding:0!important}.story-journey-child,.story-journey-section img{opacity:1!important;filter:none!important}.story-journey-child,.story-journey-boy,.story-boy-image{z-index:2!important;transform:translate(8px,8px) scale(1.06)!important;transform-origin:center!important}@media(max-width:1024px){.story-journey-section{margin-top:-28px!important;padding-top:64px!important}.speaking-gap-section{padding-bottom:64px!important}}@media(max-width:768px){.story-journey-section{margin-top:-16px!important;padding-top:52px!important}.speaking-gap-section{padding-bottom:52px!important}}.speaking-to-journey-wave{position:relative;width:100%;height:72px;margin-top:24px;margin-bottom:-24px;overflow:hidden;line-height:0;z-index:4;pointer-events:none}.speaking-to-journey-wave svg{display:block;width:100%;height:100%}.wave-back{fill:#bfdbfe6b}.wave-front{fill:#f7fbff}.speaking-gap-section{padding-bottom:40px!important}.story-journey-section{margin-top:-36px!important;padding-top:48px!important;position:relative!important;background:radial-gradient(circle at 12% 18%,#3b82f60d,#3b82f600 36%),radial-gradient(circle at 88% 22%,#93c5fd17,#93c5fd00 34%),linear-gradient(180deg,#f8fbff,#f6faff 45%,#fff)!important}.story-journey-section:before,.story-journey-section:after{display:none!important;content:none!important}.story-journey-child,.story-journey-child img,.story-journey-boy,.story-journey-boy img,.story-boy-image,.story-boy-image img{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;isolation:isolate}@media(max-width:1024px){.speaking-to-journey-wave{height:58px;margin-top:18px;margin-bottom:-18px}.speaking-gap-section{padding-bottom:32px!important}.story-journey-section{margin-top:-28px!important;padding-top:40px!important}}@media(max-width:768px){.speaking-to-journey-wave{height:44px;margin-top:14px;margin-bottom:-12px}.speaking-gap-section{padding-bottom:24px!important}.story-journey-section{margin-top:-18px!important;padding-top:32px!important}}.story-journey-child,.story-journey-child img,.story-journey-boy,.story-journey-boy img,.story-boy-image,.story-boy-image img,.story-journey-section img{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;isolation:isolate!important}.story-journey-section,.story-journey-hero,.story-journey-right,.story-journey-visual{opacity:1!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;mask-image:none!important;-webkit-mask-image:none!important}.story-journey-section:before,.story-journey-section:after,.story-journey-visual:before,.story-journey-visual:after{display:none!important;content:none!important}.story-journey-child{position:relative!important;z-index:20!important;isolation:isolate!important}.story-journey-boy,.story-boy-image{position:absolute!important;z-index:20!important;isolation:isolate!important}.story-journey-child img,.story-journey-boy,.story-boy-image,.story-boy-image img{image-rendering:auto!important}.story-journey-section{padding-top:24px!important}.story-journey-header{transform:translateY(-126px)!important}@media(max-width:1024px){.story-journey-header{transform:translateY(-90px)!important}}@media(max-width:768px){.story-journey-header{transform:translateY(-58px)!important}}.story-journey-steps,.story-journey-timeline,.story-journey-cards,.story-journey-features,.story-journey__steps,.story-journey__trust{transform:translateY(-120px)!important}@media(max-width:1024px){.story-journey-steps,.story-journey-timeline,.story-journey-cards,.story-journey-features,.story-journey__steps,.story-journey__trust{transform:translateY(-84px)!important}}@media(max-width:768px){.story-journey-steps,.story-journey-timeline,.story-journey-cards,.story-journey-features,.story-journey__steps,.story-journey__trust{transform:translateY(-52px)!important}}.story-journey-child,.story-journey-child img,.story-journey-boy,.story-journey-boy img{opacity:1!important;filter:none!important;mix-blend-mode:normal!important}.hero-section{padding-bottom:48px!important}.speaking-gap-section{margin-top:-32px!important;padding-top:72px!important}.hero-to-gap-path{position:relative;width:100%;height:74px;margin-top:-8px;margin-bottom:-34px;pointer-events:none;opacity:.42;z-index:2}.hero-to-gap-path svg{width:100%;height:100%;display:block}.hero-to-gap-path:before{content:"✦";position:absolute;left:24%;top:18px;color:#fbbf24;font-size:22px;opacity:.45}.hero-to-gap-path:after{content:"💬";position:absolute;right:24%;top:8px;font-size:24px;opacity:.2}@media(max-width:1024px){.hero-section{padding-bottom:40px!important}.speaking-gap-section{margin-top:-24px!important;padding-top:60px!important}}@media(max-width:768px){.hero-section{padding-bottom:32px!important}.speaking-gap-section{margin-top:-16px!important;padding-top:48px!important}}.hero-section{padding-bottom:32px!important}.speaking-gap-section{margin-top:-16px!important;padding-top:52px!important;background:radial-gradient(circle at 20% 18%,#3b82f60b,#3b82f600 34%),radial-gradient(circle at 82% 24%,#93c5fd13,#93c5fd00 36%),linear-gradient(180deg,#f8fbff,#f6faff 46%,#fff)!important}.hero-wave,.hero-wave-wrapper svg,.hero-divider-wave,.hero-bottom-wave{opacity:.76!important}.hero-to-gap-path{height:52px!important;margin-top:-2px!important;margin-bottom:-18px!important;opacity:.62!important;will-change:transform,opacity}.hero-to-gap-path:before{content:"✦"!important;left:29%!important;top:10px!important;color:#fbbf24!important;font-size:18px!important;opacity:.45!important;transform:scale(1.15)!important;will-change:transform,opacity}.hero-to-gap-path:after{content:""!important;right:28%!important;top:18px!important;width:9px!important;height:9px!important;border-radius:999px!important;background:#60a5fa94!important;opacity:1!important;transform:scale(1.15)!important;will-change:transform,opacity}@media(max-width:1024px){.hero-section{padding-bottom:24px!important}.speaking-gap-section{margin-top:-12px!important;padding-top:44px!important}}@media(max-width:768px){.hero-section{padding-bottom:18px!important}.speaking-gap-section{margin-top:-8px!important;padding-top:36px!important}}.speaking-gap-section{padding-bottom:32px!important}.story-journey-section{margin-top:-28px!important;padding-top:36px!important;position:relative!important}.gap-to-journey-bridge{position:relative;width:100%;height:56px;margin-top:4px;margin-bottom:-34px;pointer-events:none;opacity:.58;z-index:2}.gap-to-journey-bridge svg{width:100%;height:100%;display:block}.gap-to-journey-bridge:before{content:"✦";position:absolute;left:31%;top:10px;color:#fbbf24;font-size:17px;opacity:.48}.gap-to-journey-bridge:after{content:"";position:absolute;right:29%;top:20px;width:8px;height:8px;border-radius:999px;background:#60a5fa8c}.story-journey-child,.story-journey-child img{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;transform:none!important;z-index:10}.story-journey-boy,.story-journey-boy img{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;z-index:10}.story-journey-cards,.story-journey__steps{margin-bottom:34px!important}.story-journey-features,.story-journey__trust{margin-bottom:30px!important}.story-journey-cta-wrap,.story-final-cta-center{position:relative!important;z-index:8!important;margin-top:0!important;transform:translateY(18px)!important;will-change:transform,opacity}.story-journey-cta-wrap:before,.story-final-cta-center:before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:420px!important;height:160px!important;transform:translate(-50%,-50%)!important;background:radial-gradient(circle,#3b82f624,#3b82f614 35%,#3b82f600 72%)!important;pointer-events:none!important;z-index:-1!important}.story-journey-wave,.story-journey-bottom-wave{opacity:.88!important;filter:drop-shadow(0 10px 18px rgba(147,197,253,.18))!important}.story-journey-wave-back{opacity:.46!important}.story-journey-wave-front{opacity:.88!important}.story-journey-blue-bg{isolation:isolate!important}.story-journey-decoration,.story-journey-side-illustration,.story-journey-books,.story-journey-pencils{opacity:.82!important;transform:scale(.94)!important;transform-origin:center!important;will-change:transform,opacity}.story-journey-timeline,.story-journey-timeline-line,.story-journey__steps>.pointer-events-none{opacity:.92!important;will-change:transform,opacity}.story-journey-timeline-line,.story-journey-timeline svg path,.story-journey-timeline path[stroke-dasharray],.story-journey__steps>.pointer-events-none{opacity:.58!important}.story-journey-step-number,.story-journey__number{box-shadow:0 10px 22px #0f172a1a,0 4px 10px #2563eb14!important;will-change:transform,opacity}@media(max-width:1024px){.story-journey-cards,.story-journey__steps{margin-bottom:30px!important}.story-journey-features,.story-journey__trust{margin-bottom:26px!important}.story-journey-cta-wrap,.story-final-cta-center{transform:translateY(14px)!important}}@media(max-width:768px){.story-journey-cards,.story-journey__steps{margin-bottom:24px!important}.story-journey-features,.story-journey__trust{margin-bottom:22px!important}.story-journey-cta-wrap,.story-final-cta-center{transform:translateY(10px)!important}.story-journey-cta-wrap:before,.story-final-cta-center:before{width:300px!important;height:120px!important}.story-journey-decoration,.story-journey-side-illustration,.story-journey-books,.story-journey-pencils{opacity:.72!important;transform:scale(.88)!important}}@media(max-width:1024px){.speaking-gap-section{padding-bottom:28px!important}.story-journey-section{margin-top:-22px!important;padding-top:32px!important}}@media(max-width:768px){.speaking-gap-section{padding-bottom:24px!important}.story-journey-section{margin-top:-14px!important;padding-top:28px!important}}.story-journey-header,.story-journey-content,.story-journey-main,.story-journey-inner,.story-journey-steps,.story-journey-timeline,.story-journey-cards,.story-journey-features,.story-journey__steps,.story-journey__trust{transform:none!important}.story-journey-section{margin-top:-28px!important;padding-top:48px!important}.story-journey-cards{margin-bottom:36px!important}.story-journey-features,.story-journey__trust{margin-bottom:28px!important}.story-journey-cta-wrap,.story-final-cta-center{transform:translateY(12px)!important}.story-journey-cta-wrap:before,.story-final-cta-center:before{display:none!important;content:none!important}.story-journey-child,.story-journey-child img,.story-journey-boy,.story-journey-boy img,.story-boy-image,.story-boy-image img,.story-journey-decoration,.story-journey-decoration img{opacity:1!important;filter:none!important}@media(max-width:1024px){.story-journey-section{margin-top:-20px!important;padding-top:40px!important}.story-journey-cards{margin-bottom:30px!important}.story-journey-features,.story-journey__trust{margin-bottom:24px!important}}@media(max-width:768px){.story-journey-section{margin-top:-12px!important;padding-top:32px!important}.story-journey-cards{margin-bottom:24px!important}.story-journey-features,.story-journey__trust{margin-bottom:20px!important}.story-journey-cta-wrap,.story-final-cta-center{transform:translateY(8px)!important}}.story-journey-header,.story-journey-header-adjusted{transform:translateY(-35px)!important;position:relative;z-index:4}.story-journey-steps,.story-journey-timeline,.story-journey-cards,.story-journey__steps{transform:translateY(0)!important;position:relative;z-index:2}.story-journey-features,.story-journey__trust{transform:translateY(0)!important}.story-journey-cta-wrap,.story-final-cta-center{transform:none!important}.story-journey-section{position:relative;overflow:hidden}.story-journey-decorations{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.story-journey-content,.story-journey-main,.story-journey-inner{position:relative;z-index:3}.decor-asset{position:absolute;height:auto;-webkit-user-select:none;user-select:none;pointer-events:none}.decor-path{width:68%!important;left:16%!important;top:47%!important;opacity:.72!important}.decor-spark-one{width:30px!important;opacity:.7!important;left:23%!important;top:39%!important}.decor-star-dust{width:96px!important;opacity:.58!important;right:23%!important;top:38%!important}.decor-chat{width:58px!important;opacity:.58!important;right:18%!important;top:50%!important}.decor-sound{width:58px!important;opacity:.52!important;left:17%!important;top:50%!important}.decor-book{width:62px!important;opacity:.68!important;left:20%!important;top:58%!important}.decor-mic{width:60px!important;opacity:.64!important;right:35%!important;top:57%!important}.decor-vocab{width:60px!important;opacity:.62!important;right:21%!important;top:58%!important}.decor-dot-one{width:34px!important;opacity:.62!important;left:47%!important;top:55%!important}.decor-book,.decor-mic,.decor-vocab,.decor-chat,.decor-sound{filter:drop-shadow(0 10px 18px rgba(37,99,235,.18))}@media(max-width:1024px){.decor-path{left:20%;top:33%;width:60%;opacity:.28!important}.decor-book,.decor-mic,.decor-vocab{width:30px;opacity:.24!important}.decor-chat,.decor-sound{width:28px;opacity:.16!important}}@media(max-width:768px){.story-journey-decorations{opacity:.65}.decor-path{left:12%;top:34%;width:76%;opacity:.22!important}.decor-chat,.decor-sound,.decor-book,.decor-mic,.decor-vocab{display:none}.decor-spark-one{left:12%;top:22%;width:14px;opacity:.22!important}.decor-star-dust{right:10%;top:24%;width:38px;opacity:.16!important}.decor-dot-one{left:48%;top:58%;width:12px;opacity:.2!important}}.decor-path,.decor-spark-one,.decor-star-dust,.decor-dot-one{display:none!important}.decor-book{display:block!important;width:72px!important;opacity:.78!important;left:18%!important;top:42%!important;z-index:2}.decor-sound{display:block!important;width:66px!important;opacity:.68!important;left:27%!important;top:33%!important;z-index:2}.decor-vocab{display:block!important;width:70px!important;opacity:.76!important;right:26%!important;top:34%!important;z-index:2}.decor-mic{display:block!important;width:70px!important;opacity:.74!important;right:18%!important;top:44%!important;z-index:2}.decor-chat{display:block!important;width:64px!important;opacity:.66!important;right:13%!important;top:56%!important;z-index:2}.story-journey-decorations{z-index:2!important}.story-journey-content,.story-journey-header{position:relative;z-index:5!important}.decor-book,.decor-sound,.decor-vocab,.decor-mic,.decor-chat{filter:drop-shadow(0 10px 20px rgba(37,99,235,.18))}.story-final-cta-premium{position:relative!important;isolation:isolate;width:min(calc(100% - 32px),1480px)!important;min-height:340px!important;margin:44px auto 0!important;overflow:hidden!important;border-radius:34px!important;background:linear-gradient(180deg,#f7f9ff,#eef4ff)!important;box-shadow:0 26px 70px #2563eb1f!important}.story-final-cta-art{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.story-final-cta-art img{position:absolute;display:block;max-width:none;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.story-final-cta-wave{inset-inline:0;bottom:-1px;z-index:1;width:100%;min-width:980px;opacity:.96!important}.story-final-cta-books{left:38px;bottom:34px;z-index:3;width:clamp(170px,15vw,245px);filter:drop-shadow(0 18px 32px rgba(37,99,235,.13))!important}.story-final-cta-pencil{right:44px;bottom:34px;z-index:3;width:clamp(158px,14vw,228px);filter:drop-shadow(0 18px 32px rgba(37,99,235,.13))!important}.story-final-cta-dots{z-index:2;width:78px;opacity:.55!important}.story-final-cta-dots-left{left:72px;top:58px}.story-final-cta-dots-right{right:80px;top:72px}.story-final-cta-spark{z-index:2;opacity:.9!important;filter:drop-shadow(0 8px 14px rgba(37,99,235,.12))!important}.story-final-cta-spark-gold{left:22%;top:112px;width:26px}.story-final-cta-spark-green{left:14%;top:122px;width:22px}.story-final-cta-spark-purple{right:28%;top:74px;width:25px}.story-final-cta-icons-row{left:50%;top:218px;z-index:2;width:min(330px,32vw);opacity:.9!important;transform:translate(-50%)}.story-final-cta-premium .story-final-cta-center{position:relative!important;z-index:5!important;display:flex!important;min-height:340px!important;width:100%!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:16px!important;padding:54px 260px 70px!important;text-align:center!important;transform:none!important}.story-final-cta-premium .story-final-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;width:min(100%,500px);min-height:78px;padding:0 34px;border-radius:30px;background:#2563eb;color:#fff;font-family:inherit;font-size:clamp(28px,2.2vw,42px);font-weight:900;line-height:1;text-decoration:none;box-shadow:0 18px 34px #2563eb47,inset 0 -5px #0f172a29;transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease}.story-final-cta-premium .story-final-cta-button:hover{background:#1d4ed8;color:#fff;transform:translateY(-2px);box-shadow:0 22px 40px #2563eb4f,inset 0 -5px #0f172a2e}.story-final-cta-button-icon{width:34px!important;height:34px!important;color:#fff;flex-shrink:0}.story-final-cta-premium .story-final-cta-trust{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:0;color:#1f2937;font-size:clamp(18px,1.35vw,25px);font-weight:700;line-height:1.55}.story-final-cta-trust-icon{width:28px!important;height:28px!important;color:#22c55e;flex-shrink:0}@media(max-width:1024px){.story-final-cta-premium{width:min(calc(100% - 28px),940px)!important;min-height:320px!important;border-radius:28px!important}.story-final-cta-premium .story-final-cta-center{min-height:320px!important;padding:52px 180px 68px!important}.story-final-cta-books{left:24px;bottom:32px;width:150px;opacity:.88!important}.story-final-cta-pencil{right:26px;bottom:32px;width:142px;opacity:.88!important}.story-final-cta-dots-left{left:42px;top:54px}.story-final-cta-dots-right{right:46px;top:58px}.story-final-cta-icons-row{top:222px;width:280px}}@media(max-width:768px){.story-final-cta-premium{width:calc(100% - 24px)!important;min-height:330px!important;margin-top:34px!important;border-radius:24px!important}.story-final-cta-premium .story-final-cta-center{min-height:330px!important;gap:13px!important;padding:46px 20px 76px!important}.story-final-cta-premium .story-final-cta-button{width:min(100%,360px);min-height:66px;padding:0 22px;border-radius:24px;font-size:clamp(24px,7vw,30px)}.story-final-cta-button-icon{width:28px!important;height:28px!important}.story-final-cta-premium .story-final-cta-trust{max-width:320px;flex-wrap:wrap;font-size:16px}.story-final-cta-books{left:8px;bottom:18px;width:86px;opacity:.42!important}.story-final-cta-pencil{right:8px;bottom:18px;width:78px;opacity:.38!important}.story-final-cta-dots{width:52px;opacity:.34!important}.story-final-cta-dots-left{left:18px;top:34px}.story-final-cta-dots-right{right:18px;top:44px}.story-final-cta-spark-gold{left:20%;top:122px;width:20px}.story-final-cta-spark-green{left:10%;top:146px;width:18px}.story-final-cta-spark-purple{right:14%;top:104px;width:20px}.story-final-cta-icons-row{top:232px;width:230px;opacity:.56!important}.story-final-cta-wave{min-width:760px;left:50%;transform:translate(-50%)}}.hero-copy--rtl .hero-title,.hero-title{line-height:1.18!important}.hero-badge{margin-bottom:18px!important}.hero-trust{font-size:16px!important;font-weight:700!important;margin-bottom:30px!important}.hero-cta-wrap .school-strip.hero-audience-pill,.school-strip.hero-audience-pill{margin-bottom:20px!important}.hero-journey-panel .story-preview-card{opacity:.94!important;transform:scale(.96)!important;transform-origin:center center!important}@media(max-width:1400px){.hero-copy--rtl .hero-title,.hero-title{line-height:1.17!important}.hero-badge{margin-bottom:16px!important}.hero-trust{margin-bottom:26px!important}}@media(max-width:1024px){.hero-copy--rtl .hero-title,.hero-title{line-height:1.18!important}.hero-trust{font-size:15.5px!important;margin-bottom:24px!important}.hero-cta-wrap .school-strip.hero-audience-pill,.school-strip.hero-audience-pill{margin-bottom:18px!important}}@media(max-width:768px){.hero-badge{margin-bottom:14px!important}.hero-trust{font-size:15px!important;margin-bottom:20px!important}.hero-journey-panel .story-preview-card{opacity:.95!important;transform:scale(.98)!important}}.hero-to-speaking-transition{position:relative;z-index:2;height:64px;margin-top:-6px;margin-bottom:0;overflow:hidden;pointer-events:none;background:linear-gradient(180deg,#f8fbff00,#f6faff94)}.hero-to-speaking-transition .transition-path{position:absolute;left:28%;top:18px;width:44%;height:34px;opacity:.32}.hero-to-speaking-transition .transition-sparkle{position:absolute;left:35%;top:10px;width:14px;height:14px;opacity:.75}.hero-to-speaking-transition .transition-bubble{position:absolute;right:32%;top:22px;width:26px;height:26px;opacity:.45}.hero-to-speaking-transition+.speaking-gap-section{margin-top:0!important;padding-top:0!important}@media(max-width:1024px){.hero-to-speaking-transition{height:58px}.hero-to-speaking-transition .transition-path{left:22%;width:56%;opacity:.28}.hero-to-speaking-transition .transition-sparkle{left:24%;top:12px}.hero-to-speaking-transition .transition-bubble{right:22%;width:24px;height:24px;opacity:.36}}@media(max-width:768px){.hero-to-speaking-transition{height:50px}.hero-to-speaking-transition .transition-path{left:12%;top:15px;width:76%;height:30px;opacity:.24}.hero-to-speaking-transition .transition-sparkle{left:18%;top:10px;width:12px;height:12px;opacity:.62}.hero-to-speaking-transition .transition-bubble{display:none}}.speaking-gap-section .landing-container{position:relative;z-index:3}.speaking-gap-section .grid.items-center{row-gap:38px!important}.speaking-gap-copy{position:relative;z-index:4}.speaking-gap-copy:before{content:"";position:absolute;inset:auto -28px -24px auto;width:170px;height:170px;border-radius:999px;background:radial-gradient(circle,#2563eb14,#2563eb00 68%);pointer-events:none;z-index:-1}.speaking-gap-cards-grid{gap:26px!important}.speaking-gap-heading{margin-bottom:20px!important;line-height:1.24!important}.speaking-gap-description{max-width:550px;line-height:1.86!important}.speaking-gap-description span{display:block}.speaking-gap-solution-pill{margin-top:30px!important}.speaking-gap-cta-area{gap:13px;margin-top:28px!important}.speaking-gap-cta-support{margin:0;color:#1e3a8a;font-size:17px;font-weight:800;line-height:1.7;text-align:center}.speaking-gap-card{overflow:hidden;border-radius:30px!important;border:1px solid rgba(226,232,240,.7)!important;background:#fff!important;box-shadow:0 18px 45px #0f172a0f!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.speaking-gap-card--symptom{background:#fff!important}.speaking-gap-card--symptom:after{content:"";position:absolute;inset-inline:20px;top:0;height:3px;border-radius:0 0 999px 999px;background:#94a3b82e}.speaking-gap-card--practice{z-index:2;border:2px solid rgba(37,99,235,.28)!important;background:linear-gradient(180deg,#eff6ff,#fff)!important;box-shadow:0 24px 60px #2563eb24!important}.speaking-gap-card--practice:before{content:"";position:absolute;inset:-42px -44px auto auto;width:150px;height:150px;border-radius:999px;background:#2563eb14;pointer-events:none}.speaking-gap-card--practice:after{content:"";position:absolute;left:22px;top:22px;width:14px;height:14px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 7px #22c55e1f,0 10px 18px #2563eb1f}.speaking-gap-card--practice h3{color:#1d4ed8!important}.speaking-gap-card--practice img{filter:drop-shadow(0 12px 18px rgba(37,99,235,.16))}.speaking-gap-card h3{line-height:1.22!important}.speaking-gap-card p{line-height:1.78!important}.speaking-gap-section{padding-top:66px!important;padding-bottom:26px!important}.speaking-gap-cards-grid{position:relative;isolation:isolate}.speaking-gap-sequence-path{position:absolute;inset:14px 10px auto;width:calc(100% - 20px);height:calc(100% - 78px);min-height:340px;opacity:.2;pointer-events:none;z-index:0}.speaking-gap-card{position:relative;z-index:1}.speaking-gap-card--practice{border-color:#1f73f257!important;background:linear-gradient(180deg,#eef7ff,#fff)!important;box-shadow:0 22px 54px #1f73f21f!important}.speaking-gap-sequence-note{position:relative;z-index:2;grid-column:1 / -1;max-width:680px;margin:0 auto;padding:12px 18px;border:1px solid rgba(207,224,245,.92);border-radius:18px;background:#ffffffdb;box-shadow:0 10px 26px #0f2a5a0d;color:#536179;font-size:15.5px;font-weight:800;line-height:1.7;text-align:center}@media(min-width:1024px){.speaking-gap-section .grid.items-center{align-items:center!important}}@media(max-width:1024px){.speaking-gap-section{padding-top:56px!important;padding-bottom:24px!important}.speaking-gap-section .grid.items-center{row-gap:34px!important}.speaking-gap-heading{margin-bottom:18px!important;line-height:1.26!important}.speaking-gap-description{line-height:1.82!important}.speaking-gap-cta-support{font-size:16px}.speaking-gap-solution-pill{margin-top:28px!important}.speaking-gap-cards-grid{gap:24px!important}}@media(max-width:900px){.speaking-gap-section .speaking-gap-solution-pill{box-sizing:border-box;width:min(100%,calc(100vw - 32px))!important;max-width:390px!important;min-height:64px!important;margin-inline:auto!important;padding:14px 18px!important;border-radius:28px!important;font-size:clamp(18px,5.2vw,22px)!important;line-height:1.45!important;white-space:normal}}@media(max-width:768px){.speaking-gap-section{padding-top:44px!important;padding-bottom:22px!important}.speaking-gap-section .grid.items-center{row-gap:28px!important}.speaking-gap-sequence-path{display:none}.speaking-gap-sequence-note{padding:11px 14px;font-size:14px;text-align:right}.speaking-gap-copy{max-width:100%!important;text-align:center!important}.speaking-gap-copy:before{right:50%;bottom:-18px;width:140px;height:140px;transform:translate(50%)}.speaking-gap-heading{margin-bottom:16px!important;line-height:1.28!important}.speaking-gap-description{margin-inline:auto;line-height:1.82!important}.speaking-gap-cta-area{margin-inline:auto;margin-top:24px!important}.speaking-gap-cta-support{max-width:340px;font-size:15px}.speaking-gap-card{min-height:210px!important;border-radius:28px!important}.speaking-gap-solution-pill{margin-top:24px!important;box-sizing:border-box;width:min(100%,calc(100vw - 32px))!important;max-width:390px!important;min-height:64px!important;margin-inline:auto!important;padding:14px 18px!important;border-radius:28px!important;font-size:clamp(18px,5.2vw,22px)!important;line-height:1.45!important;white-space:normal}.speaking-gap-cards-grid{gap:18px!important}}.speaking-gap-section{padding-bottom:26px!important}.gap-to-journey-bridge{position:relative!important;z-index:2!important;height:56px!important;margin-top:-4px!important;margin-bottom:-28px!important;overflow:hidden!important;pointer-events:none!important;opacity:1!important}.gap-to-journey-bridge svg{position:absolute;left:50%;top:8px;width:min(760px,64vw)!important;height:44px!important;transform:translate(-50%);opacity:.32}.gap-to-journey-bridge svg path{stroke:#93c5fd!important;stroke-width:2!important;stroke-dasharray:8 12!important}.gap-to-journey-bridge:before{content:"✦"!important;position:absolute;left:37%;top:4px;color:#fbbf24;font-size:16px;line-height:1;opacity:.58}.gap-to-journey-bridge:after{content:"";position:absolute;right:35%;top:23px;width:9px;height:9px;border-radius:999px;background:#60a5fa6b;box-shadow:0 0 0 7px #bfdbfe2e}.story-journey-section{margin-top:-10px!important;padding-top:70px!important;background:radial-gradient(circle at 20% 8%,#93c5fd1a,#93c5fd00 32%),linear-gradient(180deg,#f6faff,#f8fbff 48%,#fff)!important}.story-journey-header,.story-journey-header-adjusted{transform:translateY(-28px)!important}.story-journey-bridge-label{position:relative;z-index:7;display:inline-flex;align-items:center;justify-content:center;gap:7px;margin:0 auto 18px;padding:10px 22px;border:1px solid rgba(251,191,36,.22);border-radius:999px;background:#fff7e6eb;color:#1f2937;font-size:17px;font-weight:800;line-height:1;box-shadow:0 12px 28px #f59e0b14}.story-journey-bridge-label:before{content:"";width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 5px #22c55e1f}.story-journey-bridge-label__accent{color:#2563eb}@media(max-width:1024px){.speaking-gap-section{padding-bottom:24px!important}.gap-to-journey-bridge{height:50px!important;margin-bottom:-24px!important}.gap-to-journey-bridge svg{top:8px;width:min(620px,72vw)!important;height:38px!important;opacity:.28}.gap-to-journey-bridge:before{left:26%;top:6px;font-size:14px}.gap-to-journey-bridge:after{right:26%;top:22px}.story-journey-section{margin-top:-8px!important;padding-top:62px!important}.story-journey-header,.story-journey-header-adjusted{transform:translateY(-22px)!important}.story-journey-bridge-label{margin-bottom:16px;font-size:16px}}@media(max-width:768px){.speaking-gap-section{padding-bottom:22px!important}.gap-to-journey-bridge{height:42px!important;margin-top:-2px!important;margin-bottom:-18px!important}.gap-to-journey-bridge svg{top:7px;width:78vw!important;height:32px!important;opacity:.24}.gap-to-journey-bridge:before{left:18%;top:6px;font-size:12px;opacity:.48}.gap-to-journey-bridge:after{display:none}.story-journey-section{margin-top:-6px!important;padding-top:54px!important}.story-journey-header,.story-journey-header-adjusted{transform:translateY(-16px)!important}.story-journey-bridge-label{margin-bottom:14px;padding:9px 18px;font-size:15px}}.story-journey-section{padding-bottom:80px!important}.story-journey-cta.story-final-cta-premium{position:relative!important;isolation:isolate!important;box-sizing:border-box!important;width:min(calc(100% - 48px),1220px)!important;max-width:1220px!important;min-height:300px!important;margin:70px auto 0!important;padding:64px 80px!important;overflow:hidden!important;border:1px solid rgba(37,99,235,.08)!important;border-radius:34px!important;background:linear-gradient(180deg,#f5f8ff,#eaf3ff)!important;box-shadow:0 24px 70px #2563eb1a!important}.story-journey-cta .story-final-cta-art{position:absolute!important;inset:0!important;z-index:1!important;overflow:hidden!important;pointer-events:none!important}.story-journey-cta .story-final-cta-dots,.story-journey-cta .story-final-cta-spark,.story-journey-cta .story-final-cta-icons-row{display:none!important}.story-journey-cta-content.story-final-cta-center{position:relative!important;z-index:5!important;display:flex!important;min-height:170px!important;width:min(100%,620px)!important;margin:0 auto!important;padding:0!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;text-align:center!important;transform:none!important}.story-journey-cta-wave{position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:1!important;width:100%!important;min-width:0!important;height:82px!important;transform:none!important;object-fit:cover!important;object-position:bottom center!important;opacity:.9!important;pointer-events:none!important}.story-journey-cta-edge-decor{position:absolute!important;top:40px!important;z-index:1!important;width:140px!important;height:auto!important;opacity:.65!important;pointer-events:none!important}.story-journey-cta-edge-decor-left{left:50px!important}.story-journey-cta-edge-decor-right{right:50px!important;transform:scaleX(-1)!important}.story-journey-cta-illustration{position:absolute!important;bottom:28px!important;z-index:2!important;max-width:180px!important;width:clamp(150px,14vw,180px)!important;height:auto!important;opacity:.94!important;pointer-events:none!important;filter:drop-shadow(0 18px 32px rgba(37,99,235,.12))!important}.story-journey-cta-illustration-left{left:64px!important}.story-journey-cta-illustration-right{right:64px!important}.story-journey-cta-button.story-final-cta-button{position:relative!important;z-index:5!important;box-sizing:border-box!important;width:min(100%,520px)!important;min-width:min(420px,100%)!important;height:76px!important;min-height:76px!important;padding:0 34px!important;border-radius:24px!important;background:#2563eb!important;color:#fff!important;box-shadow:0 18px 34px #2563eb47,inset 0 -4px #0f172a29!important}.story-journey-cta-button.story-final-cta-button:hover{background:#1d4ed8!important}.story-journey-cta-note.story-final-cta-trust{position:relative!important;z-index:5!important;display:inline-flex!important;margin:22px 0 0!important;gap:10px!important;color:#1f2937!important;font-size:22px!important;font-weight:800!important;line-height:1.45!important;text-align:center!important}.story-journey-cta-note .story-final-cta-trust-icon{width:28px!important;height:28px!important;color:#22c55e!important;flex-shrink:0!important}@media(max-width:1024px){.story-journey-section{padding-bottom:76px!important}.story-journey-cta.story-final-cta-premium{width:min(calc(100% - 36px),940px)!important;min-height:292px!important;margin-top:64px!important;padding:58px 48px!important;border-radius:32px!important}.story-journey-cta-edge-decor{top:34px!important;width:112px!important;opacity:.54!important}.story-journey-cta-edge-decor-left{left:34px!important}.story-journey-cta-edge-decor-right{right:34px!important}.story-journey-cta-illustration{bottom:24px!important;width:128px!important;opacity:.58!important}.story-journey-cta-illustration-left{left:24px!important}.story-journey-cta-illustration-right{right:24px!important}.story-journey-cta-button.story-final-cta-button{width:min(100%,480px)!important}.story-journey-cta-note.story-final-cta-trust{font-size:20px!important}}@media(max-width:768px){.story-journey-section{padding-bottom:70px!important}.story-journey-cta.story-final-cta-premium{width:calc(100% - 24px)!important;min-height:280px!important;margin-top:58px!important;padding:48px 18px 58px!important;border-radius:28px!important}.story-journey-cta-content.story-final-cta-center{min-height:160px!important;width:min(100%,380px)!important}.story-journey-cta-edge-decor{top:24px!important;width:78px!important;opacity:.34!important}.story-journey-cta-edge-decor-left{left:18px!important}.story-journey-cta-edge-decor-right{right:18px!important}.story-journey-cta-illustration{display:none!important}.story-journey-cta-wave{height:70px!important;opacity:.84!important}.story-journey-cta-button.story-final-cta-button{width:min(100%,350px)!important;min-width:0!important;height:68px!important;min-height:68px!important;padding:0 22px!important;border-radius:23px!important;font-size:clamp(24px,7vw,30px)!important}.story-journey-cta-note.story-final-cta-trust{max-width:320px!important;margin-top:18px!important;flex-wrap:wrap!important;font-size:17px!important;line-height:1.6!important}.story-journey-cta-note .story-final-cta-trust-icon{width:24px!important;height:24px!important}}.story-journey-section{margin-top:-8px!important;padding-top:70px!important;padding-bottom:80px!important;background:radial-gradient(circle at 50% 10%,#93c5fd1a,#93c5fd00 34%),linear-gradient(180deg,#f6faff,#f8fbff 48%,#fff)!important}.story-journey-decorations,.story-journey-boy,.story-boy-image{display:none!important}.story-journey-header,.story-journey-header-adjusted{transform:none!important;position:relative!important;z-index:5!important}.story-journey-bridge-label{margin-bottom:22px!important}.story-journey__heading{margin:0!important;line-height:1.18!important}.story-journey__subtitle{margin-top:22px!important;line-height:1.78!important}.story-journey__steps{margin-top:64px!important}.story-journey-timeline-line{top:24px!important}.story-journey__number{margin-bottom:12px!important}.story-journey__step{height:236px!important;min-height:236px!important;padding:18px 12px 16px!important;border-radius:26px!important}.story-journey__icon{width:62px!important;height:62px!important;margin-bottom:12px!important}.story-journey__step h3{margin-bottom:8px!important;font-size:21px!important}.story-journey__step p{font-size:15px!important;line-height:1.52!important}.story-journey-features,.story-journey__trust{margin-top:50px!important;margin-bottom:0!important}.story-journey-cta.story-final-cta-premium{width:min(calc(100% - 48px),1220px)!important;min-height:0!important;height:238px!important;margin-top:60px!important;padding:42px 70px!important;border-radius:34px!important}.story-journey-cta-content.story-final-cta-center{min-height:132px!important;width:min(100%,580px)!important}.story-journey-cta-button.story-final-cta-button{width:min(100%,500px)!important;height:72px!important;min-height:72px!important;border-radius:24px!important}.story-journey-cta-note.story-final-cta-trust{margin-top:18px!important;font-size:21px!important;line-height:1.38!important}.story-journey-cta-wave{height:62px!important;opacity:.88!important}.story-journey-cta-edge-decor{top:24px!important;width:120px!important;opacity:.56!important}.story-journey-cta-edge-decor-left{left:44px!important}.story-journey-cta-edge-decor-right{right:44px!important}.story-journey-cta-illustration{bottom:18px!important;width:clamp(126px,12vw,150px)!important;max-width:150px!important;opacity:.86!important}.story-journey-cta-illustration-left{left:58px!important}.story-journey-cta-illustration-right{right:58px!important}@media(max-width:1024px){.story-journey-section{padding-top:62px!important;padding-bottom:76px!important}.story-journey-bridge-label{margin-bottom:20px!important}.story-journey__subtitle{margin-top:20px!important}.story-journey__steps{margin-top:56px!important}.story-journey__step{height:230px!important;min-height:230px!important}.story-journey-features,.story-journey__trust{margin-top:46px!important}.story-journey-cta.story-final-cta-premium{height:232px!important;margin-top:58px!important;padding:40px 44px!important}.story-journey-cta-edge-decor{top:22px!important;width:94px!important}.story-journey-cta-illustration{bottom:16px!important;width:108px!important;opacity:.48!important}}@media(max-width:768px){.story-journey-section{padding-top:54px!important;padding-bottom:68px!important}.story-journey-bridge-label{margin-bottom:18px!important}.story-journey__subtitle{margin-top:18px!important;line-height:1.72!important}.story-journey__steps{margin-top:46px!important}.story-journey__step{height:auto!important;min-height:220px!important}.story-journey-features,.story-journey__trust{margin-top:42px!important}.story-journey-cta.story-final-cta-premium{width:calc(100% - 24px)!important;height:224px!important;min-height:0!important;margin-top:54px!important;padding:38px 18px 46px!important;border-radius:28px!important}.story-journey-cta-content.story-final-cta-center{min-height:126px!important}.story-journey-cta-button.story-final-cta-button{width:min(100%,340px)!important;height:66px!important;min-height:66px!important}.story-journey-cta-note.story-final-cta-trust{margin-top:16px!important;font-size:16px!important}.story-journey-cta-wave{height:54px!important}.story-journey-cta-edge-decor{width:64px!important;opacity:.26!important}}.story-journey-section{padding-bottom:74px!important}.story-journey-handoff{position:relative;z-index:4;box-sizing:border-box;width:min(calc(100% - 48px),1040px);min-height:108px;margin:48px auto 0;padding:11px 34px;overflow:visible;border:1px solid rgba(191,219,254,.75);border-radius:28px;background:#ffffffe0;box-shadow:0 20px 50px #2563eb1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.story-journey-handoff__image{position:absolute;z-index:1;bottom:-22px;width:clamp(150px,13vw,185px);height:auto;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 16px 28px rgba(15,23,42,.12))}.story-journey-handoff__image--books{left:28px}.story-journey-handoff__image--pencils{right:22px}.story-journey-handoff__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center}.story-journey-handoff__button{position:relative;z-index:3;display:inline-flex;width:min(100%,420px);height:60px;align-items:center;justify-content:center;gap:12px;border-radius:20px;background:linear-gradient(180deg,#2f6df6,#2563eb);color:#fff;font-size:25px;font-weight:900;line-height:1;text-decoration:none;box-shadow:0 7px #1d4ed8,0 18px 34px #2563eb40;transition:transform .18s ease,background .18s ease}.story-journey-handoff__button:hover{transform:translateY(1px);background:linear-gradient(180deg,#2b63e8,#1d4ed8);color:#fff}.story-journey-handoff__button-icon{width:26px!important;height:26px!important;color:#fff;flex-shrink:0}.story-journey-handoff__text{position:relative;z-index:3;margin:10px 0 0;color:#1f2937;font-size:19px;font-weight:800;line-height:1.25;text-align:center}.story-journey-handoff__spark,.story-journey-handoff__bubble{position:absolute;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.story-journey-handoff__spark{left:38px;top:26px;width:18px;height:18px;opacity:.52}.story-journey-handoff__spark:before,.story-journey-handoff__spark:after{content:"";position:absolute;inset:0;margin:auto;border-radius:999px;background:#fbbf24}.story-journey-handoff__spark:before{width:4px;height:18px}.story-journey-handoff__spark:after{width:18px;height:4px}.story-journey-handoff__bubble{right:36px;top:28px;width:34px;height:25px;border:2px dashed rgba(37,99,235,.36);border-radius:999px;opacity:.44}.story-journey-handoff__bubble:after{content:"";position:absolute;right:4px;bottom:-5px;width:9px;height:9px;border-right:2px dashed rgba(37,99,235,.36);border-bottom:2px dashed rgba(37,99,235,.36);transform:rotate(35deg)}@media(max-width:1024px){.story-journey-section{padding-bottom:72px!important}.story-journey-handoff{width:min(calc(100% - 36px),920px);min-height:108px;padding:11px 28px}.story-journey-handoff__image{bottom:-18px;width:132px;opacity:.9}.story-journey-handoff__image--books{left:10px}.story-journey-handoff__image--pencils{right:8px}.story-journey-handoff__button{width:min(100%,400px);height:60px;font-size:24px}.story-journey-handoff__text{font-size:18px}}@media(max-width:768px){.story-journey-section{padding-bottom:70px!important}.story-journey-handoff{width:calc(100% - 24px);min-height:0;margin-top:44px;padding:16px;border-radius:24px;overflow:hidden}.story-journey-handoff__image{display:none}.story-journey-handoff__button{width:min(100%,340px);height:60px;border-radius:19px;font-size:22px}.story-journey-handoff__button-icon{width:24px!important;height:24px!important}.story-journey-handoff__text{max-width:320px;margin-top:10px;font-size:16px;line-height:1.65}.story-journey-handoff__spark{left:18px;top:18px;transform:scale(.8);opacity:.42}.story-journey-handoff__bubble{right:16px;top:20px;transform:scale(.82);opacity:.34}}.story-journey-section{padding-top:70px!important;padding-bottom:70px!important}.story-journey-decorations,.story-journey-boy,.story-boy-image,.story-journey-child,.story-journey-cta,.story-final-cta-premium,.story-journey-cta-wrap,.story-journey-wave,.story-journey-bottom-wave,.story-journey-cta-wave,.story-journey-cta-illustration,.story-journey-cta-edge-decor,.story-final-cta-icons-row{display:none!important}.story-journey-header,.story-journey-header-adjusted{max-width:820px!important;transform:none!important}.story-journey-bridge-label{margin:0 auto 22px!important}.story-journey__heading{margin:0!important;color:#0f172a!important;font-size:clamp(34px,4vw,56px)!important;font-weight:900!important;line-height:1.25!important;text-align:center!important}.story-journey__subtitle{max-width:760px!important;margin-top:22px!important;color:#475569!important;line-height:1.85!important}.story-journey__steps{margin-top:66px!important}.story-journey-timeline-line{top:24px!important;z-index:1!important}.story-journey-cards{position:relative!important;z-index:2!important}.story-journey-cards>div{width:100%;max-width:165px;margin-inline:auto}.story-journey__number,.story-journey-step-number{position:relative!important;z-index:4!important;margin-bottom:12px!important}.story-journey__step{position:relative!important;z-index:2!important;width:100%!important;height:232px!important;min-height:232px!important;max-height:240px!important;padding:18px 12px 16px!important;border-radius:26px!important}.story-journey__icon{width:60px!important;height:60px!important;margin-bottom:11px!important}.story-journey__step h3{margin-bottom:8px!important;font-size:20px!important;line-height:1.22!important}.story-journey__step p{font-size:14.5px!important;line-height:1.55!important}.story-journey-features,.story-journey__trust{margin-top:50px!important}.story-journey-handoff{width:min(calc(100% - 48px),1040px)!important;min-height:108px!important;margin:48px auto 0!important;padding:22px 34px!important;overflow:hidden!important;border-radius:28px!important}.story-journey-handoff__image{display:none!important}.story-journey-handoff__button{width:min(100%,420px)!important;height:64px!important;border-radius:20px!important;font-size:clamp(24px,2vw,28px)!important}.story-journey-handoff__text{margin-top:14px!important;color:#1f2937!important;font-size:clamp(18px,1.45vw,20px)!important;font-weight:800!important;line-height:1.35!important}.story-journey-section+.pricing-section,.story-journey-section+#plans{margin-top:0!important}@media(max-width:1024px){.story-journey-section{padding-top:62px!important;padding-bottom:70px!important}.story-journey__steps{margin-top:58px!important}.story-journey-cards>div{max-width:190px}.story-journey__step{height:228px!important;min-height:228px!important}.story-journey-features,.story-journey__trust{margin-top:48px!important}}@media(max-width:768px){.story-journey-section{padding-top:54px!important;padding-bottom:66px!important}.story-journey-bridge-label{margin-bottom:18px!important}.story-journey__subtitle{margin-top:18px!important;line-height:1.78!important}.story-journey__steps{margin-top:46px!important}.story-journey-cards>div{max-width:280px}.story-journey__step{height:auto!important;min-height:220px!important;max-height:none!important}.story-journey-features,.story-journey__trust{margin-top:44px!important}.story-journey-handoff{width:calc(100% - 24px)!important;min-height:0!important;margin-top:44px!important;padding:18px 16px!important;border-radius:24px!important}.story-journey-handoff__button{width:100%!important;max-width:340px!important;height:60px!important;font-size:22px!important}.story-journey-handoff__text{max-width:320px!important;font-size:16px!important;line-height:1.65!important}}.story-journey{position:relative!important;overflow:hidden!important;direction:rtl!important;padding:92px 24px 84px!important;background:radial-gradient(circle at 10% 20%,#93c5fd29,#93c5fd00 28%),radial-gradient(circle at 88% 18%,#bfdbfe3d,#bfdbfe00 26%),linear-gradient(180deg,#f8fbff,#eef6ff)!important;color:#0f172a!important}.story-journey img{object-fit:contain;height:auto;max-width:100%}.story-journey__container{position:relative!important;max-width:1420px!important;margin:0 auto!important;z-index:2!important}.story-journey__header{position:relative;z-index:4;max-width:920px;margin:0 auto;text-align:center}.story-journey__heading{margin:0 0 18px!important;color:#0f172a!important;font-size:clamp(36px,4vw,58px)!important;font-weight:900!important;line-height:1.2!important;text-align:center!important}.story-journey__subtitle{max-width:780px!important;margin:0 auto!important;color:#334155!important;font-size:clamp(18px,1.45vw,24px)!important;font-weight:600!important;line-height:1.75!important;text-align:center!important}.story-journey__boy{position:absolute!important;top:-34px!important;right:56px!important;width:clamp(150px,12vw,220px)!important;height:auto!important;object-fit:contain!important;z-index:4!important;opacity:1!important;filter:drop-shadow(0 18px 28px rgba(15,23,42,.1))!important;pointer-events:none!important}.story-journey__path{position:absolute;left:8%;top:98px;width:230px;height:92px;z-index:1;opacity:.38;border-top:3px dotted #93c5fd;border-radius:50%;transform:rotate(-14deg);pointer-events:none}.story-journey__path:after{content:"";position:absolute;right:-8px;top:-9px;width:14px;height:14px;border-top:3px solid #93c5fd;border-right:3px solid #93c5fd;transform:rotate(45deg)}.story-journey__steps{position:relative!important;margin-top:86px!important;display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;direction:rtl!important;z-index:3!important}.story-journey__timeline-line{position:absolute!important;top:-42px!important;left:6%!important;right:6%!important;height:4px!important;border-top:4px dotted rgba(147,197,253,.65)!important;z-index:1!important;pointer-events:none!important}.story-journey__card{position:relative!important;min-height:255px!important;border-radius:28px!important;padding:28px 16px 24px!important;background:#ffffffeb!important;border:1px solid rgba(226,232,240,.75)!important;box-shadow:0 22px 55px #0f172a12!important;text-align:center!important;z-index:3!important}.story-journey__number{position:absolute!important;top:-68px!important;left:50%!important;width:54px!important;height:54px!important;transform:translate(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;color:#fff!important;font-size:22px!important;font-weight:900!important;line-height:1!important;box-shadow:0 10px 22px #0f172a1f!important;z-index:4!important}.story-journey__card-icon,.story-journey__icon{width:86px!important;height:86px!important;margin:0 auto 18px!important;filter:drop-shadow(0 12px 20px rgba(15,23,42,.1))!important}.story-journey__card h3{margin:0 0 10px!important;color:#0f172a!important;font-size:clamp(22px,1.45vw,24px)!important;font-weight:900!important;line-height:1.3!important}.story-journey__card p{margin:0!important;color:#475569!important;font-size:clamp(15.5px,1vw,17px)!important;font-weight:600!important;line-height:1.65!important}.story-journey__benefits{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;max-width:1160px!important;min-height:96px!important;margin:52px auto 0!important;overflow:hidden!important;border-radius:30px!important;background:#ffffffd1!important;border:1px solid rgba(226,232,240,.75)!important;box-shadow:0 24px 60px #2563eb14!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3!important;position:relative!important}.story-journey__benefit{display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;padding:20px 26px!important;border-left:1px solid rgba(191,219,254,.75)!important}.story-journey__benefit:last-child{border-left:0!important}.story-journey__benefit-icon{width:56px!important;height:56px!important;flex:0 0 56px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#fff!important;box-shadow:0 10px 22px #0f172a0f!important}.story-journey__benefit-icon svg{width:32px!important;height:32px!important}.story-journey__benefit-copy{display:grid;gap:4px;min-width:0;text-align:right}.story-journey__benefit-copy strong{color:#0f172a;font-size:clamp(19px,1.25vw,21px);font-weight:900;line-height:1.3}.story-journey__benefit-copy span{color:#475569;font-size:clamp(14px,.95vw,15.5px);font-weight:600;line-height:1.6}.story-journey__cta-area{position:relative!important;min-height:220px!important;margin-top:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;z-index:3!important}.story-journey__cta-content{position:relative!important;z-index:5!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.story-journey__cta-button{position:relative!important;z-index:5!important;min-width:440px!important;height:72px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;border:none!important;border-radius:26px!important;background:linear-gradient(180deg,#2f6df6,#2563eb)!important;color:#fff!important;font-size:32px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;box-shadow:0 8px #1d4ed8,0 22px 42px #2563eb42!important}.story-journey__cta-gift{width:34px!important;height:34px!important}.story-journey__trust-note,.story-journey__cta-note{position:relative!important;z-index:5!important;margin:20px 0 0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#1f2937!important;font-size:20px!important;font-weight:800!important;line-height:1.5!important;text-align:center!important}.story-journey__trust-check{width:24px!important;height:24px!important;color:#22c55e!important}.story-journey__bottom-wave{position:absolute!important;left:50%!important;right:auto!important;bottom:-8px!important;width:100vw!important;height:130px!important;object-fit:cover!important;transform:translate(-50%)!important;z-index:1!important;opacity:.95!important;pointer-events:none!important}.story-journey__books{position:absolute!important;left:42px!important;bottom:18px!important;width:clamp(150px,13vw,230px)!important;height:auto!important;object-fit:contain!important;z-index:3!important;opacity:1!important;filter:drop-shadow(0 18px 28px rgba(15,23,42,.12))!important;pointer-events:none!important}.story-journey__pencils{position:absolute!important;right:42px!important;bottom:18px!important;width:clamp(160px,14vw,245px)!important;height:auto!important;object-fit:contain!important;z-index:3!important;opacity:1!important;filter:drop-shadow(0 18px 28px rgba(15,23,42,.12))!important;pointer-events:none!important}@media(max-width:1199px){.story-journey__steps{gap:12px!important}.story-journey__boy{top:-28px!important;width:clamp(150px,15vw,170px)!important}.story-journey__card{padding-inline:14px!important}.story-journey__card-icon,.story-journey__icon{width:76px!important;height:76px!important}.story-journey__card h3{font-size:21px!important}.story-journey__card p{font-size:15px!important}.story-journey__cta-button{min-width:400px!important}}@media(max-width:1024px){.story-journey__boy{top:-24px!important;right:32px!important;width:150px!important}}@media(max-width:900px){.story-journey{padding:76px 20px 72px!important}.story-journey__boy,.story-journey__timeline-line{display:none!important}.story-journey__steps{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:72px 16px!important;margin-top:72px!important}.story-journey__benefits{grid-template-columns:repeat(2,1fr)!important}.story-journey__books{left:12px!important;width:120px!important}.story-journey__pencils{right:12px!important;width:130px!important}}@media(max-width:640px){.story-journey{padding:58px 16px 62px!important}.story-journey__steps{grid-template-columns:1fr!important;gap:72px!important}.story-journey__card{min-height:auto!important}.story-journey__benefits{grid-template-columns:1fr!important}.story-journey__benefit{border-left:0!important;border-bottom:1px solid rgba(191,219,254,.75)!important}.story-journey__benefit:last-child{border-bottom:0!important}.story-journey__cta-button{width:100%!important;max-width:360px!important;min-width:0!important;height:64px!important;font-size:24px!important}.story-journey__trust-note,.story-journey__cta-note{max-width:320px!important;font-size:16px!important}.story-journey__books,.story-journey__pencils{display:none!important}.story-journey__bottom-wave{height:110px!important}}.pricing-section{position:relative!important;overflow:hidden!important;isolation:isolate!important;direction:rtl!important;min-height:900px!important;padding:88px 24px 96px!important;background:radial-gradient(circle at 12% 22%,#93c5fd2e,#93c5fd00 28%),radial-gradient(circle at 88% 26%,#bfdbfe40,#bfdbfe00 26%),linear-gradient(180deg,#fff,#f8fbff 52%,#eef6ff)!important}.pricing-section img{object-fit:contain}.pricing-sparkles-left{top:86px!important;left:68px!important;width:150px!important;opacity:.65!important}.pricing-sparkles-right{top:118px!important;right:92px!important;width:145px!important;opacity:.58!important;transform:scaleX(-1)!important}.pricing-sparkles-bottom{right:12%!important;bottom:92px!important;width:155px!important;opacity:.38!important}.pricing-grid{position:relative!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px!important;max-width:1280px!important;margin:0 auto!important;z-index:2!important;direction:rtl!important}.pricing-card{position:relative!important;min-height:620px!important;border-radius:34px!important;padding:36px 30px 30px!important;overflow:visible!important;background:#fffffff0!important;border:1px solid rgba(226,232,240,.92)!important;box-shadow:0 24px 65px #0f172a12!important;text-align:center!important}.pricing-card--monthly{order:1}.pricing-card--quarterly{order:2}.pricing-card--semester{order:3}.pricing-card--featured{min-height:660px!important;transform:translateY(-18px)!important;border:2px solid rgba(37,99,235,.42)!important;background:linear-gradient(180deg,#f8fbff,#fff)!important;box-shadow:0 32px 95px #2563eb2e!important}.pricing-ribbon{position:absolute!important;top:-22px!important;left:50%!important;z-index:4!important;transform:translate(-50%)!important;padding:10px 30px!important;border-radius:12px!important;background:linear-gradient(180deg,#2f6df6,#2563eb)!important;color:#fff!important;font-size:18px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 14px 30px #2563eb47!important}.pricing-card__icon{width:92px!important;height:92px!important;margin:0 auto 22px!important;filter:drop-shadow(0 14px 22px rgba(15,23,42,.1))!important}.pricing-card--featured .pricing-card__icon{width:104px!important;height:104px!important;margin-top:8px!important}.pricing-card__title{margin:0 0 14px!important;color:#0f172a!important;font-size:30px!important;font-weight:900!important;line-height:1.25!important}.pricing-card__desc{min-height:64px!important;margin:0 0 24px!important;color:#475569!important;font-size:17px!important;font-weight:600!important;line-height:1.75!important}.pricing-card__separator{margin:0 0 22px!important;border-top:2px dashed rgba(191,219,254,.85)!important}.pricing-price{display:flex!important;align-items:baseline!important;justify-content:center!important;gap:10px!important;margin-bottom:6px!important}.pricing-price__number{color:#2563eb!important;font-size:clamp(52px,4vw,60px)!important;font-weight:900!important;line-height:1!important}.pricing-price__currency{color:#0f172a!important;font-size:17px!important;font-weight:900!important}.pricing-duration{margin:0 0 24px!important;color:#475569!important;font-size:16px!important;font-weight:700!important}.pricing-features{margin:0 0 28px!important;padding:0!important;list-style:none!important}.pricing-feature{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;margin-bottom:13px!important;color:#1f2937!important;font-size:16px!important;font-weight:800!important;line-height:1.55!important}.pricing-feature__check{width:22px!important;height:22px!important;flex:0 0 22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#22c55e!important;color:#fff!important;font-size:14px!important;font-weight:900!important;line-height:1!important}.pricing-button{width:100%!important;height:62px!important;border-radius:19px!important;background:#fff!important;color:#2563eb!important;border:2px solid rgba(37,99,235,.85)!important;font-size:18px!important;font-weight:900!important;box-shadow:0 10px 24px #2563eb14!important}.pricing-card--featured .pricing-button{background:linear-gradient(180deg,#2f6df6,#2563eb)!important;color:#fff!important;border:none!important;box-shadow:0 9px #1d4ed8,0 20px 42px #2563eb47!important}.pricing-trust-item{display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;padding:20px 26px!important;border-inline-start:1px solid rgba(191,219,254,.75)!important}.pricing-trust-icon{width:56px!important;height:56px!important;flex:0 0 56px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#eff6ff!important}.pricing-trust-icon img{width:34px!important;height:34px!important}.pricing-trust-copy strong{color:#0f172a!important;font-size:18px!important;font-weight:900!important;line-height:1.3!important}.pricing-trust-copy span{color:#64748b!important;font-size:14.5px!important;font-weight:600!important;line-height:1.5!important}@media(max-width:1199px){.pricing-container{max-width:1180px!important}.pricing-grid{gap:24px!important}.pricing-card{min-height:640px!important;padding:32px 24px!important}.pricing-card--featured{min-height:660px!important;transform:translateY(-16px)!important}.pricing-card__icon{width:96px!important;height:96px!important}.pricing-card--featured .pricing-card__icon{width:104px!important;height:104px!important}.pricing-price__number{font-size:56px!important}.pricing-parent-child{width:220px!important}}@media(max-width:900px){.pricing-grid{grid-template-columns:1fr!important}.pricing-card,.pricing-card--featured{width:100%!important;max-width:540px!important;min-height:0!important;margin:0 auto!important;transform:none!important}.pricing-parent-child{display:none!important}.pricing-trust-strip{grid-template-columns:1fr!important}.pricing-trust-item{border-inline-start:0!important;border-bottom:1px solid rgba(191,219,254,.75)!important}.pricing-trust-item:last-child{border-bottom:0!important}}@media(max-width:640px){.pricing-section{padding:64px 16px 72px!important}.pricing-sparkles-left,.pricing-sparkles-right,.pricing-sparkles-bottom{display:none!important}.pricing-title{font-size:34px!important}.pricing-subtitle{font-size:17px!important}.pricing-card__icon,.pricing-card--featured .pricing-card__icon{width:76px!important;height:76px!important}.pricing-price__number{font-size:42px!important}.pricing-button{width:100%!important}}.pricing-section{position:relative;isolation:isolate;min-height:0;margin-top:0;padding:90px 0 100px;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fbff);color:#111827;font-family:Cairo,system-ui,sans-serif}.pricing-section,.pricing-section *{box-sizing:border-box}.pricing-container{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.pricing-header{max-width:820px;margin:0 auto 56px;text-align:center}.pricing-pill{display:inline-flex;margin-bottom:22px;padding:10px 22px;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(251,191,36,.35);border-radius:999px;background:#fff7e6;color:#1f2937;font-size:16px;font-weight:900;line-height:1;box-shadow:0 12px 28px #f59e0b14}.pricing-pill__icon{display:inline-flex;width:11px;height:11px;border-radius:999px;background:#fbbf24;box-shadow:0 0 0 5px #fbbf2424,0 0 16px #fbbf2473}.pricing-title{margin:0 0 18px;color:#111827;font-size:clamp(34px,3.2vw,48px);font-weight:900;line-height:1.25;letter-spacing:0}.pricing-subtitle{max-width:760px;margin:0 auto;color:#475569;font-size:clamp(18px,1.4vw,22px);font-weight:600;line-height:1.8}.pricing-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;max-width:1280px;margin:0 auto;direction:rtl}.pricing-plan-card{position:relative;display:flex;min-height:610px;padding:34px 30px 30px;flex-direction:column;overflow:visible;border:1px solid rgba(226,232,240,.9);border-radius:34px;background:#fff;box-shadow:0 22px 60px #0f172a12;text-align:center;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.pricing-plan-card:hover{transform:translateY(-4px);box-shadow:0 28px 74px #0f172a1a}.pricing-plan-card--featured{min-height:650px;transform:translateY(-18px);border:2px solid rgba(37,99,235,.38);background:linear-gradient(180deg,#f8fbff,#fff);box-shadow:0 30px 90px #2563eb2e}.pricing-plan-card--featured:hover{transform:translateY(-22px);box-shadow:0 34px 96px #2563eb38}.pricing-plan-card__ribbon{position:absolute;top:-18px;right:28px;z-index:4;padding:9px 20px;border-radius:999px;background:#2563eb;color:#fff;font-size:15px;font-weight:900;line-height:1;box-shadow:0 12px 28px #2563eb47}.pricing-plan-card__icon{display:block;height:auto;margin:0 auto 20px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 16px 28px rgba(15,23,42,.12))}.pricing-plan-card__icon--standard{width:84px}.pricing-plan-card__icon--featured{width:94px}.pricing-plan-card__name{margin:0 0 18px;color:#111827;font-size:28px;font-weight:900;line-height:1.3;text-align:center}.pricing-plan-card__note{min-height:56px;margin:0 0 26px;color:#475569;font-size:17px;font-weight:600;line-height:1.7;text-align:center}.pricing-plan-card__divider{width:100%;height:2px;margin:0 0 16px;border-radius:999px;background-image:linear-gradient(to left,#bfdbfe00,#93c5fdb3,#bfdbfe00)}.pricing-plan-card__price{margin:0 0 6px;color:#111827;font-size:clamp(40px,3vw,44px);font-weight:900;line-height:1.15;text-align:center}.pricing-plan-card--featured .pricing-plan-card__price{color:#2563eb}.pricing-plan-card__period{margin:0 0 20px;color:#64748b;font-size:17px;font-weight:700;line-height:1.4;text-align:center}.pricing-plan-card__features{display:grid;margin:0 0 26px;padding:20px 18px;gap:0;border-radius:22px;background:#f8fafc;list-style:none}.pricing-plan-card__features li{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#1f2937;font-size:16px;font-weight:800;line-height:1.6;text-align:right}.pricing-plan-card__features li:not(:last-child){margin-bottom:14px}.pricing-feature-check{position:relative;display:inline-flex;width:20px;height:20px;flex:0 0 20px;align-items:center;justify-content:center;border-radius:999px;background:#dcfce7}.pricing-feature-check:before{content:"";width:9px;height:5px;border:solid #16a34a;border-width:0 0 2px 2px;transform:rotate(-45deg) translate(1px,-1px)}.pricing-plan-card__button{display:inline-flex;width:100%;height:58px;margin-top:auto;align-items:center;justify-content:center;border:1px solid rgba(37,99,235,.22);border-radius:18px;background:#eff6ff;color:#2563eb;cursor:pointer;font-family:inherit;font-size:17px;font-weight:900;line-height:1;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.pricing-plan-card__button:hover{border-color:#2563eb5c;background:#dbeafe}.pricing-plan-card__button--featured{height:62px;border:none;border-radius:20px;background:linear-gradient(180deg,#2f6df6,#2563eb);color:#fff;font-size:18px;box-shadow:0 10px #1d4ed8,0 20px 40px #2563eb47}.pricing-plan-card__button--featured:hover{background:linear-gradient(180deg,#2b63e8,#1d4ed8);color:#fff;transform:translateY(1px)}.pricing-trust-strip{position:relative;z-index:3;display:flex;max-width:980px;min-height:76px;margin:46px auto 0;padding:14px 26px;align-items:center;justify-content:space-around;gap:18px;border:1px solid rgba(226,232,240,.9);border-radius:28px;background:#ffffffe0;box-shadow:0 20px 48px #0f172a12;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pricing-trust-strip__item{display:flex;min-width:0;align-items:center;justify-content:center;gap:8px;color:#1f2937;font-size:16px;font-weight:800;line-height:1.4;text-align:center}.pricing-trust-strip__icon{position:relative;width:36px;height:36px;flex:0 0 36px;border-radius:999px;background:#eff6ff}.pricing-trust-strip__icon:before{content:"";position:absolute;inset:10px;border-radius:8px;background:#2563eb}.pricing-trust-strip__icon--1{background:#eaf8e6}.pricing-trust-strip__icon--1:before{background:#22c55e;clip-path:polygon(50% 0,88% 14%,82% 72%,50% 100%,18% 72%,12% 14%)}.pricing-trust-strip__icon--2{background:#f1e6ff}.pricing-trust-strip__icon--2:before{background:#8b5cf6;border-radius:5px}.pricing-trust-strip__icon--3{background:#fff7e6}.pricing-trust-strip__icon--3:before{background:#f59e0b;clip-path:polygon(0 26%,100% 26%,100% 100%,0 100%)}.pricing-decor,.pricing-parent-child{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none}.pricing-decor{z-index:0;width:140px;height:auto;opacity:.62}.pricing-decor--top-left{top:90px;left:90px}.pricing-decor--top-right{top:120px;right:100px;transform:scaleX(-1)}.pricing-decor--bottom{right:86px;bottom:66px;width:150px;opacity:.55}.pricing-parent-child{bottom:35px;left:70px;z-index:1;width:clamp(150px,14vw,190px);height:auto;opacity:1;object-fit:contain;filter:drop-shadow(0 16px 28px rgba(15,23,42,.12))}@media(max-width:1366px){.pricing-cards{gap:24px}.pricing-plan-card{padding-inline:24px}}@media(max-width:1024px){.pricing-section{min-height:auto;padding:78px 0 86px}.pricing-header{margin-bottom:44px}.pricing-cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:840px}.pricing-plan-card,.pricing-plan-card--featured{min-height:610px;transform:none}.pricing-plan-card:hover,.pricing-plan-card--featured:hover{transform:translateY(-4px)}.pricing-parent-child{left:28px;bottom:28px;width:132px;opacity:.75}.pricing-decor{width:112px;opacity:.45}}@media(max-width:768px){.pricing-section{padding:64px 0 76px}.pricing-container{padding-inline:16px}.pricing-header{margin-bottom:34px}.pricing-pill{margin-bottom:18px;padding:9px 18px;font-size:15px}.pricing-title{margin-bottom:16px;font-size:clamp(30px,8vw,36px);line-height:1.28}.pricing-subtitle{font-size:17px;line-height:1.75}.pricing-cards{display:grid;grid-template-columns:1fr;gap:22px;max-width:420px}.pricing-plan-card--featured{order:-1}.pricing-plan-card,.pricing-plan-card--featured{min-height:auto;padding:30px 22px 24px;border-radius:30px;transform:none}.pricing-plan-card:hover,.pricing-plan-card--featured:hover{transform:none}.pricing-plan-card__ribbon{top:-14px;right:22px;font-size:14px}.pricing-plan-card__icon--standard,.pricing-plan-card__icon--featured{width:72px}.pricing-plan-card__name{font-size:25px}.pricing-plan-card__price{font-size:38px}.pricing-plan-card__features{padding:18px 16px}.pricing-plan-card__features li{font-size:15px}.pricing-parent-child{display:none}.pricing-decor{width:82px;opacity:.34}.pricing-decor--top-left{top:42px;left:12px}.pricing-decor--top-right{top:74px;right:12px}.pricing-decor--bottom{display:none}.pricing-trust-strip{max-width:420px;min-height:0;margin-top:34px;padding:18px;flex-direction:column;align-items:stretch;border-radius:26px}.pricing-trust-strip__item{justify-content:center;font-size:15px}}.faq-section{position:relative;direction:rtl;min-height:960px;overflow:hidden;padding:72px 24px 54px;background:radial-gradient(circle at 12% 18%,#93c5fd33,#93c5fd00 28%),radial-gradient(circle at 86% 22%,#bfdbfe4d,#bfdbfe00 26%),linear-gradient(180deg,#f8fbff,#eef6ff);color:#0f172a}.faq-section,.faq-section *{box-sizing:border-box}.faq-section:before,.faq-section:after{content:"";position:absolute;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.faq-section:before{top:-18px;left:112px;width:280px;height:118px;border-top:3px dashed rgba(147,197,253,.34);border-left:3px dashed rgba(147,197,253,.24);border-radius:60% 0 0;transform:rotate(-10deg)}.faq-section:after{right:84px;bottom:72px;width:210px;height:74px;border-bottom:3px dashed rgba(147,197,253,.24);border-radius:0 0 60% 60%}.faq-decor{position:absolute;z-index:0;height:auto;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.faq-decor--top-left{top:52px;left:70px;width:150px;opacity:.65}.faq-decor--top-right{top:88px;right:80px;width:130px;opacity:.55;transform:scaleX(-1)}.faq-decor--bottom{right:120px;bottom:46px;width:160px;opacity:.42}.faq-header{position:relative;z-index:2;max-width:900px;margin:0 auto 42px;text-align:center}.faq-pill{display:inline-flex;margin-bottom:18px;padding:10px 24px;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(251,191,36,.35);border-radius:999px;background:#fff7e6;color:#1f2937;font-size:17px;font-weight:900;line-height:1;box-shadow:0 10px 25px #fbbf241a}.faq-pill__shield{position:relative;display:inline-flex;width:18px;height:20px;flex:0 0 18px;border-radius:8px 8px 10px 10px;background:#fbbf24;clip-path:polygon(50% 0,92% 14%,84% 72%,50% 100%,16% 72%,8% 14%)}.faq-pill__shield:after{content:"";position:absolute;left:5px;top:7px;width:8px;height:5px;border:solid #ffffff;border-width:0 0 2px 2px;transform:rotate(-45deg)}.faq-title{margin:0 0 16px;color:#0f172a;font-size:clamp(36px,3.4vw,56px);font-weight:900;line-height:1.18;letter-spacing:0}.faq-subtitle{max-width:760px;margin:0 auto;color:#475569;font-size:clamp(18px,1.45vw,23px);font-weight:600;line-height:1.75}.faq-content{position:relative;z-index:2;display:grid;max-width:1280px;margin:0 auto;grid-template-columns:66% 34%;gap:28px;align-items:stretch}.faq-panel{min-height:600px;padding:18px;border:1px solid rgba(226,232,240,.95);border-radius:30px;background:#ffffffeb;box-shadow:0 24px 70px #0f172a14}.faq-item{margin-bottom:10px;overflow:hidden;border:1px solid rgba(219,234,254,.95);border-radius:18px;background:#fff;box-shadow:0 8px 22px #0f172a0a}.faq-item:last-child{margin-bottom:0}.faq-question{display:flex;width:100%;min-height:64px;padding:0 22px;align-items:center;justify-content:space-between;gap:18px;border:0;background:#fff;color:#0f172a;cursor:pointer;direction:rtl;font-family:inherit}.faq-question__text{flex:1;color:#0f172a;font-size:20px;font-weight:900;line-height:1.5;text-align:right}.faq-question__icon{display:flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;border:2px solid #93c5fd;border-radius:999px;background:#fff;color:#2563eb;font-size:23px;font-weight:900;line-height:1}.faq-item--open .faq-question{background:#fff}.faq-item--open .faq-question__icon{border-color:#2563eb;background:#2563eb;color:#fff}.faq-answer{margin:0 22px 18px;padding:22px 28px;border-radius:16px;background:linear-gradient(180deg,#f1f7ff,#eaf3ff);color:#334155;font-size:18px;font-weight:600;line-height:1.9;text-align:right}.faq-trust-card{position:relative;display:flex;min-height:600px;padding:32px 26px 0;flex-direction:column;align-items:center;overflow:hidden;border:1px solid rgba(191,219,254,.8);border-radius:30px;background:#ffffffd1;box-shadow:0 22px 60px #2563eb1a}.faq-trust-card__shield,.faq-trust-card__family,.faq-final-cta__asset{height:auto;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.faq-trust-card__shield{width:92px;margin-bottom:18px;filter:drop-shadow(0 12px 22px rgba(37,99,235,.18))}.faq-trust-card__title{margin:0 0 12px;color:#2563eb;font-size:clamp(27px,2.1vw,30px);font-weight:900;line-height:1.3;text-align:center}.faq-trust-card__description{max-width:300px;margin:0 0 24px;color:#475569;font-size:17px;font-weight:600;line-height:1.8;text-align:center}.faq-trust-card__bullets{display:grid;width:100%;gap:10px}.faq-trust-bullet{display:flex;width:100%;min-height:54px;padding:0 18px;align-items:center;justify-content:flex-start;gap:12px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:#ffffffeb;color:#1f2937;font-size:16px;font-weight:800;line-height:1.4;text-align:right;box-shadow:0 10px 24px #0f172a0d}.faq-trust-bullet__icon{display:inline-flex;width:28px;height:28px;flex:0 0 28px;align-items:center;justify-content:center;font-size:24px;line-height:1}.faq-trust-card__family{width:clamp(260px,23vw,300px);margin-top:auto;align-self:center;transform:translateY(14px);filter:drop-shadow(0 14px 26px rgba(15,23,42,.1))}.faq-final-cta{position:relative;z-index:2;display:flex;max-width:1280px;min-height:150px;margin:26px auto 0;padding:26px 240px;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(191,219,254,.8);border-radius:30px;background:#ffffffd1;box-shadow:0 22px 60px #2563eb1a}.faq-final-cta__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center}.faq-final-cta__title{margin:0 0 18px;color:#0f172a;font-size:clamp(22px,2vw,32px);font-weight:900;line-height:1.35;text-align:center}.faq-final-cta__button{display:inline-flex;min-width:360px;height:64px;align-items:center;justify-content:center;border:0;border-radius:18px;background:linear-gradient(180deg,#2f6df6,#2563eb);color:#fff;font-size:24px;font-weight:900;line-height:1;text-decoration:none;box-shadow:0 7px #1d4ed8,0 18px 34px #2563eb42}.faq-final-cta__button:hover{background:linear-gradient(180deg,#2b63e8,#1d4ed8);color:#fff;transform:translateY(1px)}.faq-final-cta__note{margin:10px 0 0;color:#475569;font-size:16px;font-weight:700;line-height:1.5}.faq-final-cta__asset{position:absolute;z-index:1;opacity:.95}.faq-final-cta__asset--books{left:42px;bottom:10px;width:170px}.faq-final-cta__asset--pencils{right:42px;bottom:4px;width:165px}@media(max-width:1199px){.faq-section{min-height:auto}.faq-content{max-width:1120px;grid-template-columns:64% 36%;gap:22px}.faq-question__text{font-size:18px}.faq-answer{font-size:17px}.faq-final-cta{padding-inline:180px}.faq-final-cta__asset--books,.faq-final-cta__asset--pencils{width:130px}}@media(max-width:900px){.faq-section{padding:64px 18px 48px}.faq-content{grid-template-columns:1fr}.faq-panel{min-height:0;order:1}.faq-trust-card{min-height:auto;order:2;padding-bottom:0}.faq-trust-card__family{width:220px}.faq-final-cta{min-height:150px;padding:28px 30px}.faq-final-cta__asset{width:90px;opacity:.34}}@media(max-width:640px){.faq-section{padding:56px 16px 42px}.faq-section:before,.faq-section:after,.faq-decor{display:none}.faq-header{margin-bottom:32px}.faq-pill{padding:9px 18px;font-size:15px}.faq-title{font-size:32px;line-height:1.22}.faq-subtitle{font-size:17px;line-height:1.75}.faq-panel{padding:12px;border-radius:24px}.faq-question{min-height:60px;padding:0 14px;gap:12px}.faq-question__text{font-size:17px}.faq-question__icon{width:30px;height:30px;flex-basis:30px;font-size:20px}.faq-answer{margin:0 12px 14px;padding:18px 16px;font-size:15.5px;line-height:1.85}.faq-trust-card{padding:24px 18px 0;border-radius:24px}.faq-trust-card__shield{width:78px}.faq-trust-card__title{font-size:25px}.faq-trust-card__description{font-size:16px}.faq-trust-bullet{min-height:52px;padding-inline:14px;font-size:15px}.faq-trust-card__family{width:200px}.faq-final-cta{padding:26px 18px;border-radius:24px}.faq-final-cta__asset{display:none}.faq-final-cta__button{width:100%;min-width:0;max-width:330px;height:62px;font-size:22px}.faq-final-cta__note{font-size:15px}}.faq-content{grid-template-columns:34% 66%;grid-template-areas:"trust faq";direction:ltr}.faq-panel{grid-area:faq;direction:rtl}.faq-trust-card{grid-area:trust;direction:rtl;padding:32px 26px 24px}.faq-question__text{flex:1}.faq-trust-card__shield,.faq-trust-card__family,.faq-corner-asset{height:auto;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.faq-corner-asset{position:absolute;z-index:1;opacity:1;filter:drop-shadow(0 14px 26px rgba(15,23,42,.1))}.faq-corner-asset--books{left:42px;bottom:34px;width:138px}.faq-corner-asset--pencils{right:48px;bottom:38px;width:132px}@media(max-width:1199px){.faq-content{grid-template-columns:36% 64%;grid-template-areas:"trust faq"}}@media(max-width:900px){.faq-content{grid-template-columns:1fr;grid-template-areas:"faq" "trust";direction:rtl}.faq-panel,.faq-trust-card{order:initial}.faq-corner-asset{opacity:.28}.faq-corner-asset--books{width:108px;left:18px;bottom:28px}.faq-corner-asset--pencils{width:104px;right:18px;bottom:28px}}@media(max-width:640px){.faq-corner-asset{display:none}}.final-cta-section{position:relative;direction:rtl;overflow:hidden;padding:80px 24px 90px;background:linear-gradient(180deg,#eef6ff,#f8fbff)}.final-cta-section,.final-cta-section *{box-sizing:border-box}.final-cta-card{position:relative;isolation:isolate;max-width:1360px;min-height:620px;margin:0 auto;padding:56px 80px 42px;overflow:hidden;border:1px solid rgba(191,219,254,.8);border-radius:42px;background:radial-gradient(circle at 16% 54%,#93c5fd59,#93c5fd00 28%),radial-gradient(circle at 88% 48%,#bfdbfe73,#bfdbfe00 24%),linear-gradient(180deg,#fff,#eef6ff);box-shadow:0 30px 90px #2563eb1f}.final-cta-content{position:relative;z-index:4;max-width:760px;margin:0 auto;padding-inline:clamp(0px,2vw,24px);text-align:center}.final-cta-pill{display:inline-flex;margin-bottom:28px;padding:12px 26px;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(251,191,36,.35);border-radius:999px;background:#fff7e6;color:#1f2937;font-size:18px;font-weight:900;line-height:1;box-shadow:0 12px 28px #fbbf241f}.final-cta-title{margin:0 0 24px;color:#0f172a;font-size:clamp(42px,4vw,68px);font-weight:900;line-height:1.18;letter-spacing:0;text-align:center}.final-cta-title span{color:#2563eb}.final-cta-subtitle{max-width:650px;margin:0 auto 34px;color:#475569;font-size:clamp(18px,1.5vw,23px);font-weight:600;line-height:1.8;text-align:center}.final-cta-button{position:relative;z-index:4;display:inline-flex;min-width:480px;height:82px;align-items:center;justify-content:center;gap:14px;border:none;border-radius:26px;background:linear-gradient(180deg,#2f6df6,#2563eb);color:#fff;font-size:34px;font-weight:900;line-height:1;text-decoration:none;box-shadow:0 9px #1d4ed8,0 24px 48px #2563eb4d}.final-cta-button:hover{background:linear-gradient(180deg,#2b63e8,#1d4ed8);color:#fff;transform:translateY(1px)}.final-cta-button__icon{width:34px!important;height:34px!important;color:#fff;flex-shrink:0}.final-cta-trust-line{display:flex;margin-top:28px;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;color:#334155;font-size:18px;font-weight:800;line-height:1.45}.final-cta-trust-line__item{display:inline-flex;align-items:center;gap:8px}.final-cta-check{position:relative;display:inline-flex;width:22px;height:22px;flex:0 0 22px;align-items:center;justify-content:center;border-radius:999px;background:#dcfce7}.final-cta-check:before{content:"";width:10px;height:6px;border:solid #16a34a;border-width:0 0 2px 2px;transform:rotate(-45deg) translate(1px,-1px)}.final-cta-pencil-cup,.final-cta-books,.final-cta-sparkles{position:absolute;height:auto;max-width:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.final-cta-pencil-cup{right:80px;bottom:122px;z-index:2;width:clamp(170px,14vw,240px);filter:drop-shadow(0 20px 30px rgba(15,23,42,.12))}.final-cta-books{left:70px;bottom:118px;z-index:2;width:clamp(170px,15vw,260px);filter:drop-shadow(0 20px 30px rgba(15,23,42,.12))}.final-cta-sparkles{z-index:1}.final-cta-sparkles--top-left{top:70px;left:70px;width:170px;opacity:.65}.final-cta-sparkles--top-right{top:82px;right:120px;width:150px;opacity:.55;transform:scaleX(-1)}.final-cta-sparkles--bottom{bottom:60px;left:42%;width:170px;opacity:.35}.final-cta-benefits{position:relative;z-index:4;display:grid;max-width:1120px;min-height:92px;margin:54px auto 0;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:28px;background:#ffffffdb;box-shadow:0 18px 48px #0f172a12}.final-cta-benefit{position:relative;display:flex;min-width:0;padding:18px 22px;align-items:center;justify-content:center;gap:14px;text-align:right}.final-cta-benefit:not(:last-child):after{content:"";position:absolute;left:0;top:22px;bottom:22px;width:1px;background:#bfdbfec7}.final-cta-benefit__icon{display:inline-flex;width:48px;height:48px;flex:0 0 48px;align-items:center;justify-content:center;border-radius:999px;background:#eff6ff;box-shadow:0 10px 24px #0f172a0f}.final-cta-benefit__copy{display:grid;min-width:0;gap:4px}.final-cta-benefit__copy strong{color:#0f172a;font-size:17px;font-weight:900;line-height:1.3;overflow-wrap:anywhere}.final-cta-benefit__copy span{color:#64748b;font-size:14px;font-weight:700;line-height:1.45;overflow-wrap:anywhere}.final-cta-social-proof{position:relative;z-index:4;margin:26px 0 0;color:#475569;font-size:18px;font-weight:800;line-height:1.55;text-align:center}@media(max-width:1199px){.final-cta-card{min-height:600px;padding:48px 50px 40px}.final-cta-title{font-size:clamp(40px,4.8vw,56px)}.final-cta-button{min-width:420px}.final-cta-pencil-cup{right:38px;bottom:120px;width:180px}.final-cta-books{left:42px;bottom:118px;width:190px}.final-cta-benefit{padding-inline:12px}}@media(max-width:900px){.final-cta-section{padding:64px 18px 72px}.final-cta-card{min-height:auto;padding:44px 28px 34px;border-radius:34px}.final-cta-pencil-cup,.final-cta-books{display:none}.final-cta-content{max-width:100%}.final-cta-button{width:100%;max-width:420px;min-width:0}.final-cta-benefits{height:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.final-cta-benefit:nth-child(2):after{display:none}}@media(max-width:640px){.final-cta-section{padding:56px 16px 64px}.final-cta-card{padding:36px 18px 30px;border-radius:30px}.final-cta-sparkles{display:none}.final-cta-pill{margin-bottom:22px;padding:10px 18px;font-size:15px}.final-cta-title{margin-bottom:20px;font-size:34px;line-height:1.22}.final-cta-subtitle{margin-bottom:28px;font-size:17px}.final-cta-button{max-width:100%;height:64px;border-radius:20px;font-size:22px}.final-cta-button__icon{width:24px!important;height:24px!important}.final-cta-trust-line{margin-top:22px;gap:12px;font-size:15px}.final-cta-benefits{min-height:0;margin-top:34px;grid-template-columns:1fr;border-radius:24px}.final-cta-benefit{justify-content:flex-start;padding:16px}.final-cta-benefit:after{display:none}.final-cta-social-proof{font-size:15px}}.footer-transition{position:relative;z-index:1;width:100%;height:120px;background-image:url(/assets/footer/footer-soft-fade.svg);background-size:100% 100%;background-repeat:no-repeat;background-position:center bottom;margin-top:-1px}.site-footer{direction:rtl;position:relative;isolation:isolate;min-height:540px;overflow:hidden;background:radial-gradient(circle at 20% 20%,#2563eb33,#2563eb00 28%),radial-gradient(circle at 84% 35%,#60a5fa29,#60a5fa00 28%),linear-gradient(180deg,#0f172a,#071225);color:#e5e7eb;padding:54px 24px 32px}.site-footer,.site-footer *{box-sizing:border-box}.footer-container{max-width:1280px;margin:0 auto;position:relative;z-index:2}.footer-decor{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none;height:auto;object-fit:contain;z-index:1}.footer-decor-top-left{top:70px;left:42px;width:190px;opacity:.42}.footer-decor-right-middle{right:40px;top:260px;width:180px;opacity:.34;transform:scaleX(-1)}.footer-decor-bottom-left{left:40px;bottom:140px;width:160px;opacity:.3}.footer-grid{display:grid;grid-template-columns:minmax(210px,1fr) minmax(210px,1fr) minmax(210px,1fr) minmax(330px,1.35fr);grid-template-areas:"support legal quick brand";gap:48px;align-items:start}.footer-brand-block{grid-area:brand}.footer-column-quick{grid-area:quick}.footer-column-legal{grid-area:legal}.footer-column-support{grid-area:support}.footer-brand-head{display:flex;align-items:center;justify-content:flex-start;gap:18px}.footer-kid-reading{width:clamp(92px,8vw,120px);height:auto;max-width:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 16px 26px rgba(15,23,42,.2))}.footer-brand-logo{color:#fff;font-size:clamp(36px,3vw,42px);line-height:1.05;font-weight:900;letter-spacing:0;white-space:nowrap}.footer-brand-logo span{color:#3b82f6}.footer-brand-description{margin:22px 0 0;max-width:360px;color:#cbd5e1;font-size:17px;line-height:1.9;font-weight:600}.footer-trust-cards{margin-top:20px;display:grid;gap:12px;max-width:360px}.footer-trust-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:#ffffff12;border:1px solid rgba(148,163,184,.18)}.footer-trust-card strong,.footer-trust-card span{display:block}.footer-trust-card strong{color:#fff;font-size:16px;line-height:1.4;font-weight:900}.footer-trust-card span{color:#cbd5e1;font-size:13.5px;line-height:1.45;font-weight:700;margin-top:2px}.footer-trust-icon{flex:0 0 auto;font-size:32px!important}.footer-trust-icon-green{color:#22c55e}.footer-trust-icon-blue{color:#60a5fa}.footer-column{min-width:0;padding-inline-start:28px;border-inline-start:1px solid rgba(148,163,184,.18)}.footer-column-title{position:relative;margin:0 0 24px;color:#fff;font-size:22px;line-height:1.35;font-weight:900}.footer-column-title:after{content:"";display:block;width:32px;height:5px;margin-top:10px;border-radius:999px;background:#3b82f6}.footer-link-list{display:grid}.footer-link-row{width:100%;min-height:48px;display:flex;align-items:center;gap:10px;border:0;border-bottom:1px solid rgba(148,163,184,.16);background:transparent;color:#cbd5e1;font-family:inherit;font-size:17px;font-weight:700;line-height:1.45;text-align:right;text-decoration:none;cursor:pointer;transition:color .18s ease,transform .18s ease}.footer-link-row:hover,.footer-link-row:focus-visible{color:#60a5fa;transform:translate(-2px);outline:none}.footer-link-icon,.footer-link-chevron{color:#3b82f6;flex:0 0 auto}.footer-link-chevron{margin-inline-start:auto}.footer-socials{display:flex;align-items:center;gap:10px;margin-top:24px}.footer-social-link{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#60a5fa;background:#ffffff14;border:1px solid rgba(148,163,184,.22);text-decoration:none;transition:background .18s ease,transform .18s ease}.footer-social-link:hover,.footer-social-link:focus-visible{background:#2563eb2e;transform:translateY(-2px);outline:none}.footer-left-illustrations{position:relative;margin-top:28px;height:150px;max-width:292px}.footer-books-stack,.footer-pencil-cup{position:absolute;bottom:0;height:auto;max-width:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 16px 28px rgba(15,23,42,.2))}.footer-books-stack{left:0;width:162px}.footer-pencil-cup{left:118px;width:150px}.footer-bottom{margin-top:48px;padding:22px 28px;border-radius:22px;background:#ffffff0b;border:1px solid rgba(148,163,184,.18);display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-bottom p{margin:0;color:#cbd5e1;font-size:15.5px;line-height:1.55;font-weight:700}.footer-bottom-center{display:inline-flex;align-items:center;gap:8px;color:#e5e7eb!important}.footer-bottom-center svg{color:#22c55e}@media(max-width:1199px){.footer-grid{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(180px,1fr) minmax(280px,1.2fr);gap:32px}.footer-brand-logo{font-size:34px}.footer-kid-reading{width:92px}.footer-books-stack{width:138px}.footer-pencil-cup{left:100px;width:128px}}@media(max-width:900px){.footer-transition{height:90px}.site-footer{padding-top:48px;min-height:auto}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"brand brand" "quick legal" "support support";gap:34px 28px}.footer-column{padding-inline-start:0;border-inline-start:0}.footer-brand-description,.footer-trust-cards{max-width:100%}.footer-bottom{flex-wrap:wrap}.footer-left-illustrations{max-width:300px}}@media(max-width:640px){.footer-transition{height:70px}.site-footer{padding:44px 16px 28px}.footer-decor{opacity:.18}.footer-decor-right-middle,.footer-decor-bottom-left{display:none}.footer-grid{grid-template-columns:1fr;grid-template-areas:"brand" "quick" "legal" "support";gap:32px}.footer-brand-head{align-items:center;justify-content:flex-start;gap:12px}.footer-kid-reading{width:80px}.footer-brand-logo{font-size:30px}.footer-brand-description{font-size:16px}.footer-column-title{font-size:21px}.footer-link-row{font-size:16px}.footer-left-illustrations{height:112px;max-width:230px;margin-inline:0}.footer-books-stack{width:112px}.footer-pencil-cup{left:82px;width:108px}.footer-bottom{margin-top:36px;padding:20px;flex-direction:column;align-items:flex-start}.footer-bottom p{font-size:14.5px}}nav .hover\:size-14:hover{width:3.5rem!important;height:3.5rem!important;transform:none!important}.ql-editor s.target-vocab-token{text-decoration:underline wavy #dc2626;text-decoration-thickness:2px;background-color:#fef08a73;border-radius:.2rem;padding:0 .08em}.pricing-section{position:relative!important;overflow:hidden!important;direction:rtl!important;min-height:980px!important;padding:92px 24px 96px!important;background:radial-gradient(circle at 12% 22%,#93c5fd2e,#93c5fd00 28%),radial-gradient(circle at 88% 26%,#bfdbfe40,#bfdbfe00 26%),linear-gradient(180deg,#fff,#f8fbff 52%,#eef6ff)!important}.pricing-container{position:relative!important;max-width:1280px!important;margin:0 auto!important;z-index:2!important}.pricing-header{max-width:900px!important;margin:0 auto 58px!important;text-align:center!important}.pricing-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:10px 24px!important;margin-bottom:20px!important;border-radius:999px!important;background:#fff7e6!important;border:1px solid rgba(251,191,36,.35)!important;color:#1f2937!important;font-size:17px!important;font-weight:900!important;line-height:1!important;box-shadow:0 10px 25px #fbbf241a!important}.pricing-title{margin:0 0 16px!important;color:#0f172a!important;font-size:clamp(36px,3.4vw,54px)!important;font-weight:900!important;line-height:1.2!important;letter-spacing:0!important;text-align:center!important}.pricing-subtitle{max-width:790px!important;margin:0 auto!important;color:#475569!important;font-size:clamp(18px,1.45vw,23px)!important;font-weight:600!important;line-height:1.75!important;text-align:center!important}.pricing-parent-child{position:absolute!important;left:-42px!important;bottom:95px!important;width:clamp(180px,16vw,260px)!important;height:auto!important;z-index:3!important;opacity:1!important;filter:drop-shadow(0 20px 34px rgba(15,23,42,.14))!important;pointer-events:none!important}.pricing-trust-strip{position:relative!important;z-index:2!important;max-width:1040px!important;min-height:88px!important;margin:50px auto 0!important;border-radius:30px!important;background:#ffffffe6!important;border:1px solid rgba(226,232,240,.9)!important;box-shadow:0 22px 55px #0f172a12!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;overflow:hidden!important}@media(max-width:900px){.pricing-parent-child{display:none!important}.pricing-trust-strip{grid-template-columns:1fr!important}}@media(max-width:640px){.pricing-section{padding:64px 16px 72px!important}.pricing-title{font-size:32px!important}.pricing-subtitle{font-size:17px!important}}.pricing-section{position:relative!important;overflow:hidden!important;direction:rtl!important;padding:88px 24px 96px!important;background:radial-gradient(circle at 12% 22%,#93c5fd2e,#93c5fd00 28%),radial-gradient(circle at 88% 26%,#bfdbfe40,#bfdbfe00 26%),linear-gradient(180deg,#fff,#f8fbff 52%,#eef6ff)!important}.pricing-section,.pricing-section *{box-sizing:border-box!important}.pricing-section img{height:auto!important;max-width:100%!important;object-fit:contain!important}.pricing-container{position:relative!important;max-width:1440px!important;margin:0 auto!important;padding:0!important;z-index:2!important}.pricing-sparkles-left,.pricing-sparkles-right,.pricing-sparkles-bottom{position:absolute!important;z-index:1!important;pointer-events:none!important}.pricing-sparkles-left{top:86px!important;left:68px!important;width:160px!important;opacity:.7!important}.pricing-sparkles-right{top:118px!important;right:92px!important;width:150px!important;opacity:.6!important;transform:scaleX(-1)!important}.pricing-sparkles-bottom{right:12%!important;bottom:92px!important;width:160px!important;opacity:.4!important}.pricing-header{max-width:980px!important;margin:0 auto 66px!important;text-align:center!important}.pricing-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:10px 24px!important;margin-bottom:22px!important;border-radius:999px!important;background:#fff7e6!important;border:1px solid rgba(251,191,36,.35)!important;color:#1f2937!important;font-size:18px!important;font-weight:900!important;line-height:1!important;box-shadow:0 10px 25px #fbbf241a!important}.pricing-title{margin:0 0 18px!important;color:#0f172a!important;font-size:clamp(42px,4vw,64px)!important;font-weight:900!important;line-height:1.18!important;letter-spacing:0!important;text-align:center!important}.pricing-subtitle{max-width:900px!important;margin:0 auto!important;color:#475569!important;font-size:clamp(20px,1.55vw,25px)!important;font-weight:600!important;line-height:1.75!important;text-align:center!important}.pricing-parent-child{position:absolute!important;left:-20px!important;bottom:110px!important;width:clamp(260px,22vw,390px)!important;height:auto!important;z-index:3!important;opacity:1!important;object-fit:contain!important;filter:drop-shadow(0 22px 38px rgba(15,23,42,.16))!important;pointer-events:none!important}.pricing-grid{position:relative!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:40px!important;max-width:1320px!important;margin:0 auto!important;direction:rtl!important;z-index:2!important}.pricing-card{position:relative!important;min-height:690px!important;padding:42px 34px 34px!important;display:flex!important;flex-direction:column!important;overflow:visible!important;border:1px solid rgba(226,232,240,.92)!important;border-radius:36px!important;background:#fffffff5!important;box-shadow:0 28px 75px #0f172a14!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;text-align:center!important}.pricing-card--monthly{order:1!important}.pricing-card--quarterly{order:2!important}.pricing-card--semester{order:3!important}.pricing-card--featured{min-height:720px!important;transform:translateY(-22px)!important;border:2px solid rgba(37,99,235,.48)!important;background:linear-gradient(180deg,#f8fbff,#fff)!important;box-shadow:0 36px 105px #2563eb33!important}.pricing-ribbon{position:absolute!important;top:-26px!important;left:50%!important;z-index:4!important;transform:translate(-50%)!important;padding:12px 34px!important;border-radius:12px!important;background:linear-gradient(180deg,#2f6df6,#2563eb)!important;color:#fff!important;font-size:20px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 16px 34px #2563eb4d!important}.pricing-card__icon{width:112px!important;height:112px!important;margin:0 auto 26px!important;object-fit:contain!important;opacity:1!important;filter:drop-shadow(0 16px 26px rgba(15,23,42,.12))!important}.pricing-card--featured .pricing-card__icon{width:124px!important;height:124px!important;margin-top:10px!important}.pricing-card__title{margin:0 0 16px!important;color:#0f172a!important;font-size:34px!important;font-weight:900!important;line-height:1.25!important}.pricing-card__desc{min-height:74px!important;margin:0 0 28px!important;color:#475569!important;font-size:19px!important;font-weight:600!important;line-height:1.75!important}.pricing-card__separator{margin:0 0 28px!important;border-top:2px dashed rgba(191,219,254,.9)!important}.pricing-price{display:flex!important;align-items:baseline!important;justify-content:center!important;gap:12px!important;margin-bottom:8px!important}.pricing-price__number{color:#2563eb!important;font-size:66px!important;font-weight:900!important;line-height:1!important}.pricing-price__currency{color:#0f172a!important;font-size:20px!important;font-weight:900!important}.pricing-duration{margin:0 0 30px!important;color:#475569!important;font-size:18px!important;font-weight:700!important}.pricing-features{flex:1 1 auto!important;margin:0 0 28px!important;padding:0!important;list-style:none!important}.pricing-feature{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;margin-bottom:15px!important;color:#1f2937!important;font-size:18px!important;font-weight:800!important;line-height:1.55!important}.pricing-feature__check{width:24px!important;height:24px!important;flex:0 0 24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#22c55e!important;color:#fff!important;font-size:15px!important;font-weight:900!important;line-height:1!important}.pricing-button{width:100%!important;height:66px!important;margin-top:auto!important;border:2px solid rgba(37,99,235,.85)!important;border-radius:20px!important;background:#fff!important;color:#2563eb!important;cursor:pointer!important;font:inherit!important;font-size:20px!important;font-weight:900!important;box-shadow:0 10px 24px #2563eb14!important}.pricing-card--featured .pricing-button{border:none!important;background:linear-gradient(180deg,#2f6df6,#2563eb)!important;color:#fff!important;box-shadow:0 10px #1d4ed8,0 22px 45px #2563eb4d!important}.pricing-trust-strip{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;max-width:1120px!important;min-height:104px!important;margin:56px auto 0!important;overflow:hidden!important;border:1px solid rgba(226,232,240,.9)!important;border-radius:32px!important;background:#ffffffeb!important;box-shadow:0 24px 65px #0f172a14!important}.pricing-trust-item{display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;padding:24px 30px!important;border-inline-start:1px solid rgba(191,219,254,.75)!important}.pricing-trust-item:first-child{border-inline-start:0!important}.pricing-trust-icon{width:64px!important;height:64px!important;flex:0 0 64px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#eff6ff!important}.pricing-trust-icon img{width:40px!important;height:40px!important}.pricing-trust-copy{display:grid!important;gap:4px!important;text-align:right!important}.pricing-trust-copy strong{color:#0f172a!important;font-size:20px!important;font-weight:900!important;line-height:1.3!important}.pricing-trust-copy span{color:#64748b!important;font-size:15.5px!important;font-weight:600!important;line-height:1.5!important}@media(max-width:1199px){.pricing-grid{gap:22px!important}.pricing-card{padding:30px 24px!important}.pricing-price__number{font-size:48px!important}.pricing-parent-child{width:180px!important}}@media(max-width:900px){.pricing-section{min-height:auto!important}.pricing-grid{grid-template-columns:1fr!important}.pricing-card,.pricing-card--featured{width:100%!important;max-width:520px!important;min-height:0!important;margin:0 auto!important;transform:none!important}.pricing-parent-child{display:none!important}.pricing-trust-strip{grid-template-columns:1fr!important}.pricing-trust-item{border-inline-start:0!important;border-bottom:1px solid rgba(191,219,254,.75)!important}.pricing-trust-item:last-child{border-bottom:0!important}}@media(max-width:640px){.pricing-section{padding:64px 16px 72px!important}.pricing-sparkles-left,.pricing-sparkles-right,.pricing-sparkles-bottom{display:none!important}.pricing-title{font-size:32px!important}.pricing-subtitle{font-size:17px!important}.pricing-card__icon,.pricing-card--featured .pricing-card__icon{width:82px!important;height:82px!important}.pricing-price__number{font-size:46px!important}}.faq-section{position:relative!important;overflow:hidden!important;direction:rtl!important;padding:72px 24px 54px!important;background:radial-gradient(circle at 12% 18%,#93c5fd33,#93c5fd00 28%),radial-gradient(circle at 86% 22%,#bfdbfe4d,#bfdbfe00 26%),linear-gradient(180deg,#f8fbff,#eef6ff)!important;color:#0f172a!important}.faq-section,.faq-section *{box-sizing:border-box!important}.faq-section img{height:auto!important;max-width:100%!important;object-fit:contain!important}.faq-container{position:relative!important;max-width:1280px!important;margin:0 auto!important;z-index:2!important}.faq-sparkles-left,.faq-sparkles-right,.faq-sparkles-bottom{position:absolute!important;z-index:1!important;pointer-events:none!important}.faq-sparkles-left{top:42px!important;left:62px!important;width:170px!important;opacity:.62!important}.faq-sparkles-right{top:96px!important;right:84px!important;width:140px!important;opacity:.55!important;transform:scaleX(-1)!important}.faq-sparkles-bottom{bottom:74px!important;left:23%!important;width:160px!important;opacity:.35!important}.faq-header{position:relative!important;z-index:2!important;max-width:900px!important;margin:0 auto 42px!important;text-align:center!important}.faq-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:10px 24px!important;margin-bottom:18px!important;border-radius:999px!important;background:#fff7e6!important;border:1px solid rgba(251,191,36,.35)!important;color:#1f2937!important;font-size:17px!important;font-weight:900!important;line-height:1!important;box-shadow:0 10px 25px #fbbf241a!important}.faq-pill__dot{width:10px!important;height:10px!important;flex:0 0 10px!important;border-radius:999px!important;background:#fbbf24!important;box-shadow:0 0 0 5px #fbbf2424!important}.faq-title{margin:0 0 16px!important;color:#0f172a!important;font-size:clamp(36px,3.4vw,56px)!important;font-weight:900!important;line-height:1.18!important;letter-spacing:0!important;text-align:center!important}.faq-subtitle{max-width:760px!important;margin:0 auto!important;color:#475569!important;font-size:clamp(18px,1.45vw,23px)!important;font-weight:600!important;line-height:1.75!important;text-align:center!important}.faq-main{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:34% 66%!important;gap:28px!important;align-items:stretch!important;max-width:1280px!important;margin:0 auto!important;direction:ltr!important}.faq-trust-card{position:relative!important;order:1!important;min-height:600px!important;padding:32px 26px 24px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;align-items:center!important;direction:rtl!important;border:1px solid rgba(191,219,254,.8)!important;border-radius:30px!important;background:#ffffffd1!important;box-shadow:0 22px 60px #2563eb1a!important}.faq-trust-card__shield{width:92px!important;height:92px!important;margin-bottom:18px!important;opacity:1!important;filter:drop-shadow(0 12px 22px rgba(37,99,235,.18))!important}.faq-trust-card__title{margin:0 0 12px!important;color:#2563eb!important;font-size:clamp(28px,2.1vw,30px)!important;font-weight:900!important;line-height:1.3!important;text-align:center!important}.faq-trust-card__description{max-width:300px!important;margin:0 0 24px!important;color:#475569!important;font-size:17px!important;font-weight:600!important;line-height:1.8!important;text-align:center!important}.faq-trust-card__rows{display:grid!important;width:100%!important;gap:10px!important}.faq-trust-row{width:100%!important;min-height:54px!important;padding:0 18px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;border-radius:18px!important;background:#ffffffeb!important;border:1px solid rgba(226,232,240,.9)!important;box-shadow:0 10px 24px #0f172a0d!important;color:#1f2937!important;font-size:16px!important;font-weight:800!important;line-height:1.4!important;text-align:right!important}.faq-trust-row__icon{width:30px!important;height:30px!important;flex:0 0 30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#eff6ff!important;color:#2563eb!important}.faq-trust-row__icon svg{width:20px!important;height:20px!important}.faq-trust-card__family{width:280px!important;max-width:90%!important;height:auto!important;margin-top:auto!important;opacity:1!important;transform:translateY(14px)!important;filter:drop-shadow(0 14px 26px rgba(15,23,42,.1))!important}.faq-accordion-panel{order:2!important;min-height:600px!important;padding:18px!important;direction:rtl!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:30px!important;background:#ffffffeb!important;box-shadow:0 24px 70px #0f172a14!important}.faq-item{margin-bottom:10px!important;overflow:hidden!important;border:1px solid rgba(219,234,254,.95)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 22px #0f172a0a!important}.faq-item:last-child{margin-bottom:0!important}.faq-question{width:100%!important;min-height:64px!important;padding:0 22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;direction:rtl!important;cursor:pointer!important;background:transparent!important;border:none!important;color:#0f172a!important;font-family:inherit!important;text-align:right!important}.faq-question__text{flex:1!important;color:#0f172a!important;font-size:20px!important;font-weight:900!important;line-height:1.5!important;text-align:right!important}.faq-question__icon{width:34px!important;height:34px!important;flex:0 0 34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:2px solid #93c5fd!important;border-radius:999px!important;background:#fff!important;color:#2563eb!important;font-size:22px!important;font-weight:900!important;line-height:1!important}.faq-item--open .faq-question__icon{border-color:#2563eb!important;background:#2563eb!important;color:#fff!important}.faq-answer{margin:0 22px 18px!important;padding:22px 28px!important;border-radius:16px!important;background:linear-gradient(180deg,#f1f7ff,#eaf3ff)!important;color:#334155!important;font-size:18px!important;font-weight:600!important;line-height:1.9!important;text-align:right!important}.faq-bottom-cta{position:relative!important;z-index:2!important;max-width:1280px!important;min-height:150px!important;margin:26px auto 0!important;padding:26px 240px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border-radius:30px!important;background:#ffffffd1!important;border:1px solid rgba(191,219,254,.8)!important;box-shadow:0 22px 60px #2563eb1a!important}.faq-bottom-cta__content{position:relative!important;z-index:3!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.faq-bottom-cta__headline{position:relative!important;z-index:3!important;margin:0 0 18px!important;color:#0f172a!important;font-size:clamp(22px,2vw,32px)!important;font-weight:900!important;line-height:1.35!important;text-align:center!important}.faq-bottom-cta__button{position:relative!important;z-index:3!important;min-width:360px!important;height:64px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:none!important;border-radius:18px!important;background:linear-gradient(180deg,#2f6df6,#2563eb)!important;color:#fff!important;font-size:24px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;box-shadow:0 7px #1d4ed8,0 18px 34px #2563eb42!important}.faq-bottom-cta__note{position:relative!important;z-index:3!important;margin:10px 0 0!important;color:#475569!important;font-size:16px!important;font-weight:700!important;line-height:1.5!important}.faq-bottom-cta__books{position:absolute!important;left:42px!important;bottom:10px!important;width:170px!important;z-index:1!important;opacity:1!important;pointer-events:none!important}.faq-bottom-cta__pencils{position:absolute!important;right:42px!important;bottom:4px!important;width:165px!important;z-index:1!important;opacity:1!important;pointer-events:none!important}@media(max-width:1199px){.faq-main{grid-template-columns:36% 64%!important;gap:22px!important}.faq-question__text{font-size:18px!important}.faq-trust-card__family{width:240px!important}.faq-bottom-cta{padding-inline:180px!important}.faq-bottom-cta__books,.faq-bottom-cta__pencils{width:130px!important}}@media(max-width:900px){.faq-section{padding:64px 18px 48px!important}.faq-main{grid-template-columns:1fr!important}.faq-accordion-panel{order:1!important;min-height:0!important}.faq-trust-card{order:2!important;min-height:auto!important}.faq-trust-card__family{width:220px!important}.faq-bottom-cta{padding:28px 30px!important}.faq-bottom-cta__books,.faq-bottom-cta__pencils{width:90px!important;opacity:.45!important}}@media(max-width:640px){.faq-section{padding:56px 16px 42px!important}.faq-sparkles-left,.faq-sparkles-right,.faq-sparkles-bottom{display:none!important}.faq-header{margin-bottom:32px!important}.faq-title{font-size:32px!important}.faq-subtitle{font-size:17px!important}.faq-accordion-panel{padding:12px!important}.faq-question{padding:0 14px!important}.faq-question__text{font-size:17px!important}.faq-answer{margin:0 12px 14px!important;padding:18px 16px!important;font-size:15.5px!important}.faq-trust-card{padding:24px 18px!important}.faq-bottom-cta__button{width:100%!important;max-width:330px!important;min-width:0!important}.faq-bottom-cta__books,.faq-bottom-cta__pencils{display:none!important}}.final-cta-section{position:relative!important;overflow:hidden!important;direction:rtl!important;padding:80px 24px 90px!important;background:linear-gradient(180deg,#eef6ff,#f8fbff)!important}.final-cta-section,.final-cta-section *{box-sizing:border-box!important}.final-cta-section img{height:auto!important;max-width:100%!important;object-fit:contain!important}.final-cta-card{position:relative!important;overflow:hidden!important;isolation:isolate!important;max-width:1360px!important;min-height:620px!important;margin:0 auto!important;padding:56px 80px 42px!important;border-radius:42px!important;background:radial-gradient(circle at 16% 54%,#93c5fd59,#93c5fd00 28%),radial-gradient(circle at 88% 48%,#bfdbfe73,#bfdbfe00 24%),linear-gradient(180deg,#fff,#eef6ff)!important;border:1px solid rgba(191,219,254,.8)!important;box-shadow:0 30px 90px #2563eb1f!important}.final-cta-content{position:relative!important;z-index:4!important;max-width:760px!important;margin:0 auto!important;text-align:center!important}.final-cta-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:12px 26px!important;margin-bottom:28px!important;border-radius:999px!important;background:#fff7e6!important;border:1px solid rgba(251,191,36,.35)!important;color:#1f2937!important;font-size:18px!important;font-weight:900!important;line-height:1!important;box-shadow:0 12px 28px #fbbf241f!important}.final-cta-title{margin:0 0 24px!important;color:#0f172a!important;font-size:clamp(42px,4vw,68px)!important;font-weight:900!important;line-height:1.18!important;letter-spacing:0!important;text-align:center!important}.final-cta-title span{color:#2563eb!important}.final-cta-subtitle{max-width:650px!important;margin:0 auto 34px!important;color:#475569!important;font-size:clamp(18px,1.5vw,23px)!important;font-weight:600!important;line-height:1.8!important;text-align:center!important}.final-cta-button{position:relative!important;z-index:4!important;min-width:480px!important;height:82px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;border:none!important;border-radius:26px!important;background:linear-gradient(180deg,#2f6df6,#2563eb)!important;color:#fff!important;font-size:34px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;box-shadow:0 9px #1d4ed8,0 24px 48px #2563eb4d!important}.final-cta-button__icon{width:34px!important;height:34px!important;color:#fff!important}.final-cta-trust-line{margin-top:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;flex-wrap:wrap!important;color:#334155!important;font-size:18px!important;font-weight:800!important;line-height:1.45!important}.final-cta-trust-line__item{display:inline-flex!important;align-items:center!important;gap:8px!important}.final-cta-check{position:relative!important;width:22px!important;height:22px!important;flex:0 0 22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#dcfce7!important}.final-cta-check:before{content:""!important;width:10px!important;height:6px!important;border:solid #16a34a!important;border-width:0 0 2px 2px!important;transform:rotate(-45deg) translate(1px,-1px)!important}.final-cta-pencil-cup,.final-cta-books,.final-cta-sparkles{position:absolute!important;height:auto!important;max-width:100%!important;object-fit:contain!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.final-cta-books{left:70px!important;bottom:118px!important;z-index:2!important;width:clamp(170px,15vw,260px)!important;opacity:1!important;filter:drop-shadow(0 20px 30px rgba(15,23,42,.12))!important}.final-cta-pencil-cup{right:80px!important;bottom:122px!important;z-index:2!important;width:clamp(170px,14vw,240px)!important;opacity:1!important;filter:drop-shadow(0 20px 30px rgba(15,23,42,.12))!important}.final-cta-sparkles{z-index:1!important}.final-cta-sparkles-left,.final-cta-sparkles--top-left{top:72px!important;left:70px!important;width:170px!important;opacity:.65!important}.final-cta-sparkles-right,.final-cta-sparkles--top-right{top:82px!important;right:120px!important;width:150px!important;opacity:.55!important;transform:scaleX(-1)!important}.final-cta-sparkles-bottom,.final-cta-sparkles--bottom{bottom:60px!important;left:42%!important;width:170px!important;opacity:.35!important}.final-cta-benefits{position:relative!important;z-index:4!important;max-width:1120px!important;min-height:92px!important;margin:54px auto 0!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;overflow:hidden!important;border-radius:28px!important;background:#ffffffdb!important;border:1px solid rgba(226,232,240,.9)!important;box-shadow:0 18px 48px #0f172a12!important}.final-cta-benefit{position:relative!important;min-width:0!important;padding:18px 22px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;text-align:right!important}.final-cta-benefit:not(:last-child):after{content:""!important;position:absolute!important;left:0!important;top:22px!important;bottom:22px!important;width:1px!important;background:#bfdbfeb3!important}.final-cta-benefit__icon{width:48px!important;height:48px!important;flex:0 0 48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#eff6ff!important}.final-cta-benefit__copy{display:grid!important;min-width:0!important;gap:4px!important}.final-cta-benefit__copy strong{color:#0f172a!important;font-size:17px!important;font-weight:900!important;line-height:1.3!important}.final-cta-benefit__copy span{color:#64748b!important;font-size:14px!important;font-weight:600!important;line-height:1.5!important}.final-cta-social-proof{position:relative!important;z-index:4!important;margin:26px 0 0!important;color:#475569!important;font-size:18px!important;font-weight:800!important;line-height:1.55!important;text-align:center!important}@media(max-width:1199px){.final-cta-card{min-height:600px!important;padding:48px 50px 40px!important}.final-cta-title{font-size:clamp(40px,4.8vw,56px)!important}.final-cta-button{min-width:420px!important}.final-cta-books{left:42px!important;bottom:118px!important;width:190px!important}.final-cta-pencil-cup{right:38px!important;bottom:120px!important;width:180px!important}}@media(max-width:900px){.final-cta-section{padding:64px 18px 72px!important}.final-cta-card{min-height:auto!important;padding:44px 28px 34px!important;border-radius:34px!important}.final-cta-books,.final-cta-pencil-cup{display:none!important}.final-cta-button{width:100%!important;max-width:420px!important;min-width:0!important}.final-cta-benefits{grid-template-columns:repeat(2,1fr)!important}.final-cta-benefit:nth-child(2):after{display:none!important}}@media(max-width:640px){.final-cta-section{padding:56px 16px 64px!important}.final-cta-card{padding:36px 18px 30px!important;border-radius:30px!important}.final-cta-sparkles{display:none!important}.final-cta-title{font-size:34px!important}.final-cta-subtitle{font-size:17px!important}.final-cta-button{height:64px!important;font-size:22px!important}.final-cta-benefits{grid-template-columns:1fr!important}.final-cta-benefit:after{display:none!important}.final-cta-social-proof{font-size:15px!important}}.footer-transition{width:100%!important;height:110px!important;margin-top:-1px!important;background-image:url(/assets/footer/footer-soft-fade.svg)!important;background-size:100% 100%!important;background-repeat:no-repeat!important;background-position:center bottom!important}.site-footer{position:relative!important;overflow:hidden!important;direction:rtl!important;min-height:540px!important;background:radial-gradient(circle at 20% 20%,#2563eb33,#2563eb00 28%),radial-gradient(circle at 84% 35%,#60a5fa29,#60a5fa00 28%),linear-gradient(180deg,#0f172a,#071225)!important;color:#e5e7eb!important;padding:54px 24px 32px!important}.site-footer,.site-footer *{box-sizing:border-box!important}.site-footer img{height:auto!important;max-width:100%!important;object-fit:contain!important}.footer-container{position:relative!important;max-width:1280px!important;margin:0 auto!important;z-index:2!important}.footer-stars-left,.footer-decor-top-left{position:absolute!important;top:70px!important;left:42px!important;width:190px!important;opacity:.38!important;z-index:1!important;pointer-events:none!important}.footer-stars-right,.footer-decor-right-middle{position:absolute!important;right:40px!important;top:260px!important;width:180px!important;opacity:.3!important;transform:scaleX(-1)!important;z-index:1!important;pointer-events:none!important}.footer-stars-bottom,.footer-decor-bottom-left{position:absolute!important;left:40px!important;bottom:140px!important;width:160px!important;opacity:.26!important;z-index:1!important;pointer-events:none!important}.footer-grid{display:grid!important;grid-template-columns:1fr 1fr 1fr 1.35fr!important;grid-template-areas:"support legal quick brand"!important;gap:42px!important;align-items:start!important;direction:ltr!important}.footer-brand-block{grid-area:brand!important;direction:rtl!important}.footer-column-quick{grid-area:quick!important}.footer-column-legal{grid-area:legal!important}.footer-column-support{grid-area:support!important}.footer-column{min-width:0!important;padding-inline-start:28px!important;border-inline-start:1px solid rgba(148,163,184,.18)!important;direction:rtl!important}.footer-brand-head{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important}.footer-brand-illustration,.footer-kid-reading{width:92px!important;max-width:120px!important;height:auto!important;opacity:1!important;object-fit:contain!important;filter:drop-shadow(0 16px 26px rgba(0,0,0,.2))!important;pointer-events:none!important}.footer-brand-logo{color:#fff!important;font-size:clamp(36px,3vw,42px)!important;font-weight:900!important;line-height:1.1!important;letter-spacing:0!important;white-space:nowrap!important}.footer-brand-logo span{color:#3b82f6!important}.footer-brand-description{max-width:360px!important;margin:22px 0 0!important;color:#cbd5e1!important;font-size:17px!important;font-weight:600!important;line-height:1.9!important}.footer-trust-cards{max-width:360px!important;margin-top:20px!important;display:grid!important;gap:12px!important}.footer-trust-card{display:flex!important;align-items:center!important;gap:12px!important;padding:14px 16px!important;border-radius:18px!important;background:#ffffff12!important;border:1px solid rgba(148,163,184,.18)!important}.footer-trust-card strong{display:block!important;color:#fff!important;font-size:16px!important;font-weight:900!important;line-height:1.4!important}.footer-trust-card span{display:block!important;margin-top:2px!important;color:#cbd5e1!important;font-size:13.5px!important;font-weight:700!important;line-height:1.45!important}.footer-heading,.footer-column-title{position:relative!important;margin:0 0 24px!important;color:#fff!important;font-size:22px!important;font-weight:900!important;line-height:1.3!important}.footer-column-title:after{content:""!important;display:block!important;width:32px!important;height:5px!important;margin-top:10px!important;border-radius:999px!important;background:#3b82f6!important}.footer-link-row{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;gap:10px!important;border:0!important;border-bottom:1px solid rgba(148,163,184,.16)!important;background:transparent!important;color:#cbd5e1!important;font-family:inherit!important;font-size:17px!important;font-weight:700!important;line-height:1.45!important;text-align:right!important;text-decoration:none!important;cursor:pointer!important}.footer-link-row:hover,.footer-link-row:focus-visible{color:#60a5fa!important;outline:none!important}.footer-link-icon,.footer-link-chevron{color:#3b82f6!important;flex:0 0 auto!important}.footer-link-chevron{margin-inline-start:auto!important}.footer-socials{display:flex!important;align-items:center!important;gap:10px!important;margin-top:24px!important}.footer-social-link{width:42px!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ffffff14!important;border:1px solid rgba(148,163,184,.22)!important;color:#60a5fa!important;text-decoration:none!important}.footer-social-link:hover,.footer-social-link:focus-visible{background:#2563eb2e!important;outline:none!important}.footer-illustrations,.footer-left-illustrations{position:relative!important;height:150px!important;max-width:292px!important;margin-top:28px!important}.footer-books,.footer-books-stack{position:absolute!important;left:0!important;bottom:0!important;width:150px!important;max-width:170px!important;height:auto!important;opacity:1!important;object-fit:contain!important;filter:drop-shadow(0 18px 28px rgba(0,0,0,.22))!important;pointer-events:none!important}.footer-pencil-cup{position:absolute!important;left:118px!important;bottom:0!important;width:140px!important;max-width:160px!important;height:auto!important;opacity:1!important;object-fit:contain!important;filter:drop-shadow(0 18px 28px rgba(0,0,0,.22))!important;pointer-events:none!important}.footer-bottom{margin-top:48px!important;padding:22px 28px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;border-radius:22px!important;background:#ffffff0b!important;border:1px solid rgba(148,163,184,.18)!important}.footer-bottom p{margin:0!important;color:#cbd5e1!important;font-size:15.5px!important;font-weight:700!important;line-height:1.55!important}.footer-bottom-center{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#e5e7eb!important}.footer-bottom-center svg{color:#22c55e!important}@media(max-width:1199px){.footer-grid{grid-template-columns:1fr 1fr 1fr 1.2fr!important;gap:32px!important}.footer-brand-logo{font-size:34px!important}.footer-books,.footer-books-stack{width:128px!important}.footer-pencil-cup{left:100px!important;width:120px!important}}@media(max-width:900px){.footer-transition{height:90px!important}.site-footer{min-height:auto!important;padding-top:48px!important}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"brand brand" "quick legal" "support support"!important}.footer-column{padding-inline-start:0!important;border-inline-start:0!important}.footer-bottom{flex-wrap:wrap!important}}@media(max-width:640px){.footer-transition{height:70px!important}.site-footer{padding:44px 16px 28px!important}.footer-stars-left,.footer-stars-right,.footer-stars-bottom,.footer-decor{opacity:.16!important}.footer-stars-right,.footer-stars-bottom,.footer-decor-right-middle,.footer-decor-bottom-left{display:none!important}.footer-grid{grid-template-columns:1fr!important;grid-template-areas:"brand" "quick" "legal" "support"!important;gap:32px!important}.footer-brand-illustration,.footer-kid-reading{width:80px!important}.footer-brand-logo{font-size:30px!important}.footer-brand-description{font-size:16px!important}.footer-illustrations,.footer-left-illustrations{height:112px!important;max-width:230px!important}.footer-books,.footer-books-stack{width:110px!important}.footer-pencil-cup{left:82px!important;width:108px!important}.footer-bottom{flex-direction:column!important;align-items:flex-start!important}}.legalModalOverlay{background:#0f172a94!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.legalModalShell{width:700px!important;max-width:92vw!important;max-height:78vh!important;overflow:hidden!important;background:#fff!important;border:2px solid #bfdbfe!important;border-radius:26px!important;box-shadow:0 24px 70px #0f172a38!important;color:#334155!important;font-family:Cairo,system-ui,sans-serif!important}.legalModalHeader{height:96px!important;min-height:96px!important;padding:24px 28px!important;background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;border-bottom:2px solid #bfdbfe!important}.legalModalLanguage label{height:54px!important;width:120px!important;background:#fff!important;border:1px solid #d6e8ff!important;border-radius:16px!important;color:#071b59!important;font-weight:800!important;box-shadow:0 8px 20px #2563eb14!important}.legalModalLanguage svg,.legalModalLanguage span{color:#071b59!important}.legalModalClose{width:44px!important;height:44px!important;background:#fff!important;color:#64748b!important;border:1px solid #d6e8ff!important;box-shadow:0 8px 20px #0f172a1a!important}.legalModalClose:hover,.legalModalClose:focus-visible{background:#eff6ff!important;color:#2563eb!important}.legalModalBody{max-height:calc(78vh - 96px)!important;padding:34px 38px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;color:#334155!important;font-family:Cairo,system-ui,sans-serif!important;direction:rtl!important;text-align:right!important;scrollbar-color:#60a5fa #eaf4ff!important}.legalModalBody::-webkit-scrollbar{width:8px!important}.legalModalBody::-webkit-scrollbar-track{background:#eaf4ff!important;border-radius:999px!important}.legalModalBody::-webkit-scrollbar-thumb{background:#60a5fa!important;border-radius:999px!important}.legalModalTitle{color:#071b59!important;font-size:28px!important;font-weight:900!important;line-height:1.4!important}.legalModalDivider{background:linear-gradient(90deg,transparent,#60a5fa,transparent)!important}.legalModalText,.legalModalFaqAnswer{color:#334155!important;font-family:Cairo,system-ui,sans-serif!important;font-size:16px!important;font-weight:500!important;line-height:2!important}.legalModalText h3,.legalModalFaqQuestion{color:#071b59!important;font-size:20px!important;font-weight:900!important}.legalModalMeta{background:#dbeafe!important;color:#2563eb!important}.legalModalBullet{color:#334155!important}.legalModalBullet:before{background:#2563eb!important}.legalModalShell.isEnglish,.legalModalShell.isEnglish .legalModalBody,.legalModalShell.isEnglish .legalModalTitle,.legalModalShell.isEnglish .legalModalText,.legalModalShell.isEnglish .legalModalText p,.legalModalShell.isEnglish .legalModalText h3,.legalModalShell.isEnglish .legalModalBullet,.legalModalShell.isEnglish .legalModalMeta,.legalModalShell.isEnglish .legalModalFaqQuestion,.legalModalShell.isEnglish .legalModalFaqAnswer{direction:ltr!important;text-align:left!important;unicode-bidi:plaintext!important}.legalModalShell:not(.isEnglish),.legalModalShell:not(.isEnglish) .legalModalBody,.legalModalShell:not(.isEnglish) .legalModalTitle,.legalModalShell:not(.isEnglish) .legalModalText,.legalModalShell:not(.isEnglish) .legalModalText p,.legalModalShell:not(.isEnglish) .legalModalText h3,.legalModalShell:not(.isEnglish) .legalModalBullet,.legalModalShell:not(.isEnglish) .legalModalMeta,.legalModalShell:not(.isEnglish) .legalModalFaqQuestion,.legalModalShell:not(.isEnglish) .legalModalFaqAnswer{direction:rtl!important;text-align:right!important;unicode-bidi:plaintext!important}.hero-cta-wrap .school-strip.hero-audience-pill,.school-strip.hero-audience-pill{box-sizing:border-box!important;width:min(720px,100%)!important;max-width:100%!important;min-width:0!important;flex-wrap:wrap!important;overflow-wrap:anywhere!important;left:auto!important;right:auto!important;transform:none!important}.hero-cta-wrap .school-strip.hero-audience-pill[dir=ltr],.school-strip.hero-audience-pill[dir=ltr]{direction:ltr!important}.school-strip.hero-audience-pill .school-strip__label,.school-strip.hero-audience-pill .school-strip__item,.school-strip.hero-audience-pill .school-strip__item span{min-width:0!important;max-width:100%!important}.school-strip.hero-audience-pill:hover{transform:translateY(-1px)!important}@media(min-width:1025px){.hero-section--ar .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--ar .school-strip.hero-audience-pill{width:fit-content!important;max-width:min(820px,calc(100vw - 112px))!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow-wrap:normal!important;gap:10px!important}.hero-section--ar .school-strip.hero-audience-pill .school-strip__label,.hero-section--ar .school-strip.hero-audience-pill .school-strip__item,.hero-section--ar .school-strip.hero-audience-pill .school-strip__item span{flex-shrink:0!important;white-space:nowrap!important}.hero-section--en .hero-grid{grid-template-columns:38% 30%!important;column-gap:32%!important}.hero-section--en .hero-copy{grid-column:1!important;grid-row:1!important;justify-self:start!important;align-items:flex-start!important;padding-inline-start:0!important;padding-inline-end:36px!important;text-align:left!important}.hero-section--en .hero-title{direction:ltr!important;unicode-bidi:isolate!important;text-align:left!important;margin-inline:0!important}.hero-section--en .hero-title>span{direction:ltr!important;unicode-bidi:isolate!important;text-align:left!important}.hero-section--en .hero-visual{grid-column:2!important;grid-row:1!important;justify-self:end!important}.hero-section--en .hero-journey-panel{transform:translate(54px)!important}.hero-section--en .hero-child-visual-shell{right:clamp(210px,17vw,300px)!important;left:auto!important}.hero-section--en .hero-cta-wrap{inline-size:600px!important;width:600px!important;min-width:600px!important;max-width:600px!important;align-items:flex-start!important}.hero-section--en .hero-cta-row{direction:ltr!important}.hero-section--en .hero-trust{direction:ltr!important;text-align:left!important}.hero-section--en .hero-cta-row,.hero-section--en .hero-trust{justify-content:flex-start!important}.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{width:fit-content!important;max-width:min(667px,calc(100vw - 112px))!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow-wrap:normal!important;margin-inline:0 auto!important}}@media(max-width:1400px)and (min-width:1025px){.hero-section--en .hero-grid{grid-template-columns:39% 30%!important;column-gap:31%!important}.hero-section--en .hero-child-visual-shell{right:clamp(190px,16vw,270px)!important;left:auto!important}.hero-section--en .hero-journey-panel{transform:translate(44px)!important}.hero-section--en .hero-cta-wrap{inline-size:560px!important;width:560px!important;min-width:560px!important;max-width:560px!important}.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{max-width:min(640px,calc(100vw - 84px))!important}}@media(max-width:1280px)and (min-width:1025px){.hero-section--en .hero-journey-panel{transform:translate(34px)!important}}@media(max-width:1024px){.hero-section--en .hero-copy{order:1!important;align-items:flex-start!important;text-align:left!important}.hero-section--en .hero-title{direction:ltr!important;unicode-bidi:isolate!important;text-align:left!important;margin-inline:0!important}.hero-section--en .hero-title>span{direction:ltr!important;unicode-bidi:isolate!important;text-align:left!important}.hero-section--en .hero-visual{order:2!important}.hero-section--en .hero-cta-wrap{align-items:flex-start!important}.hero-section--en .hero-cta-row,.hero-section--en .hero-trust{justify-content:flex-start!important}}@media(max-width:768px){.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{width:100%!important;max-width:100%!important;flex-wrap:wrap!important;white-space:normal!important}}.hero-section--en .hero-cta-wrap{display:flex!important;width:min(900px,calc(100vw - 64px))!important;min-width:0!important;max-width:min(900px,calc(100vw - 64px))!important;flex-direction:column!important;align-items:flex-start!important;align-self:flex-start!important;justify-content:flex-start!important;gap:0!important;overflow:visible!important}.hero-section--en .hero-copy,.hero-section--en .hero-grid{overflow:visible!important}.hero-section--en .hero-cta-row{margin:0!important}.hero-section--en .hero-trust{width:fit-content!important;margin:14px 0 0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;direction:ltr!important;text-align:center!important;white-space:nowrap!important}.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{position:relative!important;inset:auto!important;box-sizing:border-box!important;width:fit-content!important;max-width:min(900px,calc(100vw - 64px))!important;min-height:66px!important;height:auto!important;margin:24px auto 0!important;padding:18px 36px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;column-gap:0!important;row-gap:12px!important;direction:ltr!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;overflow-wrap:normal!important;transform:none!important}.hero-section--en .school-strip.hero-audience-pill .school-strip__icon{width:20px!important;height:20px!important;color:#2563eb!important;flex:0 0 20px!important}.hero-section--en .school-strip.hero-audience-pill .school-strip__divider{display:block!important;flex:0 0 1px!important;height:26px!important;margin-inline:15px!important;opacity:.22!important}@media(max-width:1400px)and (min-width:1025px){.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{width:fit-content!important;max-width:min(900px,calc(100vw - 48px))!important;padding:18px 36px!important;column-gap:0!important;flex-wrap:nowrap!important}}@media(max-width:1199px)and (min-width:1025px){.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{max-width:100%!important;flex-wrap:wrap!important;padding:16px 28px!important;column-gap:16px!important;row-gap:12px!important}}@media(max-width:1024px){.hero-section--en .hero-cta-wrap{width:100%!important;max-width:100%!important}.hero-section--en .hero-trust{justify-content:flex-start!important;white-space:normal!important}.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{width:min(620px,100%)!important;max-width:100%!important;margin-top:22px!important;padding:16px 28px!important;flex-wrap:wrap!important;justify-content:center!important;white-space:normal!important;column-gap:16px!important;row-gap:12px!important}.hero-section--en .school-strip.hero-audience-pill .school-strip__divider{display:none!important}}.hero-cta-wrap .hero-trust-stack{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin-top:14px!important;text-align:center!important;width:fit-content!important;max-width:100%!important;align-self:center!important}.hero-cta-wrap .hero-trust-stack .hero-trust-line,.hero-cta-wrap .hero-trust-stack .whatsappTrustLink,.hero-cta-wrap .hero-trust-stack .heroWhatsappTrustLink{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:0!important;line-height:1.35!important;text-align:center!important}.hero-cta-wrap .hero-trust-stack .hero-trust-line svg,.hero-cta-wrap .hero-trust-stack .hero-trust-line img,.hero-cta-wrap .hero-trust-stack .whatsappTrustLink svg,.hero-cta-wrap .hero-trust-stack .whatsappTrustLink img{flex:0 0 auto!important}@media(max-width:768px){.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important;padding:14px 18px!important;column-gap:16px!important;row-gap:12px!important}}.hero-section--en .hero-cta-row--wide-gap{inline-size:fit-content!important;width:fit-content!important;min-width:0!important;max-width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:320px!important;direction:ltr!important;margin:0!important}.hero-section--en .hero-trust--between{width:auto!important;max-width:none!important;margin:12px 0 0!important;align-self:center!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}@media(max-width:1024px)and (min-width:769px){.hero-section--en .hero-cta-row--wide-gap{gap:160px!important}}@media(max-width:768px){.hero-section--en .hero-cta-row--wide-gap{inline-size:100%!important;width:100%!important;flex-direction:column!important;gap:12px!important;align-items:center!important}.hero-section--en .hero-cta-row--wide-gap .hero-cta{order:1!important}.hero-section--en .hero-cta-row--wide-gap .hero-secondary-cta,.hero-section--en .hero-cta-row--wide-gap .hero-watch-button{order:2!important}.hero-section--en .hero-trust--between{align-self:center!important;margin-top:12px!important;white-space:normal!important;text-align:center!important}}.hero-section--en .hero-cta-wrap{inline-size:min(700px,calc(100vw - 64px))!important;width:min(700px,calc(100vw - 64px))!important;min-width:0!important;max-width:100%!important;margin-top:30px!important;margin-inline:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;align-self:center!important;justify-content:flex-start!important;gap:0!important;overflow:visible!important}.hero-section--en .hero-cta-row--wide-gap{inline-size:100%!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:32px!important;direction:ltr!important;margin:0!important}.hero-section--en .hero-cta-row--wide-gap .hero-cta{inline-size:350px!important;width:350px!important;min-width:350px!important;max-width:350px!important;flex:0 0 350px!important;height:56px!important;border-radius:22px!important}.hero-section--en .hero-cta-row--wide-gap .hero-secondary-cta,.hero-section--en .hero-cta-row--wide-gap .hero-watch-button{inline-size:270px!important;width:270px!important;min-width:270px!important;max-width:270px!important;flex:0 0 270px!important;height:56px!important;border-radius:22px!important}.hero-section--en .hero-trust--between{width:fit-content!important;max-width:100%!important;margin:14px auto 0!important;align-self:center!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:#1f2937!important;font-size:15.5px!important;line-height:1.4!important;text-align:center!important;white-space:nowrap!important}.hero-section--en .hero-trust--between .hero-trust__icon{width:20px!important;height:20px!important;flex:0 0 20px!important}.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{position:relative!important;inset:auto!important;box-sizing:border-box!important;inline-size:fit-content!important;width:fit-content!important;min-width:0!important;max-width:min(960px,calc(100vw - 64px))!important;min-height:70px!important;height:auto!important;margin:16px auto 0 max(calc((100% - 652px)/2),-87px)!important;align-self:flex-start!important;padding:0 32px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;column-gap:0!important;row-gap:12px!important;direction:ltr!important;text-align:center!important;white-space:nowrap!important;overflow:visible!important;overflow-wrap:normal!important;transform:none!important}@media(max-width:1280px)and (min-width:1025px){.hero-section--en .hero-cta-row--wide-gap{transform:translate(57px)!important}.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{margin-left:-66px!important}}@media(max-width:1400px)and (min-width:1281px){.hero-section--en .hero-cta-row--wide-gap{transform:translate(28px)!important}}.hero-section--en .school-strip.hero-audience-pill .school-strip__label,.hero-section--en .school-strip.hero-audience-pill .school-strip__item,.hero-section--en .school-strip.hero-audience-pill .school-strip__item span{flex:0 0 auto!important;min-width:fit-content!important;max-width:none!important;color:#0f172a!important;font-size:17px!important;font-weight:700!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;overflow-wrap:normal!important}.hero-section--en .school-strip.hero-audience-pill .school-strip__item{display:inline-flex!important;align-items:center!important;gap:9px!important;line-height:1!important}.hero-section--en .school-strip.hero-audience-pill .school-strip__icon{width:21px!important;height:21px!important;color:#2563eb!important;flex:0 0 21px!important}.hero-section--en .school-strip.hero-audience-pill .school-strip__divider{display:block!important;flex:0 0 1px!important;width:1px!important;height:28px!important;margin-inline:16px!important;opacity:.2!important}@media(max-width:1024px)and (min-width:769px){.hero-section--en .hero-cta-wrap{inline-size:min(760px,88vw)!important;width:min(760px,88vw)!important;max-width:100%!important}.hero-section--en .hero-cta-row--wide-gap{gap:24px!important}.hero-section--en .hero-cta-row--wide-gap .hero-cta{inline-size:330px!important;width:330px!important;min-width:330px!important;max-width:330px!important;flex-basis:330px!important;height:54px!important}.hero-section--en .hero-cta-row--wide-gap .hero-secondary-cta,.hero-section--en .hero-cta-row--wide-gap .hero-watch-button{inline-size:250px!important;width:250px!important;min-width:250px!important;max-width:250px!important;flex-basis:250px!important;height:54px!important}.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{max-width:calc(100vw - 48px)!important;min-height:68px!important;margin-top:24px!important;padding:0 28px!important;flex-wrap:wrap!important;column-gap:16px!important;row-gap:12px!important;white-space:normal!important}.hero-section--en .school-strip.hero-audience-pill .school-strip__divider{display:none!important}}@media(max-width:768px){.hero-section--en .hero-cta-wrap{inline-size:100%!important;width:100%!important;max-width:100%!important;margin-inline:auto!important;align-items:center!important}.hero-section--en .hero-cta-row--wide-gap{inline-size:100%!important;width:100%!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important}.hero-section--en .hero-cta-row--wide-gap .hero-cta,.hero-section--en .hero-cta-row--wide-gap .hero-secondary-cta,.hero-section--en .hero-cta-row--wide-gap .hero-watch-button{inline-size:min(360px,calc(100vw - 32px))!important;width:min(360px,calc(100vw - 32px))!important;min-width:0!important;max-width:min(360px,calc(100vw - 32px))!important;flex:0 1 auto!important;height:56px!important}.hero-section--en .hero-trust--between{margin-top:12px!important;white-space:normal!important;text-align:center!important}.hero-section--en .hero-cta-wrap .school-strip.hero-audience-pill,.hero-section--en .school-strip.hero-audience-pill{inline-size:calc(100% - 32px)!important;width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important;min-height:0!important;margin-top:25px!important;padding:14px 18px!important;flex-wrap:wrap!important;column-gap:16px!important;row-gap:12px!important;white-space:normal!important}.hero-section--en .school-strip.hero-audience-pill .school-strip__divider{display:none!important}}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:right-3\.5:before{content:var(--tw-content);right:.875rem}.before\:top-3\.5:before{content:var(--tw-content);top:.875rem}.before\:-z-10:before{content:var(--tw-content);z-index:-10}.before\:h-full:before{content:var(--tw-content);height:100%}.before\:w-full:before{content:var(--tw-content);width:100%}.before\:rounded-lg:before{content:var(--tw-content);border-radius:.5rem}.before\:bg-gradient-to-t:before{content:var(--tw-content);background-image:linear-gradient(to top,var(--tw-gradient-stops))}.before\:from-secondary:before{content:var(--tw-content);--tw-gradient-from: rgb(var(--color-secondary-rgb) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--color-secondary-rgb) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.before\:to-primary:before{content:var(--tw-content);--tw-gradient-to: rgb(var(--color-primary-rgb) / 1) var(--tw-gradient-to-position)}.before\:content-\[\'\'\]:before{--tw-content: "";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-1:after{content:var(--tw-content);bottom:.25rem}.after\:h-\[3px\]:after{content:var(--tw-content);height:3px}.after\:w-8:after{content:var(--tw-content);width:2rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:bg-primary:after{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-rgb) / var(--tw-bg-opacity, 1));content:var(--tw-content);background-color:var(--color-primary)}.hover\:size-20:hover{width:5rem;height:5rem}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#2563EB\]:hover{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.hover\:border-\[rgba\(37\,99\,235\,0\.35\)\]:hover{border-color:#2563eb59}.hover\:bg-\[\#1768E8\]:hover{--tw-bg-opacity: 1;background-color:rgb(23 104 232 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#1D4ED8\]:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#EAF4FF\]:hover{--tw-bg-opacity: 1;background-color:rgb(234 244 255 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F8FBFF\]:hover{--tw-bg-opacity: 1;background-color:rgb(248 251 255 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#fde047\]:hover{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-300:hover{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-primary-active:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-active-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-primary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-dark-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-dark-rgb) / var(--tw-bg-opacity, 1))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:p-3:hover{padding:.75rem}.hover\:py-3:hover{padding-top:.75rem;padding-bottom:.75rem}.hover\:font-semibold:hover{font-weight:600}.hover\:text-\[\#2563EB\]:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-neutral-900:hover{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1))}.hover\:text-secondary-dark:hover{--tw-text-opacity: 1;color:rgb(var(--color-secondary-dark-rgb) / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[inset_0px_-8px_1px_-2px_\#00000040\]:hover{--tw-shadow: inset 0px -8px 1px -2px #00000040;--tw-shadow-colored: inset 0px -8px 1px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-none:hover{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:ease-in-out:hover{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:text-primary:hover{color:var(--color-primary)}.hover\:text-secondary-dark:hover{color:var(--color-secondary-dark)}.hover\:bg-primary:hover{background-color:var(--color-primary)}.hover\:bg-primary-dark:hover{background-color:var(--color-primary-dark)}.hover\:bg-primary-active:hover{background-color:var(--color-primary-active)}.hover\:bg-primary\/20:hover{background-color:rgb(var(--color-primary-rgb) / .2)}.hover\:bg-secondary:hover{background-color:var(--color-secondary)}.hover\:bg-secondary-dark:hover{background-color:var(--color-secondary-dark)}.focus\:text-primary:focus{--tw-text-opacity: 1;color:rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1))}.focus\:no-underline:focus{text-decoration-line:none}.focus\:shadow-none:focus{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#CFE5FF\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(207 229 255 / var(--tw-ring-opacity, 1))}.focus\:text-primary:focus{color:var(--color-primary)}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-offset-4:focus-visible{outline-offset:4px}.focus-visible\:outline-\[\#93C5FD\]:focus-visible{outline-color:#93c5fd}.active\:translate-y-0:active{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:text-primary:active{--tw-text-opacity: 1;color:rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));color:var(--color-primary)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media(min-width:640px){.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:mb-0{margin-bottom:0}.sm\:ml-7{margin-left:1.75rem}.sm\:mr-5{margin-right:1.25rem}.sm\:h-10{height:2.5rem}.sm\:h-24{height:6rem}.sm\:h-\[180px\]{height:180px}.sm\:h-full{height:100%}.sm\:min-h-\[232px\]{min-height:232px}.sm\:w-1\/2{width:50%}.sm\:w-2{width:.5rem}.sm\:w-20{width:5rem}.sm\:w-3\/4{width:75%}.sm\:w-32{width:8rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:max-w-\[500px\]{max-width:500px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:p-1{padding:.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-1{padding-left:.25rem;padding-right:.25rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:text-left{text-align:left}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[25px\]{font-size:25px}.sm\:text-\[34px\]{font-size:34px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media(min-width:768px){.md\:mx-1{margin-left:.25rem;margin-right:.25rem}.md\:my-0{margin-top:0;margin-bottom:0}.md\:mb-0{margin-bottom:0}.md\:mt-0{margin-top:0}.md\:mt-16{margin-top:4rem}.md\:mt-32{margin-top:8rem}.md\:mt-8{margin-top:2rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-3\/4{height:75%}.md\:h-32{height:8rem}.md\:h-60{height:15rem}.md\:w-1\/12{width:8.333333%}.md\:w-1\/3{width:33.333333%}.md\:w-24{width:6rem}.md\:w-3\/4{width:75%}.md\:w-44{width:11rem}.md\:w-48{width:12rem}.md\:w-60{width:15rem}.md\:w-9{width:2.25rem}.md\:w-auto{width:auto}.md\:min-w-36{min-width:9rem}.md\:max-w-\[500px\]{max-width:500px}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-between{justify-content:space-between}.md\:rounded-none{border-radius:0}.md\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.md\:p-1{padding:.25rem}.md\:p-2{padding:.5rem}.md\:p-6{padding:1.5rem}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:pb-\[112px\]{padding-bottom:112px}.md\:text-left{text-align:left}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:font-semibold{font-weight:600}}@media(min-width:1024px){.lg\:pointer-events-auto{pointer-events:auto}.lg\:col-start-1{grid-column-start:1}.lg\:col-start-2{grid-column-start:2}.lg\:row-start-1{grid-row-start:1}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:ml-5{margin-left:1.25rem}.lg\:mt-0{margin-top:0}.lg\:mt-4{margin-top:1rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-1\/2{height:50%}.lg\:h-\[210px\]{height:210px}.lg\:h-\[240px\]{height:240px}.lg\:min-h-\[82px\]{min-height:82px}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-10{width:2.5rem}.lg\:w-2\/3{width:66.666667%}.lg\:w-3\/12{width:25%}.lg\:w-56{width:14rem}.lg\:max-w-\[700px\]{max-width:700px}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[0\.9fr_1\.1fr\]{grid-template-columns:.9fr 1.1fr}.lg\:grid-cols-\[1fr_1\.05fr\]{grid-template-columns:1fr 1.05fr}.lg\:grid-cols-\[52fr_48fr\]{grid-template-columns:52fr 48fr}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:gap-16{gap:4rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-y-6{row-gap:1.5rem}.lg\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:p-2{padding:.5rem}.lg\:p-4{padding:1rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-\[120px\]{padding-bottom:120px}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-\[17px\]{font-size:17px}.lg\:text-\[24px\]{font-size:24px}.lg\:text-\[27px\]{font-size:27px}.lg\:text-\[44px\]{font-size:44px}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:font-bold{font-weight:700}.lg\:font-medium{font-weight:500}.lg\:font-semibold{font-weight:600}.lg\:opacity-100{opacity:1}}@media(min-width:1200px){.min-\[1200px\]\:block{display:block}.min-\[1200px\]\:flex{display:flex}.min-\[1200px\]\:hidden{display:none}.min-\[1200px\]\:h-7{height:1.75rem}.min-\[1200px\]\:h-\[56px\]{height:56px}.min-\[1200px\]\:h-\[64px\]{height:64px}.min-\[1200px\]\:h-\[88px\]{height:88px}.min-\[1200px\]\:w-7{width:1.75rem}.min-\[1200px\]\:w-\[112px\]{width:112px}.min-\[1200px\]\:w-\[120px\]{width:120px}.min-\[1200px\]\:w-\[132px\]{width:132px}.min-\[1200px\]\:w-\[150px\]{width:150px}.min-\[1200px\]\:w-\[230px\]{width:230px}.min-\[1200px\]\:w-\[236px\]{width:236px}.min-\[1200px\]\:w-\[522px\]{width:522px}.min-\[1200px\]\:w-auto{width:auto}.min-\[1200px\]\:shrink-0{flex-shrink:0}.min-\[1200px\]\:grid-cols-\[112px_minmax\(0\,1fr\)_522px\]{grid-template-columns:112px minmax(0,1fr) 522px}.min-\[1200px\]\:grid-cols-\[auto_minmax\(420px\,1fr\)_auto\]{grid-template-columns:auto minmax(420px,1fr) auto}.min-\[1200px\]\:flex-row{flex-direction:row}.min-\[1200px\]\:items-center{align-items:center}.min-\[1200px\]\:justify-end{justify-content:flex-end}.min-\[1200px\]\:gap-3{gap:.75rem}.min-\[1200px\]\:gap-7{gap:1.75rem}.min-\[1200px\]\:gap-8{gap:2rem}.min-\[1200px\]\:gap-x-\[clamp\(40px\,5vw\,96px\)\]{column-gap:clamp(40px,5vw,96px)}.min-\[1200px\]\:px-8{padding-left:2rem;padding-right:2rem}.min-\[1200px\]\:px-\[clamp\(24px\,3vw\,56px\)\]{padding-left:clamp(24px,3vw,56px);padding-right:clamp(24px,3vw,56px)}.min-\[1200px\]\:text-\[16px\]{font-size:16px}.min-\[1200px\]\:text-\[19px\]{font-size:19px}}@media(min-width:1280px){.xl\:inline{display:inline}.xl\:w-10{width:2.5rem}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:gap-\[72px\]{gap:72px}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.min-\[1280px\]\:w-\[250px\]{width:250px}.min-\[1280px\]\:gap-9{gap:2.25rem}}@media(min-width:1400px){.min-\[1400px\]\:w-\[128px\]{width:128px}.min-\[1400px\]\:w-\[140px\]{width:140px}.min-\[1400px\]\:w-\[260px\]{width:260px}.min-\[1400px\]\:gap-4{gap:1rem}.min-\[1400px\]\:gap-\[42px\]{gap:42px}.min-\[1400px\]\:gap-\[clamp\(40px\,3vw\,52px\)\]{gap:clamp(40px,3vw,52px)}}@media(min-width:1536px){.\32xl\:w-10{width:2.5rem}.\32xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(prefers-color-scheme:dark){.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:text-neutral-200{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.dark\:hover\:text-neutral-400:hover{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}}.\[\&\>svg\]\:w-7>svg{width:1.75rem}.\[\&\>svg\]\:stroke-black>svg{stroke:#000}
