.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width: 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width: 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width: 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}body{background:#edeef7;margin:0;min-height:100vh;min-width:100vw;overflow-x:hidden}body::-webkit-scrollbar{position:absolute;width:5px;background-color:#f3f3f3;transition:all .5s}body::-webkit-scrollbar-thumb{background-color:#8c8d99;border-radius:3px;transition:all .5s;position:absolute}body::-webkit-scrollbar-track{background-color:transparent;transition:all .5s;position:absolute}.card{background-color:#fff;border-radius:10px}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.card{border-radius:6px}}input{height:50px!important;width:100%;border-radius:6px!important;border:1px solid #989898!important;box-sizing:border-box;font-size:14px;outline:none;font-family:"Gilroy",Sans-Serif;transition:all .4s}input:focus,input:hover{border:1px solid #25CE78!important}input::placeholder{font-size:15px;font-weight:400;color:#9293a7}textarea{display:inline-block;margin:0;padding:12px 18px!important;border:1px solid #989898;border-radius:6px;resize:none;font:400 14px/1.5 "Gilroy",Sans-Serif;outline:none}textarea:focus{border:1px solid #25CE78}textarea::placeholder{font-size:16px;font-weight:400;color:#9293a7}textarea::-webkit-scrollbar{width:15px}textarea::-webkit-scrollbar-thumb{border-radius:8px;box-shadow:inset 0 0 10px 10px #8c8d99;border:solid 5px transparent}textarea::-webkit-scrollbar-track{border-radius:8px;box-shadow:inset 0 0 10px 10px #0000001a;border:solid 5px transparent}h3{margin:0;font-family:"Gilroy",Sans-Serif;color:#2b2e47;font-weight:700;font-size:24px;line-height:1em}h4{margin:0;font-family:"Gilroy",Sans-Serif;color:#a6a8bd;font-weight:400;font-size:14px}h5{display:inline;margin:0;font-family:"Gilroy",Sans-Serif;color:#a6a8bd;font-weight:400;font-size:12px;line-height:1em}h6{margin:0;font-family:"Gilroy",Sans-Serif;color:#2b2e47;font-weight:600;font-size:16px;line-height:1em}p{display:inline;line-height:1em;margin:0;font-family:"Gilroy",Sans-Serif;color:#a6a8bd;font-weight:400;font-size:12px;text-align:center}li{line-height:1.3em;margin:0;font-family:"Gilroy",Sans-Serif;color:#60668c;font-weight:400;font-size:14px;padding-top:10px;list-style-type:""}li:before{content:"";font-size:0;vertical-align:middle;display:inline-block;margin-top:-2px;margin-right:8px;margin-left:2px;width:5px;height:5px;border-radius:100%;background:#4a5ac5}@media (min-width: 1501px){li:before{margin-right:14px}}a{display:inline;line-height:1em;margin:0;font-family:"Gilroy",Sans-Serif;color:#a6a8bd;font-weight:400;font-size:12px;text-align:center}span{margin:0;font-family:Montserrat,sans-serif;color:#2b2e47;font-weight:700;font-size:26px;line-height:1em}footer{min-height:52px;background-color:#f4f5fb;display:flex;align-items:center;z-index:99}header{min-height:52px;background-color:#f4f5fb;display:flex;align-items:center;z-index:999}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){header{position:fixed;width:100%}}@media (max-width: 1100px){header{position:fixed;width:100%}}.Vue-Toastification__toast{min-height:45px;min-width:0px;padding:15px 22px}.formkit-outer{transition:margin-bottom .34s}[data-invalid] .formkit-outer{margin-bottom:7px}.formkit-outer .formkit-label{color:#a6a8bd;font-weight:400;font-size:14px}.formkit-outer input{border:none!important;padding-left:18px!important;padding-right:20px!important;font-size:15px}.formkit-outer textarea{border:none!important}.formkit-wrapper{max-width:none!important}.formkit-inner{border-radius:6px!important;transition:all .4s}[data-invalid] .formkit-inner{border-color:#eb6459;box-shadow:0 0 0 1px #eb6459!important}.formkit-inner:focus-within,.formkit-inner:hover{box-shadow:0 0 0 1px #25ce78!important}[data-invalid].formkit-outer{margin-bottom:7px}.formkit-message{margin-left:2px}.formkit-message:before{display:none}@font-face{font-family:Gilroy;src:local("Gilroy Regular"),local("Gilroy-Regular"),url(/assets/Gilroy-Regular.8e78c2c8.woff2) format("woff2"),url(/assets/Gilroy-Regular.65aaefc7.woff) format("woff"),url(/assets/Gilroy-Regular.4312cfe3.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Gilroy;src:local("Gilroy Medium"),local("Gilroy-Medium"),url(/assets/Gilroy-Medium.ee68ee26.woff2) format("woff2"),url(/assets/Gilroy-Medium.119e6666.woff) format("woff"),url(/assets/Gilroy-Medium.216a2049.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Gilroy;src:local("Gilroy Semibold"),local("Gilroy-Semibold"),url(/assets/Gilroy-Semibold.a009b007.woff2) format("woff2"),url(/assets/Gilroy-Semibold.75bd5a29.woff) format("woff"),url(/assets/Gilroy-Semibold.070077f0.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Gilroy;src:local("Gilroy Bold"),local("Gilroy-Bold"),url(/assets/Gilroy-Bold.8da03ac3.woff2) format("woff2"),url(/assets/Gilroy-Bold.d27594f8.woff) format("woff"),url(/assets/Gilroy-Bold.1b401dca.ttf) format("truetype");font-weight:700;font-style:normal}.header-wrap{display:flex;align-items:center;margin:0 20px}@media (max-width: 760px){.header-wrap{margin:0 15px 0 10px}}.header-wrap img{max-height:38px}.header-wrap img:last-child{display:none}@media (min-width: 1101px) and (min-height: 561px){.header-wrap img:last-child{display:inline-block}}.header-wrap img:first-child{display:inline-block}@media (min-width: 1101px) and (min-height: 561px){.header-wrap img:first-child{display:none}}.header-wrap>:first-child{all:unset;display:contents}.header-wrap>:nth-child(2){margin-left:25px}.header-wrap>:last-child{margin-left:auto;display:flex;align-items:center}.header-wrap a{display:none;color:#3f3f3f;font:500 12px/1 "Gilroy",Sans-Serif;text-transform:uppercase;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.3s;margin:0;padding:10px}.header-wrap a:hover,.header-wrap a.router-link-active{color:#001392}@media (min-width: 1101px) and (min-height: 561px){.header-wrap a{display:inline-block}}@media (min-width: 1501px){.header-wrap a{padding:10px 13px}}.language-select{display:none}.language-select button{font:400 12px/1.2 Montserrat,sans-serif;color:#6b6e8a;border-radius:5px;border:1px solid #989898;box-shadow:none;outline:0;text-decoration:none;background:white;border-color:transparent;padding:5px 8px;margin-left:10px;transition:all .2s}.language-select button:hover{border:1px solid #001392;color:#000}@media (min-width: 1101px) and (min-height: 561px){.language-select{display:block}}.navigat-footer .language-select{padding:15px 12px;display:flex;flex-direction:row;justify-content:end}@media (max-height: 390px){.navigat-footer .language-select{padding:10px}}.navigat-footer .language-select button{color:#000;margin-left:12px;font-weight:500}.navigat-footer .language-select button:hover{outline:2px solid #84c1ff;color:#000}.nav-btn{display:block;position:relative;z-index:998;cursor:pointer;width:26px;height:26px}.nav-btn .btn-bar{border-radius:2px;position:absolute;left:0;background:#4e6e7d;transition:transform .3s ease-in-out,opacity .3s ease-in-out .15s,top .3s ease-in-out .15s;height:2px;width:26px}.nav-btn .btn-bar:nth-child(1){transform:translateY(4px)}.nav-btn .btn-bar:nth-child(2){transform:translateY(11px)}.nav-btn .btn-bar:nth-child(3){transform:translateY(18px)}@media (min-width: 1101px) and (min-height: 561px){.nav-btn{display:none}}.nav-btn.active .btn-bar:nth-child(1){transform:translateY(11px) rotate(45deg)}.nav-btn.active .btn-bar:nth-child(2){opacity:0;transition:opacity .15s ease-in-out}.nav-btn.active .btn-bar:nth-child(3){transform:translateY(11px) rotate(-45deg)}.sidebar-menu{display:flex;height:calc(var(--vh, 1vh) * 100 - 52px);width:0px;background-color:#4e6e7d;position:absolute;top:52px;right:0;transition:width .4s,height .1s linear;flex-direction:column;justify-content:space-between;z-index:998}.sidebar-menu.active{width:240px;box-shadow:0 11px 20px #0000002e}@media (min-width: 1101px) and (min-height: 561px){.sidebar-menu{display:none}}.navigat-wrap{width:240px;overflow:hidden;margin-top:40px;direction:rtl}@media (max-height: 390px){.navigat-wrap{margin-top:25px}}@media (max-height: 350px){.navigat-wrap{overflow:auto;margin-left:10px;width:220px;padding-left:10px}}.navigat-wrap::-webkit-scrollbar{width:5px}.navigat-wrap::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(137,188,205,.63),rgba(86,123,138,.49));background-clip:content-box;border-radius:3px}.navigat-wrap::-webkit-scrollbar-track{background:rgba(0,0,0,.3);background-clip:content-box;border-radius:3px}.navigat-wrap a{direction:ltr;display:block;color:#eff0f7;border-radius:6px 0 0 6px;font:500 10pt/1em Montserrat,sans-serif;text-transform:uppercase;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.2s;text-align:end;margin:3px 0 3px 13px;padding:10px}@media (max-height: 350px){.navigat-wrap a{margin:0 0 6px 3px}.navigat-wrap a:last-child{margin:0 0 0 3px}}.navigat-wrap a:hover{color:#6b8fa1;background-color:#fff;margin:3px 0 3px 10px}@media (max-height: 350px){.navigat-wrap a:hover{margin:0 0 6px;color:#fff}.navigat-wrap a:hover:last-child{margin:0}}.navigat-wrap a.router-link-active{color:#fff;background-color:#6b8fa1}@media (min-width: 1101px) and (min-height: 561px){.navigat-wrap a{display:none}}.navigat-footer{width:240px;overflow:hidden}@media (max-height: 390px){.navigat-footer{overflow:visible}}.footer-container{display:flex;align-items:center;margin:0 10px;justify-content:space-between}.footer-container a{text-decoration:none;cursor:pointer}@media (max-width: 1100px){.footer-container{flex-direction:column-reverse;align-items:stretch}}.footer-copy{display:flex;align-items:center;flex-wrap:wrap;flex-basis:400px}@media (max-width: 1500px){.footer-copy{flex-basis:270px}}@media (max-width: 1100px){.footer-copy{flex-basis:30px;justify-content:center}}@media (max-width: 500px){.footer-copy{flex-basis:50px}}.footer-partners{display:flex;align-items:flex-start;flex-wrap:wrap;flex-basis:max-content;justify-content:space-around}.footer-partners img{opacity:.5;margin:0 8px;transition:opacity .2s}@media (min-width: 1501px){.footer-partners img{margin:0 18px}}@media (max-width: 1100px){.footer-partners img{margin:0 14px}}.footer-partners img:hover{opacity:1}@media (max-width: 1100px){.footer-partners{flex-basis:30px}}@media (max-width: 500px){.footer-partners{flex-basis:100px;align-items:center}}@media (max-width: 330px){.footer-partners{display:flex;flex-basis:120px;flex-direction:column;align-items:center;margin-top:10px}}.footer-partners-column{display:flex;align-items:center;justify-content:space-between}@media (max-width: 500px){.footer-partners-column{flex-direction:column;justify-content:space-around;align-self:stretch}}@media (max-width: 330px){.footer-partners-column{flex-basis:60px}}.footer-support{display:flex;align-items:center;flex-wrap:wrap;flex-basis:400px;justify-content:end}.footer-support a{margin-left:20px;transition:all .2s}@media (max-width: 1100px){.footer-support a{margin:0 10px}}.footer-support a:hover{color:#000}@media (max-width: 1500px){.footer-support{flex-basis:270px}}@media (max-width: 1100px){.footer-support{flex-basis:48px;justify-content:space-around}}@media (max-width: 330px){.footer-support{flex-basis:60px;margin-top:10px;flex-direction:column}}.container{width:100%;height:100%;max-width:1400px;margin:0 auto;padding:0;-webkit-text-size-adjust:none;flex:1}@media (max-width: 1500px) and (min-width: 1101px){.container{max-width:1000px}}@media (max-width: 1100px) and (min-width: 761px){.container{max-width:700px}}@media (max-width: 760px){.container{max-width:600px}}.page-wrap{padding-top:52px}@media (min-width: 1101px) and (min-height: 561px){.page-wrap{padding-top:0}}.center-content{display:flex;flex-direction:column;justify-content:center}#overlay{position:fixed;visibility:hidden;width:100vw;height:100vh;top:0;left:0;right:0;bottom:0;background-color:#0000;z-index:100;transition:visibility .5s,background-color .5s,height .1s linear}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){#overlay.active{visibility:visible;background-color:#0006}}@media (max-width: 1100px){#overlay.active{visibility:visible;background-color:#0006}}.blur-content{transition:all .5s}.blur-content.active{filter:blur(3px);pointer-events:none}#app{min-height:100vh;display:flex;flex-direction:column}.crypto-select{margin:10px;padding:26px;display:flex;flex-direction:column;justify-content:space-between}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.crypto-select{padding:20px;margin-top:0}}.crypto-header{width:100%}.crypto-header-1{display:flex;align-items:center;justify-content:space-between}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.crypto-header-1{display:none}}.crypto-header-1 img{width:54px;height:54px;position:relative}.crypto-name{font-size:25px}@media (min-width: 1501px){.crypto-name{font-size:27px}}.crypto-header-2{display:none}.input-wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;margin-top:0}.input-wrapper input{padding-left:16px!important;padding-right:65px!important}.input-wrapper span{position:absolute;right:20px;color:#a6a8bd;font-size:14px;font-weight:400}.crypto-list-card{grid-area:cryptoList;margin:10px;padding:18px 15px 18px 0}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.crypto-list-card{display:none}}@media (max-width: 1100px){.crypto-list-card{margin-top:0}}.crypto-list{overflow:auto;height:100%}.crypto-list::-webkit-scrollbar{width:5px}.crypto-list::-webkit-scrollbar-thumb{background:#8c8d99;border-radius:4px}.crypto-list::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:4px}.crypto-list-item{font:400 16px/1.2 "Gilroy",Sans-Serif;color:#2b2e47;cursor:pointer;min-height:48px;padding:0 13px 0 18px!important;display:flex;align-items:center;justify-content:space-between;border-left:3px solid transparent;margin-top:0;transition:.3s linear}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.crypto-list-item{min-height:46px;padding:0 7px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;justify-content:start;transition:all .2s}}.crypto-list-item .img-wrap{float:left;flex-basis:26px;padding-right:12px}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.crypto-list-item .img-wrap{flex-basis:34px;padding-right:10px}}.crypto-list-item img{width:28px;height:28px;position:relative;display:table-cell;vertical-align:middle;max-width:max-content}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.crypto-list-item img{height:32px;width:32px}}.crypto-list-item span{margin:2px 0;float:left;font-weight:400;position:relative;line-height:1;text-align:start;font-size:14px}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.crypto-list-item span{font-weight:500}}.crypto-list-item:hover,.crypto-list-item.selected{color:#4a5ac5;border-left-color:#4a5ac5;background:-moz-linear-gradient(left,#f4f4fb 0,white 100%);background:-webkit-linear-gradient(left,#f4f4fb 0,white 100%);background:linear-gradient(to right,#f4f4fb 0,#fff 100%)}.crypto-list-item:hover span,.crypto-list-item.selected span{color:#2c3fc3}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.crypto-list-item:hover{background:none;color:#4a5ac588;border-left-color:none}}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.crypto-header-2{display:inline-block;width:100%;position:relative}.crypto-header-mob{display:flex;align-items:center;padding-top:6px;margin-left:-4px;background-color:#fff;position:relative;cursor:pointer}.cryptoz{z-index:99}.fiatz{z-index:88}.crypto-name{font-size:24px;flex-basis:100%;overflow:hidden;text-overflow:ellipsis;z-index:99;background-color:#fff;position:relative;padding-bottom:4px;display:flex;align-items:center;min-height:36px}.drop-trigger-arrow-wrap{width:20px;height:36px;min-height:36px;min-width:20px;position:relative;z-index:99;background-color:#fff;padding-bottom:4px}.drop-trigger-arrow{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;transform:rotate(0);transition:all .5s}.drop-trigger-arrow.active{transform:rotate(180deg)}.drop-content{position:absolute;top:30%;width:100%;max-height:10px;overflow:auto;background-color:#fff;border-radius:5px;z-index:1;transition:all .5s}.drop-content.active{top:105%;max-height:200px;box-shadow:0 1px 3px #00000049}}.request-form{padding:26px 26px 22px;display:flex;flex-direction:column}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.request-form{padding:26px 20px 20px}}@media (min-width: 1501px){.request-form h3{font-size:27px}}.request-form button{cursor:pointer;font:700 14px/1 Montserrat,sans-serif;min-height:55px;width:100%;max-width:320px;margin:auto;display:flex;align-items:center;justify-content:center;border-radius:35px;padding:5px 15px;background:#7843c5;background:-moz-linear-gradient(left,rgba(120,67,197,.9),rgba(207,79,172,.9))!important;background:-o-linear-gradient(left,rgba(120,67,197,.9),rgba(207,79,172,.9))!important;background:-webkit-linear-gradient(left,rgb(144,81,237),rgb(235,90,195));background:linear-gradient(to right,rgb(144,81,237),rgb(235,90,195));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7843c5",endColorstr="#cf4fac",GradientType=1);color:#fff;border:0;position:relative;transition:transform .2s linear,box-shadow .2s linear,opacity .2s linear;overflow:hidden;min-width:120px;box-shadow:0 0 0 4px #d055ed00;opacity:.85}@media (min-width: 1501px){.request-form button{min-height:62px;font-size:16px}}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.request-form button{font-size:15px}}.request-form button:hover{box-shadow:0 0 0 4px #0000001a;opacity:1;transform:scale(1.02);background:-o-linear-gradient(left,rgb(144,81,237),rgb(235,90,195))!important;background:-moz-linear-gradient(left,rgb(144,81,237),rgb(235,90,195))!important}.request-form .formkit-label{display:none}.advantages{margin-top:10px;padding:14px 20px}.advantages .dv{border-top:1px solid rgba(0,0,0,.1);margin:12px 0}.advantages-item{display:flex;justify-content:center;align-items:center}.advantages-item img{height:34.66px;width:34.66px;margin-right:20px}.advantages-item p{font-size:14px;color:#9051ed;flex-basis:220px}.exchange-info{margin-top:10px;padding:6px 20px 16px}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 787px),all and (max-width: 1500px) and (max-height: 737px),all and (max-height: 719px){.exchange-info{margin-top:10px;padding:10px 20px 28px}}.exchanger-wrap{height:100%;margin:10px}@media (max-width: 760px){.exchanger-wrap{margin:10px 0 25px}}.exchange-sections{display:grid;grid-template-columns:repeat(3,minmax(100px,1fr));grid-template-rows:240px calc(100vh - 364px);grid-template-areas:"cryptoSelect fiatSelect request" "cryptoList fiatList request"}@media (max-width: 1100px){.exchange-sections{display:grid;grid-template-columns:repeat(2,minmax(100px,1fr));grid-template-rows:240px calc(100vh - 624px) auto;grid-template-areas:"cryptoSelect fiatSelect" "cryptoList fiatList" "request request"}}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.exchange-sections{display:grid;grid-template-columns:100%;grid-template-rows:repeat(3,minmax(200px,auto));grid-template-areas:"cryptoSelect" "fiatSelect" "request"}}.request{grid-area:request;margin:10px;overflow:auto}@media all and (max-width: 760px),all and (max-width: 1100px) and (max-height: 830px),all and (max-height: 560px){.request{margin-top:0}}.request::-webkit-scrollbar{width:15px}.request::-webkit-scrollbar-thumb{border-radius:8px;box-shadow:inset 0 0 10px 10px #8c8d99;border:solid 5px transparent}.request::-webkit-scrollbar-track{border-radius:8px;box-shadow:inset 0 0 10px 10px #0000001a;border:solid 5px transparent}
