:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.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{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;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%}.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:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@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:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@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:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}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:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}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: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:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.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:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,#ffffff26,#fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:#212529bf;--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:#21252980;--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:#0000002d;--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem #00000026;--bs-box-shadow-sm:0 .125rem .25rem #00000013;--bs-box-shadow-lg:0 1rem 3rem #0000002d;--bs-box-shadow-inset:inset 0 1px 2px #00000013;--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:#0d6efd40;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bs-body-color:#adb5bd;--bs-body-color-rgb:173,181,189;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:#adb5bdbf;--bs-secondary-color-rgb:173,181,189;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:#adb5bd80;--bs-tertiary-color-rgb:173,181,189;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-border-color:#495057;--bs-border-color-translucent:#ffffff26;--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,:before,:after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);margin:0}hr{color:inherit;border:0;border-top:var(--bs-border-width)solid;opacity:.25;margin:1rem 0}h6,h5,h4,h3,h2,h1{color:var(--bs-heading-color,inherit);margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{cursor:help;text-decoration-skip-ink:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{background-color:var(--bs-highlight-bg);padding:.1875em}sub,sup{vertical-align:baseline;font-size:.75em;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{margin-top:0;margin-bottom:1rem;font-size:.875em;display:block;overflow:auto}pre code{font-size:inherit;color:inherit;word-break:normal}code{color:var(--bs-code-color);word-wrap:break-word;font-size:.875em}a>code{color:inherit}kbd{color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem;padding:.1875rem .375rem;font-size:.875em}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{color:var(--bs-secondary-color);text-align:left;padding-top:.5rem;padding-bottom:.5rem}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;min-width:0;margin:0;padding:0}legend{float:left;width:100%;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit-text{padding:0}::-webkit-datetime-edit-minute{padding:0}::-webkit-datetime-edit-hour-field{padding:0}::-webkit-datetime-edit-day-field{padding:0}::-webkit-datetime-edit-month-field{padding:0}::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x:20px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-left:auto;margin-right:auto}@media (min-width:576px){.container-sm,.container{max-width:540px}}@media (min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.row-cols-auto>*,.col-auto{flex:none;width:auto}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*,.col-sm-auto{flex:none;width:auto}.col-sm-1{flex:none;width:8.33333%}.col-sm-2{flex:none;width:16.6667%}.col-sm-3{flex:none;width:25%}.col-sm-4{flex:none;width:33.3333%}.col-sm-5{flex:none;width:41.6667%}.col-sm-6{flex:none;width:50%}.col-sm-7{flex:none;width:58.3333%}.col-sm-8{flex:none;width:66.6667%}.col-sm-9{flex:none;width:75%}.col-sm-10{flex:none;width:83.3333%}.col-sm-11{flex:none;width:91.6667%}.col-sm-12{flex:none;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*,.col-md-auto{flex:none;width:auto}.col-md-1{flex:none;width:8.33333%}.col-md-2{flex:none;width:16.6667%}.col-md-3{flex:none;width:25%}.col-md-4{flex:none;width:33.3333%}.col-md-5{flex:none;width:41.6667%}.col-md-6{flex:none;width:50%}.col-md-7{flex:none;width:58.3333%}.col-md-8{flex:none;width:66.6667%}.col-md-9{flex:none;width:75%}.col-md-10{flex:none;width:83.3333%}.col-md-11{flex:none;width:91.6667%}.col-md-12{flex:none;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*,.col-lg-auto{flex:none;width:auto}.col-lg-1{flex:none;width:8.33333%}.col-lg-2{flex:none;width:16.6667%}.col-lg-3{flex:none;width:25%}.col-lg-4{flex:none;width:33.3333%}.col-lg-5{flex:none;width:41.6667%}.col-lg-6{flex:none;width:50%}.col-lg-7{flex:none;width:58.3333%}.col-lg-8{flex:none;width:66.6667%}.col-lg-9{flex:none;width:75%}.col-lg-10{flex:none;width:83.3333%}.col-lg-11{flex:none;width:91.6667%}.col-lg-12{flex:none;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*,.col-xl-auto{flex:none;width:auto}.col-xl-1{flex:none;width:8.33333%}.col-xl-2{flex:none;width:16.6667%}.col-xl-3{flex:none;width:25%}.col-xl-4{flex:none;width:33.3333%}.col-xl-5{flex:none;width:41.6667%}.col-xl-6{flex:none;width:50%}.col-xl-7{flex:none;width:58.3333%}.col-xl-8{flex:none;width:66.6667%}.col-xl-9{flex:none;width:75%}.col-xl-10{flex:none;width:83.3333%}.col-xl-11{flex:none;width:91.6667%}.col-xl-12{flex:none;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*,.col-xxl-auto{flex:none;width:auto}.col-xxl-1{flex:none;width:8.33333%}.col-xxl-2{flex:none;width:16.6667%}.col-xxl-3{flex:none;width:25%}.col-xxl-4{flex:none;width:33.3333%}.col-xxl-5{flex:none;width:41.6667%}.col-xxl-6{flex:none;width:50%}.col-xxl-7{flex:none;width:58.3333%}.col-xxl-8{flex:none;width:66.6667%}.col-xxl-9{flex:none;width:75%}.col-xxl-10{flex:none;width:83.3333%}.col-xxl-11{flex:none;width:91.6667%}.col-xxl-12{flex:none;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.6667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333%}.offset-xxl-5{margin-left:41.6667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333%}.offset-xxl-8{margin-left:66.6667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333%}.offset-xxl-11{margin-left:91.6667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{--bs-gutter-x:20px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-left:auto;margin-right:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:20px;--bs-gutter-y:0;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x));flex-wrap:wrap;display:flex}.row>*{box-sizing:border-box;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex-shrink:0}.col{flex:1 0}.row-cols-auto>*,.col-auto{flex:none;width:auto}.col-1{flex:none;width:8.33333%}.col-2{flex:none;width:16.6667%}.col-3{flex:none;width:25%}.col-4{flex:none;width:33.3333%}.col-5{flex:none;width:41.6667%}.col-6{flex:none;width:50%}.col-7{flex:none;width:58.3333%}.col-8{flex:none;width:66.6667%}.col-9{flex:none;width:75%}.col-10{flex:none;width:83.3333%}.col-11{flex:none;width:91.6667%}.col-12{flex:none;width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*,.col-sm-auto{flex:none;width:auto}.col-sm-1{flex:none;width:8.33333%}.col-sm-2{flex:none;width:16.6667%}.col-sm-3{flex:none;width:25%}.col-sm-4{flex:none;width:33.3333%}.col-sm-5{flex:none;width:41.6667%}.col-sm-6{flex:none;width:50%}.col-sm-7{flex:none;width:58.3333%}.col-sm-8{flex:none;width:66.6667%}.col-sm-9{flex:none;width:75%}.col-sm-10{flex:none;width:83.3333%}.col-sm-11{flex:none;width:91.6667%}.col-sm-12{flex:none;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*,.col-md-auto{flex:none;width:auto}.col-md-1{flex:none;width:8.33333%}.col-md-2{flex:none;width:16.6667%}.col-md-3{flex:none;width:25%}.col-md-4{flex:none;width:33.3333%}.col-md-5{flex:none;width:41.6667%}.col-md-6{flex:none;width:50%}.col-md-7{flex:none;width:58.3333%}.col-md-8{flex:none;width:66.6667%}.col-md-9{flex:none;width:75%}.col-md-10{flex:none;width:83.3333%}.col-md-11{flex:none;width:91.6667%}.col-md-12{flex:none;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*,.col-lg-auto{flex:none;width:auto}.col-lg-1{flex:none;width:8.33333%}.col-lg-2{flex:none;width:16.6667%}.col-lg-3{flex:none;width:25%}.col-lg-4{flex:none;width:33.3333%}.col-lg-5{flex:none;width:41.6667%}.col-lg-6{flex:none;width:50%}.col-lg-7{flex:none;width:58.3333%}.col-lg-8{flex:none;width:66.6667%}.col-lg-9{flex:none;width:75%}.col-lg-10{flex:none;width:83.3333%}.col-lg-11{flex:none;width:91.6667%}.col-lg-12{flex:none;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*,.col-xl-auto{flex:none;width:auto}.col-xl-1{flex:none;width:8.33333%}.col-xl-2{flex:none;width:16.6667%}.col-xl-3{flex:none;width:25%}.col-xl-4{flex:none;width:33.3333%}.col-xl-5{flex:none;width:41.6667%}.col-xl-6{flex:none;width:50%}.col-xl-7{flex:none;width:58.3333%}.col-xl-8{flex:none;width:66.6667%}.col-xl-9{flex:none;width:75%}.col-xl-10{flex:none;width:83.3333%}.col-xl-11{flex:none;width:91.6667%}.col-xl-12{flex:none;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*,.col-xxl-auto{flex:none;width:auto}.col-xxl-1{flex:none;width:8.33333%}.col-xxl-2{flex:none;width:16.6667%}.col-xxl-3{flex:none;width:25%}.col-xxl-4{flex:none;width:33.3333%}.col-xxl-5{flex:none;width:41.6667%}.col-xxl-6{flex:none;width:50%}.col-xxl-7{flex:none;width:58.3333%}.col-xxl-8{flex:none;width:66.6667%}.col-xxl-9{flex:none;width:75%}.col-xxl-10{flex:none;width:83.3333%}.col-xxl-11{flex:none;width:91.6667%}.col-xxl-12{flex:none;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.6667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333%}.offset-xxl-5{margin-left:41.6667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333%}.offset-xxl-8{margin-left:66.6667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333%}.offset-xxl-11{margin-left:91.6667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}@font-face{font-family:Montserrat;src:url(../fonts/subset-Montserrat-Regular.woff2)format("woff2"),url(../fonts/subset-Montserrat-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/subset-Montserrat-Black.woff2)format("woff2"),url(../fonts/subset-Montserrat-Black.woff)format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/subset-Montserrat-SemiBold.woff2)format("woff2"),url(../fonts/subset-Montserrat-SemiBold.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/subset-Montserrat-Medium.woff2)format("woff2"),url(../fonts/subset-Montserrat-Medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/subset-Montserrat-ExtraLight.woff2)format("woff2"),url(../fonts/subset-Montserrat-ExtraLight.woff)format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/subset-Montserrat-Bold.woff2)format("woff2"),url(../fonts/subset-Montserrat-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/subset-Montserrat-Thin.woff2)format("woff2"),url(../fonts/subset-Montserrat-Thin.woff)format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/subset-Montserrat-ExtraBold.woff2)format("woff2"),url(../fonts/subset-Montserrat-ExtraBold.woff)format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/subset-Montserrat-Light.woff2)format("woff2"),url(../fonts/subset-Montserrat-Light.woff)format("woff");font-weight:300;font-style:normal;font-display:swap}:root{--app-height:100%;--separator-line:#ffffff80;--light-white-color:#f3f3f7;--text-color:#fff;--LM-Soft-Dark:#fffc;--faq-text:#fffc;--LM-White-Soft-Dark:#fff;--LM-Dark:#fff;--LM-Links:#fff;--Foreground-primary:#fff;--LM-Black:#fff;--LM-Text-General:#fff;--LM-Light-Gradient:#fff;--Primary-Links-Light-violet:#a448ff;--White-Primary-Links-Light-violet:#a448ff;--LM-Dark-Violet:#080821;--header-icon-color:#fff;--page-title-color:#fff;--card-border:2px solid #fff3;--card-background:#080821;--card-background-hover:#0000004d;--card-backdrop-filter:blur(30px);--card-name-color:#fff;--card-description-color:#fff;--card-count-border:1px solid #0003;--card-count-background:#00ff751a;--card-count-backdrop-filter:blur(20px);--card-count-color:#ffffffe6;--brief-container-background:#0808210d;--navbar-background:#ffffff1a;--navbar-item-default-color:#fff;--navbar-item-separator-color:#ffffff4d;--solution-button-background:#080821;--solution-button-border:1px solid #fff3;--solution-button-background-image:url(../img/solutions/arrow.svg) no-repeat center/8px;--search-background:#ffffff1a;--search-color:#fff;--zero-list-text-color:#ffffffd9;--transparent-background:#08082166;--transparent-blur:blur(50px);--transparent-border:2px solid #ffffff26;--step-current-text:#fff;--accordion-border:2px solid #ffffff1a;--accordion-background:#ffffff1a;--accordion-blur:blur(15px);--accordion-opened-border:2px solid #f093;--accordion-opened-background:#ffffff2b;--accordion-opened-blur:blur(15px);--guide-step-description:#ffffffb3;--guide-accordion-stepName:#ffffffe6;--footer-background:#080821;--swiper-pagination-progressbar-fill-color:#8000ff!important;--swiper-pagination-progressbar-fill-shadow:4px 4px 4px 0px rgba($white,.1)inset,-4px -4px 4px 0px rgba($black,.1)inset!important}html{font-size:16px}body{color:var(--text-color);--container-padding:24px;background:url(../img/body/back-small2.jpg) top/cover no-repeat;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:100vh;font-family:Montserrat,sans-serif;line-height:1.2;display:flex;position:relative}@media screen and (max-width:360px){body{--container-padding:15px}}body.light{background:var(--light-white-color);--brief-container-background:#f4eaf9;--LM-Soft-Dark:#7d7594;--Foreground-primary:#000;--LM-Light-Gradient:#c5b5ff;--separator-line:#c5b5ff;--text-color:#530285;--LM-White-Soft-Dark:#7d7594;--LM-Dark:#1f1f45;--LM-Black:#000;--LM-Text-General:#2f2c45;--LM-Dark-Violet:#530285;--White-Primary-Links-Light-violet:#fff;--header-icon-color:#7c02ee;--page-title-color:#1f1f45;--LM-Links:#7c02ee;--card-border:2px solid #c5b5ff;--card-background:#f4eaf9;--card-backdrop-filter:blur(30px);--card-name-color:#2f2c45;--card-description-color:#1f1f45;--card-count-border:1px solid #f4eaf9;--card-count-background:#9c49ef;--card-count-backdrop-filter:blur(20px);--card-count-color:#fff;--card-background-hover:#fff;--navbar-background:#fff;--navbar-item-default-color:#7c02ee;--navbar-item-separator-color:#c5b5ff;--solution-button-background:#fff;--solution-button-border:1px solid #f4eaf9;--solution-button-background-image:url(../img/solutions/arrow_light.svg) no-repeat center/8px;--search-background:#fff;--search-color:#7c02ee;--zero-list-text-color:#7c02ee;--transparent-background:#f4eaf9;--transparent-blur:blur(50px);--transparent-border:2px solid #ffffff26;--step-current-text:#fff;--accordion-border:2px solid transparent;--accordion-background:#8000ff0d;--accordion-blur:blur(15px);--accordion-opened-border:2px solid transparent;--accordion-opened-background:#ffffff2b;--accordion-opened-blur:blur(15px);--guide-step-description:#7d7594;--guide-accordion-stepName:#2f2c45;--footer-background:#14141f;--faq-text:#7d7594;--swiper-pagination-progressbar-fill-color:#620ec8!important;--swiper-pagination-progressbar-fill-shadow:-4px -4px 4px 0px #0000001a inset,4px 4px 4px 0px #ffffff1a inset!important}body.fixed{overflow:hidden}body.preload *{transition:none!important}#root{flex-direction:column;flex:auto;justify-content:flex-start;align-items:stretch;min-height:100vh;line-height:1.2;display:flex;overflow:hidden}main{flex-direction:column;display:flex}.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,.container{max-width:1328px;padding:0 var(--container-padding)}a{color:inherit;transition:color 80ms ease-in-out}@media (hover:hover){a:hover{color:inherit}}@media (hover:none){a:active{color:inherit}}body:not(.user-is-tabbing) button:focus,body:not(.user-is-tabbing) input:focus,body:not(.user-is-tabbing) select:focus,body:not(.user-is-tabbing) span:focus,body:not(.user-is-tabbing) textarea:focus,body:not(.user-is-tabbing) [role=button]:focus{outline:none}img{max-width:100%}.react-tel-input .selected-flag .arrow{border-top:4px solid #fff!important}.light .react-tel-input .selected-flag .arrow{border-top:4px solid #7d7594!important}.react-tel-input .flag-dropdown.open .selected-flag{background:0 0!important}.react-tel-input .country-list .country-name{color:#20184e!important}.light .react-tel-input .country-list .country-name{color:#fff!important}.react-tel-input .country-list .dial-code{color:#20184e!important}.light .react-tel-input .country-list .dial-code{color:#7d7594!important}.react-tel-input .country-list{padding:24px!important}.light .react-tel-input .country-list{color:#fff;background:#080821}.light .react-tel-input .country-list .country.highlight .country-name{color:#20184e!important}.react-tel-input .country-list .country{border-bottom:1px solid #20184e33;padding:8px 12px!important}@media screen and (max-width:767px){.app-select-day__indicator,.app-select-year__indicator,.app-select-month__indicator{width:20px;position:relative;right:10px;padding:0!important}}.app-select__single-value,.app-select__placeholder{max-width:none;position:static;transform:none;font-weight:900!important}.light .app-select__single-value{color:#1f1f45}.light .app-select__control{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#8000ff1a;border:1px solid #c5b5ff;border-radius:8px}.light .app-select__indicator{color:#1f1f45}.app-select__value-container{flex:1 0 max-content;width:max-content;max-width:max-content}body .app-select__indicator{padding:0}@media screen and (max-width:767px){.app-select-day__menu,.app-select-month__menu,.app-select-year__menu{padding:10px 8px!important}.app-select-month__menu{min-width:150px}}.app-select__input-container{color:#fff!important}.Toastify__progress-bar{height:2px}body .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-progressbar-fill-color);box-shadow:var(--swiper-pagination-progressbar-fill-shadow);border-radius:1000px!important}#nprogress{z-index:2147483647}#nprogress .bar{background:#8000ff!important;height:5px!important}.react-tel-input .flag-dropdown.open.outline .selected-flag{background:0 0!important}.swiper-button-disabled{opacity:.5;pointer-events:none}.tippy-box{background:#080821;border:1px solid #8000ff33;border-radius:16px;padding:16px}.tippy-arrow{color:#080821}.react-modal-sheet-container{background-color:#080821!important;border-radius:24px 24px 0 0!important}.react-datepicker-wrapper{width:100%;height:100%}.react-datepicker__input-container{height:100%}#calendar-portal .react-datepicker{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:#171a32;border:1px solid #ffffff1a;border-radius:8px;padding:16px}#calendar-portal .react-datepicker__header{color:#fff;background-color:#171a32;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;padding-top:0;padding-bottom:0}#calendar-portal .react-datepicker__current-month{color:#fff;justify-content:center;align-items:center;height:32px;font-size:14px;font-style:normal;font-weight:600;line-height:18px;display:flex}#calendar-portal .react-datepicker__day-name{color:#ffffffb3;letter-spacing:-.24px;font-size:12px;font-style:normal;font-weight:500;line-height:16px}#calendar-portal .react-datepicker__triangle{display:none}#calendar-portal .react-datepicker__navigation{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff4d;border:1px solid #ffffff80;border-radius:4px;justify-content:center;align-items:center;gap:10px;width:32px;height:32px;padding:10px;display:flex;top:16px}#calendar-portal .react-datepicker__navigation-icon{width:0;font-size:20px;position:relative;top:1px}#calendar-portal .react-datepicker__navigation-icon--next{left:1px}#calendar-portal .react-datepicker__navigation-icon--previous{right:1px}#calendar-portal .react-datepicker__navigation--previous{left:16px}#calendar-portal .react-datepicker__navigation--next{right:16px}#calendar-portal .react-datepicker__day-names{border-bottom:1px solid #fff3;margin:8px 0;padding-bottom:8px}#calendar-portal .react-datepicker__month{background-color:#171a32;margin:0}#calendar-portal .react-datepicker__day,#calendar-portal .react-datepicker__month-text,#calendar-portal .react-datepicker__quarter-text,#calendar-portal .react-datepicker__year-text{color:#fff;font-size:14px;font-style:normal;font-weight:400}#calendar-portal .react-datepicker__day--outside-month{color:#ffffffb3}#calendar-portal .react-datepicker__day:hover,#calendar-portal .react-datepicker__month-text:hover,#calendar-portal .react-datepicker__quarter-text:hover,#calendar-portal .react-datepicker__year-text:hover,#calendar-portal .react-datepicker__day--selected,#calendar-portal .react-datepicker__day--in-selecting-range,#calendar-portal .react-datepicker__day--in-range,#calendar-portal .react-datepicker__month-text--selected,#calendar-portal .react-datepicker__month-text--in-selecting-range,#calendar-portal .react-datepicker__month-text--in-range,#calendar-portal .react-datepicker__quarter-text--selected,#calendar-portal .react-datepicker__quarter-text--in-selecting-range,#calendar-portal .react-datepicker__quarter-text--in-range,#calendar-portal .react-datepicker__year-text--selected,#calendar-portal .react-datepicker__year-text--in-selecting-range,#calendar-portal .react-datepicker__year-text--in-range,#calendar-portal .react-datepicker__day--keyboard-selected,#calendar-portal .react-datepicker__month-text--keyboard-selected,#calendar-portal .react-datepicker__quarter-text--keyboard-selected,#calendar-portal .react-datepicker__year-text--keyboard-selected{background-color:#8000ff;border-radius:4px}#calendar-portal{z-index:1000;position:relative}.app-select__menu-portal{z-index:5002!important}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-center{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button,.header__langs-trigger{text-align:center;letter-spacing:.2px;text-transform:uppercase;color:#fff;cursor:pointer;background:#8000ff;border:none;border-radius:50px;justify-content:center;align-items:center;min-height:44px;padding:18px 32px;font-size:14px;font-weight:900;line-height:1;text-decoration:none;transition:background-color 80ms ease-in-out,color 80ms ease-in-out,box-shadow 80ms ease-in-out;display:inline-flex;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}.button[disabled],[disabled].header__langs-trigger{color:#b5b5b5;pointer-events:none;background:#7e7e7e}@media (hover:hover){.button:hover,.header__langs-trigger:hover{color:#fff;background:#790ae8}}@media (hover:none){.button:active,.header__langs-trigger:active{color:#fff;background:#790ae8}}@media screen and (min-width:992px){.button,.header__langs-trigger{min-height:64px;padding:12px 40px;font-size:16px}}.button_accent{background:#f09}@media (hover:hover){.button_accent:hover{background-color:#f00090}}@media (hover:none){.button_accent:active{background-color:#f00090}}.button_transparent{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#f09;box-shadow:none;background:#ffffff1a;border:1px solid #ffffff4d}@media (hover:hover){.button_transparent:hover{color:#f09;background-color:#8000ff4d}}@media (hover:none){.button_transparent:active{color:#f09;background-color:#8000ff4d}}.button_white{color:#8000ff;box-shadow:none;background:#ffffff80}@media (hover:hover){.button_white:hover{color:#fff}}@media (hover:none){.button_white:active{color:#fff}}.button_transparent-brand{color:#8000ff;box-shadow:none;background:0 0;border:2px solid #8000ff}@media (hover:hover){.button_transparent-brand:hover{color:#fff;background:#8000ff}}@media (hover:none){.button_transparent-brand:active{color:#fff;background:#8000ff}}.button_flat{box-shadow:none}.select{position:relative}.select__trigger{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);text-transform:uppercase;letter-spacing:.02em;background:#ffffff1a;border:1px solid #fff;border-radius:5px;justify-content:center;align-items:center;gap:5px;padding:12px 16px;font-size:14px;font-weight:600;line-height:1;transition:background 80ms ease-in-out;display:flex}.select__trigger:after{content:"";background:url(../img/select/arrow.svg) 50%/contain no-repeat;width:30px;height:30px;transition:transform 80ms ease-in-out;display:block}.active .select__trigger:after{transform:scaleY(-1)}@media (hover:hover){.select__trigger:hover{background-color:#8000ff1a}}@media (hover:none){.select__trigger:active{background-color:#8000ff1a}}.select__popup{opacity:0;z-index:-1;pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#fff6;border-radius:12px;width:100%;padding:4px 0;list-style:none;transition:all 80ms ease-in-out;position:absolute;top:calc(100% + 4px);left:0;transform:translateY(-20px)scale(.5)}.select__popup li{border:none;padding:0;font-size:16px}@media screen and (min-width:992px){.select__popup li{white-space:nowrap;border-bottom:1px solid #fff3;padding:10px 16px;font-size:12px;line-height:1.3}.select__popup li:last-child{border-bottom:none}}.select__popup li a{text-transform:none;color:#8000ff;justify-content:center;padding:8px 0;font-size:12px;font-weight:600;text-decoration:none;display:flex}@media (hover:hover){.select__popup li a:hover{color:#f09}}@media (hover:none){.select__popup li a:active{color:#f09}}.select__popup li a.active{color:#f09}.active .select__popup{opacity:1;z-index:1000;pointer-events:auto;transform:translateY(0)scale(1)}.h1,.h2{margin-bottom:.6em;font-size:32px;font-weight:900}@media screen and (max-width:360px){.h1,.h2{font-size:28px}}@media screen and (min-width:576px){.h1,.h2{font-size:36px}}@media screen and (min-width:768px){.h1,.h2{font-size:40px}}@media screen and (min-width:992px){.h1,.h2{font-size:44px}}@media screen and (min-width:1200px){.h1,.h2{font-size:48px}}@media screen and (min-width:1400px){.h1,.h2{font-size:50px}}.h3{margin-bottom:.625em;font-size:24px;font-weight:700}@media screen and (min-width:576px){.h3{font-size:26px}}@media screen and (min-width:768px){.h3{font-size:28px}}@media screen and (min-width:992px){.h3{font-size:30px}}@media screen and (min-width:1200px){.h3{font-size:32px}}.loading{opacity:.5;pointer-events:none;position:relative}.loading:before{content:"";box-sizing:border-box;border:5px solid #fff;border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;position:absolute;bottom:calc(50% - 24px);left:calc(50% - 24px)}.fancybox__slide.fancybox__slide.has-image>.fancybox__content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:20px}.fancybox__backdrop.fancybox__backdrop{background:#ffffff1a}.fancybox-image.fancybox-image{object-fit:cover}@media screen and (min-width:992px){.page_main .figures{mix-blend-mode:overlay;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.page_main .figures .container-fluid,.page_main .figures .container-sm,.page_main .figures .container-md,.page_main .figures .container-lg,.page_main .figures .container-xl,.page_main .figures .container-xxl{height:100%;position:relative}}#main_navbar .swiper-button-disabled{opacity:0}#main_navbar .swiper-wrapper{justify-content:space-between}@media screen and (min-width:992px){.page_about .figures{mix-blend-mode:overlay;z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.page_about .figures .container-fluid,.page_about .figures .container-sm,.page_about .figures .container-md,.page_about .figures .container-lg,.page_about .figures .container-xl,.page_about .figures .container-xxl{height:100%;position:relative}.page_about .figures .container-fluid:before,.page_about .figures .container-sm:before,.page_about .figures .container-md:before,.page_about .figures .container-lg:before,.page_about .figures .container-xl:before,.page_about .figures .container-xxl:before{content:"";background:url(../img/body/about-body-top.webp) top/contain no-repeat;width:800px;height:600px;display:block;position:absolute;top:0;right:-355px}@supports (background-image:url("/img/body/about-body-top.webp")){.page_about .figures .container-fluid:before,.page_about .figures .container-sm:before,.page_about .figures .container-md:before,.page_about .figures .container-lg:before,.page_about .figures .container-xl:before,.page_about .figures .container-xxl:before{background-image:url(../img/body/about-body-top.webp)}}@supports (background-image:url("/img/body/about-body-top.avif")){.page_about .figures .container-fluid:before,.page_about .figures .container-sm:before,.page_about .figures .container-md:before,.page_about .figures .container-lg:before,.page_about .figures .container-xl:before,.page_about .figures .container-xxl:before{background-image:url(../img/body/about-body-top.avif)}}}@media screen and (min-width:992px) and (min-width:1200px){.page_about .figures .container-fluid:before,.page_about .figures .container-sm:before,.page_about .figures .container-md:before,.page_about .figures .container-lg:before,.page_about .figures .container-xl:before,.page_about .figures .container-xxl:before{width:1192px;height:859px;right:-744px}}@media screen and (min-width:992px){.page_news .figures{z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.page_news .figures .container-fluid,.page_news .figures .container-sm,.page_news .figures .container-md,.page_news .figures .container-lg,.page_news .figures .container-xl,.page_news .figures .container-xxl{height:100%;position:relative}.page_news .figures .container-fluid:before,.page_news .figures .container-sm:before,.page_news .figures .container-md:before,.page_news .figures .container-lg:before,.page_news .figures .container-xl:before,.page_news .figures .container-xxl:before{content:"";background:url(../img/body/news-body-before.webp) 50%/contain no-repeat;width:236px;height:236px;display:block;position:absolute;bottom:64vw;left:-133px}@supports (background-image:url("/img/body/news-body-before.webp")){.page_news .figures .container-fluid:before,.page_news .figures .container-sm:before,.page_news .figures .container-md:before,.page_news .figures .container-lg:before,.page_news .figures .container-xl:before,.page_news .figures .container-xxl:before{background-image:url(../img/body/news-body-before.webp)}}@supports (background-image:url("/img/body/news-body-before.avif")){.page_news .figures .container-fluid:before,.page_news .figures .container-sm:before,.page_news .figures .container-md:before,.page_news .figures .container-lg:before,.page_news .figures .container-xl:before,.page_news .figures .container-xxl:before{background-image:url(../img/body/news-body-before.avif)}}}@media screen and (min-width:992px) and (min-width:768px){.page_news .figures .container-fluid:before,.page_news .figures .container-sm:before,.page_news .figures .container-md:before,.page_news .figures .container-lg:before,.page_news .figures .container-xl:before,.page_news .figures .container-xxl:before{top:100px;bottom:auto}}@media screen and (min-width:992px) and (min-width:992px){.page_news .figures .container-fluid:before,.page_news .figures .container-sm:before,.page_news .figures .container-md:before,.page_news .figures .container-lg:before,.page_news .figures .container-xl:before,.page_news .figures .container-xxl:before{width:350px;height:350px;top:303px;left:-184px}}@media screen and (min-width:992px) and (min-width:1200px){.page_news .figures .container-fluid:before,.page_news .figures .container-sm:before,.page_news .figures .container-md:before,.page_news .figures .container-lg:before,.page_news .figures .container-xl:before,.page_news .figures .container-xxl:before{width:417px;height:417px;top:336px;left:-184px}}@media screen and (min-width:992px) and (min-width:576px){.page_news .figures .container-fluid:after,.page_news .figures .container-sm:after,.page_news .figures .container-md:after,.page_news .figures .container-lg:after,.page_news .figures .container-xl:after,.page_news .figures .container-xxl:after{content:"";background:url(../img/body/news-body-after.webp) 50%/contain no-repeat;width:242px;height:236px;display:block;position:absolute;bottom:60vw;right:-90px}@supports (background-image:url("/img/body/news-body-after.webp")){.page_news .figures .container-fluid:after,.page_news .figures .container-sm:after,.page_news .figures .container-md:after,.page_news .figures .container-lg:after,.page_news .figures .container-xl:after,.page_news .figures .container-xxl:after{background-image:url(../img/body/news-body-after.webp)}}@supports (background-image:url("/img/body/news-body-after.avif")){.page_news .figures .container-fluid:after,.page_news .figures .container-sm:after,.page_news .figures .container-md:after,.page_news .figures .container-lg:after,.page_news .figures .container-xl:after,.page_news .figures .container-xxl:after{background-image:url(../img/body/news-body-after.avif)}}}@media screen and (min-width:992px) and (min-width:768px){.page_news .figures .container-fluid:after,.page_news .figures .container-sm:after,.page_news .figures .container-md:after,.page_news .figures .container-lg:after,.page_news .figures .container-xl:after,.page_news .figures .container-xxl:after{top:100px;bottom:auto}}@media screen and (min-width:992px) and (min-width:992px){.page_news .figures .container-fluid:after,.page_news .figures .container-sm:after,.page_news .figures .container-md:after,.page_news .figures .container-lg:after,.page_news .figures .container-xl:after,.page_news .figures .container-xxl:after{width:400px;height:400px;top:266px;right:-355px}}@media screen and (min-width:992px) and (min-width:1200px){.page_news .figures .container-fluid:after,.page_news .figures .container-sm:after,.page_news .figures .container-md:after,.page_news .figures .container-lg:after,.page_news .figures .container-xl:after,.page_news .figures .container-xxl:after{width:456px;height:456px;top:316px;right:-355px}}.instruction-swiper .pager.swiper-pagination-progressbar{background:#ffffff80;border-radius:1000px;max-width:386px;height:6px;margin:0 auto;position:relative;overflow:hidden;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}@media screen and (min-width:992px){.instruction-swiper .pager.swiper-pagination-progressbar{max-width:calc(33.3333% - 13.3333px);height:8px}}.instruction-swiper .pager.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#8000ff;border-radius:1000px;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}.instruction-swiper .swiper-button-disabled{opacity:0;pointer-events:none}.catalog-swiper .pager.swiper-pagination-progressbar{background:#ffffff80;border-radius:1000px;max-width:386px;height:6px;margin:0 auto;position:relative;overflow:hidden;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}@media screen and (min-width:992px){.catalog-swiper .pager.swiper-pagination-progressbar{max-width:calc(33.3333% - 13.3333px)}}.catalog-swiper .pager.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#a74dff;border-radius:1000px;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}.header{z-index:500;align-items:center;margin-bottom:20px;padding:20px 0;display:flex;position:sticky;top:0}@media screen and (min-width:768px){.header{margin-bottom:28px;position:relative}}.header:before{content:"";-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#8000ff33;border-bottom:1px solid #fff3;width:100%;height:100%;position:absolute;top:0;left:0}.light .header:before{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fff;border-bottom:1px solid #c5b5ff;border-radius:0 0 32px 32px}.header .container-fluid,.header .container-sm,.header .container-md,.header .container-lg,.header .container-xl,.header .container-xxl{position:relative}@media screen and (max-width:767px){.header{padding:16px 0}}.header__box{flex-wrap:nowrap;font-size:12px}@media screen and (min-width:992px){.header__box{font-size:14px}}@media screen and (min-width:1200px){.header__box{font-size:16px}}.header__logo{cursor:pointer;-webkit-tap-highlight-color:#0000;background:url(../img/header/logo.svg) 50%/contain no-repeat;outline:none;width:93px;height:29px;display:block}@media screen and (min-width:992px){.header__logo{width:129px;height:39px;position:relative;top:4px}.light .header__logo{top:0}}.header__burger{background:url(../img/header/menu.svg) 50%/contain no-repeat;border:none;width:32px;height:32px;transition:background 80ms ease-in-out,transform 80ms ease-in-out}.header_active .header__burger{background-image:url(../img/header/close.svg);transform:translateY(-1px)}.header_active{z-index:999999}.header__navigation{position:relative;top:5px}.header__navigation ul{flex-direction:column;justify-content:flex-start;align-items:stretch;margin:0;padding:0;list-style:none;display:flex}@media screen and (min-width:992px){.header__navigation ul{flex-direction:row;justify-content:space-between;align-items:center;gap:15px}}.header__navigation ul li{color:var(--LM-Dark);border-bottom:1px solid #fff6;flex:auto;padding:16px 0;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.header__navigation ul li:last-child{border-bottom:none}@media screen and (min-width:992px){.header__navigation ul li{font-size:inherit;border:none;flex:0 auto;padding:0}}.header__navigation ul li a{cursor:pointer;padding:10px 0;text-decoration:none;display:flex}@media (hover:hover){.header__navigation ul li a:hover{color:#8000ff}}@media (hover:none){.header__navigation ul li a:active{color:#8000ff}}.header__navigation ul li a.active{color:#8000ff}.header__menu-parent{position:relative}.header__menu-parent>a{cursor:pointer;align-items:center;gap:4px}@media screen and (min-width:992px){.header__menu-parent>a{gap:1px}}@media screen and (min-width:1200px){.header__menu-parent>a{gap:4px}}.header__menu-parent>a:after{content:"";background:url(../img/header/arrow.svg) 50%/contain no-repeat;width:32px;height:32px;transition:background-image 80ms ease-in-out,transform 80ms ease-in-out;display:block}@media screen and (min-width:992px){.header__menu-parent>a:after{width:22px;height:22px}}@media screen and (min-width:1200px){.header__menu-parent>a:after{width:32px;height:32px}}@media (hover:hover){.header__menu-parent>a:hover:after{background-image:url(../img/header/arrow-hover.svg)}}@media (hover:none){.header__menu-parent>a:active:after{background-image:url(../img/header/arrow-hover.svg)}}.header__menu-parent ul{margin-bottom:3px;display:none}@media screen and (min-width:992px){.header__menu-parent ul{opacity:0;z-index:-1;pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#fff6;border-radius:12px;margin-bottom:0;padding:4px 0;transition:all 80ms ease-in-out;position:absolute;top:calc(100% - 4px);left:-11px;transform:translateY(-20px)scale(.5)}}.header__menu-parent ul li{border:none;padding:0;font-size:16px}@media screen and (min-width:992px){.header__menu-parent ul li{white-space:nowrap;border-bottom:1px solid #fff3;padding:10px 16px;font-size:12px;line-height:1.3}.header__menu-parent ul li:last-child{border-bottom:none}}.header__menu-parent ul li a{cursor:pointer;padding:8px 0}@media screen and (min-width:992px){.header__menu-parent ul li a{text-transform:none;color:#8000ff;justify-content:center}}@media screen and (min-width:992px) and (hover:hover){.header__menu-parent ul li a:hover{color:#f09}}@media screen and (min-width:992px) and (hover:none){.header__menu-parent ul li a:active{color:#f09}}.header__menu-parent.active>a{color:#8000ff}.header__menu-parent.active>a:after{background-image:url(../img/header/arrow-hover.svg);transform:scaleY(-1)}@media screen and (min-width:992px){.header__menu-parent.active>a:after{transform:none}}.header__menu-parent.active ul{animation:80ms ease-in-out fade-in;display:block}@media screen and (min-width:992px){.header__menu-parent.active ul{opacity:1;z-index:1000;pointer-events:auto;transform:translateY(0)scale(1)}}.header__controls{justify-content:space-between;align-items:center;display:flex}@media screen and (min-width:992px){.header__controls{gap:15px}}@media screen and (min-width:1200px){.header__controls{gap:20px}}.header__langs{border-radius:8px;display:block;position:relative}.header__langs-trigger{background:#8000ff1a;border:1px solid #8000ff;border-radius:8px;gap:9px;min-height:40px;padding:0 20px}.light .header__langs-trigger{box-shadow:none;color:#530285;background:#f4eaf9}.header__langs-trigger:after{content:"";background:url(../img/header/langs.svg) 50%/cover no-repeat;width:12px;height:6px;transition:transform 80ms ease-in-out;display:block}.light .header__langs-trigger:after{background:url(../img/header/langs_light.svg) 50%/cover no-repeat}.header__langs.active .header__langs-trigger:after{transform:scaleY(-1)}@media screen and (max-width:968px){.header__langs-trigger{width:75px;height:32px;min-height:32px;margin-right:16px;padding:0}}.header__langs-list{opacity:0;z-index:-1;pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#fff3;border-radius:8px;width:100%;padding:4px 0;list-style:none;transition:all 80ms ease-in-out;position:absolute;top:calc(100% + 4px);left:0;transform:translateY(-20px)scale(.5)}.light .header__langs-list{border:1px solid #8000ff}.header__langs-list li{border:none;padding:0;font-size:16px}@media screen and (min-width:992px){.header__langs-list li{white-space:nowrap;border-bottom:1px solid #fff3;padding:10px 16px;font-size:12px;line-height:1.3}.header__langs-list li:last-child{border-bottom:none}.light .header__langs-list li{border-color:#8000ff}}.header__langs-list li a{text-transform:none;color:#fff;cursor:pointer;justify-content:center;padding:8px 0;font-size:12px;font-weight:600;text-decoration:none;display:flex}@media (hover:hover){.header__langs-list li a:hover{color:#f09}}@media (hover:none){.header__langs-list li a:active{color:#f09}}.light .header__langs-list li a{color:#530285}.active .header__langs-list{opacity:1;z-index:1000;pointer-events:auto;transform:translateY(0)scale(1)}.header__langs-mobile{gap:16px;margin:0 0 18px;padding:0;list-style:none;display:flex}.header__langs-mobile li a{letter-spacing:.2px;font-weight:900;text-decoration:none}@media (hover:hover){.header__langs-mobile li a:hover{color:#f09}}@media (hover:none){.header__langs-mobile li a:active{color:#f09}}.header__langs-mobile li a.active{margin:0 24px;position:relative}@media (hover:hover){.header__langs-mobile li a.active:hover{color:#fff}}@media (hover:none){.header__langs-mobile li a.active:active{color:#fff}}.header__langs-mobile li a.active:before{content:"";background:#8000ff;border-radius:100px;width:300%;height:187.5%;display:block;position:absolute;top:-43.75%;left:-100%;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}.header__langs-mobile li a.active span{position:relative}.header__login{color:#8000ff;font-weight:900;text-decoration:none}@media (hover:hover){.header__login:hover{color:#f09}}@media (hover:none){.header__login:active{color:#f09}}.header__start{color:#fff;text-align:center;letter-spacing:.2px;text-transform:uppercase;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#080821 0 0) padding-box padding-box,linear-gradient(90deg,#26c3cd,#5e2ee6,#ff35d3) border-box;border:3px solid #0000;border-radius:1000px;justify-content:center;align-items:center;padding:18px 32px;font-size:14px;font-style:normal;font-weight:900;line-height:normal;display:flex;position:relative;height:48px!important;min-height:48px!important;box-shadow:none!important}.header-content{z-index:1001}@media screen and (min-width:992px){.header-content{z-index:1}}.header__modal{width:100%;max-height:calc(var(--app-height) - 100%);min-height:calc(var(--app-height) - 100%);opacity:0;z-index:-1;pointer-events:none;transition:transform 80ms ease-in-out,opacity 80ms ease-in-out,z-index 80ms ease-in-out;display:flex;position:absolute;top:100%;left:0;overflow-y:auto;transform:translateY(-60px)scale(.9)}.header_active .header__modal{opacity:1;z-index:1000;pointer-events:auto;transform:translateY(0)scale(1)}@media screen and (min-width:768px){.header__modal{background-size:cover}}@media screen and (min-width:992px){.header__modal{display:none}}.header__modal .bg{content:"";pointer-events:none;mix-blend-mode:overlay;background:url(../img/body/back.webp) top/100% 1000% no-repeat;width:100%;display:block;position:absolute;top:auto;left:0;transform:translateY(0)scale(1)}.header__modal-content{flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:auto;display:flex;position:relative}.header__buttons{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px;margin-top:auto;display:flex}.header__login-button{font-size:16px}.header__copyright{margin:43px calc(0px - var(--container-padding))0;padding:18px var(--container-padding)16px;text-align:center;color:#fffc;text-transform:none;min-height:48px;max-width:calc(100% + 2*var(--container-padding));border-top:1px solid #fff3;font-size:12px;line-height:14px}@media screen and (min-width:992px){.mr-lg-auto{margin-right:auto}}.header__user-buttons{justify-content:flex-start;align-items:center;gap:32px;margin-top:auto;margin-right:20px;display:flex}@media screen and (min-width:992px){.header__user-buttons{margin-top:0}}.header__user-buttons a{background:#fff3;border:1px solid #ffffff80;border-radius:8px;width:40px;height:40px;padding:7px;transition:background 80ms ease-in-out;position:relative}.light .header__user-buttons a{background:#f4eaf9;border:1px solid #d48bff}@media (hover:hover){.header__user-buttons a:hover{background:0 0}}@media (hover:none){.header__user-buttons a:active{background:0 0}}.header__user-buttons a:after{content:"";background:#fff3;width:1px;height:100%;display:block;position:absolute;top:0;right:-17px}.light .header__user-buttons a:after{background:#d48bff80}.header__user-buttons a:last-child:after{display:none}.header__notification{text-align:center;color:#fff;background:#f09;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:11px;font-weight:700;line-height:16px;display:flex;position:absolute;top:-7px;right:-7px}.header__profile{background:#fff6;border-radius:8px;width:40px;height:40px;transition:filter 80ms ease-in-out;display:none;position:absolute;top:9px;right:20px}@media screen and (min-width:992px){.header__profile{margin:-4px 0;display:block;position:relative;top:0;right:0}}.header__profile img{object-fit:cover;border-radius:8px;width:100%;height:100%}@media (hover:hover){.header__profile:hover:after{background-color:#ff00994d}}@media (hover:none){.header__profile:active:after{background-color:#ff00994d}}.header__modal-search-container{padding:12px var(--container-padding);width:100%;-webkit-backdrop-filter:var(--transparent-blur);backdrop-filter:var(--transparent-blur);background:#8000ff1a;border-bottom:1px solid #ffffff1a;align-items:center;display:none;position:relative}.header__modal-search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-backdrop-filter:blur(105px);backdrop-filter:blur(105px);color:#fff;letter-spacing:.2px;background:#ffffff1a;border:1px solid #fff3;border-right:none;border-radius:8px 0 0 8px;outline:none;flex:1;height:100%;margin:0;padding:0 12px;font-size:16px;font-style:normal;font-weight:600;line-height:150%}.header__modal-search-input::placeholder{color:#fff}.header__modal-search-button{color:#fff;text-align:center;text-transform:uppercase;background:#8000ff;flex-shrink:0;justify-content:center;align-items:center;min-height:100%;font-style:normal;font-weight:700;border-radius:0 8px 8px 0!important;width:89px!important;height:40px!important;font-size:14px!important;line-height:20px!important}.header__modal-account-container{padding:18px var(--container-padding);background:#ffffff0d;border-bottom:1px solid #fff3;align-items:center;gap:10px;min-height:64px;display:flex}.header__modal-profile{width:40px;height:40px}.header__modal-profile span{flex:1 0 100%}.header__modal-profile img{object-fit:cover;background:#080821;border:1px solid #5135ff;border-radius:100%;flex-shrink:0;width:100%;height:100%}.header__modal-login,.header__modal-logout{margin-left:auto}.header__modal-login{transform:rotate(180deg)}.header__mobile-navigation{margin-bottom:20px;position:relative;top:5px}.header__mobile-navigation ul{flex-direction:column;justify-content:flex-start;align-items:stretch;margin:0;padding:0;list-style:none;display:flex}@media screen and (min-width:992px){.header__mobile-navigation ul{flex-direction:row;justify-content:space-between;align-items:center;gap:15px}}.header__mobile-navigation ul li{padding:18px var(--container-padding);color:#fff;letter-spacing:-.88px;text-transform:uppercase;border-bottom:1px solid #fff3;flex:auto;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.header__mobile-navigation ul li:last-child{border-bottom:none}@media screen and (min-width:992px){.header__mobile-navigation ul li{font-size:inherit;border:none;flex:0 auto;padding:0}}.header__mobile-navigation ul li a{cursor:pointer;padding:10px 0;text-decoration:none;display:flex}@media (hover:hover){.header__mobile-navigation ul li a:hover{color:#8000ff}}@media (hover:none){.header__mobile-navigation ul li a:active{color:#8000ff}}.header__mobile-navigation ul li a.active{color:#8000ff}.header__mobile-copyright{text-align:center;color:#fffc;text-align:center;background:#ffffff0d;padding-top:16px;padding-bottom:20px;font-size:14px;font-style:normal;font-weight:500;line-height:28px}.header__mobile-assistant{padding:18px var(--container-padding);background:#ffffff0d;border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;gap:10px;display:flex}.header__mobile-assistant--no-border{border-bottom:none}.header__mobile-assistant-text{color:#fff;letter-spacing:.21px;flex-direction:column;flex:0 0 180px;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex}.header__mobile-assistant-text span{color:#fff;letter-spacing:-.88px;text-transform:uppercase;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.header__mobile-assistant-button{flex:1 0 auto;width:auto;height:36px;min-height:36px!important;padding:14px 25px!important;font-size:10px!important}.header__mobile-guide-button{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:8px}:root{--footer-offset-top:40px}.footer{z-index:3;color:#fff;background:var(--footer-background);border-top:1px solid #fff3;border-radius:40px 40px 0 0;margin-top:auto;position:relative}@media screen and (min-width:768px){.footer{--footer-offset-top:52px}}.footer .container,.footer .container-fluid,.footer .container-sm,.footer .container-md,.footer .container-lg,.footer .container-xl,.footer .container-xxl{z-index:2;position:relative}@media screen and (max-width:767px){.footer{border-radius:24px 24px 0 0}}.footer-spacer{height:var(--footer-offset-top)}.footer__top{padding:24px 0 20px}@media screen and (min-width:768px){.footer__top{padding:32px 0 25px}}@media screen and (min-width:992px){.footer__top{padding:56px 0 26px}}.footer__logo{background:url(../img/footer/logo.svg) 50%/contain no-repeat;width:129px;height:39px;display:block}.footer__logo-container{align-items:center;gap:20px;margin-bottom:20px;display:flex}.footer__app{width:135px}.footer__contacts{margin-bottom:20px;font-size:16px;font-weight:500;line-height:28px}.footer__contacts p{margin-bottom:4px}.footer__contacts a{text-decoration:none}@media (hover:hover){.footer__contacts a:hover{color:#f09}}@media (hover:none){.footer__contacts a:active{color:#f09}}.footer__social{justify-content:flex-start;align-items:center;gap:18px;display:flex}.footer__social a{transition:opacity 80ms ease-in-out}.footer__social a:hover{opacity:.8}.footer__social a img{object-fit:contain;width:32px;height:32px;display:block}.footer__authors{color:#fffc;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.footer__heart{text-indent:-9999em;vertical-align:baseline;background:url(../img/footer/heart.webp) 50%/contain no-repeat;width:18px;height:18px;display:inline-block;position:relative;top:4px}.footer__nav{margin-top:40px}@media screen and (min-width:768px){.footer__nav{margin-top:0}}.footer__menu{column-count:2;column-gap:20px;margin:0;padding:0;list-style:none}@media screen and (min-width:992px){.footer__menu{column-count:3}}.footer__menu>li{break-inside:avoid;margin:0 0 12px;padding:0}.footer__menu>li>a{font-size:16px;font-weight:700;line-height:1.6;text-decoration:none;transition:color 80ms ease-in-out}@media screen and (min-width:992px){.footer__menu>li>a{line-height:32px}}@media (hover:hover){.footer__menu>li>a:hover{color:#8000ff}}@media (hover:none){.footer__menu>li>a:active{color:#8000ff}}.footer__menu>li.footer__menu-parent>a{pointer-events:none;margin-top:0;font-size:20px}.footer__menu>li ul{flex-direction:column;gap:8.5px;margin:16px 0 0;padding:0;font-size:16px;line-height:1.6;list-style:none;display:flex}.footer__menu>li ul li a{text-decoration:none;transition:color 80ms ease-in-out}@media (hover:hover){.footer__menu>li ul li a:hover{color:#8000ff}}@media (hover:none){.footer__menu>li ul li a:active{color:#8000ff}}.footer__bottom{text-align:center;color:#fffc;text-align:center;z-index:2;border-top:1px solid #fff3;padding:24px 0;font-size:16px;font-style:normal;font-weight:400;line-height:28px;position:relative}@media screen and (max-width:360px){.footer__bottom{font-size:12px}}@media screen and (min-width:768px){.footer__bottom{padding:18px 0}}@media screen and (min-width:992px){.footer__bottom{padding:24px 0;font-size:16px}}.footer__bottom-container{align-items:center;display:flex}@media screen and (max-width:767px){.footer__bottom-container{flex-direction:column;gap:12px}}.footer-copyright{margin:0 auto}@media screen and (max-width:767px){.footer-copyright{order:3}}@media screen and (min-width:992px){.footer__break{break-after:column}}.footer_social_row{align-items:center;display:flex}section.bottom{text-align:center;padding:40px 0 0}@media screen and (min-width:768px){section.bottom{padding:40px 0}}@media screen and (min-width:992px){section.bottom{padding:40px 0 32px}}@media screen and (min-width:576px){section.bottom{text-align:right}}.page_instruction section.bottom{padding-top:18px}.bottom__scroll-up{color:#fff;letter-spacing:.015em;justify-content:center;align-items:center;gap:12px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.bottom__scroll-up:before{content:"";background:#0808211a url(../img/bottom/up.svg) 50% no-repeat;border:1px solid #ffffff1a;border-radius:12px;width:60px;height:60px;transition:background 80ms ease-in-out;display:block;box-shadow:0 3px 50px #7718ed1c}@media (hover:hover){.bottom__scroll-up:hover:before{background-color:#8000ff}}@media (hover:none){.bottom__scroll-up:active:before{background-color:#8000ff}}.more-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#8000ff;text-transform:uppercase;background:#8000ff1a;border:2px solid #8000ff80;border-radius:12px;justify-content:flex-start;align-items:center;gap:2px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none;display:flex}.more-button:after{content:"";background:url(../img/more-button/arrow.svg) 50%/contain no-repeat;width:16px;height:16px;transition:background 80ms ease-in-out;display:block;position:relative;top:-1px}@media screen and (min-width:576px){.more-button{font-size:14px}.more-button:after{width:18px;height:18px}}@media screen and (min-width:992px){.more-button{font-size:16px}.more-button:after{width:20px;height:20px;top:0}}@media (hover:hover){.more-button:hover{color:#f09;border-color:#f09}.more-button:hover:after{background-image:url(../img/more-button/arrow-hover.svg)}}@media (hover:none){.more-button:active{color:#f09;border-color:#f09}.more-button:active:after{background-image:url(../img/more-button/arrow-hover.svg)}}.main-swiper{width:100vw;margin-bottom:11px;position:relative;left:calc(50% - 50vw)}@media screen and (min-width:992px){.main-swiper .container-fluid,.main-swiper .container-sm,.main-swiper .container-md,.main-swiper .container-lg,.main-swiper .container-xl,.main-swiper .container-xxl{position:relative}.main-swiper{margin-bottom:17px}}@media screen and (min-width:768px){.main-swiper__slide{padding-bottom:60px}}@media screen and (min-width:992px){.main-swiper__slide{padding-bottom:100px}}@media screen and (min-width:1200px){.main-swiper__slide{padding-bottom:103px}}.main-swiper__content{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff40;border:2px solid #fff6;border-radius:10px;padding:22px;position:relative;overflow:hidden}@media screen and (min-width:768px){.main-swiper__content{padding-right:20%}}@media screen and (min-width:992px){.main-swiper__content{flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:340px;padding:40px 30% 39px 40px;display:flex}}.main-swiper__content:before{content:"";pointer-events:none;z-index:-1;background:url(../img/main-swiper/inner1-m.svg) 50%/contain no-repeat;width:108px;height:124px;display:block;position:absolute;top:0;left:0}@media screen and (min-width:768px){.main-swiper__content:before{background-image:url(../img/main-swiper/inner1-d.svg);background-position:0 100%;width:176px;height:88px;top:auto;bottom:0}}@media screen and (min-width:1200px){.main-swiper__content:before{width:268px;height:149px}}@media screen and (min-width:768px){.main-swiper__content:after{content:"";z-index:-1;pointer-events:none;background:url(../img/main-swiper/inner2-d.svg) 50%/contain no-repeat;width:250px;height:250px;display:block;position:absolute;bottom:-48px;right:-23px}}@media screen and (min-width:992px){.main-swiper__content:after{width:430px;height:430px;bottom:-48px;right:-63px}}@media screen and (min-width:1200px){.main-swiper__content:after{width:537px;height:537px;bottom:-161px;right:1px}}.main-swiper__title{color:#ffffffb3;margin-bottom:8px;font-size:20px;font-weight:700;line-height:1.3}@media screen and (min-width:768px){.main-swiper__title{letter-spacing:.63px;margin-bottom:16px;font-size:30px}}@media screen and (min-width:992px){.main-swiper__title{color:#ffffffe6;margin-bottom:20px;font-size:42px;font-weight:800}}.main-swiper__text{color:#fff9;margin-bottom:13px;font-size:12px;font-weight:600;line-height:1.5}@media screen and (min-width:992px){.main-swiper__text{letter-spacing:.24px;color:#ffffffb3;font-size:16px;line-height:1.3}}@media screen and (min-width:768px){.main-swiper__more{margin-top:50px}}@media screen and (min-width:992px){.main-swiper__more{margin-top:auto}}.main-swiper__image{opacity:0;justify-content:center;margin:54px 9vw 0 14vw;transition:opacity 80ms ease-in-out;display:flex;position:relative}.swiper-slide-active .main-swiper__image{opacity:1}@media screen and (min-width:768px){.main-swiper__image{width:25%;height:100%;margin:0;position:absolute;top:0;right:0}}@media screen and (min-width:992px){.main-swiper__image{width:400px}}@media screen and (min-width:1200px){.main-swiper__image{width:404px;height:397px;top:46px;right:54px}}.main-swiper__image:before{content:"";padding-top:97.9424%;display:block}.main-swiper__image:after{content:"";background:url(../img/main-swiper/inner2-m.svg) 50%/contain no-repeat;width:81%;height:100%;display:block;position:absolute;bottom:1%;left:27%}@media screen and (min-width:768px){.main-swiper__image:after{display:none}}.main-swiper__image img{z-index:1;object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-horizontal>.main-swiper__pager.swiper-pagination-progressbar{top:auto;left:var(--container-padding);width:calc(100% - 2*var(--container-padding));background:#ffffff80;border-radius:1000px;height:6px;position:absolute;bottom:71.7vw;overflow:hidden;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}@media screen and (max-width:360px){.swiper-horizontal>.main-swiper__pager.swiper-pagination-progressbar{bottom:77.5vw}}@media screen and (min-width:768px){.swiper-horizontal>.main-swiper__pager.swiper-pagination-progressbar{width:700px;bottom:30px;left:calc(50% - 350px)}}@media screen and (min-width:992px){.swiper-horizontal>.main-swiper__pager.swiper-pagination-progressbar{width:750px;height:8px;bottom:70px;left:calc(50% - 375px)}}@media screen and (min-width:1200px){.swiper-horizontal>.main-swiper__pager.swiper-pagination-progressbar{width:794px;bottom:63px;left:calc(50% - 397px)}}.swiper-horizontal>.main-swiper__pager.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#8000ff;border-radius:1000px;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}.main-swiper__figures{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.main-swiper__figures .container-fluid:before,.main-swiper__figures .container-sm:before,.main-swiper__figures .container-md:before,.main-swiper__figures .container-lg:before,.main-swiper__figures .container-xl:before,.main-swiper__figures .container-xxl:before{content:"";background:url(../img/main-swiper/fig1.webp) 50%/contain no-repeat;width:236px;height:236px;display:block;position:absolute;bottom:64vw;left:-133px}@media screen and (min-width:768px){.main-swiper__figures .container-fluid:before,.main-swiper__figures .container-sm:before,.main-swiper__figures .container-md:before,.main-swiper__figures .container-lg:before,.main-swiper__figures .container-xl:before,.main-swiper__figures .container-xxl:before{top:100px;bottom:auto}}@media screen and (min-width:992px){.main-swiper__figures .container-fluid:before,.main-swiper__figures .container-sm:before,.main-swiper__figures .container-md:before,.main-swiper__figures .container-lg:before,.main-swiper__figures .container-xl:before,.main-swiper__figures .container-xxl:before{width:350px;height:350px;top:133px;left:-184px}}@media screen and (min-width:1200px){.main-swiper__figures .container-fluid:before,.main-swiper__figures .container-sm:before,.main-swiper__figures .container-md:before,.main-swiper__figures .container-lg:before,.main-swiper__figures .container-xl:before,.main-swiper__figures .container-xxl:before{width:417px;height:417px;top:133px;left:-184px}}@media screen and (min-width:576px){.main-swiper__figures .container-fluid:after,.main-swiper__figures .container-sm:after,.main-swiper__figures .container-md:after,.main-swiper__figures .container-lg:after,.main-swiper__figures .container-xl:after,.main-swiper__figures .container-xxl:after{content:"";background:url(../img/main-swiper/fig2.webp) 50%/contain no-repeat;width:242px;height:236px;display:block;position:absolute;bottom:60vw;right:-90px}}@media screen and (min-width:768px){.main-swiper__figures .container-fluid:after,.main-swiper__figures .container-sm:after,.main-swiper__figures .container-md:after,.main-swiper__figures .container-lg:after,.main-swiper__figures .container-xl:after,.main-swiper__figures .container-xxl:after{top:100px;bottom:auto}}@media screen and (min-width:992px){.main-swiper__figures .container-fluid:after,.main-swiper__figures .container-sm:after,.main-swiper__figures .container-md:after,.main-swiper__figures .container-lg:after,.main-swiper__figures .container-xl:after,.main-swiper__figures .container-xxl:after{width:400px;height:400px;top:111px;right:-255px}}@media screen and (min-width:1200px){.main-swiper__figures .container-fluid:after,.main-swiper__figures .container-sm:after,.main-swiper__figures .container-md:after,.main-swiper__figures .container-lg:after,.main-swiper__figures .container-xl:after,.main-swiper__figures .container-xxl:after{width:456px;height:456px;top:111px;right:-255px}}.main-swiper__cube{pointer-events:none;z-index:20;background:url(../img/main-swiper/cube.webp) 50%/contain no-repeat;width:170px;height:170px;position:absolute;top:-70px;right:-70px}@supports (background-image:url("/img/main-swiper/cube.webp")){.main-swiper__cube{background-image:url(../img/main-swiper/cube.webp)}}@supports (background-image:url("/img/main-swiper/cube.avif")){.main-swiper__cube{background-image:url(../img/main-swiper/cube.avif)}}@media screen and (min-width:768px){.main-swiper__cube{top:-80px;right:-30px}}@media screen and (min-width:992px){.main-swiper__cube{width:220px;height:220px;top:-120px;right:-60px}}@media screen and (min-width:1200px){.main-swiper__cube{width:260px;height:260px;top:-121px;right:-69px}}.main-swiper__bottom{text-align:center;position:relative}@media screen and (min-width:576px){.main-swiper__bottom{text-align:right}}.main-swiper__arrow{letter-spacing:.015em;color:#fff;justify-content:center;align-items:center;gap:12px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.main-swiper__arrow:before{content:"";-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff4d url(../img/main-swiper/arrow.svg) 50% no-repeat;border:1px solid #ffffff80;border-radius:50%;width:60px;height:60px;transition:background 80ms ease-in-out;display:block}@media (hover:hover){.main-swiper__arrow:hover:before{background-color:#8000ff}}@media (hover:none){.main-swiper__arrow:active:before{background-color:#8000ff}}.news{margin:-64px calc(0px - var(--container-padding))32px;padding:64px var(--container-padding)0}@media screen and (min-width:768px){.news{margin-top:0;padding-top:0}}@media screen and (min-width:992px){.news{margin-bottom:52px;position:relative}.news:before{mix-blend-mode:lighten;pointer-events:none;background:url(../img/news/figure.webp) 50%/contain no-repeat;width:1232px;height:1232px;display:block;position:absolute;top:-107px;left:-718px}@supports (background-image:url("/img/news/figure.webp")){.news:before{background-image:url(../img/news/figure.webp)}}@supports (background-image:url("/img/news/figure.avif")){.news:before{background-image:url(../img/news/figure.avif)}}}@media screen and (min-width:1200px){.news{margin-bottom:62px}}.news__title{margin-bottom:20px}@media screen and (min-width:992px){.news__title{margin-bottom:48px}}.news__list.swiper{margin:0 calc(0px - var(--container-padding))24px;padding:0 var(--container-padding);overflow:visible}@media screen and (min-width:992px){.news__list.swiper{margin:0 0 32px;padding:0}}@media screen and (min-width:1200px){.news__list.swiper{margin-bottom:40px}}@media screen and (min-width:992px){.news__list.swiper .swiper-wrapper{gap:20px}}.news__card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff40;border:2px solid #fff6;border-radius:10px;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:100%;padding:0 22px 22px;display:flex}.news__card.swiper-slide{width:298px;max-width:80vw;height:auto}@media screen and (min-width:992px){.news__card.swiper-slide{width:calc(33.3333% - 13.3333px);margin:0!important}}.news__image{border-top-left-radius:10px;border-top-right-radius:10px;width:calc(100% + 48px);margin:-2px -24px 23px;position:relative;overflow:hidden}@media screen and (min-width:992px){.news__image{margin-bottom:20px}}.news__image:before{content:"";pointer-events:none;z-index:1;border:2px solid #fff6;border-bottom:none;border-top-left-radius:10px;border-top-right-radius:10px;padding-top:47.3154%;display:block;position:relative}@media screen and (min-width:992px){.news__image:before{padding-top:50.646%}}.news__image img{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.news__subtitle{letter-spacing:-.3px;margin:0 0 10px;font-size:20px;font-weight:900;text-decoration:none}@media screen and (min-width:1200px){.news__subtitle{font-size:24px}}@media (hover:hover){.news__subtitle:hover{color:#f09}}@media (hover:none){.news__subtitle:active{color:#f09}}.news__excerpt{color:#fff9;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-bottom:16px;font-size:12px;line-height:20px;display:-webkit-box;overflow:hidden}@media screen and (min-width:1200px){.news__excerpt{margin-bottom:24px;font-size:14px}}.news__more{color:#8000ff;text-transform:uppercase;margin-top:auto;font-size:12px;font-weight:700;line-height:16px;text-decoration:none}@media (hover:hover){.news__more:hover{color:#f09}}@media (hover:none){.news__more:active{color:#f09}}.news__bottom{justify-content:center;display:flex}.news__bottom .button,.news__bottom .header__langs-trigger{width:100%;max-width:388px}@media screen and (min-width:992px){.news__bottom .button,.news__bottom .header__langs-trigger{max-width:calc(33.3333% - 13.3333px)}}.news__catalog{row-gap:20px;margin-bottom:20px}@media screen and (min-width:768px){.news__catalog{row-gap:30px;margin-bottom:30px}}@media screen and (min-width:992px){.news__catalog{row-gap:40px;margin-bottom:40px}}@media screen and (min-width:1200px){.news__catalog{row-gap:48px}}.solutions__navbar{background:#ffffff40;border:1px solid #ffffff4d;border-radius:16px;margin:0 0 48px;padding:0;font-size:14px;overflow:visible}@media screen and (min-width:1200px){.solutions__navbar{margin-bottom:64px}}.solutions__navbar .solutions__button,.solutions__navbar .swiper-nav__button{z-index:100;position:absolute;top:calc(50% - 20px);left:0}@media screen and (min-width:992px){.solutions__navbar .solutions__button,.solutions__navbar .swiper-nav__button{top:calc(50% - 30px)}}.solutions__navbar .solutions__button.swiper-button-disabled,.solutions__navbar .swiper-button-disabled.swiper-nav__button{opacity:0;pointer-events:none}.solutions__navbar .solutions__button_next,.solutions__navbar .swiper-nav__button_next{left:auto;right:0}.solutions__wrapper.swiper-wrapper{background-color:red;border-radius:16px;gap:6px;margin:0;padding:7px 0;list-style:none}.solutions__wrapper_full.swiper-wrapper{justify-content:space-between}.solutions__category-link.swiper-slide{color:#fff;z-index:2;cursor:pointer;flex:1 0 max-content;width:auto;padding:0 12px;font-weight:700;transition:all 80ms ease-in-out;position:relative}@media screen and (max-width:980px){.solutions__category-link.swiper-slide{flex:1 0 max-content}}.solutions__category-link.swiper-slide:before{content:"";opacity:0;background:#8000ff;border:1px solid #8000ff1a;border-radius:12px;width:100%;height:100%;transition:opacity 80ms ease-in-out;display:block;position:absolute;top:0;left:50%;transform:translate(-50%)}.solutions__category-link.swiper-slide:after{content:"";background:#ffffff4d;width:1px;height:calc(100% - 16px);display:block;position:absolute;top:8px;left:calc(100% + 3.5px)}.solutions__category-link.swiper-slide:last-child:after,.solutions__category-link.swiper-slide.last:after{display:none}.solutions__category-link.swiper-slide.prev:after{opacity:0}.solutions__category-link.swiper-slide.current{color:#fff}.solutions__category-link.swiper-slide.current:before,.solutions__category-link.swiper-slide.current span{opacity:1}.solutions__category-link.swiper-slide.current a{opacity:0}@media (hover:hover){.solutions__category-link.swiper-slide.current a:hover{color:#fff}}@media (hover:none){.solutions__category-link.swiper-slide.current a:active{color:#fff}}.solutions__category-link.swiper-slide.current:after{opacity:0}.solutions__category-link.swiper-slide span,.solutions__category-link.swiper-slide a{text-transform:uppercase;justify-content:center;align-items:center;min-height:56px;padding:16px 12px;font-weight:900;line-height:1.2;text-decoration:none;transition:all 80ms ease-in-out;display:flex;position:relative}@media (hover:hover){.solutions__category-link.swiper-slide span:hover,.solutions__category-link.swiper-slide a:hover{color:#8000ff}}@media (hover:none){.solutions__category-link.swiper-slide span:active,.solutions__category-link.swiper-slide a:active{color:#8000ff}}.solutions__category-link.swiper-slide span{opacity:0;text-transform:uppercase;z-index:2;white-space:nowrap;z-index:2;width:100%;font-size:16px;font-style:normal;font-weight:900;line-height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (hover:hover){.solutions__category-link.swiper-slide span:hover{color:#fff}}@media (hover:none){.solutions__category-link.swiper-slide span:active{color:#fff}}.solutions__category{margin-bottom:41px}.solutions__category:nth-last-child(2){margin-bottom:0}@media screen and (min-width:992px){.solutions__category{border-bottom:1px solid #ffffff4d;margin-bottom:40px;padding-bottom:38px}.solutions__category:nth-last-child(2){border-bottom:none;margin-bottom:0;padding-bottom:0}}.solutions__category.last{border-bottom:1px solid #0000}.solutions__header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.solutions__title{color:var(--page-title-color);align-items:center;gap:20px;margin:0;display:flex}@media screen and (min-width:992px){.solutions__title{font-size:36px}}@media screen and (max-width:767px){.solutions__title{flex-direction:column;align-items:flex-start;gap:10px;font-size:24px}}.solutions__controls{display:none}@media screen and (min-width:768px){.solutions__controls{gap:12px;display:flex}}@media screen and (min-width:992px){.solutions__controls{gap:12px}}.solutions__button,.swiper-nav__button{border:none;border:var(--solution-button-border);background:var(--solution-button-background);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #0000;border-radius:8px;width:40px;height:40px;transition:all 80ms ease-in-out;position:relative}@media screen and (min-width:992px){.solutions__button,.swiper-nav__button{width:48px;height:48px}}@media (hover:hover){.solutions__button:hover:before,.swiper-nav__button:hover:before{z-index:3;border:1px solid #5135ff}}@media (hover:none){.solutions__button:active:before,.swiper-nav__button:active:before{z-index:3;border:1px solid #5135ff}}.solutions__button:before,.swiper-nav__button:before{content:"";border:1px solid #fff3;border-radius:8px;width:100%;height:100%;transition:all 80ms ease-in-out;display:block;position:absolute;top:0;left:0}.solutions__button:after,.swiper-nav__button:after{content:"";z-index:2;border-radius:8px;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.solutions__button.swiper-button-disabled,.swiper-button-disabled.swiper-nav__button{opacity:.5;pointer-events:none}.solutions__button_prev:after,.swiper-nav__button_prev:after{background:var(--solution-button-background-image)}@media screen and (min-width:992px){.solutions__button_prev:after,.swiper-nav__button_prev:after{background-size:10px}}.solutions__button_next:after,.swiper-nav__button_next:after{background:var(--solution-button-background-image);transform:rotate(180deg)}@media screen and (min-width:992px){.solutions__button_next:after,.swiper-nav__button_next:after{background-size:10px}}.solutions__swiper.swiper{margin-bottom:20px;overflow:visible}@media screen and (min-width:992px){.solutions__swiper.swiper{margin-bottom:20px;overflow:hidden}}.solutions__card.swiper-slide{border:var(--card-border);background:var(--card-background);-webkit-backdrop-filter:var(--card-backdrop-filter);backdrop-filter:var(--card-backdrop-filter);border-radius:20px;max-width:308px;height:164px;padding:12px;transition:background 80ms ease-in-out;position:relative;overflow:hidden}.solutions__card.swiper-slide:hover{background:var(--card-background-hover)}.solutions__card.swiper-slide.hasThumb{background-position:50%;background-repeat:no-repeat;background-size:cover}.solutions__card.swiper-slide.hasThumb:after,.solutions__card.swiper-slide.hasThumb:before{display:none}.solutions__card-content{flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%;padding-bottom:4px;display:flex}.solutions__card-title{z-index:1;color:var(--card-name-color);margin-top:auto;font-size:16px;font-style:normal;line-height:22px;text-decoration:none;position:relative}@media (hover:hover){.solutions__card-title:hover{color:#f09}}@media (hover:none){.solutions__card-title:active{color:#f09}}.solutions__card{cursor:pointer}.solutions__card-description{text-overflow:ellipsis;white-space:nowrap;color:var(--card-description-color);min-height:20px;font-size:12px;overflow:hidden}@media screen and (min-width:992px){.solutions__card-description{font-size:14px;line-height:20px}}.solutions__card-counter{z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--card-count-color);background:#8000ffb3;border:1px solid #0003;border-radius:6px;align-self:flex-start;align-items:center;gap:8px;margin-top:auto;padding:8px;font-size:12px;font-weight:500;line-height:16px;text-decoration:none;transition:background 80ms ease-in-out;display:flex;position:absolute}@media (hover:hover){.solutions__card-counter:hover{background:#8000ff80}}@media (hover:none){.solutions__card-counter:active{background:#8000ff80}}.solutions__card-free-label{color:var(--card-name-color);border-radius:var(--Button-corner-radius,8px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff12;right:16px;box-shadow:inset 0 1px 3px #c7dcff59,inset 0 0 20px #c6ccff33,0 1px 22px #ffffff1a,0 4px 4px #0000000d,0 10px 10px #0000001a}.solutions__card-image{display:none}@media screen and (min-width:768px){.solutions__card-image{background:#8000ff1a;border-radius:0 10px 10px 0;flex:0 0 128px;width:128px;margin:-24px -24px -24px 0;display:block}}.solutions__card-image img{object-fit:contain;width:100%;height:100%}.solutions .solutions__pager.swiper-pagination-progressbar{background:#ffffff80;border-radius:1000px;max-width:386px;height:6px;margin:0 auto;position:relative;overflow:hidden;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}@media screen and (min-width:992px){.solutions .solutions__pager.swiper-pagination-progressbar{max-width:calc(33.3333% - 13.3333px)}}.solutions .solutions__pager.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#a74dff;border-radius:1000px;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}.solutions__all{justify-content:center;margin-top:32px;display:flex}@media screen and (min-width:768px){.solutions__all{margin-top:40px}}.solutions__all .button,.solutions__all .header__langs-trigger{width:100%;max-width:386px}@media screen and (min-width:992px){.solutions__all .button,.solutions__all .header__langs-trigger{max-width:calc(33.3333% - 13.3333px)}}.about{font-weight:500;position:relative}@media screen and (min-width:992px){.about{padding-top:19px}}@media screen and (min-width:576px){.about:before{content:"";z-index:-1;background:url(../img/about/before.webp) 50%/contain no-repeat;width:500px;height:610px;display:block;position:absolute;top:-250px;right:-150px}@supports (background-image:url("/img/about/before.webp")){.about:before{background-image:url(../img/about/before.webp)}}@supports (background-image:url("/img/about/before.avif")){.about:before{background-image:url(../img/about/before.avif)}}}@media screen and (min-width:992px){.about:before{width:752px;height:924px;top:-451px;right:-320px}}@media screen and (min-width:768px){.about:after{content:"";z-index:-1;mix-blend-mode:lighten;background:url(../img/about/after.webp) 50%/contain no-repeat;width:1000px;height:1000px;display:block;position:absolute;bottom:0;left:-500px}@supports (background-image:url("/img/about/after.webp")){.about:after{background-image:url(../img/about/after.webp)}}@supports (background-image:url("/img/about/after.avif")){.about:after{background-image:url(../img/about/after.avif)}}}@media screen and (min-width:992px){.about:after{width:1400px;height:1400px;bottom:-200px;left:-700px}}@media screen and (min-width:1200px){.about:after{width:1636px;height:1636px;bottom:-460px;left:-920px}}.about .row{row-gap:40px}@media screen and (min-width:992px){.about .row{row-gap:72px}}.about p{margin-bottom:12px;font-size:16px;line-height:22px}.about p:last-child{margin-bottom:0}.about__title{color:var(--page-title-color);margin-bottom:.5em;display:inline-block;position:relative}.about__title:after{content:"";background:url(../img/about/cup.webp) 50%/contain no-repeat;width:150px;height:150px;display:block;position:absolute;top:50%;right:0;transform:translateY(-51%)translate(82%)}@supports (background-image:url("/img/about/cup.webp")){.about__title:after{background-image:url(../img/about/cup.webp)}}@supports (background-image:url("/img/about/cup.avif")){.about__title:after{background-image:url(../img/about/cup.avif)}}@media screen and (min-width:992px){.about__title:after{width:220px;height:220px}}@media screen and (min-width:1200px){.about__title:after{width:264px;height:264px}}.about__about{color:var(--LM-Text-General);font-weight:700}.other-projects__title,.about .h2{color:var(--page-title-color)}.about p{color:var(--LM-Text-General)}.about__how{color:var(--LM-Text-General);font-weight:700}@media screen and (min-width:576px){.about__how{position:relative}.about__how:before{content:"";background:url(../img/about/cube.webp) 50%/contain no-repeat;width:250px;height:250px;display:block;position:absolute;top:-150px;left:-100px}@supports (background-image:url("/img/about/cube.webp")){.about__how:before{background-image:url(../img/about/cube.webp)}}@supports (background-image:url("/img/about/cube.avif")){.about__how:before{background-image:url(../img/about/cube.avif)}}}@media screen and (min-width:992px){.about__how{margin-top:-5px;margin-bottom:24px}.about__how:before{width:300px;height:300px;left:-140px}}@media screen and (min-width:1200px){.about__how:before{width:350px;height:350px;top:-193px;left:-167px}}.about__figure_1{background:url(../img/about/figure1.webp) 50%/contain no-repeat;width:325px;max-width:100%;height:325px;margin:-30px auto}@supports (background-image:url("/img/about/figure1.webp")){.about__figure_1{background-image:url(../img/about/figure1.webp)}}@supports (background-image:url("/img/about/figure1.avif")){.about__figure_1{background-image:url(../img/about/figure1.avif)}}@media screen and (max-width:360px){.about__figure_1{margin:-50px auto}}@media screen and (min-width:768px){.about__figure_1{margin:60px auto 0 0}}@media screen and (min-width:992px){.about__figure_1{margin:-38px auto 0 42px}}.about__subtitle{color:var(--page-title-color);text-transform:uppercase;opacity:.9;margin-bottom:16px;font-size:20px;font-weight:900}.about__figure_2{background:url(../img/about/figure2.webp) 50%/contain no-repeat;max-width:500px;margin:-50px auto;position:relative}@supports (background-image:url("/img/about/figure2.webp")){.about__figure_2{background-image:url(../img/about/figure2.webp)}}@supports (background-image:url("/img/about/figure2.avif")){.about__figure_2{background-image:url(../img/about/figure2.avif)}}.about__figure_2:before{content:"";padding-top:107.519%;display:block}@media screen and (min-width:768px){.about__figure_2{margin-left:-50px}}@media screen and (min-width:992px){.about__figure_2{max-width:665px;margin-top:-150px}}@media screen and (min-width:1200px){.about__figure_2{width:665px;height:715px;margin-top:-219px;margin-left:-67px}}.about__quote{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;margin-top:28px;padding:23px;display:flex}@media screen and (min-width:1200px){.about__quote{padding-bottom:40px;padding-right:90px}}.about__quote-avatar{background:#fff;border:4px solid #8000ff;border-radius:50%;width:60px;height:60px}.about__quote-avatar img{object-fit:contain;width:100%;height:100%}@media screen and (min-width:576px){.about__quote-avatar{width:80px;height:80px}}.about__quote-text{color:var(--faq-text);margin:0;font-size:16px;font-style:italic;font-weight:400;line-height:22px}.about__quote-author{letter-spacing:.015em;text-transform:uppercase;color:var(--faq-text);opacity:.9;font-size:16px;font-weight:700}.other-projects{padding-top:50px;position:relative}@media screen and (min-width:768px){.other-projects:before{content:"";mix-blend-mode:lighten;z-index:-1;background:url(../img/other-projects/before.webp) 50%/contain no-repeat;width:500px;height:480px;display:block;position:absolute;top:-400px;left:-250px;transform:scaleX(-1)}}@media screen and (min-width:992px){.other-projects{padding-top:68px}.other-projects:before{width:998px;height:958px;top:-500px;left:auto;right:-640px;transform:none}.other-projects__title{margin-bottom:48px;font-size:44px;line-height:56px}}.other-projects__list{row-gap:20px;margin-bottom:20px}@media screen and (min-width:992px){.other-projects__list{margin-bottom:32px}}.other-projects__project{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff80;border-radius:24px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:30px;height:100%;padding:64px 20px 20px;text-decoration:none;display:flex;box-shadow:0 3px 50px #7718ed1c}@media screen and (min-width:576px){.other-projects__project{padding:96px 43px 43px}}@media screen and (min-width:768px){.other-projects__project{padding:64px 20px 20px}}@media screen and (min-width:992px){.other-projects__project{gap:45px;padding:96px 43px 43px}.other-projects__project_long{padding-bottom:30px}}.other-projects__text{margin-top:auto;font-size:14px;font-weight:500;line-height:22px}.other-projects__bottom{justify-content:center;display:flex}.other-projects__bottom .button,.other-projects__bottom .header__langs-trigger{width:100%;max-width:388px}@media screen and (min-width:992px){.other-projects__bottom .button,.other-projects__bottom .header__langs-trigger{max-width:calc(33.3333% - 13.3333px)}}.auth{padding-top:30px;position:relative}@media screen and (min-width:768px){.auth{padding-top:95px;padding-bottom:140px}.auth_forgot{padding-top:140px}.auth_reset{padding-top:40px}.auth_changed{padding-top:100px}}.auth-container{justify-content:center;display:flex}.auth__image{z-index:0;margin:0 auto;display:inline-flex;position:relative}.auth__image:before{content:"";z-index:-1;background-image:url(../img/auth/before.webp);background-repeat:no-repeat;background-size:334px 333px;width:272px;height:282px;position:absolute;bottom:37%;left:100%;transform:translate(-50%,-50%)}.auth__content{z-index:1;background:var(--transparent-background);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fffc;text-align:center;border:1.5px solid #ffffff1a;border-radius:32px;max-width:426px;margin:0 auto;padding:30px 20px;position:relative}@media screen and (min-width:992px){.auth__content{padding:32px}}.auth__title{color:var(--LM-Dark);text-align:center;margin:0 -10px 12px;font-size:24px;font-weight:700;line-height:1.2}@media screen and (min-width:992px){.auth__title{margin-bottom:16px;font-size:32px}}.auth__text{color:var(--LM-Soft-Dark);margin-bottom:32px;font-size:14px;line-height:1.6}@media screen and (min-width:768px){.auth__text{font-size:16px}}@media screen and (min-width:992px){.auth__text{font-size:18px}}.auth__form input[type=text],.auth__form input[type=email],.auth__form input[type=password]{caret-color:#fff;color:#fff;background:0 0;border:1px solid #ffffff26;border-radius:8px;width:100%;padding:12px 24px;font-size:16px;line-height:1.6;transition:border 80ms ease-in-out;display:block}@media screen and (min-width:992px){.auth__form input[type=text],.auth__form input[type=email],.auth__form input[type=password]{padding:14px 24px;font-size:18px}}@media screen and (min-width:1200px){.auth__form input[type=text],.auth__form input[type=email],.auth__form input[type=password]{padding:19px 31px}}.auth__form input[type=text]:focus,.auth__form input[type=email]:focus,.auth__form input[type=password]:focus{border-color:#8000ff}.auth__form input[type=text]::placeholder,.auth__form input[type=email]::placeholder,.auth__form input[type=password]::placeholder{color:#fff}.light .auth__form input[type=text],.light .auth__form input[type=email],.light .auth__form input[type=password]{color:#7d7594!important;background:#ffffff4d!important;border:1px solid #c5b5ff!important;border-radius:8px!important}.light .auth__form input[type=text]::placeholder,.light .auth__form input[type=email]::placeholder,.light .auth__form input[type=password]::placeholder{color:#7d7594!important}.auth__input{margin-bottom:20px}.auth__input ::placeholder{color:#494949}.auth__input-wrapper{position:relative}.auth__label{color:var(--LM-White-Soft-Dark);text-align:left;margin-bottom:6px;font-size:16px;font-weight:700;line-height:1.6;display:block}@media screen and (min-width:992px){.auth__label{margin-bottom:12px;font-size:18px}}.auth__eye{background:#ffffff80;border:none;border-radius:60px;width:50px;height:34px;transition:background 80ms ease-in-out;display:flex;position:absolute;top:calc(50% - 17px);right:12px}.auth__eye:before{content:"";background:url(../img/auth/eye-closed.svg) 50%/contain no-repeat;width:24px;height:24px;margin:auto;transition:background 80ms ease-in-out;display:block}@media screen and (min-width:992px){.auth__eye{width:70px;height:44px;top:calc(50% - 22px)}.auth__eye:before{width:32px;height:32px}}@media (hover:hover){.auth__eye:hover{background:#fffc}}@media (hover:none){.auth__eye:active{background:#fffc}}.auth__eye.active:before{background-image:url(../img/auth/eye-open.svg)}.auth__submit{margin-top:auto;margin-bottom:20px;max-width:482px;margin-inline-start:auto;margin-inline-end:auto}@media screen and (min-width:1200px){.has_error .auth__submit{margin-top:32px}}.auth__submit .button,.auth__submit .header__langs-trigger{width:100%}.auth__submit .button:disabled,.auth__submit .header__langs-trigger:disabled{opacity:.3;color:#fff;background:#8000ff}.auth__form:last-child .auth__submit:last-child{margin-bottom:0}.auth__links{color:var(--LM-Links);margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.6}.auth__links:last-child{margin-bottom:0}.auth__links p{margin-bottom:10px}.auth__links p:last-child{margin-bottom:0}@media screen and (min-width:992px){.auth__links p{margin-bottom:12px}}.auth__links a{cursor:pointer;text-decoration:underline;transition:color 80ms ease-in-out;color:#8000ff!important}@media (hover:hover){.auth__links a:hover{color:#f09}}@media (hover:none){.auth__links a:active{color:#f09}}.auth__google{flex-direction:column;align-items:center;gap:10px;display:flex}.auth__figure{pointer-events:none;z-index:-1;max-width:528px;margin:30px auto 0;position:relative}@media screen and (min-width:992px){.auth__figure{max-width:100%;margin-top:60px}}.auth__figure:before{content:"";background:url(../img/auth/back.svg) 50%/contain no-repeat;width:180%;height:180%;display:block;position:absolute;top:0;right:-5%}.auth__figure_forgot{margin-top:-7%}.auth__figure_forgot:before{background-image:url(../img/auth/back-forgot.svg);width:80%;height:80%;top:20%;right:10%}.auth__figure_reset:before{background-image:url(../img/auth/back-reset.svg);width:160%;height:210%;top:-30%;right:-30%}@media screen and (min-width:768px){.auth__figure_changed{margin-top:-12%}}.auth__figure_changed:before{background-image:url(../img/auth/back-changed.svg);top:-50%;left:-10%;right:auto}.auth__picture{z-index:1;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;position:relative}.auth__picture img{width:100%}.auth__rules{color:var(--LM-Links);margin-top:20px;font-size:12px;font-weight:600;line-height:16px}@media screen and (min-width:992px){.auth__rules{margin-top:32px}}.auth__rules a{color:#8000ff;text-decoration:underline;transition:color 80ms ease-in-out}.auth__rules a:hover{color:#f09}.auth-figure{position:relative}.auth-figure:after{pointer-events:none;content:"";z-index:1;background:url(../img/auth/after.webp) 0/contain no-repeat;width:650px;height:650px;display:block;position:absolute;bottom:-89px;left:63px;transform:scale(1.2)}@media screen and (max-width:790px){.auth-figure:after{display:none}}.auth__lock{background:#f3e6ff;border:1px solid #fff;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:-25px;left:calc(50% - 25px);box-shadow:0 3px 50px #7718ed1c}.auth__lock:before{content:"";background:url(../img/auth/lock.svg) 50%/contain no-repeat;width:30px;height:30px;display:block}@media screen and (min-width:992px){.auth__lock{width:72px;height:72px;top:-36px;left:calc(50% - 36px)}.auth__lock:before{width:45px;height:45px}}.auth__code{justify-content:space-between;gap:10px;display:flex;position:relative}.auth__code input[type=text]{text-align:center;border-width:2px;max-width:50px;height:50px;padding:10px;font-size:16px;font-weight:600}@media screen and (min-width:992px){.auth__code input[type=text]{max-width:64px;height:64px;font-size:18px}}.auth__code input[type=text]:focus{border-color:#f09}.auth__code.good input[type=text]{border-color:#00ff75}.auth__code.wrong input[type=text]{border-color:#ff5151}.auth__code.wrong .auth__code-error{display:block}.auth__code-error{color:#ff5151;text-align:center;width:100%;font-size:14px;display:none;position:absolute;top:calc(100% + 5px);left:0}@media screen and (min-width:992px){.auth__code-error{font-size:16px;top:calc(100% + 12px)}}.input-error{color:#ff5151!important;border-color:#ff5151!important}.input-error-message{letter-spacing:0;text-align:left;color:#ff5151;margin-top:10px;font-family:Montserrat;font-size:18px;font-weight:400;line-height:29px}.auth_authentication_code a{cursor:pointer}.auth_authentication_code .auth__content{max-width:511px}.auth_authentication_code .auth__links{margin-top:24px}@media screen and (max-width:767px){.auth_authentication_code .auth__text,.auth_authentication_code .auth__title{text-align:center}}.auth_authentication_code .auth__text{font-size:15px;font-style:normal;font-weight:600;line-height:24px}.auth_authentication_code .auth__text span{font-weight:700;display:block}@media screen and (max-width:767px){.auth_authentication_code .auth__text span{margin-left:5px;display:inline-block}}.auth-code-error-offset{margin-top:43px!important}@media screen and (max-width:767px){.auth-code-error-offset{margin-top:10px!important}}.steps{border-bottom:2px solid #fff6;margin-bottom:30px;padding-bottom:30px}@media screen and (min-width:992px){.steps{margin-bottom:56px;padding-bottom:56px}}.steps__box{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:2px solid #fff6;border-radius:20px;padding:20px}@media screen and (min-width:768px){.steps__box{padding:30px;position:relative}.steps__box:before{content:"";z-index:-1;background:url(../img/steps/back.svg) 0/auto 100% no-repeat;width:50%;height:100%;display:block;position:absolute;top:0;left:0}}@media screen and (min-width:1200px){.steps__box{padding:40px}}@media screen and (min-width:992px){.steps__title{margin-bottom:24px;font-size:42px}}.steps__description{letter-spacing:.015em;margin-bottom:30px;font-size:16px;font-weight:600}@media screen and (min-width:768px){.steps__description{margin-bottom:60px}}.steps__list{flex-direction:column;gap:60px;display:flex}@media screen and (min-width:576px){.steps__list{flex-flow:wrap}}@media screen and (min-width:768px){.steps__list{flex-wrap:nowrap}}@media screen and (min-width:992px){.steps__list{gap:90px}}@media screen and (min-width:1200px){.steps__list{gap:136px}}.steps__item{text-align:center;aspect-ratio:1.03831;width:100%;max-width:300px;margin:0 auto;position:relative}@media screen and (min-width:576px){.steps__item{flex:0 0 calc(50% - 30px)}}@media screen and (min-width:768px){.steps__item{flex:0 0 calc(33.3333% - 40px)}}@media screen and (min-width:992px){.steps__item{flex:0 0 calc(33.3333% - 60px);max-width:100%}.steps__item:before{content:"";opacity:.2;background:#fff;width:1px;height:100%;display:block;position:absolute;left:calc(100% + 45px)}}@media screen and (min-width:1200px){.steps__item{flex-basis:calc(33.3333% - 91px)}.steps__item:before{left:calc(100% + 78px)}}.steps__item:last-child:before{display:none}.steps__item:after{content:"";z-index:-1;opacity:.5;background:50%/contain no-repeat;width:100%;height:100%;transition:opacity 80ms ease-in-out;display:block;position:absolute;top:0;left:0}@media screen and (min-width:768px){.steps__item:after{top:calc(50% - 100px);left:calc(50% - 100px)}}@media (hover:hover){.steps__item:hover:after{opacity:1}}@media (hover:none){.steps__item:active:after{opacity:1}}.steps__item:first-child:after{aspect-ratio:303/260;background-image:url(../img/steps/1.svg);width:auto;height:103%}@media screen and (min-width:576px){.steps__item:first-child:after{height:100%}}@media screen and (min-width:768px){.steps__item:first-child:after{height:100%;top:0;left:50%;transform:translate(-42%)}}.steps__item:nth-child(2):after{background-image:url(../img/steps/2.svg)}@media screen and (min-width:768px){.steps__item:nth-child(2):after{aspect-ratio:211/200;width:auto;height:100%;top:auto;bottom:0;left:50%;transform:translate(-50%)}}.steps__item:nth-child(3){margin-top:30px}@media screen and (min-width:768px){.steps__item:nth-child(3){margin-top:0}}.steps__item:nth-child(3):after{aspect-ratio:1;background-image:url(../img/steps/3.svg);width:auto;height:120%;top:auto;bottom:0;left:auto;right:0}@media screen and (min-width:768px){.steps__item:nth-child(3):after{height:116%;top:auto;bottom:0}}.steps__content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.steps__number{color:#8000ff;margin-bottom:8px;font-size:24px;font-weight:900}.steps__text{font-size:14px;font-weight:700}@media screen and (min-width:768px){.steps__text{font-size:12px}}@media screen and (min-width:992px){.steps__text{font-size:14px}.instruction__title{margin-bottom:24px;font-size:40px;font-weight:700}}.instruction__info{margin-bottom:30px;font-size:16px}@media screen and (min-width:768px){.instruction__info{margin-bottom:40px;font-size:18px}}@media screen and (min-width:992px){.instruction__info{margin-bottom:56px;font-size:20px}}.instruction__list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:40px;display:flex;position:relative}@media screen and (min-width:992px){.instruction__list{gap:64px}}.instruction__block{border:2px solid #fff6;border-radius:20px;padding:20px;position:relative}.instruction__block:before{content:"";-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border-radius:20px;width:100%;height:100%;display:block;position:absolute;top:0;left:0}@media screen and (min-width:768px){.instruction__block{padding:26px}}@media screen and (min-width:992px){.instruction__block{padding:33px}}@media screen and (min-width:1200px){.instruction__block{padding:42px}}.instruction__block:after{content:"";opacity:.4;background:#fff;width:100%;height:2px;display:block;position:absolute;bottom:-21px;left:0}@media screen and (min-width:992px){.instruction__block:after{bottom:-33px}}.instruction__block:last-child:after{display:none}.instruction__block.active{z-index:2;background:#ac58ff}.instruction__subtitle{letter-spacing:.015em;color:#ffffffe6;justify-content:space-between;align-items:center;gap:20px;font-size:18px;font-weight:700;text-decoration:none;display:flex;position:relative}@media screen and (max-width:360px){.instruction__subtitle{font-size:16px}}@media screen and (min-width:768px){.instruction__subtitle{font-size:26px}}@media screen and (min-width:992px){.instruction__subtitle{font-size:30px}}@media screen and (min-width:1200px){.instruction__subtitle{font-size:32px}}.instruction__subtitle:after{content:"";background:url(../img/instruction/arrow.svg) 50%/contain no-repeat;flex-shrink:0;width:32px;height:32px;transition:transform 80ms ease-in-out;display:block}@media screen and (min-width:992px){.instruction__subtitle:after{width:48px;height:48px}}.instruction__block.active .instruction__subtitle{margin-bottom:12px}.instruction__block.active .instruction__subtitle:after{transform:rotate(90deg)}.instruction__description{letter-spacing:.015em;word-wrap:break-word;margin-bottom:30px;font-size:15px;font-weight:600;display:none;position:relative}@media screen and (max-width:360px){.instruction__description{font-size:13px}}@media screen and (min-width:768px){.instruction__description{font-size:16px}}@media screen and (min-width:992px){.instruction__description{margin-bottom:40px}}.instruction__block.active .instruction__description{animation:80ms ease-in-out fade-in;display:block}.instruction__content{display:none}.instruction__block.active .instruction__content{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:32px;animation:80ms ease-in-out fade-in;display:flex}.instruction__line{justify-content:flex-start;align-items:flex-start;display:flex;position:relative}.instruction__line:after{content:"";opacity:.2;background:#fff;width:100%;height:2px;display:block;position:absolute;bottom:-15px;left:0}.instruction__line:last-child:after,.instruction__line input[type=checkbox]{display:none}.instruction__line .instruction__label{color:#ffffffe6;padding-left:25px;font-size:16px;font-weight:700;position:relative}@media screen and (max-width:360px){.instruction__line .instruction__label{font-size:14px}}@media screen and (min-width:576px){.instruction__line .instruction__label{padding-left:32px;font-size:18px}}.instruction__line .instruction__label:before{content:"";background:50%/10px no-repeat;border:2px solid #fff;border-radius:50%;width:20px;height:20px;transition:border 80ms ease-in-out,background-image 80ms ease-in-out;display:block;position:absolute;top:-1px;left:0}@media screen and (min-width:576px){.instruction__line .instruction__label:before{background-size:13px;width:24px;height:24px}}.instruction__line input[type=checkbox]:checked+.instruction__label:before{background-image:url(../img/instruction/check.svg);border-color:#00ff75}@media screen and (min-width:576px){.instruction__line input[type=checkbox]:checked+.instruction__label:before{background-size:13px}}.instruction__popup{flex:0 0 20px;margin-left:auto;position:relative}@media screen and (min-width:576px){.instruction__popup{flex:0 0 24px}}.instruction__popup.active{z-index:10}.instruction__popup.active .instruction__popup-info{opacity:1;z-index:10;pointer-events:auto;transform:none}.instruction__trigger{background:url(../img/instruction/i.svg) 50%/3px no-repeat;border:1px solid #fff;border-radius:50%;width:20px;height:20px;display:block}@media screen and (min-width:576px){.instruction__trigger{background-size:4px;width:24px;height:24px}}.instruction__popup-info{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;z-index:-1;pointer-events:none;background:#fff3;border-radius:16px;width:200px;height:auto;padding:20px;transition:all 80ms ease-in-out;position:absolute;top:calc(100% + 13px);right:-30px;transform:translateY(-5px)}@media screen and (min-width:1400px){.instruction__popup-info{right:-150px}}.instruction__popup-info:before{content:"";border:6px solid #0000;border-top-width:0;border-bottom:7px solid #fff3;width:0;height:0;display:block;position:absolute;top:-6.8px;right:34px}@media screen and (min-width:576px){.instruction__popup-info:before{right:36px}}@media screen and (min-width:1400px){.instruction__popup-info:before{left:31px;right:auto}}.instruction__popup-subtitle{margin-bottom:8px;font-size:12px;font-weight:700}.instruction__popup-description{letter-spacing:.015em;margin:0;font-size:10px;line-height:1.4}.instruction__buttons{flex-direction:column;align-items:stretch;gap:20px;max-width:996px;margin:30px auto 0;display:flex}@media screen and (min-width:992px){.instruction__buttons{margin-top:48px}}.instruction__form-control{flex-direction:column;gap:20px;display:flex}@media screen and (min-width:576px){.instruction__form-control{flex-direction:row}}.instruction__form-control .button,.instruction__form-control .header__langs-trigger{flex:1 0 10%}.instruction-description{row-gap:30px;font-size:14px}.instruction-description p{margin-bottom:12px}.instruction-description hr{background:#fff6;width:100%;height:1px;display:block}.instruction-description a{font-weight:600;text-decoration:underline}.instruction-description a:hover{text-decoration:none}.instruction-description img{border-radius:20px}.instruction-description__border{background-blend-mode:overlay;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff1a;border:1.5px solid #ffffff80;border-radius:16px;padding:20px}@media screen and (min-width:992px){.instruction-description__border{padding:32px}}.dialog{z-index:1000;background:#00000080;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.dialog.active{justify-content:center;align-items:center;animation:80ms ease-in-out fade-in;display:flex}.dialog__content{-webkit-backdrop-filter:var(--transparent-blur);backdrop-filter:var(--transparent-blur);text-align:center;background:#ffffff40;border:1px solid #3333331a;border-radius:24px;width:90%;max-width:920px;padding:40px 0}.dialog.active .dialog__content{animation:80ms ease-in-out fade-in-center}.dialog__title{color:#fff;margin-bottom:20px;font-size:24px;font-weight:700}@media screen and (min-width:992px){.dialog__title{margin-bottom:30px;font-size:32px}}.dialog__text{font-size:16px;line-height:1.5}@media screen and (min-width:992px){.dialog__text{font-size:24px}}.dialog__buttons{border-top:1px solid #ffffff4d;flex-direction:column;justify-content:center;align-items:stretch;gap:20px;margin-top:40px;padding:40px 30px 0;display:flex}@media screen and (min-width:576px){.dialog__buttons{flex-direction:row;align-items:center}}@media screen and (min-width:992px){.dialog__buttons{gap:32px;margin-top:64px}}.dialog__buttons .button,.dialog__buttons .header__langs-trigger{flex:1 0 20%}.service-list{z-index:2;position:relative}@media screen and (min-width:992px){.service-list__title{margin-bottom:24px;font-size:42px}}.service-list__list{border:1px solid #ffffff80;border-radius:16px;padding:20px;position:relative}.service-list__list:before{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-blend-mode:overlay;content:"";background:#ffffff1a;border-radius:16px;width:100%;height:100%;display:block;position:absolute;top:0;left:0}@media screen and (min-width:992px){.service-list__list{padding:32px}}.service-list__item{border-bottom:1px solid #fff6;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;display:flex;position:relative}.service-list__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.service-list__image{border-radius:12px;flex:0 0 34px;width:34px;overflow:hidden}@media screen and (min-width:992px){.service-list__image{border-radius:15px;flex:0 0 45px;width:45px}}.service-list__name{color:#fff;font-size:14px;font-weight:600;line-height:.473154;text-decoration:none;transition:color 80ms ease-in-out}@media (hover:hover){.service-list__name:hover{color:#f09}}@media (hover:none){.service-list__name:active{color:#f09}}.service-list__arrow{background:url(../img/service-list/arrow.svg) 50%/contain no-repeat;flex:0 0 32px;width:32px;height:32px;transition:background-image 80ms ease-in-out;display:block}@media screen and (max-width:360px){.service-list__arrow{flex-basis:24px;width:24px;height:24px}}@media (hover:hover){.service-list__arrow:hover{background-image:url(../img/service-list/arrow-hover.svg)}}@media (hover:none){.service-list__arrow:active{background-image:url(../img/service-list/arrow-hover.svg)}}.service__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}@media screen and (min-width:992px){.service__header{margin-bottom:24px}}.service__title{margin-bottom:0}@media screen and (min-width:992px){.service__title{font-size:42px}}.service__tabs-selector{background:#ffffff40;border:1px solid #ffffff4d;border-radius:16px;padding:8px;display:flex}.service__tab-selector{text-transform:uppercase;border-radius:10px;padding:10px;font-size:11px;font-weight:700;text-decoration:none}@media screen and (min-width:992px){.service__tab-selector{border-radius:12px;padding:16px 12px;font-size:14px}}.service__tab-selector.active{background:#8000ff;font-weight:900}@media screen and (min-width:992px){.service__tab-selector.active{padding:16px;font-size:16px}}.service__tab{display:none}.service__tab.active{animation:80ms ease-in-out fade-in;display:block}.service__accordion{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.service__item{border:1.5px solid #ffffff80;border-radius:16px;padding:20px;position:relative}@media screen and (min-width:992px){.service__item{padding:30px}}.service__item:before{content:"";background-blend-mode:overlay;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff1a;border-radius:16px;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.service__item>*{position:relative}.service__item.active .service__item-header{margin-bottom:24px}.service__item.active .service__item-content{animation:80ms ease-in-out fade-in;display:block}.service__item-header{justify-content:flex-start;align-items:center;gap:12px;display:flex}.service__item-image{border-radius:12px;flex:0 0 34px;width:34px;overflow:hidden}@media screen and (min-width:992px){.service__item-image{border-radius:15px;flex:0 0 45px;width:45px}}.service__item-name{color:#fff;font-size:14px;font-weight:600;line-height:1.14286;text-decoration:none;transition:color 80ms ease-in-out}@media (hover:hover){.service__item-name:hover{color:#f09}}@media (hover:none){.service__item-name:active{color:#f09}}.service__item-arrow{background:url(../img/service-list/arrow.svg) 50%/contain no-repeat;flex:0 0 32px;width:32px;height:32px;transition:background-image 80ms ease-in-out;display:block}@media screen and (max-width:360px){.service__item-arrow{flex-basis:24px;width:24px;height:24px}}@media (hover:hover){.service__item-arrow:hover{background-image:url(../img/service-list/arrow-hover.svg)}}@media (hover:none){.service__item-arrow:active{background-image:url(../img/service-list/arrow-hover.svg)}}.service__item-content{display:none}.single__content{row-gap:20px}.single__card{background-blend-mode:overlay;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff1a;border:1.5px solid #ffffff80;border-radius:16px;padding:20px;font-size:14px;line-height:16px}@media screen and (min-width:992px){.single__card{padding:32px}}.single__card p:last-child{margin-bottom:0}.single__card-title{margin-top:12px;margin-bottom:8px;font-size:14px;font-weight:700;line-height:16px}.single__card-title:first-child{margin-top:0}.single__card-title:last-child{margin-bottom:0}.single__cards,.single__images{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px;display:flex}.single__images a{position:relative}.single__images a:after{content:"";opacity:.3;background:url(../img/single/plus.svg) 50%/contain no-repeat;width:24px;height:24px;transition:all 80ms ease-in-out;display:block;position:absolute;top:calc(50% - 12px);left:calc(50% - 12px);transform:scale(.7)}.single__images a:hover:after{opacity:1;transform:scale(1)}.single__images img{border-radius:15px}.swiper-nav{background:#ffffff40;border:1px solid #ffffff4d;border-radius:16px;margin:0 0 48px;padding:0;font-size:12px;overflow:visible}@media screen and (min-width:576px){.swiper-nav{font-size:14px}}@media screen and (min-width:1200px){.swiper-nav{margin-bottom:64px}}.swiper-nav .swiper-wrapper{width:auto;margin:0;padding:7px 8px;list-style:none;display:inline-flex}.swiper-nav__button{z-index:100;position:absolute;top:calc(50% - 20px);left:0}@media screen and (min-width:992px){.swiper-nav__button{top:calc(50% - 30px)}}.swiper-nav__button.swiper-button-disabled{opacity:0;pointer-events:none}.swiper-nav__button_next{left:auto;right:0}.swiper-nav__link.swiper-slide{color:#fff;z-index:2;cursor:pointer;width:auto;font-weight:700;transition:all 80ms ease-in-out;position:relative}.swiper-nav__link.swiper-slide:before{content:"";opacity:0;background:#fff;border:1px solid #8000ff1a;border-radius:12px;width:100%;height:100%;transition:opacity 80ms ease-in-out;display:block;position:absolute;top:0;left:0}.swiper-nav__link.swiper-slide.prev:after{opacity:0}.swiper-nav__link.swiper-slide.current{color:#8000ff}.swiper-nav__link.swiper-slide.current:before{opacity:1}.swiper-nav__link.swiper-slide a{text-transform:uppercase;justify-content:center;align-items:center;min-height:56px;padding:16px 12px;font-weight:700;line-height:1.2;text-decoration:none;transition:all 80ms ease-in-out;display:flex;position:relative}@media (hover:hover){.swiper-nav__link.swiper-slide a:hover{color:#8000ff}}@media (hover:none){.swiper-nav__link.swiper-slide a:active{color:#8000ff}}.personal-account__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}@media screen and (min-width:992px){.personal-account__header{margin-bottom:32px}}@media screen and (min-width:1200px){.personal-account__header{margin-bottom:32px}}.personal-account__title{color:var(--LM-Dark);margin-bottom:0;font-size:24px;font-style:normal;font-weight:700;line-height:40px}@media only screen and (min-width:768px){.personal-account__title{font-size:36px;font-style:normal;font-weight:700;line-height:42px}}.personal-account__edit{cursor:pointer;background-blend-mode:overlay;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fff3;border:1.5px solid #ffffff80;border-radius:16px;flex-shrink:0;width:32px;height:32px;position:relative}@media screen and (min-width:992px){.personal-account__edit{width:48px;height:48px}}.personal-account__edit:before{content:"";background:url(../img/personal-account/edit.svg) 50%/contain no-repeat;width:68%;height:68%;transition:all 80ms ease-in-out;display:block;position:absolute;top:16%;left:16%}@media (hover:hover){.personal-account__edit:hover:before{animation:2s linear infinite rotate}}@media (hover:none){.personal-account__edit:active:before{animation:2s linear infinite rotate}}.personal-account__lists{border:1px solid #fff3;border-radius:24px;margin-top:30px;position:relative}@media screen and (min-width:768px){.personal-account__lists{margin-top:0}}.personal-account__lists:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#08082140;border:1px solid #fff3;border-radius:24px;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.light .personal-account__lists:before{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f4eaf9;border:1px solid #c5b5ff;border-radius:24px}.personal-account__list{padding:18px}.personal-account__list:first-child{border-bottom:1px solid #fff3}@media screen and (min-width:992px){.personal-account__list{padding:20px}}.personal-account__list-title{justify-content:flex-start;align-items:center;gap:12px;margin-bottom:15px;font-size:20px;font-weight:700;line-height:1.2;display:flex}@media screen and (min-width:992px){.personal-account__list-title{font-size:24px}}.light .personal-account__list-title{color:#1f1f45}.personal-account__list-title-select{height:40px;margin-left:auto}.personal-account__list-items{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;margin-bottom:18px;display:flex;position:relative}@media screen and (min-width:992px){.personal-account__list-items{margin-bottom:18px}}.personal-account__list-items.no-margin{margin-bottom:0}.personal-account__list-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;background:#8000ff1a;border:2px solid #ffffff1a;border-radius:12px;justify-content:flex-start;align-items:center;gap:12px;padding:16px;text-decoration:none;transition:background 80ms ease-in-out;display:flex;position:relative}@media screen and (min-width:768px){.personal-account__list-item{padding:16px 20px}}.light .personal-account__list-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#7d7594;background:#8000ff1a;border:2px solid #c5b5ff;border-radius:12px}@media (hover:hover){.personal-account__list-item:hover{background:#8000ff1a}.personal-account__list-item:hover:after{background-image:url(../img/personal-account/arrow-hover.svg)}}@media (hover:none){.personal-account__list-item:active{background:#8000ff1a}.personal-account__list-item:active:after{background-image:url(../img/personal-account/arrow-hover.svg)}}.personal-account__list-content{flex-direction:column;gap:8px;display:flex}.personal-account__list-name{color:#ffffffe6;font-size:18px;font-style:normal;font-weight:500;line-height:32px}@media screen and (min-width:992px){.personal-account__list-name{font-size:18px}}.light .personal-account__list-name{color:#7d7594}.personal-account__list-time{-webkit-text-fill-color:transparent;background:linear-gradient(#fff 0%,#e8daff 100%);-webkit-background-clip:text;background-clip:text;font-size:12px;line-height:16px}.personal-account__more{color:var(--Primary-Links-Light-violet);justify-content:flex-start;align-items:center;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;transition:color 80ms ease-in-out;display:flex}.personal-account__more:after{content:"";background:url(../img/personal-account/more.svg) 50%/contain no-repeat;width:24px;height:24px;transition:background 80ms ease-in-out;display:block}@media (hover:hover){.personal-account__more:hover{color:#f09}.personal-account__more:hover:after{background-image:url(../img/personal-account/more-hover.svg)}}@media (hover:none){.personal-account__more:active{color:#f09}.personal-account__more:active:after{background-image:url(../img/personal-account/more-hover.svg)}}.personal-account__footer{border-top:1px solid #fff3;align-items:center;gap:15px;padding:20px;display:flex}@media screen and (max-width:767px){.personal-account__footer{flex-direction:column;align-items:center;gap:15px}}.personal-account__footer-content{flex-direction:column;flex:1;gap:4px;display:flex}.personal-account__footer-title{color:#fff;font-size:20px;font-style:normal;font-weight:800;line-height:28px}.light .personal-account__footer-title{color:#2f2c45}.personal-account__footer-text{color:#fffc;letter-spacing:.066px;font-size:13px;font-style:normal;font-weight:400;line-height:18px}@media screen and (max-width:767px){.personal-account__footer-text{text-align:center}}.light .personal-account__footer-text{color:#7d7594}.personal-account__footer-button{margin-left:auto;font-size:14px;height:40px!important;min-height:40px!important;padding:22px 24px!important}@media screen and (max-width:767px){.personal-account__footer-button{margin-left:0}}.profile__block-container{border-radius:24px}.light .profile__block-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f4eaf9;border:1px solid #c5b5ff}.profile__block{padding:18px;position:relative}@media screen and (min-width:1200px){.profile__block{padding:24px}}.profile__block:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#8000ff1a;border:1px solid #fff3;border-radius:24px 24px 0 0;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.light .profile__block:before{-webkit-backdrop-filter:none;backdrop-filter:none;background:#8000ff1a;border:none;border-bottom:1px solid #c5b5ff}.profile__main{border-bottom:1px solid #fff3;justify-content:flex-start;align-items:flex-start;gap:20px;margin-bottom:20px;padding-bottom:20px;display:flex;position:relative}.light .profile__main{border-color:#c5b5ff}@media screen and (min-width:992px){.profile__main{gap:30px;margin-bottom:20px;padding-bottom:20px}}@media screen and (min-width:1200px){.profile__main{gap:32px;margin-bottom:24px;padding-bottom:24px}}.profile__avatar{cursor:pointer;background:#8000ff33;border:2px solid #5135ff;border-radius:13px;flex-shrink:0;width:50px;height:50px;position:relative;overflow:hidden}@media screen and (max-width:767px){.profile__avatar{width:48px;height:48px}}@media screen and (min-width:576px){.profile__avatar{width:60px;height:60px}}@media screen and (min-width:992px){.profile__avatar{width:96px;height:96px}}@media screen and (min-width:1200px){.profile__avatar{width:96px;height:96px}}.profile__avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile__avatar:after{content:"";-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000040 url(../img/profile/edit.svg) 50%/16px no-repeat;border:1px solid #fff3;border-radius:5px;width:20px;height:20px;transition:background-color 80ms ease-in-out;display:block;position:absolute;bottom:10px;right:10px}@media screen and (min-width:992px){.profile__avatar:after{background-size:20px;border-radius:7px;width:42px;height:42px}}@media (hover:hover){.profile__avatar:hover:after{background-color:#ff00994d}}@media (hover:none){.profile__avatar:active:after{background-color:#ff00994d}}.profile__info{align-self:center}.profile__name{word-break:break-word;margin-bottom:4px;padding-right:40px;font-size:14px;font-style:normal;font-weight:700;line-height:140%}@media screen and (max-width:360px){.profile__name{font-size:18px}}@media screen and (min-width:576px){.profile__name{font-size:24px}}@media screen and (min-width:992px){.profile__name{font-size:28px}}.light .profile__name{color:#1f1f45}.profile__date{color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:140%}@media screen and (max-width:360px){.profile__date{font-size:12px}}@media only screen and (min-width:768px){.profile__date{margin-bottom:12px;font-size:14px;font-weight:500;line-height:1.4}}.light .profile__date{color:#7d7594}.profile__level{justify-content:flex-start;align-items:center;gap:12px;display:flex}@media screen and (max-width:360px){.profile__level{flex-direction:column;align-items:flex-start;gap:5px}}.profile__level-name{text-transform:uppercase;background:#ffffff1a;border:1px solid #5135ff;border-radius:200px;align-items:center;height:24px;padding:0 16px;font-size:14px;font-weight:900;line-height:1.4;display:flex}.profile__level-link{white-space:nowrap;background:var(--Supersale,linear-gradient(268deg,#ff35d3 -9.03%,#5e2ee6 46.12%,#26c3cd 104.74%));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;justify-content:flex-start;align-items:center;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none;transition:color 80ms ease-in-out,background 80ms ease-in-out;display:flex}@media screen and (max-width:390px){.profile__level-link{font-size:12px;line-height:14px}}.profile__level-link:after{content:"";background:url(../img/profile/pro.svg) 50%/contain no-repeat;width:24px;height:24px;transition:background-image 80ms ease-in-out;display:block}@media (hover:hover){.profile__level-link:hover{background:var(--Supersale,linear-gradient(268deg,#f09 -9.03%,#f09 46.12%,#f09 104.74%));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.profile__level-link:hover:after{background-image:url(../img/profile/pro-hover.svg)}}@media (hover:none){.profile__level-link:active{background:var(--Supersale,linear-gradient(268deg,#f09 -9.03%,#f09 46.12%,#f09 104.74%));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.profile__level-link:active:after{background-image:url(../img/profile/pro-hover.svg)}}.profile__more{cursor:pointer;background:url(../img/profile/dots.svg) 50%/contain no-repeat;align-self:flex-start;width:24px;height:24px;transition:background 80ms ease-in-out;position:absolute;top:0;right:0}@media screen and (min-width:992px){.profile__more{width:40px;height:40px}}@media screen and (min-width:1200px){.profile__more{width:52px;height:52px}}@media (hover:hover){.profile__more:hover{background-image:url(../img/profile/dots-hover.svg)}}@media (hover:none){.profile__more:active{background-image:url(../img/profile/dots-hover.svg)}}.profile__languages-title{margin-bottom:20px;font-size:18px;font-weight:700;line-height:1.2}@media screen and (min-width:576px){.profile__languages-title{font-size:20px}}@media screen and (min-width:768px){.profile__languages-title{font-size:20px}}@media screen and (min-width:992px){.profile__languages-title{margin-bottom:24px;font-size:20px}}.light .profile__languages-title{color:#1f1f45}.profile__languages-swiper-container{position:relative}.profile__languages-swiper .swiper-slide{width:auto}.profile__prev,.profile__next{z-index:101;position:absolute;top:calc(50% - 20px);left:0}@media screen and (min-width:992px){.profile__prev,.profile__next{top:calc(50% - 30px)}}.profile__prev.swiper-button-disabled,.profile__next.swiper-button-disabled{opacity:0;pointer-events:none}.profile__next{left:auto;right:0}.profile__language{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:10px 16px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;display:flex}.light .profile__language{background:#8000ff1a;border:2px solid #c5b5ff;border-radius:10px}@media screen and (min-width:992px){.profile__language{padding:12px 20px;font-size:16px}}@media screen and (max-width:390px){.profile__language{padding:10px}}.profile__language img{object-fit:contain;border-radius:50%;width:24px;height:24px}.profile__language.active{border-color:#f09}.light .profile__language.active{border-color:#8000ff}@media (hover:hover){.profile__language:hover{border-color:#f09}}@media (hover:none){.profile__language:active{border-color:#f09}}.profile__company{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(143deg,#7f00ff1a 0%,#ff00991a 100%);border:2px solid #fff6;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:20px;display:flex}@media screen and (min-width:992px){.profile__company{padding:32px}}.profile__company-link,.profile__link{color:#fff;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:20px;text-decoration:none;transition:color 80ms ease-in-out;display:flex}@media screen and (min-width:992px){.profile__company-link,.profile__link{margin-bottom:32px;font-size:24px}}.profile__company-link:after,.profile__link:after{content:"";background:url(../img/profile/arrow.svg) 50%/contain no-repeat;flex-shrink:0;width:24px;height:24px;transition:background 80ms ease-in-out;display:block}@media screen and (min-width:992px){.profile__company-link:after,.profile__link:after{width:32px;height:32px}}@media (hover:hover){.profile__company-link:hover,.profile__link:hover{color:#f09}.profile__company-link:hover:after,.profile__link:hover:after{background-image:url(../img/profile/arrow-hover.svg)}}@media (hover:none){.profile__company-link:active,.profile__link:active{color:#f09}.profile__company-link:active:after,.profile__link:active:after{background-image:url(../img/profile/arrow-hover.svg)}}.profile__link{margin:0}.profile__sections{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:18px;display:grid;position:relative}@media screen and (min-width:992px){.profile__sections{margin-bottom:20px}}@media screen and (max-width:1110px){.profile__sections{flex-shrink:0;padding:18px}}.profile__sections:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:none;background:#08082140;border:1px solid #fff3;border-top:none;border-radius:0 0 24px 24px;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.light .profile__sections:before{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f4eaf9}.profile__section{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);cursor:pointer;background:#8000ff1a;border:3px solid #ffffff1a;border-radius:12px;flex-shrink:0;height:116px;padding:20px;text-decoration:none;position:relative}.light .profile__section{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#8000ff1a;border:3px solid #c5b5ff;border-radius:12px}@media screen and (max-width:1110px){.profile__section{flex-shrink:0;padding:12px}}@media screen and (max-width:769px){.profile__section{height:auto}}.profile__section:after{content:"";pointer-events:none;mix-blend-mode:overlay;pointer-events:none;background:url(../img/profile/card_noise.webp) 0 0/cover;width:100%;height:100%;transition:opacity 80ms ease-in-out;display:block;position:absolute;top:0;left:0}.profile__section:hover:after{opacity:0}.profile__section-icon{position:absolute;top:50%;right:0;transform:translateY(-50%)}@media screen and (max-width:1110px){.profile__section-icon{width:90px}}@media screen and (max-width:769px){.profile__section-icon{display:none}}.profile__section-icon.my-instructions{top:63%;right:10px}.profile__section-icon.my-routes{width:94px;height:64px;right:5%}@media screen and (max-width:1110px){.profile__section-icon.my-routes{width:65px;height:auto}}.profile__section-title{color:#fff;font-size:20px;font-style:normal;font-weight:800;line-height:32px}@media screen and (max-width:390px){.profile__section-title{font-size:16px;line-height:18px}}@media screen and (max-width:769px){.profile__section-title{flex-direction:column;justify-content:center;display:flex}}.light .profile__section-title{color:#2f2c45}.profile__section-text{color:#fffc;letter-spacing:.066px;font-size:13px;font-style:normal;font-weight:400;line-height:18px}.light .profile__section-text{color:#7d7594}@media screen and (max-width:1110px){.profile__section-text{width:150px}}@media screen and (max-width:769px){.profile__section-text{width:auto}}.orders{z-index:222;position:relative}.orders__header{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:20px;display:flex}@media screen and (min-width:768px){.orders__header{flex-direction:row;justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px}}@media screen and (min-width:992px){.orders__header{margin-bottom:48px}}@media screen and (min-width:1200px){.orders__header{margin-bottom:56px}}.orders__title{margin-bottom:0}.orders__search{width:100%;position:relative}@media screen and (min-width:768px){.orders__search{max-width:264px}}@media screen and (min-width:992px){.orders__search{max-width:364px}}@media screen and (min-width:1200px){.orders__search{max-width:464px}}.orders__search-input{color:#fff;caret-color:#f09;background:0 0;border:none;border-bottom:2px solid #8000ff;width:100%;padding:16px 0 14px;font-size:16px;font-weight:600;line-height:1;display:block}.orders__search-input::placeholder{color:#fffc}.orders__search-input:focus{border-bottom:2px solid #f09}.orders__search-input:focus+.orders__search-button{background:url(../img/orders/search.svg) 50%/contain no-repeat}.orders__search-button{opacity:.8;background:url(../img/icons/input_search_Icon.svg) 50%/contain no-repeat;border:none;width:30px;height:30px;transition:opacity 80ms ease-in-out;position:absolute;top:9px;right:13px}@media (hover:hover){.orders__search-button:hover{opacity:1}}@media (hover:none){.orders__search-button:active{opacity:1}}.orders__controls{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;margin-bottom:24px;display:flex}@media screen and (min-width:768px){.orders__controls{flex-direction:row;justify-content:space-between;align-items:center;gap:20px}}@media screen and (min-width:992px){.orders__controls{margin-bottom:40px}}@media screen and (min-width:1200px){.orders__controls{margin-bottom:48px}}.orders__nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#8000ff1a;border:2px solid #ffffff1a;border-radius:12px;margin:0}.orders__sorting{align-items:center;gap:15px;display:flex}.orders__sorting-label{letter-spacing:.02em;font-size:14px;font-weight:600;line-height:1}.orders__sorting-direction{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff1a;border:1px solid #dfe8f6;border-radius:8px;justify-content:center;align-items:center;width:56px;height:56px;margin-left:9px;transition:background 80ms ease-in-out;display:flex}.orders__sorting-direction:before{content:"";background:url(../img/orders/sort-asc.svg) 50%/contain no-repeat;width:24px;height:24px;display:block}.orders__sorting-direction.asc:before{background-image:url(../img/orders/sort-asc.svg)}.orders__sorting-direction.desc:before{background-image:url(../img/orders/sort-desc.svg)}@media (hover:hover){.orders__sorting-direction:hover{background-color:#8000ff1a}}@media (hover:none){.orders__sorting-direction:active{background-color:#8000ff1a}}.orders__day{margin-bottom:30px}@media screen and (min-width:992px){.orders__day{margin-bottom:48px}}.orders__day:last-child{margin-bottom:0}.orders__date{text-transform:uppercase;text-align:center;border-bottom:1px solid #fff3;margin-bottom:20px;padding-bottom:12px;font-size:20px;font-weight:600}@media screen and (min-width:992px){.orders__date{margin-bottom:48px;padding-bottom:20px;font-size:24px}}.orders__list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:30px;display:flex}@media screen and (min-width:992px){.orders__list{gap:48px}}.orders__order{cursor:pointer;border:var(--card-border);background:var(--card-background);-webkit-backdrop-filter:var(--card-backdrop-filter);backdrop-filter:var(--card-backdrop-filter);letter-spacing:.015em;color:var(--card-name-color);border-radius:20px;justify-content:space-between;align-items:center;gap:10px;padding:18px;text-decoration:none;transition:background 80ms ease-in-out;display:flex;position:relative}@media screen and (min-width:992px){.orders__order{padding:30px 40px}}.orders__order:after{content:"";background:#fff3;width:100%;height:2px;display:block;position:absolute;top:calc(100% + 14px);left:0}@media screen and (min-width:992px){.orders__order:after{top:calc(100% + 23px)}}.orders__order:last-child:after{display:none}@media (hover:hover){.orders__order:any-link:hover{background:#8000ff1a}.orders__order:any-link:hover .orders__order-arrow,.orders__order:any-link:hover .orders__order-share,.orders__order:any-link:hover .orders__order-download{background-image:url(../img/orders/arrow-hover.svg)}}@media (hover:none){.orders__order:any-link:active{background:#8000ff1a}.orders__order:any-link:active .orders__order-arrow,.orders__order:any-link:active .orders__order-share,.orders__order:any-link:active .orders__order-download{background-image:url(../img/orders/arrow-hover.svg)}}.orders__order-title{font-size:20px;font-weight:700;display:block;position:relative}@media screen and (min-width:576px){.orders__order-title{font-size:23px}}@media screen and (min-width:768px){.orders__order-title{font-size:25px}}@media screen and (min-width:992px){.orders__order-title{font-size:28px}}.orders__order-title.withoutIcon{padding-left:0}.orders__order-title.withoutIcon:before{display:none}.orders__order-title:before{content:"";filter:drop-shadow(0 4px 4px #ffffff40);background:url(../img/orders/check.svg) 50%/contain no-repeat;width:24px;height:24px;display:none;position:absolute;top:calc(50% - 12px);left:0}@media screen and (min-width:576px){.orders__order-title:before{width:32px;height:32px;top:calc(50% - 16px)}}.orders__order-title:any-link{text-decoration:none}@media (hover:hover){.orders__order-title:any-link:hover{color:#f09}}@media (hover:none){.orders__order-title:any-link:active{color:#f09}}.orders__order-info,.orders__order-price{color:var(--card-description-color);margin-top:10px;font-size:16px;display:block}@media screen and (min-width:576px){.orders__order-info,.orders__order-price{font-size:18px}}@media screen and (min-width:992px){.orders__order-info,.orders__order-price{font-size:20px}}.orders__order-price{font-weight:500}.orders__order-arrow,.orders__order-share,.orders__order-download{background:url(../img/orders/arrow.svg) 50%/contain no-repeat;border:none;width:32px;height:32px;transition:background 80ms ease-in-out}@media screen and (min-width:992px){.orders__order-arrow,.orders__order-share,.orders__order-download{width:48px;height:48px}}@media (hover:hover){.orders__order-arrow:any-link:hover,.orders__order-share:any-link:hover,.orders__order-download:any-link:hover{background-image:url(../img/orders/arrow-hover.svg)}}@media (hover:none){.orders__order-arrow:any-link:active,.orders__order-share:any-link:active,.orders__order-download:any-link:active{background-image:url(../img/orders/arrow-hover.svg)}}.light .orders__order-arrow,.light .orders__order-share,.light .orders__order-download{background:url(../img/orders/arrow_light.svg) 50%/contain no-repeat}.orders__buttons{flex-direction:column;justify-content:center;align-items:center;display:flex}@media screen and (min-width:768px){.orders__buttons{flex-direction:row;gap:20px}}.orders__order-download{background-image:url(../img/orders/download.svg)}@media screen and (min-width:992px){.orders__order-download{width:32px;height:32px}}@media (hover:hover){.orders__order-download:hover{background-image:url(../img/orders/download-hover.svg)}}@media (hover:none){.orders__order-download:active{background-image:url(../img/orders/download-hover.svg)}}.orders__order-share{background-image:url(../img/orders/share.svg)}@media (hover:hover){.orders__order-share:hover{background-image:url(../img/orders/share-hover.svg)}}@media (hover:none){.orders__order-share:active{background-image:url(../img/orders/share-hover.svg)}}.orders__empty-title{color:#fffc;text-transform:uppercase;text-align:center;margin-top:40px;margin-bottom:1em;font-size:20px;font-weight:600;line-height:.833}@media screen and (min-width:768px){.orders__empty-title{margin-top:48px;margin-bottom:2em;font-size:22px}}@media screen and (min-width:992px){.orders__empty-title{font-size:24px}}.orders__empty-add{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #fff6;border-radius:10px;justify-content:center;align-items:center;width:100%;max-width:387px;height:202px;margin:0 auto;display:flex;box-shadow:0 3px 50px #7718ed1c}.orders__empty-add .button,.orders__empty-add .header__langs-trigger{color:#8000ff;min-height:0;max-height:36px;box-shadow:none;background:#ffffffb3;padding:10px 16px;font-size:12px}@media (hover:hover){.orders__empty-add .button:hover,.orders__empty-add .header__langs-trigger:hover{color:#fff;background-color:#8000ffb3}}@media (hover:none){.orders__empty-add .button:active,.orders__empty-add .header__langs-trigger:active{color:#fff;background-color:#8000ffb3}}.order{row-gap:30px;padding-bottom:50px}@media screen and (min-width:992px){.order{padding-bottom:100px}.order__title{margin-bottom:16px;font-size:42px}}.order__type{color:#ffffffb3;letter-spacing:.015em;margin-bottom:1.1em;font-size:16px;font-weight:600}@media screen and (min-width:768px){.order__type{font-size:18px}}@media screen and (min-width:992px){.order__type{font-size:20px}}.order__params{color:#ffffffe6;flex-direction:column;gap:18px;margin-bottom:24px;font-size:16px;font-weight:600;display:flex}@media screen and (min-width:768px){.order__params{gap:20px;font-size:18px}}@media screen and (min-width:992px){.order__params{gap:22px;font-size:20px}}.order__param b{font-weight:700}.order__icon{text-indent:-9999em;vertical-align:middle;background:50%/contain no-repeat;width:20px;height:20px;display:inline-block}.order__icon_done{filter:drop-shadow(0 4px 4px #ffffff40);background-image:url(../img/order/status-done.svg)}.order__icon_pending{background-image:url(../img/order/status-pending.svg)}.order__icon_decline{background-image:url(../img/order/status-decline.svg)}.order__icon_process{background-image:url(../img/order/status-process.svg)}.order__green{color:#00ff75}.order__red{color:#ff0025}.order__description-title{letter-spacing:.015em;color:#ffffffe6;margin-bottom:12px;font-size:20px;font-weight:700}@media screen and (min-width:768px){.order__description-title{font-size:22px}}@media screen and (min-width:992px){.order__description-title{font-size:24px}}.order__description{font-size:14px;font-weight:600;line-height:16px}.order__info{background-blend-mode:overlay;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff1a;border:1.5px solid #ffffff80;border-radius:16px;margin-bottom:20px;padding:18px}@media screen and (min-width:992px){.order__info{margin-bottom:24px;padding:30px}}.order__infoblock{border-bottom:1px solid #fff6;min-height:24px;margin-bottom:16px;padding-top:4px;padding-bottom:16px;padding-left:36px;font-size:14px;line-height:16px;position:relative}.order__infoblock b{font-weight:700}.order__infoblock:before{content:"";background:50%/contain no-repeat;width:24px;height:24px;display:block;position:absolute;top:0;left:0}.order__infoblock:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.order__infoblock_date:before{background-image:url(../img/order/icon-date.svg)}.order__infoblock_person:before{background-image:url(../img/order/icon-person.svg)}.order__infoblock_result:before{background-image:url(../img/order/icon-result.svg)}.order__result{color:#8000ff}.order__buttons{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px;display:flex}@media screen and (min-width:576px){.order__buttons{flex-direction:row}.order__buttons .button,.order__buttons .header__langs-trigger{flex:1 0 30%}}.category-carousel .swiper-pagination-progressbar-fill{transform-origin:0 0;background:#8000ff;border-radius:1000px;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0);box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#29d #0000 #0000 #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._main_1mp2v_1{flex:auto;overflow:hidden}._active_1mp2v_6{color:#8000ff}._banner_1mp2v_10{z-index:1000;position:fixed;top:0;left:0;right:0}._modalContainer_y49f9_1{box-sizing:border-box;background:0 0;justify-content:center;align-items:center;height:100svh;min-height:100svh;padding:20px;display:flex;overflow:hidden}@media screen and (max-width:767px){._modalContainer_y49f9_1{height:100svh;min-height:100svh;padding:20px;align-items:flex-start!important}}._container_y49f9_21{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-sizing:border-box;background:#171a32;border:2px solid #ffffff80;border-radius:16px;flex-direction:column;width:100%;max-width:839px;height:90svh;max-height:90svh;display:flex;overflow:hidden}@media screen and (max-width:767px){._container_y49f9_21{border-radius:0;min-height:90svh;max-height:90svh}}._header_y49f9_43{border-bottom:1px solid #fff3;flex-direction:column;flex:none;align-items:center;gap:8px;padding:20px 24px;display:flex}._headerLogo_y49f9_53{width:129px;height:39px}._title_y49f9_58{color:#fff;text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:32px}._description_y49f9_67{color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._content_y49f9_76{flex:auto;min-height:0;padding:24px 24px 60px;position:relative;overflow-y:auto}._arrows_y49f9_85{justify-content:center;align-items:center;gap:12px;width:100%;padding:20px 0;display:flex;position:absolute;bottom:8px;left:0}._arrow_y49f9_85{background:#ffffff80;border-radius:1000px;width:6px;height:6px;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}._arrow_y49f9_85._current_y49f9_104{background:#8000ff;border-radius:1000px;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}._contentContainer_y49f9_110{border-radius:16px;width:100%}._footer_y49f9_115{border-top:1px solid #fff3;flex:none;align-items:center;gap:20px;padding:20px;display:flex}@media screen and (max-width:767px){._footer_y49f9_115{flex-direction:column}}._footerButton_y49f9_129{width:100%}._banner_s97ia_1{z-index:1002;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);color:#fff;text-align:center;background:#171a32;border:2px solid #ffffff80;border-radius:16px;max-width:400px;padding:16px;font-size:16px;font-style:normal;font-weight:400;line-height:24px;position:fixed;bottom:20px;left:10px;box-shadow:0 4px 12px #0000001a}@media screen and (max-width:767px){._banner_s97ia_1{max-width:none;bottom:16px;left:10px;right:10px}}._text_s97ia_29{margin-bottom:12px}._link_s97ia_33{color:#8000ff;font-weight:700;text-decoration:none;transition:color 80ms ease-in-out}._link_s97ia_33:hover{color:#a64dff}._footerButton_s97ia_43{width:100%}._breadcrumbs_el181_1{left:calc(var(--bs-gutter-x)*-1);margin-right:calc(var(--bs-gutter-x)*-2);color:var(--LM-White-Soft-Dark);letter-spacing:.65px;text-transform:uppercase;-ms-overflow-style:none;scrollbar-width:none;padding-left:var(--bs-gutter-x);padding-right:var(--bs-gutter-x);flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:8px;margin-bottom:24px;font-size:10px;font-weight:600;line-height:20px;display:flex;position:relative;overflow:auto hidden}._breadcrumbs_el181_1::-webkit-scrollbar{display:none}@media screen and (min-width:768px){._breadcrumbs_el181_1{overflow:initial;overflow-x:initial;margin-right:0;padding-left:0;padding-right:0;left:auto}}@media screen and (min-width:992px){._breadcrumbs_el181_1{margin-bottom:27px;font-size:13px}}@media screen and (max-width:767px){._breadcrumbs_el181_1{margin-bottom:22px}}._breadcrumbs__item_el181_49{flex-shrink:0}._breadcrumbs__item_current_el181_53{background:var(--LM-Dark-Violet);color:var(--White-Primary-Links-Light-violet);border:2px solid #8000ff33;border-radius:40px;padding:7px 16px;font-weight:700}._breadcrumbs__separator_el181_63{font-size:13px}._breadcrumbs__link_el181_67{text-decoration:none}@media (hover:hover){._breadcrumbs__link_el181_67:hover{color:#f09}}@media (hover:none){._breadcrumbs__link_el181_67:active{color:#f09}}._button_1ev4m_1{text-align:center;letter-spacing:.2px;text-transform:uppercase;color:#fff;cursor:pointer;background:#8000ff;border:none;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:18px 32px;font-size:14px;font-weight:900;line-height:1;text-decoration:none;transition:background-color 80ms ease-in-out,color 80ms ease-in-out,box-shadow 80ms ease-in-out;display:inline-flex;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}._button_1ev4m_1[disabled]{color:#b5b5b5;pointer-events:none;background:#7e7e7e;border:none!important}._button_1ev4m_1._white_1ev4m_28{color:#8000ff;background:#fff;border-radius:12px;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a}._button_1ev4m_1._black_1ev4m_34{background:#292e3d;box-shadow:inset -4px -4px 4px #0000001a,inset 4px 4px 4px #ffffff1a}@media (hover:hover){._button_1ev4m_1:hover{color:#fff;background:#790ae8}}@media (hover:none){._button_1ev4m_1:active{color:#fff;background:#790ae8}}@media screen and (min-width:992px){._button_1ev4m_1{min-height:64px;padding:12px 40px;font-size:16px}}._loading_1ev4m_58{pointer-events:none;opacity:.6!important}._button_accent_1ev4m_63{background:#f09}@media (hover:hover){._button_accent_1ev4m_63:hover{background-color:#f00090}}@media (hover:none){._button_accent_1ev4m_63:active{background-color:#f00090}}._button_transparent_1ev4m_77{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#f09;box-shadow:none;background:#ffffff1a;border:1px solid #ffffff4d}@media (hover:hover){._button_transparent_1ev4m_77:hover{color:#f09;background-color:#8000ff4d}}@media (hover:none){._button_transparent_1ev4m_77:active{color:#f09;background-color:#8000ff4d}}._button_white_1ev4m_98{color:#8000ff;box-shadow:none;background:#ffffff80}@media (hover:hover){._button_white_1ev4m_98:hover{color:#fff}}@media (hover:none){._button_white_1ev4m_98:active{color:#fff}}._button_transparent-brand_1ev4m_114{color:#8000ff;border:2px solid var(--Color-Secondary,#a448ff);box-shadow:none;background:0 0;border-radius:12px}@media (hover:hover){._button_transparent-brand_1ev4m_114:hover{color:#fff;background:#8000ff}}@media (hover:none){._button_transparent-brand_1ev4m_114:active{color:#fff;background:#8000ff}}._button_flat_1ev4m_134{box-shadow:none}._check_z1v74_1{box-sizing:border-box;border-radius:100%;width:20px;height:20px;transition:all 80ms ease-in-out;position:relative}@media screen and (max-width:767px){._check_z1v74_1{width:18px;height:18px}}._checkIcon_z1v74_16{opacity:1;width:100%;height:100%;transition:all 80ms ease-in-out;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._checked_z1v74_27 ._checkIcon_z1v74_16{opacity:1}._container_lbu0p_1{margin-bottom:41px;position:relative}._container_lbu0p_1._last_lbu0p_5{margin-bottom:0}@media screen and (min-width:992px){._container_lbu0p_1{border-bottom:2px solid #fff6;margin-bottom:48px;padding-bottom:48px}._container_lbu0p_1._last_lbu0p_5{border-bottom:none;margin-bottom:0;padding-bottom:0}._container_lbu0p_1{position:relative}._container_lbu0p_1:before{z-index:-1;pointer-events:none;background:url(../img/solutions/figure.webp) 50%/contain no-repeat;width:452px;height:494px;display:block;position:absolute;top:20px;left:-279px}@supports (background-image:url("/img/solutions/figure.webp")){._container_lbu0p_1:before{background-image:url(../img/solutions/figure.webp)}}@supports (background-image:url("/img/solutions/figure.avif")){._container_lbu0p_1:before{background-image:url(../img/solutions/figure.avif)}}}._container__navbar_lbu0p_46{background:#ffffff40;border:1px solid #ffffff4d;border-radius:16px;margin:0 0 48px;padding:0 7px;font-size:14px;overflow:visible}@media screen and (min-width:1200px){._container__navbar_lbu0p_46{margin-bottom:64px}}._container__navbar_lbu0p_46 ._container__button_lbu0p_60{z-index:100;position:absolute;top:calc(50% - 20px);left:0}@media screen and (min-width:992px){._container__navbar_lbu0p_46 ._container__button_lbu0p_60{top:calc(50% - 30px)}}._container__navbar_lbu0p_46 ._container__button_lbu0p_60._swiper-button-disabled_lbu0p_71{opacity:0;pointer-events:none}._container__navbar_lbu0p_46 ._container__button_next_lbu0p_75{left:auto;right:0}._container__wrapper_lbu0p_80._swiper-wrapper_lbu0p_80{margin:0;padding:7px 8px;list-style:none}._container__wrapper_full_lbu0p_86._swiper-wrapper_lbu0p_80{justify-content:space-between}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90{color:#fff;z-index:2;cursor:pointer;width:auto;font-weight:700;transition:background 80ms ease-in-out;position:relative}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90:hover{background:#0000004d}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90:before{content:"";opacity:0;background:#8000ff;border:1px solid #8000ff1a;border-radius:12px;width:calc(100% + 16px);height:100%;transition:opacity 80ms ease-in-out;display:block;position:absolute;top:0;left:-8px}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90:after{content:"";background:#ffffff4d;width:1px;height:calc(100% - 16px);display:block;position:absolute;top:8px;left:calc(100% + 3.5px)}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90:last-child:after{display:none}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90._prev_lbu0p_130:after{opacity:0}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90._current_lbu0p_133{color:#fff}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90._current_lbu0p_133:before{opacity:1}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90._current_lbu0p_133 a{transform:scale(1.14)}@media (hover:hover){._container__category-link_lbu0p_90._swiper-slide_lbu0p_90._current_lbu0p_133 a:hover{color:#fff}}@media (hover:none){._container__category-link_lbu0p_90._swiper-slide_lbu0p_90._current_lbu0p_133 a:active{color:#fff}}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90._current_lbu0p_133:after{opacity:0}._container__category-link_lbu0p_90._swiper-slide_lbu0p_90 a{text-transform:uppercase;justify-content:center;align-items:center;min-height:56px;padding:16px 12px;font-weight:900;line-height:1.2;text-decoration:none;transition:all 80ms ease-in-out;display:flex}@media (hover:hover){._container__category-link_lbu0p_90._swiper-slide_lbu0p_90 a:hover{color:#8000ff}}@media (hover:none){._container__category-link_lbu0p_90._swiper-slide_lbu0p_90 a:active{color:#8000ff}}._container__header_lbu0p_178{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}@media screen and (min-width:992px){._container__header_lbu0p_178{margin-bottom:32px}}._container__title_lbu0p_191{color:var(--page-title-color);margin:0;font-size:36px;font-style:normal;font-weight:900;line-height:42px}@media screen and (max-width:767px){._container__title_lbu0p_191{font-size:24px;font-style:normal;font-weight:900;line-height:32px}}._small_lbu0p_207 ._container__title_lbu0p_191{font-size:24px;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width:767px){._small_lbu0p_207 ._container__title_lbu0p_191{font-size:20px;font-style:normal;font-weight:700;line-height:32px}}._container__swiper_lbu0p_222._swiper_lbu0p_71{margin-bottom:24px;overflow:visible}@media screen and (min-width:992px){._container__swiper_lbu0p_222._swiper_lbu0p_71{margin-bottom:32px;overflow:hidden}}._last_lbu0p_5._small_lbu0p_207 ._container__swiper_lbu0p_222._swiper_lbu0p_71{margin-bottom:0}._controls_lbu0p_236{display:none}@media screen and (min-width:768px){._controls_lbu0p_236{gap:12px;display:flex}}@media screen and (min-width:992px){._controls_lbu0p_236{gap:12px}}._button_lbu0p_251{background:var(--solution-button-background);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:none;border-radius:8px;width:40px;height:40px;transition:opacity 80ms ease-in-out;position:relative}@media screen and (min-width:992px){._button_lbu0p_251{width:48px;height:48px}}@media (hover:hover){._button_lbu0p_251:hover:before{z-index:3;border:1px solid #5135ff}}@media (hover:none){._button_lbu0p_251:active:before{z-index:3;border:1px solid #5135ff}}._button_lbu0p_251:before{content:"";border:var(--solution-button-border);background:var(--solution-button-background);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px;width:100%;height:100%;transition:all 80ms ease-in-out;display:block;position:absolute;top:0;left:0}._button_lbu0p_251:after{content:"";z-index:12;width:100%;height:100%;display:block;position:absolute;top:0;left:0}._button_lbu0p_251._swiper-button-disabled_lbu0p_71{opacity:.5;pointer-events:none}._button_lbu0p_251._prev_lbu0p_130:after{background:var(--solution-button-background-image)}@media screen and (min-width:992px){._button_lbu0p_251._prev_lbu0p_130:after{background-size:10px}}._button_lbu0p_251._next_lbu0p_315:after{background:var(--solution-button-background-image);transform:rotate(180deg)}@media screen and (min-width:992px){._button_lbu0p_251._next_lbu0p_315:after{background-size:10px}}._container__card_lbu0p_325._swiper-slide_lbu0p_90{border:var(--card-border);background:var(--card-background);-webkit-backdrop-filter:var(--card-backdrop-filter);backdrop-filter:var(--card-backdrop-filter);border-radius:10px;width:298px;max-width:80vw;height:auto;padding:22px}@media screen and (min-width:768px){._container__card_lbu0p_325._swiper-slide_lbu0p_90{justify-content:space-between;align-items:stretch;width:493px;display:flex}}@media screen and (min-width:992px){._container__card_lbu0p_325._swiper-slide_lbu0p_90{min-height:202px}}._container__card-content_lbu0p_350{flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%;display:flex}@media screen and (min-width:768px){._container__card-content_lbu0p_350{padding-right:22px}}._container__card-title_lbu0p_363{color:#ffffffb3;margin-bottom:11px;font-size:20px;font-weight:700;line-height:1.3;text-decoration:none}@media screen and (min-width:768px){._container__card-title_lbu0p_363{margin-bottom:8px;font-size:20px}}@media (hover:hover){._container__card-title_lbu0p_363:hover{color:#f09}}@media (hover:none){._container__card-title_lbu0p_363:active{color:#f09}}._container__card-description_lbu0p_388{min-height:20px;margin-bottom:14px;font-size:12px}@media screen and (min-width:992px){._container__card-description_lbu0p_388{margin-bottom:16px;font-size:14px;line-height:20px}}._container__card-counter_lbu0p_401{color:#ffffffe6;background:#8000ff4d;border:1px solid #fff3;border-radius:100px;align-self:flex-start;margin-top:auto;padding:9px 15px;font-size:12px;font-weight:500;line-height:16px;text-decoration:none;transition:background 80ms ease-in-out}@media (hover:hover){._container__card-counter_lbu0p_401:hover{background:#8000ff80}}@media (hover:none){._container__card-counter_lbu0p_401:active{background:#8000ff80}}._container__card-image_lbu0p_425{display:none}@media screen and (min-width:768px){._container__card-image_lbu0p_425{background:#8000ff1a;border-radius:0 10px 10px 0;flex:0 0 128px;width:128px;margin:-24px -24px -24px 0;display:block}}._container__card-image_lbu0p_425 img{object-fit:contain;width:100%;height:100%}._container__pager_lbu0p_444{background:#ffffff80;border-radius:1000px;max-width:386px;margin:0 auto 24px;position:relative;overflow:hidden;box-shadow:inset 4px 4px 4px #ffffff1a,inset -4px -4px 4px #0000001a;height:6px!important}@media screen and (min-width:992px){._container__pager_lbu0p_444{max-width:calc(33.3333% - 13.3333px);margin-bottom:40px;height:8px!important}}._slide_lbu0p_462{cursor:pointer;border:var(--card-border);background:var(--card-background);height:202px;-webkit-backdrop-filter:var(--card-backdrop-filter);backdrop-filter:var(--card-backdrop-filter);border-radius:20px;max-width:308px;height:164px;padding:12px;transition:background 80ms ease-in-out;position:relative;overflow:hidden}._slide_lbu0p_462:hover{background:var(--card-background-hover)}@media screen and (min-width:768px){._slide_lbu0p_462{justify-content:space-between;align-items:stretch;width:493px;display:flex}}@media screen and (min-width:992px){._slide_lbu0p_462{height:202px}}._small_lbu0p_207 ._slide_lbu0p_462{height:164px}._small_lbu0p_207 ._slide_lbu0p_462:before{content:"";opacity:.2;pointer-events:none;background-color:#8000ff;border-radius:100%;width:164px;height:164px;position:absolute;bottom:-40%;right:-10%}._counter_lbu0p_508{z-index:1;border:var(--card-count-border);background:var(--card-count-background);-webkit-backdrop-filter:var(--card-count-backdrop-filter);backdrop-filter:var(--card-count-backdrop-filter);color:var(--card-count-color);border-radius:6px;align-self:flex-start;align-items:center;gap:8px;margin-top:auto;padding:8px;font-size:12px;font-weight:500;line-height:16px;text-decoration:none;transition:background 80ms ease-in-out;display:flex;position:absolute}@media (hover:hover){._counter_lbu0p_508:hover{background:#8000ff80}}@media (hover:none){._counter_lbu0p_508:active{background:#8000ff80}}._counter_lbu0p_508._instruction_lbu0p_538{background:#8000ffb3;border:1px solid #0003;border-radius:6px}._backdrop_te0ck_1{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;-webkit-transform:translateZ(0)}._closeModalButton_te0ck_15{z-index:1;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:0;left:100%;transform:translate(-65%,-43%)}._closeModalButton_te0ck_15:hover ._closeModalIconDefault_te0ck_30{opacity:0}._closeModalButton_te0ck_15:hover ._closeModalIconHover_te0ck_33{opacity:1}@media screen and (max-width:767px){._closeModalButton_te0ck_15{width:30px;height:30px}}._closeModalIconDefault_te0ck_30{opacity:1}._closeModalIconHover_te0ck_33{opacity:0}._closeModalIconDefault_te0ck_30,._closeModalIconHover_te0ck_33{transition:opacity 80ms ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._relative_te0ck_60{z-index:20;position:relative}._container_1a2v8_1{flex:1;position:relative}._label_1a2v8_6{color:var(--LM-White-Soft-Dark);-webkit-user-select:none;user-select:none;margin-bottom:12px;font-size:18px;font-style:normal;font-weight:700;line-height:160%}._label_1a2v8_6._m_1a2v8_15{margin-bottom:8px;font-size:14px;font-style:normal;font-weight:700;line-height:20px}@media screen and (max-width:767px){._label_1a2v8_6{margin-bottom:8px;font-size:14px;font-style:normal;font-weight:700;line-height:20px}}._label_1a2v8_6._blacked_1a2v8_31,._label_1a2v8_6._white_1a2v8_31{color:var(--LM-White-Soft-Dark)}._inputContainer_1a2v8_35{border-radius:12px;height:70px}._inputContainer_1a2v8_35 ._inputPhoneContainer_1a2v8_39{height:100%}._inputContainer_1a2v8_35._m_1a2v8_15{height:48px}._inputContainer_1a2v8_35._white_1a2v8_31{border-radius:12px}._inputContainer_1a2v8_35 ._blacked_1a2v8_31{border-radius:8px}@media screen and (max-width:767px){._inputContainer_1a2v8_35{height:48px}}._textareaContainer_1a2v8_57{border-radius:12px;height:144px}._textarea_1a2v8_57,._input_1a2v8_35{color:#494949;box-sizing:border-box;caret-color:#8000ff;background:0 0;border:1px solid #494949;border-radius:12px;outline:none;width:100%;height:100%;padding:32px 20px;font-size:18px;font-style:normal;font-weight:400;line-height:160%;transition:border 80ms ease-in-out;display:block}._textarea_1a2v8_57._outline_1a2v8_82,._input_1a2v8_35._outline_1a2v8_82{color:#fff;caret-color:#fff;border:none;border-bottom:2px solid #fff;border-radius:0}._textarea_1a2v8_57._white_1a2v8_31,._input_1a2v8_35._white_1a2v8_31{color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);caret-color:#fff;border:1px solid #ffffff4d}._textarea_1a2v8_57._blacked_1a2v8_31,._input_1a2v8_35._blacked_1a2v8_31{color:#fff;caret-color:var(--Primary-Links-Light-violet);background:#ffffff0d;border:1px solid #ffffff26;border-radius:8px}._textarea_1a2v8_57._m_1a2v8_15,._input_1a2v8_35._m_1a2v8_15{padding:12px 16px;font-size:12px;font-style:normal;font-weight:600;line-height:160%}@media screen and (max-width:767px){._textarea_1a2v8_57,._input_1a2v8_35{padding:12px 16px;font-size:12px;font-style:normal;font-weight:600;line-height:160%}}.light ._textarea_1a2v8_57,.light ._input_1a2v8_35{color:#7d7594!important;background:#ffffff4d!important;border:1px solid #c5b5ff!important;border-radius:8px!important}.light ._textarea_1a2v8_57::placeholder,.light ._input_1a2v8_35::placeholder{color:#7d7594!important}._inputPhoneContainer_1a2v8_39{width:100%}._inputPhoneDropdownContainer_1a2v8_139{display:block;box-shadow:none!important;color:#20184e!important;border-radius:12px!important}._textarea_1a2v8_57{resize:none;border-radius:12px;height:100%;padding:14px 56.758px 110px 16px}._textarea_1a2v8_57:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 12px #fff}._input_1a2v8_35:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 12px #fff}._textarea_1a2v8_57._white_1a2v8_31:hover,._textarea_1a2v8_57._white_1a2v8_31:active,._textarea_1a2v8_57._white_1a2v8_31:focus,._textarea_1a2v8_57._white_1a2v8_31:not(:placeholder-shown){border:1px solid #fff9}._textarea_1a2v8_57:active,._textarea_1a2v8_57:focus,._textarea_1a2v8_57:hover,._textarea_1a2v8_57:not(:placeholder-shown){border-color:#8000ff}._textarea_1a2v8_57._outline_1a2v8_82:active,._textarea_1a2v8_57._outline_1a2v8_82:focus,._textarea_1a2v8_57._outline_1a2v8_82:hover,._textarea_1a2v8_57._outline_1a2v8_82:not(:placeholder-shown),._input_1a2v8_35._outline_1a2v8_82:active,._input_1a2v8_35._outline_1a2v8_82:focus,._input_1a2v8_35._outline_1a2v8_82:hover,._input_1a2v8_35._outline_1a2v8_82:not(:placeholder-shown){border-bottom:2px solid #fff9}._input_1a2v8_35._white_1a2v8_31:active,._input_1a2v8_35._white_1a2v8_31:focus,._input_1a2v8_35._white_1a2v8_31:hover,._input_1a2v8_35._white_1a2v8_31:not(:placeholder-shown){border:1px solid #fff9}._textarea_1a2v8_57._blacked_1a2v8_31:not(:placeholder-shown),._input_1a2v8_35._blacked_1a2v8_31:not(:placeholder-shown){background:#ffffff0d;border:1px solid #ffffff26}._textarea_1a2v8_57._blacked_1a2v8_31:active,._textarea_1a2v8_57._blacked_1a2v8_31:focus,._textarea_1a2v8_57._blacked_1a2v8_31:hover,._input_1a2v8_35._blacked_1a2v8_31:active,._input_1a2v8_35._blacked_1a2v8_31:focus,._input_1a2v8_35._blacked_1a2v8_31:hover{background:#ffffff0d;border:1px solid #8000ff80}._input_1a2v8_35:active,._input_1a2v8_35:focus,._input_1a2v8_35:hover,._input_1a2v8_35:not(:placeholder-shown){border-color:#8000ff}._textarea_1a2v8_57._hasError_1a2v8_216,._input_1a2v8_35._hasError_1a2v8_216{border-color:#f09!important}._inputPhone_1a2v8_39{color:#494949;box-sizing:border-box;caret-color:#8000ff;border:none;outline:none;font-size:18px;font-style:normal;font-weight:400;line-height:160%;transition:border 80ms ease-in-out;display:block;background:0 0!important;border:1px solid #494949!important;border-radius:12px!important;width:100%!important;height:100%!important;padding:32px 20px 32px 48px!important}._inputPhone_1a2v8_39._outline_1a2v8_82{color:#fff!important;border:none!important;border-bottom:2px solid #fff!important;border-radius:0!important;height:70px!important}._inputPhone_1a2v8_39._white_1a2v8_31{color:#fff!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid #ffffff4d!important}._inputPhone_1a2v8_39._blacked_1a2v8_31{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);caret-color:var(--Primary-Links-Light-violet);color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:8px}._inputPhone_1a2v8_39._m_1a2v8_15{font-size:12px;font-style:normal;font-weight:600;line-height:160%;padding:12px 16px 12px 48px!important}@media screen and (max-width:767px){._inputPhone_1a2v8_39{font-size:12px;font-style:normal;font-weight:600;line-height:160%;padding:12px 16px 12px 48px!important}}._inputPhone_1a2v8_39._hasError_1a2v8_216{border-color:#f09!important}.light ._inputPhone_1a2v8_39{color:#7d7594!important;background:#ffffff4d!important;border:1px solid #c5b5ff!important;border-radius:8px!important}.light ._inputPhone_1a2v8_39::placeholder{color:#7d7594!important}._inputPhoneButton_1a2v8_292{background-color:#0000!important;border-top-left-radius:68px!important;border-bottom-left-radius:68px!important}._inputPhoneButton_1a2v8_292._outline_1a2v8_82{background:0 0!important;border:none!important}._white_1a2v8_31 ._inputPhoneButton_1a2v8_292{border:none!important;border-right:1px solid #ffffff4d!important}._inputPhoneButton_1a2v8_292._hasError_1a2v8_216{border-right-color:#f09!important}._textarea_1a2v8_57._white_1a2v8_31::placeholder{color:#fffc}._textarea_1a2v8_57::placeholder{color:#494949b3}._textarea_1a2v8_57._outline_1a2v8_82::placeholder{color:#fffc}._textarea_1a2v8_57._blacked_1a2v8_31::placeholder{color:#ffffffb3}._input_1a2v8_35._outline_1a2v8_82::placeholder,._input_1a2v8_35._white_1a2v8_31::placeholder{color:#fffc}._input_1a2v8_35._blacked_1a2v8_31::placeholder{color:#ffffffb3}._input_1a2v8_35::placeholder{color:#494949b3}._errorMessage_1a2v8_342{letter-spacing:0;text-align:left;color:#f09;margin-top:10px;font-size:14px;font-weight:400;line-height:16px}._checkbox_1a2v8_352{cursor:pointer;border:2px solid #ffffff80;border-radius:100%;flex-shrink:0;width:20px;height:20px;transition:all 80ms ease-in-out;position:relative}._checkbox_1a2v8_352:after{content:""}.light ._checkbox_1a2v8_352{border-color:#c5b5ff}._checkBoxImage_1a2v8_369{opacity:0;transition:opacity 80ms ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._checkBoxImage_1a2v8_369._visible_1a2v8_377{opacity:1}._checkboxInput_1a2v8_381{visibility:hidden;width:0;height:0;display:none}._checkboxInput_1a2v8_381:checked+._checkbox_1a2v8_352{background:#00ff57;border-color:#00ff57}._checkboxInput_1a2v8_381:checked+._checkbox_1a2v8_352 img{opacity:1}.light ._checkboxInput_1a2v8_381:checked+._checkbox_1a2v8_352{background:#8000ff;border-color:#8000ff}._inputNumberContainer_1a2v8_400{align-items:center;gap:10px;height:40px;display:flex}._inputNumberContainer_1a2v8_400._disabled_1a2v8_406{opacity:.4;pointer-events:none}._inputNumberControl_1a2v8_411{pointer-events:none;text-align:center;color:#fff;background:#fff3;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;width:72px;height:100%;font-size:14px;font-style:normal;font-weight:800;line-height:42px;transition:background 80ms ease-in-out;display:flex}._inputNumberControl_1a2v8_411:hover{background:#ffffff1a}.light ._inputNumberControl_1a2v8_411{color:#7d7594!important;background:#ffffff4d!important;border:1px solid #c5b5ff!important;border-radius:8px!important}.light ._inputNumberControl_1a2v8_411::placeholder{color:#7d7594!important}._inputNumberButton_1a2v8_443{color:#fff;background:#fff3;border:none;border-radius:8px;outline:none;flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:40px;height:100%;margin:0;padding:0;font-size:14px;font-style:normal;font-weight:800;line-height:42px;transition:background 80ms ease-in-out;display:flex}._inputNumberButton_1a2v8_443:hover{background:#ffffff1a}.light ._inputNumberButton_1a2v8_443{background:#8000ff}._slider_1a2v8_472{cursor:pointer;background-color:#939393;border-radius:12.5px;flex-shrink:0;align-items:center;width:45px;height:25px;transition:all 80ms ease-in-out;display:flex;position:relative}._slider_1a2v8_472._active_1a2v8_484{background-color:#8000ff}._slider_1a2v8_472._disabled_1a2v8_406{pointer-events:none;background-color:#939393}._slider_1a2v8_472._frozen_1a2v8_491{opacity:.5;pointer-events:none}._sliderCircle_1a2v8_496{background-color:#fff;border-radius:100%;width:21px;height:21px;transition:all 80ms ease-in-out;position:absolute;transform:translate(13%)}._sliderCircle_1a2v8_496._active_1a2v8_484{transform:translate(100%)}._inputBirthdayContainer_1a2v8_509{display:flex}._inputBirthdayColumn_1a2v8_513{flex:1}._calendarIcon_1a2v8_517{pointer-events:none;position:absolute;top:50%;right:15px;transform:translateY(-50%)}._inputDateContainer_1a2v8_525{position:relative}.react-tel-input{width:100%;font-family:Roboto,sans-serif;font-size:15px;position:relative}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{background-image:url(data:image/png;base64,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);width:16px;height:11px}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{letter-spacing:.01rem;background:#fff;border:1px solid #cacaca;border-radius:5px;outline:none;width:300px;height:35px;margin-left:0;padding-left:48px;font-size:14px;line-height:25px;position:relative;margin-top:0!important;margin-bottom:0!important}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px;padding:0;position:absolute;top:0;bottom:0}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:#0000}.react-tel-input .selected-flag{border-radius:3px 0 0 3px;outline:none;width:38px;height:100%;padding:0 0 0 8px;position:relative}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{margin-top:-5px;position:absolute;top:50%}.react-tel-input .selected-flag .arrow{border-top:4px solid #555;border-left:3px solid #0000;border-right:3px solid #0000;width:0;height:0;margin-top:-2px;position:relative;top:50%;left:20px}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{z-index:1;background-color:#fff;border-radius:0 0 3px 3px;outline:none;width:300px;max-height:200px;margin:10px 0 10px -1px;padding:0;list-style:none;position:absolute;overflow-y:scroll;box-shadow:1px 2px 10px #00000059}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-top:2px;margin-right:7px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{background-color:#fff;padding:10px 0 6px 10px;position:sticky;top:0}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;outline:none;margin-left:6px;padding:3px 8px 5px;font-size:15px;line-height:15px}.react-tel-input .country-list .no-entries-message{opacity:.7;padding:7px 10px 11px}.react-tel-input .invalid-number-message{z-index:1;color:#de0000;background:#fff;padding:0 2px;font-size:13px;position:absolute;top:-8px;left:46px}.react-tel-input .special-label{z-index:1;white-space:nowrap;background:#fff;padding:0 2px;font-size:13px;display:none;position:absolute;top:-8px;left:46px}._information_1ornn_1{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;opacity:.7;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;flex-shrink:0;width:19.2px;height:19.2px;margin-left:auto;display:block;position:relative}@media screen and (min-width:576px){._information_1ornn_1{width:24px;height:24px}}._information_1ornn_1:hover,._information_1ornn_1._active_1ornn_26{opacity:1}._informationPopupTitle_1ornn_30{z-index:2;color:#fff;font-size:24.634px;font-style:normal;font-weight:700;line-height:normal;position:relative}._informationPopupText_1ornn_40{z-index:2;color:#fff;letter-spacing:.21px;width:300px;font-size:14px;font-style:normal;font-weight:400;line-height:24px;position:relative}._container_1ne6q_1{border:var(--card-border);background:var(--card-background);-webkit-backdrop-filter:var(--card-backdrop-filter);backdrop-filter:var(--card-backdrop-filter);border-radius:20px;align-items:center;padding:32px;display:flex}@media screen and (max-width:767px){._container_1ne6q_1{flex-direction:column;align-items:flex-start;padding:12px;height:auto!important}}._inCludeContainer_1ne6q_19{padding:20px 32px}@media screen and (max-width:767px){._inCludeContainer_1ne6q_19{padding:12px}}._item_1ne6q_28{align-items:center;display:flex}@media screen and (max-width:767px){._item_1ne6q_28{border-bottom:1px solid #ffffff1a;width:100%;margin-bottom:16px;padding-bottom:16px}._item_1ne6q_28:last-child{border-bottom:0;margin-bottom:0;margin-left:0;padding-bottom:0}}._icon_1ne6q_50{margin-right:12px}._text_1ne6q_54{color:var(--card-description-color);font-size:14px;font-style:normal;font-weight:400;line-height:16px}._bold_1ne6q_62{color:var(--card-description-color);margin-left:5px;font-size:14px;font-style:normal;font-weight:600;line-height:16px}._line_1ne6q_71{background-color:#fff3;width:1px;height:24px;margin:0 20px}.light ._line_1ne6q_71{background-color:var(--card-description-color)}@media screen and (max-width:767px){._line_1ne6q_71{display:none}}._ul_1ne6q_86{margin-bottom:0;padding-left:17px}._li_1ne6q_71{color:var(--card-description-color);font-size:14px;font-style:normal;font-weight:400;line-height:16px}._link_1rn28_1{color:#8000ff;text-transform:uppercase;font-size:12px;font-style:normal;font-weight:700;line-height:16px;text-decoration:none}._link_1rn28_1:hover{color:#f09}._container_16i1a_1{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff1a;border-radius:12px;align-items:center;gap:12px;min-width:285px;padding:8px;display:inline-flex}@media screen and (max-width:1025px){._container_16i1a_1{justify-content:space-between;gap:8px;width:100%;max-width:350px;overflow-x:auto}}._container_16i1a_1::-webkit-scrollbar{display:none}._container_16i1a_1{-ms-overflow-style:none;scrollbar-width:none}._button_16i1a_32{background:0 0;border:none;outline:none;justify-content:center;align-items:center;gap:8px;width:100%;height:56px;transition:all 80ms ease-in-out;display:flex;position:relative}._button_16i1a_32._selected_16i1a_45{background:#8000ff;border-radius:12px}@media screen and (max-width:767px){._button_16i1a_32{border-radius:12px;flex:1;min-width:140px;height:100%}}._button_16i1a_32:after{content:"";z-index:0;background:#ffffff4d;width:1px;height:calc(100% - 16px);display:none;position:absolute;top:8px;right:0}._button_16i1a_32:last-child:after{display:none}._line_16i1a_72{flex:1 0 auto;height:90%;position:relative}._line_16i1a_72:after{content:"";background:#ffffff4d;width:1px;height:100%;position:absolute;left:50%;transform:translate(-50%)}._item_16i1a_87{flex:1 0 auto}._text_16i1a_91{z-index:2;color:var(--LM-Text-General);text-transform:uppercase;padding:16px;font-size:16px;font-style:normal;font-weight:500;line-height:120%;position:relative}._text_16i1a_91._hidden_16i1a_102{opacity:0}._text_16i1a_91._visible_16i1a_105{opacity:1}._selectedText_16i1a_109{color:#fff;text-transform:uppercase;z-index:1;font-size:14px;font-style:normal;font-weight:900;line-height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._selectedText_16i1a_109._hidden_16i1a_102{opacity:0}._selectedText_16i1a_109._visible_16i1a_105{opacity:1}._image_16i1a_129{z-index:2;position:relative}._selected_16i1a_45{padding-left:12px;padding-right:12px}._selected_16i1a_45:before{content:"";opacity:1}._selected_16i1a_45:after{content:"";display:none}._modalContainer_1yq5u_1{align-items:flex-start;padding-top:135px;padding-bottom:226px;display:flex;overflow:hidden auto}@media screen and (max-width:767px){._modalContainer_1yq5u_1{padding-top:80px;padding-bottom:42px;padding-left:var(--container-padding);padding-right:var(--container-padding)}}._container_1yq5u_18{background:var(--transparent-background);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1.5px solid #ffffff1a;border-radius:32px;flex-direction:column;width:480px;padding:24px;display:flex;position:relative}@media screen and (max-width:767px){._container_1yq5u_18{width:100%;padding:20px 16px}}._loading_1yq5u_37{pointer-events:none}._title_1yq5u_41{color:var(--LM-Dark);margin-bottom:12px;font-size:28px;font-style:normal;font-weight:600;line-height:32px}@media screen and (max-width:767px){._title_1yq5u_41{text-transform:capitalize;border-bottom:1px solid #ffffff4d;padding-bottom:16px;font-size:22px;font-style:normal;font-weight:700;line-height:120%}}._description_1yq5u_61{color:var(--LM-Soft-Dark);margin-bottom:32px}._description_1yq5u_61 span{font-weight:700;display:block}@media screen and (max-width:767px){._description_1yq5u_61 span{margin-left:5px;display:inline-block}}._inputRow_1yq5u_76{margin-bottom:20px}._links_1yq5u_80{color:var(--LM-Links);text-align:center;justify-content:center;align-items:center;display:flex}._links_1yq5u_80 span{cursor:pointer;text-decoration:underline;transition:color 80ms ease-in-out}._links_1yq5u_80 span:hover{color:#f09}._button_1yq5u_96{margin:32px 0}._googleButton_1yq5u_100{justify-content:center;margin-bottom:32px;display:flex}._inputContainer_1yq5u_106{justify-content:space-between;align-items:center;display:flex}@media screen and (max-width:1200px){._inputContainer_1yq5u_106{gap:0}}._input_1yq5u_76{text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;background:#0808210d;border:2px solid #a448ff26;border-radius:8px;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;font-weight:600;padding:0!important;display:flex!important}._input_1yq5u_76:focus{outline:none;border-color:#f09!important}._input_1yq5u_76._hasError_1yq5u_142{border-color:#ff5151!important}@media screen and (max-width:1025px){._input_1yq5u_76{flex:0 0 60px;width:60px;height:60px}}@media screen and (max-width:1020px){._input_1yq5u_76{flex:0 0 48px;width:48px;height:48px}}@media screen and (max-width:800px){._input_1yq5u_76{flex:0 0 64px;width:64px;height:64px}}@media screen and (max-width:770px){._input_1yq5u_76{flex:0 0 48px;width:48px;height:48px}}@media screen and (max-width:396px){._input_1yq5u_76{flex:0 0 40px;width:40px;height:40px}}@media screen and (max-width:300px){._input_1yq5u_76{flex:0 0 30px;width:30px;height:30px}}._hasValue_1yq5u_188,._hasValue_1yq5u_188:focus{border-color:#00ff75!important}@media screen and (max-width:767px){._hasErrorMessage_1yq5u_196{margin-top:12px!important}}@media screen and (min-width:992px){._errorMessage_1yq5u_202{position:absolute}}._marginBottomZero_1yq5u_207{margin-bottom:0}:root{--toastify-color-progress-light:#8000ff}._toastContainer_fiv2s_5{color:#fff;letter-spacing:-.05px;align-items:center;gap:6px;padding:14px;font-size:14px;font-style:normal;font-weight:700;line-height:20px;display:flex}._warning_fiv2s_18,._info_fiv2s_19{-webkit-backdrop-filter:var(--transparent-blur);backdrop-filter:var(--transparent-blur);background:#2124341a;border:1px solid #ffffff1a;border-radius:8px}._success_fiv2s_26{-webkit-backdrop-filter:var(--transparent-blur);backdrop-filter:var(--transparent-blur);background:#2124341a;border:1px solid #026b001a;border-radius:8px}._error_fiv2s_33{-webkit-backdrop-filter:var(--transparent-blur);backdrop-filter:var(--transparent-blur);color:#f09;letter-spacing:-.05px;background:#2124341a;border:1px solid #ff00991a;border-radius:8px;font-size:14px;font-style:normal;font-weight:700;line-height:20px}._container__card_1v4pb_1{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);cursor:pointer;background:#0003;border:2px solid #ffffff1a;border-radius:20px;max-width:308px;height:164px;padding:12px;text-decoration:none;position:relative;overflow:hidden}@media screen and (min-width:768px){._container__card_1v4pb_1{justify-content:space-between;align-items:stretch;width:493px;display:flex}}@media screen and (min-width:992px){._container__card_1v4pb_1{height:202px}}._container__card_1v4pb_1:before{content:"";opacity:.2;pointer-events:none;background-color:#8000ff;border-radius:100%;width:164px;height:164px;position:absolute;bottom:-25%;right:-9%}._container__card-content_1v4pb_41{flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%;display:flex}@media screen and (min-width:768px){._container__card-content_1v4pb_41{padding-right:22px}}._container__card-title_1v4pb_54{color:#ffffffb3;margin-bottom:11px;font-size:20px;font-weight:700;line-height:1.3;text-decoration:none}@media screen and (min-width:768px){._container__card-title_1v4pb_54{margin-bottom:8px;font-size:20px}}@media (hover:hover){._container__card-title_1v4pb_54:hover{color:#f09}}@media (hover:none){._container__card-title_1v4pb_54:active{color:#f09}}._container__card-description_1v4pb_79{min-height:20px;margin-bottom:14px;font-size:12px}@media screen and (min-width:992px){._container__card-description_1v4pb_79{margin-bottom:16px;font-size:14px;line-height:20px}}._container__card-counter_1v4pb_92{color:#ffffffe6;background:#8000ff4d;border:1px solid #fff3;border-radius:100px;align-self:flex-start;margin-top:auto;padding:9px 15px;font-size:12px;font-weight:500;line-height:16px;text-decoration:none;transition:background 80ms ease-in-out}@media (hover:hover){._container__card-counter_1v4pb_92:hover{background:#8000ff80}}@media (hover:none){._container__card-counter_1v4pb_92:active{background:#8000ff80}}._container__card-image_1v4pb_116{display:none}@media screen and (min-width:768px){._container__card-image_1v4pb_116{background:#8000ff1a;border-radius:0 10px 10px 0;flex:0 0 128px;width:128px;margin:-24px -24px -24px 0;display:block}}._container__card-image_1v4pb_116 img{object-fit:contain;width:100%;height:100%}._counter_1v4pb_135{z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#ffffffe6;background:#8000ffb3;border:1px solid #0003;border-radius:6px;align-self:flex-start;align-items:center;gap:8px;margin-top:auto;padding:8px;font-size:12px;font-weight:500;line-height:16px;text-decoration:none;transition:background 80ms ease-in-out;display:flex;position:absolute}@media (hover:hover){._counter_1v4pb_135:hover{background:#8000ff80}}@media (hover:none){._counter_1v4pb_135:active{background:#8000ff80}}._counter_1v4pb_135._instruction_1v4pb_165{background:#8000ffb3;border:1px solid #0003;border-radius:6px}._menuContainer_189yw_1{z-index:11;opacity:0;pointer-events:none;background:#080821;border:1px solid #8000ff33;border-radius:8px;flex-direction:column;align-items:flex-start;width:418px;padding:16px 15px;transition:opacity 80ms ease-in-out;display:inline-flex;position:absolute;top:100%;right:0}._menuContainer_189yw_1._active_189yw_18{opacity:1;pointer-events:all}@media screen and (max-width:767px){._menuContainer_189yw_1{width:300px}}._circle_189yw_27 ._menuContainer_189yw_1,._withoutBorder_189yw_31 ._menuContainer_189yw_1{padding-left:0;padding-right:0}._menuLine_189yw_36{background:#ffffff1a;width:100%;height:1px;margin:12px 0}._menuItem_189yw_43>div,._menuItem_189yw_43{color:#fff;align-items:center;gap:12px;font-size:16px;font-style:normal;font-weight:600;line-height:normal;display:flex}._menuItem_189yw_43>div:hover,._menuItem_189yw_43:hover{color:#8000ff!important}._circle_189yw_27 ._menuItem_189yw_43>div,._circle_189yw_27 ._menuItem_189yw_43,._withoutBorder_189yw_31 ._menuItem_189yw_43>div,._withoutBorder_189yw_31 ._menuItem_189yw_43{flex-direction:row-reverse;flex:1;justify-content:space-between;width:100%}._circle_189yw_27 ._menuItem_189yw_43,._withoutBorder_189yw_31 ._menuItem_189yw_43{padding:0 16px}._dots_189yw_80{z-index:1111;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:url(../img/profile/dots.svg) 50%/32px 32px no-repeat;border:1px solid #fff3;border-radius:8px;width:48px;height:48px;transition:background 80ms ease-in-out}._dots_189yw_80._circle_189yw_27{-webkit-backdrop-filter:none;backdrop-filter:none;background:url(../img/instruction/mobileCardMenuIcon.svg) 50%/contain no-repeat;border:none}._dots_189yw_80._withoutBorder_189yw_31{background:url(../img/instruction/card/menu_dots.svg) 50%/contain no-repeat;border:none;width:16px;height:4px}._dots_189yw_80._active_189yw_18{background-image:url(../img/profile/dots-hover.svg)}._dots_189yw_80._active_189yw_18._withoutBorder_189yw_31{background:url(../img/instruction/card/menu_dots.svg) 50%/contain no-repeat}@media (hover:hover){._dots_189yw_80:hover{background-image:url(../img/profile/dots-hover.svg)}._dots_189yw_80:hover._withoutBorder_189yw_31{background:url(../img/instruction/card/menu_dots.svg) 50%/contain no-repeat}}@media (hover:none){._dots_189yw_80:active{background-image:url(../img/profile/dots-hover.svg)}._dots_189yw_80:active._withoutBorder_189yw_31{background:url(../img/instruction/card/menu_dots.svg) 50%/contain no-repeat}}@media screen and (max-width:767px){._dots_189yw_80{background-size:20px 20px;width:32px;height:32px}}._container_1h8si_1 p{color:#fff;letter-spacing:-.3px;font-size:14px;font-style:normal;font-weight:500;line-height:110%}._container_1h8si_1 h4{font-size:20px;line-height:22px}._container_1h8si_1 h5{font-size:18px;line-height:20px}._chatButton_1uuag_1{z-index:1001;align-items:center;width:56px;height:56px;min-height:56px;padding:0;display:flex;position:fixed;bottom:20px;right:20px}._container_1eerq_1{border:var(--accordion-border);background:var(--accordion-background);-webkit-backdrop-filter:var(--accordion-blur);backdrop-filter:var(--accordion-blur);z-index:0;border-radius:12px;flex-direction:column;display:flex;position:relative}._container_1eerq_1._opened_1eerq_11{border:var(--accordion-opened-border);background:var(--accordion-opened-background);-webkit-backdrop-filter:var(--accordion-opened-blur);backdrop-filter:var(--accordion-opened-blur)}._container_1eerq_1._opened_1eerq_11:before{opacity:1}._information_1eerq_19{margin-top:3px;margin-right:12px}@media screen and (max-width:767px){._information_1eerq_19{margin-top:0}}._panel_1eerq_29{will-change:height;flex-direction:column;gap:12px;margin-top:24px;padding:0 20px 16px;display:flex}._visibleScrollBar_1eerq_38 ._panel_1eerq_29{max-height:420px;padding-right:12px;overflow:hidden auto}@media screen and (max-width:767px){._visibleScrollBar_1eerq_38 ._panel_1eerq_29{padding-right:8px}}._panel_1eerq_29::-webkit-scrollbar{border-radius:12px;width:8px}._panel_1eerq_29::-webkit-scrollbar-track{background:#6e6e84;border-radius:12px}._panel_1eerq_29::-webkit-scrollbar-thumb{background:#a4a4b2;border:2px solid #6e6e84;border-radius:100px}._panel_1eerq_29._hasDescription_1eerq_62{margin-top:0}@media screen and (max-width:767px){._panel_1eerq_29{gap:8px;padding-top:10px;padding-left:16px;padding-right:16px;margin-top:10px!important}}._title_1eerq_75{width:100%;color:var(--LM-Text-General);letter-spacing:-.4px;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;align-items:flex-start;padding:16px 20px;font-size:20px;font-style:normal;font-weight:500;line-height:120%;display:flex;position:relative}._title_1eerq_75:after{content:"";opacity:0;background:#fff3;height:2px;transition:opacity 80ms ease-in-out;position:absolute;bottom:0;left:20px;right:20px}._opened_1eerq_11 ._title_1eerq_75:after{opacity:1}@media screen and (max-width:767px){._title_1eerq_75{color:var(--LM-Text-General);letter-spacing:.24px;padding:16px;font-size:16px;font-style:normal;font-weight:700;line-height:normal;position:relative}._title_1eerq_75 span{max-width:260px;padding-right:20px;display:block}._opened_1eerq_11 ._title_1eerq_75:after{content:"";background:#fff3;height:2px;position:absolute;bottom:0;left:16px;right:16px}}._descrptionWrapper_1eerq_136{border-bottom:2px solid #fff3;flex-direction:column;gap:8px;padding-bottom:16px;display:flex}._descrptionWrapper_1eerq_136._opened_1eerq_11{margin:8px 0}._descrptionWrapper_1eerq_136 a{color:var(--Primary-Links-Light-violet);text-decoration:underline}._description_1eerq_151{height:8px}@media screen and (max-width:767px){._description_1eerq_151{display:none}}._arrow_1eerq_160{margin-top:3px;margin-left:auto;transition:transform 80ms ease-in-out;position:relative;left:-5px}@media screen and (min-width:768px){._arrow_1eerq_160{margin-top:5px}}._arrow_1eerq_160._locked_1eerq_172{transform:rotate(0)!important}._opened_1eerq_11 ._arrow_1eerq_160{transform:rotate(90deg)}._showMore_1eerq_179{cursor:pointer;color:var(--Primary-Links-Light-violet);letter-spacing:-.12px;text-transform:uppercase;transform:opacity 80ms ease-in-out;align-items:center;font-size:12px;font-style:normal;font-weight:900;line-height:normal;display:flex}._showMore_1eerq_179:hover{opacity:.5}._wrapper_17ln8_1{grid-template-columns:repeat(2,calc(50% - 10px));gap:20px;display:grid;position:relative}@media screen and (max-width:767px){._wrapper_17ln8_1{grid-template-columns:1fr;gap:24px}}._panel_17ln8_14{flex-direction:column;gap:32px;height:-moz-fit-content;height:fit-content;padding:20px;display:flex}._panel_17ln8_14._mobileView_17ln8_21{gap:12px;padding:24px 0 0}._accordionContainer_17ln8_26{flex-direction:column;gap:8px;height:max-content;display:flex}._panelContent_17ln8_33{position:relative}._panelButton_17ln8_37{flex:1;height:48px!important;min-height:48px!important}._panelTitle_17ln8_43{color:var(--LM-Dark);letter-spacing:-.4px;margin-bottom:4px;font-size:20px;font-style:normal;font-weight:700;line-height:32px}@media screen and (max-width:767px){._panelTitle_17ln8_43{font-size:18px;line-height:160%}}._panelDescription_17ln8_59{color:var(--guide-step-description);letter-spacing:.21px;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._container_17ln8_68{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:2px solid #fff6;border-radius:20px;flex-direction:column;padding:42px;display:flex;position:relative}._container_17ln8_68._opened_17ln8_78{background:#ac58ff}._container_17ln8_68._opened_17ln8_78:before{opacity:1}._container_17ln8_68:before{content:"";-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:0;pointer-events:none;z-index:-1;background:#ffffff26;border-radius:20px;width:100%;height:100%;display:block;position:absolute;top:0;left:0}@media screen and (max-width:767px){._container_17ln8_68{padding:16px}}._customTitle_17ln8_105{color:#ffffffe6;letter-spacing:.48px;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;width:100%;margin-bottom:56px;font-size:32px;font-style:normal;font-weight:700;line-height:normal;display:flex}@media screen and (max-width:767px){._customTitle_17ln8_105{color:#ffffffe6;letter-spacing:.24px;font-size:16px;font-style:normal;font-weight:700;line-height:normal}}._instructionList_17ln8_134{flex-direction:column;gap:16px;margin-top:24px;display:flex}._instructionList_17ln8_134._hasDescription_17ln8_140{margin-top:0}@media screen and (max-width:767px){._instructionList_17ln8_134{border-top:2px solid #fff3;padding-top:10px;margin-top:10px!important}}._customPanel_17ln8_151{flex-direction:column;gap:16px;display:flex}._single_17ln8_157{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:2px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;padding:16px 20px 0;display:flex}._single_17ln8_157 ._description_17ln8_172{margin-top:0}._single_17ln8_157 ._step_17ln8_175{padding-bottom:16px}@media screen and (max-width:767px){._single_17ln8_157 ._step_17ln8_175{padding-bottom:16px!important}}._withoutAccrodion_17ln8_184{padding:16px 0 0}._title_17ln8_189{color:#ffffffe6;letter-spacing:.48px;cursor:pointer;width:100%;font-size:32px;font-style:normal;font-weight:700;line-height:normal;display:flex}@media screen and (max-width:767px){._title_17ln8_189{color:#ffffffe6;letter-spacing:.24px;font-size:16px;font-style:normal;font-weight:700;line-height:normal}}._description_17ln8_172{color:#ffffffb3;letter-spacing:.24px;margin-top:24px;font-size:16px;font-style:normal;font-weight:600;line-height:normal}._opened_17ln8_78 ._description_17ln8_172{margin:40px 0}@media screen and (max-width:767px){._description_17ln8_172{display:none}}._mobileDescription_17ln8_229{font-size:14px;font-style:normal;font-weight:500;line-height:16px;display:none}@media screen and (max-width:767px){._mobileDescription_17ln8_229{display:block}}._stepsList_17ln8_242{display:none}._stepsList_17ln8_242._opened_17ln8_78{flex-direction:column;display:flex}._step_17ln8_175{cursor:pointer;align-items:flex-start;gap:8px;width:100%;padding-bottom:12px;display:flex;position:relative}._step_17ln8_175:after{content:"";background-color:#ffffff1a;height:1px;position:absolute;bottom:0;left:0;right:0}._single_17ln8_157 ._step_17ln8_175:after{display:none}._step_17ln8_175._last_17ln8_271:not(._withoutAccrodion_17ln8_184){padding-bottom:0}@media screen and (max-width:767px){._step_17ln8_175._last_17ln8_271:not(._withoutAccrodion_17ln8_184){padding-bottom:0}}._step_17ln8_175._last_17ln8_271:after{display:none}._mobileView_17ln8_21 ._step_17ln8_175{padding-bottom:8px}._step_17ln8_175._reversed_17ln8_285{flex-direction:row-reverse}._step_17ln8_175._withoutBorder_17ln8_288:after{opacity:0}._stepName_17ln8_292{color:var(--guide-accordion-stepName);letter-spacing:.21px;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;font-size:14px;font-style:normal;font-weight:500;line-height:20px}._single_17ln8_157 ._stepName_17ln8_292{font-size:18px;line-height:18px}@media screen and (max-width:767px){._stepName_17ln8_292{letter-spacing:.21px;font-size:14px;font-style:normal;font-weight:600;line-height:normal}}._reversed_17ln8_285 ._stepName_17ln8_292{flex:1;padding-top:2px}._check_17ln8_324{flex-shrink:0;width:20px;height:20px}._information_17ln8_330{cursor:pointer;background-image:url(../img/instruction/Info.svg);background-repeat:cover;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;background-position:50%;background-size:100% 100%;flex-shrink:0;width:19.2px;height:19.2px;margin-left:auto;display:block;position:relative}@media screen and (min-width:576px){._information_17ln8_330{width:19.2px;height:19.2px}}._information_17ln8_330._active_17ln8_355{background-image:url(../img/instruction/InfoActive.svg)}._instructionSection_17ln8_359{position:relative}._informationPopup_17ln8_363{opacity:0;z-index:2;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;background:#080821;border:1px solid #8000ff33;border-radius:16px;flex-direction:column;gap:16px;padding:16px;transition:all 80ms ease-in-out;display:flex;transform:translateY(-5px)}._informationPopup_17ln8_363:after{content:"";border:10px solid #0000;border-top-width:0;border-bottom:16px solid #080821;width:0;height:0;position:absolute;bottom:100%;right:10px;transform:translateY(-1px)}._informationPopup_17ln8_363._active_17ln8_355{opacity:1;z-index:10;pointer-events:auto;transform:none}@media screen and (max-width:767px){._informationPopup_17ln8_363{opacity:1;min-width:300px;display:none}._informationPopup_17ln8_363._active_17ln8_355{display:flex}}._informationPopupTitle_17ln8_412{z-index:2;color:#fff;font-size:24.634px;font-style:normal;font-weight:700;line-height:normal;position:relative}._informationPopupText_17ln8_422{z-index:2;color:#fff;letter-spacing:.21px;font-size:14px;font-style:normal;font-weight:400;line-height:24px;position:relative}._arrow_17ln8_433{margin-left:auto;transition:transform 80ms ease-in-out;position:relative;left:10px}._opened_17ln8_78 ._arrow_17ln8_433{transform:rotate(90deg)}@media screen and (max-width:767px){._arrow_17ln8_433{left:0}._visibleMobile_17ln8_449{display:none!important}}._descrptionWrapper_17ln8_454{flex-direction:column;gap:8px;display:flex}._descrptionWrapper_17ln8_454._opened_17ln8_78{margin:8px 0}._descrptionWrapper_17ln8_454 a{color:var(--Primary-Links-Light-violet);text-decoration:underline}._showMore_17ln8_467{cursor:pointer;color:var(--Primary-Links-Light-violet);letter-spacing:-.12px;text-transform:uppercase;transform:opacity 80ms ease-in-out;align-items:center;font-size:12px;font-style:normal;font-weight:900;line-height:normal;display:flex}._showMore_17ln8_467:hover{opacity:.5}._withoutAccrodionContainer_17ln8_484{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff2b;border:2px solid #f093;border-radius:12px;padding:4px 20px}._withoutAccrodionContainer_17ln8_484._visibleScrollBar_17ln8_491{padding-right:0;overflow:hidden}._withoutAccrodionContainer_17ln8_484 ._withoutAccrodionVisibleScrollBar_17ln8_495{max-height:420px;padding-right:12px;overflow:hidden auto}@media screen and (max-width:767px){._withoutAccrodionContainer_17ln8_484 ._withoutAccrodionVisibleScrollBar_17ln8_495{max-height:320px}}._withoutAccrodionContainer_17ln8_484 ._withoutAccrodionVisibleScrollBar_17ln8_495::-webkit-scrollbar{width:8px}._withoutAccrodionContainer_17ln8_484 ._withoutAccrodionVisibleScrollBar_17ln8_495::-webkit-scrollbar-track{background:#6e6e84}._withoutAccrodionContainer_17ln8_484 ._withoutAccrodionVisibleScrollBar_17ln8_495::-webkit-scrollbar-thumb{background:#a4a4b2;border:2px solid #6e6e84;border-radius:100px}._stepInformation_17ln8_518{margin-top:1px;margin-left:auto}._container_1ndzp_1{z-index:10;-webkit-backdrop-filter:var(--transparent-blur);backdrop-filter:var(--transparent-blur);background:#080821cc;border:1px solid #fff3;border-radius:20px;justify-content:flex-end;align-items:center;gap:12px;padding:16px;display:flex;position:fixed;bottom:32px;left:32px;right:32px;box-shadow:0 4px 50px 4px #ffffff14}._container_1ndzp_1._mobileView_1ndzp_18{z-index:501;background:#080821;border-radius:24px 24px 0 0;flex-direction:column;align-items:center;gap:8px;width:100%;padding:16px 0;display:flex;position:fixed;bottom:0;left:0;right:0}._container_3qyjt_1{align-items:center;display:flex}@media screen and (max-width:767px){._container_3qyjt_1{flex-direction:column;align-items:flex-start;gap:12px}}._item_3qyjt_13{align-items:center;gap:8px;display:flex}._iconContainer_3qyjt_19{background:var(--transparent-background);border:1px solid #fff3;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:4px 4px 20px 20px #00ff750d}@media screen and (max-width:767px){._iconContainer_3qyjt_19{width:36px;height:36px}}._icon_3qyjt_19{width:24px;height:24px}@media screen and (max-width:767px){._icon_3qyjt_19{width:20px;height:20px}}._text_3qyjt_49{color:var(--LM-Dark);font-size:14px;font-style:normal;font-weight:400;line-height:16px}._bold_3qyjt_57{color:var(--LM-Dark);font-size:14px;font-style:normal;font-weight:600;line-height:16px;display:block}._updated_3qyjt_66{opacity:.8}._line_3qyjt_70{background-color:var(--separator-line);width:1px;height:24px;margin:0 12px}@media screen and (max-width:767px){._line_3qyjt_70{display:none}}._footer_5ag0c_1{margin-bottom:calc(-1*var(--footer-offset-top) - 20px);color:#fff;background-image:url(../img/dashboard/footer.svg);background-position:top;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;padding-top:72px;padding-bottom:72px;display:flex;position:relative}.light ._footer_5ag0c_1{background-image:url(../img/dashboard/footer_light.svg)}@media only screen and (min-width:768px){._footer_5ag0c_1{background-image:url(../img/dashboard/footer_tablet.svg);padding-top:164px;padding-bottom:87px;transform:translateY(40px)}.light ._footer_5ag0c_1{background-image:url(../img/dashboard/footer_tablet_light.svg)}}@media only screen and (min-width:1200px){._footer_5ag0c_1{padding-top:209px;padding-bottom:calc(43px + var(--footer-offset-top));transform:translateY(0)}}._footer_5ag0c_1._filled_5ag0c_36{background-image:url(../img/dashboard/footer.svg),linear-gradient(109deg,#1a0033 -7.13%,#420086 131.14%)}.light ._footer_5ag0c_1._filled_5ag0c_36{background-image:url(../img/dashboard/footer_light.svg);background-color:var(--light-white-color)}@media only screen and (min-width:768px){._footer_5ag0c_1._filled_5ag0c_36{background-image:url(../img/dashboard/footer_tablet.svg),linear-gradient(109deg,#1a0033 -7.13%,#420086 131.14%);margin-top:-45px}.light ._footer_5ag0c_1._filled_5ag0c_36{background-image:url(../img/dashboard/footer_tablet_light.svg);background-color:var(--light-white-color)}}@media only screen and (min-width:1200px){._footer_5ag0c_1._filled_5ag0c_36{margin-top:0}}._title_5ag0c_59{text-align:center;letter-spacing:-1.92px;color:var(--LM-Text-General,#2f2c45);margin-bottom:20px;font-size:32px;font-style:normal;font-weight:700;line-height:40px}@media only screen and (min-width:768px){._title_5ag0c_59{letter-spacing:-3.36px;width:540px;font-size:56px;font-style:normal;font-weight:700;line-height:64px}}._text_5ag0c_80{color:var(--LM-Soft-Dark);text-align:center;letter-spacing:-.16px;margin-bottom:40px;font-size:16px;font-style:normal;font-weight:400;line-height:23px}@media only screen and (min-width:768px){._text_5ag0c_80{width:447px}}._buttons_5ag0c_96{justify-content:center;gap:17px;display:flex}._button_5ag0c_96{letter-spacing:-.32px;text-transform:none;gap:4px;width:118px;height:40px;min-height:40px;padding-left:15px;padding-right:15px;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._button_5ag0c_96 span,._button_5ag0c_96 svg{flex-shrink:0}._buttonTransparent_5ag0c_123{box-shadow:none;background:0 0}._buttonTransparent_5ag0c_123:hover{opacity:.8;background:0 0}._container_berz3_1{border:var(--card-border);background:var(--card-background);height:164px;-webkit-backdrop-filter:var(--card-backdrop-filter);backdrop-filter:var(--card-backdrop-filter);cursor:pointer;border-radius:20px;flex-direction:column;justify-content:flex-end;padding:20px;text-decoration:none;transition:all 80ms ease-in-out;display:flex;position:relative;overflow:hidden}._container_berz3_1:hover{background:var(--card-background-hover)}._name_berz3_21{color:var(--card-name-color);font-size:16px;font-style:normal;font-weight:700;line-height:22px}._description_berz3_29{color:var(--card-description-color);letter-spacing:.066px;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-style:normal;font-weight:400;line-height:18px;overflow:hidden}._count_berz3_41{border:var(--card-count-border);background:var(--card-count-background);width:-moz-fit-content;width:fit-content;height:24px;-webkit-backdrop-filter:var(--card-count-backdrop-filter);backdrop-filter:var(--card-count-backdrop-filter);color:var(--card-count-color);border-radius:6px;align-items:center;gap:8px;margin-bottom:auto;padding:8px;font-size:12px;font-style:normal;font-weight:500;line-height:16px;display:flex}._backdrop_1v4ij_1{align-items:flex-start;padding:30px 0;overflow:hidden auto}@media only screen and (min-width:768px){._backdrop_1v4ij_1{align-items:center}}._container_1v4ij_13{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#171a32;border:2px solid #ffffff80;border-radius:16px;flex-direction:column;width:320px;display:flex}@media only screen and (min-width:768px){._container_1v4ij_13{width:694px}}@media only screen and (min-width:992px){._container_1v4ij_13{width:794px}}._container_1v4ij_13._short_1v4ij_32{width:320px}@media only screen and (min-width:768px){._container_1v4ij_13._short_1v4ij_32{width:400px}}._header_1v4ij_41{border-bottom:1px solid #fff3;flex-direction:column;justify-content:center;align-self:stretch;align-items:center;gap:8px;padding:20px 24px;display:flex}._headerTitle_1v4ij_52{color:#fff;text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:32px}._headerText_1v4ij_61{color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._content_1v4ij_70{color:#fff;background:linear-gradient(266deg,#fff0 -6.84%,#ffffff1a 105.62%),#1a0033;border-radius:20px;flex-direction:column;justify-content:center;margin:24px;padding:32px 48px;display:flex}@media only screen and (min-width:768px){._content_1v4ij_70{height:356px}}._contentTitle_1v4ij_86{letter-spacing:-1.92px;margin-bottom:8px;font-size:22px;font-style:normal;font-weight:700;line-height:40px}@media only screen and (min-width:768px){._contentTitle_1v4ij_86{letter-spacing:-1.92px;font-size:32px;font-style:normal;font-weight:700;line-height:40px}}._contentText_1v4ij_104{letter-spacing:.066px;font-size:12px;font-style:normal;font-weight:400;line-height:24px}@media only screen and (min-width:768px){._contentText_1v4ij_104{letter-spacing:.066px;font-size:16px;font-style:normal;font-weight:400;line-height:24px}}._footer_1v4ij_121{border-top:1px solid #fff3;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px;display:flex}@media only screen and (min-width:768px){._footer_1v4ij_121{flex-direction:row}}._button_1v4ij_136{box-sizing:border-box;flex:1;width:100%;max-width:100%;height:56px!important}@media only screen and (min-width:768px){._button_1v4ij_136{width:auto}}._status_109k1_1{color:#fff;align-items:center;gap:7px;font-size:12px;font-style:normal;font-weight:900;line-height:140%;display:flex}._status_109k1_1 div{background-color:#adb0b9;border-radius:100%;width:10px;height:10px}._status_109k1_1 div._paid_109k1_17{background-color:#20ce06}._status_109k1_1 div._trial_109k1_20{background-color:#7c02ee}._whatsappButton_v49w0_1{box-shadow:none;z-index:1001;background-color:#0000;align-items:center;width:56px;height:56px;min-height:56px;padding:0;display:flex;position:fixed;bottom:20px;right:80px}@media (hover:hover){._whatsappButton_v49w0_1:hover{box-shadow:none;background-color:#0000}}@media (hover:none){._whatsappButton_v49w0_1:active{box-shadow:none;background-color:#0000}}