:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;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;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (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%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._row_d3uho_1{display:flex}._alignItemsCenter_d3uho_5{align-items:center}._spaceBetween_d3uho_9{justify-content:space-between}._fullWidth_d3uho_13{width:100%}._headerWrapper_d3uho_17{z-index:96;align-items:center;width:100%;height:76px;transition:all .5s;display:flex;position:fixed;top:0;left:0}._container_d3uho_29{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_d3uho_29{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_d3uho_29{padding-left:1rem;padding-right:1rem}}._logoSvg_d3uho_52{width:180px;height:60px;fill:var(--darkColor)}._loginBtn_d3uho_58{margin-right:1.5rem}._loginBtn_d3uho_58 ._loginBtnText_d3uho_61{color:var(--darkColor);font-size:1rem;font-weight:400;line-height:1.25rem;transition:all .3s}._loginBtn_d3uho_58 ._loginBtnText_d3uho_61:focus,._loginBtn_d3uho_58 ._loginBtnText_d3uho_61:hover{color:var(--darkPurpleColor)}._menuBtn_d3uho_72{fill:var(--darkColor);transition:all .3s}._menuBtn_d3uho_72:hover{fill:var(--darkPurpleColor)}._menuBtnSvg_d3uho_80{width:1.75rem;height:1.75rem;fill:inherit}._menuEnter_d3uho_86{transform:translate(-100%)}._menuEnterActive_d3uho_90{transition:all .3s;transform:translate(0%)}._menuExit_d3uho_95{transform:translate(0%)}._menuExitActive_d3uho_99{transition:all .3s;transform:translate(-100%)}._visible_d3uho_104{background-color:var(--whiteColor);transform:translateY(0)}._hidden_d3uho_109{transform:translateY(-100%)}._overlay_73fk6_1{width:100%;position:relative}._buttonDefaultWrapper_73fk6_6{cursor:pointer;text-align:center;border-radius:.5rem;justify-content:center;align-items:center;width:100%;transition:all .3s;display:flex;overflow:hidden}._buttonWrapper_type_main_73fk6_18{border:1px solid var(--darkPurpleColor);color:var(--whiteColor);background-color:var(--darkPurpleColor);fill:var(--whiteColor)}._buttonWrapper_type_main_73fk6_18:hover{color:var(--darkPurpleColor);fill:var(--darkPurpleColor);background-color:var(--whiteColor)}._buttonWrapper_type_main_white_73fk6_30{border:1px solid var(--whiteColor);color:var(--darkPurpleColor);background-color:var(--whiteColor);fill:var(--darkPurpleColor)}._buttonWrapper_type_main_white_73fk6_30:hover{border:1px solid var(--darkPurpleColor)}._buttonWrapper_type_secondary_73fk6_40{color:var(--darkPurpleColor);border:1px solid var(--darkPurpleColor);fill:var(--darkPurpleColor);background-color:#0000}._buttonWrapper_type_secondary_73fk6_40:hover{border:1px solid var(--darkPurpleColor);background-color:var(--darkPurpleColor);color:var(--whiteColor);fill:var(--whiteColor)}._buttonWrapper_type_secondary_white_73fk6_53{color:var(--whiteColor);border:1px solid var(--whiteColor);fill:var(--whiteColor);background-color:#0000}._buttonWrapper_type_secondary_white_73fk6_53:hover{border:1px solid var(--darkPurpleColor);background-color:var(--darkPurpleColor);color:var(--whiteColor)}._buttonWrapper_size_s_73fk6_65{padding:.675rem 2rem;font-size:1rem;font-weight:600}._buttonWrapper_size_m_73fk6_71{padding:1rem 2rem;font-size:1rem;font-weight:600}._buttonRow_73fk6_77{align-items:center;display:flex}._buttonBtn_73fk6_82{align-items:center;padding-left:.625rem;display:flex}._buttonBtnSvg_73fk6_88{width:1.5rem;height:1.5rem;fill:inherit}._buttonTitle_73fk6_94{color:inherit;font-size:inherit;line-height:1.1;font-weight:inherit;text-align:center}._buttonDefaulDisabled_73fk6_102{z-index:2;background-color:#ffffffb3;width:100%;height:100%;position:absolute;top:0;left:0}._nav_zhoc2_1{justify-content:center;align-items:center;display:flex}@media (width<=1024px){._nav_zhoc2_1{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}}._menuList_zhoc2_15{justify-content:center;align-items:center;list-style-type:none;display:flex}@media (width<=1024px){._menuList_zhoc2_15{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}}._wrapper_3tnbx_1{padding:0 .75rem;position:relative}@media (width<=1024px){._wrapper_3tnbx_1{border-bottom:1px solid #a5a5a533;width:100%;padding:1rem 0}}._fakeLink_3tnbx_13{font:inherit;color:var(--darkColor);fill:var(--darkColor);cursor:pointer;background:0 0;border:0;align-items:center;padding:0;display:flex}._fakeLink_3tnbx_13:hover{color:var(--darkPurpleColor);fill:var(--darkPurpleColor)}._fakeLinkIcon_3tnbx_29{align-items:center;padding-left:.75rem;display:flex}._fakeLinkIcon_3tnbx_29 ._fakeLinkIconSvg_3tnbx_34{width:14px;height:8px;fill:inherit;transition:all .3s}._fakeLinkIcon_3tnbx_29 ._fakeLinkIconSvg_3tnbx_34._fakeLinkIconSvgActive_3tnbx_40{transform:rotate(180deg)}._link_3tnbx_44{color:var(--darkColor);transition:all .3s}._link_3tnbx_44:hover{color:var(--darkPurpleColor)}._link_3tnbx_44:hover ._textAddTitle_3tnbx_51{background:linear-gradient(#4b62fd 0%,#1c1a46 100%)}._text_3tnbx_51{color:inherit;align-items:center;font-size:1rem;font-weight:400;line-height:1;display:flex}._textAddTitle_3tnbx_51{color:var(--whiteColor);background:linear-gradient(#4b62fd 0%,#1c1a46 100%);border-radius:4px;margin-left:.24rem;padding:3px 4px;font-weight:500;line-height:1;transition:all .3s}._childrenMenu_3tnbx_75{background-color:var(--whiteColor);z-index:95;border-radius:.5rem;width:180px;padding:.25rem 0;position:absolute;top:calc(.5rem + 100%);left:50%;transform:translate(-50%);box-shadow:-4px 9px 25px -6px #0000001a}@media (width<=1024px){._childrenMenu_3tnbx_75{width:100%;box-shadow:none;background-color:#0000;border-radius:0;padding:.5rem 0;position:static;top:0;left:0;transform:translate(0)}}._childrenMenuItem_3tnbx_102{border-bottom:1px solid #a5a5a533;width:100%;padding:.5rem;transition:all .3s}._childrenMenuItem_3tnbx_102:hover{background-color:#e9daff80}@media (width<=1024px){._childrenMenuItem_3tnbx_102:hover{background-color:#0000}._childrenMenuItem_3tnbx_102{border-bottom:1px solid #0000;padding:.5rem}._childrenMenuItem_3tnbx_102:hover{color:var(--darkPurpleColor)}}._childrenMenuItemLast_3tnbx_126{border-bottom:1px solid #0000}._wrapper_1p33f_1{z-index:99;background-color:#fcfaff;flex-direction:column;width:100%;max-width:460px;height:100%;padding:1.5rem;display:flex;position:fixed;top:0;left:0}@media (width<=560px){._wrapper_1p33f_1{padding:1.5rem 1rem}}._menuTopWrapper_1p33f_20{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}._menuTopLogo_1p33f_27{align-items:center;padding-right:1rem;display:flex;position:relative;transform:translate(-6px)}._menuTopLogoSvg_1p33f_35{width:150px;height:32px;fill:var(--darkColor)}._menuTopClose_1p33f_41{cursor:pointer;fill:var(--darkColor);justify-content:center;align-items:center;transition:all .3s;display:flex}._menuTopClose_1p33f_41:hover{fill:var(--darkPurpleColor)}._menuTopCloseSvg_1p33f_53{width:2rem;height:2rem;fill:inherit}._menuBottonRow_1p33f_59{margin:0 -.1rem 2rem;display:flex}._menuBottonItem_1p33f_65{width:calc(50% - .2rem);margin:0 .2rem}._menuBody_1p33f_70{flex-direction:column;flex-grow:1;width:100%;display:flex;overflow:hidden}._menuBodyScroll_1p33f_78{overflow-y:auto}._closeOverlay_1p33f_82{opacity:0;z-index:98;background-color:#0000001a;width:100%;height:100%;transition:opacity .3s;position:fixed;transform:translate(-100%)}._closeOverlayActive_1p33f_93{opacity:1;transform:translate(0)}._menuEnter_1p33f_98{transform:translate(-100%)}._menuEnterActive_1p33f_102{transition:transform .5s;transform:translate(0%)}._menuExit_1p33f_107{transform:translate(0%)}._menuExitActive_1p33f_111{transition:transform .5s;transform:translate(-100%)}._footerWrapper_1nvde_1{background-image:url(../../../img-dot-grid-3.png);background-position:50%;background-size:contain;background-color:var(--darkColor)}._footer_1nvde_1 ._wrapper_1nvde_8{width:100%;padding-top:3.5rem;padding-bottom:1rem}@media (width<=740px){._footer_1nvde_1 ._wrapper_1nvde_8{padding-top:2rem}}._footer_1nvde_1 ._container_1nvde_18{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._footer_1nvde_1 ._container_1nvde_18{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._footer_1nvde_1 ._container_1nvde_18{padding-left:1rem;padding-right:1rem}}._footer_1nvde_1 ._footerTop_1nvde_40{justify-content:space-between;width:100%;margin-bottom:4.5rem;display:flex}@media (width<=740px){._footer_1nvde_1 ._footerTop_1nvde_40{flex-direction:column;margin-bottom:2rem}._footer_1nvde_1 ._footerTop_left_1nvde_57{margin-bottom:2rem}}._footer_1nvde_1 ._footerTop_logo_1nvde_61{margin-bottom:2.5rem}@media (width<=740px){._footer_1nvde_1 ._footerTop_logo_1nvde_61{margin-bottom:2rem}}._footer_1nvde_1 ._footerTop_logo_svg_1nvde_69{width:206px;height:70px;fill:var(--whiteColor)}._footer_1nvde_1 ._footerTop_right_1nvde_74{width:100%;min-width:330px;max-width:460px}@media (width<=968px){._footer_1nvde_1 ._footerTop_right_1nvde_74{min-width:330px;max-width:400px}}@media (width<=740px){._footer_1nvde_1 ._footerTop_right_1nvde_74{width:100%;min-width:100%}}._footer_1nvde_1 ._footerMunu_1nvde_91{flex-wrap:wrap;width:100%;display:flex}._footer_1nvde_1 ._footerMunu_item_1nvde_96{width:50%}._footer_1nvde_1 ._footerBottom_1nvde_99{border-top:1px solid #a5a5a58c;padding-top:1rem}._footer_1nvde_1 ._footerBottom_text_1nvde_103{color:#fffc;font-size:1rem;font-weight:400;line-height:1.2}._scale_1nvde_110 ._overlay_1nvde_110{z-index:1;width:100%;padding-top:10rem;padding-bottom:10rem;position:relative}@media (width<=1300px){._scale_1nvde_110 ._overlay_1nvde_110{padding-top:9rem;padding-bottom:9rem}}@media (width<=1200px){._scale_1nvde_110 ._overlay_1nvde_110{padding-top:8rem;padding-bottom:8rem}}@media (width<=768px){._scale_1nvde_110 ._overlay_1nvde_110{padding-top:6rem;padding-bottom:6rem}}._scale_1nvde_110 ._contentWrap_1nvde_135{z-index:4;position:relative}._scale_1nvde_110 ._container_1nvde_18{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._scale_1nvde_110 ._container_1nvde_18{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._scale_1nvde_110 ._container_1nvde_18{padding-left:1rem;padding-right:1rem}}._scale_1nvde_110 ._content_1nvde_135{width:968px;margin:0 auto}@media (width<=1024px){._scale_1nvde_110 ._content_1nvde_135{width:100%}}._scale_1nvde_110 ._title_1nvde_170{color:#2f2b24;font-size:3.5rem;font-weight:700;line-height:4.125rem}@media (width<=1360px){._scale_1nvde_110 ._title_1nvde_170{font-size:3rem;line-height:3.5rem}}@media (width<=1300px){._scale_1nvde_110 ._title_1nvde_170{font-size:2.5rem;line-height:3rem}}@media (width<=968px){._scale_1nvde_110 ._title_1nvde_170{font-size:2.25rem;line-height:2.75rem}}@media (width<=768px){._scale_1nvde_110 ._title_1nvde_170{font-size:1.75rem;line-height:2.25rem}}._scale_1nvde_110 ._title_1nvde_170{color:var(--whiteColor);text-align:center;margin-bottom:1.5rem}._scale_1nvde_110 ._title_1nvde_170 ._highlight_1nvde_205{color:var(--purpleColor)}@media (width<=968px){._scale_1nvde_110 ._title_1nvde_170 br{display:none}}@media (width<=768px){._scale_1nvde_110 ._title_1nvde_170{margin-bottom:1rem}}._scale_1nvde_110 ._subTitle_1nvde_218{text-align:center;color:var(--whiteColor);font-size:1.25rem;font-weight:400;line-height:1.75rem}@media (width<=768px){._scale_1nvde_110 ._subTitle_1nvde_218{font-size:1rem;line-height:1.5rem}}._scale_1nvde_110 ._buttons_1nvde_231{justify-content:center;margin-top:3rem;display:flex}@media (width<=768px){._scale_1nvde_110 ._buttons_1nvde_231{flex-wrap:wrap;margin-top:2rem}}._scale_1nvde_110 ._buttonsItem_1nvde_242{margin:0 .5rem}@media (width<=768px){._scale_1nvde_110 ._buttonsItem_1nvde_242{margin:.2rem .5rem}}._scale_1nvde_110 ._gradientOverlay_1nvde_250{z-index:3;background:linear-gradient(#100e09 0% 100%);width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=768px){._scale_1nvde_110 ._gradientOverlay_1nvde_250{background:linear-gradient(#100e09 0% 90%)}}._list_6sqrz_1{list-style-type:none;display:flex}._linkWrap_6sqrz_6{margin-right:.5rem}._linkWrap_6sqrz_6:last-child{margin-right:0}._link_6sqrz_6{fill:#fffc;cursor:pointer;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:3.375rem;height:3.375rem;transition:all .3s;display:flex}._link_6sqrz_6:hover{fill:#fff;border:1px solid #fff}._linkStroke_6sqrz_30{fill:#0000;stroke:#fffc}._linkStroke_6sqrz_30:hover{fill:#0000;stroke:#fff;border:1px solid #fff}._linkIcon_6sqrz_40{width:1.25rem;height:1.25rem;fill:inherit}._wrapper_1h09i_1{width:100%;margin-bottom:2.5rem;padding:0 .5rem}@media (width<=740px){._wrapper_1h09i_1{margin-bottom:2rem}}._title_1h09i_12{color:var(--whiteColor);margin-bottom:.5rem;font-size:1.25rem;font-weight:600;line-height:1.5}._list_1h09i_20{width:100%;list-style-type:none}._listItem_1h09i_25{color:#fffc;width:100%;margin-bottom:.5rem;transition:all .3s;position:relative}._listItem_1h09i_25:hover{color:#fff;transform:scale(1.02)}._listItemText_1h09i_37{color:inherit;font-size:1rem;line-height:1.25rem}._wrapper_42yt8_1{background-color:var(--whiteColor);flex-direction:column;width:100%;height:100%;min-height:100vh;display:flex}._mainWrapper_42yt8_10{flex-grow:1;width:100%;padding-top:76px}._mainWrapper_vhz61_1,._fullWidth_1nljt_1{width:100%}._wrapper_1nljt_5{background-image:url(../../../img-dot-grid.png);width:100%;padding-top:9.5rem;padding-bottom:8.25rem;position:relative}@media (width<=1100px){._wrapper_1nljt_5{padding-top:10.375rem}}@media (width<=768px){._wrapper_1nljt_5{padding-top:4rem;padding-bottom:4rem}}._container_1nljt_24{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_1nljt_24{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_1nljt_24{padding-left:1rem;padding-right:1rem}}._container_1nljt_24{position:static}._main_1nljt_50{z-index:2;width:100%;position:relative}._mainTop_1nljt_56{margin-bottom:3.5rem}@media (width<=768px){._mainTop_1nljt_56{margin-bottom:2rem}}._topBlockRow_1nljt_65{justify-content:center;margin-bottom:1.5rem;display:flex}._topBlock_1nljt_65{border:1px solid var(--darkPurpleColor);background-color:#562faf0d;border-radius:3rem;width:fit-content;padding:.875rem 1.25rem .875rem 3rem;position:relative}._topBlock_1nljt_65 span{color:var(--darkPurpleColor);text-align:center;font-size:.875rem;font-weight:500;line-height:1;display:block}@media (width<=768px){._topBlock_1nljt_65 span{font-size:.75rem;line-height:.875rem}}._topBlock_1nljt_65:before{content:"";background-color:var(--darkPurpleColor);border-radius:50%;width:1rem;height:1rem;animation:3s ease-in-out infinite _pulse_1nljt_1;position:absolute;top:50%;left:1.5rem;transform:translate(-25%,-50%);box-shadow:0 4px 8px #7d33fe80}@media (width<=768px){._topBlock_1nljt_65:before{display:none}._topBlock_1nljt_65{border-radius:2rem;padding:.75rem 1rem}}@keyframes _pulse_1nljt_1{0%,to{transform:translate(-25%,-50%)scale(1);box-shadow:0 4px 8px #7d33fe80}50%{transform:translate(-25%,-50%)scale(.75);box-shadow:0 4px 8px #7d33fe4d}}._title_1nljt_128{text-align:center;color:var(--darkColor);margin-bottom:2.5rem;font-size:4.375rem;font-weight:700;line-height:5.375rem}@media (width<=1300px){._title_1nljt_128{font-size:4rem;line-height:5rem}}@media (width<=1170px){._title_1nljt_128{margin-bottom:2rem;font-size:3rem;line-height:4rem}}@media (width<=768px){._title_1nljt_128{margin-bottom:1.5rem;font-size:2.25rem;line-height:2.75rem}}@media (width<=420px){._title_1nljt_128{font-size:2rem;line-height:2.5rem}}._titleGradient_1nljt_163{background:linear-gradient(#4b62fd 0%,#1c1a46 100%);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._subTitle_1nljt_171{color:#686868;text-align:center;margin-bottom:1.5rem;font-size:1.25rem;line-height:1.875rem}@media (width<=768px){._subTitle_1nljt_171{font-size:1rem;line-height:1.5rem}}._infoWrapper_1nljt_185{justify-content:center;align-items:center;width:100%;list-style-type:none;display:flex}@media (width<=768px){._infoWrapper_1nljt_185{flex-direction:column}}._infoItem_1nljt_198{align-items:center;margin:0 .5rem;display:flex}@media (width<=768px){._infoItem_1nljt_198{margin:0 0 .5rem}}._infoItemIcon_1nljt_209{align-items:center;margin-right:.5rem;display:flex}._infoItemIconSvg_1nljt_215{stroke:#a5a5a5;width:1rem;height:1rem}._iconStar_1nljt_221{margin-right:4px}._infoItemText_1nljt_225{color:#434346;font-size:1rem;font-weight:400;line-height:1.25rem}._mainButton_1nljt_232{justify-content:center;display:flex}@media (width<=460px){._mainButton_1nljt_232{flex-direction:column}}._mainButtonItem_1nljt_242{margin:0 .5rem}@media (width<=460px){._mainButtonItem_1nljt_242{margin:0 0 .5rem}}._reviewWrapper_1_1nljt_251{position:absolute;top:3rem;right:-14rem}@media (width<=1700px){._reviewWrapper_1_1nljt_251{top:3.5rem;right:-6rem}}@media (width<=1100px){._reviewWrapper_1_1nljt_251{top:3.5rem;right:3rem}}@media (width<=768px){._reviewWrapper_1_1nljt_251{margin-top:2rem;margin-bottom:.5rem;position:static;top:0;left:0;display:none!important}}._reviewWrapper_2_1nljt_279{position:absolute;bottom:15rem;left:-9.25rem}@media (width<=1700px){._reviewWrapper_2_1nljt_279{bottom:15rem;left:-5rem}}@media (width<=1440px){._reviewWrapper_2_1nljt_279{bottom:15rem;left:0}}@media (width<=1100px){._reviewWrapper_2_1nljt_279{bottom:9rem;left:3rem}}@media (width<=768px){._reviewWrapper_2_1nljt_279{margin-bottom:.5rem;position:static;top:0;left:0;display:none!important}}._reviewWrapper_3_1nljt_312{position:absolute;bottom:-4rem;right:-5rem}@media (width<=1100px){._reviewWrapper_3_1nljt_312{bottom:3rem;right:3rem}}@media (width<=768px){._reviewWrapper_3_1nljt_312{margin-bottom:.5rem;position:static;top:0;left:0;display:none!important}}._mainGradientDecor_1nljt_333{opacity:.1;filter:blur(178.85px);z-index:0;background:linear-gradient(#562faf 0%,#26154d 100%);animation:5s ease-in-out infinite _blinkAndRotate_1nljt_1;position:absolute}@media (width<=1100px){._mainGradientDecor_1nljt_333{animation:none}}@keyframes _blinkAndRotate_1nljt_1{0%,to{opacity:.1;transform:rotate(0)}50%{opacity:.3;transform:rotate(180deg)}}._mainGradientDecor_1_1nljt_357{width:542px;height:542px;top:0;left:0;transform:translate(-20%)}._mainGradientDecor_2_1nljt_365{width:682px;height:682px;top:0;bottom:0;right:0;transform:translate(50%)}._videoWrapper_1nljt_374{text-align:center;margin-top:28px;padding:0 20px;position:relative}._bannerImg_1nljt_381,._videoPreview_1nljt_381,._bannerIframe_1nljt_381{border:3px solid #100e09;border-radius:25px;width:100%;max-width:1000px;margin:auto;box-shadow:0 0 40px #0000001a}._bannerIframe_1nljt_381{aspect-ratio:16/9}._videoPreview_1nljt_381{aspect-ratio:16/9;cursor:pointer;background:#100e09;padding:0;display:block;position:relative;overflow:hidden}._videoPreview_1nljt_381 img{object-fit:cover;width:100%;height:100%;display:block}._videoPlayIcon_1nljt_410{color:#fff;background:var(--mainPurpleColor);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .2s,background-color .2s;display:flex;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #100e0940}._videoPreview_1nljt_381:hover ._videoPlayIcon_1nljt_410{background:var(--darkPurpleColor);transform:translate(-50%,-50%)scale(1.06)}@media (width<=768px){._videoPlayIcon_1nljt_410{width:56px;height:56px}}._videoPlayIcon_1nljt_410:before{content:"";border-top:15px solid #0000;border-bottom:15px solid #0000;border-left:22px solid;width:0;height:0;margin-left:5px;display:block}@media (width<=768px){._videoPlayIcon_1nljt_410:before{border-top-width:12px;border-bottom-width:12px;border-left-width:18px;margin-left:4px}}._subTitle2_1nljt_455{letter-spacing:0%;color:#686868;text-align:center;margin-top:8px;font-size:12.59px;font-weight:400;line-height:13px}._wrapper_1c9es_1{background-color:#fcfaff;border:1px solid #6661ff;border-radius:1rem;align-items:center;padding:.625rem 1rem;display:flex}@media (width<=968px){._wrapper_1c9es_1{padding:.5rem}}._avatar_1c9es_15{background-color:var(--darkColor);border-radius:50%;justify-content:center;align-items:center;width:3rem;min-width:3rem;height:3rem;margin-right:1rem;display:flex}._avatar_1c9es_15 span{text-transform:uppercase;color:var(--whiteColor);font-size:1rem;font-weight:700;line-height:1}._avatar_1c9es_15 ._avatarImg_1c9es_33{object-fit:cover;object-position:center;border-radius:50%;width:3rem;min-width:3rem;height:3rem;display:block}._content_1c9es_43{width:100%}._contentTop_1c9es_47{align-items:center;margin-bottom:.5rem;display:flex}@media (width<=968px){._contentTop_1c9es_47{margin-bottom:.25rem}}._contentTop_star_1c9es_58{margin-right:1rem}._contentTop_text_1c9es_62{color:var(--darkColor);font-size:1rem;font-weight:700;line-height:1.5rem}@media (width<=968px){._contentTop_text_1c9es_62{font-size:.875rem;line-height:1.25rem}}._contentBottom_review_1c9es_75{color:#686868;font-size:1rem;font-weight:400;line-height:1.25rem}@media (width<=968px){._contentBottom_review_1c9es_75{font-size:.875rem}}._row_4c0wg_1{align-items:center;display:flex}._star_4c0wg_6{fill:#a5a5a5;width:1rem;height:1rem;margin-right:2px}._starActive_4c0wg_13{fill:#ffb945}._wrapper_1w4mm_1{width:100%}._container_1w4mm_5{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_1w4mm_5{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_1w4mm_5{padding-left:1rem;padding-right:1rem}}._content_1w4mm_28{padding-top:2.25rem;padding-bottom:6.5rem}@media (width<=768px){._content_1w4mm_28{padding-top:3rem;padding-bottom:3rem}}._title_1w4mm_39{text-align:center;color:#686868;margin-bottom:2.5rem;font-size:1.25rem;font-weight:600;line-height:1.5rem}._companyRow_1w4mm_48{flex-wrap:wrap;justify-content:space-around;align-items:center;list-style-type:none;display:flex}._companyItem_1w4mm_56{margin:0 1rem 1rem}._companyItemIcon_1_1w4mm_61,._companyItemIcon_2_1w4mm_62,._companyItemIcon_3_1w4mm_63,._companyItemIcon_4_1w4mm_64,._companyItemIcon_5_1w4mm_65,._companyItemIcon_6_1w4mm_66{opacity:.6;width:128px;display:block}._wrapper_b9qe1_1{width:100%;margin-top:4rem;margin-bottom:6rem}@media (width<=968px){._wrapper_b9qe1_1{margin-bottom:4rem}}@media (width<=768px){._wrapper_b9qe1_1{margin-bottom:3rem}}._container_b9qe1_17{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_b9qe1_17{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_b9qe1_17{padding-left:1rem;padding-right:1rem}}._fullWidth_b9qe1_40{width:100%}._titleWrap_b9qe1_44{justify-content:space-between;align-items:center;margin-bottom:3.5rem;display:flex}@media (width<=1200px){._titleWrap_b9qe1_44{margin-bottom:3rem}}@media (width<=968px){._titleWrap_b9qe1_44{margin-bottom:3rem}}@media (width<=768px){._titleWrap_b9qe1_44{flex-direction:column;margin-bottom:1.5rem}}._title_b9qe1_44{color:#2f2b24;font-size:3.5rem;font-weight:700;line-height:4.125rem}@media (width<=1360px){._title_b9qe1_44{font-size:3rem;line-height:3.5rem}}@media (width<=1300px){._title_b9qe1_44{font-size:2.5rem;line-height:3rem}}@media (width<=968px){._title_b9qe1_44{font-size:2.25rem;line-height:2.75rem}}@media (width<=768px){._title_b9qe1_44{text-align:center;margin-bottom:1rem;font-size:1.75rem;line-height:2.25rem}}._subTitleWrap_b9qe1_104{max-width:330px}@media (width<=768px){._subTitleWrap_b9qe1_104{width:100%;max-width:100%}}._subTitle_b9qe1_104{color:#2f2b24;margin-bottom:1rem;font-size:1rem;font-weight:400}@media (width<=768px){._subTitle_b9qe1_104{text-align:center}}._subTitleBtn_b9qe1_126{display:flex}@media (width<=768px){._subTitleBtn_b9qe1_126{justify-content:center}}._list_b9qe1_135{flex-wrap:wrap;justify-content:space-between;margin:0 -12px;display:flex}@media (width<=968px){._list_b9qe1_135{margin:0 -6px}}@media (width<=768px){._list_b9qe1_135{margin:0}}._item_b9qe1_152{border:1px solid #a5a5a580;border-radius:8px;margin:12px;display:flex;overflow:hidden}@media (width<=968px){._item_b9qe1_152{margin:6px}}@media (width<=768px){._item_b9qe1_152{margin:6px 0}}._content_b9qe1_170{background-color:#fcfaff;flex-direction:column;justify-content:center;padding:3rem;display:flex}@media (width<=1200px){._content_b9qe1_170{padding:2rem}}@media (width<=768px){._content_b9qe1_170{padding:1.5rem}}._imageWrap_b9qe1_188{justify-content:center;align-items:center;display:flex}._imageWrap_b9qe1_188 img,._imageWrap_b9qe1_188 video{object-fit:contain;width:100%;display:block}._item_w50_b9qe1_200{flex-direction:column;width:calc(50% - 24px)}._item_w50_b9qe1_200 ._content_b9qe1_170{justify-content:flex-start;width:100%;min-width:100%;min-height:320px}@media (width<=768px){._item_w50_b9qe1_200 ._content_b9qe1_170{min-height:auto}}._item_w50_b9qe1_200 ._imageWrap_b9qe1_188{width:100%;min-width:100%;min-height:420px;max-height:420px}@media (width<=968px){._item_w50_b9qe1_200 ._imageWrap_b9qe1_188{min-height:370px;max-height:370px}}@media (width<=768px){._item_w50_b9qe1_200 ._imageWrap_b9qe1_188{min-height:auto;max-height:420px}}@media (width<=968px){._item_w50_b9qe1_200{width:calc(50% - 12px)}}@media (width<=768px){._item_w50_b9qe1_200{width:100%}}._item_w100_b9qe1_244{flex-direction:row;width:100%}._item_w100_b9qe1_244 ._content_b9qe1_170{width:50%;min-width:50%}@media (width<=768px){._item_w100_b9qe1_244 ._content_b9qe1_170{width:100%;min-width:100%}}._item_w100_b9qe1_244 ._imageWrap_b9qe1_188{width:50%;min-width:50%;min-height:420px;max-height:440px}@media (width<=768px){._item_w100_b9qe1_244 ._imageWrap_b9qe1_188{width:100%;min-width:100%;min-height:420px;max-height:420px}._item_w100_b9qe1_244{flex-direction:column}}._flexReverse_b9qe1_278{flex-direction:column-reverse}@media (width<=768px){._flexReverse_b9qe1_278{flex-direction:column}}._contentTitle_b9qe1_287{color:var(--darkColor);margin-bottom:1rem;font-size:2rem;font-weight:600;line-height:2.5rem}@media (width<=1300px){._contentTitle_b9qe1_287{font-size:1.75rem;line-height:2.25rem}}@media (width<=1200px){._contentTitle_b9qe1_287{font-size:1.5rem;line-height:2rem}}@media (width<=968px){._contentTitle_b9qe1_287{font-size:1.25rem;line-height:1.75rem}}._contentText_b9qe1_313{color:#686868;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.25rem}._buttonRow_b9qe1_321{flex-wrap:wrap;align-items:center;display:flex}._buttonRowItem_b9qe1_327{margin-right:1rem}._buttonRowItem_b9qe1_327:last-child{margin-right:0}._contentLinkWrapper_b9qe1_334{justify-content:center;display:flex}._contentLink_b9qe1_334{color:var(--darkPurpleColor);fill:var(--darkPurpleColor);align-items:center;font-weight:600;line-height:1;transition:all .3s;display:flex}._contentLink_b9qe1_334 ._contentLinkIcon_b9qe1_348{align-items:center;margin-left:.5rem;display:flex}._contentLink_b9qe1_334 ._contentLinkIcon_b9qe1_348 ._contentLinkIconSvg_b9qe1_353{width:1.5rem;height:1.5rem;fill:inherit}._contentLink_b9qe1_334:hover{opacity:.7}._imageWrapBg_1_b9qe1_362{background-color:#ff8c6a33}._imageWrapBg_2_b9qe1_366{background-color:#ed47d333}._imageWrapBg_2_b9qe1_366 img,._imageWrapBg_2_b9qe1_366 video{border:2px solid #100e09;border-radius:8px;width:fit-content;max-width:100%;box-shadow:0 0 18px 8px #100e0933}._imageWrapBg_3_b9qe1_378{background-color:#6661ff33}._imageWrapBg_3_b9qe1_378 img,._imageWrapBg_3_b9qe1_378 video{border:2px solid #100e09;border-radius:8px;width:fit-content;max-width:100%;box-shadow:0 0 18px 8px #100e0933}._imageWrapBg_4_b9qe1_390{background-color:#f9f87133}._imageWrapBg_5_b9qe1_394{background-color:#ff559a33}._wrapper_ijq09_1{width:100%;margin-bottom:9.6875rem}@media (width<=768px){._wrapper_ijq09_1{margin-bottom:6rem}}._container_ijq09_11{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_ijq09_11{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_ijq09_11{padding-left:1rem;padding-right:1rem}}._row_ijq09_34{justify-content:space-between;display:flex}@media (width<=768px){._row_ijq09_34{flex-direction:column}}._titleWrap_ijq09_44{margin-bottom:2rem}@media (width<=768px){._titleWrap_ijq09_44{margin-bottom:1rem}}._title_ijq09_44{color:#2f2b24;font-size:3.5rem;font-weight:700;line-height:4.125rem}@media (width<=1360px){._title_ijq09_44{font-size:3rem;line-height:3.5rem}}@media (width<=1300px){._title_ijq09_44{font-size:2.5rem;line-height:3rem}}@media (width<=968px){._title_ijq09_44{font-size:2.25rem;line-height:2.75rem}}@media (width<=768px){._title_ijq09_44{font-size:1.75rem;line-height:2.25rem}}._faqWrap_ijq09_84{width:66%;min-width:66%}@media (width<=768px){._faqWrap_ijq09_84{width:100%;min-width:100%}}._wrapper_1rpyg_1{border-bottom:1px solid #a6a5a5;width:100%;overflow:hidden}._top_1rpyg_7{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}._topTitle_1rpyg_15{padding-right:10px}._topTitle_text_1rpyg_19{color:var(--darkColor);font-size:1rem;font-weight:400;line-height:1.2}._topArrow_1rpyg_26{align-items:center;display:flex}._topArrowSvg_1rpyg_31{width:1rem;height:1rem;fill:var(--darkColor);transition:all .3s}._topArrowSvg_active_1rpyg_38{fill:var(--darkPurpleColor);transform:rotate(180deg)}._answerWrapper_1rpyg_43{width:100%;padding:1rem 0}._answerText_1rpyg_48{color:#686868;font-size:1rem;font-weight:400;line-height:1.4}._answerText_1rpyg_48 ul{margin-top:.8rem;margin-bottom:.8rem;padding-left:1.6rem}._answerEnter_1rpyg_60{opacity:0;height:0;overflow:hidden}._answerEnterActive_1rpyg_66{opacity:1;height:auto;transition:all .3s ease-in-out}._answerExit_1rpyg_72{opacity:1;height:auto;overflow:hidden}._answerExitActive_1rpyg_78{opacity:0;transition:all .3s ease-in-out}._wrapper_l154s_1{width:100%;margin-bottom:7rem}@media (width<=968px){._wrapper_l154s_1{margin-bottom:4rem}}@media (width<=768px){._wrapper_l154s_1{margin-bottom:3rem}}._container_l154s_16{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_l154s_16{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_l154s_16{padding-left:1rem;padding-right:1rem}}._topWrapper_l154s_39{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}@media (width<=768px){._topWrapper_l154s_39{margin-bottom:1rem}}._titleWrapper_l154s_51{padding-right:1rem}@media (width<=768px){._titleWrapper_l154s_51{padding-right:0}}._title_l154s_51{color:#2f2b24;font-size:3.5rem;font-weight:700;line-height:4.125rem}@media (width<=1360px){._title_l154s_51{font-size:3rem;line-height:3.5rem}}@media (width<=1300px){._title_l154s_51{font-size:2.5rem;line-height:3rem}}@media (width<=968px){._title_l154s_51{font-size:2.25rem;line-height:2.75rem}}@media (width<=768px){._title_l154s_51{font-size:1.75rem;line-height:2.25rem}}._grid_l154s_91{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1200px){._grid_l154s_91{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=768px){._grid_l154s_91{grid-template-columns:repeat(1,1fr);gap:1.5rem}}._list_l154s_109{width:100%}@media (width<=768px){._buttonWrap_l154s_114{justify-content:center;width:100%;margin-top:1rem;display:flex}}._wrapper_14rmy_1{cursor:pointer;border-top:1px solid #a5a5a5;padding:1rem 1.5rem}@media (width<=768px){._wrapper_14rmy_1{padding:1rem 0}}._wrapper_14rmy_1:hover ._title_14rmy_11{color:var(--darkPurpleColor)}._wrapper_14rmy_1:last-child{border-bottom:1px solid #a5a5a5}._row_14rmy_18{justify-content:space-between;align-items:center;display:flex}@media (width<=968px){._row_14rmy_18{align-items:flex-start}}._contentImgWrap_14rmy_29{padding-right:1.5rem}@media (width<=768px){._contentImgWrap_14rmy_29{padding-right:1rem}}._contentImg_14rmy_29{border-radius:.5rem;width:100px;min-width:100px;height:100px;overflow:hidden}@media (width<=768px){._contentImg_14rmy_29{width:70px;min-width:70px;height:70px}}._contentImgEmpty_14rmy_53{background-color:#c2c2c2;justify-content:center;align-items:center;display:flex}._contentImgSvg_14rmy_60{stroke:#7a7a7a;width:2.2rem;height:2.2rem}._contentImageImg_14rmy_66{object-fit:cover;object-position:center;width:100%;height:100%;display:block}._content_14rmy_29{justify-content:space-between;align-items:center;width:100%;display:flex}@media (width<=968px){._content_14rmy_29{flex-direction:column}}._contentLeft_14rmy_86{width:100%;padding-right:1rem}@media (width<=968px){._contentLeft_14rmy_86{padding-right:0}}._contenRight_14rmy_96{min-width:160px}@media (width<=968px){._contenRight_14rmy_96{width:100%;margin-top:1rem}}._title_14rmy_11{color:var(--darkColor);margin-bottom:1rem;font-size:1.25rem;font-weight:600;line-height:1.5rem;transition:all .3s}@media (width<=768px){._title_14rmy_11{margin-bottom:.5rem;font-size:1.125rem;line-height:1.25rem}}._text_14rmy_122{color:#686868;font-size:1rem;font-weight:400;line-height:1.375rem}._text14_14rmy_129{font-size:.875rem;line-height:1rem}._alignRight_14rmy_134{text-align:right}._wrapper_xey5b_1{cursor:pointer;width:100%;transition:all .3s}._wrapper_xey5b_1:hover ._title_xey5b_6{color:var(--darkPurpleColor)}._rowWrapper_xey5b_10{display:flex}@media (width<=768px){._rowWrapper_xey5b_10{flex-direction:column}}._blogImage_xey5b_19{border-radius:.5rem;width:100%;height:258px;overflow:hidden}._blogImageEmpty_xey5b_26{background-color:#c2c2c2;justify-content:center;align-items:center;display:flex}@media (width>=768px){._blogImageRow_xey5b_34{width:50%;min-width:50%;min-height:320px}}@media (width>=968px){._blogImageRow_xey5b_34{width:66%;min-width:66%;height:auto;min-height:420px}}._blogImageEmptySvg_xey5b_49{stroke:#7a7a7a;width:2.2rem;height:2.2rem}._blogImageImg_xey5b_55{object-fit:cover;object-position:center;width:100%;height:100%;display:block}._content_xey5b_63{margin-top:1rem}@media (width>=768px){._contentRow_xey5b_68{width:100%;margin-top:0;padding-left:1rem}}._dateWrapper_xey5b_75{margin-bottom:1rem}._date_xey5b_75{color:#686868;font-size:.875rem;font-weight:400;line-height:1rem}._titleWrapper_xey5b_86{margin-bottom:.5rem}._title_xey5b_6{color:var(--darkColor);font-size:1.25rem;font-weight:600;line-height:1.5rem;transition:all .3s}@media (width>=1200px){._title_l_xey5b_99{font-size:2rem;line-height:2.25rem}}._description_xey5b_105{color:#686868;font-size:1rem;font-weight:400;line-height:1.375rem}@media (width>=1200px){._description_l_xey5b_113{font-size:1.25rem;line-height:1.875rem}}._wrapper_1tlmp_1{width:100%;margin-bottom:8rem}._container_1tlmp_6{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_1tlmp_6{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_1tlmp_6{padding-left:1rem;padding-right:1rem}}._reviewsWrap_1tlmp_29{width:100%}._reviewsTop_1tlmp_33{width:100%;margin-bottom:2rem}._title_1tlmp_38{color:#2f2b24;font-size:3.5rem;font-weight:700;line-height:4.125rem}@media (width<=1360px){._title_1tlmp_38{font-size:3rem;line-height:3.5rem}}@media (width<=1300px){._title_1tlmp_38{font-size:2.5rem;line-height:3rem}}@media (width<=968px){._title_1tlmp_38{font-size:2.25rem;line-height:2.75rem}}@media (width<=768px){._title_1tlmp_38{font-size:1.75rem;line-height:2.25rem}}._title_1tlmp_38{padding-right:25%}@media (width<=660px){._title_1tlmp_38{padding-right:0}}._reviews_1tlmp_29{margin:0 -.75rem;position:relative}@media (width<=1200px){._reviews_1tlmp_29{margin:0 -.5rem}}._reviewsGrid_1tlmp_87{flex-wrap:wrap;display:flex}@media (width<=660px){._reviewsGrid_1tlmp_87{margin:0}}._overlay_a3jvd_1{margin:0 .75rem}@media (width<=1200px){._overlay_a3jvd_1{margin:0 .5rem}}._gridOverlay_a3jvd_10{width:calc(33.3% - 1.5rem)}@media (width<=1200px){._gridOverlay_a3jvd_10{width:calc(50% - 1rem)}}@media (width<=660px){._gridOverlay_a3jvd_10{width:100%;margin:0}}._wrapper_a3jvd_25{background:linear-gradient(#4b62fd05,#4b62fd05);border:3px solid #4b62fd;border-radius:.5rem;flex-direction:column;width:100%;height:454px;margin-bottom:1rem;padding:2rem 1.5rem;display:flex}@media (width<=968px){._wrapper_a3jvd_25{padding:1.5rem}}@media (width<=768px){._wrapper_a3jvd_25{padding:1rem}}._userDataWrap_a3jvd_47{align-items:center;margin-bottom:2.5rem;display:flex}@media (width<=968px){._userDataWrap_a3jvd_47{margin-bottom:2rem}}@media (width<=768px){._userDataWrap_a3jvd_47{margin-bottom:1.5rem}}._userAvatar_a3jvd_63{border-radius:50%;justify-content:center;align-items:center;width:3rem;min-width:3rem;height:3rem;margin-right:1rem;display:flex;overflow:hidden}._userAvatar_a3jvd_63 img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}._userAvatarEmpty_a3jvd_82{background-color:var(--darkColor)}._userDataContent_a3jvd_86{width:100%}._userDataTitle_a3jvd_90{color:var(--darkColor);margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem}._body_a3jvd_97{flex-direction:column;flex-grow:1;width:100%;display:flex;overflow:hidden}._bodyScroll_a3jvd_105{overflow-y:auto}._bodyTitle_a3jvd_109{margin-bottom:1rem;font-size:1.25rem;font-weight:600;line-height:1.5rem}._bodyText_a3jvd_116{color:#686868;font-size:1rem;font-weight:400;line-height:1.25rem}._buttonArrow_1xvxe_1{background:var(--whiteColor);cursor:pointer;width:40px;height:40px;fill:var(--darkColor);border:1px solid #8080808c;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:-5rem}._buttonArrow_1xvxe_1:hover{fill:var(--darkPurpleColor);background-color:#fcfaff}@media (width<=1200px){._buttonArrow_1xvxe_1{top:-4.5rem}}._buttonArrowNext_1xvxe_26{right:16px}._buttonArrowPrev_1xvxe_30{right:64px}._buttonArrowWrapper_1xvxe_34{justify-content:center;align-items:center;height:100%;display:flex}._buttonArrowSvg_1xvxe_41{width:1.25rem;height:1.25rem;fill:inherit;position:relative}._cardContainer_jzfv2_1{background-color:#000;border:1px solid #322c494d;border-radius:1rem;overflow:hidden}._cardContainer_jzfv2_1 ._gradientBackground_jzfv2_7{background:linear-gradient(90deg,#6661ff33 20%,#0000 50%,#6661ff66 90%)}._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10{grid-template-columns:repeat(2,1fr);gap:3rem;height:570px;display:grid}@media screen and (width<=1024px){._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10{grid-template-columns:repeat(1,1fr);gap:2rem;height:auto}}._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._contentLeft_jzfv2_23{flex-direction:column;justify-content:end;align-items:flex-start;gap:3rem;width:auto;padding:5rem 4rem;display:flex}@media screen and (width<=1024px){._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._contentLeft_jzfv2_23{gap:2rem;padding:3rem 1.5rem}}._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._contentLeft_jzfv2_23 ._iconContainer_jzfv2_40{background-color:#d12cff1a;border:1px solid #d12cff4d;border-radius:9999px;flex-direction:column;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._contentLeft_jzfv2_23 ._title_jzfv2_51{color:#fff;font-size:1.25rem}@media (width>=768px){._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._contentLeft_jzfv2_23 ._title_jzfv2_51{font-size:1.875rem}}@media (width>=1024px){._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._contentLeft_jzfv2_23 ._title_jzfv2_51{font-size:3.125rem}}._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._contentLeft_jzfv2_23 ._title_jzfv2_51{font-weight:600;line-height:1.375}._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._contentLeft_jzfv2_23 ._description_jzfv2_69{color:#fff;max-width:32rem;font-size:1rem;line-height:1.75}@media (width>=1024px){._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._contentLeft_jzfv2_23 ._description_jzfv2_69{font-size:1.25rem}}._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._imageContainer_jzfv2_80{display:none;position:relative}@media (width>=768px){._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._imageContainer_jzfv2_80{background-image:url(../../../img-dot-grid-2.png);background-size:cover;justify-content:flex-end;align-items:flex-end;margin-right:-1.5rem;display:block;position:relative}}._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._imageContainer_jzfv2_80 img{width:100%;max-width:40rem;height:auto;margin-left:auto}._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._imageContainer_jzfv2_80:not(._position_jzfv2_101) img{max-width:32rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._cardContainer_jzfv2_1 ._gridLayout_jzfv2_10 ._imageContainer_jzfv2_80._position_jzfv2_101 img{position:absolute;bottom:0;left:2rem}._flexColumn_mk0o5_1{flex-direction:column;gap:1.5rem;display:flex}._flexColumn_mk0o5_1 ._stickyCard_mk0o5_6{position:sticky;top:6rem}._flexColumn_mk0o5_1 ._stickyCard_mk0o5_6 ._transitionContainer_mk0o5_10{transition:all .5s}._sectionContainer_alw86_1{flex-direction:column;gap:4rem;max-width:1500px;margin:0 auto;padding:6rem 1rem;display:flex;position:relative}._sectionContainer_alw86_1 ._headerContainer_alw86_11{flex-direction:column;display:flex}@media (width>=768px){._sectionContainer_alw86_1 ._headerContainer_alw86_11{flex-direction:row}}._sectionContainer_alw86_1 ._headerContainer_alw86_11{justify-content:space-between;align-items:center;gap:1.5rem}@media (width>=768px){._sectionContainer_alw86_1 ._headerContainer_alw86_11{gap:0}}._sectionContainer_alw86_1 ._headerContainer_alw86_11{position:sticky;top:1rem}._sectionContainer_alw86_1 ._headerContainer_alw86_11 ._headerTitle_alw86_34{color:#100e09;font-size:1.875rem}@media (width>=768px){._sectionContainer_alw86_1 ._headerContainer_alw86_11 ._headerTitle_alw86_34{font-size:2.25rem}}@media (width>=1024px){._sectionContainer_alw86_1 ._headerContainer_alw86_11 ._headerTitle_alw86_34{font-size:3.125rem}}._sectionContainer_alw86_1 ._headerContainer_alw86_11 ._headerTitle_alw86_34{font-weight:700}@keyframes _float1_1n636_1{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes _float2_1n636_1{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes _float3_1n636_1{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes _float4_1n636_1{0%{transform:translateY(0)}50%{transform:translateY(-25px)}to{transform:translateY(0)}}._newIntegrations_1n636_45{flex-direction:column;justify-content:center;align-items:center;max-width:100%;height:400px;margin:0 auto;padding-left:1rem;padding-right:1rem;display:flex;position:relative}@media (width>=768px){._newIntegrations_1n636_45{height:600px;padding-left:0;padding-right:0}}@media (width>=1024px){._newIntegrations_1n636_45{height:800px}}._newIntegrations_1n636_45 ._header_1n636_69{text-align:center;color:#100e09;max-width:28rem;font-size:2rem;font-weight:700;line-height:1.1}@media (width>=768px){._newIntegrations_1n636_45 ._header_1n636_69{font-size:2.25rem}}@media (width>=1024px){._newIntegrations_1n636_45 ._header_1n636_69{font-size:2.75rem}}._newIntegrations_1n636_45 ._image_1n636_87{border-radius:20px;width:3rem;height:3rem;position:absolute}@media (width>=768px){._newIntegrations_1n636_45 ._image_1n636_87{width:5rem;height:5rem}}@media (width>=1024px){._newIntegrations_1n636_45 ._image_1n636_87{width:6rem;height:6rem}}._newIntegrations_1n636_45 ._image_1n636_87._animateFloat1_1n636_105{animation:3s ease-in-out infinite _float1_1n636_1}._newIntegrations_1n636_45 ._image_1n636_87._animateFloat2_1n636_108{animation:3s ease-in-out infinite _float2_1n636_1}._newIntegrations_1n636_45 ._image_1n636_87._animateFloat3_1n636_111{animation:3s ease-in-out infinite _float3_1n636_1}._newIntegrations_1n636_45 ._image_1n636_87._animateFloat4_1n636_114{animation:3s ease-in-out infinite _float4_1n636_1}._newIntegrations_1n636_45 ._image_1n636_87._delay100_1n636_117{animation-delay:.1s}._newIntegrations_1n636_45 ._image_1n636_87._delay200_1n636_120{animation-delay:.2s}._newIntegrations_1n636_45 ._image_1n636_87._delay300_1n636_123{animation-delay:.3s}._newIntegrations_1n636_45 ._image_1n636_87._delay500_1n636_126{animation-delay:.5s}._newIntegrations_1n636_45 ._image_1n636_87._delay700_1n636_129{animation-delay:.7s}._newIntegrations_1n636_45 ._image_1n636_87._delay1000_1n636_132{animation-delay:1s}._newIntegrations_1n636_45 ._image_1n636_87._image1_1n636_135{top:25%;left:10%}._newIntegrations_1n636_45 ._image_1n636_87._image2_1n636_139{bottom:20%;left:30%}._newIntegrations_1n636_45 ._image_1n636_87._image3_1n636_143{top:50%;right:10%}@media (width>=768px){._newIntegrations_1n636_45 ._image_1n636_87._image3_1n636_143{right:30%}}._newIntegrations_1n636_45 ._image_1n636_87._image4_1n636_152{bottom:10%;right:25%}._newIntegrations_1n636_45 ._image_1n636_87._image5_1n636_156{top:20%;left:30%}._newIntegrations_1n636_45 ._image_1n636_87._image6_1n636_160{top:10%;right:40%}._newIntegrations_1n636_45 ._image_1n636_87._image7_1n636_164{top:25%;right:20%}._newIntegrations_1n636_45 ._image_1n636_87._image8_1n636_168{top:50%;left:15%}._newIntegrations_1n636_45 ._image_1n636_87._image9_1n636_172{bottom:10%;left:10%}._newIntegrations_1n636_45 ._image_1n636_87._image10_1n636_176{bottom:10%;right:45%}._newIntegrations_1n636_45 ._image_1n636_87._image11_1n636_180{bottom:50%;right:10%}._wrapper_1g3h3_1{width:100%;position:relative}._container_1g3h3_6{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_1g3h3_6{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_1g3h3_6{padding-left:1rem;padding-right:1rem}}._container_1g3h3_6{z-index:3}._zIndex3_1g3h3_33{z-index:3;position:relative}._content_1g3h3_38{width:100%;padding:7.5rem 0}@media (width<=968px){._content_1g3h3_38{padding:5rem 0}}@media (width<=768px){._content_1g3h3_38{padding:4rem 0 3rem}}._mainGradientDecor_1g3h3_53{opacity:.1;filter:blur(178.85px);z-index:0;background:linear-gradient(#562faf 0%,#26154d 100%);position:absolute}._mainGradientDecor_1_1g3h3_61{width:542px;height:542px;top:0;left:20%;transform:translate(-20%)}._mainGradientDecor_2_1g3h3_69{width:682px;height:682px;top:0;bottom:0;right:50%;transform:translate(50%)}._wrapper_1sp6t_1{width:100%}._titleWrap_1sp6t_5{margin-bottom:4rem}@media (width<=968px){._titleWrap_1sp6t_5{margin-bottom:3rem}}@media (width<=768px){._titleWrap_1sp6t_5{margin-bottom:2rem}}._title_1sp6t_5{text-align:center;color:var(--darkColor);margin-bottom:1rem;font-size:4.375rem;font-weight:700;line-height:5.375rem}@media (width<=1300px){._title_1sp6t_5{font-size:4rem;line-height:5rem}}@media (width<=1170px){._title_1sp6t_5{font-size:3rem;line-height:4rem}}@media (width<=768px){._title_1sp6t_5{font-size:2.25rem;line-height:2.75rem}._title_1sp6t_5 br{display:none}}@media (width<=420px){._title_1sp6t_5{font-size:2rem;line-height:2.5rem}}._title_1sp6t_5 span{background:linear-gradient(#4b62fd 0%,#1c1a46 100%);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._subTitle_1sp6t_62{text-align:center;color:#686868;font-size:1rem;font-weight:400;line-height:1.25rem}._wrapper_xborp_1{width:100%}._navWrapper_xborp_5{justify-content:center;align-items:center;margin-bottom:4rem;display:flex}@media (width<=968px){._navWrapper_xborp_5{margin-bottom:2rem}}@media (width<=690px){._navWrapper_xborp_5{width:100%;margin-bottom:1.5rem}._navWrapper_xborp_5 div{width:100%}}._nav_xborp_5{background-color:#d4aeff1a;border:1px solid #4b62fd59;border-radius:50px;align-items:center;padding:4px;display:flex}@media (width<=690px){._nav_xborp_5{border-radius:20px;flex-direction:column;width:100%}}._navItem_xborp_42{color:var(--darkColor);cursor:pointer;border-radius:50px;margin-right:1.5rem;padding:.5rem 1rem;transition:all .3s}._navItem_xborp_42 p{color:var(--darkColor);text-align:center;font-size:1rem;font-weight:700}._navItem_xborp_42 p span{background:linear-gradient(#562faf 0%,#26154d 100%);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._navItem_xborp_42:last-child{margin-right:0}@media (width<=768px){._navItem_xborp_42{margin-right:0}}@media (width<=690px){._navItem_xborp_42{width:100%}}._navItemActive_xborp_77{background-color:#020202}._navItemActive_xborp_77 p{color:var(--whiteColor)}._navItemActive_xborp_77 p span{background:linear-gradient(90deg,#da287a 0%,#9538f5 100%);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._tabsGrid_xborp_91{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1170px){._tabsGrid_xborp_91{grid-template-columns:repeat(2,1fr)}}@media (width<=968px){._tabsGrid_xborp_91{gap:1rem}}@media (width<=768px){._tabsGrid_xborp_91{grid-template-columns:repeat(1,1fr)}}._tabsGridItem_xborp_112{background:linear-gradient(#fcfaff 0%,#fff 100%);border:1px solid #9d37e933;border-radius:.5rem;flex-direction:column;width:100%;padding:3rem 2rem 2rem;display:flex;position:relative;overflow:hidden}@media (width<=968px){._tabsGridItem_xborp_112{padding:3rem 1rem 1rem}}._content_xborp_129{flex-direction:column;flex-grow:1;justify-content:space-between;display:flex}._contentTop_xborp_136{width:100%}._contentTopTitle_xborp_140{color:var(--darkColor);margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:2.5rem}@media (width<=1366px){._contentTopTitle_xborp_140{font-size:1.5rem;line-height:2rem}}._contentTopDescription_xborp_154{color:#686868;margin-bottom:2.5rem;font-size:1rem;font-weight:400;line-height:1.375rem}@media (width<=968px){._contentTopDescription_xborp_154{margin-bottom:1.5rem}}._priceWrap_xborp_167{flex-wrap:wrap;align-items:center;width:100%;margin-bottom:3rem;display:flex}._priceWrap_xborp_167 ._priceValue_xborp_174{color:var(--darkColor);padding-right:1rem;font-size:4rem;font-weight:700;line-height:4.5rem}@media (width<=1366px){._priceWrap_xborp_167 ._priceValue_xborp_174{font-size:3rem;line-height:3.5rem}}._priceWrap_xborp_167 ._priceContent_xborp_187{flex-direction:column;display:flex}._priceWrap_xborp_167 ._priceContent_xborp_187 ._priceContentCurrency_xborp_191{color:var(--darkColor);margin-bottom:.5rem;font-size:1rem;font-weight:400}@media (width<=1366px){._priceWrap_xborp_167 ._priceContent_xborp_187 ._priceContentCurrency_xborp_191{margin-bottom:.25rem}}._priceWrap_xborp_167 ._priceContent_xborp_187 ._priceContentText_xborp_202{color:#686868;font-size:1rem;font-weight:400}@media (width<=968px){._priceWrap_xborp_167{margin-bottom:1.5rem}}._infoWrapper_xborp_213{list-style-type:none;position:relative}._infoWrapper_xborp_213 ._infoItem_xborp_217{margin-bottom:1.5rem;padding-left:2rem;position:relative}._infoWrapper_xborp_213 ._infoItem_xborp_217:not(._allowedItem_xborp_222){opacity:.5}._infoWrapper_xborp_213 ._infoItem_xborp_217 span{color:#25144b;font-size:1rem;font-weight:700;line-height:1.375rem}._infoWrapper_xborp_213 ._infoItem_xborp_217 ._infoItemIcon_xborp_231{position:absolute;top:50%;left:0;transform:translateY(-50%)}._infoWrapper_xborp_213 ._infoItem_xborp_217 ._infoItemIcon_xborp_231 ._infoItemIconSvg_xborp_237{width:1rem;height:1rem}@media (width<=968px){._infoWrapper_xborp_213 ._infoItem_xborp_217{margin-bottom:1rem}}._popularWrapper_xborp_247{background:linear-gradient(#4b62fd 0%,#1c1a46 100%);width:100%;padding:.5rem 1rem;position:absolute;top:0;left:0}._popularWrapper_xborp_247 span{text-align:center;width:100%;color:var(--whiteColor);text-transform:uppercase;font-size:.875rem;font-weight:700;line-height:1rem;display:block}._contentBotton_xborp_266{width:100%;margin-top:2rem}._wrapper_t2itb_1{width:100%;padding-top:4rem;padding-bottom:6rem;position:relative}@media (width<=768px){._wrapper_t2itb_1{padding-top:2rem;padding-bottom:3rem}}._container_t2itb_14{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_t2itb_14{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_t2itb_14{padding-left:1rem;padding-right:1rem}}._container_t2itb_14{z-index:3}._firstElementWrap_t2itb_41{margin-bottom:4rem}@media (width<=1200px){._firstElementWrap_t2itb_41{margin-bottom:1.5rem}}._gridBlog_t2itb_50{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}@media (width<=1200px){._gridBlog_t2itb_50{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}}@media (width<=768px){._gridBlog_t2itb_50{grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:1.5rem}}._buttonWrap_t2itb_71{justify-content:center;display:flex}._mainGradientDecor_t2itb_76{opacity:.1;filter:blur(178.85px);z-index:0;background:linear-gradient(#562faf 0%,#26154d 100%);position:absolute}._mainGradientDecor_1_t2itb_84{width:542px;height:542px;top:0;left:0;transform:translate(-20%)}._mainGradientDecor_2_t2itb_92{width:682px;height:682px;top:0;bottom:0;right:0;transform:translate(50%)}._scale_t2itb_101 ._overlay_t2itb_101{z-index:1;width:100%;padding-top:6rem;padding-bottom:10rem;position:relative}@media (width<=1300px){._scale_t2itb_101 ._overlay_t2itb_101{padding-top:9rem;padding-bottom:9rem}}@media (width<=1200px){._scale_t2itb_101 ._overlay_t2itb_101{padding-top:8rem;padding-bottom:8rem}}@media (width<=768px){._scale_t2itb_101 ._overlay_t2itb_101{padding-top:6rem;padding-bottom:6rem}}._scale_t2itb_101 ._contentWrap_t2itb_126{z-index:4;position:relative}._scale_t2itb_101 ._container_t2itb_14{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._scale_t2itb_101 ._container_t2itb_14{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._scale_t2itb_101 ._container_t2itb_14{padding-left:1rem;padding-right:1rem}}._scale_t2itb_101 ._content_t2itb_126{width:968px;margin:0 auto}@media (width<=1024px){._scale_t2itb_101 ._content_t2itb_126{width:100%}}._scale_t2itb_101 ._title_t2itb_161{color:#2f2b24;font-size:3.5rem;font-weight:700;line-height:4.125rem}@media (width<=1360px){._scale_t2itb_101 ._title_t2itb_161{font-size:3rem;line-height:3.5rem}}@media (width<=1300px){._scale_t2itb_101 ._title_t2itb_161{font-size:2.5rem;line-height:3rem}}@media (width<=968px){._scale_t2itb_101 ._title_t2itb_161{font-size:2.25rem;line-height:2.75rem}}@media (width<=768px){._scale_t2itb_101 ._title_t2itb_161{font-size:1.75rem;line-height:2.25rem}}._scale_t2itb_101 ._title_t2itb_161{color:var(--darkColor);text-align:center;max-width:561px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}._scale_t2itb_101 ._title_t2itb_161 ._highlight_t2itb_199{color:var(--darkPurpleColor)}@media (width<=968px){._scale_t2itb_101 ._title_t2itb_161 br{display:none}}@media (width<=768px){._scale_t2itb_101 ._title_t2itb_161{margin-bottom:1rem}}._scale_t2itb_101 ._title_t2itb_161 ._titleGradient_t2itb_212{background:linear-gradient(#562faf 0%,#26154d 100%);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._scale_t2itb_101 ._subTitle_t2itb_219{text-align:center;color:var(--darkColor);font-size:1.25rem;font-weight:400;line-height:1.75rem}@media (width<=768px){._scale_t2itb_101 ._subTitle_t2itb_219{font-size:1rem;line-height:1.5rem}}._scale_t2itb_101 ._buttons_t2itb_232{justify-content:center;margin-top:3rem;display:flex}@media (width<=768px){._scale_t2itb_101 ._buttons_t2itb_232{flex-wrap:wrap;margin-top:2rem}}._scale_t2itb_101 ._buttonsItem_t2itb_243{margin:0 .5rem}@media (width<=768px){._scale_t2itb_101 ._buttonsItem_t2itb_243{margin:.2rem .5rem}}._wrapper_1a5m3_1{width:100%;padding-top:5rem;position:relative}@media (width<=768px){._wrapper_1a5m3_1{padding-top:2rem}}._container_1a5m3_12{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_1a5m3_12{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_1a5m3_12{padding-left:1rem;padding-right:1rem}}._container_1a5m3_12{z-index:3}._zIndex3_1a5m3_39{z-index:3;position:relative}._wrapper_3t7hk_1{width:100%;margin-bottom:7.5rem}@media (width<=1200px){._wrapper_3t7hk_1{margin-bottom:6rem}}@media (width<=968px){._wrapper_3t7hk_1{margin-bottom:4rem}}@media (width<=768px){._wrapper_3t7hk_1{margin-bottom:3rem}}._imageWrapper_3t7hk_21{border-radius:8px;width:100%;margin-top:4rem;margin-bottom:3rem;overflow:hidden}._imageEmpyWrapper_3t7hk_29{background-color:#c2c2c2;justify-content:center;align-items:center;height:548px;display:flex}@media (width<=1200px){._imageEmpyWrapper_3t7hk_29{height:420px}}@media (width<=968px){._imageEmpyWrapper_3t7hk_29{height:360px}}@media (width<=768px){._imageEmpyWrapper_3t7hk_29{height:280px}}@media (width<=560px){._imageEmpyWrapper_3t7hk_29{height:240px}}._imageEmpySvg_3t7hk_57{stroke:#7a7a7a;width:2.2rem;height:2.2rem}._blogImageImg_3t7hk_63{object-fit:cover;object-position:center;width:100%;height:100%;display:block}._content_3t7hk_71{width:100%;max-width:768px;margin:0 auto}._date_3t7hk_77{color:#686868;margin-bottom:1rem;font-size:.875rem;font-weight:400;line-height:1.125rem}._title_3t7hk_85{letter-spacing:0%;vertical-align:middle;color:var(--darkColor);margin-bottom:1.5rem;font-size:48px;font-weight:700;line-height:1.25}@media (width<=768px){._title_3t7hk_85{margin-bottom:1rem;font-size:2.25rem;line-height:2.75rem}}@media (width<=420px){._title_3t7hk_85{font-size:2rem;line-height:2.5rem}}._decription_3t7hk_109{color:#686868;font-size:1rem;font-weight:400;line-height:1.375rem}._decription_3t7hk_109 p{overflow-wrap:anywhere;font-size:16px;font-style:normal;font-weight:400;line-height:180%}._decription_3t7hk_109 h1,._decription_3t7hk_109 h2,._decription_3t7hk_109 h3,._decription_3t7hk_109 h4,._decription_3t7hk_109 h5,._decription_3t7hk_109 h6{margin:.5rem;font-size:20px;font-weight:600}._decription_3t7hk_109 p{margin:.5rem}._decription_3t7hk_109 img{margin:1.5rem 0}._decription_3t7hk_109 h1{color:#0f1324;margin-bottom:24px;font-size:36px;line-height:44px}._decription_3t7hk_109 h2{color:#0f1324;font-size:28px;line-height:36px}._decription_3t7hk_109 h3{color:#0f1324;margin-top:2rem;font-size:22px;line-height:28px}._decription_3t7hk_109 h4{color:#0f1324;font-size:20px;line-height:26px}._decription_3t7hk_109 h5{color:#0f1324;font-size:18px;line-height:26px}._decription_3t7hk_109 h6{color:#0f1324;font-size:16px;line-height:24px}._decription_3t7hk_109 blockquote{color:#0f1324;border:2px solid #8f8fab26;border-left:none;border-right:none;margin:24px 0;padding:32px 80px;font-size:20px;font-style:italic;font-weight:400;line-height:180%;position:relative}._decription_3t7hk_109 blockquote:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAoCAYAAAC4h3lxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANfSURBVHgB1VlBUhpBFP2/hyGWyYIbBG+AS0urHCpalZ16AvAEcgPlBniCjCeI7rIxQCUmS7lB5gguE2H65/+eQUEYwJluKnkbhmF4b17/7t+/uwH+cyDkRNDsVgBKNU/jMaB6D0A1vl1Nf45ur3a3wAKW6ZTglQia3wKPVAOIjtl/JWkCevEURVAQq+qsHIGU8FwuJwh6iNQnoEEM/qAX7kRQEK/VWWpAQqjozTkCtQwV0INCuhzBu04v3H4AS8irs9DAx2a3OqRyF9I+h6jbtl+8qE6mgcNmt6bJ70r/45430EinvXBvAJZRVEctIwWkK42bddcvn1dnJgJJOP37lPTyNtxrgQPY0pkyIAPJozKTmr54zbn8BBzAps5UF5IsIKTcF6MYN0/BEWzqPEUgzQS/5DpGtWUjp8+DbZ2nCHB//CSfhNB29fIudIyBw+Z3ri8wkJBqUCE4ggsdY0BrMBmA+1PPZeu70DEGCPFIPrlPtsEhXOioAy6euEXMLOiy9V3plDisATIzEvUnfzC5WpcbHO/jpAbnCceAuD7BAVdb1756vPkS1qNVhPLrqNBXv/tZOiVE3JcL9LA7JlR64wwpbjFpSjY53xmBgG8FnA47Hxp3oY+P7WVG8uto0YGDxo/OCP9w5qpPFXh40Li757DWYqTtDRg+TFaFr0DEJuqLTLjSUTol8WEIOUkFMjndyySV9YBFne6kjpKBZQSo/Dkn6RgVIU/WsLOwqFOd1JmshapQHNVSUucsfAYs6ChdNnOKAsvgpWArKwo2wRntzCQCcIBx6zhGRcV+04kBbp19WANQ4ZETA4warAdVVwYq6xgH4NAAvJwxXUEMRGAf814+AvuIxID17ZIMThc6kSI9XR3aAHPezLlnXQeUCpX2hiHND3luaM+7nr1nXycm6CsZbByGS7CHcN6CxbbOeFPAZKGRGnXIwiBL9nmyl4upTuGxIDpfw90LuTYGpHU0qnoRE7IdLhyLloupzkkxHd7RYJ3xd/VMvhPlNZGQeturrHUL6gxeNtLM5q7MoCUotSg5JVkO3piN4e1FnjMDXuhfaD5GwiUl9qLDjszzgaD5k6fpOECChiwFMV1sCxn/aSBHPjYOO5518Ii5q6wzrqMikPGC0Ith88r2oco/g7/fpzBs/4NCdgAAAABJRU5ErkJggg==);width:48px;height:38px;position:absolute;left:0}._decription_3t7hk_109 ol,._decription_3t7hk_109 ul{padding-left:2rem}._decription_3t7hk_109 ol li,._decription_3t7hk_109 ul li{margin-bottom:1rem}._decription_3t7hk_109 ol li span,._decription_3t7hk_109 ul li span{color:var(--darkColor);font-weight:600}._mainGradientDecor_3t7hk_204{opacity:.1;filter:blur(178.85px);z-index:0;background:linear-gradient(#562faf 0%,#26154d 100%);position:absolute}._mainGradientDecor_1_3t7hk_212{width:542px;height:542px;top:0;left:0;transform:translate(-20%)}._mainGradientDecor_2_3t7hk_220{width:682px;height:682px;top:0;bottom:0;right:0;transform:translate(50%)}._wrapper_1dd2a_1{width:100%;position:relative}._container_1dd2a_6{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_1dd2a_6{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_1dd2a_6{padding-left:1rem;padding-right:1rem}}._container_1dd2a_6{z-index:3}._zIndex3_1dd2a_33{z-index:3;position:relative}._mainGradientDecor_1dd2a_38{opacity:.15;filter:blur(178.85px);z-index:0;background:linear-gradient(#562faf 0%,#26154d 100%);position:absolute}._mainGradientDecor_1_1dd2a_46{width:542px;height:542px;top:0;left:0;transform:translate(-20%)}._mainGradientDecor_2_1dd2a_54{width:682px;height:682px;top:0;bottom:0;right:0;transform:translate(50%)}._wrapper_1u04s_1{width:100%;padding-top:7.5rem;padding-bottom:7.5rem;position:relative}@media (width<=1300px){._wrapper_1u04s_1{padding-top:5rem;padding-bottom:5rem}}@media (width<=768px){._wrapper_1u04s_1{padding-top:3rem;padding-bottom:3rem}}._content_1u04s_20{width:100%;padding-bottom:4.75rem}@media (width<=1300px){._content_1u04s_20{padding-bottom:4rem}}@media (width<=968px){._content_1u04s_20{padding-bottom:3rem}}._title_1u04s_35{text-align:center;color:var(--darkColor);margin-bottom:2.5rem;font-size:4.375rem;font-weight:700;line-height:5.375rem}@media (width<=1300px){._title_1u04s_35{font-size:4rem;line-height:5rem}}@media (width<=1170px){._title_1u04s_35{margin-bottom:2rem;font-size:3rem;line-height:4rem}}@media (width<=768px){._title_1u04s_35{margin-bottom:1.5rem;font-size:2.25rem;line-height:2.75rem}._title_1u04s_35 br{display:none}}@media (width<=420px){._title_1u04s_35{font-size:2rem;line-height:2.5rem}}._title_1u04s_35 span{background:linear-gradient(#4b62fd 0%,#1c1a46 100%);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._btnWrap_1u04s_80{justify-content:center;align-items:center;display:flex}._row_1u04s_86{justify-content:space-between;display:flex}@media (width<=968px){._row_1u04s_86{flex-direction:column}}._formWrapper_1u04s_96{width:65%;padding-right:4rem}@media (width<=1300px){._formWrapper_1u04s_96{width:60%;padding-right:2rem}}@media (width<=968px){._formWrapper_1u04s_96{width:100%;margin-bottom:1.5rem;padding-right:0}}._rightWrapper_1u04s_114{flex-direction:column;width:35%;display:flex}@media (width<=1300px){._rightWrapper_1u04s_114{width:40%}}@media (width<=968px){._rightWrapper_1u04s_114{width:100%}}._infoWrapper_1u04s_130{background:var(--whiteColor);border:1px solid #a5a5a5;border-radius:.5rem;width:100%;margin-bottom:2rem;overflow:hidden}@media (width<=768px){._infoWrapper_1u04s_130{padding:1.5rem}}._infoTop_1u04s_144{margin-bottom:2.5rem}@media (width<=968px){._infoTop_1u04s_144{margin-bottom:1.5rem}}._infoTitle_1u04s_153{margin-bottom:1.5rem;font-size:2rem;font-weight:600;line-height:2.375rem}@media (width<=1300px){._infoTitle_1u04s_153{font-size:1.75rem;line-height:2rem}}@media (width<=968px){._infoTitle_1u04s_153{margin-bottom:1rem;font-size:1.5rem;line-height:1.75rem}}._infoDescription_1u04s_173{color:#686868;font-size:1.25rem;font-weight:400;line-height:1.75rem}@media (width<=1300px){._infoDescription_1u04s_173{font-size:1.125rem;line-height:1.5rem}}@media (width<=968px){._infoDescription_1u04s_173{font-size:1rem;line-height:1.5rem}}._infoBtnWrap_1u04s_192{align-items:center;display:flex}@media (width<=768px){._infoBtnWrap_1u04s_192{justify-content:center}}._companyWrap_1u04s_202{flex-grow:1;align-items:center;width:100%;display:flex}._companyList_1u04s_209{flex-wrap:wrap;width:100%;list-style-type:none;display:flex}@media (width<=768px){._companyList_1u04s_209{justify-content:space-around}}._companyItem_1u04s_221{margin:0 .5rem 1rem}._companyItemIcon_1_1u04s_226,._companyItemIcon_2_1u04s_227,._companyItemIcon_3_1u04s_228,._companyItemIcon_4_1u04s_229,._companyItemIcon_5_1u04s_230,._companyItemIcon_6_1u04s_231{opacity:.6;width:128px;display:block}._wrapper_10u1u_1{background-color:var(--whiteColor);border:1px solid #a5a5a5;border-radius:1rem;width:100%;padding:3rem 2rem}@media (width<=768px){._wrapper_10u1u_1{padding:1.5rem}}._fromRow_10u1u_14{justify-content:center;margin-bottom:.5rem;margin-left:-.75rem;margin-right:-.75rem;display:flex}@media (width<=768px){._fromRow_10u1u_14{flex-direction:column;margin-bottom:0;margin-left:0;margin-right:0}}._row50_10u1u_30{width:50%;margin:0 .75rem;display:block}@media (width<=768px){._row50_10u1u_30{width:100%;margin:0}}._row100_10u1u_42{width:100%;margin:0 .75rem;display:block}@media (width<=768px){._row100_10u1u_42{margin:0}}._formButtonWrap_10u1u_53{justify-content:flex-end;display:flex}@media (width<=768px){._formButtonWrap_10u1u_53{justify-content:center}}._button_10u1u_63{border:1px solid var(--darkPurpleColor);background:var(--darkPurpleColor);color:var(--whiteColor);cursor:pointer;border-radius:.5rem;outline:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;line-height:1.25rem;transition:all .3s;display:block}._button_10u1u_63:hover{background:var(--whiteColor);color:var(--darkPurpleColor)}._wrapper_15wb5_1{width:100%;margin-bottom:16px}._label_15wb5_6{width:100%;display:inline-block}._title_15wb5_11{color:var(--darkColor);margin-bottom:1rem;font-size:16px;font-weight:600;line-height:1;display:block}._inputWrapper_15wb5_20{width:100%;position:relative}._inputControl_15wb5_25,._selectControl_15wb5_26,._textareaControl_15wb5_27{width:100%;color:var(--darkColor);background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;outline:none;font-family:inherit;font-size:16px;line-height:1.5;transition:border-color .2s,box-shadow .2s}._inputControl_15wb5_25::placeholder,._selectControl_15wb5_26::placeholder,._textareaControl_15wb5_27::placeholder{color:#00000073}._inputControl_15wb5_25:hover,._selectControl_15wb5_26:hover,._textareaControl_15wb5_27:hover{border-color:var(--mainPurpleColor)}._inputControl_15wb5_25:focus,._selectControl_15wb5_26:focus,._textareaControl_15wb5_27:focus{border-color:var(--mainPurpleColor);box-shadow:0 0 0 2px #562faf1f}._inputControl_15wb5_25:disabled,._selectControl_15wb5_26:disabled,._textareaControl_15wb5_27:disabled{cursor:not-allowed;color:#00000073;background-color:#f5f5f5}._inputControl_15wb5_25,._selectControl_15wb5_26{min-height:42px;padding:8px 12px}._selectControl_15wb5_26{appearance:auto}._textareaControl_15wb5_27{resize:vertical;min-height:148px;padding:8px 12px}:root{--altcha-border-color:var(--altcha-color-neutral);--altcha-border-width:1px;--altcha-border-radius:6px;--altcha-color-base:var(--lightningcss-light,oklch(100% .00011 271.152))var(--lightningcss-dark,oklch(20.904% .00002 271.152));--altcha-color-base-content:var(--lightningcss-light,oklch(20.904% .00002 271.152))var(--lightningcss-dark,oklch(100% .00011 271.152));--altcha-color-error:oklch(51.284% .20527 28.678);--altcha-color-error-content:oklch(100% .00011 271.152);--altcha-color-neutral:var(--lightningcss-light,oklch(83.591% .0001 271.152))var(--lightningcss-dark,oklch(46.04% .00005 271.152));--altcha-color-neutral-content:var(--lightningcss-light,oklch(46.76% .00005 271.152))var(--lightningcss-dark,oklch(100% .00011 271.152));--altcha-color-primary:oklch(40.279% .2449 268.131);--altcha-color-primary-content:oklch(100% .00011 271.152);--altcha-color-success:oklch(55.748% .18968 142.511);--altcha-color-success-content:oklch(100% .00011 271.152);--altcha-checkbox-border-color:var(--lightningcss-light,oklch(66.494% .00233 15.434))var(--lightningcss-dark,oklch(51.028% .00006 271.152));--altcha-checkbox-border-radius:5px;--altcha-checkbox-border-width:var(--altcha-border-width);--altcha-checkbox-outline:2px solid var(--altcha-checkbox-outline-color);--altcha-checkbox-outline-color:-webkit-focus-ring-color;--altcha-checkbox-outline-offset:2px;--altcha-checkbox-size:22px;--altcha-checkbox-transition-duration:var(--altcha-transition-duration);--altcha-input-background-color:var(--altcha-color-base);--altcha-input-border-radius:3px;--altcha-input-border-width:1px;--altcha-input-color:var(--altcha-color-base-content);--altcha-max-width:320px;--altcha-padding:.75rem;--altcha-popover-arrow-size:6px;--altcha-popover-color:var(--altcha-border-color);--altcha-shadow:drop-shadow(3px 3px 6px oklch(0% 0 0/.2));--altcha-spinner-color:var(--altcha-color-base-content);--altcha-switch-background-color:var(--altcha-color-neutral);--altcha-switch-border-radius:calc(infinity*1px);--altcha-switch-height:var(--altcha-checkbox-size);--altcha-switch-padding:.25rem;--altcha-switch-width:calc(var(--altcha-checkbox-size)*1.75);--altcha-switch-toggle-border-radius:100%;--altcha-switch-toggle-color:var(--altcha-color-neutral-content);--altcha-switch-toggle-size:calc(var(--altcha-switch-height) - var(--altcha-switch-padding)*2);--altcha-transition-duration:.6s;--altcha-z-index:100000000;--altcha-z-index-popover:1000000000}@supports ((-moz-appearance:none)){:root{--altcha-checkbox-outline-color:var(--altcha-color-primary)}}.altcha{all:revert-layer;font-family:inherit;font-size:inherit;display:none;position:relative}.altcha[data-visible]{display:block}.altcha *,.altcha-popover,.altcha-popover *{all:revert-layer;box-sizing:border-box;font-family:inherit;font-size:inherit;line-height:1.25}.altcha a,.altcha-popover a{color:currentColor;text-decoration:none}.altcha a:hover,.altcha-popover a:hover{color:currentColor}.altcha-main{background-color:var(--altcha-color-base);border:var(--altcha-border-width,1px) solid var(--altcha-border-color);border-radius:var(--altcha-border-radius,0);color:var(--altcha-color-base-content);max-width:var(--altcha-max-width,100%);padding:var(--altcha-padding);flex-direction:column;justify-content:space-between;align-items:start;gap:.5rem;display:flex}.altcha-main>*{width:100%;display:flex}.altcha-main>:first-child{flex-grow:1}.altcha-checkbox-wrap{flex-direction:row;flex-grow:1;align-items:center;gap:.5rem;display:flex}.altcha-checkbox-wrap>*{display:flex}.altcha-logo{opacity:.7}.altcha-footer{opacity:.7;flex-grow:1;justify-content:flex-end;align-items:center;gap:.5rem;font-size:.7rem;display:flex}.altcha-footer p{margin:0;padding:0}.altcha-error{font-size:.85rem}.altcha-button{background:var(--altcha-color-primary);border:var(--altcha-input-border-width) solid var(--altcha-color-primary);border-radius:var(--altcha-input-border-radius);color:var(--altcha-color-primary-content);cursor:pointer;align-items:center;gap:.5rem;padding:.35rem;font-size:.9rem;display:flex}.altcha-button:focus{border-color:var(--altcha-color-primary);outline:var(--altcha-checkbox-outline);outline-offset:var(--altcha-checkbox-outline-offset)}.altcha-button>.altcha-spinner,.altcha-button>svg{width:20px;height:20px}.altcha-button-secondary{border-color:var(--altcha-color-neutral);color:var(--altcha-color-neutral-content);background:0 0}.altcha-input{background:var(--altcha-input-background-color);border:var(--altcha-input-border-width) solid var(--altcha-color-neutral);border-radius:var(--altcha-input-border-radius);color:var(--altcha-input-color);flex-grow:1;width:auto;min-width:0;padding:.25rem;font-size:1rem}.altcha-input:focus{border-color:var(--altcha-color-primary);outline:var(--altcha-checkbox-outline);outline-offset:var(--altcha-checkbox-outline-offset)}.altcha-spinner{border:var(--altcha-checkbox-border-width) solid var(--altcha-spinner-color);opacity:.7;border-bottom-color:#0000;border-right-color:#0000;border-radius:100%;animation:.6s linear infinite altcha-rotate}.altcha-popover{background-color:var(--altcha-color-base);border:var(--altcha-border-width) solid var(--altcha-border-color);border-radius:var(--altcha-border-radius);color:var(--altcha-color-base-content);filter:var(--altcha-shadow);left:calc(var(--altcha-padding)/2);max-width:calc(var(--altcha-max-width) - var(--altcha-padding));top:calc(var(--altcha-padding) + var(--altcha-checkbox-size) + var(--altcha-popover-arrow-size));z-index:var(--altcha-z-index-popover);position:absolute}.altcha-popover-arrow{border-bottom-color:#0000;border:var(--altcha-popover-arrow-size) solid transparent;border-bottom:var(--altcha-popover-arrow-size) solid var(--altcha-popover-color);content:"";height:0;left:calc(var(--altcha-checkbox-size)/2);top:calc(var(--altcha-popover-arrow-size)*-2);width:0;position:absolute}.altcha-popover-content{max-height:100dvh;padding:var(--altcha-padding);overflow:auto}.altcha-popover[data-top=true][data-display=standard]{bottom:calc(100% - var(--altcha-padding) + var(--altcha-popover-arrow-size));top:auto}.altcha-popover[data-top=true][data-display=standard] .altcha-popover-arrow{border-bottom-color:#0000;border-top-color:var(--altcha-popover-color);bottom:calc(var(--altcha-popover-arrow-size)*-2);top:auto}.altcha-popover[data-variant=error]{--altcha-popover-color:var(--altcha-color-error);background-color:var(--altcha-color-error);border-color:var(--altcha-color-error);color:var(--altcha-color-error-content)}.altcha-popover[data-variant=error] .altcha-popover-content{padding:calc(var(--altcha-padding)/1.5) var(--altcha-padding)}.altcha-popover[data-display=overlay]{animation:.5s forwards altcha-overlay-slidein;top:45%;transform:translate(-50%,-50%)}.altcha-popover[data-display=bottomsheet],.altcha-popover[data-display=overlay]{width:var(--altcha-max-width);z-index:var(--altcha-z-index);position:fixed;left:50%}.altcha-popover[data-display=bottomsheet]{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;animation:.5s forwards altcha-bottomsheet-slideup;top:auto;bottom:-100%;transform:translate(-50%)}.altcha-popover[data-display=bottomsheet] .altcha-popover-content{padding-bottom:calc(var(--altcha-padding)*2)}.altcha-popover-backdrop{background:var(--altcha-color-base-content);opacity:.1;z-index:var(--altcha-z-index);transition:opacity .5s;position:fixed;inset:0}.altcha-popover-close{color:var(--altcha-color-base-content);cursor:pointer;text-align:center;height:1.25rem;text-shadow:0 0 1px var(--altcha-color-base);width:1.25rem;z-index:var(--altcha-z-index);font-size:1rem;line-height:.95;display:inline-block;position:absolute;top:-1.5rem;right:0}[dir=rtl] .altcha-popover{left:auto;right:calc(var(--altcha-padding)/2)}[dir=rtl] .altcha-popover-arrow{left:auto;right:calc(var(--altcha-checkbox-size)/2)}[dir=rtl] .altcha-popover-close{left:0;right:auto}.altcha-popover[data-display=bottomsheet] .altcha-footer,.altcha-popover[data-display=overlay] .altcha-footer{justify-content:center;align-items:center;gap:.5rem;padding-top:1rem}.altcha-popover[data-display=bottomsheet] .altcha-footer svg,.altcha-popover[data-display=overlay] .altcha-footer svg{vertical-align:middle;width:18px;height:18px}.altcha-code-challenge>form{flex-direction:column;gap:.5rem;display:flex}.altcha-code-challenge-title{font-weight:600}.altcha-code-challenge-text{font-size:.85rem}.altcha-code-challenge-image{border:var(--altcha-input-border-width) solid var(--altcha-color-neutral);border-radius:var(--altcha-input-border-radius);object-fit:contain;background:#fff;height:50px}.altcha-code-challenge-row{gap:.5rem;display:flex}.altcha-code-challenge-buttons{margin-top:var(--altcha-padding);flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.altcha-code-challenge-buttons button{justify-content:center;width:100%}.altcha-checkbox{position:relative}.altcha-checkbox,.altcha-checkbox input{cursor:pointer;height:var(--altcha-checkbox-size);width:var(--altcha-checkbox-size)}.altcha-checkbox input{appearance:none;background:var(--altcha-input-background-color);border:var(--altcha-checkbox-border-width,2px) solid var(--altcha-checkbox-border-color);border-radius:var(--altcha-checkbox-border-radius);margin:0;padding:0;position:absolute;top:0;left:0}@supports (hanging-punctuation:first) and (font:-apple-system-body) and (appearance:none){.altcha-checkbox input:focus{outline-width:2px;outline-style:solid}}.altcha-checkbox input:before{background:var(--altcha-color-neutral);border-radius:var(--altcha-checkbox-border-radius);content:"";width:100%;height:100%;display:block;transform:scale(0)}.altcha-checkbox input:checked{background-color:var(--altcha-color-success);border-color:var(--altcha-color-success)}.altcha-checkbox input:checked:before{background-color:var(--altcha-color-success);opacity:0;transition:all var(--altcha-checkbox-transition-duration) ease;transition-delay:.1s;transform:scale(2.2)}.altcha-checkbox svg{--altcha-radio-svg-size:calc(var(--altcha-checkbox-size)*.5);--altcha-radio-svg-offset:calc(var(--altcha-checkbox-size)*.25);fill:none;height:var(--altcha-radio-svg-size);left:var(--altcha-radio-svg-offset);opacity:0;stroke:currentColor;stroke-dasharray:16;stroke-dashoffset:16px;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;top:var(--altcha-radio-svg-offset);width:var(--altcha-radio-svg-size);position:absolute;transform:translateZ(0)}.altcha-checkbox input:checked+svg{color:var(--altcha-color-success-content);opacity:1;stroke-dashoffset:0;transition:all var(--altcha-checkbox-transition-duration) ease;transition-delay:.1s}.altcha-checkbox-spinner{height:var(--altcha-checkbox-size);width:var(--altcha-checkbox-size);display:none;position:absolute;top:0;left:0}.altcha-checkbox[data-loading=true] input{appearance:none;opacity:0;pointer-events:none}.altcha-checkbox[data-loading=true] .altcha-checkbox-spinner{display:block}.altcha-checkbox-native{position:relative}.altcha-checkbox-native,.altcha-checkbox-native input{height:var(--altcha-checkbox-size);width:var(--altcha-checkbox-size)}.altcha-checkbox-native input{margin:0}.altcha-checkbox-native-spinner{height:var(--altcha-checkbox-size);width:var(--altcha-checkbox-size);display:none;position:absolute;top:0;left:0}.altcha-checkbox-native[data-loading=true] input{appearance:none;opacity:0;pointer-events:none}.altcha-checkbox-native[data-loading=true] .altcha-checkbox-native-spinner{display:block}.altcha-switch{background-color:var(--altcha-switch-background-color);border-radius:var(--altcha-switch-border-radius);height:var(--altcha-switch-height);padding:var(--altcha-switch-padding);width:var(--altcha-switch-width);align-items:center;display:flex;position:relative}.altcha-switch:focus-within{outline:var(--altcha-checkbox-outline);outline-offset:var(--altcha-checkbox-outline-offset)}.altcha-switch input{appearance:none;cursor:pointer;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.altcha-switch-toggle{background-color:var(--altcha-switch-toggle-color);border-radius:var(--altcha-switch-toggle-border-radius);cursor:pointer;left:var(--altcha-switch-padding);justify-content:center;align-items:center;transition:width .15s ease-out,left .15s ease-out;display:flex;position:absolute}.altcha-switch-spinner,.altcha-switch-toggle{height:var(--altcha-switch-toggle-size);width:var(--altcha-switch-toggle-size)}.altcha-switch-spinner{display:none}.altcha-switch[data-loading=true]{pointer-events:none}.altcha-switch[data-loading=true] .altcha-switch-spinner{display:block}.altcha-switch[data-loading=true] .altcha-switch-toggle{left:calc(50% - var(--altcha-switch-toggle-size)/2);background-color:#0000}[data-state=verified] .altcha-switch{--altcha-switch-background-color:var(--altcha-color-success)}[data-state=verified] .altcha-switch-toggle{background-color:var(--altcha-color-success-content)}[data-state=verified] .altcha-switch-toggle,[dir=rtl] .altcha-switch-toggle{left:calc(100% - var(--altcha-switch-height) + var(--altcha-switch-padding))}[dir=rtl][data-state=verified] .altcha-switch-toggle{left:var(--altcha-switch-padding)}.altcha-floating-arrow{border:6px solid #0000;border-bottom:6px solid var(--altcha-border-color);content:"";width:0;height:0;position:absolute;top:-12px;left:12px}.altcha-overlay-backdrop{transition:opacity var(--altcha-transition-duration);z-index:var(--altcha-z-index);position:fixed;inset:0}.altcha-overlay-close{color:currentColor;cursor:pointer;text-align:center;height:1rem;text-shadow:0 0 1px var(--altcha-color-base);width:1rem;z-index:var(--altcha-z-index);font-size:1rem;line-height:.85;display:inline-block;position:absolute;top:-1.5rem;right:0}.altcha[data-display=overlay]{animation:altcha-overlay-slidein var(--altcha-transition-duration) forwards;filter:var(--altcha-shadow);opacity:0;z-index:var(--altcha-z-index);position:fixed;top:45%;left:50%;transform:translate(-50%,-50%)}.altcha[data-display=overlay] .altcha-main{width:var(--altcha-max-width)}.altcha[data-display=floating]{filter:var(--altcha-shadow);left:var(--altcha-floating-left,-100%);top:var(--altcha-floating-top,-100%);z-index:var(--altcha-z-index);display:none;position:fixed}.altcha[data-display=floating] .altcha-main{width:var(--altcha-max-width)}.altcha[data-display=floating][data-floating-position=top] .altcha-floating-arrow{border-bottom-color:#0000;border-top-color:var(--altcha-border-color);top:auto;bottom:-12px}.altcha[data-display=floating][data-visible]{display:flex}.altcha[data-display=bar]{filter:var(--altcha-shadow);transition:bottom var(--altcha-transition-duration),top var(--altcha-transition-duration);z-index:var(--altcha-z-index);position:fixed;bottom:-100%;left:0;right:0}.altcha[data-display=bar] .altcha-main{border-width:var(--altcha-border-width) 0 0 0;border-radius:0;flex-direction:row;align-items:center;max-width:100%!important}.altcha[data-display=bar] .altcha-main>*{width:auto}.altcha[data-display=bar][data-placement=top]{top:-100%;bottom:auto}.altcha[data-display=bar][data-placement=top] .altcha-main{border-width:0 0 var(--altcha-border-width) 0}.altcha[data-display=bar][data-placement=bottom]:not([data-state=unverified]){bottom:0}.altcha[data-display=bar][data-placement=top]:not([data-state=unverified]){top:0}.altcha[data-display=invisible]{display:none}@keyframes altcha-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes altcha-bottomsheet-slideup{to{bottom:0}}@keyframes altcha-overlay-slidein{to{opacity:1;top:50%}}._wrapper_6av6p_1{width:100%;position:relative}._container_6av6p_6{z-index:3;max-width:582px;margin:80px auto;position:relative}._title_6av6p_13{letter-spacing:0%;text-align:center;vertical-align:middle;font-size:58px;font-weight:700;line-height:100%}@media screen and (width<=768px){._title_6av6p_13{font-size:40px}}._description_6av6p_27{letter-spacing:0%;text-align:center;vertical-align:middle;margin-top:20px;font-size:16px;font-weight:400;line-height:125%}._listContainer_6av6p_37{max-width:800px;margin:auto auto 80px;padding:20px}._listContainer_6av6p_37 ._gridBlog_6av6p_43{grid-template-columns:repeat(2,1fr);gap:24px 60px;display:grid}@media screen and (width<=768px){._listContainer_6av6p_37 ._gridBlog_6av6p_43{grid-template-columns:1fr}}._wrapper_nionc_1{width:100%;position:relative}._container_nionc_6{flex-direction:column;gap:16px;padding:20px;display:flex}._imagesBox_nionc_13{justify-content:space-between;align-items:center;gap:20px;display:flex}._imagesBox_nionc_13 img{width:100%;max-width:120px}._title_nionc_24{letter-spacing:0%;vertical-align:middle;color:#100e09;margin-top:10px;font-size:18px;font-weight:700;line-height:100%}._avatarBox_nionc_34{align-items:center;gap:10px;width:auto;display:flex}._avatarBox_nionc_34 img,._avatarBox_nionc_34 ._fallbackAvatar_nionc_41{object-fit:cover;border-radius:50%;width:25px;height:25px}._fallbackAvatar_nionc_41{color:#fff;text-transform:uppercase;background-color:#007bff;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}._authorName_nionc_59{color:#636278;font-size:14px;font-weight:500}._date_nionc_65{letter-spacing:0%;vertical-align:middle;color:#636278;font-size:12px;font-weight:400;line-height:125%}._wrapper_18ks3_1{width:100%;max-width:620px;margin:7.5rem auto}@media (width<=1200px){._wrapper_18ks3_1{margin-bottom:6rem}}@media (width<=968px){._wrapper_18ks3_1{margin-bottom:4rem}}@media (width<=768px){._wrapper_18ks3_1{margin-bottom:3rem}}._bio_18ks3_25{letter-spacing:0%;text-align:center;vertical-align:middle;font-size:16px;font-weight:400;line-height:125%}._bioLink_18ks3_34{text-decoration:underline}._imageWrapper_18ks3_38{border-radius:8px;width:100%;margin-top:4rem;margin-bottom:3rem;overflow:hidden}._imageEmpyWrapper_18ks3_46{background-color:#c2c2c2;justify-content:center;align-items:center;height:548px;display:flex}@media (width<=1200px){._imageEmpyWrapper_18ks3_46{height:420px}}@media (width<=968px){._imageEmpyWrapper_18ks3_46{height:360px}}@media (width<=768px){._imageEmpyWrapper_18ks3_46{height:280px}}@media (width<=560px){._imageEmpyWrapper_18ks3_46{height:240px}}._imageEmpySvg_18ks3_74{stroke:#7a7a7a;width:2.2rem;height:2.2rem}._blogImageImg_18ks3_80{object-fit:cover;object-position:center;width:100%;height:100%;display:block}._content_18ks3_88{width:100%;max-width:768px;margin:80px auto}._date_18ks3_94{color:#686868;margin-bottom:1rem;font-size:.875rem;font-weight:400;line-height:1.125rem}._title_18ks3_102{letter-spacing:0%;vertical-align:middle;text-align:center;color:var(--darkColor);margin-bottom:1.5rem;font-size:48px;font-weight:700;line-height:1.25}@media (width<=768px){._title_18ks3_102{margin-bottom:1rem;font-size:2.25rem;line-height:2.75rem}}@media (width<=420px){._title_18ks3_102{font-size:2rem;line-height:2.5rem}}._decription_18ks3_127{color:#686868;font-size:1rem;font-weight:400;line-height:1.375rem}._decription_18ks3_127 p{overflow-wrap:anywhere;font-size:16px;font-style:normal;font-weight:400;line-height:180%}._decription_18ks3_127 h1,._decription_18ks3_127 h2,._decription_18ks3_127 h3,._decription_18ks3_127 h4,._decription_18ks3_127 h5,._decription_18ks3_127 h6{margin:1rem .5rem .5rem;font-size:20px;font-weight:600}._decription_18ks3_127 p{margin:.5rem}._decription_18ks3_127 img{margin:1.5rem 0}._decription_18ks3_127 h1{color:#0f1324;margin-bottom:24px;font-size:36px;line-height:44px}._decription_18ks3_127 h2{color:#0f1324;margin-bottom:20px;font-size:36px;line-height:36px}._decription_18ks3_127 h3{color:#0f1324;margin-top:2rem;font-size:26px;line-height:28px}._decription_18ks3_127 h4{color:#0f1324;font-size:20px;line-height:26px}._decription_18ks3_127 h5{color:#0f1324;font-size:18px;line-height:26px}._decription_18ks3_127 h6{color:#0f1324;font-size:16px;line-height:24px}._decription_18ks3_127 blockquote{color:#0f1324;border:2px solid #8f8fab26;border-left:none;border-right:none;margin:24px 0;padding:32px 80px;font-size:20px;font-style:italic;font-weight:400;line-height:180%;position:relative}._decription_18ks3_127 blockquote:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAoCAYAAAC4h3lxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANfSURBVHgB1VlBUhpBFP2/hyGWyYIbBG+AS0urHCpalZ16AvAEcgPlBniCjCeI7rIxQCUmS7lB5gguE2H65/+eQUEYwJluKnkbhmF4b17/7t+/uwH+cyDkRNDsVgBKNU/jMaB6D0A1vl1Nf45ur3a3wAKW6ZTglQia3wKPVAOIjtl/JWkCevEURVAQq+qsHIGU8FwuJwh6iNQnoEEM/qAX7kRQEK/VWWpAQqjozTkCtQwV0INCuhzBu04v3H4AS8irs9DAx2a3OqRyF9I+h6jbtl+8qE6mgcNmt6bJ70r/45430EinvXBvAJZRVEctIwWkK42bddcvn1dnJgJJOP37lPTyNtxrgQPY0pkyIAPJozKTmr54zbn8BBzAps5UF5IsIKTcF6MYN0/BEWzqPEUgzQS/5DpGtWUjp8+DbZ2nCHB//CSfhNB29fIudIyBw+Z3ri8wkJBqUCE4ggsdY0BrMBmA+1PPZeu70DEGCPFIPrlPtsEhXOioAy6euEXMLOiy9V3plDisATIzEvUnfzC5WpcbHO/jpAbnCceAuD7BAVdb1756vPkS1qNVhPLrqNBXv/tZOiVE3JcL9LA7JlR64wwpbjFpSjY53xmBgG8FnA47Hxp3oY+P7WVG8uto0YGDxo/OCP9w5qpPFXh40Li757DWYqTtDRg+TFaFr0DEJuqLTLjSUTol8WEIOUkFMjndyySV9YBFne6kjpKBZQSo/Dkn6RgVIU/WsLOwqFOd1JmshapQHNVSUucsfAYs6ChdNnOKAsvgpWArKwo2wRntzCQCcIBx6zhGRcV+04kBbp19WANQ4ZETA4warAdVVwYq6xgH4NAAvJwxXUEMRGAf814+AvuIxID17ZIMThc6kSI9XR3aAHPezLlnXQeUCpX2hiHND3luaM+7nr1nXycm6CsZbByGS7CHcN6CxbbOeFPAZKGRGnXIwiBL9nmyl4upTuGxIDpfw90LuTYGpHU0qnoRE7IdLhyLloupzkkxHd7RYJ3xd/VMvhPlNZGQeturrHUL6gxeNtLM5q7MoCUotSg5JVkO3piN4e1FnjMDXuhfaD5GwiUl9qLDjszzgaD5k6fpOECChiwFMV1sCxn/aSBHPjYOO5518Ii5q6wzrqMikPGC0Ith88r2oco/g7/fpzBs/4NCdgAAAABJRU5ErkJggg==);width:48px;height:38px;position:absolute;left:0}._decription_18ks3_127 ol,._decription_18ks3_127 ul{padding-left:2rem}._decription_18ks3_127 ol li,._decription_18ks3_127 ul li{margin-bottom:1rem}._decription_18ks3_127 ol li span,._decription_18ks3_127 ul li span{color:var(--darkColor);font-weight:600}._mainGradientDecor_18ks3_224{opacity:.1;filter:blur(178.85px);z-index:0;background:linear-gradient(#562faf 0%,#26154d 100%);position:absolute}._mainGradientDecor_1_18ks3_232{width:542px;height:542px;top:0;left:0;transform:translate(-20%)}._mainGradientDecor_2_18ks3_240{width:682px;height:682px;top:0;bottom:0;right:0;transform:translate(50%)}._results_18ks3_249{background:#f9f9ff;border-radius:17px;padding:16px}._results_18ks3_249 h3{vertical-align:middle;font-size:14px;font-weight:600;line-height:1}._results_18ks3_249 ._resultsContent_18ks3_260{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px;display:grid}._results_18ks3_249 ._resultsContent_18ks3_260 ._resultsItem_18ks3_266{background-color:#f2f5ff;border-radius:8px;padding-top:16px;padding-bottom:16px}._results_18ks3_249 ._resultsContent_18ks3_260 h4{letter-spacing:0%;text-align:center;vertical-align:middle;font-size:35px;font-weight:600;line-height:100%}._results_18ks3_249 ._resultsContent_18ks3_260 p{letter-spacing:0%;text-align:center;vertical-align:middle;margin-top:10px;font-size:14px;font-weight:400;line-height:100%}._wrapper_b9dr2_1{width:100%}._titleWrapper_b9dr2_5{padding:4rem 0}@media (width<=968px){._titleWrapper_b9dr2_5{padding:3rem 0}}._title_b9dr2_5{text-align:center;color:#2f2b24;font-size:3.5rem;font-weight:700;line-height:4.125rem}@media (width<=1360px){._title_b9dr2_5{font-size:3rem;line-height:3.5rem}}@media (width<=1300px){._title_b9dr2_5{font-size:2.5rem;line-height:3rem}}@media (width<=968px){._title_b9dr2_5{font-size:2.25rem;line-height:2.75rem}}@media (width<=768px){._title_b9dr2_5{font-size:1.75rem;line-height:2.25rem}}._content_b9dr2_46{width:100%}._content_b9dr2_46 ._block_b9dr2_49{border-bottom:1px solid #25144b0d;padding:3rem 0}._content_b9dr2_46 ._block_b9dr2_49 span,._content_b9dr2_46 ._block_b9dr2_49 p{color:#25144b;margin-bottom:1rem;font-size:1.125rem;font-weight:500;line-height:1.5rem}@media (width<=968px){._content_b9dr2_46 ._block_b9dr2_49 span,._content_b9dr2_46 ._block_b9dr2_49 p{font-size:1rem;line-height:1.375rem}}._content_b9dr2_46 ._block_b9dr2_49 a{text-decoration:underline}._content_b9dr2_46 ._block_b9dr2_49 h1,._content_b9dr2_46 ._block_b9dr2_49 h2,._content_b9dr2_46 ._block_b9dr2_49 h3,._content_b9dr2_46 ._block_b9dr2_49 h4,._content_b9dr2_46 ._block_b9dr2_49 h5,._content_b9dr2_46 ._block_b9dr2_49 h6{color:#25144b;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:2.5rem}@media (width<=968px){._content_b9dr2_46 ._block_b9dr2_49 h1,._content_b9dr2_46 ._block_b9dr2_49 h2,._content_b9dr2_46 ._block_b9dr2_49 h3,._content_b9dr2_46 ._block_b9dr2_49 h4,._content_b9dr2_46 ._block_b9dr2_49 h5,._content_b9dr2_46 ._block_b9dr2_49 h6{font-size:1.5rem;line-height:2rem}}._content_b9dr2_46 ._block_b9dr2_49 h3{margin-bottom:1.5rem;font-size:2.5rem;line-height:3rem}@media (width<=968px){._content_b9dr2_46 ._block_b9dr2_49 h3{font-size:2rem;line-height:2.5rem}}._content_b9dr2_46 ._block_b9dr2_49 span{font-weight:700}._content_b9dr2_46 ._block_b9dr2_49 ul{padding-left:1.5rem}._content_b9dr2_46 ._block_b9dr2_49 li{margin-bottom:.5rem}@media (width<=968px){._content_b9dr2_46 ._block_b9dr2_49{padding:2rem 0}}@media (width<=768px){._content_b9dr2_46 ._block_b9dr2_49{padding:1.5rem 0}}._wrapper_oh70g_1{width:100%;position:relative}._container_oh70g_6{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_oh70g_6{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_oh70g_6{padding-left:1rem;padding-right:1rem}}._container_oh70g_6{z-index:3}._mainGradientDecor_oh70g_33{opacity:.15;filter:blur(178.85px);z-index:0;background:linear-gradient(#562faf 0%,#26154d 100%);position:absolute}._mainGradientDecor_1_oh70g_41{width:542px;height:542px;top:0;left:0;transform:translate(-20%)}._mainGradientDecor_2_oh70g_49{width:682px;height:682px;top:0;bottom:0;right:0;transform:translate(50%)}._wrapper_g3rpd_1{width:100%}._titleWrapper_g3rpd_5{padding:4rem 0}@media (width<=968px){._titleWrapper_g3rpd_5{padding:3rem 0}}._title_g3rpd_5{text-align:center;color:#2f2b24;font-size:3.5rem;font-weight:700;line-height:4.125rem}@media (width<=1360px){._title_g3rpd_5{font-size:3rem;line-height:3.5rem}}@media (width<=1300px){._title_g3rpd_5{font-size:2.5rem;line-height:3rem}}@media (width<=968px){._title_g3rpd_5{font-size:2.25rem;line-height:2.75rem}}@media (width<=768px){._title_g3rpd_5{font-size:1.75rem;line-height:2.25rem}}._date_g3rpd_46{text-align:center;color:#25144b;margin-top:1rem;font-weight:600}._content_g3rpd_53{width:100%}._content_g3rpd_53 ._block_g3rpd_56{border-bottom:1px solid #25144b0d;padding:3rem 0}._content_g3rpd_53 ._block_g3rpd_56 span,._content_g3rpd_53 ._block_g3rpd_56 p{color:#25144b;margin-bottom:1rem;font-size:1.125rem;font-weight:500;line-height:1.5rem}@media (width<=968px){._content_g3rpd_53 ._block_g3rpd_56 span,._content_g3rpd_53 ._block_g3rpd_56 p{font-size:1rem;line-height:1.375rem}}._content_g3rpd_53 ._block_g3rpd_56 a{text-decoration:underline}._content_g3rpd_53 ._block_g3rpd_56 h1,._content_g3rpd_53 ._block_g3rpd_56 h2,._content_g3rpd_53 ._block_g3rpd_56 h3,._content_g3rpd_53 ._block_g3rpd_56 h4,._content_g3rpd_53 ._block_g3rpd_56 h5,._content_g3rpd_53 ._block_g3rpd_56 h6{color:#25144b;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:2.5rem}@media (width<=968px){._content_g3rpd_53 ._block_g3rpd_56 h1,._content_g3rpd_53 ._block_g3rpd_56 h2,._content_g3rpd_53 ._block_g3rpd_56 h3,._content_g3rpd_53 ._block_g3rpd_56 h4,._content_g3rpd_53 ._block_g3rpd_56 h5,._content_g3rpd_53 ._block_g3rpd_56 h6{font-size:1.5rem;line-height:2rem}}._content_g3rpd_53 ._block_g3rpd_56 h3{margin-bottom:1.5rem;font-size:2.5rem;line-height:3rem}@media (width<=968px){._content_g3rpd_53 ._block_g3rpd_56 h3{font-size:2rem;line-height:2.5rem}}._content_g3rpd_53 ._block_g3rpd_56 h5{color:#25144b;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:2rem}@media (width<=968px){._content_g3rpd_53 ._block_g3rpd_56 h5{font-size:1.125rem;line-height:1.5rem}}._content_g3rpd_53 ._block_g3rpd_56 span{font-weight:700}._content_g3rpd_53 ._block_g3rpd_56 ol,._content_g3rpd_53 ._block_g3rpd_56 ul{padding-left:1.5rem}._content_g3rpd_53 ._block_g3rpd_56 li{margin-bottom:.5rem}@media (width<=968px){._content_g3rpd_53 ._block_g3rpd_56{padding:2rem 0}}@media (width<=768px){._content_g3rpd_53 ._block_g3rpd_56{padding:1.5rem 0}}._wrapper_1uwf3_1{width:100%;padding-top:7.5rem;padding-bottom:4.5rem;position:relative}@media (width<=968px){._wrapper_1uwf3_1{padding-top:4.5rem}}._container_1uwf3_13{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_1uwf3_13{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_1uwf3_13{padding-left:1rem;padding-right:1rem}}._container_1uwf3_13{z-index:3}._blockWrapper_1uwf3_40{width:100%;margin-bottom:4.5rem}@media (width<=968px){._blockWrapper_1uwf3_40{margin-bottom:3rem}}._blockWrapper_1uwf3_40:last-child{margin-bottom:0}._blockTitleWrap_1uwf3_53{margin-bottom:1rem}._blockTitle_1uwf3_53{color:var(--darkColor);font-size:2rem;font-weight:600;line-height:2.2rem}@media (width<=968px){._blockTitle_1uwf3_53{font-size:1.5rem;line-height:1.75rem}}@media (width<=768px){._blockTitle_1uwf3_53{font-size:1.25rem;line-height:1.5rem}}._blockDecriptionsWrap_1uwf3_76{margin-bottom:2rem}@media (width<=768px){._blockDecriptionsWrap_1uwf3_76{margin-bottom:1rem}}._blockDecriptions_1uwf3_76{color:#686868;font-size:1rem;font-weight:400;line-height:1.375rem}._blockGrid_1uwf3_92{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=1200px){._blockGrid_1uwf3_92{grid-template-columns:repeat(3,1fr)}}@media (width<=968px){._blockGrid_1uwf3_92{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=560px){._blockGrid_1uwf3_92{grid-template-columns:repeat(1,1fr)}}._mainGradientDecor_1uwf3_114{opacity:.15;filter:blur(178.85px);z-index:0;background:linear-gradient(90deg,#da287a 0%,#9538f5 100%);position:absolute}@media (width<=968px){._mainGradientDecor_1uwf3_114{opacity:.1}}._mainGradientDecor_1_1uwf3_127{width:542px;height:542px;top:0;left:0;transform:translate(-10%)}._mainGradientDecor_2_1uwf3_135{width:682px;height:682px;top:0;bottom:0;right:0;transform:translate(20%)}._wrapper_j5fc3_1{width:100%;margin-bottom:4.5rem}._titleWrapper_j5fc3_6{margin-bottom:1.5rem}._title_j5fc3_6{text-align:center;color:var(--darkColor);font-size:4.375rem;font-weight:700;line-height:5.375rem}@media (width<=1300px){._title_j5fc3_6{font-size:4rem;line-height:5rem}}@media (width<=1170px){._title_j5fc3_6{font-size:3rem;line-height:4rem}}@media (width<=768px){._title_j5fc3_6{font-size:2.25rem;line-height:2.75rem}}@media (width<=420px){._title_j5fc3_6{font-size:2rem;line-height:2.5rem}}._decriptionsWrapper_j5fc3_42{margin-bottom:1.5rem}._decriptions_j5fc3_42{color:#000000a3;text-align:center;font-size:1rem;font-weight:400}._buttonWrap_j5fc3_53{justify-content:center;display:flex}._wrapper_1g7km_1{background-color:#fcfaff;border:1px solid #9d37e933;border-radius:.5rem;width:100%;padding:1rem 1.5rem;position:relative}@media (width<=968px){._wrapper_1g7km_1{padding:1rem}}._top_1g7km_15{align-items:center;margin-bottom:1.5rem;display:flex}@media (width<=968px){._top_1g7km_15{margin-bottom:1rem}}._topImage_1g7km_26{margin-right:1rem}._image_1g7km_30{object-fit:contain;object-position:center;border-radius:50%;width:54px;min-width:54px;height:54px;display:block}@media (width<=768px){._image_1g7km_30{width:48px;min-width:48px;height:48px}}._title_1g7km_47{color:var(--darkColor);font-size:1.25rem;font-weight:600;line-height:1.5rem}@media (width<=968px){._title_1g7km_47{font-size:1.125rem}}._body_1g7km_59{width:100%}._decription_1g7km_63{color:#686868;font-size:1rem;font-weight:400;line-height:1.375rem}._wrapper_38vvk_1{width:100%;position:relative}._container_38vvk_6{box-sizing:border-box;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;position:relative}@media (width<=1300px){._container_38vvk_6{padding-left:1.5rem;padding-right:1.5rem}}@media (width<=968px){._container_38vvk_6{padding-left:1rem;padding-right:1rem}}._container_38vvk_6{z-index:3}._zIndex3_38vvk_33{z-index:3;position:relative}._content_38vvk_38{width:100%;max-width:768px;margin:0 auto;padding:7.5rem 0}@media (width<=968px){._content_38vvk_38{padding:5rem 0}}@media (width<=768px){._content_38vvk_38{padding:4rem 0 3rem}}._titleWrap_38vvk_55{margin-bottom:4rem}@media (width<=968px){._titleWrap_38vvk_55{margin-bottom:3rem}}@media (width<=768px){._titleWrap_38vvk_55{margin-bottom:2rem}}._title_38vvk_55{text-align:center;color:var(--darkColor);font-size:4.375rem;font-weight:700;line-height:5.375rem}@media (width<=1300px){._title_38vvk_55{font-size:4rem;line-height:5rem}}@media (width<=1170px){._title_38vvk_55{font-size:3rem;line-height:4rem}}@media (width<=768px){._title_38vvk_55{font-size:2.25rem;line-height:2.75rem}}@media (width<=420px){._title_38vvk_55{font-size:2rem;line-height:2.5rem}}._title_38vvk_55 span{background:linear-gradient(#562faf 0%,#26154d 100%);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._mainGradientDecor_38vvk_108{opacity:.1;filter:blur(178.85px);z-index:0;background:linear-gradient(#562faf 0%,#26154d 100%);position:absolute}._mainGradientDecor_1_38vvk_116{width:542px;height:542px;top:0;left:0;transform:translate(-20%)}._mainGradientDecor_2_38vvk_124{width:682px;height:682px;top:0;bottom:0;right:0;transform:translate(50%)}._wrapper_1vdy3_1{grid-template-columns:repeat(1,minmax(0,1fr));gap:4rem;margin-top:5rem;padding:0 20px;display:grid}@media (width>=1024px){._wrapper_1vdy3_1{gap:104px}}._title_1vdy3_14{letter-spacing:0%;text-align:center;font-size:72px;font-weight:700;line-height:1}@media screen and (width<=1280px){._title_1vdy3_14{font-size:54px}}@media screen and (width<=768px){._title_1vdy3_14{font-size:42px}}._product-section_1vdy3_32{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}._product-section_1vdy3_32._reverse_1vdy3_39{flex-direction:column}@media (width>=1024px){._product-section_1vdy3_32._reverse_1vdy3_39{flex-direction:row-reverse}._product-section_1vdy3_32{flex-direction:row}}._product-section_1vdy3_32 ._videoWrapper_1vdy3_52{padding:40px}._product-section_1vdy3_32 ._image_1vdy3_55{object-fit:contain;flex-shrink:0;width:100%;max-width:473px;height:350px}._product-section_1vdy3_32 ._videoImage_1vdy3_62{object-fit:contain;flex-shrink:0;width:100%;max-width:400px;height:auto}._product-section_1vdy3_32 ._videoWrapper_1_1vdy3_69{background-color:#ffe8e1;border:3px solid #100e09;border-radius:8px}._product-section_1vdy3_32 ._videoWrapper_1_1vdy3_69 img{border:2px solid #100e09;border-radius:8px;box-shadow:0 0 18px 8px #100e0933}._product-section_1vdy3_32 ._videoWrapper_2_1vdy3_79{background-color:#f6d5f6;border:3px solid #100e09;border-radius:8px}._product-section_1vdy3_32 ._videoWrapper_2_1vdy3_79 img{border:2px solid #100e09;border-radius:8px;box-shadow:0 0 18px 8px #100e0933}._product-section_1vdy3_32 ._videoWrapper_3_1vdy3_89{background-color:#e0dfff;border:3px solid #100e09;border-radius:8px}._product-section_1vdy3_32 ._videoWrapper_3_1vdy3_89 img{border:2px solid #100e09;border-radius:8px;box-shadow:0 0 18px 8px #100e0933}._product-section_1vdy3_32 ._videoWrapper_4_1vdy3_99{background-color:#f9f9e3;border:3px solid #100e09;border-radius:8px}._product-section_1vdy3_32 ._content_1vdy3_104{flex-direction:column;flex:1;align-items:center;gap:1rem;max-width:711px;display:flex}@media (width>=1024px){._product-section_1vdy3_32 ._content_1vdy3_104{align-items:flex-start}}._product-section_1vdy3_32 ._content_1vdy3_104 ._title_1vdy3_14{color:#000;text-align:center;letter-spacing:.05em;font-size:1.875rem;font-weight:700;line-height:50px}@media (width>=1024px){._product-section_1vdy3_32 ._content_1vdy3_104 ._title_1vdy3_14{text-align:left;font-size:2.5rem}}._product-section_1vdy3_32 ._content_1vdy3_104 ._description_1vdy3_131{color:#000;text-align:center;font-size:1rem;font-weight:300}@media (width>=1024px){._product-section_1vdy3_32 ._content_1vdy3_104 ._description_1vdy3_131{text-align:left;font-size:1.25rem}}._product-section_1vdy3_32 ._content_1vdy3_104 ._btnWrapper_1vdy3_143{max-width:160px;margin-top:2rem}@media (width<=1024px){._product-section_1vdy3_32 ._content_1vdy3_104 ._btnWrapper_1vdy3_143{margin-top:1rem}}@media screen and (width<=768px){._product-section_1vdy3_32 ._content_1vdy3_104 ._btnWrapper_1vdy3_143{max-width:100%}}
