*:focus,*:active{outline:none}.field{position:relative;margin:1.6rem 0 0;display:flex;align-items:center;min-height:44px;flex-wrap:wrap}.field.static-label{width:100%}.field.static-label .label{width:100%;left:auto;top:auto;font-size:14px;transform:none!important;color:#161515!important;position:relative;margin-bottom:8px}.a-field-file-input{display:inline-flex;align-items:center;height:50px;position:absolute;top:0;left:0;width:100%;height:100%;padding:0 15px;z-index:1;font-size:14px}.a-field-file-input-placeholder{width:100%;color:#68737d}.a-field-file .control-wrap{cursor:pointer}.a-field-file .input{opacity:0;z-index:2}.field-content{display:flex;align-items:center;position:relative;background:#f8f9fa;border-radius:10px;transition:all .36s cubic-bezier(.4,0,.2,1);height:100%;flex:1000 0 0;min-height:44px}.label{position:absolute;transition:all .36s cubic-bezier(.4,0,.2,1);top:.85rem;display:flex;margin:auto;left:.8rem;transform-origin:left top}.field-content:before{content:"";position:absolute;z-index:1;left:0;top:0;bottom:0;right:0;border:1px solid #e5e5e5;border-radius:inherit;transition:all .36s cubic-bezier(.4,0,.2,1)}.field-content:hover:before{background:#f1efef;border-color:#979797}.field.focus .field-content:before{border-color:#007aff;background:#fff}.field.focus .label{color:#007aff;transform:translate3d(0,-.5rem,0) scale(.75)}.field.filled .label,.label.active{transform:translate3d(0,-.5rem,0) scale(.75)}.control-wrap{width:100%;min-height:44px;height:100%;position:relative;z-index:1;border-radius:inherit}.control{width:100%;height:100%;position:relative}.field-before{display:flex;align-items:center;padding:0 .8rem 0 0;position:relative;z-index:1}.field-after{display:flex;align-items:center;padding:0 0 0 .8rem;position:relative;z-index:1}.field-prepend{display:flex;align-items:center;margin:0 .8rem;line-height:1px;position:relative;z-index:1}.field-append{display:flex;align-items:center;margin:0 0 0 .8rem;line-height:1px;position:relative;z-index:1}.field-bottom{width:100%;margin-top:8px;left:0;top:110%;font-size:.8rem;line-height:1;position:relative;z-index:1}.field-hint{color:#6f6f6f}.field-error-msg{color:red}.field.error .field-content{border-color:red}.field.dragover .field-content{background:#d3efff!important}.input{display:block;width:100%;border:none;background:transparent;line-height:1;height:100%;font-size:1rem;padding:1.2rem .8rem .3rem;position:relative;border-radius:inherit}textarea.input{font-size:1rem;font-family:inherit;min-height:100px;resize:none;line-height:1.2;margin:1.2rem 0 0;padding:0 .8rem .3rem}input:focus,input:active{outline:none}.input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input::-ms-clear{display:none;width:0;height:0}.input::-ms-reveal{display:none;width:0;height:0}.input::-webkit-search-decoration,.input::-webkit-search-cancel-button,.input::-webkit-search-results-button,.input::-webkit-search-results-decoration{display:none}.input::-webkit-inner-spin-button,.input::-webkit-calendar-picker-indicator{display:none}.a-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:32px;padding:4px 12px;border:none;cursor:pointer;box-sizing:border-box;font-size:1rem;font-family:inherit;gap:0 .5rem;line-height:1;position:relative;text-decoration:none;white-space:nowrap;letter-spacing:.024rem;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent;--self-btn-focus-color: var(--btn-focus-color, #000);--self-btn-bg: var(--btn-bg, #eee);background:var(--self-btn-bg);color:inherit;letter-spacing:.06em}.a-btn:focus,.a-btn:active{outline:none}.a-btn:before,.a-btn:after{content:"";box-sizing:border-box;position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;margin:auto;pointer-events:none;border-radius:inherit;transition:inherit}.a-btn:hover:not(:disabled):before{-webkit-backdrop-filter:brightness(90%);backdrop-filter:brightness(90%)}.a-btn:focus:after{outline:2px solid var(--self-btn-focus-color)}.a-btn:active:not(:disabled):after{outline:none;-webkit-backdrop-filter:brightness(80%);backdrop-filter:brightness(80%);mix-blend-mode:color}.a-btn:disabled{opacity:.5;cursor:not-allowed}.a-btn-inner{position:relative;z-index:1;display:flex;align-items:center}.a-btn-content{display:inline-flex;align-items:center}.a-btn-before{margin-right:.5rem}.a-btn-after{margin-left:.5rem}.a-btn svg{fill:currentColor}.a-checkbox-wrap{display:inline-flex;align-items:center;cursor:pointer}.a-checkbox{display:inline-flex;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent}.a-checkbox:hover .a-checkbox-area:before{transform:scaleZ(1)}.a-checkbox-area{position:relative;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#fff;-webkit-user-select:none;user-select:none;margin-left:-10px}.a-checkbox-area:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;margin:auto;background:#333;border-radius:50%;opacity:.12;transform:scale3d(0,0,1);transition:transform .22s cubic-bezier(0,0,.2,1)}.a-checkbox-area input{display:none!important}.a-checkbox-control-inner{height:100%;width:100%;transition:all .18s cubic-bezier(.4,0,.6,1) 0ms;stroke-width:3.12px;stroke:currentColor}.a-checkbox-control-inner path{stroke-dasharray:29.78334;stroke-dashoffset:29.78334;transition:all .18s cubic-bezier(.4,0,.6,1) 0ms}.a-checkbox.checked .a-checkbox-control-inner path{stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:0}.a-checkbox-control{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border-radius:6px;border:2px solid #333;transition:background .22s cubic-bezier(0,0,.2,1) 0ms;z-index:1}.a-checkbox.checked .a-checkbox-control{border-color:#6495ed;background:cornflowerblue}.a-select{display:flex;align-items:center;width:100%;border:none;background:transparent;line-height:1;height:100%;font-size:1rem;position:relative}.a-select-placeholder{white-space:nowrap;max-width:calc(100% - 30px);overflow:hidden;position:absolute;text-overflow:ellipsis}.a-select-val{min-height:16px;display:flex;flex-wrap:wrap}.a-select-val-item{white-space:nowrap}.a-select-val .a-chip{margin-right:4px}.a-select-inner{width:calc(100% - 38px);position:relative;display:flex;align-items:center;padding:1.2rem .8rem .4rem}.a-dropdown{position:absolute;width:100%;background:#fff;z-index:9999;border-radius:10px;box-shadow:#00000026 0 10px 20px;overflow:auto}.a-item{cursor:pointer;padding:.6rem 1rem;transition:all .36s cubic-bezier(.4,0,.2,1)}.a-item.active{color:#1976d2}.a-item.disabled{opacity:.5}.a-select-icon{width:auto;padding:0 .5rem;transition:all .36s cubic-bezier(.4,0,.2,1)}.a-select-icon.active{transform:rotate(180deg)}.a-select-input{flex:10000 1 0%;margin-left:.4rem;border:none;font-size:inherit;background:transparent;width:inherit}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.progress-bar{position:sticky;top:0;height:0;width:100%;z-index:99999}.progress-bar-indicator:before,.progress-bar-indicator:after{background:linear-gradient(310deg,#17ad37 0%,#98ec2d 100%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform-origin:0 0}.progress-bar-indicator:before{animation:linear-progress-indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.progress-bar-indicator:after{animation:linear-progress-indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:0s;animation-delay:1.15s;transform:translate3d(-101%,0,0) scaleX(1)}.progress-bar-backdrop{position:fixed;height:100%;width:100%;left:0;background:#fff;opacity:.5}@keyframes linear-progress-indeterminate{0%{transform:translate3d(-35%,0,0) scaleX(.35)}60%{transform:translate3d(100%,0,0) scaleX(.9)}to{transform:translate3d(100%,0,0) scaleX(.9)}}@keyframes linear-progress-indeterminate-short{0%{transform:translate3d(-101%,0,0) scaleX(1)}60%{transform:translate3d(107%,0,0) scaleX(.01)}to{transform:translate3d(107%,0,0) scaleX(.01)}}.a-header{min-height:60px;background:#fff;transition:transform .3s ease 0s}.a-header.floating{position:sticky;z-index:100;top:0}.a-header.floating-hide{transform:translateY(-100%)}.a-toolbar{width:100%;display:flex;flex-wrap:nowrap;min-height:60px;height:100%;align-items:center}.a-window-container{position:fixed;z-index:999;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.a-window-inner{position:fixed;z-index:9999;display:flex;max-height:96vh}.a-window{background:#fff;border-radius:8px;pointer-events:all;box-shadow:#00000026 0 10px 20px;display:flex;flex-direction:column}.a-window-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;position:relative;border-bottom:1px solid #ddd}.a-window-header .close{position:absolute;top:.5rem;right:1rem;width:28px;height:28px;min-width:28px;min-height:28px;padding:0}.a-window-header .close svg{width:16px;height:16px}.a-window-title{text-align:center;font-weight:600;width:100%}.a-window-body{overflow:auto;padding:1rem 1.5rem}.a-window-footer{padding:.5rem 1rem;border-top:1px solid #ddd;display:flex;justify-content:flex-end;gap:0 1rem}.a-window-backdrop{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.15);pointer-events:all}.a-list{border-radius:inherit}.a-list.dense>.a-item{min-height:40px}.a-list.grow{padding:12px}.a-list.rounded .a-item{border-radius:2rem}.a-list.inline{display:flex;align-items:center}.a-list.bordered .a-item{border-bottom:1px solid;border-color:#0000001f}.a-list.bordered .a-item:last-child{border-bottom:none}.a-list-section:after{content:"";border-bottom:1px solid #79747e;width:calc(100% - 32px);margin:.5rem auto;display:flex}.a-list-section:last-child:after{display:none}.a-item{cursor:pointer;text-decoration:none;position:relative;display:flex;align-items:center;color:inherit;min-height:48px;padding:.5rem 1rem;transition:color .3s,background-color .3s;font-size:.85rem;z-index:1;font-weight:700}.a-item.dense{min-height:40px}.a-item:before{content:"";position:absolute;border-radius:inherit;left:0;top:0;width:100%;height:100%;pointer-events:none;transition:background-color .3s cubic-bezier(.25,.8,.5,1),opacity .4s cubic-bezier(.25,.8,.5,1);opacity:0;z-index:-1}.a-item:hover{text-decoration:none}.a-item:hover:before{background-color:currentColor;opacity:.08}.a-item-before{margin-right:.5rem;display:flex;align-items:center}.a-item-before svg{fill:currentColor}.a-item-after{margin-left:auto;padding-left:.5rem;display:inline-flex;align-items:center}.a-item-title{cursor:initial;font-weight:400;font-size:1rem}.a-item-title:before{display:none}.a-item-label{transition:color .3s ease 0s}.a-item-link{cursor:pointer}.a-item-link:before{display:block}.a-item.rounded{border-radius:100px}.a-item-caption{font-size:.875rem;font-weight:400;line-height:1.2;color:currentColor;opacity:.75;margin-top:.5rem}.a-expand .arrow{transition:all .3s ease}.a-expand.active .arrow{transform:rotate(-180deg)}.header[data-v-1a5c4958]{transition:background .3s ease 0s,transform .3s ease 0s;position:sticky;top:0;z-index:99}.header.menu-show[data-v-1a5c4958]{background:#fff!important}.header.menu-show .header__logo[data-v-1a5c4958]{filter:none}.header.menu-show .header__menu-btn[data-v-1a5c4958]{color:#122544}.header.menu-show[data-v-1a5c4958]:after{display:none}.header[data-v-1a5c4958]:after{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #6c6c6c;filter:invert(1);pointer-events:none}.header .a-toolbar[data-v-1a5c4958]{height:65px;gap:0 48px;justify-content:space-between}@media screen and (max-width: 767px){.header .a-toolbar[data-v-1a5c4958]{gap:0 16px}}.header__left[data-v-1a5c4958]{line-height:1px}.header__center[data-v-1a5c4958]{align-self:stretch}.header__right[data-v-1a5c4958]{display:flex;gap:0 20px;justify-content:space-between;align-items:center}@media screen and (max-width: 767px){.header__right[data-v-1a5c4958]{gap:0 10px}}.header__logo[data-v-1a5c4958]{display:inline-block;line-height:1px;min-width:134px}.header__actions[data-v-1a5c4958]{display:flex;justify-content:space-between;flex:100 0 0;height:100%}@media screen and (max-width: 1024px){.header__actions[data-v-1a5c4958]{position:fixed;top:64px;left:0;height:calc(100vh - 64px);width:100vw;z-index:99;background:#fff;flex-direction:column;justify-content:flex-start;overflow:auto;padding:24px 20px;opacity:0;pointer-events:none;transition:all .3s ease 0s}.header__actions.active[data-v-1a5c4958]{opacity:1;pointer-events:all}}.header__menu[data-v-1a5c4958]{height:100%}@media screen and (max-width: 1024px){.header__menu[data-v-1a5c4958]{margin-top:24px}.header__menu-item .a-item[data-v-1a5c4958]{color:var(--main-color)!important}}.header__menu-btn[data-v-1a5c4958]{padding:0;width:40px;height:40px;background:transparent;color:#122544;border:none}.header__menu-btn[data-v-1a5c4958]:before,.header__menu-btn[data-v-1a5c4958]:after{display:none}@media screen and (min-width: 1024px){.header__menu-btn[data-v-1a5c4958]{display:none}}.header__menu-btn[data-v-1a5c4958] .a-btn-inner{width:40px;height:40px}.header__menu-btn-line[data-v-1a5c4958]{display:inline-flex;height:4px;background:currentColor;position:absolute;right:6px}.header__menu-btn-line[data-v-1a5c4958]:nth-child(1){top:5px;width:25px;transition:top .15s linear .25s,transform .25s ease 0s,width 0s linear .4s}.header__menu-btn-line[data-v-1a5c4958]:nth-child(2){top:16px;width:20px;transition:opacity 0s linear .25s}.header__menu-btn-line[data-v-1a5c4958]:nth-child(3){top:26px;width:14px;transition:top .15s linear .25s,transform .25s ease 0s,width 0s linear .25s}.header__menu-btn.active .header__menu-btn-line[data-v-1a5c4958]:nth-child(1){top:16px;width:25px;transform:rotate(45deg) scaleY(.5);transition:top .15s linear 0s,transform .25s ease .2s}.header__menu-btn.active .header__menu-btn-line[data-v-1a5c4958]:nth-child(2){top:16px;opacity:0}.header__menu-btn.active .header__menu-btn-line[data-v-1a5c4958]:nth-child(3){top:16px;width:25px;transform:rotate(-45deg) scaleY(.5);transition:top .15s linear 0s,transform .25s ease .2s,width 0s linear .15s}.header__menu-item[data-v-1a5c4958]{display:flex;position:relative;white-space:nowrap}@media screen and (max-width: 1024px){.header__menu-item[data-v-1a5c4958]{width:100%;margin-bottom:.5rem;flex-direction:column}.header__menu-item[data-v-1a5c4958]:last-child{margin-bottom:0}}.header__menu-item.active[data-v-1a5c4958]{color:var(--c-primary)!important}.header__menu-item.active .icon[data-v-1a5c4958]{transform:rotate(180deg)}@media screen and (max-width: 1024px){.header__menu-item.active .icon[data-v-1a5c4958]{margin-top:8px}}.header__menu .a-list[data-v-1a5c4958]{display:flex;height:100%}@media screen and (max-width: 1024px){.header__menu .a-list[data-v-1a5c4958]{flex-direction:column}}.header__menu[data-v-1a5c4958] .a-item{font-size:1.015rem;font-weight:500}@media screen and (max-width: 1024px){.header__menu[data-v-1a5c4958] .a-item{text-transform:uppercase;width:100%;font-size:24px;font-weight:600;justify-content:center;text-align:center}}@media screen and (max-width: 1024px){.header__menu[data-v-1a5c4958] .a-item-after{margin-left:8px;padding-left:0;margin-right:-28px;margin-top:-8px}}.header__menu[data-v-1a5c4958] .a-item svg{transition:none;fill:currentColor}.header__menu[data-v-1a5c4958] .a-item .icon{width:20px;height:20px;transition:all .3s ease 0s;transform-origin:center}.header__menu[data-v-1a5c4958] .a-item:before{display:none}.header__menu-dropdown[data-v-1a5c4958]{position:absolute;left:0;top:100%;z-index:9;min-width:100%;transform-origin:top;display:none;background:#fff;border-radius:0 0 10px 10px;border-left:2px solid var(--c-primary);border-right:2px solid var(--c-primary);border-bottom:2px solid var(--c-primary);transition:all .3s ease 0s}@media screen and (max-width: 1024px){.header__menu-dropdown[data-v-1a5c4958]{position:relative;width:100%;top:0;border:none;border-radius:0}}.header__menu-dropdown .a-item[data-v-1a5c4958]{color:var(--main-color);font-size:18px;width:100%;padding-right:70px;line-height:1;min-height:38px}.header__menu-dropdown .a-item[data-v-1a5c4958]:hover{color:var(--c-primary)!important}@media screen and (max-width: 1024px){.header__menu-dropdown .a-item[data-v-1a5c4958]{text-transform:initial;padding-top:0;padding-bottom:0;min-height:40px;padding-right:0}}@media screen and (max-width: 767px){.header__consult-btn[data-v-1a5c4958]{max-width:116px;font-size:10px}}.header__langs[data-v-1a5c4958]{display:flex;align-items:center}@media screen and (max-width: 1024px){.header__langs[data-v-1a5c4958]{margin-top:48px}}.header__langs-item[data-v-1a5c4958]{text-transform:uppercase;font-weight:500;font-size:18px;height:40px;width:64px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;text-align:center;color:var(--main-color)}@media screen and (max-width: 1024px){.header__langs-item[data-v-1a5c4958]{color:var(--main-color)!important}}.header__langs-item[data-v-1a5c4958]:hover:not(.active){color:var(--c-primary)}.header__langs-item.active[data-v-1a5c4958]{color:var(--main-color)!important;background:#fff;border:2px solid var(--c-primary);filter:none}@media screen and (max-width: 1024px){.header__right .header__consult-btn[data-v-1a5c4958]{display:none}}.header__right--mob[data-v-1a5c4958]{display:none}@media screen and (max-width: 1024px){.header__right--mob[data-v-1a5c4958]{display:flex;align-items:center;gap:0 10px}}.footer[data-v-18896410]{border-top:1px solid rgb(163,163,163);background:#fff;padding:32px 0}@media screen and (max-width: 767px){.footer[data-v-18896410]{padding:24px 0;border-top:none}}.footer__body[data-v-18896410],.footer__bottom[data-v-18896410]{display:flex;justify-content:space-between}.footer__logo[data-v-18896410]{display:inline-flex;line-height:1px}@media screen and (max-width: 767px){.footer__logo[data-v-18896410]{width:134px}}.footer__logo img[data-v-18896410]{width:234px}@media screen and (max-width: 767px){.footer__body[data-v-18896410]{flex-direction:column-reverse;align-items:center}}.footer__bottom[data-v-18896410]{padding:4px 0;margin-top:24px;font-weight:500}.footer__bottom a[data-v-18896410]{color:var(--main-color)}.footer__bottom a[data-v-18896410]:hover{color:var(--c-primary)}@media screen and (max-width: 767px){.footer__bottom[data-v-18896410]{font-size:14px;color:#a3a3a3;flex-direction:column;align-items:center;margin-top:32px}}.footer__bottom .footer__col[data-v-18896410]{font-size:18px;flex:100 0 0;display:flex}@media screen and (max-width: 767px){.footer__bottom .footer__col[data-v-18896410]:nth-child(1){margin-top:20px}}.footer__bottom .footer__col[data-v-18896410]:nth-child(2){justify-content:center;text-align:center;align-items:flex-end}@media screen and (max-width: 767px){.footer__bottom .footer__col[data-v-18896410]:nth-child(2){margin-top:8px}}.footer__bottom .footer__col[data-v-18896410]:nth-child(3){flex-direction:column;align-items:flex-end;gap:8px 0}@media screen and (max-width: 767px){.footer__bottom .footer__col[data-v-18896410]:nth-child(3){flex-direction:column-reverse;align-items:center}}@media screen and (max-width: 767px){.footer__bottom .footer__col[data-v-18896410]{margin-bottom:8px}.footer__bottom .footer__col[data-v-18896410]:nth-child(3){order:-1}}@media screen and (max-width: 767px){.footer__social[data-v-18896410]{display:none!important}}.footer__partners-certs[data-v-18896410]{display:flex;gap:0 16px}.footer__partners-certs-item-logo[data-v-18896410]{display:inline-block;line-height:1px}.footer__privacy-link[data-v-18896410]{color:#a3a3a3!important;font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;white-space:nowrap}.footer__privacy-link[data-v-18896410]:hover{color:var(--c-primary)!important}.footer__cpr[data-v-18896410]{font-size:16px;color:#a3a3a3}.social[data-v-18896410]{display:flex;gap:0 24px}@media screen and (max-width: 1024px){.social[data-v-18896410]{gap:0;width:100%;max-width:280px;min-width:280px;justify-content:space-between}}.social__item[data-v-18896410]{line-height:1px}.social__link[data-v-18896410]{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1px}@media (hover: hover){.social__link[data-v-18896410]:hover{transform:translateY(-.25rem)}}.breadcrumbs__list[data-v-4274fbf9]{padding:24px 0;display:flex;align-items:center}@media screen and (max-width: 1024px){.breadcrumbs__list[data-v-4274fbf9]{padding:16px 0}}.breadcrumbs__item[data-v-4274fbf9]{white-space:nowrap;position:relative;font-size:14px}@media screen and (max-width: 1024px){.breadcrumbs__item[data-v-4274fbf9]{font-size:12px}}.breadcrumbs__item[data-v-4274fbf9]:not(:first-child){margin-left:20px;padding-left:32px}@media screen and (max-width: 1024px){.breadcrumbs__item[data-v-4274fbf9]:not(:first-child){margin-left:14px;padding-left:20px}}.breadcrumbs__item[data-v-4274fbf9]:not(:first-child):before{content:"";position:absolute;left:0;top:0;width:12px;height:100%;background-image:url('data:image/svg+xml,<svg width="9" height="12" viewBox="0 0 9 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.4 1.49667L8.2 6L0.399999 10.5033L0.4 1.49667Z" stroke="%23080808" stroke-width="0.8"/></svg>');background-repeat:no-repeat;background-position:center;background-size:contain}@media screen and (max-width: 1024px){.breadcrumbs__item[data-v-4274fbf9]:not(:first-child):before{width:8px}}.breadcrumbs__link[data-v-4274fbf9]{color:var(--main-color)}.breadcrumbs__link--current[data-v-4274fbf9],.breadcrumbs__link[data-v-4274fbf9]:hover{color:var(--c-primary)}.popup__success{text-align:center;max-width:410px;margin:auto}.popup__success-title{font-size:26px;font-weight:600;line-height:36px}@media screen and (max-width: 767px){.popup__success-title{font-size:18px;line-height:24px}}.popup__success-title .sticker{text-transform:uppercase;letter-spacing:-.3513861299px;font-weight:600;padding-top:.35rem;padding-bottom:.35rem;border-radius:16px;border-width:2px;transform:rotate(-5.95deg)}@media screen and (max-width: 767px){.popup__success-title .sticker{font-size:18px}}.popup__success-text{font-size:26px;font-weight:500;line-height:36px}@media screen and (max-width: 767px){.popup__success-text{margin-top:8px;font-size:18px;line-height:24px}}.popup__success-btn{margin-top:24px;width:100%}.input-phone[data-v-b6c6f5ff] .field{margin-top:0!important}.input-phone[data-v-b6c6f5ff] .field-before{padding-right:0;margin-right:-.5rem}.input-phone[data-v-b6c6f5ff] .field-prepend{height:50px;padding-top:1.1rem;padding-right:0;margin-right:.25rem;margin-left:0;cursor:text}.input-phone[data-v-b6c6f5ff] .field-prepend label{display:block;cursor:text}.input-phone[data-v-b6c6f5ff] .field .a-select{height:50px;cursor:pointer}.input-phone[data-v-b6c6f5ff] .field .a-select-inner{padding-left:0;padding-bottom:.2rem}.input-phone[data-v-b6c6f5ff] .field .a-select-icon{margin-top:16px}.input-phone[data-v-b6c6f5ff] .field .a-select img{min-width:20px}.input-phone[data-v-b6c6f5ff] .input{padding-top:.98rem}.popup__success-title[data-v-bb640dac]{font-size:24px}.popup__success-text[data-v-bb640dac]{font-size:20px;line-height:28px;margin-top:1rem}.video[data-v-c4842d38]{position:relative}.video__inner[data-v-c4842d38]{position:relative;border-radius:24px;overflow:hidden;height:0;padding-bottom:46%;z-index:2}@media screen and (max-width: 1024px){.video__inner[data-v-c4842d38]{border-radius:18px;padding-bottom:55%}}@media screen and (max-width: 767px){.video__inner[data-v-c4842d38]{border-radius:14px;padding-bottom:82%;box-shadow:2px 2px 50px #00000026;outline:2px solid rgba(102,102,102,.5)}}.video__inner iframe[data-v-c4842d38]{position:absolute;left:0;top:0;width:100%;height:100%}.video__inner video[data-v-c4842d38]{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;max-width:initial;margin:auto;background:#000}.video__inner .a-btn[data-v-c4842d38]{position:absolute;z-index:3;width:130px;height:130px;border-radius:50%;background:#fff;margin:auto;left:0;top:0;right:0;bottom:0;pointer-events:none;color:#122544}@media screen and (max-width: 767px){.video__inner .a-btn[data-v-c4842d38]{width:74px;height:74px}.video__inner .a-btn svg[data-v-c4842d38]{width:28px;height:28px}}.video__inner .a-btn svg[data-v-c4842d38]{stroke:currentColor}.video__inner:hover .a-btn[data-v-c4842d38]{color:var(--c-primary);transform:scale(1.075)}.video__overlay[data-v-c4842d38]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;cursor:pointer;background:#0F0E0E;opacity:.4}.popup__video[data-v-632de734] .video__overlay,.popup__video[data-v-632de734] .video .a-btn{display:none}.vue-slider-dot{position:absolute;-webkit-transition:all 0s;transition:all 0s;z-index:5}.vue-slider-dot:focus{outline:none}.vue-slider-dot-tooltip{position:absolute;visibility:hidden}.vue-slider-dot-hover:hover .vue-slider-dot-tooltip,.vue-slider-dot-tooltip-show{visibility:visible}.vue-slider-dot-tooltip-top{top:-10px;left:50%;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.vue-slider-dot-tooltip-bottom{bottom:-10px;left:50%;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.vue-slider-dot-tooltip-left{left:-10px;top:50%;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.vue-slider-dot-tooltip-right{right:-10px;top:50%;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.vue-slider-marks{position:relative;width:100%;height:100%}.vue-slider-mark{position:absolute;z-index:1}.vue-slider-ltr .vue-slider-mark,.vue-slider-rtl .vue-slider-mark{width:0;height:100%;top:50%}.vue-slider-ltr .vue-slider-mark-step,.vue-slider-rtl .vue-slider-mark-step{top:0}.vue-slider-ltr .vue-slider-mark-label,.vue-slider-rtl .vue-slider-mark-label{top:100%;margin-top:10px}.vue-slider-ltr .vue-slider-mark{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vue-slider-ltr .vue-slider-mark-step{left:0}.vue-slider-ltr .vue-slider-mark-label{left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}.vue-slider-rtl .vue-slider-mark{-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.vue-slider-rtl .vue-slider-mark-step{right:0}.vue-slider-rtl .vue-slider-mark-label{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}.vue-slider-ttb .vue-slider-mark,.vue-slider-btt .vue-slider-mark{width:100%;height:0;left:50%}.vue-slider-ttb .vue-slider-mark-step,.vue-slider-btt .vue-slider-mark-step{left:0}.vue-slider-ttb .vue-slider-mark-label,.vue-slider-btt .vue-slider-mark-label{left:100%;margin-left:10px}.vue-slider-btt .vue-slider-mark{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.vue-slider-btt .vue-slider-mark-step{top:0}.vue-slider-btt .vue-slider-mark-label{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vue-slider-ttb .vue-slider-mark{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vue-slider-ttb .vue-slider-mark-step{bottom:0}.vue-slider-ttb .vue-slider-mark-label{bottom:50%;-webkit-transform:translateY(50%);transform:translateY(50%)}.vue-slider-mark-step,.vue-slider-mark-label{position:absolute}.vue-slider{position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;-webkit-tap-highlight-color:rgba(0,0,0,0)}.vue-slider-rail{position:relative;width:100%;height:100%;-webkit-transition-property:width,height,left,right,top,bottom;transition-property:width,height,left,right,top,bottom}.vue-slider-process{position:absolute;z-index:1}.vue-slider-disabled{opacity:.5;cursor:not-allowed}.vue-slider-rail{background-color:#ccc;border-radius:15px}.vue-slider-process{background-color:#3498db;border-radius:15px}.vue-slider-mark{z-index:4}.vue-slider-mark:first-child .vue-slider-mark-step,.vue-slider-mark:last-child .vue-slider-mark-step{display:none}.vue-slider-mark-step{width:100%;height:100%;border-radius:50%;background-color:#00000029}.vue-slider-mark-label{font-size:14px;white-space:nowrap}.vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;box-sizing:border-box;box-shadow:.5px .5px 2px 1px #00000052}.vue-slider-dot-handle-focus{box-shadow:0 0 1px 2px #3498db5c}.vue-slider-dot-handle-disabled{cursor:not-allowed;background-color:#ccc}.vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:2px 5px;min-width:20px;text-align:center;color:#fff;border-radius:5px;border-color:#3498db;background-color:#3498db;box-sizing:content-box}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{top:100%;left:50%;transform:translate(-50%);height:0;width:0;border-color:transparent;border-style:solid;border-width:5px;border-top-color:inherit}.vue-slider-dot-tooltip-inner-bottom:after{bottom:100%;left:50%;transform:translate(-50%);height:0;width:0;border-color:transparent;border-style:solid;border-width:5px;border-bottom-color:inherit}.vue-slider-dot-tooltip-inner-left:after{left:100%;top:50%;transform:translateY(-50%);height:0;width:0;border-color:transparent;border-style:solid;border-width:5px;border-left-color:inherit}.vue-slider-dot-tooltip-inner-right:after{right:100%;top:50%;transform:translateY(-50%);height:0;width:0;border-color:transparent;border-style:solid;border-width:5px;border-right-color:inherit}.vue-slider-dot-tooltip-wrapper{opacity:0;transition:all .3s}.vue-slider-dot-tooltip-wrapper-show{opacity:1}.form-slider[data-v-1d4b1210]{margin:3rem 0;padding-bottom:2.5rem}@media screen and (max-width: 767px){.form-slider[data-v-1d4b1210]{margin:3rem 0 0;padding-bottom:2rem}}.form-slider.budget[data-v-1d4b1210]{margin-bottom:6rem}.form-slider-label[data-v-1d4b1210]{font-size:14px;font-weight:600}.form-slider-wrap[data-v-1d4b1210]{margin-top:1.5rem}.form-slider[data-v-1d4b1210] .vue-slider-process{background-color:var(--c-primary)}.form-slider[data-v-1d4b1210] .vue-slider-mark-step{display:none}.form-slider[data-v-1d4b1210] .vue-slider-mark-label{top:12px;font-size:16px}@media screen and (max-width: 767px){.form-slider[data-v-1d4b1210] .vue-slider-mark-label{font-size:12px}}.form-slider[data-v-1d4b1210] .vue-slider-mark:last-child .vue-slider-mark-label{transform:translate(-70%)}.form-slider[data-v-1d4b1210] .vue-slider-dot{width:32px!important;height:32px!important}.form-slider[data-v-1d4b1210] .vue-slider-dot-handle{box-shadow:none;border:2px solid var(--c-primary)}.form-breakspace[data-v-eda99a48]{height:32px}.a-window.popup__planner-popup{max-width:1000px!important}@media screen and (max-width: 767px){.form-element .a-checkbox{margin-bottom:1rem}.form-element.form-breakspace{height:0}}.form-group-title[data-v-f24f13a5]{margin:2rem 0 1rem;font-size:24px;font-weight:500;color:var(--c-primary)}.main-fields[data-v-f24f13a5]{margin-top:2rem}.contact-fields[data-v-f24f13a5]{margin-top:2rem;margin-bottom:2rem}.row[data-v-f24f13a5]{align-items:flex-end}.form__privacy[data-v-f24f13a5]{margin-top:2rem!important}.popup__close[data-v-cdcbe793]{position:relative;width:48px;height:48px;align-self:flex-end;margin:0;border-radius:50%;color:#fff}@media screen and (max-width: 767px){.popup__close[data-v-cdcbe793]{width:32px;height:32px}.popup__close svg[data-v-cdcbe793]{width:16px;height:16px}}.popup__close[data-v-cdcbe793]:hover{color:var(--c-primary)}.popup__body[data-v-cdcbe793]{margin-top:8px}[data-v-cdcbe793] .popup__title{font-size:40px;font-weight:600;line-height:48px;letter-spacing:-.7528571486px;text-transform:uppercase}@media screen and (max-width: 767px){[data-v-cdcbe793] .popup__title{font-size:28px;line-height:32px}}[data-v-cdcbe793] .popup__text{margin-top:16px;font-size:24px;font-weight:400;line-height:32px}@media screen and (max-width: 767px){[data-v-cdcbe793] .popup__text{margin-top:8px;font-size:16px;line-height:24px}}[data-v-cdcbe793] .popup__form .field{margin-top:1rem}[data-v-cdcbe793] .popup__form .a-select-inner{height:50px;padding-left:0}[data-v-cdcbe793] .popup__form .form__privacy{color:#c4c4c4;font-size:13px;margin-top:18px}@media screen and (max-width: 767px){[data-v-cdcbe793] .popup__form .form__privacy{font-size:12px}}[data-v-cdcbe793] .popup__form .form__privacy a{color:#c4c4c4;text-decoration:underline}[data-v-cdcbe793] .popup__form .form__privacy a:hover{color:var(--c-primary)}[data-v-cdcbe793] .popup__form .form__btn-send{margin-top:18px;width:100%}.popup__video-popup .a-window{padding:0!important;background:transparent;max-width:1200px!important}.popup__cookies[data-v-82408798]{position:fixed;bottom:0;left:0;width:100%;z-index:100}.popup__cookies-inner[data-v-82408798]{background:#fff;padding:32px 0;box-shadow:0 8px 32px #00000014}@media screen and (max-width: 767px){.popup__cookies-inner[data-v-82408798]{padding:16px 0}}.popup__cookies-body[data-v-82408798]{font-size:14px;font-weight:500;line-height:20px}.popup__cookies-footer[data-v-82408798]{margin-top:.5rem;width:100%;display:flex;justify-content:flex-end}.popup__cookies-footer .a-btn[data-v-82408798]{width:180px}.get-call-btn[data-v-be031f87]{width:80px;height:80px;border-radius:50%;background:#fff;color:var(--c-primary);border:2px solid var(--c-primary);pointer-events:all;position:relative;animation:dzin_dzin-be031f87 3s infinite;right:-90px}@media screen and (max-width: 1260px){.get-call-btn[data-v-be031f87]{right:0}}@media screen and (max-width: 1024px){.get-call-btn[data-v-be031f87]{right:0;top:-80px}}@media screen and (max-width: 767px){.get-call-btn[data-v-be031f87]{width:72px;height:72px;top:0}}.get-call-btn svg[data-v-be031f87]{width:48px;height:48px}@media screen and (max-width: 767px){.get-call-btn svg[data-v-be031f87]{width:42px;height:42px}}.get-call-btn[data-v-be031f87]:before,.get-call-btn[data-v-be031f87]:after{filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.get-call-btn-center[data-v-be031f87]{position:absolute;pointer-events:none;z-index:2;width:8px;height:8px;top:0;left:0;right:0;bottom:0;margin:auto}.get-call-btn-center[data-v-be031f87]:before,.get-call-btn-center[data-v-be031f87]:after{content:"";position:absolute;display:block;width:8px;height:8px;border-radius:50%;left:0;top:0;right:0;bottom:0;box-sizing:border-box;margin:auto;transition:inherit;background:rgba(0,98,255,.5);transform-origin:center;transform:scale(0);opacity:.75}.get-call-btn-center[data-v-be031f87]:before{animation:pulse-be031f87 5s ease 0s infinite}.get-call-btn-center[data-v-be031f87]:after{animation:pulse_2-be031f87 5s ease .75s infinite}.get-call-btn[data-v-be031f87]:hover{transform:scale(1.1)}.get-call-btn-wrap[data-v-be031f87]{position:fixed;left:0;width:100%;z-index:10;pointer-events:none;bottom:8%}.get-call-btn-wrap .container[data-v-be031f87]{position:relative;display:flex;justify-content:flex-end}@keyframes dzin_dzin-be031f87{0%{transform:translate(-2px)}5%{transform:translate(2px)}10%{transform:translate(-2px)}15%{transform:translate(2px)}20%{transform:translate(0)}to{transform:translate(0)}}@keyframes pulse-be031f87{0%{opacity:.75;transform:scale(0)}70%{transform:scale(15)}75%{opacity:0}to{opacity:0}}@keyframes pulse_2-be031f87{0%{opacity:.75;transform:scale(0)}75%{transform:scale(15)}80%{opacity:0}to{opacity:0}}.contacts__hero[data-v-499dd528]{margin-top:-50px;margin-bottom:-100px}@media screen and (max-width: 1024px){.contacts__hero[data-v-499dd528]{margin-bottom:-50px}}@media screen and (max-width: 767px){.contacts__hero[data-v-499dd528]{margin-top:0;margin-bottom:-30px}}.contacts__hero img[data-v-499dd528]{width:100%;height:auto}.contacts__items[data-v-499dd528]{display:flex;gap:0 42px}@media screen and (max-width: 1024px){.contacts__items[data-v-499dd528]{gap:0 24px}}@media screen and (max-width: 767px){.contacts__items[data-v-499dd528]{flex-direction:column;gap:40px 0;align-items:center}}.contacts__item[data-v-499dd528]{width:33.333333%;text-align:center;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 767px){.contacts__item[data-v-499dd528]{width:100%}.contacts__item--address[data-v-499dd528]{order:3}.contacts__item--phone[data-v-499dd528]{order:1}.contacts__item--telegram[data-v-499dd528]{order:2}}.contacts__item-icon[data-v-499dd528]{width:64px;height:64px}@media screen and (max-width: 767px){.contacts__item-icon[data-v-499dd528]{width:48px;height:48px}}.contacts__item-icon img[data-v-499dd528]{object-fit:contain;object-position:center;width:100%;height:100%}.contacts__item-text[data-v-499dd528]{margin-top:16px;max-width:340px;color:var(--c-primary);text-decoration:underline;text-underline-offset:4px;font-size:20px}@media screen and (max-width: 1024px){.contacts__item-text[data-v-499dd528]{font-size:16px}}@media screen and (max-width: 767px){.contacts__item-text[data-v-499dd528]{max-width:initial}}.contacts__item-text a[data-v-499dd528]{color:var(--c-primary);text-decoration:inherit}.map[data-v-499dd528]{border-radius:15px;overflow:hidden}@media screen and (max-width: 767px){.map[data-v-499dd528]{border-radius:0}}@media screen and (max-width: 767px){.map-section[data-v-499dd528] .container{padding:0}}.map__inner[data-v-499dd528]{position:relative;height:0;padding-bottom:47%}@media screen and (max-width: 767px){.map__inner[data-v-499dd528]{padding-bottom:62%}}.map__inner iframe[data-v-499dd528]{position:absolute;left:0;top:0;width:100%;height:100%}.info[data-v-18baba61]{margin-bottom:120px}@media screen and (max-width: 1024px){.info[data-v-18baba61]{margin-bottom:56px}}@media screen and (max-width: 1024px){.info h1[data-v-18baba61]{font-size:1.6rem}}@media screen and (max-width: 767px){.info h1[data-v-18baba61]{font-size:1.3rem}}.not-found[data-v-69dc2bb9]{min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 0}.not-found__title[data-v-69dc2bb9]{font-weight:600;font-size:340px;line-height:1}@media screen and (max-width: 1024px){.not-found__title[data-v-69dc2bb9]{font-size:280px}}@media screen and (max-width: 767px){.not-found__title[data-v-69dc2bb9]{font-size:120px}}.not-found .sticker[data-v-69dc2bb9]{font-weight:700;font-size:52px;color:var(--c-primary);text-transform:uppercase;transform:rotate(4deg) translateY(-60px)}@media screen and (max-width: 1024px){.not-found .sticker[data-v-69dc2bb9]{font-size:52px;transform:rotate(4deg) translateY(-50px)}}@media screen and (max-width: 767px){.not-found .sticker[data-v-69dc2bb9]{font-size:30px;transform:rotate(4deg) translateY(-20px)}}.layout--home[data-v-14553c6b],.layout--service[data-v-14553c6b]{margin-top:-65px}.layout--home .breadcrumbs[data-v-14553c6b],.layout--service .breadcrumbs[data-v-14553c6b]{top:65px;left:0;width:100%;position:absolute;background:transparent;z-index:1}.layout--home .breadcrumbs[data-v-14553c6b] .breadcrumbs__item:before,.layout--service .breadcrumbs[data-v-14553c6b] .breadcrumbs__item:before{filter:invert(1)}.layout--home .breadcrumbs[data-v-14553c6b] .breadcrumbs__link:not(.breadcrumbs__link--current),.layout--service .breadcrumbs[data-v-14553c6b] .breadcrumbs__link:not(.breadcrumbs__link--current){color:#fff}.layout--home .breadcrumbs[data-v-14553c6b] .breadcrumbs__link:hover,.layout--service .breadcrumbs[data-v-14553c6b] .breadcrumbs__link:hover{color:var(--c-primary)}[data-v-14553c6b] .header-transparent{background:transparent}[data-v-14553c6b] .header-transparent .header__logo{filter:brightness(0) invert(1)}[data-v-14553c6b] .header-transparent .header__menu-item>.a-item{color:#fff}[data-v-14553c6b] .header-transparent .header__menu-item>.a-item:hover{color:var(--c-primary)}[data-v-14553c6b] .header-transparent .header__menu-btn,[data-v-14553c6b] .header-transparent .header__langs-item{color:#fff}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}.section[data-v-722c4e56]{margin:120px 0}@media screen and (max-width: 1024px){.section[data-v-722c4e56]{margin:56px 0}}.section__header[data-v-722c4e56]{margin-bottom:56px}@media screen and (max-width: 1024px){.section__header[data-v-722c4e56]{margin-bottom:32px}}.section--fullwidth .section__body .container[data-v-722c4e56]{width:100%;max-width:initial}.section--columns .section__body-row[data-v-722c4e56]{justify-content:center}.section--columns .section__body .container[data-v-722c4e56]{width:100%;max-width:initial}.section--columns .section__col[data-v-722c4e56]{display:flex;width:50%}@media screen and (max-width: 767px){.section--columns .section__col[data-v-722c4e56]{width:100%}.section--columns .section__col[data-v-722c4e56] img{margin:0!important}}.section--columns .section__col--1[data-v-722c4e56]{justify-content:flex-end}.section--columns .section__col--2[data-v-722c4e56]{justify-content:flex-start}.section--columns .section__col-inner[data-v-722c4e56]{width:100%;max-width:564px}.section--columns .section__col-inner.no_container[data-v-722c4e56]{width:100%;max-width:initial;overflow:hidden}@media screen and (max-width: 1024px){.section--columns .section__col-inner.no_container--1[data-v-722c4e56]{position:relative;left:-20px}}@media screen and (max-width: 767px){.section--columns .section__col-inner.no_container--1[data-v-722c4e56]{left:initial}}@media screen and (max-width: 1024px){.section--columns .section__col-inner.no_container--2[data-v-722c4e56]{position:relative;right:-20px}}@media screen and (max-width: 767px){.section--columns .section__col-inner.no_container--2[data-v-722c4e56]{right:initial}}.section--columns .section__col-content[data-v-722c4e56]>*:first-child{margin-top:0!important}.section.reverse .section__body-row[data-v-722c4e56]{flex-direction:row-reverse}@media screen and (max-width: 767px){.section.reverse .section__body-row[data-v-722c4e56]{flex-direction:column-reverse}}.section.margin--small[data-v-722c4e56]{margin-top:-80px}@media screen and (max-width: 1024px){.section.margin--small[data-v-722c4e56]{margin-top:56px}}.section[data-v-722c4e56] .section__title{margin:0 auto;font-size:64px;line-height:78px;font-weight:600;text-transform:uppercase;text-align:center;max-width:1000px}@media screen and (max-width: 1024px){.section[data-v-722c4e56] .section__title{font-size:32px;line-height:42px}}@media screen and (max-width: 767px){.section[data-v-722c4e56] .section__title{font-size:26px;line-height:32px}}.section[data-v-722c4e56] .section__title .sticker{padding-top:12px;padding-bottom:12px;font-size:48px;font-weight:700;top:-6px}@media screen and (max-width: 1024px){.section[data-v-722c4e56] .section__title .sticker{font-size:36px}}@media screen and (max-width: 767px){.section[data-v-722c4e56] .section__title .sticker{font-size:22px;padding-top:8px;padding-bottom:8px}}.section__description[data-v-722c4e56]{text-align:center;margin-top:32px;font-size:16px;font-weight:500;max-width:800px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1024px){.section__description[data-v-722c4e56]{max-width:600px;margin-top:24px;font-size:16px}}@media screen and (max-width: 767px){.section__description[data-v-722c4e56]{margin-top:12px;font-size:16px}}.section__body-row[data-v-722c4e56]{display:flex;gap:0 72px}@media screen and (max-width: 767px){.section__body-row.reverse_mobile[data-v-722c4e56]{flex-direction:column-reverse}}.section__body-row.grid-4-8 .section__col--1[data-v-722c4e56]{flex:66 0 0}.section__body-row.grid-4-8 .section__col--1 .section__col-inner[data-v-722c4e56]{max-width:420px}.section__body-row.grid-4-8 .section__col--2 .section__col-inner[data-v-722c4e56],.section__body-row.grid-8-4 .section__col--1 .section__col-inner[data-v-722c4e56]{max-width:708px}.section__body-row.grid-8-4 .section__col--2[data-v-722c4e56]{flex:66 0 0}.section__body-row.grid-8-4 .section__col--2 .section__col-inner[data-v-722c4e56]{max-width:420px}@media screen and (max-width: 1024px){.section__body-row[data-v-722c4e56]{gap:0 32px}}@media screen and (max-width: 767px){.section__body-row[data-v-722c4e56]{flex-direction:column;gap:40px 0}}.section__col[data-v-722c4e56]{width:100%;flex:100 0 0}.section__col-inner[data-v-722c4e56]{height:100%}.section__col-inner.flex>*[data-v-722c4e56]{height:auto}.section__col-inner.v-bottom[data-v-722c4e56]{align-items:flex-end}.section__col-content[data-v-722c4e56]{position:relative;height:100%}.section__col-content--fullwidth[data-v-722c4e56]{width:100%!important;max-width:initial!important}.section__col-content--fullwidth[data-v-722c4e56] h2{max-width:initial!important}.section__col-content[data-v-722c4e56] img{height:auto}.section__col-content[data-v-722c4e56] video{width:auto;max-width:100%;height:auto}.section__col-content[data-v-722c4e56] a{color:var(--c-primary);text-decoration:underline}.section__col-content[data-v-722c4e56] a:hover{text-decoration:none}.section__col-content[data-v-722c4e56] .sticker-item{font-size:26px;line-height:32px;font-weight:500;margin-top:28px;display:flex;align-items:center;gap:0 16px}@media screen and (max-width: 1024px){.section__col-content[data-v-722c4e56] .sticker-item{font-size:18px;line-height:24px;margin-top:20px}}@media screen and (max-width: 767px){.section__col-content[data-v-722c4e56] .sticker-item{font-size:16px;line-height:20px}}.section__col-content[data-v-722c4e56] .sticker-item .sticker{font-weight:700;font-size:52px;line-height:42px;padding:12px 26px}@media screen and (max-width: 1024px){.section__col-content[data-v-722c4e56] .sticker-item .sticker{font-size:26px;line-height:28px;padding:8px 20px}}@media screen and (max-width: 767px){.section__col-content[data-v-722c4e56] .sticker-item .sticker{font-size:22px;line-height:20px;padding:8px 12px}}.section__col-content[data-v-722c4e56] h1,.section__col-content[data-v-722c4e56] h2{max-width:994px}.section__footer[data-v-722c4e56]{margin-top:56px}@media screen and (max-width: 1024px){.section__footer[data-v-722c4e56]{margin-top:32px}}.section__footer-row[data-v-722c4e56]{display:grid}[data-v-722c4e56] .spoiler-body{display:none;transition:all .3s ease 0s}[data-v-722c4e56] .spoiler-actions{margin-top:10px}[data-v-722c4e56] .spoiler-btn{cursor:pointer;font-size:24px;color:var(--c-primary);font-weight:500;position:relative;display:inline-flex;align-items:center;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent}@media screen and (max-width: 1024px){[data-v-722c4e56] .spoiler-btn{font-size:18px}}@media screen and (max-width: 767px){[data-v-722c4e56] .spoiler-btn{font-size:14px}}[data-v-722c4e56] .spoiler-btn:after{content:"";margin-left:16px;display:inline-flex;align-items:center;width:32px;height:32px;background-image:url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26 12L15.5 23L5 12" stroke="%230062FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:contain;background-repeat:no-repeat;transition:all .3s ease 0s}@media screen and (max-width: 1024px){[data-v-722c4e56] .spoiler-btn:after{width:24px;height:24px;position:relative;top:-1px}}[data-v-722c4e56] .spoiler.active .spoiler-btn:after{transform:rotate(180deg)}.hero-logo[data-v-bad851b5]{display:flex;gap:0 1.5rem;justify-content:space-between;width:100%;margin-bottom:28px}@media screen and (max-width: 767px){.hero-logo[data-v-bad851b5]{display:none}}.hero__hightlight[data-v-f9ca5942]{position:absolute;left:5%;top:0;width:80%;height:75%;filter:blur(200px);background:rgba(255,255,255,.55);border-radius:50%;mix-blend-mode:overlay;pointer-events:none}.hero__hightlight--2[data-v-f9ca5942]{width:90%;height:0;padding-bottom:90%;background:rgba(255,255,255,.95);left:-10%;top:10%;filter:blur(150px)}.hero__inner[data-v-f9ca5942]{min-height:600px;color:#fcfcfc;display:flex;align-items:stretch;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:linear-gradient(180deg,#000d49 4.64%,#001987 100%);position:relative}.hero__inner--blur[data-v-f9ca5942]:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero__inner--small[data-v-f9ca5942]{height:500px;min-height:500px}@media screen and (max-width: 1024px){.hero__inner--small[data-v-f9ca5942]{height:390px;min-height:390px}}@media screen and (max-width: 767px){.hero__inner--small[data-v-f9ca5942]{height:300px;min-height:300px}}.hero__inner--small .hero__content[data-v-f9ca5942]{padding-top:0}.hero__inner--small .hero__title[data-v-f9ca5942] span{padding-top:8px;padding-bottom:8px;font-size:40px;font-weight:600;color:var(--main-color);transform:none}@media screen and (max-width: 767px){.hero__inner--small .hero__title[data-v-f9ca5942] span{font-size:36px;font-weight:600}}.hero__inner--small .hero__content[data-v-f9ca5942]{justify-content:center}.hero .container[data-v-f9ca5942]{display:flex;align-items:center;justify-content:center}.hero__content[data-v-f9ca5942]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:100px;position:relative;width:100%}@media screen and (max-width: 1024px){.hero__content[data-v-f9ca5942]{height:100%;justify-content:space-between;padding-top:12vh;padding-bottom:60px;max-width:728px;margin:0 auto;max-height:950px}}@media screen and (max-width: 767px){.hero__content[data-v-f9ca5942]{padding-bottom:20px}}.hero__content-row[data-v-f9ca5942]{display:flex;gap:0 80px;align-items:center}.hero__content-col[data-v-f9ca5942]{width:50%;position:relative}.hero__content-col--1[data-v-f9ca5942]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:90px;pointer-events:none;background:linear-gradient(180deg,rgba(1,23,124,0) 0%,#011987 100%)}.hero__content-col .hero__image[data-v-f9ca5942]{max-width:initial;line-height:1px}.hero__title[data-v-f9ca5942]{text-align:center;font-size:60px;max-width:950px;margin:0;padding:0;line-height:1.2;text-transform:uppercase;font-weight:600}@media screen and (max-width: 767px){.hero__title[data-v-f9ca5942]{font-size:36px}}.hero__text[data-v-f9ca5942]{text-align:center;margin-top:2rem;font-size:18px;line-height:28px;max-width:782px;font-weight:500}@media screen and (max-width: 767px){.hero__text[data-v-f9ca5942]{font-size:15px;font-weight:400;line-height:1.4;margin-top:1rem}}.hero__image[data-v-f9ca5942]{line-height:1px;margin-top:1.5rem;max-width:450px;flex:100 0 0;display:flex;align-items:flex-end}@media screen and (max-width: 767px){.hero__image[data-v-f9ca5942]{width:60%;align-self:flex-start}}.hero__image img[data-v-f9ca5942]{height:auto}.hero__video[data-v-f9ca5942]{position:absolute;right:12%;top:55%;max-width:225px;text-align:center}@media screen and (max-width: 1024px){.hero__video[data-v-f9ca5942]{top:45%;right:20px}}@media screen and (max-width: 767px){.hero__video[data-v-f9ca5942]{top:60%;max-width:140px}}.hero__video-btn[data-v-f9ca5942]{width:108px;height:108px;border-radius:50%}@media screen and (max-width: 767px){.hero__video-btn[data-v-f9ca5942]{width:60px;height:60px}.hero__video-btn svg[data-v-f9ca5942]{width:20px;height:20px}}.hero__video-btn[data-v-f9ca5942]:hover{transform:scale(1.1)}.hero__video-text[data-v-f9ca5942]{margin-top:20px}@media screen and (max-width: 767px){.hero__video-text[data-v-f9ca5942]{margin-top:12px;font-size:10px}}.hero__info[data-v-f9ca5942]{display:flex;justify-content:space-between;width:100%;max-width:930px;margin-top:3vw}@media screen and (max-width: 767px){.hero__info[data-v-f9ca5942]{flex-wrap:wrap;gap:32px 0;margin-top:1rem}}.hero__info-item[data-v-f9ca5942]{font-weight:700;text-align:center;color:#fcfcfc;position:relative;display:none}@media screen and (min-width: 768px){.hero__info-item--desktop[data-v-f9ca5942]{display:block}}@media screen and (max-width: 767px){.hero__info-item--mobile[data-v-f9ca5942]{display:block}}@media screen and (max-width: 767px){.hero__info-item[data-v-f9ca5942]{width:50%}.hero__info-item[data-v-f9ca5942]:nth-child(odd){transform:translate(-10px)}.hero__info-item:nth-child(2n) .hero__info-item-left[data-v-f9ca5942]{transform:translate(50%)}}.hero__info-item-inner[data-v-f9ca5942]{display:flex;align-items:center}.hero__info-item-inner:hover .a-btn[data-v-f9ca5942]{transform:translate(.3rem)}@media screen and (max-width: 767px){.hero__info-item-inner[data-v-f9ca5942]{justify-content:center}}@media screen and (max-width: 767px){.hero__info-item-left[data-v-f9ca5942]{max-width:110px}}.hero__info-item-right[data-v-f9ca5942]{margin-left:22px}@media screen and (max-width: 767px){.hero__info-item-right[data-v-f9ca5942]{margin-left:8px;width:40px}}.hero__info-item-right .a-btn[data-v-f9ca5942]{width:48px;height:48px;padding:0;pointer-events:none}@media screen and (max-width: 767px){.hero__info-item-right .a-btn[data-v-f9ca5942]{width:32px;height:32px}.hero__info-item-right .a-btn svg[data-v-f9ca5942]{width:24px}}.hero__info-item-title[data-v-f9ca5942]{font-size:60px;line-height:1;color:#fcfcfc;white-space:normal}@media screen and (max-width: 767px){.hero__info-item-title[data-v-f9ca5942]{font-size:40px}}.hero__info-item-text[data-v-f9ca5942]{font-size:14px;color:#fcfcfc;white-space:nowrap;text-transform:uppercase}@media screen and (max-width: 767px){.hero__info-item-text[data-v-f9ca5942]{font-size:10px}}.hero__btn[data-v-f9ca5942]{width:100%;max-width:400px;margin-top:3vw}@media screen and (max-width: 767px){.hero__btn[data-v-f9ca5942]{margin-top:2rem}}.hero--1 .hero__title[data-v-f9ca5942] span{font-size:52px;display:inline-block;padding:4px 40px;border-radius:34px;border:3px solid var(--c-primary);background:#fff;color:var(--c-primary);line-height:1;transform:rotate(5deg) translate(-1.9vw);z-index:1;position:relative}@media screen and (max-width: 1024px){.hero--1 .hero__title[data-v-f9ca5942] span{transform:rotate(-6deg) translate(2rem)}}@media screen and (max-width: 767px){.hero--1 .hero__title[data-v-f9ca5942] span{font-size:32px;padding:4px 16px;margin:0 -16px 0 0;transform:rotate(-6deg) translate(0)}}.hero--2 .hero__inner[data-v-f9ca5942]{min-height:705px}@media screen and (max-width: 767px){.hero--2 .hero__inner[data-v-f9ca5942]{min-height:600px}}@media screen and (max-width: 767px){.hero--2 .hero__content-col--1[data-v-f9ca5942]{margin-top:16px;padding-bottom:50px}}@media screen and (max-width: 767px){.hero--2 .hero__content-col--2[data-v-f9ca5942]{position:initial}}.hero--2 .hero__title[data-v-f9ca5942]{font-weight:600;font-size:48px;text-align:left;line-height:58px;max-width:520px}@media screen and (max-width: 767px){.hero--2 .hero__title[data-v-f9ca5942]{max-width:initial;font-size:36px;line-height:52px;text-align:center}}.hero--2 .hero__title span[data-v-f9ca5942]{font-size:72px}.hero--2 .hero__title[data-v-f9ca5942] span{color:#0062ff;font-weight:600;text-transform:uppercase;letter-spacing:-4px;font-size:72px;line-height:88px}.hero--2 .hero__desc[data-v-f9ca5942]{display:flex;margin-top:24px;width:100%;align-items:center}.hero--2 .hero__text[data-v-f9ca5942]{font-size:16px;color:#d0e2ff;font-weight:500;text-align:left;margin-top:24px;max-width:460px}@media screen and (max-width: 767px){.hero--2 .hero__text[data-v-f9ca5942]{font-size:14px;font-weight:400;text-align:center}}.hero--2 .hero__btn[data-v-f9ca5942]{margin-top:24px;background:#fff;color:#006eff!important;border:1px solid #0070ff;font-weight:600;max-width:236px;font-size:16px;height:48px;min-height:48px}@media screen and (max-width: 767px){.hero--2 .hero__btn[data-v-f9ca5942]{width:100%;max-width:initial}.hero--2 .hero__btn-wrap[data-v-f9ca5942]{position:absolute;bottom:20px;width:100%;left:0}}.hero--2 .hero__btn[data-v-f9ca5942]:hover{color:#fff!important;background:var(--c-primary);border-color:var(--c-primary)}.hero--2 .hero__content[data-v-f9ca5942],.hero--2 .hero__content-row[data-v-f9ca5942]{height:100%}@media screen and (max-width: 767px){.hero--2 .hero__content-row[data-v-f9ca5942]{position:relative;flex-direction:column-reverse}}.hero--2 .hero__content-col[data-v-f9ca5942]{height:100%}@media screen and (max-width: 767px){.hero--2 .hero__content-col[data-v-f9ca5942]{width:100%}}.hero--2 .hero__content-col--1[data-v-f9ca5942]{display:flex;align-items:flex-end}.hero--2 .hero__content-col--2[data-v-f9ca5942]{display:flex;flex-direction:column;justify-content:center}.hero--2 .hero__image[data-v-f9ca5942]{margin-top:0;height:100%}.hero--2 .hero__image img[data-v-f9ca5942]{max-height:540px;width:auto}.hero--2 .hero__video[data-v-f9ca5942]{top:auto;bottom:10%;right:8%}@media screen and (max-width: 767px){.hero--2 .hero__video[data-v-f9ca5942]{bottom:48%}.hero--2 .hero__video .a-btn[data-v-f9ca5942]{width:80px;height:80px}}.hero--2.is-home .hero__content[data-v-f9ca5942]{align-items:flex-end}@media screen and (max-width: 767px){.hero--2.is-home .hero__content[data-v-f9ca5942]{padding-top:100px;padding-bottom:40px}}.hero--2.is-home .hero__title[data-v-f9ca5942]{max-width:750px;text-align:right;text-transform:initial}@media screen and (max-width: 767px){.hero--2.is-home .hero__title[data-v-f9ca5942]{text-align:center;font-size:46px;max-width:100%;line-height:56px}.hero--2.is-home .hero__title[data-v-f9ca5942] span{font-size:58px;line-height:80px}}.hero--2.is-home .hero__desc[data-v-f9ca5942]{max-width:740px;gap:0 20px}@media screen and (max-width: 767px){.hero--2.is-home .hero__desc[data-v-f9ca5942]{flex-direction:column}}.hero--2.is-home .hero__text[data-v-f9ca5942]{max-width:400px;margin-top:0;font-weight:400}@media screen and (max-width: 767px){.hero--2.is-home .hero__text[data-v-f9ca5942]{text-align:center}}.hero--2.is-home .hero__btn[data-v-f9ca5942]{margin-top:0}@media screen and (max-width: 767px){.hero--2.is-home .hero__btn[data-v-f9ca5942]{margin-top:24px}}.clients-slider-section[data-v-06bf97f6]{position:relative;z-index:3}.clients-slider-section[data-v-06bf97f6] .section__body .container{width:100%;max-width:100%}@media screen and (max-width: 1024px){.clients-slider-section[data-v-06bf97f6] .section__body .container{padding:0}}[data-v-06bf97f6] .swiper .swiper-wrapper{transition-timing-function:linear}.client-slide__inner[data-v-06bf97f6]{height:80px;display:flex;align-items:center;justify-content:center;text-align:center}.client-slide__img[data-v-06bf97f6]{object-fit:contain;width:100%;height:100%;filter:grayscale(1);opacity:.6;transition:all .3s ease 0s}.client-slide__img[data-v-06bf97f6]:hover{opacity:1;filter:none}.form-section[data-v-a2913b06]{margin-top:0;overflow:hidden;padding-top:60px;position:relative}@media screen and (max-width: 1024px){.form-section[data-v-a2913b06]{margin-top:56px;padding-top:0}}.form-section[data-v-a2913b06]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:33%;pointer-events:none;background:linear-gradient(180deg,rgba(230,240,255,0) 0%,rgba(230,240,255,.00801574) 7.71%,rgba(230,240,255,.0310426) 14.13%,rgba(230,240,255,.06755) 19.46%,rgba(230,240,255,.116007) 23.88%,rgba(230,240,255,.174884) 27.59%,rgba(230,240,255,.24265) 30.79%,rgba(230,240,255,.317774) 33.65%,rgba(230,240,255,.398726) 36.39%,rgba(230,240,255,.483975) 39.17%,rgba(230,240,255,.571991) 42.21%,rgba(230,240,255,.661243) 45.69%,rgba(230,240,255,.7502) 49.79%,rgba(230,240,255,.837332) 54.72%,rgba(230,240,255,.921109) 60.67%,#E6F0FF 67.82%)}.form-section__media[data-v-a2913b06]{width:100%;position:relative;line-height:1px}.form-section__media[data-v-a2913b06]:before{content:"";position:absolute;left:0;top:0;width:100%;height:0;padding-bottom:100%;border-radius:50%;background:#000;z-index:0;background:rgba(3,99,252,.14);filter:blur(40px)}.form-section__media img[data-v-a2913b06]{position:relative}.form-section .section__title[data-v-a2913b06]{font-weight:600;text-transform:uppercase;font-size:40px;line-height:32px;margin:0;max-width:550px;text-align:left}@media screen and (max-width: 1024px){.form-section .section__title[data-v-a2913b06]{text-align:center;font-size:32px;max-width:500px}}@media screen and (max-width: 767px){.form-section .section__title[data-v-a2913b06]{font-size:26px}}.form-section .section__description[data-v-a2913b06]{margin-top:24px;font-size:20px;max-width:500px}@media screen and (max-width: 1024px){.form-section .section__description[data-v-a2913b06]{font-size:16px;text-align:center}}@media screen and (max-width: 767px){.form-section .section__description[data-v-a2913b06]{margin-top:16px}}.form-section .section__description[data-v-a2913b06] b,.form-section .section__description[data-v-a2913b06] strong{color:var(--c-primary)}.form-section[data-v-a2913b06] .section__col--1 .section__col-content{position:relative;z-index:1}@media screen and (max-width: 1024px){.form-section[data-v-a2913b06] .section__col--1 .section__col-content{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width: 1024px){.form-section[data-v-a2913b06] .section__col--2{display:none}}.form-section[data-v-a2913b06] .section__body{background:rgba(0,98,255,.1);padding:52px 0;border-radius:10px}.form-section[data-v-a2913b06] .section__title .sticker{font-size:inherit;transform:rotate(-3.25deg) translateY(2px)}.form-section__send-btn[data-v-a2913b06]{width:100%;max-width:344px;margin-top:32px}@media screen and (max-width: 1024px){.form-section__send-btn[data-v-a2913b06]{max-width:initial}}.form[data-v-a2913b06]{max-width:532px}.form[data-v-a2913b06] .a-select-inner{height:50px;padding-left:0}.form__privacy[data-v-a2913b06]{color:#a3a3a3;margin-top:24px;font-size:14px;line-height:18px}@media screen and (max-width: 767px){.form__privacy[data-v-a2913b06]{font-size:14px}}.form__privacy[data-v-a2913b06] a{color:#a3a3a3;text-decoration:underline}.form__privacy[data-v-a2913b06] a:hover{color:var(--c-primary)}.gallery-item[data-v-29ed7651]{max-width:384px;height:100%}.gallery-item__inner[data-v-29ed7651]{overflow:hidden;border-radius:20px;line-height:1px;height:100%}.gallery-item__inner.ratio-1-1[data-v-29ed7651]{aspect-ratio:4/4}.gallery-item__img[data-v-29ed7651]{object-fit:cover;width:100%;height:100%}.section-gallery[data-v-48ed83f5] .section__body-content{position:relative}@media screen and (max-width: 767px){.section-gallery[data-v-48ed83f5] .container{padding:0}}@media screen and (max-width: 767px){.section-gallery[data-v-48ed83f5] .swiper{padding:0 20px}}.section-gallery[data-v-48ed83f5] .swiper .swiper-slide{height:auto}.section-gallery[data-v-48ed83f5] .swiper .swiper-slide>div{height:100%}.section-gallery[data-v-48ed83f5] .swiper .swiper-pagination{position:relative;margin-top:40px}@media screen and (max-width: 1024px){.section-gallery[data-v-48ed83f5] .swiper .swiper-pagination{margin-top:24px}}@media screen and (max-width: 1024px){.section-gallery[data-v-48ed83f5] .swiper .swiper-pagination{margin-top:16px}}.section-gallery[data-v-48ed83f5] .swiper .swiper-pagination-bullet{background:#e0e0e0;transition:all .3s ease 0s;border-radius:0;width:22px;height:8px;opacity:1}.section-gallery[data-v-48ed83f5] .swiper .swiper-pagination-bullet-active{width:64px;background:#212121}.section-gallery .swiper-button-prev[data-v-48ed83f5],.section-gallery .swiper-button-next[data-v-48ed83f5]{padding:0;width:48px;height:48px;background:transparent;margin-top:-48px}@media screen and (max-width: 1024px){.section-gallery .swiper-button-prev[data-v-48ed83f5],.section-gallery .swiper-button-next[data-v-48ed83f5]{display:none}}.section-gallery .swiper-button-prev[data-v-48ed83f5]:before,.section-gallery .swiper-button-prev[data-v-48ed83f5]:after,.section-gallery .swiper-button-next[data-v-48ed83f5]:before,.section-gallery .swiper-button-next[data-v-48ed83f5]:after{display:none}.section-gallery .swiper-button-prev[data-v-48ed83f5]{left:-80px}.section-gallery .swiper-button-next[data-v-48ed83f5]{right:-80px}.page-header[data-v-128dcf26]{margin:56px 0}@media screen and (max-width: 1024px){.page-header[data-v-128dcf26]{margin:24px 0 56px}}@media screen and (max-width: 1024px){.page-header[data-v-128dcf26]{margin:8px 0 56px}}.page-header[data-v-128dcf26] .section__header{margin:0}.presentation-section[data-v-bb440dc6]{overflow:hidden;margin-bottom:0;margin-top:-40%;padding-top:40%;background:linear-gradient(180.42deg,rgba(183,211,255,0) 16.49%,rgba(175,206,255,.57636) 62.43%,rgba(175,206,255,.8) 100.46%,rgba(183,211,255,.033425) 100.6%,rgba(175,206,255,0) 102.52%);pointer-events:none;position:relative;z-index:2}.presentation-section[data-v-bb440dc6]:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:28%;background:linear-gradient(180.96deg,rgba(200,221,255,0) 12.73%,#CBDFFF 61.18%)}@media screen and (max-width: 767px){.presentation-section[data-v-bb440dc6]:after{display:none}}.presentation-section__row[data-v-bb440dc6]{display:flex;justify-content:center;align-items:flex-start;padding-bottom:130px;gap:0 32px}@media screen and (max-width: 767px){.presentation-section__row[data-v-bb440dc6]{gap:24px 0;flex-direction:column;padding-bottom:60px}}.presentation-section__col[data-v-bb440dc6]{width:30%}@media screen and (max-width: 767px){.presentation-section__col[data-v-bb440dc6]{width:100%}}.presentation-section__col-center[data-v-bb440dc6]{width:40%;transform:translateY(60px)}@media screen and (max-width: 767px){.presentation-section__col-center[data-v-bb440dc6]{display:none}}.presentation-section__col-right[data-v-bb440dc6]{transform:translateY(180px)}@media screen and (max-width: 767px){.presentation-section__col-right[data-v-bb440dc6]{transform:none}}.presentation-section__card[data-v-bb440dc6]{max-width:354px}@media screen and (max-width: 767px){.presentation-section__card[data-v-bb440dc6]{max-width:initial}}.presentation-section__card-inner[data-v-bb440dc6]{border-radius:16px;background:#212121;padding:24px;color:#fcfcfc;box-shadow:5px 0 13px #00000040}.presentation-section__card-title[data-v-bb440dc6]{font-size:24px;font-weight:500}.presentation-section__card-body[data-v-bb440dc6]{margin-top:8px;font-size:16px;line-height:24px}.presentation-section__card-footer[data-v-bb440dc6]{margin-top:16px}.presentation-section__card-footer .a-btn[data-v-bb440dc6]{width:100%;height:48px}.presentation-section[data-v-bb440dc6] .section__header{pointer-events:all}.presentation-section[data-v-bb440dc6] .section__title{max-width:660px;margin:0 auto;position:relative}.presentation-section[data-v-bb440dc6] .section__title .sticker{transform:rotate(4deg) translateY(-6px);position:absolute;right:-16%;top:-65%}@media screen and (max-width: 767px){.presentation-section[data-v-bb440dc6] .section__title .sticker{transform:rotate(4deg) translate(-58px,-15px)}}.presentation-section[data-v-bb440dc6] .section__body{margin-top:72px;pointer-events:all}@media screen and (max-width: 767px){.presentation-section[data-v-bb440dc6] .section__body{margin-top:32px}}.presentation-section__img[data-v-bb440dc6]{max-width:492px;height:auto;line-height:1px}.pricing-card[data-v-746f0caf]{max-width:424px;height:100%}.pricing-card__inner[data-v-746f0caf]{background:#fff;border-radius:8px;box-shadow:2px 2px 30px #0000001a;padding:32px 22px;transition:transform .3s ease 0s;height:100%;display:flex;flex-direction:column;overflow:hidden}@media screen and (max-width: 1024px){.pricing-card__inner[data-v-746f0caf]{padding:20px 16px}}@media screen and (max-width: 767px){.pricing-card__inner[data-v-746f0caf]{padding:16px 10px}}.pricing-card__inner[data-v-746f0caf]:hover{transform:scale(1.05)}.pricing-card__title[data-v-746f0caf]{padding:20px 0;font-weight:700;font-size:32px;line-height:40px;text-align:center;max-width:343px;margin:0 auto;text-transform:uppercase;min-height:120px;display:flex;align-items:center}@media screen and (max-width: 1024px){.pricing-card__title[data-v-746f0caf]{font-size:24px;line-height:28px;max-width:initial;min-height:76px;padding:10px 0}}@media screen and (max-width: 767px){.pricing-card__title[data-v-746f0caf]{font-size:16px;line-height:20px;max-width:initial;min-height:48px;padding:0}}.pricing-card__price[data-v-746f0caf]{display:flex;justify-content:center}.pricing-card__description[data-v-746f0caf]{margin-top:1.5rem;font-weight:500;font-size:18px;line-height:24px;max-width:352px;min-height:72px;text-align:center}@media screen and (max-width: 1024px){.pricing-card__description[data-v-746f0caf]{margin-top:10px;font-size:16px}}@media screen and (max-width: 767px){.pricing-card__description[data-v-746f0caf]{font-size:12px;line-height:18px;min-height:56px}}.pricing-card__body[data-v-746f0caf]{display:flex;flex:100 0 0;gap:0 16px;margin-top:1.5rem;position:relative}@media screen and (max-width: 1024px){.pricing-card__body[data-v-746f0caf]{font-size:16px;margin-top:16px}}@media screen and (max-width: 767px){.pricing-card__body[data-v-746f0caf]{font-size:12px}}.pricing-card__body-col[data-v-746f0caf]{flex:100 0 0;max-width:50%}.pricing-card__body-col--2[data-v-746f0caf]{display:flex;align-items:center;position:absolute;right:0;top:0}.pricing-card__body-col--2 img[data-v-746f0caf]{position:relative;right:-22px;transform:scale(1.4);top:12px}.pricing-card .typo__list--stars[data-v-746f0caf]{margin-bottom:0;margin-top:0}@media screen and (max-width: 767px){.pricing-card .typo__list--stars[data-v-746f0caf]{margin-top:.5rem}}.pricing-card .typo__list--stars li[data-v-746f0caf]{margin-left:0}@media screen and (max-width: 767px){.pricing-card .typo__list--stars li[data-v-746f0caf]{padding-left:20px;margin-top:4px}.pricing-card .typo__list--stars li[data-v-746f0caf]:first-child{margin-top:0}}@media screen and (max-width: 767px){.pricing-card .typo__list--stars li[data-v-746f0caf]:before{width:14px;height:14px;top:5px}}.pricing-card .typo__list--stars li button[data-v-746f0caf]{cursor:text}.pricing-card .typo__list--stars li .a-btn[data-v-746f0caf]{height:auto;min-height:auto;padding:0;background:transparent;font-size:18px;font-weight:500;white-space:inherit;line-height:1.4;align-items:flex-start;justify-content:flex-start;text-align:left}@media screen and (max-width: 1024px){.pricing-card .typo__list--stars li .a-btn[data-v-746f0caf]{font-size:16px}}@media screen and (max-width: 767px){.pricing-card .typo__list--stars li .a-btn[data-v-746f0caf]{font-size:12px}}.pricing-card .typo__list--stars li .a-btn[data-v-746f0caf]:before,.pricing-card .typo__list--stars li .a-btn[data-v-746f0caf]:after{display:none}.pricing-card__footer[data-v-746f0caf]{margin-top:28px;display:flex;justify-content:center}@media screen and (max-width: 1024px){.pricing-card__footer[data-v-746f0caf]{margin-top:16px}}.pricing-card__order-btn[data-v-746f0caf]{width:100%;max-width:75%}@media screen and (max-width: 767px){.pricing-card__order-btn[data-v-746f0caf]{max-width:initial;min-height:48px!important;height:48px!important}}.pricing-card__pricing[data-v-746f0caf]{height:58px;font-weight:700;font-size:28px;padding:10px 40px;border-radius:40px;border:3px solid var(--c-primary);display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;white-space:nowrap}@media screen and (max-width: 1024px){.pricing-card__pricing[data-v-746f0caf]{font-size:20px;height:52px;padding:10px 24px}}@media screen and (max-width: 767px){.pricing-card__pricing[data-v-746f0caf]{font-size:13px;height:38px}}.section-pricing .swiper[data-v-2c9ac07d]{overflow:visible;padding:34px 0}.section-pricing[data-v-2c9ac07d] .section__body{overflow:hidden;margin:-34px 0}.section-pricing[data-v-2c9ac07d] .section__body .container{width:100%}.section-pricing[data-v-2c9ac07d] .swiper .swiper-slide{height:auto}.section-pricing[data-v-2c9ac07d] .swiper .swiper-slide>div{height:100%}.section-pricing[data-v-2c9ac07d] .swiper .swiper-pagination{position:relative;margin-top:40px}@media screen and (max-width: 1024px){.section-pricing[data-v-2c9ac07d] .swiper .swiper-pagination{margin-top:24px}}@media screen and (max-width: 1024px){.section-pricing[data-v-2c9ac07d] .swiper .swiper-pagination{margin-top:16px}}.section-pricing[data-v-2c9ac07d] .swiper .swiper-pagination-bullet{background:#e0e0e0;transition:all .3s ease 0s;border-radius:0;width:22px;height:8px;opacity:1}.section-pricing[data-v-2c9ac07d] .swiper .swiper-pagination-bullet-active{width:64px;background:#212121}.project-category-card[data-v-1ee57c43]{transition:all .3s ease 0s}.project-category-card[data-v-1ee57c43]:hover{transform:scale(1.05)}.project-category-card__inner[data-v-1ee57c43]{display:block;height:100%;border-radius:8px;padding:1px;overflow:hidden;position:relative;transform-style:preserve-3d}@media screen and (max-width: 1024px){.project-category-card__inner[data-v-1ee57c43]{border-radius:8px}}.project-category-card__inner[data-v-1ee57c43]:hover{background:#0062ff}.project-category-card:first-child .project-category-card__inner[data-v-1ee57c43],.project-category-card:nth-child(n+4) .project-category-card__inner[data-v-1ee57c43]{background-image:linear-gradient(217.44deg,#0062ff 0%,rgba(0,98,255,0) 100%)}.project-category-card:nth-child(2) .project-category-card__inner[data-v-1ee57c43],.project-category-card:nth-child(2n+4) .project-category-card__inner[data-v-1ee57c43]{background-image:linear-gradient(36.17deg,#0062ff 1.13%,rgba(0,98,255,0) 97.44%)}.project-category-card:nth-child(3) .project-category-card__inner[data-v-1ee57c43],.project-category-card:nth-child(3n+4) .project-category-card__inner[data-v-1ee57c43]{background-image:linear-gradient(323.13deg,#0062ff 1.66%,rgba(0,98,255,0) 99.23%)}.project-category-card:nth-child(4n+4) .project-category-card__inner[data-v-1ee57c43]{background-image:linear-gradient(142.56deg,#0062ff 0%,rgba(0,98,255,0) 100%)}.project-category-card__body[data-v-1ee57c43]{background:#fff;border-radius:8px;height:100%;display:flex;flex-direction:column;overflow:hidden}@media screen and (max-width: 1024px){.project-category-card__body[data-v-1ee57c43]{border-radius:6px}}.project-category-card__body:hover .project-category-card__title[data-v-1ee57c43]{opacity:1}.project-category-card__body:hover img[data-v-1ee57c43]{transform:scale(1.15)}.project-category-card__title[data-v-1ee57c43]{font-size:16px;font-weight:500;color:#fff;text-align:center;position:absolute;bottom:24px;left:24px;padding:4px 24px;background:var(--c-primary);border-radius:8px;transition:all .3s ease 0s;opacity:0;z-index:1}@media screen and (max-width: 1024px){.project-category-card__title[data-v-1ee57c43]{font-size:16px;margin-bottom:8px;opacity:1}}@media screen and (max-width: 767px){.project-category-card__title[data-v-1ee57c43]{font-size:14px;padding-left:10px;padding-right:10px;left:16px;bottom:8px}}.project-category-card__thumb[data-v-1ee57c43]{text-align:center;flex:100 0 0;display:flex;align-items:center;justify-content:center;line-height:1px}.project-category-card__thumb img[data-v-1ee57c43]{object-fit:cover;width:100%;height:100%;aspect-ratio:6/3;transition:all .75s ease}html:not(.no-js) [data-aos^=flip-right].project-category-card{transform:perspective(1500px) rotateY(100deg) rotateX(-100deg) scaleX(0)}html:not(.no-js) [data-aos^=flip-right].project-category-card.aos-animate{transform:perspective(1500px) rotateY(0) rotateX(0) scale(1)}.project-categories[data-v-62698876]{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:24px;grid-row-gap:24px}@media screen and (max-width: 1024px){.project-categories[data-v-62698876]{gap:14px}}@media screen and (max-width: 767px){.project-categories[data-v-62698876]{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(6,1fr);grid-column-gap:8px;grid-row-gap:8px}}.project-categories .project-category-card[data-v-62698876]{width:100%}.project-categories .project-category-card[data-v-62698876]:nth-child(1){grid-area:1/1/3/7}@media screen and (max-width: 767px){.project-categories .project-category-card[data-v-62698876]:nth-child(1){grid-area:1/1/2/5}}.project-categories .project-category-card[data-v-62698876]:nth-child(2){grid-area:1/7/2/10}@media screen and (max-width: 767px){.project-categories .project-category-card[data-v-62698876]:nth-child(2){grid-area:2/1/3/3}}.project-categories .project-category-card[data-v-62698876]:nth-child(3){grid-area:1/10/2/13}@media screen and (max-width: 767px){.project-categories .project-category-card[data-v-62698876]:nth-child(3){grid-area:2/3/3/5}}.project-categories .project-category-card[data-v-62698876]:nth-child(4){grid-area:2/7/3/10}@media screen and (max-width: 767px){.project-categories .project-category-card[data-v-62698876]:nth-child(4){grid-area:3/1/4/3}}.project-categories .project-category-card[data-v-62698876]:nth-child(5){grid-area:2/10/3/13}@media screen and (max-width: 767px){.project-categories .project-category-card[data-v-62698876]:nth-child(5){grid-area:3/3/4/5}}.project-categories .project-category-card[data-v-62698876]:nth-child(6){grid-area:3/1/4/5}@media screen and (max-width: 767px){.project-categories .project-category-card[data-v-62698876]:nth-child(6){grid-area:4/1/5/5}}.project-categories .project-category-card[data-v-62698876]:nth-child(7){grid-area:3/5/4/9}@media screen and (max-width: 767px){.project-categories .project-category-card[data-v-62698876]:nth-child(7){grid-area:5/1/6/5}}.project-categories .project-category-card[data-v-62698876]:nth-child(8){grid-area:3/9/4/13}@media screen and (max-width: 767px){.project-categories .project-category-card[data-v-62698876]:nth-child(8){grid-area:6/1/7/5}}@media screen and (max-width: 767px){.a-btn.btn-340[data-v-62698876]{width:100%;max-width:initial}}.project-card[data-v-7a7035bd]{transition:transform .5s ease 0s}.project-card[data-v-7a7035bd]:hover{transform:scale(1.05)}.project-card_inner[data-v-7a7035bd]{display:flex;flex-direction:column}.project-card__thumb[data-v-7a7035bd]{display:flex;flex:100 0 0;line-height:1px;border-radius:8px;overflow:hidden;aspect-ratio:187/104;background:#f5f5f5}.project-card__video[data-v-7a7035bd],.project-card__img[data-v-7a7035bd]{object-fit:cover;width:100%;height:100%;transition:all .3s ease 0s;opacity:0}.project-card__video.lazyloaded[data-v-7a7035bd],.project-card__img.lazyloaded[data-v-7a7035bd]{opacity:1}.project-card__body[data-v-7a7035bd]{padding-top:8px}.project-card__title[data-v-7a7035bd]{font-size:20px;font-weight:500;color:var(--main-color)}.project-card__tags[data-v-7a7035bd]{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.project-card__tag[data-v-7a7035bd]{display:inline-flex;align-items:center;justify-content:center;text-align:center;height:32px;white-space:nowrap;border-radius:4px;color:var(--main-color-light);padding:8px 12px;background:#122544;font-size:14px}.projects[data-v-83c5632d]{margin:56px 0}@media screen and (max-width: 1024px){.projects[data-v-83c5632d]{margin:24px 0 56px}}@media screen and (max-width: 1024px){.projects[data-v-83c5632d]{margin:8px 0 56px}}.projects__filter[data-v-83c5632d]{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:72px}@media screen and (max-width: 1024px){.projects__filter[data-v-83c5632d]{margin-bottom:56px}}@media screen and (max-width: 767px){.projects__filter[data-v-83c5632d]{flex-direction:column;margin-bottom:32px}}.projects__filter-item[data-v-83c5632d]{width:100%;max-width:310px}.projects__filter-item[data-v-83c5632d] .field{margin:0}.projects__filter-item[data-v-83c5632d] .field-content{border-radius:8px}.projects__filter-item[data-v-83c5632d] .field-content:before{border:1px solid var(--c-primary)}.projects__filter-item[data-v-83c5632d] .field .a-select{height:48px}.projects__filter-item[data-v-83c5632d] .field .a-select-inner{padding:12px 20px;height:48px;line-height:20px}.projects__filter-item[data-v-83c5632d] .field .a-select-val,.projects__filter-item[data-v-83c5632d] .field .a-select-placeholder{font-weight:600;font-size:16px}.projects__filter-item[data-v-83c5632d] .field.filled .a-select-placeholder{display:none}.projects__grid[data-v-83c5632d]{display:flex;flex-wrap:wrap;gap:40px}@media screen and (max-width: 1024px){.projects__grid[data-v-83c5632d]{gap:24px}}@media screen and (max-width: 1024px){.projects[data-v-83c5632d] .section__footer{margin-top:48px}}.projects__load-more-btn[data-v-83c5632d]{width:100%;max-width:400px;margin:auto}.project-card[data-v-83c5632d]{width:calc(33.333333% - 27px)}@media screen and (max-width: 1024px){.project-card[data-v-83c5632d]{width:calc(50% - 12px)}}@media screen and (max-width: 767px){.project-card[data-v-83c5632d]{width:100%}}.service-section[data-v-3dcea851]{margin:0;padding:60px 0;position:relative;overflow:hidden}@media screen and (max-width: 767px){.service-section[data-v-3dcea851]{padding:40px 0}}.service-section__col--1[data-v-3dcea851]{width:100%}.service-section__col--2[data-v-3dcea851]{width:100%;display:flex;flex-direction:column;align-items:center}.service-section.gradient--bt[data-v-3dcea851]{background:linear-gradient(182.73deg,rgba(183,211,255,0) 9.95%,rgba(175,206,255,.67636) 40%,rgba(175,206,255,.8) 100%)}.service-section.gradient--tb[data-v-3dcea851]{background:linear-gradient(0deg,rgba(183,211,255,0) 9.95%,rgba(175,206,255,.67636) 40%,rgba(175,206,255,.8) 100%)}.service-section.heading-variant--1[data-v-3dcea851] .sticker{transform:rotate(-3deg) translateY(0)!important}.service-section.heading-variant--2[data-v-3dcea851] .sticker{transform:rotate(6deg)}.service-section[data-v-3dcea851] .section__col--2 .section__col-content{display:flex;justify-content:flex-end}@media screen and (max-width: 767px){.service-section[data-v-3dcea851] .section__body-row{flex-direction:column-reverse}}.service-section__bg-text[data-v-3dcea851]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18vw;font-weight:700;color:#020b3b;pointer-events:none!important;text-transform:uppercase}@media screen and (max-width: 767px){.service-section__bg-text[data-v-3dcea851]{align-items:flex-start;font-size:140px}}.service-section__bg-text-inner[data-v-3dcea851]{opacity:.05;transform:translate(-6.75%,100%) rotate(5.5deg)}@media screen and (max-width: 767px){.service-section__bg-text-inner[data-v-3dcea851]{align-items:flex-start;font-size:140px;transform:translateY(180px) rotate(5.5deg)}}.service-section .typo__list--stars[data-v-3dcea851]{margin-top:0}.service-section .typo__list--stars li[data-v-3dcea851]{font-size:24px;font-weight:700;padding-bottom:8px;padding-left:42px;border-bottom:1px solid #bad4ff;margin-bottom:24px;margin-left:0}@media screen and (max-width: 767px){.service-section .typo__list--stars li[data-v-3dcea851]{font-size:18px;margin-bottom:16px}}.service-section .typo__list--stars li[data-v-3dcea851]:last-child{margin-bottom:0;border-bottom:none}.service-section__icons[data-v-3dcea851]{display:flex;flex-wrap:wrap;gap:32px;margin-top:10%;width:100%}@media screen and (max-width: 767px){.service-section__icons[data-v-3dcea851]{margin-top:0;gap:28px}}.service-section__icon[data-v-3dcea851]{width:calc(50% - 20px);display:flex;gap:0 12px;align-items:center}@media screen and (max-width: 767px){.service-section__icon[data-v-3dcea851]{width:calc(50% - 28px)}}.service-section__icon-left[data-v-3dcea851]{display:flex;align-items:center}.service-section__icon-img[data-v-3dcea851]{width:64px;height:64px}@media screen and (max-width: 1024px){.service-section__icon-img[data-v-3dcea851]{width:40px;height:40px;min-width:40px;min-height:40px}}@media screen and (max-width: 767px){.service-section__icon-img[data-v-3dcea851]{width:36px;height:36px;min-width:36px;min-height:36px}}.service-section__icon-title[data-v-3dcea851]{font-size:20px;font-weight:600;white-space:nowrap}@media screen and (max-width: 1024px){.service-section__icon-title[data-v-3dcea851]{font-size:16px}}@media screen and (max-width: 767px){.service-section__icon-title[data-v-3dcea851]{font-size:12px}}@media screen and (max-width: 1024px){.service-section__icon-text[data-v-3dcea851]{margin-top:2px;font-size:12px}}@media screen and (max-width: 767px){.service-section__icon-text[data-v-3dcea851]{font-size:10px;line-height:12px;margin-top:0}}.service-section__img-desc[data-v-3dcea851]{margin-top:20px;text-align:center}.service-section__img-desc-title[data-v-3dcea851]{font-weight:500;font-size:24px}@media screen and (max-width: 1024px){.service-section__img-desc-title[data-v-3dcea851]{font-size:20px}}.service-section__img-desc-text[data-v-3dcea851]{margin-top:6px;font-size:20px;color:var(--c-primary)}@media screen and (max-width: 1024px){.service-section__img-desc-text[data-v-3dcea851]{font-size:18px}}.service-section.reverse[data-v-3dcea851] .section__col-content{display:flex;flex-direction:column}.service-section.reverse[data-v-3dcea851] .service-section__bg-text-inner{transform:translate(16%,-100%) rotate(-5.5deg)}@media screen and (max-width: 767px){.service-section.reverse[data-v-3dcea851] .service-section__bg-text-inner{transform:translateY(140px) rotate(-5.5deg);font-size:140px}}.service-section.reverse[data-v-3dcea851] .video-btn-wrap{left:auto;right:0;transform:translate(-40px,-40px)}@media screen and (max-width: 1024px){.service-section.reverse[data-v-3dcea851] .video-btn-wrap{transform:translate(20px,-40px)}}@media screen and (max-width: 767px){.service-section.reverse[data-v-3dcea851] .video-btn-wrap{transform:translateY(-80px)}}.details-btn[data-v-3dcea851]{width:100%;max-width:340px;margin-top:42px;margin-left:4rem}@media screen and (max-width: 767px){.details-btn[data-v-3dcea851]{margin-top:24px;width:100%;max-width:initial;margin-left:0}}.video-btn[data-v-3dcea851]{width:103px;height:103px;border-radius:50%}.video-btn-wrap[data-v-3dcea851]{position:absolute;bottom:10%;left:10%}@media screen and (max-width: 1024px){.video-btn-wrap[data-v-3dcea851]{transform:translate(-25px,-50px)}}@media screen and (max-width: 767px){.video-btn-wrap[data-v-3dcea851]{transform:translate(-15px,-31px)}}@media screen and (max-width: 1024px){.video-btn[data-v-3dcea851]{width:80px;height:80px}.video-btn svg[data-v-3dcea851]{width:28px;height:28px}}@media screen and (max-width: 767px){.video-btn[data-v-3dcea851]{width:64px;height:64px}.video-btn svg[data-v-3dcea851]{width:24px;height:24px}}.service-card__inner[data-v-f9e0fe8c]{display:flex;flex-direction:column;background:#E6F0FF;color:#080808;border-radius:8px;position:relative;overflow:hidden;height:0;padding:44px 16px 93%}@media screen and (max-width: 1024px){.service-card__inner[data-v-f9e0fe8c]{padding:32px 10px 93%}}.service-card__title[data-v-f9e0fe8c]{font-size:48px;font-weight:700;text-transform:uppercase;line-height:1.1;min-height:96px;display:flex;flex-wrap:wrap;align-items:flex-end}@media screen and (max-width: 1024px){.service-card__title[data-v-f9e0fe8c]{font-size:26px;min-height:72px;max-width:50%}}.service-card__tags[data-v-f9e0fe8c]{margin-top:32px;display:flex;flex-wrap:wrap;gap:10px 14px;position:relative;z-index:1}@media screen and (max-width: 1024px){.service-card__tags[data-v-f9e0fe8c]{gap:10px;margin-top:24px}}.service-card__tag[data-v-f9e0fe8c]{display:inline-flex;text-align:center;background:var(--c-primary);color:#fff;border-radius:8px;white-space:nowrap;padding:8px 18px;height:44px;font-size:20px;font-weight:500;align-items:center;justify-content:center;text-underline-offset:4px}.service-card__tag[data-v-f9e0fe8c]:hover{text-decoration:underline;text-decoration-thickness:1px}@media screen and (max-width: 1024px){.service-card__tag[data-v-f9e0fe8c]{height:32px;font-size:13px;border-radius:6px;padding:4px 10px}}.service-card__img[data-v-f9e0fe8c]{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;pointer-events:none}.service-card[data-v-f9e0fe8c] .sticker{color:var(--main-color);font-size:44px;letter-spacing:-.6999999881px;padding-top:6px;padding-bottom:6px;border-radius:22px}@media screen and (max-width: 1024px){.service-card[data-v-f9e0fe8c] .sticker{font-size:26px}}.service-card[data-v-f9e0fe8c] .sticker.sticker__position--1{transform:rotate(3deg) translateY(-6px)}.service-card[data-v-f9e0fe8c] .sticker.sticker__position--2{transform:rotate(-3deg) translateY(-6px)}.services-slider-section .swiper[data-v-80f4b2b9]{overflow:visible}.services-slider-section[data-v-80f4b2b9] .swiper-slide .service-card{filter:blur(6px);transform:scale(.84);transition:all .3s ease 0s}.services-slider-section[data-v-80f4b2b9] .swiper-slide-active .service-card,.services-slider-section[data-v-80f4b2b9] .swiper-slide-next .service-card,.services-slider-section[data-v-80f4b2b9] .swiper-slide-visible .service-card{filter:none;transform:scale(1)}@media screen and (max-width: 767px){.services-slider-section[data-v-80f4b2b9] .swiper-slide-next{filter:blur(6px);transform:scale(.84)}}.services-slider-section[data-v-80f4b2b9] .swiper .swiper-pagination{position:relative;margin-top:40px}@media screen and (max-width: 1024px){.services-slider-section[data-v-80f4b2b9] .swiper .swiper-pagination{margin-top:24px}}@media screen and (max-width: 1024px){.services-slider-section[data-v-80f4b2b9] .swiper .swiper-pagination{margin-top:16px}}.services-slider-section[data-v-80f4b2b9] .swiper .swiper-pagination-bullet{background:#e0e0e0;transition:all .3s ease 0s;border-radius:4px;width:22px;height:8px;opacity:1}.services-slider-section[data-v-80f4b2b9] .swiper .swiper-pagination-bullet-active{width:64px;background:#212121}.services-slider-section[data-v-80f4b2b9] .section__body{overflow:hidden}.services-slider-section[data-v-80f4b2b9] .section__body .container{width:100%;max-width:952px}@media screen and (max-width: 1024px){.services-slider-section[data-v-80f4b2b9] .section__body .container{max-width:82%;padding:0}}.team-slider-section .slider[data-v-87c49c47]{position:relative}.team-slider-section .slider-backdrop[data-v-87c49c47]{position:absolute;left:0;top:0;height:100%;width:100%;pointer-events:none}.team-slider-section .slider-backdrop[data-v-87c49c47]:before,.team-slider-section .slider-backdrop[data-v-87c49c47]:after{content:"";position:absolute;top:0;height:100%;width:110px;z-index:2;pointer-events:none}@media screen and (max-width: 1024px){.team-slider-section .slider-backdrop[data-v-87c49c47]:before,.team-slider-section .slider-backdrop[data-v-87c49c47]:after{display:none}}.team-slider-section .slider-backdrop[data-v-87c49c47]:before{left:0;background:linear-gradient(90deg,#ffffff,rgba(255,255,255,0))}.team-slider-section .slider-backdrop[data-v-87c49c47]:after{right:0;background:linear-gradient(90deg,rgba(255,255,255,0),#ffffff)}.team-slider-section .slider .container--relative[data-v-87c49c47]{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.team-slider-section .slider .container--relative .container[data-v-87c49c47]{position:relative;height:100%}.team-slider-section .slider .container--relative .container .a-btn[data-v-87c49c47]{pointer-events:all}.team-slider-section[data-v-87c49c47] .section__body{overflow:hidden;margin-top:82px;position:relative}@media screen and (max-width: 767px){.team-slider-section[data-v-87c49c47] .section__body{margin-top:0}}.team-slider-section[data-v-87c49c47] .section__body>.container{max-width:100%!important;width:100%!important;padding:0!important}.team-slider-section .swiper[data-v-87c49c47]{overflow:visible}.team-slider-section .swiper-button-prev[data-v-87c49c47],.team-slider-section .swiper-button-next[data-v-87c49c47]{background:var(--c-primary);color:#fff;width:48px;height:40px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background-position:center;background-size:50%;background-repeat:no-repeat}.team-slider-section .swiper-button-prev[data-v-87c49c47]:after,.team-slider-section .swiper-button-next[data-v-87c49c47]:after{display:none}.team-slider-section .swiper-button-prev[data-v-87c49c47]{left:-80px}.team-slider-section .swiper-button-next[data-v-87c49c47]{right:-80px}.team-slide__inner[data-v-87c49c47]{display:flex;flex-direction:column}.team-slide__header[data-v-87c49c47]{flex:100 0 0;text-align:center;position:relative;line-height:1px}.team-slide__header[data-v-87c49c47]:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;pointer-events:none;background:linear-gradient(180.96deg,rgba(255,255,255,0) 34.4%,rgba(255,255,255,.00838519) 42.01%,rgba(255,255,255,.0324148) 48.76%,rgba(255,255,255,.0704) 54.74%,rgba(255,255,255,.120652) 60.03%,rgba(255,255,255,.181481) 64.72%,rgba(255,255,255,.2512) 68.89%,rgba(255,255,255,.328119) 72.61%,rgba(255,255,255,.410548) 75.98%,rgba(255,255,255,.4968) 79.06%,rgba(255,255,255,.585185) 81.96%,rgba(255,255,255,.674015) 84.74%,rgba(255,255,255,.7616) 87.49%,rgba(255,255,255,.846252) 90.28%,rgba(255,255,255,.926281) 93.22%,#FFFFFF 96.36%)}.team-slide__header img[data-v-87c49c47]{object-fit:contain;object-position:bottom center;height:auto}.team-slide__body[data-v-87c49c47]{margin-top:20px}@media screen and (max-width: 767px){.team-slide__body[data-v-87c49c47]{margin-top:4px;text-align:center}}.team-slide__title[data-v-87c49c47]{font-size:24px;line-height:32px;text-align:center}@media screen and (max-width: 767px){.team-slide__title[data-v-87c49c47]{font-size:14px;line-height:24px;line-height:18px}}.team-slide__desc[data-v-87c49c47]{font-size:20px;color:var(--c-primary);margin-top:4px;text-align:center}@media screen and (max-width: 767px){.team-slide__desc[data-v-87c49c47]{font-size:12px}}.vacancies__form-section[data-v-10d08457] .section__title{max-width:560px;font-size:38px}.vacancies__form-section[data-v-10d08457] .section__title .sticker{transform:rotate(-3.25deg) translateY(4px)}.vacancy-card__header[data-v-3794e42c]{display:flex;align-items:center;justify-content:space-between;padding:20px;min-height:72px;font-size:24px;font-weight:600;cursor:pointer;border:2px solid var(--c-primary);border-radius:8px;position:relative}@media screen and (max-width: 767px){.vacancy-card__header[data-v-3794e42c]{font-size:16px;font-weight:500;min-height:56px;padding:18px 16px}}.vacancy-card__header-icon[data-v-3794e42c]{position:absolute;right:20px;width:40px;height:40px;transition:all .3s ease 0s;top:0;bottom:0;margin:auto}@media screen and (max-width: 767px){.vacancy-card__header-icon[data-v-3794e42c]{right:10px;width:32px;height:32px}.vacancy-card__header-icon svg[data-v-3794e42c]{width:32px;height:32px}}.vacancy-card__body[data-v-3794e42c]{padding:32px 20px 20px;font-size:20px}@media screen and (max-width: 767px){.vacancy-card__body[data-v-3794e42c]{font-size:16px;line-height:24px;padding:0}.vacancy-card__body[data-v-3794e42c] h3{font-size:16px}}.vacancy-card__btn[data-v-3794e42c]{margin-top:56px;width:100%;max-width:400px}@media screen and (max-width: 767px){.vacancy-card__btn[data-v-3794e42c]{margin-top:32px}}.vacancy-card--active .vacancy-card__header-icon[data-v-3794e42c]{transform:rotate(180deg)}.vacancies__section[data-v-a4104948]{margin:80px 0}@media screen and (max-width: 1024px){.vacancies__section[data-v-a4104948]{margin:56px 0}}@media screen and (max-width: 1024px){.vacancies__section[data-v-a4104948]{margin:40px 0}}.vacancies__section[data-v-a4104948] h2{font-size:36px}@media screen and (max-width: 1024px){.vacancies__section[data-v-a4104948] h2{font-size:28px}}@media screen and (max-width: 767px){.vacancies__section[data-v-a4104948] h2{font-size:20px}}.vacancies__section-body[data-v-a4104948]{max-width:936px}.vacancies__list[data-v-a4104948]{margin-top:48px;display:flex;flex-direction:column;gap:32px 0}@media screen and (max-width: 767px){.vacancies__list[data-v-a4104948]{margin-top:24px;gap:24px 0}}.section-list__row[data-v-e8f9ba36]{margin-top:48px;display:flex;align-items:center;gap:0 56px}@media screen and (max-width: 1024px){.section-list__row[data-v-e8f9ba36]{margin-top:24px}}.section-list__col[data-v-e8f9ba36]{flex:100 0 0}@media screen and (max-width: 1024px){.section-list__col--right[data-v-e8f9ba36]{display:none}}.section-list__item[data-v-e8f9ba36]{margin-bottom:21px;transition:all .5s ease 0s;border-bottom:1px solid rgba(0,98,255,.2);position:relative}@media screen and (max-width: 1024px){.section-list__item[data-v-e8f9ba36]{border-bottom:none}}@media screen and (max-width: 767px){.section-list__item[data-v-e8f9ba36]{margin-bottom:24px}.section-list__item[data-v-e8f9ba36]:last-child{margin-bottom:0}}.section-list__item[data-v-e8f9ba36]:last-child{margin-bottom:0}.section-list__item[data-v-e8f9ba36]:after{content:"";position:absolute;bottom:-1px;left:auto;right:0;width:0;height:1px;transition:all .3s ease 0s;background:var(--c-primary)}.section-list__item-header[data-v-e8f9ba36]{display:flex;align-items:center;justify-content:space-between;padding:8px 0;cursor:pointer;gap:0 24px}@media screen and (max-width: 767px){.section-list__item-header[data-v-e8f9ba36]{padding:0}}.section-list__item-header-left[data-v-e8f9ba36]{display:flex;align-items:flex-start;gap:0 16px}.section-list__item-header-icon[data-v-e8f9ba36]{height:32px}.section-list__item-header-title[data-v-e8f9ba36]{font-size:24px;font-weight:600;line-height:1;transition:all .4s ease 0s;padding-top:4px}@media screen and (max-width: 767px){.section-list__item-header-title[data-v-e8f9ba36]{font-size:16px}}.section-list__item-header-arrow[data-v-e8f9ba36]{display:inline-flex;align-items:center;justify-content:center;width:56px;min-width:56px;height:40px;background:var(--c-primary);border-radius:4px;opacity:.2;transition:all .3s ease 0s;overflow:hidden}@media screen and (max-width: 1024px){.section-list__item-header-arrow[data-v-e8f9ba36]{opacity:1}}@media screen and (max-width: 767px){.section-list__item-header-arrow[data-v-e8f9ba36]{width:45px;min-width:45px;height:32px}}.section-list__item-header-arrow svg[data-v-e8f9ba36]{transition:all .5s ease 0s}@media screen and (max-width: 1024px){.section-list__item-header-arrow svg[data-v-e8f9ba36]{transform:rotate(90deg)!important}}.section-list__item-body[data-v-e8f9ba36]{display:none}@media screen and (max-width: 1024px){.section-list__item-body[data-v-e8f9ba36]{display:block;margin-top:16px}}.section-list__item-body-media[data-v-e8f9ba36]{aspect-ratio:100/70;border-radius:16px;overflow:hidden;line-height:1px}.section-list__item-body-media img[data-v-e8f9ba36]{object-fit:cover;object-position:center;width:100%;height:100%!important}.section-list__item.active[data-v-e8f9ba36]:after{right:auto;left:0;width:100%;transition:all .5s ease 0s}@media screen and (max-width: 1024px){.section-list__item.active[data-v-e8f9ba36]:after{display:none}}.section-list__item.active .section-list__item-header-title[data-v-e8f9ba36]{color:var(--c-primary)}@media screen and (max-width: 767px){.section-list__item.active .section-list__item-header-title[data-v-e8f9ba36]{color:inherit}}.section-list__item.active .section-list__item-header-arrow[data-v-e8f9ba36]{opacity:1}.section-list__item.active .section-list__item-header-arrow svg[data-v-e8f9ba36]{animation:section_list_arrow_to-e8f9ba36 .5s ease 0s forwards}.section-list__media[data-v-e8f9ba36]{border-radius:16px;overflow:hidden;line-height:1px;position:sticky;top:78px}.section-list__media-img[data-v-e8f9ba36]{object-fit:cover;object-position:center;width:100%;height:100%!important}.section-list__text[data-v-e8f9ba36]{font-size:22px;line-height:32px;text-align:left;color:var(--main-color);font-weight:400;margin-top:48px}@media screen and (max-width: 767px){.section-list__text[data-v-e8f9ba36]{margin-top:24px;font-size:16px;line-height:24px}}.section-list__text *[data-v-e8f9ba36]{font-size:22px;line-height:32px;text-align:left;margin-top:16px;color:var(--main-color);font-weight:400}@media screen and (max-width: 767px){.section-list__text *[data-v-e8f9ba36]{font-size:16px;line-height:24px}}.section-list .section__title[data-v-e8f9ba36]{text-align:left;font-size:40px;line-height:40px;text-transform:initial;color:var(--c-primary);font-weight:700}@media screen and (max-width: 767px){.section-list .section__title[data-v-e8f9ba36]{font-size:24px;line-height:24px}}.section-list .section__description[data-v-e8f9ba36]{font-size:22px;line-height:32px;text-align:left;margin-top:16px;color:var(--main-color);font-weight:400}@media screen and (max-width: 767px){.section-list .section__description[data-v-e8f9ba36]{font-size:16px;line-height:24px;margin-top:24px}}.section-list[data-v-e8f9ba36] .section{margin:100px 0}@media screen and (max-width: 767px){.section-list[data-v-e8f9ba36] .section{margin:80px 0}}.section-list[data-v-e8f9ba36] .section__body{padding:56px 0;background:var(--blue-light)}@media screen and (max-width: 767px){.section-list[data-v-e8f9ba36] .section__body{padding:40px 0}}.section-list[data-v-e8f9ba36] .section__body-row{gap:0 56px;flex-wrap:wrap}@media screen and (max-width: 1024px){.section-list[data-v-e8f9ba36] .section__col--2{display:none}}.section-list[data-v-e8f9ba36] .section__col--3,.section-list[data-v-e8f9ba36] .section__col--4{width:100%;flex:inherit}.section-list[data-v-e8f9ba36] .section__col--3 .section__col-content{max-width:initial}@keyframes section_list_arrow_to-e8f9ba36{0%{transform:translate(0) scale(1)}49%{transform:translate(100%) scale(0)}50%{transform:translate(-100%) scale(0)}to{transform:translate(0) scale(1)}}.section-list__row[data-v-a544c91b]{margin-top:48px;display:flex;gap:0 56px}@media screen and (max-width: 1024px){.section-list__row[data-v-a544c91b]{margin-top:24px}}.section-list__col[data-v-a544c91b]{flex:100 0 0}@media screen and (max-width: 1024px){.section-list__col--right[data-v-a544c91b]{display:none}}.section-list__item[data-v-a544c91b]{margin-bottom:21px;transition:all .5s ease 0s;border-bottom:1px solid rgba(0,98,255,.2);position:relative}@media screen and (max-width: 767px){.section-list__item[data-v-a544c91b]{margin-bottom:16px}.section-list__item[data-v-a544c91b]:last-child{margin-bottom:0}}.section-list__item[data-v-a544c91b]:last-child{margin-bottom:0}.section-list__item[data-v-a544c91b]:after{content:"";position:absolute;bottom:-1px;left:auto;right:0;width:0;height:1px;transition:all .3s ease 0s;background:var(--c-primary)}.section-list__item-header[data-v-a544c91b]{display:flex;align-items:center;justify-content:space-between;padding:8px 0;cursor:pointer;gap:0 24px}@media screen and (max-width: 1024px){.section-list__item-header[data-v-a544c91b]{padding:8px 0}}.section-list__item-header-left[data-v-a544c91b]{display:flex;align-items:flex-start;gap:0 16px}@media screen and (max-width: 1024px){.section-list__item-header-left[data-v-a544c91b]{align-items:center}}.section-list__item-header-icon[data-v-a544c91b]{height:32px}.section-list__item-header-title[data-v-a544c91b]{font-size:24px;font-weight:600;line-height:1;transition:all .4s ease 0s;padding-top:4px}@media screen and (max-width: 1024px){.section-list__item-header-title[data-v-a544c91b]{padding-top:0;line-height:1.2}}@media screen and (max-width: 767px){.section-list__item-header-title[data-v-a544c91b]{font-size:16px}}.section-list__item-header-arrow[data-v-a544c91b]{display:inline-flex;align-items:center;justify-content:center;width:56px;min-width:56px;height:40px;background:var(--c-primary);border-radius:4px;opacity:.2;transition:all .3s ease 0s;overflow:hidden}@media screen and (max-width: 767px){.section-list__item-header-arrow[data-v-a544c91b]{width:45px;min-width:45px;height:32px}}.section-list__item-header-arrow svg[data-v-a544c91b]{transition:all .5s ease 0s}.section-list__item-body[data-v-a544c91b]{padding:4px 0 8px}@media screen and (max-width: 1024px){.section-list__item-body[data-v-a544c91b]{padding:16px 0 8px}}.section-list__item.active[data-v-a544c91b]:after{right:auto;left:0;width:100%;transition:all .5s ease 0s}.section-list__item.active .section-list__item-header-title[data-v-a544c91b]{color:var(--c-primary)}.section-list__item.active .section-list__item-header-arrow[data-v-a544c91b]{opacity:1}.section-list__item.active .section-list__item-header-arrow svg[data-v-a544c91b]{animation:section_list_arrow_to-a544c91b .5s ease 0s forwards}.section-list__media[data-v-a544c91b]{border-radius:16px;overflow:hidden;line-height:1px;position:sticky;top:78px}.section-list__media-img[data-v-a544c91b]{object-fit:cover;object-position:center;width:100%;height:100%!important}.section-list__text[data-v-a544c91b]{font-size:22px;line-height:32px;text-align:left;color:var(--main-color);font-weight:400;margin-top:48px}@media screen and (max-width: 767px){.section-list__text[data-v-a544c91b]{margin-top:24px;font-size:16px;line-height:24px}}.section-list__text *[data-v-a544c91b]{font-size:22px;line-height:32px;text-align:left;margin-top:16px;color:var(--main-color);font-weight:400}@media screen and (max-width: 767px){.section-list__text *[data-v-a544c91b]{font-size:16px;line-height:24px}}.section-list .section__title[data-v-a544c91b]{text-align:left;font-size:40px;line-height:40px;text-transform:initial;color:var(--c-primary);font-weight:700}@media screen and (max-width: 767px){.section-list .section__title[data-v-a544c91b]{font-size:24px;line-height:24px}}.section-list .section__description[data-v-a544c91b]{font-size:22px;line-height:32px;text-align:left;margin-top:16px;color:var(--main-color);font-weight:400}@media screen and (max-width: 767px){.section-list .section__description[data-v-a544c91b]{font-size:16px;line-height:24px;margin-top:24px}}.section-list[data-v-a544c91b] .section-list__item-body-media{display:none}@media screen and (max-width: 1024px){.section-list[data-v-a544c91b] .section-list__item-body-media{display:block;border-radius:16px;overflow:hidden;line-height:1px;aspect-ratio:100/71;margin-bottom:16px}.section-list[data-v-a544c91b] .section-list__item-body-media img{object-fit:cover;object-position:center;width:100%;height:100%!important}}.section-list[data-v-a544c91b] .section-list__item-body-content>*:first-child{margin-top:0}.section-list[data-v-a544c91b] .section-list__item-body-content *{font-size:18px;line-height:32px}@media screen and (max-width: 1024px){.section-list[data-v-a544c91b] .section-list__item-body-content *{font-size:16px;line-height:24px}}.section-list[data-v-a544c91b] .section{margin:100px 0}@media screen and (max-width: 767px){.section-list[data-v-a544c91b] .section{margin:80px 0}}.section-list[data-v-a544c91b] .section__body{padding:56px 0;background:var(--blue-light)}@media screen and (max-width: 767px){.section-list[data-v-a544c91b] .section__body{padding:40px 0}}.section-list[data-v-a544c91b] .section__body-row{gap:0 56px;flex-wrap:wrap}@media screen and (max-width: 1024px){.section-list[data-v-a544c91b] .section__col--2{display:none}}.section-list[data-v-a544c91b] .section__col--3,.section-list[data-v-a544c91b] .section__col--4{width:100%;flex:inherit}.section-list[data-v-a544c91b] .section__col--3 .section__col-content{max-width:initial}@keyframes section_list_arrow_to-a544c91b{0%{transform:translate(0) scale(1)}49%{transform:translate(100%) scale(0)}50%{transform:translate(-100%) scale(0)}to{transform:translate(0) scale(1)}}.review-card[data-v-5f4ee037]{max-width:430px;height:100%;position:relative;border-radius:8px;overflow:hidden}.review-card__video[data-v-5f4ee037]{width:100%;height:100%;object-fit:cover}.review-card__video-close[data-v-5f4ee037]{position:absolute;z-index:2;top:1rem;right:1rem;background:rgba(0,0,0,.15);border-radius:50%;width:40px;height:40px;min-width:40px;min-height:40px;color:#fff}.review-card__video-close[data-v-5f4ee037]:hover{color:var(--c-primary)}.review-card__video-close svg[data-v-5f4ee037]{width:18px;fill:currentColor}.review-card__video-play[data-v-5f4ee037]{position:absolute;z-index:2;top:0;right:0;left:0;bottom:0;margin:auto;background:rgba(0,0,0,.25);border-radius:50%;width:80px;height:80px;min-width:40px;min-height:40px;color:#fff}.review-card__video-play[data-v-5f4ee037]:hover{color:var(--c-primary)}.review-card__video-play svg[data-v-5f4ee037]{width:24px;fill:currentColor}.review-card__video-wrap[data-v-5f4ee037]{position:absolute;left:0;top:0;height:100%;width:100%;background:#111;z-index:10}.review-card__inner[data-v-5f4ee037]{background:var(--blue-light);padding:32px 24px;height:100%;min-height:620px}.review-card__inner-wrap[data-v-5f4ee037]{height:100%;transition:all .25s ease 0s}.review-card.video-mode .review-card__inner-wrap[data-v-5f4ee037]{opacity:0}.review-card__header[data-v-5f4ee037]{display:flex;justify-content:center}.review-card__media[data-v-5f4ee037]{position:relative;width:180px;height:180px;aspect-ratio:1/1}.review-card__media-img[data-v-5f4ee037]{width:100%;height:100%;border-radius:50%;overflow:hidden;background:#fff}.review-card__media img[data-v-5f4ee037]{object-fit:cover;object-position:center;width:100%;height:100%!important}.review-card__video-btn[data-v-5f4ee037]{width:64px;min-width:64px;height:64px;min-height:64px;border-radius:50%;background:var(--c-primary)}@media screen and (max-width: 767px){.review-card__video-btn[data-v-5f4ee037]{width:50px;min-width:50px;height:50px;min-height:50px}}.review-card__video-btn svg[data-v-5f4ee037]{margin-right:-3px}@media screen and (max-width: 767px){.review-card__video-btn svg[data-v-5f4ee037]{width:20px;height:20px}}.review-card__video-btn-wrap[data-v-5f4ee037]{position:absolute;bottom:-10px;left:62%;display:flex;align-items:center;gap:0 6px;cursor:pointer}@media screen and (max-width: 767px){.review-card__video-btn-wrap[data-v-5f4ee037]{bottom:0}}.review-card__video-btn-label[data-v-5f4ee037]{font-size:14px;line-height:1.2;color:var(--c-primary);font-weight:600}.review-card__author[data-v-5f4ee037]{text-align:center;font-size:18px;margin-top:24px;max-width:275px;margin-left:auto;margin-right:auto}.review-card__author-position[data-v-5f4ee037]{line-height:1.2;margin-top:8px;color:var(--c-primary)}@media screen and (max-width: 767px){.review-card__author-position[data-v-5f4ee037]{font-size:16px}}.review-card__body[data-v-5f4ee037]{margin-top:32px;display:flex;flex-direction:column}.review-card__body-quotes[data-v-5f4ee037]{margin-top:8px;position:relative;right:0;align-self:flex-end}.review-card__text>*[data-v-5f4ee037]:first-child{margin-top:0}.review-card__text *[data-v-5f4ee037]{font-size:18px;line-height:32px}@media screen and (max-width: 767px){.review-card__text *[data-v-5f4ee037]{font-size:16px;line-height:24px}}.fade-enter-active[data-v-5f4ee037],.fade-leave-active[data-v-5f4ee037]{transition:opacity .3s ease}.fade-enter-from[data-v-5f4ee037],.fade-leave-to[data-v-5f4ee037]{opacity:0}.fade-enter-to[data-v-5f4ee037],.fade-leave-from[data-v-5f4ee037]{opacity:1}.reviews .swiper[data-v-e573e91a]{overflow:visible}.reviews[data-v-e573e91a] .swiper-slide{height:auto}.reviews[data-v-e573e91a] .swiper-slide>div{height:100%}.reviews[data-v-e573e91a] .swiper-slide .review-card{filter:blur(2px);transition:all .3s ease 0s}@media screen and (max-width: 767px){.reviews[data-v-e573e91a] .swiper-slide .review-card{filter:none}}.reviews[data-v-e573e91a] .swiper-slide-active .review-card,.reviews[data-v-e573e91a] .swiper-slide-next .review-card,.reviews[data-v-e573e91a] .swiper-slide-visible .review-card{filter:none}@media screen and (max-width: 767px){.reviews[data-v-e573e91a] .swiper-slide-next{filter:none}}.reviews[data-v-e573e91a] .swiper .swiper-pagination{position:relative;margin-top:40px}@media screen and (max-width: 1024px){.reviews[data-v-e573e91a] .swiper .swiper-pagination{margin-top:24px}}@media screen and (max-width: 1024px){.reviews[data-v-e573e91a] .swiper .swiper-pagination{margin-top:16px}}.reviews[data-v-e573e91a] .swiper .swiper-pagination-bullet{background:#e0e0e0;transition:all .3s ease 0s;border-radius:4px;width:22px;height:8px;opacity:1}.reviews[data-v-e573e91a] .swiper .swiper-pagination-bullet-active{width:64px;background:#212121}.reviews[data-v-e573e91a] .section__body{overflow:hidden}.reviews[data-v-e573e91a] .section__body .container{width:100%;max-width:952px}@media screen and (max-width: 1024px){.reviews[data-v-e573e91a] .section__body .container{max-width:82%;padding:0}}@media screen and (max-width: 767px){.reviews[data-v-e573e91a] .section__body .container{max-width:100%;padding:0 20px}}.video-list-row[data-v-483b624d]{display:flex;flex-wrap:wrap;gap:100px 24px}@media screen and (max-width: 1024px){.video-list-row[data-v-483b624d]{gap:32px 24px}}@media screen and (max-width: 767px){.video-list-row[data-v-483b624d]{gap:24px 0}}.video-list-item[data-v-483b624d]{width:calc(33.333333% - 16px)}@media screen and (max-width: 767px){.video-list-item[data-v-483b624d]{width:100%}}.video-list-item-inner[data-v-483b624d]{border-radius:20px;overflow:hidden;aspect-ratio:384/230;box-shadow:4px 4px 20px #00000026;cursor:pointer;background:#f5f5f5}.video-list-item-inner:hover .video-list-item-cover[data-v-483b624d]{transform:scale(1.1)}.video-list-item-cover[data-v-483b624d]{object-fit:cover;width:100%;height:100%;transition:transform .5s ease 0s,opacity .3s ease 0s}.video-list-item-cover.lazyload[data-v-483b624d]{opacity:0}.video-list-actions[data-v-483b624d]{margin-top:50px;display:flex;justify-content:center}@media screen and (max-width: 767px){.video-list-actions[data-v-483b624d]{margin-top:32px}}.video-list-actions .a-btn[data-v-483b624d]{padding-left:32px;padding-right:32px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,html{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;line-height:1.2;overflow-anchor:none;background:#fff;font-family:var(--font-primary)}img{max-width:100%}button,textarea,input{font-family:var(--font-primary);font-size:1rem}button:focus,button:active,input:focus,input:active,textarea:focus,textarea:active,a:focus,a:active,select:focus,select:active{outline:none}a{text-decoration:none;transition:all .3s ease}@font-face{font-family:Montserrat;src:url(../../assets/fonts/montserrat/Montserrat-Regular.eot);src:local("Montserrat Regular"),local("Montserrat-Regular"),url(../../assets/fonts/montserrat/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),url(../../assets/fonts/montserrat/Montserrat-Regular.woff) format("woff"),url(../../assets/fonts/montserrat/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../../assets/fonts/montserrat/Montserrat-Medium.eot);src:local("Montserrat Medium"),local("Montserrat-Medium"),url(../../assets/fonts/montserrat/Montserrat-Medium.eot?#iefix) format("embedded-opentype"),url(../../assets/fonts/montserrat/Montserrat-Medium.woff) format("woff"),url(../../assets/fonts/montserrat/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../../assets/fonts/montserrat/Montserrat-SemiBold.eot);src:local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(../../assets/fonts/montserrat/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"),url(../../assets/fonts/montserrat/Montserrat-SemiBold.woff) format("woff"),url(../../assets/fonts/montserrat/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../../assets/fonts/montserrat/Montserrat-Bold.eot);src:local("Montserrat Bold"),local("Montserrat-Bold"),url(../../assets/fonts/montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),url(../../assets/fonts/montserrat/Montserrat-Bold.woff) format("woff"),url(../../assets/fonts/montserrat/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.container{width:94%;margin:0 auto;padding:0;max-width:1200px}.container-small{max-width:530px;width:94%;margin:0 auto}@media screen and (max-width: 1024px){.container-small{width:100%;margin:0 auto;padding:0 16px;max-width:1200px}}@media screen and (max-width: 1024px){.container{width:100%;padding:0 20px}}.row{display:flex;flex-wrap:wrap;margin:0 -16px}.row.dense{margin:0 -8px}.row.dense .col{padding:0 8px}@media screen and (max-width: 1024px){.row{margin:0 -10px}}.col{padding:0 16px}@media screen and (max-width: 1024px){.col{padding:0 10px}}.d-1{width:8.3333333333%}@media screen and (max-width: 1024px){.md-1{width:8.3333333333%}}@media screen and (max-width: 767px){.sm-1{width:8.3333333333%}}.d-2{width:16.6666666667%}@media screen and (max-width: 1024px){.md-2{width:16.6666666667%}}@media screen and (max-width: 767px){.sm-2{width:16.6666666667%}}.d-3{width:25%}@media screen and (max-width: 1024px){.md-3{width:25%}}@media screen and (max-width: 767px){.sm-3{width:25%}}.d-4{width:33.3333333333%}@media screen and (max-width: 1024px){.md-4{width:33.3333333333%}}@media screen and (max-width: 767px){.sm-4{width:33.3333333333%}}.d-5{width:41.6666666667%}@media screen and (max-width: 1024px){.md-5{width:41.6666666667%}}@media screen and (max-width: 767px){.sm-5{width:41.6666666667%}}.d-6{width:50%}@media screen and (max-width: 1024px){.md-6{width:50%}}@media screen and (max-width: 767px){.sm-6{width:50%}}.d-7{width:58.3333333333%}@media screen and (max-width: 1024px){.md-7{width:58.3333333333%}}@media screen and (max-width: 767px){.sm-7{width:58.3333333333%}}.d-8{width:66.6666666667%}@media screen and (max-width: 1024px){.md-8{width:66.6666666667%}}@media screen and (max-width: 767px){.sm-8{width:66.6666666667%}}.d-9{width:75%}@media screen and (max-width: 1024px){.md-9{width:75%}}@media screen and (max-width: 767px){.sm-9{width:75%}}.d-10{width:83.3333333333%}@media screen and (max-width: 1024px){.md-10{width:83.3333333333%}}@media screen and (max-width: 767px){.sm-10{width:83.3333333333%}}.d-11{width:91.6666666667%}@media screen and (max-width: 1024px){.md-11{width:91.6666666667%}}@media screen and (max-width: 767px){.sm-11{width:91.6666666667%}}.d-12{width:100%}@media screen and (max-width: 1024px){.md-12{width:100%}}@media screen and (max-width: 767px){.sm-12{width:100%}}.space{flex:1000 0 0}.bold{font-weight:600}.flex{display:flex}.between{justify-content:space-between}.nomargin{margin:0!important}.nolist{list-style:none}.v-start{align-items:flex-start}.flex-end{justify-content:flex-end}.upper{text-transform:uppercase}.notrans *{transition:none!important}*:disabled{opacity:.4;pointer-events:none}.hidden{display:none}.hidden.show{display:inherit}@media screen and (max-width: 767px){.hidden--mobile{display:none!important}}.nowrap{flex-wrap:nowrap}.wrap{flex-wrap:wrap}.f-column{flex-direction:column}.text-center{text-align:center}.h-center{justify-content:center}.v-center{align-items:center}.v-end{align-items:flex-end}.v-baseline{align-items:baseline}.align-right{text-align:right}.bold{font-weight:700}.j-self-center{justify-self:center}.reverse{flex-direction:row-reverse}.fly{position:absolute!important;left:-9999px!important;height:0!important;margin:0!important;padding:0!important}.capitalize{text-transform:capitalize}@media screen and (max-width: 767px){.sm-hide{display:none}}:root{--c-main-0: #fff;--c-main-25: #F7F7F8;--c-link: #377397;--font-primary: "Montserrat", sans-serif;--c-gray-200: #7d7d7d;--c-gray-400: #49454F;--c-gray-800: rgb(29, 31, 34);--c-primary: #0062FF;--blue-light: #E6F0FF;--divide-light: rgba(60, 60, 60, .08)}body,html{font-family:var(--font-primary);line-height:1.3;color:var(--c-gray-800)}h1,h2,h3,h4,h5,h6{line-height:1.3;margin:2rem 0 1rem;font-weight:700}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1{font-size:2.5rem}@media screen and (max-width: 767px){h1{font-size:1.75rem}}h2{font-size:38px}@media screen and (max-width: 767px){h2{font-size:1.5rem}}h3{font-size:1.75rem}@media screen and (max-width: 767px){h3{font-size:1.25rem}}h4{font-size:1.5rem}@media screen and (max-width: 767px){h4{font-size:1.15rem}}h5{font-size:1.25rem}@media screen and (max-width: 767px){h5{font-size:1.1rem}}h6{font-size:1rem}p{margin-top:1rem}a{color:var(--c-link)}a:hover{text-decoration:underline}ul,ol{margin-top:1.5rem}ul li,ol li{margin-left:2rem;margin-top:.75rem}blockquote{position:relative;margin-top:1.5rem;padding:48px 60px}@media screen and (max-width: 1024px){blockquote{padding:40px 16px}}blockquote:before,blockquote:after{content:"";background-image:url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2555_3057)"><path d="M12.306 24.5C14.7288 24.5 17.0972 25.2184 19.1117 26.5645C21.1262 27.9105 22.6964 29.8237 23.6235 32.0621C24.5507 34.3005 24.7933 36.7636 24.3206 39.1399C23.848 41.5161 22.6813 43.6989 20.9681 45.4121C19.2549 47.1253 17.0721 48.292 14.6959 48.7646C12.3196 49.2373 9.85652 48.9947 7.61813 48.0675C5.37973 47.1404 3.46654 45.5702 2.1205 43.5557C0.77445 41.5412 0.056 39.1728 0.056 36.75L0 35C0 28.5022 2.58124 22.2705 7.17588 17.6759C11.7705 13.0812 18.0022 10.5 24.5 10.5V17.5C22.2009 17.4938 19.9233 17.9435 17.799 18.823C15.6747 19.7025 13.7459 20.9944 12.124 22.624C11.4935 23.2531 10.912 23.9294 10.3845 24.647C11.0122 24.5467 11.6515 24.4965 12.3025 24.4965L12.306 24.5ZM43.806 24.5C46.2288 24.5 48.5972 25.2184 50.6117 26.5645C52.6262 27.9105 54.1964 29.8237 55.1235 32.0621C56.0507 34.3005 56.2933 36.7636 55.8206 39.1399C55.3479 41.5161 54.1813 43.6989 52.4681 45.4121C50.7549 47.1253 48.5721 48.292 46.1959 48.7646C43.8196 49.2373 41.3565 48.9947 39.1181 48.0675C36.8797 47.1404 34.9665 45.5702 33.6205 43.5557C32.2744 41.5412 31.556 39.1728 31.556 36.75L31.5 35C31.5 28.5022 34.0812 22.2705 38.6759 17.6759C43.2705 13.0812 49.5022 10.5 56 10.5V17.5C53.7009 17.4938 51.4233 17.9435 49.299 18.823C47.1747 19.7025 45.2459 20.9944 43.624 22.624C42.9935 23.2531 42.412 23.9294 41.8845 24.647C42.5122 24.5467 43.1527 24.5 43.806 24.5Z" fill="%230062FF"/></g><defs><clipPath id="clip0_2555_3057"><rect width="56" height="56" fill="white"/></clipPath></defs></svg>');position:absolute;width:56px;height:56px;background-size:contain;background-repeat:no-repeat}@media screen and (max-width: 1024px){blockquote:before,blockquote:after{width:38px;height:38px}}blockquote:before{top:0;left:0}blockquote:after{bottom:0;right:0;transform:rotate(-180deg)}blockquote>*:first-child{margin-top:0}.typo__list--stars,.typo__list--checked{list-style:none}.typo__list--stars li,.typo__list--checked li{margin-left:1rem;position:relative;padding-left:34px}@media screen and (max-width: 1024px){.typo__list--stars li,.typo__list--checked li{padding-left:30px}}@media screen and (max-width: 767px){.typo__list--stars li,.typo__list--checked li{margin-left:.5rem}}.typo__list--stars li:before,.typo__list--checked li:before{content:"";position:absolute;left:0;top:2px;width:24px;height:24px;background-size:contain;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 1024px){.typo__list--stars li:before,.typo__list--checked li:before{width:20px;height:20px;top:2px}}.typo__list--stars li:before{background-image:url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.8486 10.4493L23.2802 11.8445C23.1008 12.3195 23.1008 12.8241 23.2802 13.2991L23.8486 14.6943C24.1776 15.5255 23.9084 16.4754 23.1606 17.0097L21.9042 17.8706C21.4854 18.1675 21.2162 18.6127 21.0966 19.0877L20.8273 20.572C20.6478 21.4625 19.9 22.1156 19.0026 22.1453L17.477 22.2046C16.9685 22.2343 16.4899 22.4421 16.1309 22.7984L15.0839 23.8967C14.4557 24.5498 13.4686 24.6982 12.6908 24.2529L11.3746 23.4811C10.9259 23.2139 10.4174 23.1546 9.90887 23.2733L8.41319 23.6295C7.5457 23.8373 6.61838 23.4217 6.19959 22.6202L5.51158 21.2547C5.27227 20.8094 4.88339 20.4532 4.40477 20.3048L2.96892 19.8298C2.10143 19.533 1.56298 18.7018 1.65272 17.8112L1.80229 16.2973C1.86212 15.7927 1.71255 15.288 1.3835 14.9021L0.426268 13.7147C-0.14209 13.0022 -0.14209 12.0226 0.426268 11.3102L1.3835 10.1228C1.71255 9.73687 1.86212 9.23223 1.80229 8.72758L1.65272 7.21364C1.56298 6.32308 2.10143 5.49189 2.96892 5.19504L4.40477 4.72008C4.88339 4.57165 5.27227 4.21543 5.51158 3.77015L6.19959 2.40464C6.61838 1.60314 7.51579 1.18754 8.41319 1.39534L9.90887 1.75156C10.3875 1.8703 10.9259 1.81093 11.3746 1.54377L12.6908 0.771952C13.4686 0.326674 14.4557 0.445415 15.0839 1.12817L16.1309 2.22653C16.4899 2.58275 16.9685 2.82023 17.477 2.82023L19.0026 2.8796C19.9 2.90928 20.6778 3.56236 20.8273 4.45291L21.0966 5.93717C21.1863 6.44182 21.4854 6.8871 21.9042 7.15426L23.1606 8.01513C23.9084 8.66821 24.2076 9.61813 23.8486 10.4493Z" fill="%230062FF"/><g opacity="0.15"><path d="M7.06708 22.5311L6.37907 21.1656C6.13976 20.7203 5.75089 20.3641 5.27227 20.2156L3.83642 19.7407C2.96892 19.4438 2.43048 18.6126 2.52022 17.7221L2.66979 16.2081C2.72961 15.7035 2.58005 15.1988 2.251 14.8129L1.29376 13.6255C0.725404 12.9131 0.725404 11.9335 1.29376 11.221L2.251 10.0336C2.58005 9.64771 2.72961 9.14306 2.66979 8.63841L2.52022 7.12447C2.43048 6.23391 2.96892 5.40273 3.83642 5.10588L5.27227 4.63091C5.75089 4.48249 6.13976 4.12627 6.37907 3.68099L7.06708 2.31547C7.30639 1.84051 7.72518 1.51397 8.17388 1.36554C7.36622 1.2468 6.55855 1.6624 6.19959 2.40453L5.51158 3.77004C5.27227 4.21532 4.88339 4.57154 4.40477 4.71997L2.96892 5.19493C2.10143 5.49178 1.56298 6.32297 1.65272 7.21352L1.80229 8.72747C1.86212 9.23212 1.71255 9.73676 1.3835 10.1227L0.426268 11.3101C-0.14209 12.0225 -0.14209 13.0021 0.426268 13.7146L1.3835 14.902C1.71255 15.2879 1.86212 15.7925 1.80229 16.2972L1.65272 17.8111C1.56298 18.7017 2.10143 19.5329 2.96892 19.8297L4.40477 20.3047C4.88339 20.4531 5.27227 20.8093 5.51158 21.2546L6.19959 22.6201C6.61838 23.4216 7.51579 23.8372 8.41319 23.6294L8.59267 23.5997C7.93458 23.481 7.36622 23.1248 7.06708 22.5311Z" fill="%23080808"/><path d="M12.2121 1.45465L13.5277 0.682839C13.6473 0.623469 13.7668 0.564099 13.8864 0.534413C13.4679 0.475043 13.0194 0.564099 12.6606 0.771895L11.3451 1.54371C11.2255 1.60308 11.1059 1.66245 10.9863 1.69213C11.4049 1.75151 11.8235 1.69214 12.2121 1.45465Z" fill="%23080808"/><path d="M18.3151 22.0859C18.1656 22.0859 18.0161 22.1155 17.8965 22.1452L18.9728 22.0859C19.1223 22.0859 19.2419 22.0562 19.3914 22.0265L18.3151 22.0859Z" fill="%23080808"/><path d="M13.5288 24.1341L12.2126 23.3623C11.7639 23.0951 11.2554 23.0358 10.7469 23.1545L10.5674 23.1842C10.8366 23.2139 11.0759 23.3029 11.3152 23.4217L12.6314 24.1935C13.14 24.4903 13.7083 24.52 14.2468 24.3419C14.0074 24.3419 13.7681 24.2825 13.5288 24.1341Z" fill="%23080808"/></g><path d="M7.24609 10.6867L10.9853 14.9317L18.6432 8.81653" fill="%230062FF"/><path d="M18.5191 11.0488C18.4386 10.7953 18.2179 10.6152 17.9568 10.5912L14.4097 10.263L13.0071 6.91799C12.9037 6.67285 12.6682 6.51416 12.4065 6.51416C12.1448 6.51416 11.9092 6.67285 11.8058 6.91857L10.4032 10.263L6.85561 10.5912C6.59495 10.6157 6.3748 10.7953 6.29388 11.0488C6.21296 11.3024 6.28769 11.5805 6.48487 11.7558L9.16602 14.1517L8.37541 17.7002C8.31756 17.9611 8.41695 18.2308 8.62942 18.3873C8.74362 18.4714 8.87723 18.5142 9.01197 18.5142C9.12814 18.5142 9.24338 18.4823 9.3468 18.4192L12.4065 16.5559L15.465 18.4192C15.6888 18.5564 15.971 18.5439 16.183 18.3873C16.3955 18.2303 16.4948 17.9605 16.437 17.7002L15.6463 14.1517L18.3275 11.7563C18.5247 11.5805 18.6 11.3028 18.5191 11.0488Z" fill="%23FCFCFC"/></svg>')}.typo__list--checked li:before{background-image:url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.8486 10.4493L23.2802 11.8445C23.1008 12.3195 23.1008 12.8241 23.2802 13.2991L23.8486 14.6943C24.1776 15.5255 23.9084 16.4754 23.1606 17.0097L21.9042 17.8706C21.4854 18.1675 21.2162 18.6127 21.0966 19.0877L20.8273 20.572C20.6478 21.4625 19.9 22.1156 19.0026 22.1453L17.477 22.2046C16.9685 22.2343 16.4899 22.4421 16.1309 22.7984L15.0839 23.8967C14.4557 24.5498 13.4686 24.6982 12.6908 24.2529L11.3746 23.4811C10.9259 23.2139 10.4174 23.1546 9.90887 23.2733L8.41319 23.6295C7.5457 23.8373 6.61838 23.4217 6.19959 22.6202L5.51158 21.2547C5.27227 20.8094 4.88339 20.4532 4.40477 20.3048L2.96892 19.8298C2.10143 19.533 1.56298 18.7018 1.65272 17.8112L1.80229 16.2973C1.86212 15.7927 1.71255 15.288 1.3835 14.9021L0.426268 13.7147C-0.14209 13.0022 -0.14209 12.0226 0.426268 11.3102L1.3835 10.1228C1.71255 9.73687 1.86212 9.23223 1.80229 8.72758L1.65272 7.21364C1.56298 6.32308 2.10143 5.49189 2.96892 5.19504L4.40477 4.72008C4.88339 4.57165 5.27227 4.21543 5.51158 3.77015L6.19959 2.40464C6.61838 1.60314 7.51579 1.18754 8.41319 1.39534L9.90887 1.75156C10.3875 1.8703 10.9259 1.81093 11.3746 1.54377L12.6908 0.771952C13.4686 0.326674 14.4557 0.445415 15.0839 1.12817L16.1309 2.22653C16.4899 2.58275 16.9685 2.82023 17.477 2.82023L19.0026 2.8796C19.9 2.90928 20.6778 3.56236 20.8273 4.45291L21.0966 5.93717C21.1863 6.44182 21.4854 6.8871 21.9042 7.15426L23.1606 8.01513C23.9084 8.66821 24.2076 9.61813 23.8486 10.4493Z" fill="%230062FF"/><g opacity="0.15"><path d="M7.06708 22.5311L6.37907 21.1656C6.13976 20.7203 5.75089 20.3641 5.27227 20.2156L3.83642 19.7407C2.96892 19.4438 2.43048 18.6126 2.52022 17.7221L2.66979 16.2081C2.72961 15.7035 2.58005 15.1988 2.251 14.8129L1.29376 13.6255C0.725404 12.9131 0.725404 11.9335 1.29376 11.221L2.251 10.0336C2.58005 9.64771 2.72961 9.14306 2.66979 8.63841L2.52022 7.12447C2.43048 6.23391 2.96892 5.40273 3.83642 5.10588L5.27227 4.63091C5.75089 4.48249 6.13976 4.12627 6.37907 3.68099L7.06708 2.31547C7.30639 1.84051 7.72518 1.51397 8.17388 1.36554C7.36622 1.2468 6.55855 1.6624 6.19959 2.40453L5.51158 3.77004C5.27227 4.21532 4.88339 4.57154 4.40477 4.71997L2.96892 5.19493C2.10143 5.49178 1.56298 6.32297 1.65272 7.21352L1.80229 8.72747C1.86212 9.23212 1.71255 9.73676 1.3835 10.1227L0.426268 11.3101C-0.14209 12.0225 -0.14209 13.0021 0.426268 13.7146L1.3835 14.902C1.71255 15.2879 1.86212 15.7925 1.80229 16.2972L1.65272 17.8111C1.56298 18.7017 2.10143 19.5329 2.96892 19.8297L4.40477 20.3047C4.88339 20.4531 5.27227 20.8093 5.51158 21.2546L6.19959 22.6201C6.61838 23.4216 7.51579 23.8372 8.41319 23.6294L8.59267 23.5997C7.93458 23.481 7.36622 23.1248 7.06708 22.5311Z" fill="%23080808"/><path d="M12.2121 1.45465L13.5277 0.682839C13.6473 0.623469 13.7668 0.564099 13.8864 0.534413C13.4679 0.475043 13.0194 0.564099 12.6606 0.771895L11.3451 1.54371C11.2255 1.60308 11.1059 1.66245 10.9863 1.69213C11.4049 1.75151 11.8235 1.69214 12.2121 1.45465Z" fill="%23080808"/><path d="M18.3151 22.0859C18.1656 22.0859 18.0161 22.1155 17.8965 22.1452L18.9728 22.0859C19.1223 22.0859 19.2419 22.0562 19.3914 22.0265L18.3151 22.0859Z" fill="%23080808"/><path d="M13.5288 24.1341L12.2126 23.3623C11.7639 23.0951 11.2554 23.0358 10.7469 23.1545L10.5674 23.1842C10.8366 23.2139 11.0759 23.3029 11.3152 23.4217L12.6314 24.1935C13.14 24.4903 13.7083 24.52 14.2468 24.3419C14.0074 24.3419 13.7681 24.2825 13.5288 24.1341Z" fill="%23080808"/></g><path d="M7.24609 10.6867L10.9853 14.9317L18.6432 8.81653" fill="%230062FF"/><path d="M10.0888 17.1284C9.66997 17.1284 9.25118 16.9503 8.95204 16.6238L5.21284 12.3788C4.6744 11.7554 4.73423 10.8352 5.3325 10.2711C5.96068 9.73681 6.88801 9.79618 7.45636 10.3899L10.2682 13.5662L16.8193 8.34161C17.4475 7.83696 18.4047 7.92601 18.9133 8.57909C19.4218 9.23216 19.3321 10.1524 18.674 10.6571L11.0161 16.8019C10.7469 17.0097 10.4178 17.1284 10.0888 17.1284Z" fill="%23FCFCFC"/></svg>')}p.text-l{font-size:24px;line-height:32px}@media screen and (max-width: 1024px){p.text-l{font-size:20px;line-height:28px}}p.text-xl{font-size:32px;line-height:40px}@media screen and (max-width: 1024px){p.text-xl{font-size:24px;line-height:32px}}p.text-semibold,.fw-500{font-weight:500}.layout--project .section__col-content{max-width:994px}.layout--project .section p,.layout--project .section ul,.layout--project .section ol,.layout--project .section li{font-size:22px;line-height:32px}@media screen and (max-width: 1024px){.layout--project .section p,.layout--project .section ul,.layout--project .section ol,.layout--project .section li{font-size:18px;line-height:24px}}@media screen and (max-width: 767px){.layout--project .section p,.layout--project .section ul,.layout--project .section ol,.layout--project .section li{font-size:16px}}@media screen and (max-width: 767px){.layout--project .section p{padding:0!important}}@media screen and (max-width: 1024px){.layout--project .section h1{font-size:2rem}}@media screen and (max-width: 767px){.layout--project .section h1{font-size:32px;line-height:38px}}@media screen and (max-width: 1024px){.layout--project .section h2{margin-bottom:0rem!important}}@media screen and (max-width: 767px){.layout--project .section h2{font-size:22px;line-height:32px}}.layout--project .section li{margin-bottom:24px;margin-left:0}.layout--project .section li:last-child{margin-bottom:0}.layout--project .section li:before{top:5px}:root{--bg: #ffffff;--fs: 1rem;--main-color: #080808;--main-color-light: #FCFCFC;--active-color: #007aff !important;--border-radius-xs: 4px;--border-radius-s: 6px;--primary-gradient: linear-gradient(-45deg, #1970e2, #4695ff)}body{background:var(--bg);color:var(--main-color);font-size:var(--fs)}a:hover{text-decoration:none;color:var(--c-primary)}.body-overflow{height:100vh;max-height:100vh;width:100vw;overflow:hidden}.bg__custom{padding:56px 0}@media screen and (max-width: 767px){.bg__custom{padding:40px 0}}.bg__blue-light{background:var(--blue-light)}a.a-btn.outlined{text-decoration:none!important;transition:all .3s ease 0s;color:#080808}.a-btn{border-radius:var(--border-radius-s);height:40px;letter-spacing:0;font-size:14px;font-weight:500;transition:all .3s ease 0s;padding:14px}@media screen and (max-width: 1024px){.a-btn{height:32px;border-radius:4px;font-size:12px}}@media screen and (max-width: 767px){.a-btn{font-weight:500}}.a-btn:focus:after,.a-btn:active:after{outline:none}.a-btn.primary{background:var(--c-primary);color:var(--main-color-light)!important;text-decoration:none!important}.a-btn.outlined{background:#fff;color:#080808;border:1px solid var(--c-primary);font-weight:600}.a-btn.outlined:hover{background:var(--c-primary);color:#fff}.a-btn.btn--medium{height:64px;min-height:64px;font-size:20px;border-radius:8px}@media screen and (max-width: 767px){.a-btn.btn--medium{height:56px;min-height:56px;font-size:17px;border-radius:6px}}.a-btn.btn--large{height:72px;font-size:20px;border-radius:10px}@media screen and (max-width: 767px){.a-btn.btn--large{height:56px;font-size:18px;border-radius:6px}}.a-btn.btn--large-xl{height:104px;font-size:32px;font-weight:600;padding-left:60px;padding-right:60px}@media screen and (max-width: 1024px){.a-btn.btn--large-xl{height:80px;padding-left:40px;padding-right:40px;font-weight:500;font-size:24px}}@media screen and (max-width: 767px){.a-btn.btn--large-xl{height:56px;padding-left:20px;padding-right:20px;font-weight:500;font-size:17px}}.a-btn.btn-340{max-width:100%;width:340px}.progress-bar-indicator{position:relative;height:4px;width:100%;overflow:hidden;background:#ebebeb;z-index:100}.progress-bar-indicator:before,.progress-bar-indicator:after{background:var(--primary-gradient)}.progress-bar-backdrop{background:transparent}.progress-bar:not(.loading) .progress-bar-indicator{background:var(--primary-gradient);width:0;transition:all .3s ease 0s}.progress-bar:not(.loading) .progress-bar-indicator:after,.progress-bar:not(.loading) .progress-bar-indicator:before{display:none}.progress-bar:not(.loading).start .progress-bar-indicator{width:25%}.progress-bar:not(.loading).pending .progress-bar-indicator{width:25%;animation:linear-progress-pending 10s linear forwards}.progress-bar:not(.loading).resolve .progress-bar-indicator{width:100%}@keyframes linear-progress-pending{0%{width:25%}to{width:70%}}.sticker{display:inline-block;padding:3px 20px;border-radius:34px;border:3px solid var(--c-primary);background:#fff;line-height:1;z-index:1;position:relative;white-space:nowrap;letter-spacing:-.075rem}@media screen and (max-width: 767px){.sticker{padding:6px 10px}}@keyframes sticker{0%{transform:translate(2px,2px) rotate(5deg)}25%{transform:translateY(2px) rotate(5deg)}50%{transform:translate(2px) rotate(4.5deg)}75%{transform:translate(2px,4px) rotate(5deg)}to{transform:translateY(2px) rotate(5deg)}}.layout--service .hero--1 .hero__content{padding-top:150px}@media screen and (max-width: 767px){.layout--service .hero--1 .hero__content{padding-top:120px}}.layout--service .hero--1 .hero__title{font-size:40px;font-weight:600}@media screen and (max-width: 767px){.layout--service .hero--1 .hero__title{font-size:34px}}.layout--service .hero--1 .hero__title span{font-weight:600;font-size:40px;color:var(--main-color);padding:4px 20px;transform:none}@media screen and (max-width: 767px){.layout--service .hero--1 .hero__title span{font-size:34px;transform:rotate(-3deg) translateY(-8px)}}.layout--service .hero--1 .hero__text{margin-top:1rem}.layout--service .hero--1 .hero__btn{width:100%;max-width:600px;margin-top:0;margin-bottom:40px}@media screen and (max-width: 1024px){.layout--service .hero--1 .hero__btn{margin-bottom:0}}.field.filled .label,.field.focus .label{transform:translate3d(0,-.75rem,0) scale(.75)}.field.focus .field-content:before{background:transparent;border-color:var(--c-primary)}.field.error .field-content:before{border-color:red}.field-content{border-radius:0;background:transparent}.field-content:before{border-left:none;border-top:none;border-right:none;border-color:#a3a3a3}.field-content:hover:before{background:transparent;border-color:#111}.field-content .label{left:0;transform:translateY(4px)}.field-content .input{padding-left:0;padding-right:0;height:50px;padding-bottom:0}.field-bottom{position:absolute;margin-top:0}.field.static-label{flex-direction:column}.field.static-label .field-content{width:100%;min-height:38px}.field.static-label .control-wrap{min-height:38px}.field.static-label .label{font-weight:600}.field.static-label .input{height:38px;padding:4px 0}.a-field-file .field-prepend{margin:0;transform:translateY(4px);position:absolute}.a-field-file .label{transform:translate(24px,3px)!important}.a-field-file-input{cursor:pointer;margin-left:0;padding-left:24px;transform:translateY(2px);font-size:18px}.a-field-file .input{pointer-events:none}.a-field-file.filled .label{display:none}.section{font-size:18px;line-height:28px}@media screen and (max-width: 1024px){.section{font-size:16px;line-height:24px}}.section h2{margin-bottom:2rem}@media screen and (max-width: 1024px){.section h2{font-size:1.5rem;margin-bottom:1rem}}@media screen and (max-width: 1024px){.section h3{font-size:1.3rem}}@media screen and (max-width: 1024px){.section ul,.section ol{margin:1.2rem 0}}@media screen and (max-width: 1024px){.section--content .section__col img{object-fit:contain;object-position:center;height:100%;margin:0!important}}.section--content .section__col-content>*:last-child{margin-bottom:0}@media screen and (max-width: 1024px) and (max-width: 767px){.section--fullwidth .section__col--1 img{transform:none!important}}@media screen and (max-width: 1024px) and (max-width: 767px){.section--fullwidth .section__col--2 img{transform:none!important}}.select__phone{width:auto!important}.select__phone-option{display:flex;align-items:center;gap:0 .5rem}.select__phone .a-item{padding-top:.25rem;padding-bottom:.25rem;min-height:36px;font-weight:400}.select__phone .a-item img{width:20px}.a-window-inner{width:100%;margin:auto;left:0;right:0;justify-content:center;max-height:initial;height:100vh;padding:1rem 0;overflow:auto}.a-window-inner .a-window{width:96%;border-radius:10px;padding:16px 24px 36px;box-shadow:none;margin:auto}@media screen and (max-width: 767px){.a-window-inner .a-window{border-radius:6px;padding:16px 16px 24px}}html:not(.no-js) [data-aos=fade-up]{transform:translate3d(0,50px,0)}.pulse{animation:pulse 3s infinite}.pulse__shadow:after{box-shadow:0 0 #0062ff80;animation:pulse_shadow 3s infinite}@keyframes pulse{50%{transform:scale(.87)}to{transform:scale(1)}}@keyframes pulse_shadow{70%{box-shadow:0 0 0 50px #0062ff00}to{box-shadow:0 0 #0062ff00}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
