@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img,video{max-width:100%;height:auto;display:block}*,*:before,*:after{box-sizing:border-box}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-size:1rem;color:#0f172a;background:#f9fafb;line-height:1.5}h1,h2,h3,h4,h5,h6{color:#0f172a;font-weight:600;margin:0 0 .5rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}a{color:#2e266d;text-decoration:none}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;opacity:.7;transform-origin:left}.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}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}._page_azuer_2{overflow:hidden}._hero_azuer_6{position:relative;padding:140px 20px 100px;text-align:center;color:#fff;max-height:1000px;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}._heroOverlay_azuer_18{position:absolute;inset:0;background:linear-gradient(180deg,#00000073,#000000a6 60%,#000c);z-index:1}._heroContent_azuer_25{position:relative;z-index:2;max-width:860px;margin:0 auto}._heroTitle_azuer_32{color:#fff;font-size:3rem;margin-bottom:20px}._heroText_azuer_38{opacity:.85;margin-bottom:32px;line-height:1.6}._authoritySection_azuer_44{position:relative;padding:5rem 0;overflow:hidden;max-height:800px}._authoritySection_azuer_44 ._container_azuer_50{position:relative;z-index:2;max-width:1200px;margin:0 auto}._background_azuer_57{position:absolute;inset:0}._background_azuer_57 img{width:100%;height:100%;object-fit:cover}._authorityOverlay_azuer_67{position:absolute;inset:0;background:linear-gradient(to bottom,#0d0b1eed,#1c033ae6,#0d0b1ef2)}._heading_azuer_73{text-align:center;max-width:760px;margin:0 auto 4rem}._title_azuer_79{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;margin-bottom:1rem;color:#fff}._description_azuer_86{font-size:1.1rem;color:#ffffffbf}._statsGrid_azuer_91{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:1024px){._statsGrid_azuer_91{grid-template-columns:repeat(4,1fr)}}._statCard_azuer_102{text-align:center;background:#ffffff0d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}._icon_azuer_111{width:24px;height:24px;color:#fff}._statValue_azuer_117{font-size:2rem;font-weight:700;color:#fff}._statLabel_azuer_123{font-size:.9rem;opacity:.7;color:#fff}._mvpSection_azuer_129{padding:5rem 0}._mvpGrid_azuer_133{display:grid;gap:2rem}@media(min-width:1024px){._mvpGrid_azuer_133{grid-template-columns:5fr 7fr}}._mvpLeft_azuer_143{display:flex;flex-direction:column;justify-content:center}._titleDark_azuer_149{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;margin-bottom:1rem}._highlightText_azuer_155{border-left:4px solid #7d00d3;padding-left:1rem;margin-bottom:1rem;font-size:1.1rem;font-weight:500}._descriptionDark_azuer_163{color:#6b7280}._mvpCards_azuer_167{display:flex;flex-direction:column;gap:1.25rem}._mvpCard_azuer_167{position:relative;display:flex;gap:1.25rem;padding:1.75rem;border-radius:12px;border:1px solid #f9fafb;background:#fff;transition:.25s}._mvpCard_azuer_167:hover{transform:translateY(-2px)}._cardBar_azuer_188{border-radius:12px;position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(-180deg,#35066b,#7d00d3)}._cardTitle_azuer_198{font-size:1.2rem;font-weight:600;margin-bottom:.25rem}._cardText_azuer_204{color:#6b7280}._ctaSection_azuer_208{padding:5rem 0}._ctaBox_azuer_212{padding:3rem;border-radius:16px;text-align:center;background:linear-gradient(-180deg,#35066b,#7d00d3)}._ctaTitle_azuer_219{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:1rem}._ctaText_azuer_226{color:#ffffffd9;margin-bottom:2rem}._ctaButton_azuer_231{display:inline-block;background:#fff;color:#000;padding:.9rem 1.6rem;border-radius:8px;font-weight:600}@media(min-width:768px){._grid_azuer_241{grid-template-columns:1fr 1fr}._valuesGrid_azuer_244{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){._heroTitle_azuer_32{font-size:3.4rem}}._button_w65or_2{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:12px;font-size:.875rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}._button_w65or_2:disabled{pointer-events:none;opacity:.5}._button_w65or_2:focus-visible{outline:none;box-shadow:0 0 0 2px #7d00d3}._button_w65or_2 svg{width:1rem;height:1rem;flex-shrink:0}._variantDefault_w65or_29{background:#2e266d;color:#fff}._variantDefault_w65or_29:hover{opacity:.9}._variantDestructive_w65or_37{background:#ef4444;color:#fff}._variantDestructive_w65or_37:hover{opacity:.9}._variantGradient_w65or_45{background:linear-gradient(90deg,#35066b,#7d00d3);color:#fff;border-radius:12px}._variantGradient_w65or_45:hover{opacity:.9}._variantOutline_w65or_54{border:1px solid #6b7280;background:#fff}._variantOutline_w65or_54:hover,._variantSecondary_w65or_63{background:#f9fafb;color:#0f172a}._variantSecondary_w65or_63:hover{opacity:.85}._variantGhost_w65or_71{background:transparent}._variantGhost_w65or_71:hover{background:#f9fafb;color:#0f172a}._variantLink_w65or_79{background:transparent;color:#2e266d;text-decoration:none}._variantLink_w65or_79:hover{text-decoration:underline}._sizeDefault_w65or_88{height:40px;padding:0 1rem}._sizeSm_w65or_93{height:36px;padding:0 .75rem}._sizeLg_w65or_98{height:44px;padding:0 2rem}._sizeXl_w65or_103{height:64px;padding:0 2rem}._sizeIcon_w65or_108{height:40px;width:40px;padding:0}._header_s13ad_2{position:fixed;inset:0 0 auto;z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;box-shadow:0 1px 10px #0000000e}._container_s13ad_11{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;height:64px;display:flex;align-items:center;justify-content:space-between}._logo_s13ad_22{display:flex;align-items:center;gap:.5rem;text-decoration:none}._mobileToggle_s13ad_29{background:none;border:none;color:#0b0f19;cursor:pointer}._mobileNavWrapper_s13ad_36{display:none;border-bottom:1px solid #0b0f19;background:#fff}._open_s13ad_42{display:block}._mobileNav_s13ad_36{max-width:1200px;margin:0 auto;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem}._desktopNav_s13ad_55{display:none}._navLinkBase_s13ad_59,._mobileNavLink_s13ad_59,._navLink_s13ad_59{font-weight:500;color:#6b7280;text-decoration:none;transition:color .2s ease}._navLinkBase_s13ad_59:hover,._mobileNavLink_s13ad_59:hover,._navLink_s13ad_59:hover{color:#35066b}._navLink_s13ad_59{font-size:.9rem}._mobileNavLink_s13ad_59{font-size:1rem}._active_s13ad_78{color:#35066b}._ctaBase_s13ad_82,._mobileCta_s13ad_82,._ctaButton_s13ad_82{background:linear-gradient(135deg,#35066b,#7d00d3);border:none;color:#fff}._mobileCta_s13ad_82{width:100%}@media(min-width:900px){._container_s13ad_11{height:80px}._mobileToggle_s13ad_29{display:none}._mobileNavWrapper_s13ad_36{display:none!important}._desktopNav_s13ad_55{display:flex;align-items:center;gap:2rem}}._logo_1qr8r_2{display:inline-flex;align-items:center}._small_1qr8r_7 img{height:28px}._medium_1qr8r_11 img{height:36px}._large_1qr8r_15 img{height:48px}._xlarge_1qr8r_19 img{height:64px}._wrapper_dx8u5_2{display:flex;flex-direction:column;gap:.5rem}._input_dx8u5_8{width:100%;padding:1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);background:#fff;font-size:.9rem;color:#0b0f19;transition:all .2s ease}._input_dx8u5_8::placeholder{color:#6b7280}._input_dx8u5_8:focus-visible{outline:none;box-shadow:0 0 0 2px #7d00d3}._input_dx8u5_8:disabled{opacity:.5;cursor:not-allowed}._errorInput_dx8u5_30{border-color:#ef4444}._error_dx8u5_30{font-size:1rem;color:#ef4444;min-height:1.4em;max-height:1.4em}@media(min-width:768px){._input_dx8u5_8{font-size:.875rem}}._form_1acoa_2{width:100%;max-width:380px}._label_1acoa_7{display:block;font-size:1.125rem;margin-bottom:.5rem;opacity:.9}._fields_1acoa_14{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){._fields_1acoa_14 div{display:flex;flex-direction:row}}._privacy_1acoa_26{font-size:.75rem;color:#c3c3c3;margin-top:.75rem}._input_1acoa_32{background:#ffffff1a;border:1px solid rgba(255,255,255,.1);color:#fff;flex:1}._input_1acoa_32::placeholder{color:#c3c3c3}._button_1acoa_42{background:#fff;border:1px solid #ffffff;padding:1.5rem!important;color:#0b0f19;white-space:nowrap;flex-shrink:0}._button_1acoa_42:hover{opacity:.9;background-color:#7d00d3;color:#fff;border-color:1px solid #7d00d3}._success_1acoa_57{text-align:start;color:#16a34a;font-size:14px;font-weight:500;max-height:1.4em;min-height:1.4em}@media(max-width:480px){._button_1acoa_42{width:100%}}._footer_7kg82_2{background:#2e266d;color:#fff}._container_7kg82_7{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem}._grid_7kg82_13{display:grid;grid-template-columns:1fr;gap:3.5rem}._logo_7kg82_19{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._description_7kg82_26{color:#f9fafb;font-size:1rem;margin-bottom:1.5rem;line-height:1.6}._navSection_7kg82_33{width:100%;display:flex;flex-direction:column;gap:2rem}._sectionTitle_7kg82_40{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;color:#fff;font-weight:600}._list_7kg82_49{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._link_7kg82_58{text-decoration:none;font-size:.875rem;color:#c3c3c3;transition:color .2s ease}._link_7kg82_58:hover{color:#fff}._bottom_7kg82_69{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.875rem;color:#c3c3c3}@media(min-width:768px){._grid_7kg82_13{display:flex;flex-direction:column;gap:2rem}._brandSection_7kg82_84{display:flex;flex-direction:row;gap:2rem;justify-content:space-between}._brand_7kg82_84{max-width:350px}._navSection_7kg82_33{flex-direction:row;gap:4rem}._bottom_7kg82_69{display:flex;flex-direction:row;justify-content:space-between}}@media(min-width:1024px){._grid_7kg82_13{display:grid;grid-template-columns:2fr 1fr}._brandSection_7kg82_84{flex-direction:column;gap:12px;max-width:600px}._navSection_7kg82_33{flex-direction:row;gap:4rem}}._layout_1np45_2{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb;color:#0b0f19}._main_1np45_10{flex:1;padding-top:64px;align-items:center}@media(min-width:768px){._main_1np45_10{padding-top:80px}}._banner_loeke_2{position:fixed;left:0;right:0;bottom:0;background:#0f172a;color:#e2e8f0;padding:16px;z-index:9999;box-shadow:0 -6px 14px #00000026}._content_loeke_14{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:12px}._title_loeke_22{font-size:1.1rem;font-weight:700;margin:0;color:#fff}._description_loeke_29{font-size:.95rem;color:#d1d5db}._categories_loeke_34{display:flex;flex-wrap:wrap;gap:12px}._category_loeke_40{display:inline-flex;align-items:center;gap:8px;font-size:.95rem}._categoryLabel_loeke_47{-webkit-user-select:none;user-select:none}._actions_loeke_51{display:flex;gap:12px;align-items:center}._button_loeke_57{background:#f97316;color:#fff;border:none;padding:10px 14px;border-radius:8px;cursor:pointer}._modalOverlay_loeke_66{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}._modalContent_loeke_77{background:#fff;border-radius:12px;width:100%;max-width:640px;max-height:80vh;overflow-y:auto;padding:28px}._modalSection_loeke_87{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}._modalLabel_loeke_94{display:flex;align-items:center;gap:8px}._modalActions_loeke_100{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}._toastArea_loeke_107{width:100%;display:flex;justify-content:center;padding-top:6px}._toast_loeke_107{font-size:12px;color:#d1d5db;background:#0003;padding:6px 12px;border-radius:6px}._button_loeke_57:hover{opacity:.95}._cookieCategory_loeke_126{margin-bottom:24px;color:#0f172a}._cookieCategory_loeke_126 h5{font-size:16px;font-weight:600;margin-bottom:6px}._cookieCategory_loeke_126 p{font-size:14px;line-height:1.5;opacity:.85}._optionGroup_loeke_143{display:flex;gap:20px;margin-top:10px}._optionGroup_loeke_143 label{display:flex;align-items:center;gap:6px;font-size:14px}._about_11wfb_2{background:#09090b;color:#f5f5f5}._hero_11wfb_7{position:relative;overflow:hidden;padding:5rem 0 0}._heroBackground_11wfb_13{position:absolute;inset:0;opacity:.1;background-image:linear-gradient(#6b26d9 1px,transparent 1px),linear-gradient(90deg,#6b26d9 1px,transparent 1px);background-size:60px 60px}._container_11wfb_21{width:100%;max-width:1200px;margin:auto;padding:0 1.25rem}._heroContent_11wfb_28{position:relative;text-align:center;max-width:720px;margin:auto}._kicker_11wfb_35{text-transform:uppercase;letter-spacing:.25em;font-size:1rem;font-weight:600;color:#6b26d9;margin-bottom:1rem}._title_11wfb_44{font-size:2rem;line-height:1.1;font-weight:700;margin-bottom:1.5rem;color:#fff}._gradient_11wfb_52{background:linear-gradient(135deg,#6b26d9,#9947eb);-webkit-background-clip:text;color:transparent}._subtitle_11wfb_58{font-size:1rem;color:#8f8f99;margin-bottom:2rem}._cta_11wfb_64{display:inline-block;padding:.9rem 2rem;border-radius:999px;background:#6b26d9;color:#fff;font-weight:600;text-decoration:none;transition:.25s}._cta_11wfb_64:hover{transform:translateY(-2px);box-shadow:0 10px 30px -10px #6b26d9}._aboutText_11wfb_80{padding:3rem 0}._textContent_11wfb_84{max-width:1200px;margin:auto;line-height:1.8;font-size:1rem;color:#8f8f99;gap:2rem}._textContent_11wfb_84 strong{color:#fff}._textContent_11wfb_84 ._wrapperText_11wfb_95{display:flex;flex-direction:column;gap:.5rem;padding:3rem 0}._textContent_11wfb_84 ._supportIMG_11wfb_101{border-radius:12px;max-height:400px;margin:0 auto;box-shadow:0 10px 30px #7d00d333}._wrapper_11wfb_95{display:flex;justify-content:center;padding:2.5rem 0}._line_11wfb_114{width:100%;max-width:640px;height:1px;background:linear-gradient(90deg,transparent,#6b26d9,transparent);transform-origin:center}._differentials_11wfb_122{padding:100px 20px;margin:0 auto}._grid_11wfb_127{display:grid;gap:60px;align-items:center}._diffImage_11wfb_133 img{width:100%;border-radius:20px;object-fit:cover;max-height:400px;box-shadow:0 10px 30px #7d00d317}._diffContent_11wfb_141{max-width:520px}._sectionTitle_11wfb_145{font-size:2rem;margin-bottom:28px;color:#fff}._tag_11wfb_151{display:inline-block;font-size:1rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;margin-bottom:10px;color:#7d00d3}._reasons_11wfb_161{display:flex;flex-direction:column;gap:22px}._reason_11wfb_161{display:flex;gap:16px;align-items:flex-start}._reason_11wfb_161 h3{color:#fff;margin-bottom:4px;font-size:1rem}._reason_11wfb_161 p{opacity:.8;line-height:1.5}._iconBox_11wfb_182{min-width:44px;max-width:44px;min-height:44px;max-height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(-180deg,#35066b,#7d00d3);color:#fff}._iconBox_11wfb_182 svg{width:20px;height:20px}@media(min-width:768px){._wrapper_11wfb_95{padding:4rem 0}}@media(min-width:768px){._title_11wfb_44{font-size:3rem}._subtitle_11wfb_58{font-size:1.2rem}._grid_11wfb_127{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._hero_11wfb_7{padding:7rem 0 2rem}._title_11wfb_44{font-size:3.5rem}._textContent_11wfb_84{display:flex;flex-direction:row}}._stats_1bwan_2{margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem;z-index:3;padding:5rem;max-width:1200px}._statCard_1bwan_12{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;color:#fff}._icon_1bwan_21{opacity:.9;color:#fff}._statContent_1bwan_26{display:flex;flex-direction:column;gap:2px}._number_1bwan_32{font-size:2.5rem;font-weight:700;line-height:1}._statTitle_1bwan_38{font-weight:600}._subtitle_1bwan_42{color:#c3c3c3!important}@media(min-width:640px){._stats_1bwan_2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._stats_1bwan_2{grid-template-columns:repeat(4,1fr)}._number_1bwan_32{font-size:3rem}}._wrapper_1mbpf_2{display:flex;flex-direction:column;gap:.5rem;position:relative;width:100%}._select_1mbpf_10{width:100%;height:40px;padding:0 3rem 0 1.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#0b0f19;appearance:none;cursor:pointer;transition:all .2s ease}._select_1mbpf_10::placeholder{color:#6b7280}._select_1mbpf_10:focus-visible{outline:none;box-shadow:0 0 0 2px #7d00d3}._select_1mbpf_10:disabled{opacity:.5;cursor:not-allowed}._icon_1mbpf_38{position:absolute;right:1.25rem;top:45%;transform:translateY(-50%);pointer-events:none;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #6b7280}._errorInput_1mbpf_51{border-color:#ef4444}._error_1mbpf_51{font-size:1rem;color:#ef4444;min-height:1.4em;max-height:1.4em}._section_18bfm_2{padding:80px 0}._container_18bfm_6{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}._header_18bfm_13{text-align:center;margin-bottom:40px}._title_18bfm_18{font-size:32px;font-weight:700;margin-bottom:12px}._highlight_18bfm_24{background:linear-gradient(-180deg,#35066b,#7d00d3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}._subtitle_18bfm_32{font-size:16px;color:#6b7280;max-width:600px;margin:0 auto}._form_18bfm_39{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:24px}._grid_18bfm_47{display:flex;flex-direction:column;gap:24px}._field_18bfm_53{display:flex;flex-direction:column;gap:6px}._button_18bfm_59{width:100%;max-width:400px;margin:10px auto 0;display:flex;align-items:center;justify-content:center;gap:8px}._success_18bfm_70{text-align:center;margin:20px;color:#16a34a;font-size:14px;font-weight:500}@media(min-width:768px){._grid_18bfm_47{display:grid;grid-template-columns:repeat(2,1fr)}._title_18bfm_18{font-size:2.5rem}._form_18bfm_39{padding:24px}}._wrapper_10o2k_2{display:flex;flex-direction:column;gap:.5rem}._textarea_10o2k_8{width:100%;min-height:120px;padding:1.25rem 1.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#fff;resize:vertical;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#0b0f19;transition:all .2s ease}._textarea_10o2k_8::placeholder{color:#6b7280}._textarea_10o2k_8:focus-visible{outline:none;box-shadow:0 0 0 2px #7d00d3}._textarea_10o2k_8:disabled{opacity:.5;cursor:not-allowed}._hero_1l0ap_2{position:relative;display:flex;align-items:center;max-height:1000px;background-size:cover;background-position:center;background-repeat:no-repeat;padding:120px 20px 80px}._overlay_1l0ap_13{position:absolute;inset:0;background:linear-gradient(180deg,#0000008c,#000000b3 60%,#000000d9);z-index:1}._container_1l0ap_20{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto}._content_1l0ap_28{max-width:640px;text-align:left}._title_1l0ap_33{font-size:clamp(32px,6vw,60px);font-weight:700;line-height:1.1;color:#fff;margin-bottom:20px}._description_1l0ap_41{font-size:clamp(16px,2vw,20px);color:#ffffffe6;margin-bottom:28px;line-height:1.6}._actions_1l0ap_48{display:flex;justify-content:flex-start}._ctaButton_1l0ap_53{font-size:16px;padding:14px 28px;border-radius:999px}@media(min-width:1024px){._hero_1l0ap_2{padding-top:160px;padding-bottom:120px}._content_1l0ap_28{max-width:720px}._title_1l0ap_33{font-size:2.5rem}}._section_1vhsc_2{background-color:#000;color:#fff;padding:4rem 1.5rem}._container_1vhsc_8{max-width:1200px;margin:0 auto}._content_1vhsc_13{display:flex;flex-direction:column;gap:2rem}._title_1vhsc_19{font-size:2.5rem;display:inline-block;font-weight:700}._textContent_1vhsc_25{display:flex;flex-direction:column;gap:1.5rem}._description_1vhsc_31{font-size:1.125rem;line-height:1.6;color:#c3c3c3;max-width:600px}._highlight_1vhsc_38{font-size:1rem;font-weight:600}._cta_1vhsc_43{display:flex;padding:.9rem 2rem;border-radius:999px;font-weight:600;font-size:.9rem;text-decoration:none;letter-spacing:.05em;transition:transform .2s ease,box-shadow .2s ease;background:linear-gradient(90deg,#7d00d3,#4f46e5);color:#fff}._cta_1vhsc_43:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f46e566}._cta_1vhsc_43:focus-visible{outline:2px solid #fff;outline-offset:4px}._stats_1vhsc_66{margin:8rem 0;display:grid;grid-template-columns:1fr;gap:2.5rem}._statCard_1vhsc_73{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}._icon_1vhsc_81{opacity:.9}._statContent_1vhsc_85{display:flex;flex-direction:column;gap:2px}._number_1vhsc_91{font-size:2.5rem;font-weight:700;line-height:1}._statTitle_1vhsc_97{font-weight:600}._subtitle_1vhsc_101{color:#c3c3c3}@media(min-width:640px){._stats_1vhsc_66{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){._section_1vhsc_2{padding:6rem 2rem}._title_1vhsc_19{font-size:3.2rem}._description_1vhsc_31{font-size:1.05rem}}@media(min-width:1024px){._content_1vhsc_13{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem}._title_1vhsc_19{font-size:4rem;max-width:500px}._description_1vhsc_31,._highlight_1vhsc_38,._cta_1vhsc_43{grid-column:2}._stats_1vhsc_66{grid-template-columns:repeat(4,1fr)}._number_1vhsc_91{font-size:3rem}}@media(min-width:1200px){._description_1vhsc_31{font-size:1.5rem}}._shiny-text_1fwou_2{display:inline-block}._section_7x5y1_2{padding:8rem 1.5rem}._container_7x5y1_6{display:flex;flex-direction:column;gap:1.25rem;max-width:1200px;margin:0 auto;align-items:center;justify-content:center}._header_7x5y1_16{text-align:center;margin-bottom:2rem}._title_7x5y1_21{font-size:1.8rem;font-weight:700;line-height:1.2}._subtitle_7x5y1_27{font-size:1rem;color:#555;margin-top:.5rem;line-height:1.4}._grid_7x5y1_34{display:grid;gap:1.2rem;grid-template-columns:1fr;margin-bottom:2rem}._card_7x5y1_41{list-style:none;transition:transform .3s ease,box-shadow .3s ease}._card_7x5y1_41:hover{transform:scale(1.05);cursor:pointer}._cardContent_7x5y1_50{position:relative;height:260px;border-radius:12px;overflow:hidden}._image_7x5y1_58{width:100%;height:100%;object-fit:cover;display:block}._overlay_7x5y1_65{position:absolute;inset:0;padding:1.2rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2),transparent);color:#fff}._cardTitle_7x5y1_76{font-size:1rem;font-weight:700;margin-bottom:.3rem;color:#fff}._cardDescription_7x5y1_83{font-size:.85rem;line-height:1.4;opacity:.95}._ctaWrapper_7x5y1_89{text-align:center}@media(min-width:640px){._grid_7x5y1_34{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._section_7x5y1_2{padding:4rem 2rem}._title_7x5y1_21{font-size:2.2rem}._grid_7x5y1_34{grid-template-columns:repeat(4,1fr)}._cardContent_7x5y1_50{height:320px}._cardTitle_7x5y1_76{font-size:1.1rem}._cardDescription_7x5y1_83{font-size:.9rem}}._slider_8tj2p_2{padding:60px 20px;text-align:center}._header_8tj2p_7{margin-bottom:32px}._header_8tj2p_7 h2{font-size:1.8rem}._viewport_8tj2p_14{overflow:hidden;border-radius:24px;touch-action:pan-y;cursor:grab}._viewport_8tj2p_14:active{cursor:grabbing}._track_8tj2p_25{display:flex;transition:transform .6s ease;will-change:transform}._slide_8tj2p_2{min-width:100%;background:#fff;border-radius:24px;padding:32px 20px;display:flex;flex-direction:column;align-items:center;gap:24px;box-shadow:0 10px 30px #0000001a}._imageWrapper_8tj2p_43 img{max-width:280px;width:100%}._content_8tj2p_48{max-width:420px}._content_8tj2p_48 h3{font-size:1.4rem;margin-bottom:8px}._content_8tj2p_48 p{color:#6b7280;margin-bottom:20px}._dots_8tj2p_60{margin-top:24px;display:flex;justify-content:center;gap:10px}._dot_8tj2p_60{width:10px;height:10px;border-radius:50%;background-color:#cbd5e1;border:none;cursor:pointer;transition:.2s}._active_8tj2p_77{background-color:#6366f1}@media(min-width:768px){._slide_8tj2p_2{flex-direction:row;justify-content:space-evenly;padding:40px;text-align:left}._imageWrapper_8tj2p_43 img{max-width:420px}}@media(min-width:1200px){._header_8tj2p_7 h2{font-size:2.2rem}._slide_8tj2p_2{padding:60px}}._page_1o2q2_3{padding:80px 20px}._container_1o2q2_7{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:8rem}._product_1o2q2_15{display:grid;gap:40px;align-items:center}._image_1o2q2_22{border-radius:12px;border:1px solid #e5e7eb}._image_1o2q2_22 img{width:100%;border-radius:12px;object-fit:contain}._content_1o2q2_34 h1{font-size:2rem;margin-bottom:16px}._description_1o2q2_39{margin-bottom:32px;color:#4b5563;line-height:1.6}._block_1o2q2_45{margin-bottom:28px}._block_1o2q2_45 h2{margin-bottom:12px;font-size:1.2rem}._block_1o2q2_45 ul{list-style:none;padding:0}._block_1o2q2_45 li{margin-bottom:8px;padding-left:18px;position:relative}._block_1o2q2_45 li:before{content:"✓";position:absolute;left:0;color:#4f7cff}@media(min-width:900px){._product_1o2q2_15{grid-template-columns:1fr 1.2fr;gap:8rem}._content_1o2q2_34 h1{font-size:2.4rem}}._header_1ng7r_2{text-align:center;margin-top:2rem}._description_1ng7r_7{color:#6b7280}._services_1ng7r_11{display:flex;flex-direction:column;gap:96px;padding:80px 20px;max-width:1200px;margin:0 auto}._serviceGrid_1ng7r_20{display:grid;grid-template-columns:1fr 1fr;gap:3rem;border-radius:12px;background-color:#fff;align-items:center;box-shadow:0 10px 30px #0000001a}._reverse_1ng7r_30 ._imageWrapper_1ng7r_30{order:2}._reverse_1ng7r_30 ._content_1ng7r_33{order:1}._imageWrapper_1ng7r_30 img{width:100%;border-radius:16px;object-fit:cover;transition:transform .4s ease;max-height:350px}._imageWrapper_1ng7r_30 img:hover{transform:scale(1.03)}@media(min-width:1024px){._imageWrapper_1ng7r_30 img{min-height:350px}}._content_1ng7r_33{padding:1rem 2rem}._content_1ng7r_33 h2{margin-bottom:12px;font-size:1.5rem;background:linear-gradient(-180deg,#35066b,#7d00d3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}._subtitle_1ng7r_67{margin-bottom:16px;font-size:1.1rem}._description_1ng7r_7{margin-bottom:1rem}._buttonWrapper_1ng7r_76{display:inline-block;margin-top:24px}@media(max-width:900px){._serviceGrid_1ng7r_20{grid-template-columns:1fr}._reverse_1ng7r_30 ._imageWrapper_1ng7r_30,._reverse_1ng7r_30 ._content_1ng7r_33{order:unset}}@media(min-width:768px){._subtitle_1ng7r_67{font-size:.875rem;font-weight:500}._contentDescription_1ng7r_95{font-size:.875rem}._imageWrapper_1ng7r_30 img{min-height:350px}}@media(min-width:1024px){._header_1ng7r_2 h1{font-size:2.5rem;max-width:700px;margin:0 auto}}._cta_7pwtr_2{position:relative;padding:100px 20px;text-align:center;color:#fff;background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;overflow:hidden}._overlay_7pwtr_16{position:absolute;inset:0;background:linear-gradient(180deg,#0f172ab3,#0f172ad9 60%,#020617f2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._content_7pwtr_23{position:relative;z-index:2;max-width:760px;display:flex;flex-direction:column;gap:20px;animation:_fadeUp_7pwtr_1 .9s ease forwards}._content_7pwtr_23 h2{font-size:2.5rem;line-height:1.3;font-weight:600;color:#fff}._description_7pwtr_39{color:#e2e8f0}._highlight_7pwtr_43{color:#f8fafc;font-weight:500}@media(min-width:768px){._cta_7pwtr_2{padding:140px 24px}h2{font-size:2.6rem}._description_7pwtr_39{font-size:1.05rem}}@media(min-width:1200px){._cta_7pwtr_2{padding:180px 24px}h2{font-size:3rem}}@keyframes _fadeUp_7pwtr_1{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}
