@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap);.layout__header{background-color:#fff;font-size:1.125rem;line-height:1.5rem;padding:.75rem 0;position:relative;transition:all .4s ease-in-out;z-index:4}@media screen and (min-width:992px){.layout__header{padding:1rem 0}}.layout__header.layout__header_menu-active{background-color:transparent;position:fixed;z-index:4}@media(max-width:1239px){.layout__header.layout__header_menu-active .header__burger .burger__item{background-color:#fff;margin-bottom:0;width:2rem}.layout__header.layout__header_menu-active .header__burger .burger__item:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.layout__header.layout__header_menu-active .header__burger .burger__item:nth-child(2){display:none}.layout__header.layout__header_menu-active .header__burger .burger__item:nth-child(3){margin-top:-.25rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.layout__header.layout__header_menu-active .header__layout{-webkit-transform:translateX(0);transform:translateX(0)}.layout__header.layout__header_menu-active~*{position:relative}.layout__header.layout__header_menu-active~:before{background-color:#202639;content:"";height:100%;left:0;opacity:.9;position:absolute;top:0;width:100%;z-index:3}}.layout__header .container{align-items:center;display:flex;margin:0 auto;width:75rem}.layout__header .header__layout{align-items:center;display:flex;flex-direction:row;width:100%}@media(max-width:1239px){.layout__header .header__layout{align-items:flex-start;background-color:#fff;flex-direction:column;height:100vh;left:0;max-width:30rem;overflow:hidden;overflow-y:auto;padding:1rem 1rem 2.5rem;position:fixed;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .4s ease-in-out;width:80vw;z-index:4}}.layout__header .header__logo:not(:last-child){margin-right:4.5rem}.layout__header .header__logo .logo__link{align-items:flex-start;display:flex;width:12.5rem}.layout__header .header__logo img,.layout__header .header__logo svg{height:100%;width:100%}.layout__header .header__nav:not(:last-child){margin-bottom:1.5rem}@media(min-width:1240px){.layout__header .header__nav:not(:last-child){margin-bottom:0;margin-right:.25rem}}.layout__header .header__nav .nav__list{align-items:flex-start;display:flex;flex-direction:column;margin:0}@media(min-width:1240px){.layout__header .header__nav .nav__list{flex-direction:row}}.layout__header .header__nav .nav__list:hover>.nav__item>.nav__link:not(.active) .nav__text,.layout__header .header__nav .nav__list:hover>.nav__item>.nav__link:not(:hover) .nav__text{color:#8f939c}.layout__header .header__nav .nav__list .nav__item{display:flex;flex-wrap:wrap;margin:0;position:relative}.layout__header .header__nav .nav__list .nav__item:not(:last-child){margin-bottom:1.5rem}@media(min-width:1240px){.layout__header .header__nav .nav__list .nav__item:not(:last-child){margin-bottom:0}.layout__header .header__nav .nav__list .nav__item:hover{z-index:2}.layout__header .header__nav .nav__list .nav__item:hover .nav__action{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.layout__header .header__nav .nav__list .nav__item:hover>.nav__link>.nav__text{color:#a717ff!important}.layout__header .header__nav .nav__list .nav__item:hover .nav__submenu{max-height:9999px;padding-bottom:1.5rem;padding-top:1.5rem;transition-delay:0s}}.layout__header .header__nav .nav__list .nav__item.nav__item_disabled>.nav__link{pointer-events:none}@media(max-width:1239px){.layout__header .header__nav .nav__list .nav__item.nav__item_open{z-index:2}.layout__header .header__nav .nav__list .nav__item.nav__item_open .nav__action{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.layout__header .header__nav .nav__list .nav__item.nav__item_open>.nav__link>.nav__text{color:#a717ff!important}.layout__header .header__nav .nav__list .nav__item.nav__item_open .nav__submenu{max-height:9999px;padding-top:1.5rem;transition-delay:0s}}.layout__header .header__nav .nav__link{display:flex;text-decoration:none}@media(min-width:1240px){.layout__header .header__nav .nav__link{padding:.5rem .75rem;white-space:nowrap}}.layout__header .header__nav .nav__link.active>.nav__text,.layout__header .header__nav .nav__link:hover>.nav__text{color:#a717ff!important}.layout__header .header__nav .nav__text{color:#202639;transition:all .4s ease-in-out}.layout__header .header__nav .nav__action{align-items:center;display:flex;height:1.5rem;justify-content:center;margin-left:1rem;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:1.5rem}@media(min-width:1240px){.layout__header .header__nav .nav__action{display:none}}.layout__header .header__nav .nav__action img,.layout__header .header__nav .nav__action svg{height:100%;width:100%}.layout__header .header__nav .nav__submenu{display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:all .4s ease-in-out;transition-delay:.4s;width:100%}@media(min-width:1240px){.layout__header .header__nav .nav__submenu{align-items:center;background-color:#fff;border-radius:1.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);left:50%;padding:0 1.5rem;position:absolute;top:calc(100% + 1.75rem);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:auto;z-index:2}}.layout__header .header__nav .nav__submenu:hover>.nav__item>.nav__link:not(.active) .nav__text,.layout__header .header__nav .nav__submenu:hover>.nav__item>.nav__link:not(:hover) .nav__text{color:#8f939c}.layout__header .header__languages{position:relative}@media(max-width:1239px){.layout__header .header__languages{order:-1}}.layout__header .header__languages:not(:last-child){margin-bottom:1.5rem}@media(min-width:1240px){.layout__header .header__languages:not(:last-child){margin-bottom:0;margin-right:1rem}}.layout__header .header__languages:not(:last-child):hover .languages__header{background-color:#202639}.layout__header .header__languages:not(:last-child):hover .languages__header .languages__action{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.layout__header .header__languages:not(:last-child):hover .languages__header .languages__action img path,.layout__header .header__languages:not(:last-child):hover .languages__header .languages__action svg path{fill:#fff}.layout__header .header__languages:not(:last-child):hover .languages__main{background-color:#202639}.layout__header .header__languages:not(:last-child):hover .languages__main .languages__title .languages__text{color:#fff}@media(min-width:1240px){.layout__header .header__languages.header__languages__active .languages__header{border-radius:1rem 1rem 0 0}}.layout__header .header__languages .languages__header{align-items:center;background-color:#e5e5e5;border-radius:1.5rem;cursor:pointer;display:flex;padding:.25rem .5rem;transition:all .4s ease-in-out}.layout__header .header__languages .languages__main{background-color:#e5e5e5;border-radius:1.5rem;left:calc(100% + .5rem);padding:.25rem .75rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-in-out}@media(min-width:1240px){.layout__header .header__languages .languages__main{border-radius:0 0 1rem 1rem;left:0;top:calc(100% + .25rem);-webkit-transform:none;transform:none;width:100%}}.layout__header .header__languages .languages__main .languages__media:not(:last-child){margin-right:.5rem}.layout__header .header__languages .languages__list{display:flex;flex-direction:row}@media(min-width:1240px){.layout__header .header__languages .languages__list{flex-direction:column}}.layout__header .header__languages .languages__item{align-items:center;cursor:pointer;display:flex}.layout__header .header__languages .languages__item:not(:last-child){margin-right:1rem}@media(min-width:1240px){.layout__header .header__languages .languages__item:not(:last-child){margin-right:0}}.layout__header .header__languages .languages__media{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.layout__header .header__languages .languages__media:not(:last-child){margin-right:.25rem}.layout__header .header__languages .languages__media img,.layout__header .header__languages .languages__media svg{height:100%;width:100%}.layout__header .header__languages .languages__title .languages__text{color:#202639;font-size:.875rem;font-weight:500;line-height:1.5rem;text-transform:capitalize;transition:all .4s ease-in-out}.layout__header .header__languages .languages__action{align-items:flex-start;display:flex;height:1.5rem;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:1.5rem}.layout__header .header__languages .languages__action img,.layout__header .header__languages .languages__action svg{fill:#202639;height:100%;transition:all .4s ease-in-out;width:100%}@media(min-width:1240px){.layout__header .header__account{margin-left:auto}}.layout__header .header__account .account__link{align-items:center;display:flex;text-decoration:none}.layout__header .header__account .account__title:not(:last-child){margin-right:.5rem}.layout__header .header__account .account__title .title__text{color:#202639;font-size:1rem;font-weight:500;line-height:1.5rem}.layout__header .header__account .account__media{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.layout__header .header__account .account__media img,.layout__header .header__account .account__media svg{height:100%;width:100%}.layout__header .header__burger{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:1.5rem;justify-content:center;margin-left:auto;width:1.5rem;z-index:10}@media(min-width:1240px){.layout__header .header__burger{display:none}}.layout__header .header__burger .burger__item{background-color:#202639;border-radius:.5rem;height:.125rem;transition:all .4s ease-in-out;width:1rem}.layout__header .header__burger .burger__item:not(:last-child){margin-bottom:.25rem}.layout__footer{background-color:#202639;color:#fff;padding:2rem 0}@media screen and (min-width:992px){.layout__footer{padding:4rem 0}}.layout__footer .container{margin:0 auto;max-width:calc(100vw - 2rem);width:75rem}.layout__footer .footer__group{width:100%}.layout__footer .footer__group:not(:last-child){margin-bottom:2rem}@media screen and (min-width:768px){.layout__footer .footer__group:not(:last-child){margin-bottom:4rem}}.layout__footer .footer__group .h1,.layout__footer .footer__group .h2,.layout__footer .footer__group .h3,.layout__footer .footer__group .h4,.layout__footer .footer__group .h5,.layout__footer .footer__group .h6,.layout__footer .footer__group h1,.layout__footer .footer__group h2,.layout__footer .footer__group h3,.layout__footer .footer__group h4,.layout__footer .footer__group h5,.layout__footer .footer__group h6{color:#fff}.footer__logo .logo__link{align-items:flex-start;display:flex;width:12.5rem}@media screen and (min-width:992px){.footer__logo .logo__link{width:21.75rem}}.footer__logo img,.footer__logo svg{height:100%;width:100%}.footer__nav .nav__groups{display:flex;flex-direction:column;margin-bottom:-2rem}@media screen and (min-width:992px){.footer__nav .nav__groups{flex-direction:row}}.footer__nav .nav__group{margin-bottom:2rem}@media screen and (max-width:991px){.footer__nav .nav__group{border-bottom:1px solid #fff;margin-bottom:1.5rem;padding-bottom:1.5rem}.footer__nav .nav__group.nav__group_open .nav__header{margin-bottom:.75rem}.footer__nav .nav__group.nav__group_open .nav__action{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.footer__nav .nav__group.nav__group_open .nav__main{max-height:9999px}}@media screen and (min-width:992px){.footer__nav .nav__group:not(:last-child){margin-right:1.5rem}}@media(min-width:1240px){.footer__nav .nav__group:not(:last-child){margin-right:4rem}}.footer__nav .nav__header{align-items:center;display:flex;justify-content:space-between;transition:all .4s ease-in-out}@media screen and (min-width:992px){.footer__nav .nav__header:not(:last-child){margin-bottom:.75rem}}.footer__nav .nav__header .nav__title:not(:last-child){margin-right:1rem}.footer__nav .nav__header .nav__title .title__text{font-size:1.125rem;line-height:1.25rem}@media screen and (min-width:992px){.footer__nav .nav__header .nav__title .title__text{font-size:1.25rem;font-weight:500;line-height:1.5rem}}.footer__nav .nav__header .nav__action{align-items:center;display:flex;height:1.5rem;justify-content:center;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:1.5rem}@media screen and (min-width:992px){.footer__nav .nav__header .nav__action{display:none}}.footer__nav .nav__header .nav__action img,.footer__nav .nav__header .nav__action svg{fill:#fff;height:100%;width:100%}.footer__nav .nav__main{max-height:0;overflow:hidden;transition:all .4s ease-in-out}@media screen and (min-width:992px){.footer__nav .nav__main{max-height:9999px}}.footer__nav .nav__list{display:flex;flex-direction:column}.footer__nav .nav__item:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:992px){.footer__nav .nav__item:not(:last-child){margin-bottom:.75rem}}.footer__nav .nav__link{color:hsla(0,0%,100%,.7);display:flex;font-size:1.125rem;line-height:1.25rem;transition:all .4s ease-in-out}@media screen and (min-width:992px){.footer__nav .nav__link{font-size:.875rem;line-height:1rem}}@media(min-width:1240px){.footer__nav .nav__link{white-space:nowrap}}.footer__nav .nav__link.active,.footer__nav .nav__link:hover{color:#a717ff}@media screen and (max-width:991px){.footer__contact{border-bottom:1px solid #fff;margin-bottom:1.5rem;padding-bottom:1.5rem}}@media screen and (min-width:992px){.footer__contact{align-items:flex-end;display:flex;flex-direction:column}}.footer__contact .contact__header:not(:last-child){margin-bottom:.75rem}.footer__contact .contact__list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media screen and (min-width:992px){.footer__contact .contact__list{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.footer__contact .contact__item:not(:last-child){margin:0 .75rem .25rem 0}@media screen and (min-width:992px){.footer__contact .contact__item:not(:last-child){margin-right:0}}.footer__contact .contact__item.contact__item_second{text-align:center;width:100%}@media screen and (min-width:768px){.footer__contact .contact__item.contact__item_second{text-align:left;width:auto}}.footer__contact .contact__item.contact__item_second:not(:last-child){margin-bottom:.75rem}.footer__contact .contact__item.contact__item_second .contact__link{font-size:2rem;line-height:2.5rem}@media screen and (min-width:992px){.footer__contact .contact__item.contact__item_second .contact__link{font-size:1.125rem;line-height:1.25rem}}.footer__contact .contact__item:hover .contact__link{color:#a717ff}.footer__contact .contact__link{color:#fff;font-size:.875rem;line-height:1.25rem;transition:all .4s ease-in-out}.footer__contact .contact__socials{display:flex;justify-content:center;width:100%}@media screen and (min-width:768px){.footer__contact .contact__socials{justify-content:flex-start}}.footer__contact .contact__socials .socials__list{display:flex;margin:0 -1.5rem -.5rem 0}.footer__contact .contact__socials .socials__item{margin:0 1.5rem .5rem 0}.footer__contact .contact__socials .socials__link{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.footer__contact .contact__socials .socials__link:hover img,.footer__contact .contact__socials .socials__link:hover svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.footer__contact .contact__socials img,.footer__contact .contact__socials svg{height:100%;-webkit-transform:scale(1);transform:scale(1);transition:all .4s ease-in-out;width:100%}.footer__socials .socials__groups{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -.75rem -1.5rem;width:calc(100% + 1.5rem)}@media screen and (min-width:992px){.footer__socials .socials__groups{justify-content:flex-start;margin:0 -2rem -2rem;width:calc(100% + 4rem)}}.footer__socials .socials__group{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1.5rem;padding:0 .75rem}@media screen and (min-width:992px){.footer__socials .socials__group{margin-bottom:2rem;padding:0 2rem}}.footer__socials .socials__header:not(:last-child){margin-bottom:.5rem}.footer__socials .socials__location{align-items:center;display:flex}.footer__socials .socials__location:not(:last-child){margin-bottom:.5rem}.footer__socials .socials__location .location__media{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.footer__socials .socials__location .location__media:not(:last-child){margin-right:.5rem}.footer__socials .socials__location .location__media img,.footer__socials .socials__location .location__media svg{height:100%;width:100%}.footer__socials .socials__location .location__title .title__text{font-size:.875rem;line-height:1.5rem}.footer__socials .socials__main{border-radius:6.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.25);padding:.5rem}.footer__socials .socials__list{display:flex;margin:0 -1.5rem -.5rem 0}.footer__socials .socials__item{margin:0 1.5rem .5rem 0}.footer__socials .socials__link{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.footer__socials .socials__link:hover img,.footer__socials .socials__link:hover svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.footer__socials img,.footer__socials svg{height:100%;-webkit-transform:scale(1);transform:scale(1);transition:all .4s ease-in-out;width:100%}.footer__copyright{display:flex;font-size:.875rem;justify-content:center;line-height:1.5rem;text-align:center;text-transform:uppercase}@media screen and (min-width:992px){.footer__copyright{justify-content:flex-end;text-align:right}}.layout .accordion .accordion__item:not(:last-child),.p2p .accordion .accordion__item:not(:last-child){margin-bottom:1.5rem}.layout .accordion .accordion__item.accordion__item_active .accordion__header:not(:last-child),.p2p .accordion .accordion__item.accordion__item_active .accordion__header:not(:last-child){margin-bottom:.5rem}.layout .accordion .accordion__item.accordion__item_active .accordion__header .accordion__title .title__text,.p2p .accordion .accordion__item.accordion__item_active .accordion__header .accordion__title .title__text{color:#a717ff}.layout .accordion .accordion__item.accordion__item_active .accordion__header .accordion__action,.p2p .accordion .accordion__item.accordion__item_active .accordion__header .accordion__action{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.layout .accordion .accordion__item.accordion__item_active .accordion__main,.p2p .accordion .accordion__item.accordion__item_active .accordion__main{max-height:9999px;opacity:1;visibility:visible}.layout .accordion .accordion__item .accordion__header,.p2p .accordion .accordion__item .accordion__header{cursor:pointer;display:flex;transition:all .4s ease-in-out}.layout .accordion .accordion__item .accordion__header:not(:last-child),.p2p .accordion .accordion__item .accordion__header:not(:last-child){margin-bottom:0}.layout .accordion .accordion__item .accordion__header .accordion__title:not(:last-child),.p2p .accordion .accordion__item .accordion__header .accordion__title:not(:last-child){margin-right:1rem}.layout .accordion .accordion__item .accordion__header .accordion__title .title__text,.p2p .accordion .accordion__item .accordion__header .accordion__title .title__text{color:#000;font-size:1rem;font-weight:500;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:768px){.layout .accordion .accordion__item .accordion__header .accordion__title .title__text,.p2p .accordion .accordion__item .accordion__header .accordion__title .title__text{font-size:1.25rem;line-height:1.5rem}}.layout .accordion .accordion__item .accordion__header .accordion__action,.p2p .accordion .accordion__item .accordion__header .accordion__action{height:1.5rem;margin-left:auto;min-width:1.5rem;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:1.5rem}.layout .accordion .accordion__item .accordion__header .accordion__action img,.layout .accordion .accordion__item .accordion__header .accordion__action svg,.p2p .accordion .accordion__item .accordion__header .accordion__action img,.p2p .accordion .accordion__item .accordion__header .accordion__action svg{height:100%;width:100%}.layout .accordion .accordion__item .accordion__main,.p2p .accordion .accordion__item .accordion__main{font-size:.875rem;line-height:1rem;max-height:0;opacity:0;transition:all .4s ease-in-out;visibility:hidden}@media screen and (min-width:768px){.layout .accordion .accordion__item .accordion__main,.p2p .accordion .accordion__item .accordion__main{font-size:1rem;line-height:1.5rem}}.account .btn,.layout .btn,.layout__header .btn,.p2p .btn,.p2p__modal .btn{align-items:center;-webkit-appearance:none;appearance:none;background-color:#202639;border:.0625rem solid #202639;border-radius:2rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;height:2.5rem;justify-content:center;line-height:1rem;margin:0;min-width:2.5rem;outline:none;padding:.75rem;text-align:center;text-decoration:none;transition:all .4s ease-in-out}@media screen and (min-width:768px){.account .btn.btn_secondary-padding,.layout .btn.btn_secondary-padding,.layout__header .btn.btn_secondary-padding,.p2p .btn.btn_secondary-padding,.p2p__modal .btn.btn_secondary-padding{padding:.75rem 2rem}}.account .btn:hover,.layout .btn:hover,.layout__header .btn:hover,.p2p .btn:hover,.p2p__modal .btn:hover{background:#fff;border-color:#202639;color:#202639;text-decoration:none}.account .btn:hover .btn__ico path,.layout .btn:hover .btn__ico path,.layout__header .btn:hover .btn__ico path,.p2p .btn:hover .btn__ico path,.p2p__modal .btn:hover .btn__ico path{fill:#202639}.account .btn:disabled,.layout .btn:disabled,.layout__header .btn:disabled,.p2p .btn:disabled,.p2p__modal .btn:disabled{background-color:#8f939c;border-color:#8f939c;color:#fff}.account .btn.btn_revert,.layout .btn.btn_revert,.layout__header .btn.btn_revert,.p2p .btn.btn_revert,.p2p__modal .btn.btn_revert{background-color:#fff;border-color:#202639;color:#202639}.account .btn.btn_revert:hover,.layout .btn.btn_revert:hover,.layout__header .btn.btn_revert:hover,.p2p .btn.btn_revert:hover,.p2p__modal .btn.btn_revert:hover{background-color:#202639;border-color:#202639;color:#fff}.account .btn.btn_revert:disabled,.layout .btn.btn_revert:disabled,.layout__header .btn.btn_revert:disabled,.p2p .btn.btn_revert:disabled,.p2p__modal .btn.btn_revert:disabled{background-color:#8f939c;border-color:#8f939c;color:#fff}.account .btn.btn_secondary,.layout .btn.btn_secondary,.layout__header .btn.btn_secondary,.p2p .btn.btn_secondary,.p2p__modal .btn.btn_secondary{background-color:#00d09e;border-color:#00d09e;color:#fff}.account .btn.btn_secondary:hover,.layout .btn.btn_secondary:hover,.layout__header .btn.btn_secondary:hover,.p2p .btn.btn_secondary:hover,.p2p__modal .btn.btn_secondary:hover{background-color:#1aefbc;border-color:#1aefbc;color:#fff}.account .btn.btn_secondary:disabled,.layout .btn.btn_secondary:disabled,.layout__header .btn.btn_secondary:disabled,.p2p .btn.btn_secondary:disabled,.p2p__modal .btn.btn_secondary:disabled{background-color:#ebfbf7;border-color:#ebfbf7;color:#202639}.account .btn.btn_secondary.btn_revert,.layout .btn.btn_secondary.btn_revert,.layout__header .btn.btn_secondary.btn_revert,.p2p .btn.btn_secondary.btn_revert,.p2p__modal .btn.btn_secondary.btn_revert{background-color:transparent;border-color:#1aefbc;color:#1aefbc}.account .btn.btn_secondary.btn_revert:hover,.layout .btn.btn_secondary.btn_revert:hover,.layout__header .btn.btn_secondary.btn_revert:hover,.p2p .btn.btn_secondary.btn_revert:hover,.p2p__modal .btn.btn_secondary.btn_revert:hover{background-color:#00d09e;border-color:#00d09e;color:#fff}.account .btn.btn_secondary.btn_revert:disabled,.layout .btn.btn_secondary.btn_revert:disabled,.layout__header .btn.btn_secondary.btn_revert:disabled,.p2p .btn.btn_secondary.btn_revert:disabled,.p2p__modal .btn.btn_secondary.btn_revert:disabled{background-color:#ebfbf7;border-color:#ebfbf7;color:#202639}.account .btn.btn_tertiary,.layout .btn.btn_tertiary,.layout__header .btn.btn_tertiary,.p2p .btn.btn_tertiary,.p2p__modal .btn.btn_tertiary{background-color:#ff004c;border-color:#ff004c;color:#fff}.account .btn.btn_tertiary:hover,.layout .btn.btn_tertiary:hover,.layout__header .btn.btn_tertiary:hover,.p2p .btn.btn_tertiary:hover,.p2p__modal .btn.btn_tertiary:hover{background-color:transparent;border-color:#ff004d;color:#ff004d}.account .btn.btn_tertiary:disabled,.layout .btn.btn_tertiary:disabled,.layout__header .btn.btn_tertiary:disabled,.p2p .btn.btn_tertiary:disabled,.p2p__modal .btn.btn_tertiary:disabled{background-color:#ffebf1;border-color:#ffebf1;color:#202639}.account .btn.btn_tertiary.btn_revert,.layout .btn.btn_tertiary.btn_revert,.layout__header .btn.btn_tertiary.btn_revert,.p2p .btn.btn_tertiary.btn_revert,.p2p__modal .btn.btn_tertiary.btn_revert{background-color:transparent;border-color:#ff004d;color:#ff004d}.account .btn.btn_tertiary.btn_revert:hover,.layout .btn.btn_tertiary.btn_revert:hover,.layout__header .btn.btn_tertiary.btn_revert:hover,.p2p .btn.btn_tertiary.btn_revert:hover,.p2p__modal .btn.btn_tertiary.btn_revert:hover{background-color:#ff004c;border-color:#ff004c;color:#fff}.account .btn.btn_tertiary.btn_revert:disabled,.layout .btn.btn_tertiary.btn_revert:disabled,.layout__header .btn.btn_tertiary.btn_revert:disabled,.p2p .btn.btn_tertiary.btn_revert:disabled,.p2p__modal .btn.btn_tertiary.btn_revert:disabled{background-color:#ffebf1;border-color:#ffebf1;color:#202639}.account .btn.btn_quartyty,.layout .btn.btn_quartyty,.layout__header .btn.btn_quartyty,.p2p .btn.btn_quartyty,.p2p__modal .btn.btn_quartyty{background-color:#a717ff;border-color:#a717ff;color:#fff}.account .btn.btn_quartyty:hover,.layout .btn.btn_quartyty:hover,.layout__header .btn.btn_quartyty:hover,.p2p .btn.btn_quartyty:hover,.p2p__modal .btn.btn_quartyty:hover{background-color:#ca74fe;border-color:#ca74fe;color:#fff}.account .btn.btn_quartyty:disabled,.layout .btn.btn_quartyty:disabled,.layout__header .btn.btn_quartyty:disabled,.p2p .btn.btn_quartyty:disabled,.p2p__modal .btn.btn_quartyty:disabled{background-color:rgba(202,116,254,.5);border-color:rgba(202,116,254,.5);color:#202639}.account .btn.btn_quartyty.btn_revert,.layout .btn.btn_quartyty.btn_revert,.layout__header .btn.btn_quartyty.btn_revert,.p2p .btn.btn_quartyty.btn_revert,.p2p__modal .btn.btn_quartyty.btn_revert{background-color:transparent;border-color:#a717ff;color:#a717ff}.account .btn.btn_quartyty.btn_revert:hover,.layout .btn.btn_quartyty.btn_revert:hover,.layout__header .btn.btn_quartyty.btn_revert:hover,.p2p .btn.btn_quartyty.btn_revert:hover,.p2p__modal .btn.btn_quartyty.btn_revert:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.account .btn.btn_quartyty.btn_revert:disabled,.layout .btn.btn_quartyty.btn_revert:disabled,.layout__header .btn.btn_quartyty.btn_revert:disabled,.p2p .btn.btn_quartyty.btn_revert:disabled,.p2p__modal .btn.btn_quartyty.btn_revert:disabled{background-color:#ffebf1;border-color:#ffebf1;color:#202639}.account .btn.btn_sixty,.layout .btn.btn_sixty,.layout__header .btn.btn_sixty,.p2p .btn.btn_sixty,.p2p__modal .btn.btn_sixty{background-color:#00d09e;border-color:#00d09e;color:#fff}.account .btn.btn_sixty:hover,.layout .btn.btn_sixty:hover,.layout__header .btn.btn_sixty:hover,.p2p .btn.btn_sixty:hover,.p2p__modal .btn.btn_sixty:hover{background-color:#1aefbc;border-color:#1aefbc;color:#fff}.account .btn.btn_sixty:disabled,.layout .btn.btn_sixty:disabled,.layout__header .btn.btn_sixty:disabled,.p2p .btn.btn_sixty:disabled,.p2p__modal .btn.btn_sixty:disabled{background-color:#ebfbf7;border-color:#ebfbf7;color:#202639}.account .btn.btn_sixty.btn_revert,.layout .btn.btn_sixty.btn_revert,.layout__header .btn.btn_sixty.btn_revert,.p2p .btn.btn_sixty.btn_revert,.p2p__modal .btn.btn_sixty.btn_revert{background-color:transparent;border-color:#00d09e;color:#00d09e}.account .btn.btn_sixty.btn_revert:hover,.layout .btn.btn_sixty.btn_revert:hover,.layout__header .btn.btn_sixty.btn_revert:hover,.p2p .btn.btn_sixty.btn_revert:hover,.p2p__modal .btn.btn_sixty.btn_revert:hover{background-color:#00d09e;border-color:#00d09e;color:#fff}.account .btn.btn_sixty.btn_revert:disabled,.layout .btn.btn_sixty.btn_revert:disabled,.layout__header .btn.btn_sixty.btn_revert:disabled,.p2p .btn.btn_sixty.btn_revert:disabled,.p2p__modal .btn.btn_sixty.btn_revert:disabled{background-color:#ebfbf7;border-color:#ebfbf7;color:#202639}.account .btn.btn_secondary-radius,.layout .btn.btn_secondary-radius,.layout__header .btn.btn_secondary-radius,.p2p .btn.btn_secondary-radius,.p2p__modal .btn.btn_secondary-radius{border-radius:.625rem}@media screen and (max-width:767px){.account .btn.btn_m-circly,.layout .btn.btn_m-circly,.layout__header .btn.btn_m-circly,.p2p .btn.btn_m-circly,.p2p__modal .btn.btn_m-circly{height:2.5rem;padding:0;width:2.5rem}.account .btn.btn_m-circly .btn__text,.layout .btn.btn_m-circly .btn__text,.layout__header .btn.btn_m-circly .btn__text,.p2p .btn.btn_m-circly .btn__text,.p2p__modal .btn.btn_m-circly .btn__text{display:none}}.account .btn.btn_large,.layout .btn.btn_large,.layout__header .btn.btn_large,.p2p .btn.btn_large,.p2p__modal .btn.btn_large{border-width:.125rem;box-shadow:0 .25rem 1.5rem rgba(0,0,0,.15);height:4.5rem}.account .btn__ico:not(:last-child),.account .btn__text:not(:last-child),.layout .btn__ico:not(:last-child),.layout .btn__text:not(:last-child),.layout__header .btn__ico:not(:last-child),.layout__header .btn__text:not(:last-child),.p2p .btn__ico:not(:last-child),.p2p .btn__text:not(:last-child),.p2p__modal .btn__ico:not(:last-child),.p2p__modal .btn__text:not(:last-child){margin-right:.5rem}.account .btn__ico path,.layout .btn__ico path,.layout__header .btn__ico path,.p2p .btn__ico path,.p2p__modal .btn__ico path{transition:all .4s ease-in-out}.account .btn__ico img,.account .btn__ico svg,.layout .btn__ico img,.layout .btn__ico svg,.layout__header .btn__ico img,.layout__header .btn__ico svg,.p2p .btn__ico img,.p2p .btn__ico svg,.p2p__modal .btn__ico img,.p2p__modal .btn__ico svg{height:1rem;min-width:1rem;width:1rem}.btn-round{align-items:center;background-color:#000;border-radius:50%;color:#fff;display:inline-flex;height:20px;justify-content:center;padding:0;width:20px}.account .formular,.layout .formular,.p2p .formular,.p2p__modal .formular{margin-bottom:-.5rem}@media screen and (min-width:768px){.account .formular,.layout .formular,.p2p .formular,.p2p__modal .formular{margin-bottom:-1.5rem}}.account .form-items,.layout .form-items,.p2p .form-items,.p2p__modal .form-items{display:flex;flex-wrap:wrap;margin:0 -.25rem;width:calc(100% + .5rem)}@media screen and (min-width:768px){.account .form-items,.layout .form-items,.p2p .form-items,.p2p__modal .form-items{margin:0 -.625rem;width:calc(100% + 1.25rem)}}.account .form-items .form-item,.layout .form-items .form-item,.p2p .form-items .form-item,.p2p__modal .form-items .form-item{padding:0 .25rem}@media screen and (min-width:768px){.account .form-items .form-item,.layout .form-items .form-item,.p2p .form-items .form-item,.p2p__modal .form-items .form-item{padding:0 .625rem}}.account .form-items .form-item__ico,.layout .form-items .form-item__ico,.p2p .form-items .form-item__ico,.p2p__modal .form-items .form-item__ico{align-items:center;display:flex;height:2.5rem;justify-content:center;width:1.25rem}.account .form-items .form-item__ico img,.account .form-items .form-item__ico svg,.layout .form-items .form-item__ico img,.layout .form-items .form-item__ico svg,.p2p .form-items .form-item__ico img,.p2p .form-items .form-item__ico svg,.p2p__modal .form-items .form-item__ico img,.p2p__modal .form-items .form-item__ico svg{height:.75rem;width:1.25rem}.account .form-item,.layout .form-item,.p2p .form-item,.p2p__modal .form-item{margin-bottom:.5rem}@media screen and (min-width:768px){.account .form-item,.layout .form-item,.p2p .form-item,.p2p__modal .form-item{margin-bottom:1.5rem}}.account .form-items_exhange_curency,.layout .form-items_exhange_curency,.p2p .form-items_exhange_curency,.p2p__modal .form-items_exhange_curency{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.account .form-item_exhange_curency,.layout .form-item_exhange_curency,.p2p .form-item_exhange_curency,.p2p__modal .form-item_exhange_curency{flex:0 0 auto;margin:.25rem;width:auto}.account .form-item__footer:not(:last-child),.account .form-item__header:not(:last-child),.account .form-item__main:not(:last-child),.layout .form-item__footer:not(:last-child),.layout .form-item__header:not(:last-child),.layout .form-item__main:not(:last-child),.p2p .form-item__footer:not(:last-child),.p2p .form-item__header:not(:last-child),.p2p .form-item__main:not(:last-child),.p2p__modal .form-item__footer:not(:last-child),.p2p__modal .form-item__header:not(:last-child),.p2p__modal .form-item__main:not(:last-child){margin-bottom:.25rem}.account .form-item__footer.secondary-margin:not(:last-child),.account .form-item__header.secondary-margin:not(:last-child),.account .form-item__main.secondary-margin:not(:last-child),.layout .form-item__footer.secondary-margin:not(:last-child),.layout .form-item__header.secondary-margin:not(:last-child),.layout .form-item__main.secondary-margin:not(:last-child),.p2p .form-item__footer.secondary-margin:not(:last-child),.p2p .form-item__header.secondary-margin:not(:last-child),.p2p .form-item__main.secondary-margin:not(:last-child),.p2p__modal .form-item__footer.secondary-margin:not(:last-child),.p2p__modal .form-item__header.secondary-margin:not(:last-child),.p2p__modal .form-item__main.secondary-margin:not(:last-child){margin-bottom:1.5rem}.account .form-item__header,.layout .form-item__header,.p2p .form-item__header,.p2p__modal .form-item__header{align-items:flex-start;display:flex;flex-direction:column;min-height:1.25em}.account .form-item__title,.layout .form-item__title,.p2p .form-item__title,.p2p__modal .form-item__title{color:#8f939c;cursor:pointer;font-size:.875rem;font-weight:400;line-height:1rem;transition:all .4s ease-in-out}.account .form-item__title.form-item__title_secondary,.layout .form-item__title.form-item__title_secondary,.p2p .form-item__title.form-item__title_secondary,.p2p__modal .form-item__title.form-item__title_secondary{font-size:1rem;font-weight:500;line-height:2rem}.account .form-item__title:hover,.layout .form-item__title:hover,.p2p .form-item__title:hover,.p2p__modal .form-item__title:hover{color:#202639}.account .form-item__sup,.layout .form-item__sup,.p2p .form-item__sup,.p2p__modal .form-item__sup{color:#ff004c;font-size:1rem;font-weight:500;line-height:1rem;-webkit-transform:translateY(-.25rem);transform:translateY(-.25rem)}.account .form-item__subtitle,.layout .form-item__subtitle,.p2p .form-item__subtitle,.p2p__modal .form-item__subtitle{color:#202639;font-size:.875rem;font-weight:400;line-height:1rem}.account .form-item__main.form-item__main_row,.layout .form-item__main.form-item__main_row,.p2p .form-item__main.form-item__main_row,.p2p__modal .form-item__main.form-item__main_row{display:flex;margin:0 -.5rem;width:calc(100% + .5rem)}.account .form-item__main.form-item__main_row .form-item__field,.layout .form-item__main.form-item__main_row .form-item__field,.p2p .form-item__main.form-item__main_row .form-item__field,.p2p__modal .form-item__main.form-item__main_row .form-item__field{margin:0 .25rem .5rem}.account .form-item__content,.layout .form-item__content,.p2p .form-item__content,.p2p__modal .form-item__content{color:#202639;font-size:.875rem;line-height:1.5rem;text-align:center}.account .form-item__tooltip,.layout .form-item__tooltip,.p2p .form-item__tooltip,.p2p__modal .form-item__tooltip{position:relative}.account .form-item__tooltip:hover .tooltip__dropdown,.layout .form-item__tooltip:hover .tooltip__dropdown,.p2p .form-item__tooltip:hover .tooltip__dropdown,.p2p__modal .form-item__tooltip:hover .tooltip__dropdown{opacity:1;visibility:visible}.account .form-item__tooltip .tooltip__preview,.layout .form-item__tooltip .tooltip__preview,.p2p .form-item__tooltip .tooltip__preview,.p2p__modal .form-item__tooltip .tooltip__preview{align-items:center;display:flex}.account .form-item__tooltip .tooltip__title:not(:last-child),.layout .form-item__tooltip .tooltip__title:not(:last-child),.p2p .form-item__tooltip .tooltip__title:not(:last-child),.p2p__modal .form-item__tooltip .tooltip__title:not(:last-child){margin-right:.5rem}.account .form-item__tooltip .tooltip__title .title__text,.layout .form-item__tooltip .tooltip__title .title__text,.p2p .form-item__tooltip .tooltip__title .title__text,.p2p__modal .form-item__tooltip .tooltip__title .title__text{color:#8f939c;font-size:.875rem;line-height:1rem}.account .form-item__tooltip .tooltip__media,.layout .form-item__tooltip .tooltip__media,.p2p .form-item__tooltip .tooltip__media,.p2p__modal .form-item__tooltip .tooltip__media{align-items:flex-start;display:flex;height:1rem;width:1rem}.account .form-item__tooltip .tooltip__media:not(:last-child),.layout .form-item__tooltip .tooltip__media:not(:last-child),.p2p .form-item__tooltip .tooltip__media:not(:last-child),.p2p__modal .form-item__tooltip .tooltip__media:not(:last-child){margin-right:.5rem}.account .form-item__tooltip .tooltip__media img,.account .form-item__tooltip .tooltip__media svg,.layout .form-item__tooltip .tooltip__media img,.layout .form-item__tooltip .tooltip__media svg,.p2p .form-item__tooltip .tooltip__media img,.p2p .form-item__tooltip .tooltip__media svg,.p2p__modal .form-item__tooltip .tooltip__media img,.p2p__modal .form-item__tooltip .tooltip__media svg{height:100%;width:100%}.account .form-item__tooltip .tooltip__dropdown,.layout .form-item__tooltip .tooltip__dropdown,.p2p .form-item__tooltip .tooltip__dropdown,.p2p__modal .form-item__tooltip .tooltip__dropdown{background-color:#8f939c;border-radius:1.5rem 1.5rem 0 0;bottom:0;left:0;opacity:0;padding:.5rem 1rem;position:fixed;transition:all .4s ease-in-out;visibility:hidden;width:100%;z-index:5}@media screen and (min-width:992px){.account .form-item__tooltip .tooltip__dropdown,.layout .form-item__tooltip .tooltip__dropdown,.p2p .form-item__tooltip .tooltip__dropdown,.p2p__modal .form-item__tooltip .tooltip__dropdown{border-radius:1.5rem;bottom:auto;left:calc(100% + .5rem);position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20rem}}.account .form-item__tooltip .tooltip__dropdown p:not(:last-child),.layout .form-item__tooltip .tooltip__dropdown p:not(:last-child),.p2p .form-item__tooltip .tooltip__dropdown p:not(:last-child),.p2p__modal .form-item__tooltip .tooltip__dropdown p:not(:last-child){margin-bottom:.25rem}.account .form-item__tooltip .dropdown__main,.layout .form-item__tooltip .dropdown__main,.p2p .form-item__tooltip .dropdown__main,.p2p__modal .form-item__tooltip .dropdown__main{color:#fff;font-size:.75rem;line-height:1rem;max-height:2.5rem;overflow:hidden;overflow-y:auto;padding-right:.5rem}.account .form-item__fields,.layout .form-item__fields,.p2p .form-item__fields,.p2p__modal .form-item__fields{display:flex;flex-wrap:wrap;margin:0 -.5rem -.5rem;width:calc(100% + 1rem)}.account .form-item__fields .form-item__field,.layout .form-item__fields .form-item__field,.p2p .form-item__fields .form-item__field,.p2p__modal .form-item__fields .form-item__field{margin-bottom:.5rem;padding:0 .75rem}.account .form-item__field:not(:last-child),.layout .form-item__field:not(:last-child),.p2p .form-item__field:not(:last-child),.p2p__modal .form-item__field:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:768px){.account .form-item__field:not(:last-child),.layout .form-item__field:not(:last-child),.p2p .form-item__field:not(:last-child),.p2p__modal .form-item__field:not(:last-child){margin-bottom:1rem}}.account .form-item__attach,.layout .form-item__attach,.p2p .form-item__attach,.p2p__modal .form-item__attach{position:relative}.account .form-item__attach .attach__label,.layout .form-item__attach .attach__label,.p2p .form-item__attach .attach__label,.p2p__modal .form-item__attach .attach__label{background-color:#f6f6f6;border-radius:1.5rem;cursor:pointer;display:block;padding-top:50%;position:relative;width:100%}.account .form-item__attach .attach__input,.layout .form-item__attach .attach__input,.p2p .form-item__attach .attach__input,.p2p__modal .form-item__attach .attach__input{left:-999999px;position:absolute}.account .form-item__attach .attach__ico,.layout .form-item__attach .attach__ico,.p2p .form-item__attach .attach__ico,.p2p__modal .form-item__attach .attach__ico{height:1.5rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1.5rem}.account .form-item__switch.form-item__switch_up .switch__input:checked~.switch__layout,.layout .form-item__switch.form-item__switch_up .switch__input:checked~.switch__layout,.p2p .form-item__switch.form-item__switch_up .switch__input:checked~.switch__layout,.p2p__modal .form-item__switch.form-item__switch_up .switch__input:checked~.switch__layout{background-color:#00d09e;color:#fff}.account .form-item__switch.form-item__switch_down .switch__input:checked~.switch__layout,.layout .form-item__switch.form-item__switch_down .switch__input:checked~.switch__layout,.p2p .form-item__switch.form-item__switch_down .switch__input:checked~.switch__layout,.p2p__modal .form-item__switch.form-item__switch_down .switch__input:checked~.switch__layout{background-color:#ff004d;color:#fff}.account .form-item__switch.form-item__disabled,.layout .form-item__switch.form-item__disabled,.p2p .form-item__switch.form-item__disabled,.p2p__modal .form-item__switch.form-item__disabled{pointer-events:none}.account .form-item__switch .switch__label,.layout .form-item__switch .switch__label,.p2p .form-item__switch .switch__label,.p2p__modal .form-item__switch .switch__label{cursor:pointer;position:relative}.account .form-item__switch .switch__input,.layout .form-item__switch .switch__input,.p2p .form-item__switch .switch__input,.p2p__modal .form-item__switch .switch__input{left:-999999px;position:absolute}.account .form-item__switch .switch__input:checked~.switch__media,.layout .form-item__switch .switch__input:checked~.switch__media,.p2p .form-item__switch .switch__input:checked~.switch__media,.p2p__modal .form-item__switch .switch__input:checked~.switch__media{order:2}.account .form-item__switch .switch__layout,.layout .form-item__switch .switch__layout,.p2p .form-item__switch .switch__layout,.p2p__modal .form-item__switch .switch__layout{align-items:center;background-color:#e5e5e5;border-radius:1.5rem;color:#202639;display:flex;padding:.25rem}.account .form-item__switch .switch__media,.layout .form-item__switch .switch__media,.p2p .form-item__switch .switch__media,.p2p__modal .form-item__switch .switch__media{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-shrink:0;height:2rem;justify-content:center;width:2rem}.account .form-item__switch .switch__media img,.account .form-item__switch .switch__media svg,.layout .form-item__switch .switch__media img,.layout .form-item__switch .switch__media svg,.p2p .form-item__switch .switch__media img,.p2p .form-item__switch .switch__media svg,.p2p__modal .form-item__switch .switch__media img,.p2p__modal .form-item__switch .switch__media svg{height:.75rem;width:.75rem}.account .form-item__switch .switch__title,.layout .form-item__switch .switch__title,.p2p .form-item__switch .switch__title,.p2p__modal .form-item__switch .switch__title{min-width:9.25rem;text-align:center;width:100%}.account .form-item__switch .switch__title .switch__text,.layout .form-item__switch .switch__title .switch__text,.p2p .form-item__switch .switch__title .switch__text,.p2p__modal .form-item__switch .switch__title .switch__text{font-size:1rem;font-weight:500;line-height:1.25rem}.account .form-item__scope,.layout .form-item__scope,.p2p .form-item__scope,.p2p__modal .form-item__scope{align-items:center;background-color:#fff;border:.0625rem solid #202639;border-radius:2rem;color:#202639;display:flex;height:2.5rem;justify-content:space-between;overflow:hidden;transition:all .4s ease-in-out}.account .form-item__scope .scope__after,.account .form-item__scope .scope__before,.layout .form-item__scope .scope__after,.layout .form-item__scope .scope__before,.p2p .form-item__scope .scope__after,.p2p .form-item__scope .scope__before,.p2p__modal .form-item__scope .scope__after,.p2p__modal .form-item__scope .scope__before{align-items:center;color:#8f939c;display:flex;font-size:1rem;font-weight:500;line-height:2.5rem;padding:.75rem;white-space:nowrap}.account .form-item__scope .scope__after:first-child,.account .form-item__scope .scope__before:first-child,.layout .form-item__scope .scope__after:first-child,.layout .form-item__scope .scope__before:first-child,.p2p .form-item__scope .scope__after:first-child,.p2p .form-item__scope .scope__before:first-child,.p2p__modal .form-item__scope .scope__after:first-child,.p2p__modal .form-item__scope .scope__before:first-child{padding-right:0}.account .form-item__scope .scope__after:last-child,.account .form-item__scope .scope__before:last-child,.layout .form-item__scope .scope__after:last-child,.layout .form-item__scope .scope__before:last-child,.p2p .form-item__scope .scope__after:last-child,.p2p .form-item__scope .scope__before:last-child,.p2p__modal .form-item__scope .scope__after:last-child,.p2p__modal .form-item__scope .scope__before:last-child{padding-left:0}.account .form-item__scope .scope__after span:not(:last-child),.account .form-item__scope .scope__before span:not(:last-child),.layout .form-item__scope .scope__after span:not(:last-child),.layout .form-item__scope .scope__before span:not(:last-child),.p2p .form-item__scope .scope__after span:not(:last-child),.p2p .form-item__scope .scope__before span:not(:last-child),.p2p__modal .form-item__scope .scope__after span:not(:last-child),.p2p__modal .form-item__scope .scope__before span:not(:last-child){margin-right:.25rem}.account .form-item__scope .scope__after img,.account .form-item__scope .scope__after svg,.account .form-item__scope .scope__before img,.account .form-item__scope .scope__before svg,.layout .form-item__scope .scope__after img,.layout .form-item__scope .scope__after svg,.layout .form-item__scope .scope__before img,.layout .form-item__scope .scope__before svg,.p2p .form-item__scope .scope__after img,.p2p .form-item__scope .scope__after svg,.p2p .form-item__scope .scope__before img,.p2p .form-item__scope .scope__before svg,.p2p__modal .form-item__scope .scope__after img,.p2p__modal .form-item__scope .scope__after svg,.p2p__modal .form-item__scope .scope__before img,.p2p__modal .form-item__scope .scope__before svg{height:1rem;min-width:1rem;width:1rem}.account .form-item__scope .scope__input,.layout .form-item__scope .scope__input,.p2p .form-item__scope .scope__input,.p2p__modal .form-item__scope .scope__input{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:100%;line-height:2.5rem;margin:0;min-height:2.5rem;outline:none;padding:0 .75rem;text-overflow:ellipsis;width:100%}.account .form-item__scope.scope_disabled,.layout .form-item__scope.scope_disabled,.p2p .form-item__scope.scope_disabled,.p2p__modal .form-item__scope.scope_disabled{background-color:#e5e5e5;border-color:#e5e5e5;pointer-events:none}.account .form-item__scope::-webkit-input-placeholder,.layout .form-item__scope::-webkit-input-placeholder,.p2p .form-item__scope::-webkit-input-placeholder,.p2p__modal .form-item__scope::-webkit-input-placeholder{color:#8f939c;opacity:1}.account .form-item__scope::placeholder,.layout .form-item__scope::placeholder,.p2p .form-item__scope::placeholder,.p2p__modal .form-item__scope::placeholder{color:#8f939c;opacity:1}.account .form-item__scope.form-item__input_textarea,.layout .form-item__scope.form-item__input_textarea,.p2p .form-item__scope.form-item__input_textarea,.p2p__modal .form-item__scope.form-item__input_textarea{height:6.875rem;resize:none;width:100%}.account .form-item__data,.layout .form-item__data,.p2p .form-item__data,.p2p__modal .form-item__data{align-items:center;color:#8f939c;display:flex;font-size:.875rem;justify-content:space-between;line-height:1.25rem;margin:0 -.75rem;width:calc(100% + 1.5rem)}.account .form-item__data:not(:last-child),.layout .form-item__data:not(:last-child),.p2p .form-item__data:not(:last-child),.p2p__modal .form-item__data:not(:last-child){margin-bottom:.5rem}.account .form-item__data .data__item,.layout .form-item__data .data__item,.p2p .form-item__data .data__item,.p2p__modal .form-item__data .data__item{margin:0;padding:0 .75rem}.account .form-item__data .data__item.data__item_after,.layout .form-item__data .data__item.data__item_after,.p2p .form-item__data .data__item.data__item_after,.p2p__modal .form-item__data .data__item.data__item_after{margin-left:auto;white-space:nowrap}.account .form-item__data .btn:hover,.layout .form-item__data .btn:hover,.p2p .form-item__data .btn:hover,.p2p__modal .form-item__data .btn:hover{background-color:#202639;color:#fff}.account .textarea,.layout .textarea,.p2p .textarea,.p2p__modal .textarea{position:relative}.account .textarea textarea,.layout .textarea textarea,.p2p .textarea textarea,.p2p__modal .textarea textarea{-webkit-appearance:none;appearance:none;background-color:#fff;border:.0625rem solid #202639;border-radius:1.25rem;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;height:6.25rem;line-height:1rem;margin:0;outline:none;padding:1.25rem .75rem .75rem;resize:none}.account .textarea .textarea__progress,.layout .textarea .textarea__progress,.p2p .textarea .textarea__progress,.p2p__modal .textarea .textarea__progress{color:#8f939c;font-size:1rem;font-weight:500;line-height:1rem;position:absolute;right:.5rem;top:.5rem}@media screen and (min-width:768px){.account .textarea .textarea__progress,.layout .textarea .textarea__progress,.p2p .textarea .textarea__progress,.p2p__modal .textarea .textarea__progress{font-size:.875rem;font-weight:400;line-height:1rem}}.account .checkbox,.layout .checkbox,.p2p .checkbox,.p2p__modal .checkbox{align-items:center;display:flex;min-height:2.5rem}.account .checkbox .checkbox__label,.layout .checkbox .checkbox__label,.p2p .checkbox .checkbox__label,.p2p__modal .checkbox .checkbox__label{display:flex;position:relative}.account .checkbox .checkbox__input,.layout .checkbox .checkbox__input,.p2p .checkbox .checkbox__input,.p2p__modal .checkbox .checkbox__input{opacity:0;position:absolute}.account .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before,.layout .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before,.p2p .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before,.p2p__modal .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before{opacity:0}.account .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after,.layout .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after,.p2p .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after,.p2p__modal .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after{opacity:1}.account .checkbox .checkbox__input:disabled~.checkbox__text,.layout .checkbox .checkbox__input:disabled~.checkbox__text,.p2p .checkbox .checkbox__input:disabled~.checkbox__text,.p2p__modal .checkbox .checkbox__input:disabled~.checkbox__text{color:#8f939c;pointer-events:none}.account .checkbox .checkbox__input.error~.checkbox__text,.layout .checkbox .checkbox__input.error~.checkbox__text,.p2p .checkbox .checkbox__input.error~.checkbox__text,.p2p__modal .checkbox .checkbox__input.error~.checkbox__text{color:#ff004c}.account .checkbox .checkbox__main,.layout .checkbox .checkbox__main,.p2p .checkbox .checkbox__main,.p2p__modal .checkbox .checkbox__main{cursor:pointer;display:flex;flex-wrap:wrap;font-size:1rem;font-weight:500;line-height:1rem;padding-left:1.5rem;position:relative}.account .checkbox .checkbox__text,.layout .checkbox .checkbox__text,.p2p .checkbox .checkbox__text,.p2p__modal .checkbox .checkbox__text{color:#202639}.account .checkbox .checkbox__text:not(:last-child),.layout .checkbox .checkbox__text:not(:last-child),.p2p .checkbox .checkbox__text:not(:last-child),.p2p__modal .checkbox .checkbox__text:not(:last-child){margin-right:.5rem}.account .checkbox .checkbox__text a,.layout .checkbox .checkbox__text a,.p2p .checkbox .checkbox__text a,.p2p__modal .checkbox .checkbox__text a{color:#a717ff}.account .checkbox .checkbox__prompt,.layout .checkbox .checkbox__prompt,.p2p .checkbox .checkbox__prompt,.p2p__modal .checkbox .checkbox__prompt{color:#8f939c}.account .checkbox .checkbox__label,.layout .checkbox .checkbox__label,.p2p .checkbox .checkbox__label,.p2p__modal .checkbox .checkbox__label{position:static}.account .checkbox .checkbox__media,.layout .checkbox .checkbox__media,.p2p .checkbox .checkbox__media,.p2p__modal .checkbox .checkbox__media{position:relative}.account .checkbox .checkbox__ico,.layout .checkbox .checkbox__ico,.p2p .checkbox .checkbox__ico,.p2p__modal .checkbox .checkbox__ico{height:1rem;left:0;min-width:1rem;position:absolute;top:0;transition:all .4s ease-in-out;width:1rem}.account .checkbox .checkbox__ico.checkbox__ico_before,.layout .checkbox .checkbox__ico.checkbox__ico_before,.p2p .checkbox .checkbox__ico.checkbox__ico_before,.p2p__modal .checkbox .checkbox__ico.checkbox__ico_before{opacity:1}.account .checkbox .checkbox__ico.checkbox__ico_after,.layout .checkbox .checkbox__ico.checkbox__ico_after,.p2p .checkbox .checkbox__ico.checkbox__ico_after,.p2p__modal .checkbox .checkbox__ico.checkbox__ico_after{opacity:0}.p-calendar{background-color:#fff;border-radius:2rem;color:#202639;display:block;height:2.5rem}.p-calendar.p-calendar_secondary{background-color:#eee;color:#202639}.p-calendar .p-inputtext{-webkit-appearance:none;appearance:none;background-color:transparent;background:no-repeat url(/static/media/calendar.38717ca6fca6850143a9.svg);background-position:.5rem 50%;background-size:1.25rem;border:0;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;height:2.5rem;line-height:2.5rem;margin:0;outline:none;padding:.75rem .75rem .75rem 2.75rem;text-overflow:ellipsis;width:100%}.p-datepicker{background:#fff;border-radius:1rem;padding:.5rem;width:18.5rem}.p-datepicker .p-datepicker-title{display:flex;flex-direction:row-reverse}.p-datepicker .p-datepicker-title .p-link{color:#000;font-size:1.25rem;line-height:1.25rem}.p-datepicker .p-datepicker-title .p-link.p-datepicker-month{margin-right:.25rem}.p-datepicker .p-datepicker-next,.p-datepicker .p-datepicker-prev{align-items:center;background-color:#eee;border-radius:50%;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.p-datepicker .p-datepicker-next path,.p-datepicker .p-datepicker-prev path{fill:#000}.p-datepicker tr{display:flex}.p-datepicker td,.p-datepicker th{align-items:center;background-color:#fff;border-radius:50%;color:#000;display:flex;height:2.5rem;justify-content:center;transition:all .4s ease-in-out;width:2.5rem}.p-datepicker td.p-datepicker-today{background-color:rgba(202,116,254,.5)}.p-datepicker td:hover{background-color:#eee}.p-datepicker .p-highlight{color:#a717ff}.form-item__icocheck .icocheck__label{cursor:pointer;position:relative}.form-item__icocheck .icocheck__input{left:-99999px;position:absolute}.form-item__icocheck .icocheck__input:checked+.icocheck__layout{background-color:#a717ff;color:#fff}.form-item__icocheck .icocheck__layout{align-items:center;background-color:#eee;border-radius:2rem;color:#000;display:flex;padding:.5rem;transition:all .4s ease-in-out}.form-item__icocheck .icocheck__media{align-items:flex-start;display:flex;height:1.5rem;width:1.5em}.form-item__icocheck .icocheck__media:not(:last-child){margin-right:.5rem}.form-item__icocheck .icocheck__media img,.form-item__icocheck .icocheck__media svg{height:100%;width:100%}.form-item__icocheck .icocheck__title .icocheck__text{font-size:1rem;font-weight:500;line-height:1.5rem}.p-dropdown,.p-multiselect{align-items:center;background-color:#e5e5e5;border:.0625rem solid #e5e5e5;border-radius:2rem;display:flex;height:2.5rem;padding:.75rem;transition:all .4s ease-in-out}.p-dropdown.p-invalid,.p-multiselect.p-invalid{background-color:#fff;border-color:#ff004c}.p-dropdown.p-invalid .p-dropdown-label.p-placeholder,.p-multiselect.p-invalid .p-dropdown-label.p-placeholder{color:#ff004c}.p-dropdown.p-invalid .p-dropdown-trigger img path,.p-dropdown.p-invalid .p-dropdown-trigger svg path,.p-multiselect.p-invalid .p-dropdown-trigger img path,.p-multiselect.p-invalid .p-dropdown-trigger svg path{fill:#ff004c}.p-dropdown.p-disabled,.p-multiselect.p-disabled{background-color:#fff;border-color:#fff;cursor:inherit;pointer-events:none}.p-dropdown.p-disabled .p-dropdown-trigger,.p-multiselect.p-disabled .p-dropdown-trigger{opacity:0;visibility:hidden}.p-dropdown .p-hidden-accessible,.p-multiselect .p-hidden-accessible{left:-99999px;opacity:0;position:absolute;top:0;visibility:hidden}.p-dropdown .p-dropdown-label,.p-multiselect .p-dropdown-label{color:#202639;display:block;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:2.5rem;overflow:hidden}.p-dropdown .p-dropdown-label.p-placeholder,.p-multiselect .p-dropdown-label.p-placeholder{color:#8f939c}.p-dropdown .p-dropdown-tags:not(:last-child),.p-multiselect .p-dropdown-tags:not(:last-child){margin-right:.5rem}.p-dropdown .p-dropdown-trigger,.p-multiselect .p-dropdown-trigger{background:no-repeat 50%/contain url(/static/media/arrowBottom.3f93cd47974c60a58ca5.svg);height:.375rem;margin-left:auto;width:.5625rem}.p-dropdown-template{align-items:center;display:flex}.p-dropdown-template.p-dropdown-template_active .p-dropdown-title .title__text{color:#a717ff}.p-dropdown-media{align-items:flex-start;display:flex;height:1.5rem;width:1.5rem}.p-dropdown-media:not(:last-child){margin-right:.75rem}.p-dropdown-media img,.p-dropdown-media svg{height:100%;width:100%}.p-dropdown-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p-dropdown-title .title__text{color:#202639;font-size:1rem;font-weight:500;line-height:1.5rem}.p-dropdown-panel,.p-multiselect-panel{background-color:#eee;border:.0625rem solid #eee;border-radius:1.25rem;overflow:hidden;position:absolute;-webkit-transform:translateY(.25rem);transform:translateY(.25rem)}.p-dropdown-panel .p-dropdown-header,.p-dropdown-panel .p-multiselect-header,.p-multiselect-panel .p-dropdown-header,.p-multiselect-panel .p-multiselect-header{padding:.5rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-container,.p-dropdown-panel .p-dropdown-header .p-multiselect-filter-container,.p-dropdown-panel .p-multiselect-header .p-dropdown-filter-container,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter-container,.p-multiselect-panel .p-dropdown-header .p-dropdown-filter-container,.p-multiselect-panel .p-dropdown-header .p-multiselect-filter-container,.p-multiselect-panel .p-multiselect-header .p-dropdown-filter-container,.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container{align-items:center;border:.0625rem solid #202639;border-radius:2rem;color:#202639;display:flex;position:relative}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter,.p-dropdown-panel .p-dropdown-header .p-multiselect-filter,.p-dropdown-panel .p-multiselect-header .p-dropdown-filter,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter,.p-multiselect-panel .p-dropdown-header .p-dropdown-filter,.p-multiselect-panel .p-dropdown-header .p-multiselect-filter,.p-multiselect-panel .p-multiselect-header .p-dropdown-filter,.p-multiselect-panel .p-multiselect-header .p-multiselect-filter{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;height:2.5rem;line-height:2.5rem;margin:0;outline:none;padding:.75rem .75rem .75rem 2.5rem;text-overflow:ellipsis}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon,.p-dropdown-panel .p-dropdown-header .p-multiselect-filter-icon,.p-dropdown-panel .p-multiselect-header .p-dropdown-filter-icon,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter-icon,.p-multiselect-panel .p-dropdown-header .p-dropdown-filter-icon,.p-multiselect-panel .p-dropdown-header .p-multiselect-filter-icon,.p-multiselect-panel .p-multiselect-header .p-dropdown-filter-icon,.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-icon{height:1.25rem;left:.65rem;margin:0;position:absolute;top:.65rem;width:1.25rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-close,.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon g,.p-dropdown-panel .p-dropdown-header .p-multiselect-close,.p-dropdown-panel .p-dropdown-header .p-multiselect-filter-icon g,.p-dropdown-panel .p-multiselect-header .p-dropdown-close,.p-dropdown-panel .p-multiselect-header .p-dropdown-filter-icon g,.p-dropdown-panel .p-multiselect-header .p-multiselect-close,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter-icon g,.p-multiselect-panel .p-dropdown-header .p-dropdown-close,.p-multiselect-panel .p-dropdown-header .p-dropdown-filter-icon g,.p-multiselect-panel .p-dropdown-header .p-multiselect-close,.p-multiselect-panel .p-dropdown-header .p-multiselect-filter-icon g,.p-multiselect-panel .p-multiselect-header .p-dropdown-close,.p-multiselect-panel .p-multiselect-header .p-dropdown-filter-icon g,.p-multiselect-panel .p-multiselect-header .p-multiselect-close,.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-icon g{display:none}.p-dropdown-panel .p-dropdown-items,.p-dropdown-panel .p-multiselect-items,.p-multiselect-panel .p-dropdown-items,.p-multiselect-panel .p-multiselect-items{display:flex;flex-direction:column}.p-dropdown-panel .p-dropdown-items .p-dropdown-items-wrapper,.p-dropdown-panel .p-multiselect-items .p-dropdown-items-wrapper,.p-multiselect-panel .p-dropdown-items .p-dropdown-items-wrapper,.p-multiselect-panel .p-multiselect-items .p-dropdown-items-wrapper{overflow:hidden;overflow-y:auto}.p-dropdown-panel .p-dropdown-item,.p-dropdown-panel .p-multiselect-item,.p-multiselect-panel .p-dropdown-item,.p-multiselect-panel .p-multiselect-item{align-items:center;background-color:#eee;cursor:pointer;display:flex;margin:0;padding:.5rem;transition:all .4s ease-in-out}.p-dropdown-panel .p-dropdown-item.p-highlight,.p-dropdown-panel .p-dropdown-item:hover,.p-dropdown-panel .p-multiselect-item.p-highlight,.p-dropdown-panel .p-multiselect-item:hover,.p-multiselect-panel .p-dropdown-item.p-highlight,.p-multiselect-panel .p-dropdown-item:hover,.p-multiselect-panel .p-multiselect-item.p-highlight,.p-multiselect-panel .p-multiselect-item:hover{background-color:#f6f6f6}.p-dropdown-panel .p-dropdown-item .p-checkbox:not(:last-child),.p-dropdown-panel .p-multiselect-item .p-checkbox:not(:last-child),.p-multiselect-panel .p-dropdown-item .p-checkbox:not(:last-child),.p-multiselect-panel .p-multiselect-item .p-checkbox:not(:last-child){margin-right:.5rem}.p-dropdown-panel .p-dropdown-item .p-checkbox .p-checkbox-box,.p-dropdown-panel .p-multiselect-item .p-checkbox .p-checkbox-box,.p-multiselect-panel .p-dropdown-item .p-checkbox .p-checkbox-box,.p-multiselect-panel .p-multiselect-item .p-checkbox .p-checkbox-box{align-items:center;border:.125rem solid #a717ff;border-radius:50%;color:#a717ff;display:flex;height:1rem;justify-content:center;width:1rem}.p-dropdown-panel .p-dropdown-item .p-checkbox .p-checkbox-box img,.p-dropdown-panel .p-dropdown-item .p-checkbox .p-checkbox-box svg,.p-dropdown-panel .p-multiselect-item .p-checkbox .p-checkbox-box img,.p-dropdown-panel .p-multiselect-item .p-checkbox .p-checkbox-box svg,.p-multiselect-panel .p-dropdown-item .p-checkbox .p-checkbox-box img,.p-multiselect-panel .p-dropdown-item .p-checkbox .p-checkbox-box svg,.p-multiselect-panel .p-multiselect-item .p-checkbox .p-checkbox-box img,.p-multiselect-panel .p-multiselect-item .p-checkbox .p-checkbox-box svg{height:1rem;width:1rem}.p-dropdown-panel .p-dropdown-empty-message,.p-multiselect-panel .p-dropdown-empty-message{color:#ff004c;padding:.75rem}.account .tabs,.layout .tabs,.p2p .tabs{margin-bottom:1.25rem}.account .tabs .tabs__header,.layout .tabs .tabs__header,.p2p .tabs .tabs__header{display:flex;justify-content:flex-start;margin-bottom:1.5rem}.account .tabs .tabs__header .tabs__list,.layout .tabs .tabs__header .tabs__list,.p2p .tabs .tabs__header .tabs__list{background-color:#fff;border-radius:4rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);display:flex;overflow:hidden;overflow-x:auto;padding:.25rem}.account .tabs .tabs__header .tabs__list .tabs__item,.layout .tabs .tabs__header .tabs__list .tabs__item,.p2p .tabs .tabs__header .tabs__list .tabs__item{background-color:#fff;border-radius:4rem;box-shadow:0 .25rem 1.5rem transparent;color:#202639;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;justify-content:center;line-height:1rem;padding:.5rem;transition:all .4s ease-in-out;white-space:nowrap;width:100%}@media screen and (min-width:768px){.account .tabs .tabs__header .tabs__list .tabs__item,.layout .tabs .tabs__header .tabs__list .tabs__item,.p2p .tabs .tabs__header .tabs__list .tabs__item{font-size:1rem;font-weight:600;line-height:1.25rem;padding:.75rem 2rem;width:auto}}.account .tabs .tabs__header .tabs__list .tabs__item:not(:last-child),.layout .tabs .tabs__header .tabs__list .tabs__item:not(:last-child),.p2p .tabs .tabs__header .tabs__list .tabs__item:not(:last-child){margin-right:.5rem}.account .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active,.account .tabs .tabs__header .tabs__list .tabs__item:hover,.layout .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active,.layout .tabs .tabs__header .tabs__list .tabs__item:hover,.p2p .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active,.p2p .tabs .tabs__header .tabs__list .tabs__item:hover{background-color:#a717ff;box-shadow:0 .25rem 1.5rem rgba(59,0,96,.15);color:#fff}.account .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_buy,.account .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_buy,.layout .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_buy,.layout .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_buy,.p2p .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_buy,.p2p .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_buy{background-color:#00d09e}.account .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_sell,.account .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_sell,.layout .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_sell,.layout .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_sell,.p2p .tabs .tabs__header .tabs__list .tabs__item.tabs__item_active.tabs__item_sell,.p2p .tabs .tabs__header .tabs__list .tabs__item:hover.tabs__item_sell{background-color:#ff004c}.account .tabs .tabs__main:not(:last-child),.layout .tabs .tabs__main:not(:last-child),.p2p .tabs .tabs__main:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:768px){.account .tabs.tabs_second .tabs__header .tabs__item,.layout .tabs.tabs_second .tabs__header .tabs__item,.p2p .tabs.tabs_second .tabs__header .tabs__item{font-size:.875rem;line-height:1rem;padding:.5rem 3rem}}.account .tags.tags_secondary .tags__text,.layout .tags.tags_secondary .tags__text,.p2p .tags.tags_secondary .tags__text{font-size:.75rem;line-height:.75rem;padding:.25rem}.account .tags .tags__list,.layout .tags .tags__list,.p2p .tags .tags__list{display:flex;flex-wrap:wrap;margin:0 -.25rem -.25rem}.account .tags .tags__item,.layout .tags .tags__item,.p2p .tags .tags__item{display:flex;margin:0 .25rem .25rem}.account .tags .tags__text,.layout .tags .tags__text,.p2p .tags .tags__text{border-radius:2rem;color:#202639;display:block;font-size:1rem;font-weight:500;line-height:2rem;padding:.25rem .75rem;white-space:nowrap}.p2p__modal{-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:hsla(0,0%,40%,.25);cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:4}@media screen and (min-width:992px)and (min-height:40rem){.p2p__modal{align-items:center}}.layout_modal-active .p2p__modal{opacity:1;visibility:visible}.modal__layout{background-color:#fff;border:1px solid #eee;cursor:auto;display:flex;flex-direction:column;height:auto;padding:3rem 1.5rem 1.5rem;position:relative;width:100%;z-index:111}@media screen and (min-width:992px)and (min-height:40rem){.modal__layout{border-radius:1rem;max-height:95vh;padding:1.5rem}}.modal__layout.modal768{max-width:48rem}.modal__layout.modal640{max-width:40rem}.modal__layout.modal600{max-width:37.5rem}.modal__layout.modal480{max-width:30rem}.modal__layout .modal__action{align-items:center;cursor:pointer;display:flex;height:1.25rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:1.25rem;z-index:3}@media screen and (min-width:992px)and (min-height:40rem){.modal__layout .modal__action{right:-2.5rem;top:1.5rem}}.modal__layout .modal__action:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.modal__layout .modal__action img,.modal__layout .modal__action svg{height:100%;transition:all .4s ease-in-out;width:100%}.modal__layout .modal__action img path,.modal__layout .modal__action svg path{stroke:#202639;transition:all .4s ease-in-out}.modal__layout .modal__header:not(:last-child){margin-bottom:1.5rem}.modal__layout .modal__main{max-height:calc(100vh - 8rem);overflow:hidden;overflow-y:auto}.modal__layout .modal__main:not(:last-child){margin-bottom:1.5rem}.modal__layout .modal__section:not(:last-child){border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:1.5rem}.modal__database{font-weight:400}.modal__database .database__list{display:flex;flex-direction:column;margin-bottom:-.75rem}.modal__database .database__item{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.modal__database .database__key{margin-right:1rem}.modal__database .database__key .database__title .title__text{color:#8f939c;font-size:.875rem;line-height:1rem}.modal__database .database__value{display:flex;flex-direction:column}.modal__database .database__value .value__title:not(:last-child){margin-bottom:.25rem}.modal__database .database__value .value__title .title__text{color:#202639;display:block;font-size:1rem;font-weight:500;line-height:1.25rem;text-align:right}.modal__database .database__value .database__data .data__list{display:flex;flex-wrap:wrap;margin:0 -1.5rem -.5rem 0;width:calc(100% + 1.5rem)}.modal__database .database__value .database__data .data__item{align-items:center;color:#00d09e;display:flex;margin:0 1.5rem .5rem 0}.modal__database .database__value .database__data .data__item.data__item_secondary{color:#ff004c}.modal__database .database__value .database__data .data__item.data__item_secondary .data__media img,.modal__database .database__value .database__data .data__item.data__item_secondary .data__media svg{fill:#ff004c}.modal__database .database__value .database__data .data__title:not(:last-child){margin-right:.25rem}.modal__database .database__value .database__data .data__media{align-items:flex-start;display:flex;height:.75rem;-webkit-transform:translateY(-.125rem);transform:translateY(-.125rem);width:.75rem}.modal__database .database__value .database__data .data__media:not(:last-child){margin-right:.25rem}.modal__database .database__value .database__data .data__media img,.modal__database .database__value .database__data .data__media svg{height:100%;width:100%}.modal__methods .methods__list{display:flex;flex-direction:column}.modal__methods .methods__item:not(:last-child){margin-bottom:1.5rem}.modal__methods .methods__label{background-color:#f6f6f6;border-radius:1.25rem;cursor:pointer;display:flex;flex-direction:column;padding:1.5rem;position:relative}.modal__methods .methods__header{background-color:#fff;border-radius:1.5rem;padding:.75rem}.modal__methods .methods__header:not(:last-child){margin-bottom:2rem}.modal__methods .checkbox__input:checked~.checkbox__main:before{border-color:#a717ff}.modal__methods .checkbox__main{position:static!important}.modal__methods .checkbox__main:before{border:1px solid #f6f6f6;border-radius:1.25rem;content:"";cursor:pointer;height:100%;left:0;position:absolute;top:0;transition:all .4s ease-in-out;width:100%}.modal__methods .modal__margin_bottom{margin-bottom:15px!important}.modal__chat{align-items:center;cursor:pointer;display:flex}.modal__chat svg{flex-shrink:0;height:1rem;width:1rem}.modal__chat svg:not(:last-child){margin-right:.25rem}.modal__chat .chat__text{font-size:.875rem;font-weight:500;line-height:1rem}.modal__notifications .notifications__groups{display:flex;flex-direction:column}.modal__notifications .notifications__group{color:#8f939c;display:flex;flex-direction:column;font-size:.875rem;line-height:1.25rem}.modal__notifications .notifications__group:not(:last-child){margin-bottom:1.5rem}.modal__notifications .group__header:not(:last-child){margin-bottom:.75rem}.modal__notifications .group__header h1,.modal__notifications .group__header h2,.modal__notifications .group__header h3,.modal__notifications .group__header h4,.modal__notifications .group__header h5,.modal__notifications .group__header h6{color:#202639}.modal__notifications .group__header h1:not(:last-child),.modal__notifications .group__header h2:not(:last-child),.modal__notifications .group__header h3:not(:last-child),.modal__notifications .group__header h4:not(:last-child),.modal__notifications .group__header h5:not(:last-child),.modal__notifications .group__header h6:not(:last-child){margin-bottom:0}.modal__notifications .group__main{background-color:#f6f6f6;border-radius:1.25rem;padding:1.5rem}.modal__notifications .notifications__list{display:flex;flex-direction:column}.modal__notifications .notifications__item:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:.75rem;padding-bottom:.75rem}.modal__notifications .notifications__label{cursor:pointer;display:flex;justify-content:space-between}.modal__notifications .notifications__label h1,.modal__notifications .notifications__label h2,.modal__notifications .notifications__label h3,.modal__notifications .notifications__label h4,.modal__notifications .notifications__label h5,.modal__notifications .notifications__label h6{color:#202639}.modal__notifications .notifications__label h1:not(:last-child),.modal__notifications .notifications__label h2:not(:last-child),.modal__notifications .notifications__label h3:not(:last-child),.modal__notifications .notifications__label h4:not(:last-child),.modal__notifications .notifications__label h5:not(:last-child),.modal__notifications .notifications__label h6:not(:last-child){margin-bottom:.5rem}.modal__notifications .notifications__switcher .switcher__input{left:-999999px;position:absolute}.modal__notifications .notifications__switcher .switcher__input:checked~.switcher__text:before{background-color:#a717ff}.modal__notifications .notifications__switcher .switcher__input:checked~.switcher__text:after{right:.25rem}.modal__notifications .notifications__switcher .switcher__text{display:block;position:relative;width:2.5rem}.modal__notifications .notifications__switcher .switcher__text:after,.modal__notifications .notifications__switcher .switcher__text:before{content:"";position:absolute;right:0;top:0;transition:all .4s ease-in-out}.modal__notifications .notifications__switcher .switcher__text:before{background-color:#000;border-radius:2rem;box-shadow:none;height:1.5rem;width:2.5rem}.modal__notifications .notifications__switcher .switcher__text:after{background-color:#fff;border-radius:50%;height:1rem;opacity:1;right:1.25rem;top:.25rem;width:1rem;z-index:2}.modal__trading .trading__information{background-color:#f6f6f6;border-radius:1.25rem;margin-bottom:2.5rem;padding:.75rem}@media screen and (min-width:992px){.modal__trading .trading__information{margin-bottom:0}}.modal__trading .information__about{border-bottom:1px solid #e5e5e5;margin-bottom:.75rem;padding-bottom:.75rem}.modal__trading .about__header{display:flex}.modal__trading .about__header:not(:last-child){margin-bottom:.75rem}.modal__trading .about__header .information__avatar{align-items:center;background-color:#a717ff;border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;text-align:center;width:2.5rem}.modal__trading .about__header .information__avatar:not(:last-child){margin-right:1rem}.modal__trading .about__header .information__title{color:#a717ff}.modal__trading .about__protection .protection__list{display:flex;flex-wrap:wrap;margin-bottom:-.5rem}.modal__trading .about__protection .protection__item{align-items:center;color:#00d09e;display:flex;font-size:.875rem;line-height:1rem;margin-bottom:.5rem}.modal__trading .about__protection .protection__item:not(:last-child){margin-right:1.5rem}.modal__trading .about__protection .protection__item img,.modal__trading .about__protection .protection__item svg{flex-shrink:0;height:.75rem;-webkit-transform:translateY(-.125rem);transform:translateY(-.125rem);width:.75rem}.modal__trading .about__protection .protection__item img:not(:last-child),.modal__trading .about__protection .protection__item svg:not(:last-child){margin-right:.25rem}.modal__trading .trading__formular{display:flex;height:100%;width:100%}.modal__trading .trading__formular .formular{display:flex;flex-direction:column;width:100%}.modal__trading .trading__formular .formular__footer{margin-top:auto}.layout .slick-slider,.p2p .slick-slider{cursor:grab;display:block;height:100%;position:relative;width:auto}.layout .slick-slider.slick-vertical .slick-track,.p2p .slick-slider.slick-vertical .slick-track{flex-direction:column}.layout .slick-slider.slick-vertical .slick-slide,.p2p .slick-slider.slick-vertical .slick-slide{display:block;height:20rem}.layout .slick-slider img,.p2p .slick-slider img{display:block;width:100%}.layout .slick-slider .slick-track,.p2p .slick-slider .slick-track{display:flex}.layout .slick-slider .slick-list,.p2p .slick-slider .slick-list{overflow:hidden}.layout .slick-slider .slick-slide,.p2p .slick-slider .slick-slide{display:inline-block;height:100%;margin:0;min-height:1px;z-index:2!important}.layout .slick-slider .slick-slide.slick-current,.p2p .slick-slider .slick-slide.slick-current{z-index:3!important}.layout .slick-slider .slick-arrow,.p2p .slick-slider .slick-arrow{align-items:center;cursor:pointer;display:flex;height:2.75rem;justify-content:center;position:absolute;text-indent:-999999px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-in-out;width:2.75rem;z-index:4}.layout .slick-slider .slick-arrow.slick-prev,.p2p .slick-slider .slick-arrow.slick-prev{left:0;right:auto}.layout .slick-slider .slick-arrow.slick-prev:hover,.p2p .slick-slider .slick-arrow.slick-prev:hover{left:-1rem}.layout .slick-slider .slick-arrow.slick-next,.p2p .slick-slider .slick-arrow.slick-next{left:auto;right:0}.layout .slick-slider .slick-arrow.slick-next:hover,.p2p .slick-slider .slick-arrow.slick-next:hover{right:-1rem}.layout .slick-slider .slick-arrow.slick-disabled,.p2p .slick-slider .slick-arrow.slick-disabled{opacity:.8;pointer-events:none}.layout .slick-slider .slick-dots,.p2p .slick-slider .slick-dots{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin:0;padding:1rem;position:absolute;width:100%;z-index:3}.layout .slick-slider .slick-dots li,.p2p .slick-slider .slick-dots li{margin:0;transition:all .4s ease-in-out}.layout .slick-slider .slick-dots li:not(:last-child),.p2p .slick-slider .slick-dots li:not(:last-child){margin-right:.25rem}.layout .slick-slider .slick-dots li.slick-active button,.layout .slick-slider .slick-dots li:hover button,.p2p .slick-slider .slick-dots li.slick-active button,.p2p .slick-slider .slick-dots li:hover button{background-color:#fff}.layout .slick-slider .slick-dots li:only-child,.p2p .slick-slider .slick-dots li:only-child{display:none}.layout .slick-slider .slick-dots button,.p2p .slick-slider .slick-dots button{background-color:#202639;border-radius:50%;height:.5rem;text-indent:-9999px;transition:all .4s ease-in-out;width:.5rem}.layout .slick-loading .slick-slide,.p2p .slick-loading .slick-slide{visibility:hidden}.account .layout__table,.layout .layout__table,.p2p .layout__table{background-color:#fff;border-radius:1.25rem}@media screen and (min-width:992px){.account .layout__table.layout__table_center .table__item,.layout .layout__table.layout__table_center .table__item,.p2p .layout__table.layout__table_center .table__item{justify-content:center}}.account .layout__table:not(:last-child),.layout .layout__table:not(:last-child),.p2p .layout__table:not(:last-child){margin-bottom:1.5rem}.account .layout__table .table__head,.layout .layout__table .table__head,.p2p .layout__table .table__head{background-color:#202639;border-radius:1.25rem;color:#fff;display:none}@media screen and (min-width:992px){.account .layout__table .table__head,.layout .layout__table .table__head,.p2p .layout__table .table__head{display:flex}}.account .layout__table .table__head .table__item,.layout .layout__table .table__head .table__item,.p2p .layout__table .table__head .table__item{font-size:1.25rem;font-weight:500;line-height:1.25rem;padding:.75rem 1.25rem}.account .layout__table .table__body .table__list:not(:last-child),.layout .layout__table .table__body .table__list:not(:last-child),.p2p .layout__table .table__body .table__list:not(:last-child){position:relative}.account .layout__table .table__body .table__list:not(:last-child):after,.layout .layout__table .table__body .table__list:not(:last-child):after,.p2p .layout__table .table__body .table__list:not(:last-child):after{background-color:#eee;content:"";height:1px;left:1rem;position:absolute;top:100%;width:calc(100% - 2rem)}.account .layout__table .table__body .table__item,.layout .layout__table .table__body .table__item,.p2p .layout__table .table__body .table__item{font-size:1rem;font-weight:500;line-height:1.25rem;padding:.75rem 1.25rem}@media screen and (min-width:992px){.account .layout__table .table__body .table__item,.layout .layout__table .table__body .table__item,.p2p .layout__table .table__body .table__item{padding:1.25rem}}.account .layout__table .table__list,.layout .layout__table .table__list,.p2p .layout__table .table__list{display:flex;flex-direction:column;padding:1rem 0;width:100%}@media screen and (min-width:992px){.account .layout__table .table__list,.layout .layout__table .table__list,.p2p .layout__table .table__list{flex-direction:row;padding:0}}.account .layout__table .table__item,.layout .layout__table .table__item,.p2p .layout__table .table__item{align-items:center;display:flex}@media screen and (max-width:991px){.account .layout__table .table__item,.layout .layout__table .table__item,.p2p .layout__table .table__item{justify-content:space-between;width:100%!important}}.account .layout__table .table__header,.layout .layout__table .table__header,.p2p .layout__table .table__header{display:block}@media screen and (min-width:992px){.account .layout__table .table__header,.layout .layout__table .table__header,.p2p .layout__table .table__header{display:none}}.account .layout__table .table__header .table__title,.layout .layout__table .table__header .table__title,.p2p .layout__table .table__header .table__title{color:#8f939c}.account .layout__table .table__main,.layout .layout__table .table__main,.p2p .layout__table .table__main{align-items:center;display:flex}.account .layout__table .table__ico,.layout .layout__table .table__ico,.p2p .layout__table .table__ico{height:1.5rem;width:1.5rem}.account .layout__table .table__ico:not(:last-child),.layout .layout__table .table__ico:not(:last-child),.p2p .layout__table .table__ico:not(:last-child){margin-right:.5rem}.account,.p2p,.p2p__modal{color:#202639;display:flex;flex-direction:column}.account .p2p__main,.p2p .p2p__main,.p2p__modal .p2p__main{display:flex;flex-direction:column;padding:1.5rem 0}.account .wrapper,.p2p .wrapper,.p2p__modal .wrapper{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);padding:.75rem}@media screen and (min-width:768px){.account .wrapper,.p2p .wrapper,.p2p__modal .wrapper{padding:1.5rem}}.account .group:not(:last-child),.account .wrapper:not(:last-child),.p2p .group:not(:last-child),.p2p .wrapper:not(:last-child),.p2p__modal .group:not(:last-child),.p2p__modal .wrapper:not(:last-child){margin-bottom:1.5rem}.account .group.group_secondary:not(:last-child),.p2p .group.group_secondary:not(:last-child),.p2p__modal .group.group_secondary:not(:last-child){border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:1.5rem}.account .group .group__header:not(:last-child),.p2p .group .group__header:not(:last-child),.p2p__modal .group .group__header:not(:last-child){margin-bottom:.75rem}.account .group .group__header.group__header_ico,.p2p .group .group__header.group__header_ico,.p2p__modal .group .group__header.group__header_ico{align-items:center;display:flex}.account .group .group__header.group__header_ico .group__ico,.p2p .group .group__header.group__header_ico .group__ico,.p2p__modal .group .group__header.group__header_ico .group__ico{margin-left:auto;order:2}@media screen and (min-width:992px){.account .group .group__header.group__header_ico .group__ico,.p2p .group .group__header.group__header_ico .group__ico,.p2p__modal .group .group__header.group__header_ico .group__ico{display:none}}.account .group .group__main,.p2p .group .group__main,.p2p__modal .group .group__main{background-color:#f6f6f6;border-radius:1.5rem;padding:1rem}@media screen and (min-width:992px){.account .group .group__main,.p2p .group .group__main,.p2p__modal .group .group__main{padding:1.5rem}}.account .group .group__main.group__main_secondary,.p2p .group .group__main.group__main_secondary,.p2p__modal .group .group__main.group__main_secondary{background-color:rgba(0,208,158,.08)}.account .group .group__main.group__main_transparent,.p2p .group .group__main.group__main_transparent,.p2p__modal .group .group__main.group__main_transparent{background-color:transparent;padding:0}.account .p2p__reviews .reviews__header,.p2p .p2p__reviews .reviews__header,.p2p__modal .p2p__reviews .reviews__header{font-weight:500;text-align:center}.account .p2p__reviews .reviews__header:not(:last-child),.p2p .p2p__reviews .reviews__header:not(:last-child),.p2p__modal .p2p__reviews .reviews__header:not(:last-child){margin-bottom:1.25rem}.account .p2p__reviews .reviews__preview .preview__list,.p2p .p2p__reviews .reviews__preview .preview__list,.p2p__modal .p2p__reviews .reviews__preview .preview__list{display:flex;justify-content:center}.account .p2p__reviews .reviews__preview .preview__item,.p2p .p2p__reviews .reviews__preview .preview__item,.p2p__modal .p2p__reviews .reviews__preview .preview__item{cursor:pointer;padding:0 .75rem}.account .p2p__reviews .reviews__preview .form-item,.p2p .p2p__reviews .reviews__preview .form-item,.p2p__modal .p2p__reviews .reviews__preview .form-item{pointer-events:none}.account .p2p__reviews .reviews__result,.p2p .p2p__reviews .reviews__result,.p2p__modal .p2p__reviews .reviews__result{display:flex;justify-content:space-between}.account .p2p__reviews .reviews__result .result__main,.p2p .p2p__reviews .reviews__result .result__main,.p2p__modal .p2p__reviews .reviews__result .result__main{display:flex;flex-direction:column}.account .p2p__reviews .reviews__result .result__visual:not(:last-child),.p2p .p2p__reviews .reviews__result .result__visual:not(:last-child),.p2p__modal .p2p__reviews .reviews__result .result__visual:not(:last-child){margin-bottom:.5rem}.account .p2p__reviews .reviews__result .result__date,.p2p .p2p__reviews .reviews__result .result__date,.p2p__modal .p2p__reviews .reviews__result .result__date{color:#8f939c;font-size:.875rem;line-height:1.25rem}.account .p2p__reviews .reviews__result .result__date .date__item:not(:last-child),.p2p .p2p__reviews .reviews__result .result__date .date__item:not(:last-child),.p2p__modal .p2p__reviews .reviews__result .result__date .date__item:not(:last-child){margin-right:.5rem}.account .p2p__reviews .reviews__result .result__action,.p2p .p2p__reviews .reviews__result .result__action,.p2p__modal .p2p__reviews .reviews__result .result__action{align-items:flex-end;display:flex}.account .p2p__reviews .reviews__result .result__action .action__list,.p2p .p2p__reviews .reviews__result .result__action .action__list,.p2p__modal .p2p__reviews .reviews__result .result__action .action__list{display:flex}.account .p2p__reviews .reviews__result .result__action .action__item,.p2p .p2p__reviews .reviews__result .result__action .action__item,.p2p__modal .p2p__reviews .reviews__result .result__action .action__item{align-items:flex-start;cursor:pointer;display:flex;height:1.5rem;width:1.5rem}.account .p2p__reviews .reviews__result .result__action .action__item:not(:last-child),.p2p .p2p__reviews .reviews__result .result__action .action__item:not(:last-child),.p2p__modal .p2p__reviews .reviews__result .result__action .action__item:not(:last-child){margin-right:1.5rem}.account .p2p__reviews .reviews__result .result__action .action__item img,.account .p2p__reviews .reviews__result .result__action .action__item svg,.p2p .p2p__reviews .reviews__result .result__action .action__item img,.p2p .p2p__reviews .reviews__result .result__action .action__item svg,.p2p__modal .p2p__reviews .reviews__result .result__action .action__item img,.p2p__modal .p2p__reviews .reviews__result .result__action .action__item svg{height:100%;width:100%}.account .p2p__filter:not(:last-child),.p2p .p2p__filter:not(:last-child),.p2p__modal .p2p__filter:not(:last-child){margin-bottom:1.5rem}.account .p2p__filter.p2p__filter_active .filter__main,.p2p .p2p__filter.p2p__filter_active .filter__main,.p2p__modal .p2p__filter.p2p__filter_active .filter__main{display:block}.account .p2p__filter .filter__formular,.p2p .p2p__filter .filter__formular,.p2p__modal .p2p__filter .filter__formular{align-items:center;display:flex;justify-content:space-between}.account .p2p__filter .filter__main,.p2p .p2p__filter .filter__main,.p2p__modal .p2p__filter .filter__main{display:none;width:100%}@media screen and (min-width:768px){.account .p2p__filter .filter__main,.p2p .p2p__filter .filter__main,.p2p__modal .p2p__filter .filter__main{display:block}}.account .p2p__filter .filter__main:not(:last-child),.p2p .p2p__filter .filter__main:not(:last-child),.p2p__modal .p2p__filter .filter__main:not(:last-child){margin-right:1.5rem}.account .p2p__filter .filter__action,.p2p .p2p__filter .filter__action,.p2p__modal .p2p__filter .filter__action{margin-left:auto}.account .p2p__filter .action__list,.p2p .p2p__filter .action__list,.p2p__modal .p2p__filter .action__list{display:flex}.account .p2p__filter .action__item,.p2p .p2p__filter .action__item,.p2p__modal .p2p__filter .action__item{align-items:center;cursor:pointer;display:flex;padding:.25rem 0}.account .p2p__filter .action__item:not(:last-child),.p2p .p2p__filter .action__item:not(:last-child),.p2p__modal .p2p__filter .action__item:not(:last-child){margin-right:1.5rem}@media screen and (min-width:992px){.account .p2p__filter .action__item,.p2p .p2p__filter .action__item,.p2p__modal .p2p__filter .action__item{padding-top:1.75rem}}.account .p2p__filter .action__item.action__item_init .action__title,.p2p .p2p__filter .action__item.action__item_init .action__title,.p2p__modal .p2p__filter .action__item.action__item_init .action__title{display:none}@media screen and (min-width:768px){.account .p2p__filter .action__item.action__item_init .action__title,.p2p .p2p__filter .action__item.action__item_init .action__title,.p2p__modal .p2p__filter .action__item.action__item_init .action__title{display:block}}.account .p2p__filter .action__item.action__item_init .action__ico,.p2p .p2p__filter .action__item.action__item_init .action__ico,.p2p__modal .p2p__filter .action__item.action__item_init .action__ico{align-items:flex-start;display:flex}@media screen and (min-width:768px){.account .p2p__filter .action__item.action__item_init .action__ico,.p2p .p2p__filter .action__item.action__item_init .action__ico,.p2p__modal .p2p__filter .action__item.action__item_init .action__ico{display:none}}.account .p2p__filter .action__item.action__item_reset .action__title,.p2p .p2p__filter .action__item.action__item_reset .action__title,.p2p__modal .p2p__filter .action__item.action__item_reset .action__title{display:none}@media screen and (min-width:992px){.account .p2p__filter .action__item.action__item_reset .action__title,.p2p .p2p__filter .action__item.action__item_reset .action__title,.p2p__modal .p2p__filter .action__item.action__item_reset .action__title{display:block}}.account .p2p__filter .action__item.action__item_reset .action__ico,.p2p .p2p__filter .action__item.action__item_reset .action__ico,.p2p__modal .p2p__filter .action__item.action__item_reset .action__ico{display:flex}@media screen and (min-width:992px){.account .p2p__filter .action__item.action__item_reset .action__ico,.p2p .p2p__filter .action__item.action__item_reset .action__ico,.p2p__modal .p2p__filter .action__item.action__item_reset .action__ico{display:none}}.account .p2p__filter .action__item .action__title .title__text,.p2p .p2p__filter .action__item .action__title .title__text,.p2p__modal .p2p__filter .action__item .action__title .title__text{color:#a717ff;font-size:1rem;font-weight:500;line-height:1.5rem;white-space:nowrap}.account .p2p__filter .action__item .action__ico,.p2p .p2p__filter .action__item .action__ico,.p2p__modal .p2p__filter .action__item .action__ico{align-items:flex-start;height:2rem;width:2rem}@media screen and (min-width:768px){.account .p2p__filter .action__item .action__ico,.p2p .p2p__filter .action__item .action__ico,.p2p__modal .p2p__filter .action__item .action__ico{height:1.5rem;width:1.5rem}}.account .p2p__filter .action__item .action__ico img,.account .p2p__filter .action__item .action__ico svg,.p2p .p2p__filter .action__item .action__ico img,.p2p .p2p__filter .action__item .action__ico svg,.p2p__modal .p2p__filter .action__item .action__ico img,.p2p__modal .p2p__filter .action__item .action__ico svg{height:100%;width:100%}.account .p2p__table,.p2p .p2p__table,.p2p__modal .p2p__table{background-color:#fff;border-radius:1rem;overflow:hidden}.account .p2p__table .table__head,.p2p .p2p__table .table__head,.p2p__modal .p2p__table .table__head{background-color:#202639;border-radius:2rem;display:none;padding:0 1.25rem}@media screen and (min-width:768px){.account .p2p__table .table__head,.p2p .p2p__table .table__head,.p2p__modal .p2p__table .table__head{display:block}}.account .p2p__table .table__head .table__list,.p2p .p2p__table .table__head .table__list,.p2p__modal .p2p__table .table__head .table__list{display:flex}.account .p2p__table .table__head .table__item,.p2p .p2p__table .table__head .table__item,.p2p__modal .p2p__table .table__head .table__item{color:#fff;font-size:1.125rem;font-weight:400;line-height:1.5rem;padding:.5rem;text-align:center}.account .p2p__table .table__layout,.p2p .p2p__table .table__layout,.p2p__modal .p2p__table .table__layout{background-color:#fff;padding:0 .75rem}@media screen and (min-width:768px)and (min-width:768px){.account .p2p__table .table__layout,.p2p .p2p__table .table__layout,.p2p__modal .p2p__table .table__layout{padding:0 1.25rem 1.25rem}}.account .p2p__table .table__layout .table__list,.p2p .p2p__table .table__layout .table__list,.p2p__modal .p2p__table .table__layout .table__list{position:relative}.account .p2p__table .table__layout .table__list:not(:last-child),.p2p .p2p__table .table__layout .table__list:not(:last-child),.p2p__modal .p2p__table .table__layout .table__list:not(:last-child){border-bottom:1px solid #eee}.account .p2p__table .table__preview,.p2p .p2p__table .table__preview,.p2p__modal .p2p__table .table__preview{display:flex;flex-direction:column;padding:.75rem 0}@media screen and (min-width:768px){.account .p2p__table .table__preview,.p2p .p2p__table .table__preview,.p2p__modal .p2p__table .table__preview{flex-direction:row}}.account .p2p__table .table__preview .table__header,.p2p .p2p__table .table__preview .table__header,.p2p__modal .p2p__table .table__preview .table__header{align-items:flex-start;display:flex;width:100%}.account .p2p__table .table__preview .table__header .header__avatar,.p2p .p2p__table .table__preview .table__header .header__avatar,.p2p__modal .p2p__table .table__preview .table__header .header__avatar{align-items:center;background-color:#a717ff;border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;min-width:2.5rem;text-align:center;width:2.5rem}.account .p2p__table .table__preview .table__header .header__avatar:not(:last-child),.p2p .p2p__table .table__preview .table__header .header__avatar:not(:last-child),.p2p__modal .p2p__table .table__preview .table__header .header__avatar:not(:last-child){margin-right:1rem}.account .p2p__table .table__preview .table__header .header__subtitle,.p2p .p2p__table .table__preview .table__header .header__subtitle,.p2p__modal .p2p__table .table__preview .table__header .header__subtitle{display:flex;flex-direction:column}.account .p2p__table .table__preview .table__header .header__subtitle .subtitle__text,.p2p .p2p__table .table__preview .table__header .header__subtitle .subtitle__text,.p2p__modal .p2p__table .table__preview .table__header .header__subtitle .subtitle__text{margin:0}.account .p2p__table .table__dropdown,.p2p .p2p__table .table__dropdown,.p2p__modal .p2p__table .table__dropdown{background:#fff;height:100%;max-height:0;opacity:0;overflow:hidden;padding:0 1.25rem;position:relative;transition:all .4s ease-in-out;visibility:hidden;width:100%;z-index:2}.account .p2p__table .table__item,.p2p .p2p__table .table__item,.p2p__modal .p2p__table .table__item{align-items:center;display:flex;justify-content:flex-start;width:100%}@media screen and (min-width:768px){.account .p2p__table .table__item,.p2p .p2p__table .table__item,.p2p__modal .p2p__table .table__item{justify-content:center;width:15rem}}.account .p2p__table .table__item:not(:last-child),.p2p .p2p__table .table__item:not(:last-child),.p2p__modal .p2p__table .table__item:not(:last-child){margin-bottom:1rem}@media screen and (min-width:768px){.account .p2p__table .table__item:not(:last-child),.p2p .p2p__table .table__item:not(:last-child),.p2p__modal .p2p__table .table__item:not(:last-child){margin-bottom:0}}.account .p2p__table .table__item:last-child,.p2p .p2p__table .table__item:last-child,.p2p__modal .p2p__table .table__item:last-child{justify-content:center}@media(max-width:768px){.account .p2p__table .home__item,.p2p .p2p__table .home__item,.p2p__modal .p2p__table .home__item{display:block}}.account .p2p__table .tags .tags__list,.p2p .p2p__table .tags .tags__list,.p2p__modal .p2p__table .tags .tags__list{justify-content:flex-start}@media screen and (min-width:768px){.account .p2p__table .tags .tags__list,.p2p .p2p__table .tags .tags__list,.p2p__modal .p2p__table .tags .tags__list{justify-content:center}}.account .ml-auto,.p2p .ml-auto,.p2p__modal .ml-auto{margin-left:auto!important}@media screen and (min-width:768px){.account .ml-m-auto,.p2p .ml-m-auto,.p2p__modal .ml-m-auto{margin-left:auto!important}.account .mb-m-auto,.p2p .mb-m-auto,.p2p__modal .mb-m-auto{margin-bottom:auto!important}.account .m-m-0,.p2p .m-m-0,.p2p__modal .m-m-0{margin-bottom:0!important}}.account .nowrap,.p2p .nowrap,.p2p__modal .nowrap{flex-wrap:nowrap!important}@media screen and (max-width:767px){.account .w-m-100,.p2p .w-m-100,.p2p__modal .w-m-100{width:100%!important}.account .w-m-auto,.p2p .w-m-auto,.p2p__modal .w-m-auto{width:auto!important}}.account .d-none,.p2p .d-none,.p2p__modal .d-none{display:none!important}@media screen and (max-width:767px){.account .d-m-none,.p2p .d-m-none,.p2p__modal .d-m-none{display:none!important}.account .d-m-flex,.p2p .d-m-flex,.p2p__modal .d-m-flex{display:flex!important}}.account .h1,.account .h2,.account .h3,.account .h4,.account .h5,.account .h6,.account h1,.account h2,.account h3,.account h4,.account h5,.account h6,.p2p .h1,.p2p .h2,.p2p .h3,.p2p .h4,.p2p .h5,.p2p .h6,.p2p h1,.p2p h2,.p2p h3,.p2p h4,.p2p h5,.p2p h6,.p2p__modal .h1,.p2p__modal .h2,.p2p__modal .h3,.p2p__modal .h4,.p2p__modal .h5,.p2p__modal .h6,.p2p__modal h1,.p2p__modal h2,.p2p__modal h3,.p2p__modal h4,.p2p__modal h5,.p2p__modal h6{font-weight:500}.account .h1:not(:last-child),.account .h2:not(:last-child),.account .h3:not(:last-child),.account .h4:not(:last-child),.account .h5:not(:last-child),.account .h6:not(:last-child),.account h1:not(:last-child),.account h2:not(:last-child),.account h3:not(:last-child),.account h4:not(:last-child),.account h5:not(:last-child),.account h6:not(:last-child),.p2p .h1:not(:last-child),.p2p .h2:not(:last-child),.p2p .h3:not(:last-child),.p2p .h4:not(:last-child),.p2p .h5:not(:last-child),.p2p .h6:not(:last-child),.p2p h1:not(:last-child),.p2p h2:not(:last-child),.p2p h3:not(:last-child),.p2p h4:not(:last-child),.p2p h5:not(:last-child),.p2p h6:not(:last-child),.p2p__modal .h1:not(:last-child),.p2p__modal .h2:not(:last-child),.p2p__modal .h3:not(:last-child),.p2p__modal .h4:not(:last-child),.p2p__modal .h5:not(:last-child),.p2p__modal .h6:not(:last-child),.p2p__modal h1:not(:last-child),.p2p__modal h2:not(:last-child),.p2p__modal h3:not(:last-child),.p2p__modal h4:not(:last-child),.p2p__modal h5:not(:last-child),.p2p__modal h6:not(:last-child){margin:0 0 1.25rem}.account .h1,.account h1,.p2p .h1,.p2p h1,.p2p__modal .h1,.p2p__modal h1{font-size:2rem;line-height:2rem}.account .h2,.account h2,.p2p .h2,.p2p h2,.p2p__modal .h2,.p2p__modal h2{font-size:1.25rem!important;line-height:1.5rem!important}.account .h3,.account h3,.p2p .h3,.p2p h3,.p2p__modal .h3,.p2p__modal h3{font-size:1rem;font-weight:500;line-height:1.5rem}.account .h4,.account h4,.p2p .h4,.p2p h4,.p2p__modal .h4,.p2p__modal h4{font-size:.875rem;font-weight:400;line-height:1.25rem}.account .h5,.account .h6,.account h5,.account h6,.p2p .h5,.p2p .h6,.p2p h5,.p2p h6,.p2p__modal .h5,.p2p__modal .h6,.p2p__modal h5,.p2p__modal h6{font-size:.75rem;font-weight:400;line-height:1rem}.account h1 a,.account h2 a,.account h3 a,.account h4 a,.account h5 a,.account h6 a,.p2p h1 a,.p2p h2 a,.p2p h3 a,.p2p h4 a,.p2p h5 a,.p2p h6 a,.p2p__modal h1 a,.p2p__modal h2 a,.p2p__modal h3 a,.p2p__modal h4 a,.p2p__modal h5 a,.p2p__modal h6 a{color:#202639;text-decoration:none}.account h1 a:hover,.account h2 a:hover,.account h3 a:hover,.account h4 a:hover,.account h5 a:hover,.account h6 a:hover,.p2p h1 a:hover,.p2p h2 a:hover,.p2p h3 a:hover,.p2p h4 a:hover,.p2p h5 a:hover,.p2p h6 a:hover,.p2p__modal h1 a:hover,.p2p__modal h2 a:hover,.p2p__modal h3 a:hover,.p2p__modal h4 a:hover,.p2p__modal h5 a:hover,.p2p__modal h6 a:hover{text-decoration:underline}.account strong,.p2p strong,.p2p__modal strong{font-weight:500}.account a,.p2p a,.p2p__modal a{color:#202639;text-decoration:none}.account a:hover,.p2p a:hover,.p2p__modal a:hover{text-decoration:none}.account ol,.account p,.account ul,.p2p ol,.p2p p,.p2p ul,.p2p__modal ol,.p2p__modal p,.p2p__modal ul{margin-bottom:0;padding:0}.account ol,.account ul,.p2p ol,.p2p ul,.p2p__modal ol,.p2p__modal ul{list-style:none}.account ol ol,.account ol ul,.account ul ol,.account ul ul,.p2p ol ol,.p2p ol ul,.p2p ul ol,.p2p ul ul,.p2p__modal ol ol,.p2p__modal ol ul,.p2p__modal ul ol,.p2p__modal ul ul{margin:.5rem 0}.account ol li,.account ul li,.p2p ol li,.p2p ul li,.p2p__modal ol li,.p2p__modal ul li{margin:0}.account img,.account svg,.p2p img,.p2p svg,.p2p__modal img,.p2p__modal svg{height:auto;max-width:100%;object-fit:cover;outline:none}.account .container,.p2p .container,.p2p__modal .container{margin:0 auto;max-width:calc(100vw - 1rem);width:75rem}.account .row,.p2p .row,.p2p__modal .row{display:flex;flex-wrap:wrap;margin:0 -.625rem;width:calc(100% + 1.25rem)}@media screen and (max-width:767px){.account .row.row_m-revers,.p2p .row.row_m-revers,.p2p__modal .row.row_m-revers{flex-direction:column-reverse}}.account .col,.p2p .col,.p2p__modal .col{box-sizing:border-box;display:flex;flex-direction:column;padding:0 .625rem}.account .col.col_1,.p2p .col.col_1,.p2p__modal .col.col_1{width:8.3333%}.account .col.col_2,.p2p .col.col_2,.p2p__modal .col.col_2{width:16.666%}.account .col.col_3,.p2p .col.col_3,.p2p__modal .col.col_3{width:25%}.account .col.col_4,.p2p .col.col_4,.p2p__modal .col.col_4{width:33.3%}.account .col.col_5,.p2p .col.col_5,.p2p__modal .col.col_5{width:41.666667%}.account .col.col_6,.p2p .col.col_6,.p2p__modal .col.col_6{width:50%}.account .col.col_7,.p2p .col.col_7,.p2p__modal .col.col_7{width:58.333333%}.account .col.col_8,.p2p .col.col_8,.p2p__modal .col.col_8{width:66.666667%}.account .col.col_9,.p2p .col.col_9,.p2p__modal .col.col_9{width:75%}.account .col.col_10,.p2p .col.col_10,.p2p__modal .col.col_10{width:83.333333%}.account .col.col_11,.p2p .col.col_11,.p2p__modal .col.col_11{width:91.666667%}.account .col.col_12,.p2p .col.col_12,.p2p__modal .col.col_12{width:100%}@media(max-width:1239px){.account .col.col_desktop-2,.p2p .col.col_desktop-2,.p2p__modal .col.col_desktop-2{width:16.66%}.account .col.col_desktop-3,.p2p .col.col_desktop-3,.p2p__modal .col.col_desktop-3{width:25%}.account .col.col_desktop-4,.p2p .col.col_desktop-4,.p2p__modal .col.col_desktop-4{width:33.3%}.account .col.col_desktop-5,.p2p .col.col_desktop-5,.p2p__modal .col.col_desktop-5{width:41.666667%}.account .col.col_desktop-6,.p2p .col.col_desktop-6,.p2p__modal .col.col_desktop-6{width:50%}.account .col.col_desktop-7,.p2p .col.col_desktop-7,.p2p__modal .col.col_desktop-7{width:58.333333%}.account .col.col_desktop-8,.p2p .col.col_desktop-8,.p2p__modal .col.col_desktop-8{width:66.666667%}.account .col.col_desktop-9,.p2p .col.col_desktop-9,.p2p__modal .col.col_desktop-9{width:75%}.account .col.col_desktop-10,.p2p .col.col_desktop-10,.p2p__modal .col.col_desktop-10{width:83.333333%}.account .col.col_desktop-11,.p2p .col.col_desktop-11,.p2p__modal .col.col_desktop-11{width:91.666667%}.account .col.col_desktop-12,.p2p .col.col_desktop-12,.p2p__modal .col.col_desktop-12{width:100%}}@media screen and (max-width:991px){.account .col.col_tab-2,.p2p .col.col_tab-2,.p2p__modal .col.col_tab-2{width:16.66%}.account .col.col_tab-3,.p2p .col.col_tab-3,.p2p__modal .col.col_tab-3{width:25%}.account .col.col_tab-4,.p2p .col.col_tab-4,.p2p__modal .col.col_tab-4{width:33.3%}.account .col.col_tab-5,.p2p .col.col_tab-5,.p2p__modal .col.col_tab-5{width:41.666667%}.account .col.col_tab-6,.p2p .col.col_tab-6,.p2p__modal .col.col_tab-6{width:50%}.account .col.col_tab-7,.p2p .col.col_tab-7,.p2p__modal .col.col_tab-7{width:58.333333%}.account .col.col_tab-8,.p2p .col.col_tab-8,.p2p__modal .col.col_tab-8{width:66.666667%}.account .col.col_tab-9,.p2p .col.col_tab-9,.p2p__modal .col.col_tab-9{width:75%}.account .col.col_tab-10,.p2p .col.col_tab-10,.p2p__modal .col.col_tab-10{width:83.333333%}.account .col.col_tab-11,.p2p .col.col_tab-11,.p2p__modal .col.col_tab-11{width:91.666667%}.account .col.col_tab-12,.p2p .col.col_tab-12,.p2p__modal .col.col_tab-12{width:100%}}@media screen and (max-width:767px){.account .col.col_mob-2,.p2p .col.col_mob-2,.p2p__modal .col.col_mob-2{width:16.66%}.account .col.col_mob-3,.p2p .col.col_mob-3,.p2p__modal .col.col_mob-3{width:25%}.account .col.col_mob-4,.p2p .col.col_mob-4,.p2p__modal .col.col_mob-4{width:33.3%}.account .col.col_mob-5,.p2p .col.col_mob-5,.p2p__modal .col.col_mob-5{width:41.666667%}.account .col.col_mob-6,.p2p .col.col_mob-6,.p2p__modal .col.col_mob-6{width:50%}.account .col.col_mob-7,.p2p .col.col_mob-7,.p2p__modal .col.col_mob-7{width:58.333333%}.account .col.col_mob-8,.p2p .col.col_mob-8,.p2p__modal .col.col_mob-8{width:66.666667%}.account .col.col_mob-9,.p2p .col.col_mob-9,.p2p__modal .col.col_mob-9{width:75%}.account .col.col_mob-10,.p2p .col.col_mob-10,.p2p__modal .col.col_mob-10{width:83.333333%}.account .col.col_mob-11,.p2p .col.col_mob-11,.p2p__modal .col.col_mob-11{width:91.666667%}.account .col.col_mob-12,.p2p .col.col_mob-12,.p2p__modal .col.col_mob-12{width:100%}}@media screen and (max-width:579px){.account .col.col_mobp-2,.p2p .col.col_mobp-2,.p2p__modal .col.col_mobp-2{width:16.66%}.account .col.col_mobp-3,.p2p .col.col_mobp-3,.p2p__modal .col.col_mobp-3{width:25%}.account .col.col_mobp-4,.p2p .col.col_mobp-4,.p2p__modal .col.col_mobp-4{width:33.3%}.account .col.col_mobp-5,.p2p .col.col_mobp-5,.p2p__modal .col.col_mobp-5{width:41.666667%}.account .col.col_mobp-6,.p2p .col.col_mobp-6,.p2p__modal .col.col_mobp-6{width:50%}.account .col.col_mobp-7,.p2p .col.col_mobp-7,.p2p__modal .col.col_mobp-7{width:58.333333%}.account .col.col_mobp-8,.p2p .col.col_mobp-8,.p2p__modal .col.col_mobp-8{width:66.666667%}.account .col.col_mobp-9,.p2p .col.col_mobp-9,.p2p__modal .col.col_mobp-9{width:75%}.account .col.col_mobp-10,.p2p .col.col_mobp-10,.p2p__modal .col.col_mobp-10{width:83.333333%}.account .col.col_mobp-11,.p2p .col.col_mobp-11,.p2p__modal .col.col_mobp-11{width:91.666667%}.account .col.col_mobp-12,.p2p .col.col_mobp-12,.p2p__modal .col.col_mobp-12{width:100%}}.account .d-flex,.p2p .d-flex,.p2p__modal .d-flex{display:flex!important}.account .justify-end,.p2p .justify-end,.p2p__modal .justify-end{justify-content:flex-end!important}.account .justify-center,.p2p .justify-center,.p2p__modal .justify-center{justify-content:center}.account .justify-space-between,.p2p .justify-space-between,.p2p__modal .justify-space-between{justify-content:space-between}.account .d-flex,.p2p .d-flex,.p2p__modal .d-flex{display:flex}.account .direction-column,.p2p .direction-column,.p2p__modal .direction-column{flex-direction:column}.account .align-center,.p2p .align-center,.p2p__modal .align-center{align-items:center}.account .align-end,.p2p .align-end,.p2p__modal .align-end{align-items:flex-end}@media screen and (max-width:767px){.account .justify-m-center,.p2p .justify-m-center,.p2p__modal .justify-m-center{justify-content:center}.account .justify-m-end,.p2p .justify-m-end,.p2p__modal .justify-m-end{justify-content:flex-end}.account .justify-m-start,.p2p .justify-m-start,.p2p__modal .justify-m-start{justify-content:flex-start}}@media screen and (min-width:768px){.account .m-no-wrap,.p2p .m-no-wrap,.p2p__modal .m-no-wrap{flex-wrap:nowrap!important}}.account .w-100,.p2p .w-100,.p2p__modal .w-100{width:100%!important}.account .invalid-input,.p2p .invalid-input,.p2p__modal .invalid-input{border-bottom:2px solid red!important}.account .p-0,.p2p .p-0,.p2p__modal .p-0{padding:0!important}.account .pb-0,.p2p .pb-0,.p2p__modal .pb-0{padding-bottom:0!important}.account .b-0,.p2p .b-0,.p2p__modal .b-0{border:0!important}.account .m-0,.p2p .m-0,.p2p__modal .m-0{margin:0!important}.account .mb-0,.p2p .mb-0,.p2p__modal .mb-0{margin-bottom:0!important}.account .text-center,.p2p .text-center,.p2p__modal .text-center{text-align:center!important}.account .colorSecondary300,.p2p .colorSecondary300,.p2p__modal .colorSecondary300{color:#ebfbf7!important}.account .colorSecondary400,.p2p .colorSecondary400,.p2p__modal .colorSecondary400{color:#1aefbc!important}.account .colorSecondary500,.p2p .colorSecondary500,.p2p__modal .colorSecondary500{color:#00d09e!important}.account .colorTertiary300,.p2p .colorTertiary300,.p2p__modal .colorTertiary300{color:#ffebf1!important}.account .colorTertiary400,.p2p .colorTertiary400,.p2p__modal .colorTertiary400{color:#ff5285!important}.account .colorTertiary500,.p2p .colorTertiary500,.p2p__modal .colorTertiary500{color:#ff004c!important}.account .colorTertiary600,.p2p .colorTertiary600,.p2p__modal .colorTertiary600{color:#ff004d!important}.account .colorPrimary200,.p2p .colorPrimary200,.p2p__modal .colorPrimary200{color:#eee!important}.account .colorPrimary300,.p2p .colorPrimary300,.p2p__modal .colorPrimary300{color:#8f939c!important}.account .colorPrimary400,.p2p .colorPrimary400,.p2p__modal .colorPrimary400{color:#202639!important}.account .colorPrimary600,.p2p .colorPrimary600,.p2p__modal .colorPrimary600{color:#e5e5e5!important}.account .colorPrimary700,.p2p .colorPrimary700,.p2p__modal .colorPrimary700{color:rgba(32,38,57,.502)!important}.account .colorQuartyty200,.p2p .colorQuartyty200,.p2p__modal .colorQuartyty200{color:rgba(59,0,96,.15)!important}.account .colorQuartyty300,.p2p .colorQuartyty300,.p2p__modal .colorQuartyty300{color:rgba(202,116,254,.5)!important}.account .colorQuartyty400,.p2p .colorQuartyty400,.p2p__modal .colorQuartyty400{color:#ca74fe!important}.account .colorQuartyty500,.p2p .colorQuartyty500,.p2p__modal .colorQuartyty500{color:#a717ff!important}.account .bgcolorTertiary300,.p2p .bgcolorTertiary300,.p2p__modal .bgcolorTertiary300{background-color:#ffebf1!important;border-radius:2rem;color:#000;font-size:.75rem;line-height:1rem;padding:.25rem .5rem}.account ::-webkit-scrollbar,.p2p ::-webkit-scrollbar,.p2p__modal ::-webkit-scrollbar{height:0;width:0}.account ::-webkit-scrollbar-track,.p2p ::-webkit-scrollbar-track,.p2p__modal ::-webkit-scrollbar-track{background:#fff}.account ::-webkit-scrollbar-thumb,.p2p ::-webkit-scrollbar-thumb,.p2p__modal ::-webkit-scrollbar-thumb{background-color:#1aefbc}.account ::-webkit-scrollbar-thumb:hover,.p2p ::-webkit-scrollbar-thumb:hover,.p2p__modal ::-webkit-scrollbar-thumb:hover{background-color:#00d09e}.account .p2p__tooltip,.p2p .p2p__tooltip,.p2p__modal .p2p__tooltip{background-color:#ffebf1;border-radius:1.25rem;color:#202639;font-size:1rem;font-weight:500;line-height:1.25rem;padding:1.5rem}.account .p2p__tooltip:not(:last-child),.p2p .p2p__tooltip:not(:last-child),.p2p__modal .p2p__tooltip:not(:last-child){margin-bottom:1.5rem}.account .p2p__tooltip .p2p__tooltip,.p2p .p2p__tooltip .p2p__tooltip,.p2p__modal .p2p__tooltip .p2p__tooltip{padding:.75rem}.account .tooltip__order,.p2p .tooltip__order,.p2p__modal .tooltip__order{display:flex;flex-direction:column}@media screen and (min-width:992px){.account .tooltip__order,.p2p .tooltip__order,.p2p__modal .tooltip__order{flex-direction:row;justify-content:space-between}}.account .tooltip__order:not(:last-child),.p2p .tooltip__order:not(:last-child),.p2p__modal .tooltip__order:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:.75rem;padding-bottom:.75rem}.account .tooltip__order .order__header,.p2p .tooltip__order .order__header,.p2p__modal .tooltip__order .order__header{align-items:center;display:flex;margin-bottom:1rem}@media screen and (min-width:992px){.account .tooltip__order .order__header,.p2p .tooltip__order .order__header,.p2p__modal .tooltip__order .order__header{margin-bottom:0;margin-right:1rem;width:50%}.account .tooltip__order .order__main,.p2p .tooltip__order .order__main,.p2p__modal .tooltip__order .order__main{width:40%}}.account .fontMiddle,.p2p .fontMiddle,.p2p__modal .fontMiddle{font-size:.875rem;line-height:1.5rem}.account .fontTiny,.p2p .fontTiny,.p2p__modal .fontTiny{font-size:.75rem;line-height:1rem}.account .datatext:not(:last-child),.p2p .datatext:not(:last-child),.p2p__modal .datatext:not(:last-child){margin-bottom:2rem}.account .datatext .datatext__list,.p2p .datatext .datatext__list,.p2p__modal .datatext .datatext__list{align-items:center;display:flex;flex-wrap:wrap;margin:0 -1rem -1rem;width:calc(100% + 2rem)}.account .datatext .datatext__item,.p2p .datatext .datatext__item,.p2p__modal .datatext .datatext__item{align-items:center;display:flex;margin-bottom:1rem;padding:0 1rem}.account .datatext .datatext__title:not(:last-child),.p2p .datatext .datatext__title:not(:last-child),.p2p__modal .datatext .datatext__title:not(:last-child){margin-right:.25rem}.account .datatext .datatext__media,.p2p .datatext .datatext__media,.p2p__modal .datatext .datatext__media{align-items:flex-start;display:flex;height:1rem;width:1rem}.account .datatext .datatext__media img,.account .datatext .datatext__media svg,.p2p .datatext .datatext__media img,.p2p .datatext .datatext__media svg,.p2p__modal .datatext .datatext__media img,.p2p__modal .datatext .datatext__media svg{height:100%;width:100%}.account .cursor-pointer,.p2p .cursor-pointer,.p2p__modal .cursor-pointer{cursor:pointer}.account .empty_space,.p2p .empty_space,.p2p__modal .empty_space{align-items:center;color:#999;display:flex;font-size:16px;height:50px;justify-content:center}.flex-nowrap{flex-wrap:nowrap}.comment_label,.comment_text{margin-bottom:10px}.comment_text{margin-left:5px}.comment_footer{display:flex;justify-content:flex-end}.comment_btn_list{display:flex;gap:10px}.comment_date{color:#888;font-size:.9em}.comment_btn{margin-top:5px;padding:5px}.account .wysiwyg:not(:last-child),.p2p .wysiwyg:not(:last-child){margin-bottom:1.25rem}.account .wysiwyg ol,.account .wysiwyg p,.account .wysiwyg ul,.p2p .wysiwyg ol,.p2p .wysiwyg p,.p2p .wysiwyg ul{margin-bottom:0;padding:0}.account .wysiwyg ol:not(:last-child),.account .wysiwyg p:not(:last-child),.account .wysiwyg ul:not(:last-child),.p2p .wysiwyg ol:not(:last-child),.p2p .wysiwyg p:not(:last-child),.p2p .wysiwyg ul:not(:last-child){margin-bottom:1.25rem}.account .wysiwyg ol:empty,.account .wysiwyg p:empty,.account .wysiwyg ul:empty,.p2p .wysiwyg ol:empty,.p2p .wysiwyg p:empty,.p2p .wysiwyg ul:empty{display:none}.account .wysiwyg ol li:not(:last-child),.account .wysiwyg p li:not(:last-child),.account .wysiwyg ul li:not(:last-child),.p2p .wysiwyg ol li:not(:last-child),.p2p .wysiwyg p li:not(:last-child),.p2p .wysiwyg ul li:not(:last-child){margin-bottom:.5rem}.account .wysiwyg ol li:before,.p2p .wysiwyg ol li:before{top:-.25rem}.account .wysiwyg ol,.p2p .wysiwyg ol{counter-reset:my-awesome-counter;list-style:none}.account .wysiwyg ol li,.p2p .wysiwyg ol li{counter-increment:my-awesome-counter;padding-left:2rem;position:relative}.account .wysiwyg ol li:not(:last-child),.p2p .wysiwyg ol li:not(:last-child){margin-bottom:1.5rem}.account .wysiwyg ol li:before,.p2p .wysiwyg ol li:before{align-items:center;background-color:#202639;border-radius:50%;color:#fff;content:counter(my-awesome-counter);display:flex;font-size:.875rem;height:1.5rem;justify-content:center;left:0;line-height:1rem;position:absolute;top:-.125rem;width:1.5rem}.account .wysiwyg ol li strong:not(:last-child),.p2p .wysiwyg ol li strong:not(:last-child){display:block;margin-bottom:.75rem}.account .wysiwyg .link,.p2p .wysiwyg .link{color:#8f939c;cursor:pointer;font-size:.75rem;line-height:.75rem;position:relative;text-decoration:none;transition:all .4s ease-in-out}.account .wysiwyg .link:after,.p2p .wysiwyg .link:after{background-color:#8f939c;content:"";height:1px;left:0;position:absolute;top:100%;transition:all .4s ease-in-out;width:100%}.account .wysiwyg .link:hover,.p2p .wysiwyg .link:hover{color:#a717ff}.account .wysiwyg .link:hover:after,.p2p .wysiwyg .link:hover:after{background-color:#a717ff}.account .wysiwyg small,.p2p .wysiwyg small{display:inline-block;font-size:.875rem;line-height:1rem}.data:not(:last-child){margin-bottom:1.5rem}.data .data__list{margin-bottom:-.5rem}.data .data__list.data__list_second{margin-bottom:-1.5rem}.data .data__list.data__list_second .data__item{margin-bottom:1.5rem}.data .data__list.data__list_tertiary{margin-bottom:-1.25rem}.data .data__list.data__list_tertiary .data__item{margin-bottom:1.25rem}.data .data__list.data__list_row .data__item{display:flex;flex-direction:column;margin-bottom:.5rem}@media screen and (min-width:768px){.data .data__list.data__list_row .data__item{align-items:center;flex-direction:row}}.data .data__list.data__list_row .data__header:not(:last-child){margin-bottom:.25rem}@media screen and (min-width:768px){.data .data__list.data__list_row .data__header:not(:last-child){margin-bottom:0;margin-right:.5rem}.data .data__list.data__list_row .data__main{margin-left:auto}}.data .data__list.data__list_row .data__main:not(:last-child){margin-right:.25rem}.data .data__list.data__list_row.data__list_row-only .data__item{align-items:center;flex-direction:row}.data .data__list.data__list_row.data__list_row-only .data__header:not(:last-child){margin-bottom:0;margin-right:1rem}.data .data__list.data__list_row.data__list_row-only .data__main{margin-left:auto}.data .data__list.data__list_column{display:flex;flex-wrap:wrap;margin:0 -1.25rem -1.25rem 0}.data .data__list.data__list_column .data__item{display:flex;flex-direction:column;margin:0 1.25rem 1.25rem 0}.data .data__list.data__list_column .data__header:not(:last-child){margin-bottom:.25rem}.data .data__list.data__list_column .data__header.data__header_secondary:not(:last-child){margin-bottom:.75rem}.data .data__list.data__list_column .data__main:not(:last-child){margin-bottom:.25rem}.data .data__item{margin-bottom:1.5rem}.data .data__item.data__item_second{background-color:#fff;border-radius:1rem;height:2rem;padding:.5rem .5rem .5rem 2rem;position:relative}.data .data__item.data__item_second:before{background-color:#ffebf1;border-radius:50%;content:"";height:1rem;left:.5rem;position:absolute;top:.5rem;width:1rem}.data .data__item.data__item_second .data__header .data__title{color:#000;font-size:.875rem;line-height:1rem}.data .data__item.data__item_tiny .data__header:not(:last-child){margin-bottom:0;margin-right:.5rem}.data .data__item.data__item_tiny .data__header .data__title{color:#8f939c;font-size:.75rem;line-height:.75rem}.data .data__header{display:flex}.data .data__header .data__title{color:#8f939c;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.25rem}.data .data__main{align-items:center;display:flex}.data .data__main .data__text{color:#202639;font-size:1rem;font-weight:500;letter-spacing:-.1px;line-height:1.25rem}.data .data__main .data__text:not(:last-child){margin-right:.5rem}.data .data__main .data__text.data__text_second{color:#a717ff;font-size:1.25rem;line-height:1.25rem}.data .data__main .data__ico{cursor:pointer;height:1rem;min-width:1rem;width:1rem}.data .data__main .data__ico:hover img path,.data .data__main .data__ico:hover svg path{fill:rgba(202,116,254,.5)}.data .data__main .data__ico img,.data .data__main .data__ico svg{height:100%;width:100%}.data .data__main .data__ico img path,.data .data__main .data__ico svg path{fill:#8f939c;transition:all .4s ease-in-out}.data .data__toggle .data__text{color:#8f939c;cursor:pointer;font-size:.75rem;line-height:1.25rem;text-decoration:underline}.data .data__toggle .data__text:hover{color:rgba(32,38,57,.502)}.p2p__chat_second{align-items:flex-end;display:flex;height:100%;justify-content:flex-end}.p2p__chat_second .control__list{display:flex;gap:.75rem}.p2p__chat_second .btn{min-width:10rem}@media screen and (min-width:768px){.p2p__chat_second .btn{min-width:14rem}}.dataset{align-items:center;display:flex;flex-wrap:wrap;margin:0 -.75rem -.75rem;width:calc(100% + 1.5rem)}.dataset .dataset__item{display:flex;flex-direction:column;margin:0 .75rem .75rem}.p2p .steps .steps__footer:not(:last-child),.p2p .steps .steps__header:not(:last-child),.p2p .steps .steps__main:not(:last-child){margin-bottom:1.5rem}.p2p .steps .steps__header .steps__list{display:flex;justify-content:center;margin:0 -.375rem;width:calc(100% + .75rem)}@media screen and (min-width:768px){.p2p .steps .steps__header .steps__list{margin:0 -.5rem;width:calc(100% + 1rem)}}.p2p .steps .steps__header .steps__item{align-items:center;display:flex;flex-direction:column;padding:0 .375rem;position:relative;width:33.3%}@media screen and (min-width:768px){.p2p .steps .steps__header .steps__item{padding:0 1.25rem}}.p2p .steps .steps__header .steps__item:not(:first-child):before{background-color:#eee;content:"";height:.125rem;position:absolute;right:50%;top:1rem;width:100%}.p2p .steps .steps__header .steps__item.steps__item_active:before{background-color:#202639}.p2p .steps .steps__header .steps__item.steps__item_active .steps__index{background-color:#202639;color:#fff}.p2p .steps .steps__header .steps__item.steps__item_active .steps__index .index__text{color:#fff}.p2p .steps .steps__header .steps__item.steps__item_active .steps__title .title__text{color:#202639}.p2p .steps .steps__header .steps__index{align-items:center;background-color:#eee;border-radius:50%;box-shadow:0 0 0 .25rem #f6f6f6;color:#777a83;display:flex;height:2rem;justify-content:center;position:relative;text-align:center;transition:all .4s ease-in-out;width:2rem;z-index:2}.p2p .steps .steps__header .steps__index:not(:last-child){margin-bottom:4px}.p2p .steps .steps__header .steps__index .index__text{display:block;font-size:1.25rem;font-weight:500;line-height:1.25rem}.p2p .steps .steps__header .steps__title{color:#777a83;font-weight:500;text-align:center;transition:all .4s ease-in-out}.p2p .steps .steps__header .steps__title .title__text{display:block;font-size:.75rem;line-height:.75rem}@media screen and (min-width:992px){.p2p .steps .steps__header .steps__title .title__text{font-size:1rem;font-weight:500;line-height:1.25rem}}.p2p_header{background-color:#202639;padding:.75rem 0;width:100%}.p2p_header .header__layout{align-items:center;display:flex;justify-content:space-between}.p2p_header .header__logo .header__link{align-items:flex-start;color:#fff;display:flex;transition:all .4s ease-in-out}.p2p_header .header__logo .header__link.active,.p2p_header .header__logo .header__link:hover{color:#ca74fe}.p2p_header .header__logo .header__text{font-size:.875rem;font-weight:400;line-height:1rem}@media screen and (min-width:768px){.p2p_header .header__logo .header__text{font-size:1.25rem;font-weight:500;line-height:1.25rem}}.p2p_header .header__menu .menu__list{display:flex;justify-content:flex-end}.p2p_header .header__menu .menu__item{display:flex}.p2p_header .header__menu .menu__item:not(:last-child){margin-right:2.5rem}@media screen and (min-width:992px){.p2p_header .header__menu .menu__item:not(:last-child){margin-right:40px}.p2p_header .header__menu .menu__item:first-child .menu__media,.p2p_header .header__menu .menu__item:nth-child(4) .menu__media{height:24px;width:24px}}.p2p_header .header__menu .menu__item:first-child .menu__media img,.p2p_header .header__menu .menu__item:first-child .menu__media svg,.p2p_header .header__menu .menu__item:nth-child(4) .menu__media img,.p2p_header .header__menu .menu__item:nth-child(4) .menu__media svg{stroke:#fff;fill:none}.p2p_header .header__menu .menu__item:first-child .menu__link.active .menu__media img,.p2p_header .header__menu .menu__item:first-child .menu__link.active .menu__media svg,.p2p_header .header__menu .menu__item:first-child .menu__link:hover .menu__media img,.p2p_header .header__menu .menu__item:first-child .menu__link:hover .menu__media svg,.p2p_header .header__menu .menu__item:nth-child(4) .menu__link.active .menu__media img,.p2p_header .header__menu .menu__item:nth-child(4) .menu__link.active .menu__media svg,.p2p_header .header__menu .menu__item:nth-child(4) .menu__link:hover .menu__media img,.p2p_header .header__menu .menu__item:nth-child(4) .menu__link:hover .menu__media svg{stroke:#ca74fe}@media screen and (min-width:992px){.p2p_header .header__menu .menu__item:nth-child(4) .menu__media:not(:last-child){margin-right:.25rem}}.p2p_header .header__menu .menu__item:nth-child(4) .menu__title{display:none}@media screen and (min-width:992px){.p2p_header .header__menu .menu__item:nth-child(4) .menu__title{display:block}}.p2p_header .header__menu .menu__item .menu__link{align-items:center;color:#fff;display:flex;position:relative}.p2p_header .header__menu .menu__item .menu__link:hover,.p2p_header .header__menu .menu__item .menu__link:hover .menu__title .title__text,.p2p_header .header__menu .menu__item .menu__link[class*=active],.p2p_header .header__menu .menu__item .menu__link[class*=active] .menu__title .title__text{color:#ca74fe}.p2p_header .header__menu .menu__item .menu__link:hover .menu__media img,.p2p_header .header__menu .menu__item .menu__link:hover .menu__media svg,.p2p_header .header__menu .menu__item .menu__link[class*=active] .menu__media img,.p2p_header .header__menu .menu__item .menu__link[class*=active] .menu__media svg{fill:#ca74fe}.p2p_header .header__menu .menu__item .menu__media{height:1rem;width:1rem}@media screen and (min-width:768px){.p2p_header .header__menu .menu__item .menu__media{height:1.25rem;width:1.25rem}.p2p_header .header__menu .menu__item .menu__media:not(:last-child){margin-right:.25rem}}.p2p_header .header__menu .menu__item .menu__media img,.p2p_header .header__menu .menu__item .menu__media svg{fill:#fff;height:100%;transition:all .4s ease-in-out;width:100%}.p2p_header .header__menu .menu__item .menu__title{display:none}@media screen and (min-width:768px){.p2p_header .header__menu .menu__item .menu__title{display:block}}.p2p_header .header__menu .menu__item .menu__title .title__text{font-size:1.125rem;font-weight:400;line-height:1.5rem;transition:all .4s ease-in-out}.p2p_header .header__menu .menu__item .menu__tooltip{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:1rem;justify-content:center;position:relative;right:-.25rem;text-align:center;top:-.5rem;width:1rem}.p2p_header .header__menu .menu__item .menu__tooltip .tooltip__text{color:#ca74fe;font-size:.75rem;line-height:.875rem}.p2p .section{position:relative}.p2p .section .section__header:not(:last-child),.p2p .section .section__main:not(:last-child){margin-bottom:1.5rem}.p2p .section:not(:last-child){margin-bottom:3rem}.p2p .section:not(:last-child):before{background-color:#eee;content:"";height:1px;left:50%;max-width:calc(100vw - 1rem);position:absolute;top:calc(100% + 1.5rem);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:75rem}.p2p__info{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.p2p__info{grid-template-columns:3rem auto}}@media screen and (min-width:992px){.p2p__info{grid-template-columns:3rem auto 18rem}}.p2p__info .info__media{align-items:center;display:flex;height:3rem;width:3rem}@media screen and (min-width:768px){.p2p__info .info__footer{display:grid;grid-column:span 2;padding:0 3rem}}@media screen and (min-width:992px){.p2p__info .info__footer{align-items:center;display:flex;grid-column:unset;justify-content:center;padding:0}}.p2p__info .info__footer .btn{width:auto}@media screen and (min-width:992px){.p2p__info .info__footer .btn{width:100%}}.p2p__info .info__main{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.p2p__info .info__title .title__text{color:#202639;font-size:1.25rem;font-weight:500;line-height:1.5rem}.p2p__info .info__data{margin:0!important}.p2p__info .info__data ul{grid-gap:.75rem;color:#202639;display:grid;font-size:.875rem;grid-template-columns:1fr;line-height:1rem;list-style:none;margin:0;opacity:.5;padding:0}.p2p__info .info__help{grid-gap:1rem;color:#a717ff;display:grid;font-size:.875rem;grid-template-columns:1rem auto;line-height:1rem}.p2p__info .info__subtitle{color:#202639;font-size:.75rem;line-height:1rem;opacity:.5}@media screen and (min-width:768px){.p2p__info .info__subtitle{font-size:.875rem;line-height:1rem}}.p2p__head{display:flex;flex-wrap:wrap}@media screen and (min-width:768px){.p2p__head{align-items:center;flex-wrap:nowrap}}.p2p__head .head__media{flex-shrink:0;height:1.5rem;width:1.5rem}@media screen and (min-width:768px){.p2p__head .head__media{height:3rem;width:3rem}}.p2p__head .head__media:not(:last-child){margin-right:.5rem}@media screen and (min-width:768px){.p2p__head .head__media:not(:last-child){margin-right:1.5rem}}.p2p__head .head__main{display:flex;flex-direction:column;margin-bottom:.5rem;width:calc(100% - 2rem)}@media screen and (min-width:768px){.p2p__head .head__main{margin-bottom:0;margin-right:1.5rem}}.p2p__head .head__title{color:#202639;font-size:1rem;font-weight:500;line-height:1.25rem}@media screen and (min-width:768px){.p2p__head .head__title{font-size:1.25rem;line-height:1.5rem}}.p2p__head .head__subtitle{color:#202639;font-size:.75rem;line-height:1rem;opacity:.5}@media screen and (min-width:768px){.p2p__head .head__subtitle{font-size:.875rem;line-height:1rem}}.p2p__head .head__footer{display:flex;justify-content:center;width:100%}@media screen and (min-width:768px){.p2p__head .head__footer{justify-content:flex-start;margin-left:auto;width:auto}}.p2p__head .head__clock{align-items:center;display:flex}.p2p__head .head__clock .clock__item{display:flex;font-size:1.25rem;font-weight:600;height:2rem;line-height:1.5rem;width:2.5rem}.p2p__head .head__clock .clock__item,.p2p__head .head__clock .clock__item_small{align-items:center;background-color:#a717ff;border-radius:1.25rem;color:#fff;justify-content:center;text-align:center}.p2p__head .head__clock .clock__item_small{display:inline-flex;font-size:1rem;font-weight:400;height:1.5rem;line-height:1rem;width:2rem}.p2p__head .head__clock .clock__delivery{color:#a717ff;font-size:1.25rem;line-height:1.5rem;margin:0 .25rem}.p2p__banner{background-color:#202639;color:#fff;min-height:100%;padding:1.5rem 0;position:relative;text-align:center}@media screen and (min-width:992px){.p2p__banner{padding:3rem 0}}.p2p__banner .banner__layout{position:relative;z-index:3}.p2p__banner .banner__header:not(:last-child){margin-bottom:.75rem}.p2p__banner .banner__media{align-items:flex-end;display:flex;height:100%;justify-content:space-between;left:0;position:absolute;top:0;width:100%}.p2p__banner .banner__media .media__item{align-items:flex-start;display:flex;height:100%;width:50%}.p2p__banner .banner__media .media__item.media__item_before{justify-content:flex-start}.p2p__banner .banner__media .media__item.media__item_after{justify-content:flex-end}.p2p__banner .banner__media .media__item img,.p2p__banner .banner__media .media__item svg{height:100%;object-fit:cover;width:auto}.p2p__chat{align-items:flex-end;display:none;flex-direction:column}@media screen and (min-width:992px){.p2p__chat{display:flex}}.p2p__chat.p2p__chat_second{align-items:flex-end;display:flex;flex-direction:row;height:100%;justify-content:flex-end}.p2p__chat .chat__preview{display:none}@media screen and (max-width:767px){.p2p__chat .chat__preview{bottom:1rem;display:flex;position:fixed;right:1rem;z-index:11}}.p2p__chat .chat__preview .preview__media{align-items:flex-start;display:flex;height:3rem;min-width:3rem;width:3rem}.p2p__chat .chat__preview .preview__media img,.p2p__chat .chat__preview .preview__media svg{height:100%;width:100%}.p2p__chat .chat__layout{display:none}@media screen and (min-width:768px){.p2p__chat .chat__layout{display:block}}.p2p__chat .chat__widget .chat__preview{display:none}@media screen and (min-width:768px){.p2p__chat .chat__widget .chat__preview{display:flex}}.p2p__chat .chat__widget .chat__preview .preview__media{align-items:flex-start;display:flex;height:1rem;min-width:1rem;width:1rem}.p2p__chat .chat__widget .chat__control .control__list{display:flex;margin:0 -.75rem -1.5rem;width:calc(100% + 1.5rem)}@media screen and (min-width:768px){.p2p__chat .chat__widget .chat__control .control__list{display:none}}.p2p__chat .chat__widget .chat__control .control__item{height:1.5rem;margin:0 .75rem 1.5rem;width:1.5rem}.p2p__chat .chat__widget .chat__control .control__media,.p2p__chat .chat__widget .chat__control .control__media img,.p2p__chat .chat__widget .chat__control .control__media svg{height:100%;width:100%}.layout__chat{align-items:center;display:flex;flex-direction:column;padding:2rem 0}@media screen and (max-width:991px){.layout__chat.layout__chat_active .chat__layout{display:grid}}@media screen and (min-width:768px){.layout__chat{padding:0}}.chat__preview{grid-gap:.25rem;align-items:center;background-color:#ebfbf7;border:1px solid #00d09e;border-radius:2rem;display:grid;font-size:1rem;font-weight:500;grid-template-columns:1rem auto;line-height:1rem;margin:0 auto .5rem;padding:.5rem}@media screen and (min-width:768px){.chat__preview{margin-left:auto}}@media screen and (min-width:992px){.chat__preview{display:none}}.chat__preview .chat__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat__layout{grid-gap:.5rem;background-color:#fff;border-radius:1.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);display:none;grid-template-columns:1fr;padding:.75rem}@media screen and (min-width:992px){.chat__layout{display:grid}}.chat__layout .chat__header{grid-gap:.25rem .5rem;background-color:#f6f6f6;border-radius:1.5rem;display:grid;grid-template-columns:2.5rem auto;padding:.75rem}.chat__layout .chat__header .chat__avatar{align-items:center;background-color:#a717ff;border-radius:50%;display:flex;font-size:1.25rem;font-weight:500;grid-row:span 2;height:2.5rem;justify-content:center;line-height:1.5rem;text-align:center;width:2.5rem}.chat__layout .chat__header .chat__avatar .avatar__text{color:#fff;font-size:1.25rem;font-weight:500;line-height:1.5rem}.chat__layout .chat__header .chat__title{align-items:center;display:flex;font-size:.875rem;justify-content:space-between}.chat__layout .chat__header .chat__subtitle{color:#202639;font-size:.875rem;line-height:1rem}.chat__layout .chat__header .btn__small{font-size:.75rem;height:1.5rem;padding:.5rem}.chat__layout .chat__main{grid-gap:.5rem;align-items:flex-end;display:grid;grid-template-columns:1fr;height:25rem;overflow:auto;overflow-y:auto}.chat__layout .chat__day{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.chat__layout .chat__day .day__header{text-align:center}.chat__layout .chat__day .day__title{color:rgba(32,38,57,.314);font-size:.75rem;line-height:1rem}.chat__layout .chat__day .chat__list{display:flex;flex-direction:column;gap:.75rem;grid-template-columns:1fr}.chat__layout .chat__tooltip{grid-gap:.5rem;border-radius:.75rem;display:grid;font-size:.75rem;grid-template-columns:1.125rem auto;line-height:1rem;margin-bottom:.5rem;padding:.75rem}.chat__layout .chat__tooltip.chat__tooltip_primary{background-color:#e5e5e5}.chat__layout .chat__tooltip.chat__tooltip_secondary{background-color:#ffebf1;color:#ff004d}.chat__layout .chat__message{grid-gap:.25rem;align-items:flex-end;display:flex;width:100%}.chat__layout .chat__message.chat__message_primary{margin-right:auto}@media screen and (min-width:992px){.chat__layout .chat__message.chat__message_primary{padding-left:1.5rem}}.chat__layout .chat__message.chat__message_primary .message__layout{background-color:rgba(0,208,158,.078)}.chat__layout .chat__message.chat__message_primary .message__header{grid-template-columns:auto auto 1rem}.chat__layout .chat__message.chat__message_primary .message__name,.chat__layout .chat__message.chat__message_primary .message__time{color:rgba(32,38,57,.314)}.chat__layout .chat__message.chat__message_secondary{flex-direction:row;grid-template-columns:1.5rem auto;margin-left:auto}@media screen and (min-width:992px){.chat__layout .chat__message.chat__message_secondary{padding-right:1.5rem}}.chat__layout .chat__message.chat__message_secondary .message__layout{background-color:#f6f6f6;border-radius:.75rem .75rem 0 .75rem;margin-left:auto}.chat__layout .chat__message.chat__message_secondary .message__name{color:#a717ff}.chat__layout .chat__message.chat__message_secondary .message__time{color:rgba(32,38,57,.314)}.chat__layout .chat__message.chat__message_tertiary{grid-template-columns:1.5rem auto}@media screen and (min-width:992px){.chat__layout .chat__message.chat__message_tertiary{padding-right:1.5rem}}.chat__layout .chat__message.chat__message_tertiary .message__avatar{background-color:#f6f6f6}.chat__layout .chat__message.chat__message_tertiary .message__layout{background-color:#a717ff;color:#fff}.chat__layout .chat__message.chat__message_tertiary .message__name,.chat__layout .chat__message.chat__message_tertiary .message__time{color:#f6f6f6}.chat__layout .chat__message .message__avatar{align-items:center;background-color:#a717ff;border-radius:50%;display:flex;height:1.5rem;justify-content:center;text-align:center;width:1.5rem}.chat__layout .chat__message .message__avatar .avatar__text{color:#fff;font-size:.875rem;font-weight:700;line-height:1rem}.chat__layout .chat__message .message__avatar img,.chat__layout .chat__message .message__avatar svg{height:1rem;width:1rem}.chat__layout .chat__message .message__layout{grid-gap:.25rem;border-radius:.75rem .75rem .75rem 0;color:#202639;display:grid;grid-template-columns:1fr;padding:.5rem}.chat__layout .chat__message .message__header{grid-gap:.5rem;align-items:center;color:rgba(32,38,57,.314);display:grid;font-size:.75rem;grid-template-columns:auto auto;line-height:1rem}.chat__layout .chat__message .message__title{color:#f6f6f6;font-size:.75rem;line-height:1rem}.chat__layout .chat__message .message__time{margin-left:auto}.chat__layout .chat__message .message__status,.chat__layout .chat__message .message__time{color:rgba(32,38,57,.314);font-size:.75rem;font-weight:700;line-height:1rem}.chat__layout .chat__message .message__attach{grid-gap:0 .5rem;align-items:center;display:grid;grid-template-columns:3rem auto}.chat__layout .chat__message .message__attach .attach__ico{grid-row:span 2;height:3rem}.chat__layout .chat__message .message__attach .attach__title{color:#202639;font-size:.875rem;line-height:1rem}.chat__layout .chat__message .message__attach .attach__size{color:rgba(32,38,57,.314);font-size:.75rem;line-height:1rem}.chat__layout .chat__message .message__content{font-size:.875rem;line-height:1rem}.chat__layout .chat__footer{grid-gap:.5rem;align-items:center;background-color:#e5e5e5;border-radius:1.5rem;display:grid;flex-shrink:0;grid-template-columns:2.5rem auto 2.5rem;padding:.125rem .25rem}.chat__layout .chat__footer .chat__attach{position:relative}.chat__layout .chat__footer .chat__attach:hover .attach__preview{background-color:#202639}.chat__layout .chat__footer .chat__attach:hover .attach__preview img,.chat__layout .chat__footer .chat__attach:hover .attach__preview svg{stroke:#fff}.chat__layout .chat__footer .chat__attach:hover .attach__dropdown{opacity:1;visibility:visible}.chat__layout .chat__footer .chat__attach .attach__preview{align-items:center;background-color:#f6f6f6;border-radius:50%;cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:all .4s ease-in-out}.chat__layout .chat__footer .chat__attach .attach__preview img,.chat__layout .chat__footer .chat__attach .attach__preview svg{stroke:rgba(32,38,57,.314);height:1rem;transition:all .4s ease-in-out;width:1rem}.chat__layout .chat__footer .chat__attach .attach__dropdown{background-color:#fff;border-radius:1.5rem;bottom:calc(100% + 1rem);box-shadow:0 .25rem .75rem rgba(0,0,0,.03);left:0;min-width:15rem;opacity:0;padding:.75rem;position:absolute;transition:all .4s ease-in-out;transition-delay:.5s;visibility:hidden;z-index:2}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list .dropdown__item{grid-gap:.5rem;display:grid;font-size:.875rem;grid-template-columns:1fr;line-height:1rem}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list dl{align-items:center;display:flex;gap:.25rem}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list dt{color:rgba(32,38,57,.314)}.chat__layout .chat__footer .chat__attach .attach__dropdown .dropdown__list dd{color:#202639}.chat__layout .chat__footer .chat__attach .file__selected{background-color:#202639}.chat__layout .chat__footer .chat__attach .file__selected img,.chat__layout .chat__footer .chat__attach .file__selected svg{stroke:#fff}.chat__layout .chat__footer .chat__attach .delete__button{border-top:1px solid #000;margin-top:10px;padding-top:10px}.chat__layout .chat__footer .chat__field .chat__input{-webkit-appearance:none;appearance:none;background-color:#f6f6f6;border:0;border-radius:1.5rem;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:100%;line-height:2.5rem;margin:0;max-height:200px;outline:none;overflow-y:auto;padding:.75rem;resize:none;text-overflow:ellipsis;width:100%}.chat__layout .chat__footer .chat__action{align-items:center;background-color:#f6f6f6;border-radius:50%;cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:all .4s ease-in-out}.chat__layout .chat__footer .chat__action:hover{background-color:#202639}.chat__layout .chat__footer .chat__action:hover img,.chat__layout .chat__footer .chat__action:hover svg{fill:#fff}.chat__layout .chat__footer .chat__action img,.chat__layout .chat__footer .chat__action svg{fill:rgba(32,38,57,.314);height:1rem;transition:all .4s ease-in-out;width:1rem}.chat__layout .chat__footer .file-input{align-items:center;border:1px solid #ccc;border-radius:4px;display:flex;justify-content:space-between;max-width:500px;padding:10px}.chat__layout .chat__footer .file-name{flex-grow:1;margin-right:10px}.chat__layout .chat__footer .file-size{margin-right:10px}.chat__layout .chat__footer .remove-file-btn{background:transparent;border:none;color:red;cursor:pointer;font-size:20px}.chat__layout .chat__footer .action__selected{background-color:#202639}.chat__layout .chat__footer .action__selected img,.chat__layout .chat__footer .action__selected svg{fill:#fff}.chat__layout .preview-container{align-items:center;display:flex;justify-content:center}.chat__layout .preview-container .preview-media{border-radius:.75rem;height:100%;object-fit:contain;width:100%}.p2p__user .user__database:not(:last-child){margin-bottom:2rem}@media screen and (min-width:992px){.p2p__user .user__database:not(:last-child){margin-bottom:3rem}}.p2p__user .user__database .database__header{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);padding:1.5rem}.p2p__user .user__database .database__header:not(:last-child){margin-bottom:1.5rem}.p2p__user .user__database .database__about{display:flex;flex-direction:column;margin-bottom:2rem}@media screen and (min-width:768px){.p2p__user .user__database .database__about{align-items:center;flex-direction:row}}@media screen and (min-width:992px){.p2p__user .user__database .database__about{margin-bottom:0}}.p2p__user .user__database .database__about:not(:last-child){box-shadow:0 .25rem .75rem rgba(0,0,0,.03);margin-bottom:1.5rem}.p2p__user .user__database .database__about .about__avatar{align-items:flex-start;display:flex;height:2.5rem;margin-bottom:.5rem;width:2.5rem}@media screen and (min-width:768px){.p2p__user .user__database .database__about .about__avatar{margin-bottom:0;margin-right:1rem}}.p2p__user .user__database .database__about .about__title{margin-bottom:.5rem}.p2p__user .user__database .database__about .about__title .title__text{color:#a717ff;font-size:1.25rem;font-weight:500;line-height:1.25rem}.p2p__user .user__database .database__about .about__data .data__list{display:flex;flex-wrap:wrap;margin:0 -1.5rem -.5rem 0;width:calc(100% + 1.5rem)}.p2p__user .user__database .database__about .about__data .data__item{align-items:center;color:#00d09e;display:flex;margin:0 1.5rem .5rem 0}.p2p__user .user__database .database__about .about__data .data__item.data__item_secondary{color:#8f939c}.p2p__user .user__database .database__about .about__data .data__item.data__item_secondary .data__media img,.p2p__user .user__database .database__about .about__data .data__item.data__item_secondary .data__media svg{fill:#8f939c}.p2p__user .user__database .database__about .about__data .data__media{align-items:flex-start;display:flex;height:.75rem;-webkit-transform:translateY(-.125rem);transform:translateY(-.125rem);width:.75rem}.p2p__user .user__database .database__about .about__data .data__media:not(:last-child){margin-right:.25rem}.p2p__user .user__database .database__about .about__data .data__media img,.p2p__user .user__database .database__about .about__data .data__media svg{height:100%;width:100%}@media screen and (min-width:992px){.p2p__user .user__database .database__action{align-items:center;display:flex;height:100%}}.p2p__user .user__database .database__action .action__list{display:flex;flex-wrap:wrap;margin:0 -1rem -1rem;width:calc(100% + 2rem)}@media screen and (min-width:992px){.p2p__user .user__database .database__action .action__list{justify-content:flex-end}}.p2p__user .user__database .database__action .action__item{margin:0 1rem 1rem 0;width:100%}@media screen and (min-width:768px){.p2p__user .user__database .database__action .action__item{width:auto}}.p2p__user .user__database .database__groups .groups__col{display:flex;flex-direction:column;height:100%}.p2p__user .user__database .database__groups .groups__list{margin-bottom:-1.25rem}.p2p__user .user__database .database__groups .groups__item{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);display:flex;flex-direction:column;font-size:.75rem;height:100%;justify-content:space-between;line-height:1rem;margin-bottom:1.25rem;min-height:7.125rem;padding:1.5rem}@media screen and (min-width:992px){.p2p__user .user__database .database__groups .groups__item{align-items:center;flex-direction:row;min-height:0}}.p2p__user .user__database .database__groups .group__header:not(:last-child){margin-bottom:.75rem}@media screen and (min-width:992px){.p2p__user .user__database .database__groups .group__header:not(:last-child){margin-bottom:0;margin-right:.25rem}}.p2p__user .user__database .database__groups .group__header .group__title:not(:last-child){margin-bottom:.5rem}.p2p__user .user__database .database__groups .group__header .group__title .title__text{color:#8f939c}.p2p__user .user__database .database__groups .group__header .group__data .data__list{display:flex}@media screen and (min-width:992px){.p2p__user .user__database .database__groups .group__header .group__data .data__list{justify-content:space-between}}.p2p__user .user__database .database__groups .group__header .group__data .data__item{align-items:center;display:flex}.p2p__user .user__database .database__groups .group__header .group__data .data__item:not(:last-child){margin-right:.5rem}.p2p__user .user__database .database__groups .group__header .group__data .data__item.data__item_buy{color:#1aefbc}.p2p__user .user__database .database__groups .group__header .group__data .data__item.data__item_sell{color:#ff5285}.p2p__user .user__database .database__groups .group__header .group__data .data__item .data__text{font-weight:500}.p2p__user .user__database .database__groups .group__header .group__data .data__media{align-items:flex-start;display:flex;height:.75rem;width:.75rem}.p2p__user .user__database .database__groups .group__header .group__data .data__media:not(:last-child){margin-right:.25rem}.p2p__user .user__database .database__groups .group__header .group__data .data__media img,.p2p__user .user__database .database__groups .group__header .group__data .data__media svg{height:100%;width:100%}.p2p__user .user__database .database__groups .group__main{background:none;padding:0}.p2p__user .user__database .database__groups .group__main .group__value .data__text{color:#202639;font-size:1.25rem;font-weight:500;line-height:1.25rem;white-space:nowrap}.p2p__user .user__database .database__groups .groups__action{margin-bottom:1.25rem;margin-top:auto}@media screen and (max-width:767px){.p2p__user .user__database .mob-order-5{order:5}.p2p__user .user__database .mob-order-6{order:6}}.p2p__user .user__payments{border-radius:1.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);overflow:hidden}.p2p__user .user__payments .payments__header{background-color:#fff;border-bottom:1px solid #e5e5e5;display:flex;padding:1.5rem}@media screen and (min-width:992px){.p2p__user .user__payments .payments__header{align-items:center}}.p2p__user .user__payments .payments__header .payments__description{color:#8f939c;font-size:.875rem;line-height:1.2rem;margin-bottom:1rem}@media screen and (min-width:992px){.p2p__user .user__payments .payments__header .payments__description{margin-bottom:0}}.p2p__user .user__payments .payments__header .payments__description h1,.p2p__user .user__payments .payments__header .payments__description h2,.p2p__user .user__payments .payments__header .payments__description h3{color:#202639}@media screen and (min-width:992px){.p2p__user .user__payments .payments__header .payments__action{align-items:center;display:flex;height:100%;justify-content:flex-end}}.p2p__user .user__payments .payments__header .payments__action .action__list{display:flex;flex-wrap:wrap;margin:0 -1rem -1rem;width:calc(100% + 2rem)}.p2p__user .user__payments .payments__header .payments__action .action__item{margin:0 1rem 1rem 0}.p2p__user .user__payments .payments__main{background-color:#fff;padding:1.5rem}.p2p__user .user__payments .payments__item,.p2p__user .user__payments .payments__list{display:flex;flex-direction:column}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item{align-items:center;flex-direction:row;justify-content:space-between}}.p2p__user .user__payments .payments__item:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem;padding-bottom:1.5rem}.p2p__user .user__payments .payments__item .payment__layout:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item .payment__layout:not(:last-child){margin-bottom:0;margin-right:1rem}}.p2p__user .user__payments .payments__item .payment__header:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item .payment__header:not(:last-child){margin-bottom:.5rem}}.p2p__user .user__payments .payments__item .payment__header .payment__title{margin-bottom:.5rem}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item .payment__header .payment__title{margin-bottom:0;margin-right:1rem}}.p2p__user .user__payments .payments__item .payment__header .payment__title .title__text{color:#a717ff;font-size:1.125rem;line-height:1.5rem}.p2p__user .user__payments .payments__item .payment__action{align-items:center;display:flex;height:100%;justify-content:flex-end}.p2p__user .user__payments .payments__item .payment__action .action__list{display:flex;margin:0 -.25rem -1rem;width:calc(100% + .5rem)}@media screen and (min-width:992px){.p2p__user .user__payments .payments__item .payment__action .action__list{margin:0 -1rem -1rem;width:calc(100% + 2rem)}}.p2p__user .user__payments .payments__item .payment__action .action__item{margin-bottom:1rem;padding:0 .25rem;width:100%}@media screen and (min-width:992px){.p2p__user .user__payments .payments__item .payment__action .action__item{padding:0 1rem;width:auto}}.p2p__user .user__payments .payments__item .payment__action .btn{width:100%}@media screen and (min-width:992px){.p2p__user .user__payments .payments__item .payment__action .btn{width:auto}}.p2p__user .user__payments .payments__item .payment__data .data__list{display:flex;flex-direction:column;margin:0 -1.25rem -.5rem;width:calc(100% + 2.5rem)}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item .payment__data .data__list{flex-direction:row;flex-wrap:wrap;margin-bottom:-1rem}}.p2p__user .user__payments .payments__item .payment__data .data__item{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem;padding:0 1.25rem}@media screen and (min-width:580px){.p2p__user .user__payments .payments__item .payment__data .data__item{flex-direction:column;justify-content:flex-start;margin-bottom:1rem;max-width:14rem}}.p2p__user .user__payments .payments__item .payment__data .data__title:not(:last-child){margin-bottom:.25rem}.p2p__user .user__payments .payments__item .payment__data .data__title .title__text{color:#8f939c;font-size:.875rem;line-height:1rem}.p2p__user .user__payments .payments__item .payment__data .data__value .data__text{color:#202639;font-size:1rem;font-weight:500;line-height:1.25rem}.p2p__user .user__testimonials{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);padding:1.5rem}.p2p__user .user__testimonials .testimonials__header{border-bottom:1px solid #e5e5e5;display:flex;flex-direction:column;margin-bottom:1.5rem;padding-bottom:1.5rem}@media screen and (min-width:992px){.p2p__user .user__testimonials .testimonials__header{align-items:center;flex-direction:row}}.p2p__user .user__testimonials .testimonials__rating{align-items:center;display:flex;margin-bottom:1.5rem}@media screen and (min-width:992px){.p2p__user .user__testimonials .testimonials__rating{margin-bottom:0}}.p2p__user .user__testimonials .testimonials__rating .rating__title:not(:last-child){margin-right:1.5rem}.p2p__user .user__testimonials .testimonials__rating .rating__title .title__text{color:#8f939c;font-size:.875rem;line-height:1rem}.p2p__user .user__testimonials .testimonials__rating .rating__value .data__text{color:#202639;font-size:1.25rem;font-weight:500;line-height:1.5rem}@media screen and (min-width:992px){.p2p__user .user__testimonials .testimonials__statistics{margin-left:auto}}.p2p__user .user__testimonials .testimonials__statistics .statistics__list{display:flex;margin:0 -.5rem -.5rem 0;width:calc(100% + .5rem)}.p2p__user .user__testimonials .testimonials__statistics .statistics__item{border-radius:1.5rem;font-size:1rem;font-weight:500;line-height:1.25rem;margin:0 .5rem .5rem 0;padding:.75rem .5rem}.p2p__user .user__testimonials .testimonials__statistics .statistics__item.statistics__item_like{background-color:#ebfbf7}.p2p__user .user__testimonials .testimonials__statistics .statistics__item.statistics__item_dislike{background-color:#ffebf1}.p2p__user .user__testimonials .testimonials__list{display:flex;flex-direction:column}.p2p__user .user__testimonials .testimonials__item{display:flex;flex-direction:column;font-size:.875rem;line-height:1rem}@media screen and (min-width:992px){.p2p__user .user__testimonials .testimonials__item{flex-direction:row}}.p2p__user .user__testimonials .testimonials__item:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem;padding-bottom:1.5rem}.p2p__user .user__testimonials .testimonials__item .testimonial__header{align-items:center;display:flex;margin-bottom:1.5rem}@media screen and (min-width:992px){.p2p__user .user__testimonials .testimonials__item .testimonial__header{margin-bottom:0}}.p2p__user .user__testimonials .testimonials__item .testimonial__avatar{height:2.5rem;width:2.5rem}.p2p__user .user__testimonials .testimonials__item .testimonial__avatar:not(:last-child){margin-right:1rem}.p2p__user .user__testimonials .testimonials__item .testimonial__data{display:flex;flex-direction:column}.p2p__user .user__testimonials .testimonials__item .testimonial__data .testimonial__name:not(:last-child){margin-bottom:.25rem}.p2p__user .user__testimonials .testimonials__item .testimonial__data .testimonial__name .name__text{color:#a717ff;font-size:1.25rem;font-weight:500;line-height:1.5rem}.p2p__user .user__testimonials .testimonials__item .testimonial__data .testimonial__date .date__text{color:#8f939c;font-size:.875rem;line-height:1rem;white-space:nowrap}.p2p__user .user__testimonials .testimonials__item .testimonial__main{display:flex}.p2p__user .user__testimonials .testimonials__item .testimonial__media{align-items:flex-start;display:flex;height:.75rem;min-width:.75rem;width:.75rem}.p2p__user .user__testimonials .testimonials__item .testimonial__media:not(:last-child){margin-right:1.5rem}.p2p__user .user__blacklist{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);padding:1.5rem}.p2p__user .user__blacklist .blacklist__list{display:flex;flex-direction:column}.p2p__user .user__blacklist .blacklist__item:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem;padding-bottom:1.5rem}.p2p__user .user__blacklist .blacklist__data{margin-bottom:1rem}@media screen and (min-width:992px){.p2p__user .user__blacklist .blacklist__data{margin-bottom:0}}.p2p__user .user__blacklist .blacklist__data .data__list{margin:0 -1.25rem -.5rem;width:calc(100% + 2.5rem)}@media screen and (min-width:992px){.p2p__user .user__blacklist .blacklist__data .data__list{margin-bottom:-1rem}}@media screen and (max-width:991px){.p2p__user .user__blacklist .blacklist__data .col:nth-child(2){order:3}}.p2p__user .user__blacklist .blacklist__data .data__item{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:.5rem;padding:0 1.25rem}.p2p__user .user__blacklist .blacklist__data .data__title:not(:last-child){margin-bottom:.25rem}.p2p__user .user__blacklist .blacklist__data .data__title .title__text{color:#8f939c;font-size:.875rem;line-height:1rem}.p2p__user .user__blacklist .blacklist__data .data__value .data__text{color:#202639;font-size:1rem;font-weight:500;line-height:1.25rem}@media screen and (min-width:992px){.p2p__user .user__blacklist .blacklist__action{align-items:center;display:flex;height:100%;justify-content:flex-end}}.appeal__info{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.appeal__info{grid-template-columns:3rem auto}}@media screen and (min-width:992px){.appeal__info{grid-template-columns:3rem auto 18rem}}.appeal__info .info__media{align-items:center;display:flex;height:3rem;width:3rem}@media screen and (min-width:768px){.appeal__info .info__footer{display:grid;grid-column:span 2;padding:0 3rem}}@media screen and (min-width:992px){.appeal__info .info__footer{align-items:center;display:flex;grid-column:unset;justify-content:center;padding:0}}.appeal__info .info__footer .btn{width:auto}@media screen and (min-width:992px){.appeal__info .info__footer .btn{width:100%}}.appeal__info .info__main{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.appeal__info .info__title .title__text{color:#202639;font-size:1.25rem;font-weight:500;line-height:1.5rem}.appeal__info .info__data{margin:0!important}.appeal__info .info__data ul{grid-gap:.75rem;color:#202639;display:grid;font-size:.875rem;grid-template-columns:1fr;line-height:1rem;list-style:none;margin:0;opacity:.5;padding:0}.appeal__info .info__help{grid-gap:1rem;color:#a717ff;display:grid;font-size:.875rem;grid-template-columns:1rem auto;line-height:1rem}.appeal__help{grid-gap:1rem;display:grid;grid-template-columns:1fr;justify-content:center;margin:0 auto 1.5rem;max-width:35rem;width:100%}@media screen and (min-width:768px){.appeal__help{grid-template-columns:1fr 1fr}}.p2p__notification{cursor:move;position:fixed;right:1rem;top:50%;touch-action:none;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-user-select:none;user-select:none;z-index:11}.p2p__notification.dragging{cursor:grabbing;opacity:.9}.p2p__notification.p2p__notification_active .notification__layout{max-height:20rem;overflow:hidden;overflow-y:auto;padding:.75rem}.p2p__notification .notification__preview{align-items:center;background-color:#a717ff;border:.25rem solid #a717ff;border-radius:1.25rem;color:#fff;cursor:pointer;display:flex;height:2.5rem;padding-right:0;transition:all .4s ease-in-out}.p2p__notification .notification__preview:hover{padding-right:.5rem}.p2p__notification .notification__preview:hover .preview__media{margin-right:.5rem}.p2p__notification .notification__preview:hover .preview__ico{fill:#a717ff}.p2p__notification .notification__preview:hover .preview__title{max-width:20rem}.p2p__notification .notification__preview:hover .preview__text{opacity:1;transition-delay:.2s;visibility:visible}.p2p__notification .preview__media--blink:before{-webkit-animation:hide 2s ease-in-out infinite;animation:hide 2s ease-in-out infinite;background-color:#00d09e;border:.125rem solid #fff;border-radius:50%;content:"";height:.75rem;position:absolute;right:.25rem;top:.3rem;width:.75rem}.p2p__notification .preview__media{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:2rem;justify-content:center;margin-right:0;position:relative;transition:all .4s ease-in-out;width:2rem}.p2p__notification .preview__ico{fill:#202639;height:1rem;transition:all .4s ease-in-out;width:1rem}.p2p__notification .preview__title{max-width:0;transition:all .4s ease-in-out}.p2p__notification .preview__text{opacity:0;overflow:hidden;text-overflow:ellipsis;transition:all .4s ease-in-out;transition-delay:0s;visibility:hidden;white-space:nowrap}.p2p__notification .notification__layout{background-color:#fff;border-radius:1.25rem;max-height:0;overflow:hidden;padding:0 .75rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-in-out;width:18rem;z-index:12}.p2p__notification .notification__header{align-items:center;text-align:center}.p2p__notification .notification__header:not(:last-child){margin-bottom:.75rem}.p2p__notification .notification__main{background-color:#f6f6f6;border-radius:1.25rem;padding:.75rem}.p2p__notification .notification__list{display:flex;flex-direction:column}.p2p__notification .notification__list:not(:last-child){margin-bottom:.5rem}.p2p__notification .notification__item{align-items:center;cursor:pointer;display:flex;flex-direction:column;text-align:center}.p2p__notification .notification__item:hover{text-decoration:underline}.p2p__notification .notification__title{font-weight:500;text-align:center}.p2p__notification .notification__title:not(:last-child){margin-bottom:.5rem}.p2p__notification .notification__text{font-size:.875rem;line-height:1rem;text-align:center}.notification__preview.active,.notification__preview:hover{padding-right:.5rem}.notification__preview.active .preview__media,.notification__preview:hover .preview__media{margin-right:.5rem}.notification__preview.active .preview__ico,.notification__preview:hover .preview__ico{fill:#a717ff}.notification__preview.active .preview__title,.notification__preview:hover .preview__title{max-width:20rem}.notification__preview.active .preview__text,.notification__preview:hover .preview__text{opacity:1;transition-delay:.2s;visibility:visible}.notification__title___buy{color:#00d09e}.notification__title__sell{color:#ff004c}@-webkit-keyframes hide{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes hide{0%{opacity:0}50%{opacity:1}to{opacity:0}}.notification__show{background-color:#fff;border-radius:.5rem;bottom:.75rem;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:.5rem 1rem;position:fixed;right:.75rem;z-index:11}@media screen and (min-width:992px){.notification__show{border-radius:.5rem;bottom:1rem;font-size:.875rem;padding:.75rem 1.5rem;right:1rem}}@media screen and (max-width:767px){.notification__show{border-radius:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.15);font-size:.75rem;padding:.5rem .75rem}}.notification__footer{border-top:1px solid #f6f6f6;color:#202639;cursor:pointer;font-size:.75rem;padding:.5rem;text-align:center}.notification__footer:hover{text-decoration:underline}html{background-color:#f6f6f6;color:#202639;display:flex;flex-direction:column;font-family:Roboto!important;font-size:4vw!important;line-height:1.5rem!important;min-height:100vh;overflow:hidden;overflow-y:auto}@media screen and (min-width:768px){html{font-size:1.9vw!important;line-height:1.25rem!important}}@media screen and (min-width:992px){html{font-size:16px!important;line-height:1.25rem!important}}.layout .h1,.layout .h2,.layout .h3,.layout .h4,.layout .h5,.layout .h6,.layout h1,.layout h2,.layout h3,.layout h4,.layout h5,.layout h6,.layout__footer .h1,.layout__footer .h2,.layout__footer .h3,.layout__footer .h4,.layout__footer .h5,.layout__footer .h6,.layout__footer h1,.layout__footer h2,.layout__footer h3,.layout__footer h4,.layout__footer h5,.layout__footer h6,.layout__header .h1,.layout__header .h2,.layout__header .h3,.layout__header .h4,.layout__header .h5,.layout__header .h6,.layout__header h1,.layout__header h2,.layout__header h3,.layout__header h4,.layout__header h5,.layout__header h6{color:#202639;letter-spacing:-.06rem}.layout .h1:not(:last-child),.layout .h2:not(:last-child),.layout .h3:not(:last-child),.layout .h4:not(:last-child),.layout .h5:not(:last-child),.layout .h6:not(:last-child),.layout h1:not(:last-child),.layout h2:not(:last-child),.layout h3:not(:last-child),.layout h4:not(:last-child),.layout h5:not(:last-child),.layout h6:not(:last-child),.layout__footer .h1:not(:last-child),.layout__footer .h2:not(:last-child),.layout__footer .h3:not(:last-child),.layout__footer .h4:not(:last-child),.layout__footer .h5:not(:last-child),.layout__footer .h6:not(:last-child),.layout__footer h1:not(:last-child),.layout__footer h2:not(:last-child),.layout__footer h3:not(:last-child),.layout__footer h4:not(:last-child),.layout__footer h5:not(:last-child),.layout__footer h6:not(:last-child),.layout__header .h1:not(:last-child),.layout__header .h2:not(:last-child),.layout__header .h3:not(:last-child),.layout__header .h4:not(:last-child),.layout__header .h5:not(:last-child),.layout__header .h6:not(:last-child),.layout__header h1:not(:last-child),.layout__header h2:not(:last-child),.layout__header h3:not(:last-child),.layout__header h4:not(:last-child),.layout__header h5:not(:last-child),.layout__header h6:not(:last-child){margin:0 0 1.25rem}.layout .h1 a,.layout .h2 a,.layout .h3 a,.layout .h4 a,.layout .h5 a,.layout .h6 a,.layout h1 a,.layout h2 a,.layout h3 a,.layout h4 a,.layout h5 a,.layout h6 a,.layout__footer .h1 a,.layout__footer .h2 a,.layout__footer .h3 a,.layout__footer .h4 a,.layout__footer .h5 a,.layout__footer .h6 a,.layout__footer h1 a,.layout__footer h2 a,.layout__footer h3 a,.layout__footer h4 a,.layout__footer h5 a,.layout__footer h6 a,.layout__header .h1 a,.layout__header .h2 a,.layout__header .h3 a,.layout__header .h4 a,.layout__header .h5 a,.layout__header .h6 a,.layout__header h1 a,.layout__header h2 a,.layout__header h3 a,.layout__header h4 a,.layout__header h5 a,.layout__header h6 a{color:#202639;text-decoration:none}.layout .h1 a:hover,.layout .h2 a:hover,.layout .h3 a:hover,.layout .h4 a:hover,.layout .h5 a:hover,.layout .h6 a:hover,.layout h1 a:hover,.layout h2 a:hover,.layout h3 a:hover,.layout h4 a:hover,.layout h5 a:hover,.layout h6 a:hover,.layout__footer .h1 a:hover,.layout__footer .h2 a:hover,.layout__footer .h3 a:hover,.layout__footer .h4 a:hover,.layout__footer .h5 a:hover,.layout__footer .h6 a:hover,.layout__footer h1 a:hover,.layout__footer h2 a:hover,.layout__footer h3 a:hover,.layout__footer h4 a:hover,.layout__footer h5 a:hover,.layout__footer h6 a:hover,.layout__header .h1 a:hover,.layout__header .h2 a:hover,.layout__header .h3 a:hover,.layout__header .h4 a:hover,.layout__header .h5 a:hover,.layout__header .h6 a:hover,.layout__header h1 a:hover,.layout__header h2 a:hover,.layout__header h3 a:hover,.layout__header h4 a:hover,.layout__header h5 a:hover,.layout__header h6 a:hover{text-decoration:underline}.layout .h1 strong,.layout .h2 strong,.layout .h3 strong,.layout .h4 strong,.layout .h5 strong,.layout .h6 strong,.layout h1 strong,.layout h2 strong,.layout h3 strong,.layout h4 strong,.layout h5 strong,.layout h6 strong,.layout__footer .h1 strong,.layout__footer .h2 strong,.layout__footer .h3 strong,.layout__footer .h4 strong,.layout__footer .h5 strong,.layout__footer .h6 strong,.layout__footer h1 strong,.layout__footer h2 strong,.layout__footer h3 strong,.layout__footer h4 strong,.layout__footer h5 strong,.layout__footer h6 strong,.layout__header .h1 strong,.layout__header .h2 strong,.layout__header .h3 strong,.layout__header .h4 strong,.layout__header .h5 strong,.layout__header .h6 strong,.layout__header h1 strong,.layout__header h2 strong,.layout__header h3 strong,.layout__header h4 strong,.layout__header h5 strong,.layout__header h6 strong{color:#a717ff;font-weight:inherit}.layout .h1,.layout h1,.layout__footer .h1,.layout__footer h1,.layout__header .h1,.layout__header h1{font-size:1.5rem;font-weight:600;line-height:2rem}@media screen and (min-width:992px){.layout .h1,.layout h1,.layout__footer .h1,.layout__footer h1,.layout__header .h1,.layout__header h1{font-size:3rem!important;line-height:3.5rem!important}}.layout .h2,.layout h2,.layout__footer .h2,.layout__footer h2,.layout__header .h2,.layout__header h2{font-size:1.125rem!important;font-weight:500;line-height:1.5rem!important}@media screen and (min-width:992px){.layout .h2,.layout h2,.layout__footer .h2,.layout__footer h2,.layout__header .h2,.layout__header h2{font-size:2rem!important;line-height:2.5rem!important}}.layout .h3,.layout h3,.layout__footer .h3,.layout__footer h3,.layout__header .h3,.layout__header h3{font-size:1.5rem;font-weight:500;line-height:2rem}.layout .h4,.layout h4,.layout__footer .h4,.layout__footer h4,.layout__header .h4,.layout__header h4{font-size:1.25rem;font-weight:400;line-height:1.5rem}@media screen and (min-width:768px){.layout .h4,.layout h4,.layout__footer .h4,.layout__footer h4,.layout__header .h4,.layout__header h4{font-weight:500}}.layout .h5,.layout h5,.layout__footer .h5,.layout__footer h5,.layout__header .h5,.layout__header h5{font-size:1.125rem;font-weight:400;line-height:1.5rem}.layout .h6,.layout h6,.layout__footer .h6,.layout__footer h6,.layout__header .h6,.layout__header h6{font-size:1rem;font-weight:500;line-height:1.5rem}.layout strong,.layout__footer strong,.layout__header strong{font-weight:500}.layout a,.layout__footer a,.layout__header a{color:#202639;text-decoration:none}.layout a:hover,.layout__footer a:hover,.layout__header a:hover{text-decoration:none}.layout ol,.layout p,.layout ul,.layout__footer ol,.layout__footer p,.layout__footer ul,.layout__header ol,.layout__header p,.layout__header ul{margin-bottom:0;padding:0}.layout ol,.layout ul,.layout__footer ol,.layout__footer ul,.layout__header ol,.layout__header ul{list-style:none}.layout ol ol,.layout ol ul,.layout ul ol,.layout ul ul,.layout__footer ol ol,.layout__footer ol ul,.layout__footer ul ol,.layout__footer ul ul,.layout__header ol ol,.layout__header ol ul,.layout__header ul ol,.layout__header ul ul{margin:.5rem 0}.layout ol li,.layout ul li,.layout__footer ol li,.layout__footer ul li,.layout__header ol li,.layout__header ul li{margin:0}.layout img,.layout svg,.layout__footer img,.layout__footer svg,.layout__header img,.layout__header svg{height:auto;max-height:100%;max-width:100%;object-fit:cover;outline:none}.layout .sup,.layout sup,.layout__footer .sup,.layout__footer sup,.layout__header .sup,.layout__header sup{color:#a717ff;font-size:.75rem;position:relative;top:-.25rem}.layout blockquote,.layout__footer blockquote,.layout__header blockquote{border-left:.125rem solid #a717ff;color:#8f939c;font-style:italic;margin-bottom:2rem;padding-left:1.25rem}.layout .q,.layout q,.layout__footer .q,.layout__footer q,.layout__header .q,.layout__header q{display:block;margin-bottom:1.5rem;quotes:"«" "»"}.layout .q q,.layout q q,.layout__footer .q q,.layout__footer q q,.layout__header .q q,.layout__header q q{quotes:"„" "“"}.layout dl,.layout__footer dl,.layout__header dl{align-items:center;color:#8f939c;display:flex;font-size:.75rem;justify-content:space-between;line-height:1rem;margin:0 -.75rem;width:calc(100% + 1.5rem)}.layout dl:not(:last-child),.layout__footer dl:not(:last-child),.layout__header dl:not(:last-child){margin-bottom:.5rem}.layout dl dd,.layout dl dt,.layout__footer dl dd,.layout__footer dl dt,.layout__header dl dd,.layout__header dl dt{padding:0 .75rem}.layout .container,.layout__footer .container,.layout__header .container{margin:0 auto;max-width:calc(100vw - 2rem);width:75rem}.layout .container.container_secondary,.layout__footer .container.container_secondary,.layout__header .container.container_secondary{width:66.5rem}.layout .row,.layout__footer .row,.layout__header .row{display:flex;flex-wrap:wrap;margin:0 -.625rem;width:calc(100% + 1.25rem)}@media screen and (min-width:992px){.layout .row.row_secondary,.layout__footer .row.row_secondary,.layout__header .row.row_secondary{margin:0 -1.25rem;width:calc(100% + 2.5rem)}.layout .row.row_secondary .col,.layout__footer .row.row_secondary .col,.layout__header .row.row_secondary .col{padding:0 1.25rem}}@media screen and (max-width:991px){.layout .row.row_t-revers,.layout__footer .row.row_t-revers,.layout__header .row.row_t-revers{flex-direction:column-reverse}}@media screen and (max-width:767px){.layout .row.row_m-revers,.layout__footer .row.row_m-revers,.layout__header .row.row_m-revers{flex-direction:column-reverse}}.layout .col,.layout__footer .col,.layout__header .col{box-sizing:border-box;display:flex;flex-direction:column;padding:0 .625rem}.layout .col.col_1,.layout__footer .col.col_1,.layout__header .col.col_1{width:8.3333%}.layout .col.col_2,.layout__footer .col.col_2,.layout__header .col.col_2{width:16.666%}.layout .col.col_3,.layout__footer .col.col_3,.layout__header .col.col_3{width:25%}.layout .col.col_4,.layout__footer .col.col_4,.layout__header .col.col_4{width:33.3%}.layout .col.col_5,.layout__footer .col.col_5,.layout__header .col.col_5{width:41.666667%}.layout .col.col_6,.layout__footer .col.col_6,.layout__header .col.col_6{width:50%}.layout .col.col_7,.layout__footer .col.col_7,.layout__header .col.col_7{width:58.333333%}.layout .col.col_8,.layout__footer .col.col_8,.layout__header .col.col_8{width:66.666667%}.layout .col.col_9,.layout__footer .col.col_9,.layout__header .col.col_9{width:75%}.layout .col.col_10,.layout__footer .col.col_10,.layout__header .col.col_10{width:83.333333%}.layout .col.col_11,.layout__footer .col.col_11,.layout__header .col.col_11{width:91.666667%}.layout .col.col_12,.layout__footer .col.col_12,.layout__header .col.col_12{width:100%}@media(max-width:1239px){.layout .col.col_desktop-2,.layout__footer .col.col_desktop-2,.layout__header .col.col_desktop-2{width:16.66%}.layout .col.col_desktop-3,.layout__footer .col.col_desktop-3,.layout__header .col.col_desktop-3{width:25%}.layout .col.col_desktop-4,.layout__footer .col.col_desktop-4,.layout__header .col.col_desktop-4{width:33.3%}.layout .col.col_desktop-5,.layout__footer .col.col_desktop-5,.layout__header .col.col_desktop-5{width:41.666667%}.layout .col.col_desktop-6,.layout__footer .col.col_desktop-6,.layout__header .col.col_desktop-6{width:50%}.layout .col.col_desktop-7,.layout__footer .col.col_desktop-7,.layout__header .col.col_desktop-7{width:58.333333%}.layout .col.col_desktop-8,.layout__footer .col.col_desktop-8,.layout__header .col.col_desktop-8{width:66.666667%}.layout .col.col_desktop-9,.layout__footer .col.col_desktop-9,.layout__header .col.col_desktop-9{width:75%}.layout .col.col_desktop-10,.layout__footer .col.col_desktop-10,.layout__header .col.col_desktop-10{width:83.333333%}.layout .col.col_desktop-11,.layout__footer .col.col_desktop-11,.layout__header .col.col_desktop-11{width:91.666667%}.layout .col.col_desktop-12,.layout__footer .col.col_desktop-12,.layout__header .col.col_desktop-12{width:100%}}@media screen and (max-width:991px){.layout .col.col_tab-2,.layout__footer .col.col_tab-2,.layout__header .col.col_tab-2{width:16.66%}.layout .col.col_tab-3,.layout__footer .col.col_tab-3,.layout__header .col.col_tab-3{width:25%}.layout .col.col_tab-4,.layout__footer .col.col_tab-4,.layout__header .col.col_tab-4{width:33.3%}.layout .col.col_tab-5,.layout__footer .col.col_tab-5,.layout__header .col.col_tab-5{width:41.666667%}.layout .col.col_tab-6,.layout__footer .col.col_tab-6,.layout__header .col.col_tab-6{width:50%}.layout .col.col_tab-7,.layout__footer .col.col_tab-7,.layout__header .col.col_tab-7{width:58.333333%}.layout .col.col_tab-8,.layout__footer .col.col_tab-8,.layout__header .col.col_tab-8{width:66.666667%}.layout .col.col_tab-9,.layout__footer .col.col_tab-9,.layout__header .col.col_tab-9{width:75%}.layout .col.col_tab-10,.layout__footer .col.col_tab-10,.layout__header .col.col_tab-10{width:83.333333%}.layout .col.col_tab-11,.layout__footer .col.col_tab-11,.layout__header .col.col_tab-11{width:91.666667%}.layout .col.col_tab-12,.layout__footer .col.col_tab-12,.layout__header .col.col_tab-12{width:100%}}@media screen and (max-width:767px){.layout .col.col_mob-2,.layout__footer .col.col_mob-2,.layout__header .col.col_mob-2{width:16.66%}.layout .col.col_mob-3,.layout__footer .col.col_mob-3,.layout__header .col.col_mob-3{width:25%}.layout .col.col_mob-4,.layout__footer .col.col_mob-4,.layout__header .col.col_mob-4{width:33.3%}.layout .col.col_mob-5,.layout__footer .col.col_mob-5,.layout__header .col.col_mob-5{width:41.666667%}.layout .col.col_mob-6,.layout__footer .col.col_mob-6,.layout__header .col.col_mob-6{width:50%}.layout .col.col_mob-7,.layout__footer .col.col_mob-7,.layout__header .col.col_mob-7{width:58.333333%}.layout .col.col_mob-8,.layout__footer .col.col_mob-8,.layout__header .col.col_mob-8{width:66.666667%}.layout .col.col_mob-9,.layout__footer .col.col_mob-9,.layout__header .col.col_mob-9{width:75%}.layout .col.col_mob-10,.layout__footer .col.col_mob-10,.layout__header .col.col_mob-10{width:83.333333%}.layout .col.col_mob-11,.layout__footer .col.col_mob-11,.layout__header .col.col_mob-11{width:91.666667%}.layout .col.col_mob-12,.layout__footer .col.col_mob-12,.layout__header .col.col_mob-12{width:100%}}.layout .h-100,.layout__footer .h-100,.layout__header .h-100{height:100%!important}.layout .w-100,.layout__footer .w-100,.layout__header .w-100{width:100%!important}.layout .pb-0,.layout__footer .pb-0,.layout__header .pb-0{padding-bottom:0!important}.layout .align-center,.layout__footer .align-center,.layout__header .align-center{align-items:center}.layout .align-start,.layout__footer .align-start,.layout__header .align-start{align-items:flex-start}.layout .align-end,.layout__footer .align-end,.layout__header .align-end{align-items:flex-end}.layout .justify-start,.layout__footer .justify-start,.layout__header .justify-start{justify-content:flex-start!important}.layout .justify-center,.layout__footer .justify-center,.layout__header .justify-center{justify-content:center!important}.layout .justify-between,.layout__footer .justify-between,.layout__header .justify-between{justify-content:space-between!important}.layout .justify-end,.layout__footer .justify-end,.layout__header .justify-end{justify-content:flex-end!important}.layout .mt-auto,.layout__footer .mt-auto,.layout__header .mt-auto{margin-top:auto!important}.layout .text-center,.layout__footer .text-center,.layout__header .text-center{text-align:center!important}.layout .text-end,.layout__footer .text-end,.layout__header .text-end{text-align:right!important}.layout .colorSecondary300,.layout__footer .colorSecondary300,.layout__header .colorSecondary300{color:#ebfbf7!important}.layout .colorSecondary400,.layout__footer .colorSecondary400,.layout__header .colorSecondary400{color:#1aefbc!important}.layout .colorSecondary500,.layout__footer .colorSecondary500,.layout__header .colorSecondary500{color:#00d09e!important}.layout .colorTertiary300,.layout__footer .colorTertiary300,.layout__header .colorTertiary300{color:#ffebf1!important}.layout .colorTertiary400,.layout__footer .colorTertiary400,.layout__header .colorTertiary400{color:#ff5285!important}.layout .colorTertiary500,.layout__footer .colorTertiary500,.layout__header .colorTertiary500{color:#ff004c!important}.layout .colorPrimary200,.layout__footer .colorPrimary200,.layout__header .colorPrimary200{color:#eee!important}.layout .colorPrimary300,.layout__footer .colorPrimary300,.layout__header .colorPrimary300{color:#8f939c!important}.layout .colorPrimary400,.layout__footer .colorPrimary400,.layout__header .colorPrimary400{color:#202639!important}.layout .colorQuartyty200,.layout__footer .colorQuartyty200,.layout__header .colorQuartyty200{color:rgba(59,0,96,.15)!important}.layout .colorQuartyty300,.layout__footer .colorQuartyty300,.layout__header .colorQuartyty300{color:rgba(202,116,254,.5)!important}.layout .colorQuartyty400,.layout__footer .colorQuartyty400,.layout__header .colorQuartyty400{color:#ca74fe!important}.layout .colorQuartyty500,.layout__footer .colorQuartyty500,.layout__header .colorQuartyty500{color:#a717ff!important}.layout ::-webkit-scrollbar,.layout__footer ::-webkit-scrollbar,.layout__header ::-webkit-scrollbar{height:0;width:0}.layout ::-webkit-scrollbar-track,.layout__footer ::-webkit-scrollbar-track,.layout__header ::-webkit-scrollbar-track{background:#fff}.layout ::-webkit-scrollbar-thumb,.layout__footer ::-webkit-scrollbar-thumb,.layout__header ::-webkit-scrollbar-thumb{background-color:#1aefbc}.layout ::-webkit-scrollbar-thumb:hover,.layout__footer ::-webkit-scrollbar-thumb:hover,.layout__header ::-webkit-scrollbar-thumb:hover{background-color:#00d09e}.layout .p-0,.layout__footer .p-0,.layout__header .p-0{padding:0!important}.wysiwyg:not(:last-child){margin-bottom:1.25rem}.wysiwyg.wysiwyg_secondary-margin:not(:last-child){margin-bottom:.5rem}.wysiwyg img:not(:last-child),.wysiwyg svg:not(:last-child){margin-bottom:1.5rem}.wysiwyg ol,.wysiwyg p,.wysiwyg ul{margin-bottom:0;padding:0}.wysiwyg ol:not(:last-child),.wysiwyg p:not(:last-child),.wysiwyg ul:not(:last-child){margin-bottom:1.25rem}.wysiwyg ol:empty,.wysiwyg p:empty,.wysiwyg ul:empty{display:none}.wysiwyg ol li:not(:last-child),.wysiwyg p li:not(:last-child),.wysiwyg ul li:not(:last-child){margin-bottom:.5rem}.wysiwyg ul li{color:#202639;padding-left:1.5rem;position:relative}.wysiwyg ul li:not(:last-child){margin-bottom:1.5rem}.wysiwyg ul li:before{background-image:url(/static/media/check.8beb628a33a8838c9f93.svg);background-position:50%;background-repeat:no-repeat;content:"";height:.625rem;left:0;position:absolute;top:.4rem;width:1rem}.wysiwyg ol{counter-reset:my-awesome-counter;list-style:none}.wysiwyg ol li{counter-increment:my-awesome-counter;padding-left:2rem;position:relative}.wysiwyg ol li:not(:last-child){margin-bottom:1.5rem}.wysiwyg ol li:before{align-items:center;background-color:#202639;border-radius:50%;color:#fff;content:counter(my-awesome-counter);display:flex;font-size:.875rem;height:1.5rem;justify-content:center;left:0;line-height:1rem;position:absolute;top:-.25rem;width:1.5rem}.wysiwyg i{font-style:italic}.wysiwyg small{display:block;font-size:.875rem;line-height:1rem}.transparentHalf{opacity:.5}.layout{font-size:.875rem;line-height:1.25rem}@media screen and (min-width:992px){.layout{font-size:1.125rem;line-height:1.375rem}}.layout .layout__breadcrumb{position:relative;z-index:2}@media screen and (min-width:992px){.layout .layout__breadcrumb{margin:-3rem 0}}.layout .layout__breadcrumb .breadcrumb__list{display:flex;overflow:hidden;overflow-x:auto}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child){margin-right:1.25rem}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child):before{background-color:#8f939c;border-radius:50%;content:"";height:.25rem;left:calc(100% + .625rem);position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:.25rem}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child):hover .breadcrumb__text{color:#a717ff}.layout .layout__breadcrumb .breadcrumb__item:not(:last-child) .breadcrumb__text{cursor:pointer}.layout .layout__breadcrumb .breadcrumb__text{color:#8f939c;font-size:.75rem;line-height:1.5rem;transition:all .4s ease-in-out;white-space:nowrap}.layout .layout__main{background-color:#f6f6f6;overflow:hidden;padding:2rem 0}@media screen and (min-width:992px){.layout .layout__main{padding:4.5rem 0}}.layout .layout__section{padding:2rem 0}@media screen and (min-width:992px){.layout .layout__section{padding:4rem 0}}.layout .layout__section:first-child{padding-top:0}.layout .layout__section:last-child{padding-bottom:0}.layout .layout__section .section__footer:not(:last-child),.layout .layout__section .section__header:not(:last-child),.layout .layout__section .section__main:not(:last-child){margin-bottom:2rem}@media screen and (min-width:992px){.layout .layout__section .section__footer:not(:last-child),.layout .layout__section .section__header:not(:last-child),.layout .layout__section .section__main:not(:last-child){margin-bottom:4rem}}.layout .layout__section .section__content{margin-bottom:2rem}@media screen and (min-width:992px){.layout .layout__section .section__content{margin-bottom:0}}.layout .section__navigation{display:flex;justify-content:center}.layout .section__navigation .navigation__arrow{align-items:flex-start;cursor:pointer;display:flex;height:2.75rem;-webkit-transform:translateX(0);transform:translateX(0);transition:all .4s ease-in-out;width:2.75rem}.layout .section__navigation .navigation__arrow.navigation__arrow_prev:hover{-webkit-transform:translateX(-.25rem);transform:translateX(-.25rem)}.layout .section__navigation .navigation__arrow.navigation__arrow_next:hover{-webkit-transform:translateX(.25rem);transform:translateX(.25rem)}.layout .section__navigation .navigation__pagination{align-items:center;display:flex;padding:0 .5rem}.layout .section__navigation .navigation__pagination .pagination__list{align-items:center;display:flex;justify-content:center}.layout .section__navigation .navigation__pagination .pagination__item{align-items:center;color:#8f939c;cursor:pointer;display:flex;font-size:1rem;font-weight:500;height:2rem;justify-content:center;line-height:1rem;transition:all .4s ease-in-out;width:2rem}.layout .section__navigation .navigation__pagination .pagination__item.pagination__item_active,.layout .section__navigation .navigation__pagination .pagination__item:hover{color:#202639}.layout .section__filter .filter__tags:not(:last-child),.layout .section__filter:not(:last-child){margin-bottom:2rem}@media screen and (min-width:992px){.layout .section__filter .tags__list{padding:0 4rem}}.layout .section__filter .tags__item{padding:0 .25rem}.layout .section__filter .tags__item .tags__item_active .tags__text,.layout .section__filter .tags__item:hover .tags__text{background-color:#202639;color:#fff}.layout .section__filter .tags__text{background-color:#eee;border-radius:1.5rem;color:#202639;cursor:pointer;display:block;font-weight:500;padding:.75rem;text-align:center;transition:all .4s ease-in-out}.layout__authorization .authorization__layout{background-color:#fff;border-radius:1.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.25);padding:1.5rem}@media screen and (max-width:767px){.layout__authorization .authorization__layout{display:none}.layout__authorization .authorization__layout.authorization__layout_active{display:block}}.layout__authorization .authorization__header{text-align:center}.layout__authorization .authorization__group:not(:last-child),.layout__authorization .authorization__header:not(:last-child),.layout__authorization .authorization__main:not(:last-child){margin-bottom:1.5rem}.layout__authorization .authorization__forgot{color:#202639;cursor:pointer;font-weight:500;opacity:.5;text-align:center;transition:all .4s ease-in-out}.layout__authorization .authorization__forgot:hover{color:#a717ff;opacity:1}.layout__authorization .authorization__change{color:#a717ff;cursor:pointer;display:block;font-weight:500;text-align:center;transition:all .4s ease-in-out}@media screen and (min-width:992px){.layout__authorization .authorization__change{display:none}}.layout__authorization .authorization__change:hover{color:rgba(202,116,254,.5)}.layout__banner{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);padding:2rem}.layout__banner .banner__layout{align-items:center;display:flex;flex-direction:column;text-align:center}@media screen and (min-width:768px){.layout__banner .banner__layout{align-items:flex-start;height:100%;justify-content:center;text-align:left}}.layout__banner .banner__footer,.layout__banner .banner__header,.layout__banner .banner__main{width:100%}.layout__banner .banner__footer:not(:last-child),.layout__banner .banner__header:not(:last-child),.layout__banner .banner__main:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:992px){.layout__banner .banner__footer:not(:last-child),.layout__banner .banner__header:not(:last-child),.layout__banner .banner__main:not(:last-child){margin-bottom:2rem}}.layout__banner .banner__footer{margin-top:auto}.layout__banner .banner__media{margin-bottom:2rem}@media screen and (min-width:992px){.layout__banner .banner__media{margin-bottom:0}}.layout__groups{position:relative}.layout__groups .groups__background{align-items:center;display:flex;height:11.25rem;justify-content:center;margin:0 auto;width:11.25rem}.layout__groups .groups__background:not(:last-child){margin-bottom:1.25rem}@media screen and (min-width:992px){.layout__groups .groups__background{height:14.5rem;position:absolute;width:14.5rem}.layout__groups .groups__background.groups__background_top-right{right:0;top:0}.layout__groups .groups__background.groups__background_top-center{left:50%;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.layout__groups .groups__background.groups__background_bottom-left{bottom:0;left:0}}.layout__groups .groups__background img,.layout__groups .groups__background svg{height:8.25rem;object-fit:contain;width:8.25rem}@media screen and (min-width:992px){.layout__groups .groups__background img,.layout__groups .groups__background svg{height:100%;width:100%}}.layout__groups .groups__list{margin-bottom:-1rem}@media screen and (min-width:992px){.layout__groups .groups__list{margin-bottom:-1.25rem}}.layout__groups .groups__item{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);color:#8f939c;display:flex;flex-direction:column;height:100%;margin-bottom:1rem;padding:1.5rem}@media screen and (min-width:992px){.layout__groups .groups__item{margin-bottom:1.25rem;padding:2rem}.layout__groups .groups__item.groups__item_second-size{font-size:1.25rem;line-height:1.5rem}}.layout__groups .groups__item.groups__item_second-color{color:#202639}.layout__groups .groups__item.groups__item_second-radius{border-radius:4rem}.layout__groups .groups__item.groups__item_unset{background-color:initial;box-shadow:none;padding:initial}.layout__groups .groups__media{align-items:flex-start;display:flex;height:4rem;width:auto}@media screen and (min-width:992px){.layout__groups .groups__media{height:10rem}.layout__groups .groups__media.groups__media_tiny{height:6.25rem}.layout__groups .groups__media.groups__media_tiny:not(:last-child){margin-bottom:1.5rem}}.layout__groups .groups__media.groups__media_large{height:6.875rem}@media screen and (min-width:992px){.layout__groups .groups__media.groups__media_large{height:11rem}}.layout__groups .groups__footer:not(:last-child),.layout__groups .groups__header:not(:last-child),.layout__groups .groups__main:not(:last-child),.layout__groups .groups__media:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:992px){.layout__groups .groups__footer:not(:last-child),.layout__groups .groups__header:not(:last-child),.layout__groups .groups__main:not(:last-child),.layout__groups .groups__media:not(:last-child){margin-bottom:2rem}}.layout__groups .groups__info{background-color:#202639;border-radius:1.25rem;color:#fff;padding:1.5rem}.layout__news .news__article{color:#202639}@media screen and (min-width:992px){.layout__news .news__article{background-color:#fff;border-radius:1.25rem;padding:1.5rem}}.layout__news .news__article:not(:last-child){margin-bottom:4rem}.layout__news .news__article:not(:last-child):before{background-color:#eee;content:"";height:.125rem;left:0;position:absolute;top:calc(100% + 2rem);width:100%}.layout__news .news__article .article__header:not(:last-child),.layout__news .news__article .article__media,.layout__news .news__article .article__title{margin-bottom:1.5rem}.layout__news .news__article .article__date{display:flex;justify-content:flex-start}@media screen and (min-width:992px){.layout__news .news__article .article__date{justify-content:flex-end}}.layout__news .news__article .article__date .date__text{font-size:1rem;font-weight:500;line-height:2.5rem}.layout__news .news__list{margin-bottom:-1.25rem}.layout__news .news__list .news__item{background-color:#fff;border-radius:1.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);margin-bottom:1.25rem;transition:all .4s ease-in-out}.layout__news .news__list .news__item:hover{box-shadow:0 .25rem .75rem rgba(0,0,0,.1)}.layout__news .news__list .news__link{color:#202639;display:flex;flex-direction:column;padding:1.5rem}.layout__news .news__list .news__media{align-items:flex-start;border-radius:1.25rem;display:flex;margin:-1.5rem -1.5rem 1.5rem;overflow:hidden;width:calc(100% + 3rem)}.layout__news .news__list .news__media img,.layout__news .news__list .news__media svg{height:100%;-webkit-transform:scale(1);transform:scale(1);transition:all .4s ease-in-out;width:100%}.layout__news .news__list .news__layout{display:flex;flex-direction:column}.layout__news .news__list .news__footer:not(:last-child),.layout__news .news__list .news__layout:not(:last-child),.layout__news .news__list .news__main:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:992px){.layout__news .news__list .news__footer:not(:last-child),.layout__news .news__list .news__layout:not(:last-child),.layout__news .news__list .news__main:not(:last-child){margin-bottom:2rem}}.layout__news .news__list .news__footer{margin-top:auto}.layout__news .news__list .news__date .date__text{color:#8f939c}.layout__offices .offices__map .map__link{align-items:center;display:flex;flex-direction:column;text-decoration:none}.layout__offices .offices__map .map__preview{background-color:rgba(32,37,58,.1);border-radius:2rem;padding:.625rem;width:100%}@media screen and (min-width:992px){.layout__offices .offices__map .map__preview{padding:1.25rem}}.layout__offices .offices__map .map__preview:not(:last-child){margin-bottom:1.25rem}.layout__offices .offices__map .map__media{align-items:flex-start;border-radius:2rem;box-shadow:0 4px 30px 0 rgba(0,0,0,.251);display:flex;overflow:hidden;padding-top:45%;position:relative}@media screen and (min-width:992px){.layout__offices .offices__map .map__media{padding-top:110%}}.layout__offices .offices__map .map__media img,.layout__offices .offices__map .map__media svg{height:100%;left:0;position:absolute;top:0;width:100%}.layout__offices .map__action{display:flex;justify-content:center;width:17.5rem}.layout__offices .map__action .btn{width:100%}.layout__offices .offices__layout{display:flex;flex-direction:column;margin-bottom:2.5rem}.layout__offices .offices__layout .offices__header{display:flex;justify-content:flex-start}.layout__offices .offices__layout .offices__header:not(:last-child){margin-bottom:1.25rem}.layout__offices .offices__layout .offices__main{opacity:.6}.layout__account{padding:1.25rem 0}@media screen and (min-width:992px){.layout__account{padding:3rem 0}}.layout__account .container{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:992px){.layout__account .container{grid-gap:1.5rem 1.25rem;grid-template-columns:14rem auto}.layout__account .account__header{grid-column:span 2}}.layout__account .account__main{background:#fff;border-radius:20px;box-shadow:0 .25rem .75rem 0 rgba(0,0,0,.063);padding:.75rem}@media screen and (min-width:768px){.layout__account .account__main{padding:1.5rem}}.layout__verification .verification__list{display:flex;flex-direction:column}.layout__verification .verification__item{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}.layout__verification .verification__item:not(:last-child){border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem;padding-bottom:1.5rem}.layout__verification .verification__header{grid-gap:1.5rem;display:grid;grid-template-columns:1fr;justify-content:center}@media screen and (min-width:768px){.layout__verification .verification__header{grid-gap:0;align-items:center;grid-template-columns:auto auto;justify-content:space-between}}.layout__verification .verification__header.verification__header_secondary{grid-gap:1.5rem;grid-template-columns:1fr}@media(min-width:1240px){.layout__verification .verification__header.verification__header_secondary{grid-gap:0;grid-template-columns:auto auto}}.layout__verification .verification__header.verification__header_secondary .verification__title{margin-right:auto}@media(min-width:1240px){.layout__verification .verification__header.verification__header_secondary .verification__title{margin-right:0}}.layout__verification .verification__header.verification__header_secondary .verification__action{justify-content:center}@media(min-width:1240px){.layout__verification .verification__header.verification__header_secondary .verification__action{justify-content:flex-start}}.layout__verification .verification__header.verification__header_secondary .verification__action .btn{min-width:17.75rem;width:auto}@media(min-width:1240px){.layout__verification .verification__header.verification__header_secondary .verification__action .btn{width:100%}}.layout__verification .verification__title{grid-gap:.5rem;display:grid;grid-template-columns:auto 1.5rem;margin-right:auto}@media screen and (min-width:768px){.layout__verification .verification__title{margin-right:0}}.layout__verification .verification__title .verification__text{margin:0}.layout__verification .verification__title .verification__status{align-items:flex-start;display:flex;height:1.5rem;margin-right:auto;width:1.5rem}.layout__verification .verification__action{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}@media screen and (min-width:768px){.layout__verification .verification__action{flex-wrap:nowrap;justify-content:flex-start}}.layout__verification .verification__action .btn{min-width:17.75rem}@media screen and (min-width:768px){.layout__verification .verification__action .btn{width:100%}}.layout__verification .verification__main,.verification__data{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}.verification__data{justify-content:center}@media screen and (min-width:768px){.verification__data{grid-template-columns:1fr 1fr;justify-content:space-between}}.verification__advantages .advantages__list{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.verification__advantages .advantages__item{grid-gap:.75rem;align-items:center;color:rgba(32,38,57,.502);display:grid;font-size:.875rem;grid-template-columns:1.125rem auto;line-height:1rem}.verification__time{grid-gap:.25rem;align-items:center;display:grid;grid-template-columns:auto auto;order:-1}@media screen and (min-width:768px){.verification__time{grid-gap:.5rem;display:grid;grid-template-columns:1fr;order:0;text-align:right}}.verification__time .time__title{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem;text-align:right}.verification__time .time__value{color:#202639;font-size:1rem;font-weight:500;line-height:1.5rem}.verification__box .box__list{grid-gap:1.25rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.verification__box .box__list{grid-template-columns:repeat(2,16.25rem)}.verification__box .box__list.box__list_secondary{grid-template-columns:repeat(2,21rem)}}.verification__box .box__item{grid-gap:.75rem;background-color:#f6f6f6;border-radius:1.5rem;color:#202639;display:grid;grid-template-columns:1fr;padding:1.5rem}.verification__box .box__main{font-size:.875rem;line-height:1rem}.verification__box .box__main .wysiwyg li:not(:last-child),.verification__box .box__main .wysiwyg p:not(:last-child),.verification__box .box__main .wysiwyg ul:not(:last-child){margin-bottom:.75rem}.verification__box .box__data .data__list{grid-gap:.75rem;display:grid;grid-template-columns:1fr;margin:0}.verification__box .box__data .data__item{grid-gap:.75rem;display:grid;grid-template-columns:auto auto;justify-content:space-between;margin:0}.verification__box .box__data .data__text{color:rgba(32,38,57,.502)}.verification__box .box__data .data__value{color:#202639}.verification__formular{grid-gap:1.25rem;display:grid;margin:0!important}.verification__formular .formular__group{grid-gap:1.25rem;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:768px){.verification__formular .formular__group{grid-template-columns:repeat(3,1fr)}}.verification__formular .form-item{margin:0}.verification__information{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}.verification__examples{grid-gap:.75rem;display:grid;grid-template-columns:1fr}.verification__examples .examples__list{grid-gap:1.25rem;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:768px){.verification__examples .examples__list{grid-template-columns:repeat(3,1fr)}}.verification__examples .examples__item{grid-gap:.5rem;display:grid;grid-template-columns:1fr;justify-content:center}.verification__examples .examples__media{border-radius:1.5rem;margin:0 auto;overflow:hidden;padding-top:50%;position:relative;width:14rem}.verification__examples .examples__media img{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.verification__examples .examples__footer{display:flex;justify-content:center}.verification__examples .examples__text{color:rgba(32,38,57,.314);font-weight:500;text-align:center}.account__instructions{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.account__instructions{align-items:center;grid-template-columns:1fr 1fr}}.account__instructions .instructions__header{grid-gap:.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.account__instructions .instructions__header{grid-column:span 2}}.account__instructions .instructions__description{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}.account__instructions .instructions__description ol:not(:last-child),.account__instructions .instructions__description p:not(:last-child),.account__instructions .instructions__description ul:not(:last-child){margin-bottom:.5rem}.account__instructions .instructions__description strong{color:#ff004c;font-size:1rem;font-weight:500;line-height:1rem}.account__instructions .instructions__main{grid-gap:1.5rem;display:grid;grid-template-columns:1fr}@media screen and (min-width:768px){.account__instructions .instructions__main{grid-template-columns:17.875rem auto}}.account__instructions .instructions__information{color:#a717ff;font-size:.875rem;line-height:1rem}@media screen and (min-width:768px){.account__instructions .instructions__information,.account__instructions .instructions__steps{grid-column:span 2}}.account__instructions .instructions__steps .steps__list{grid-gap:.5rem;display:grid;grid-template-columns:repeat(8,1fr)}.account__instructions .instructions__steps .steps__item{align-items:center;border:1px solid rgba(32,38,57,.502);border-radius:2rem;display:flex;font-size:2rem;height:3.625rem;justify-content:center;line-height:2rem;text-align:center;width:3rem}.account__instructions .instructions__media{align-items:flex-start;display:flex;height:17.5rem;margin:0 auto;order:-1;width:19.5rem}@media screen and (min-width:768px){.account__instructions .instructions__media{margin:0;order:2}}.account__instructions .instructions__media img,.account__instructions .instructions__media svg{height:100%;width:100%}.account__tooltip .tooltip__list{align-items:center;display:flex;flex-direction:column}@media screen and (min-width:992px){.account__tooltip .tooltip__list{align-items:flex-start}}.account__tooltip .tooltip__item{border-radius:1.5rem;font-size:.875rem;font-weight:500;line-height:1rem;padding:.75rem}.account__tooltip .tooltip__item.tooltip__item_tertiary{background-color:rgba(255,0,76,.078)}.BaseComponents_button__d-nT9{align-items:center;background:#efebff;border:1px solid #e7c8ff;border-radius:10px;color:#000;display:flex;gap:10px;height:40px;justify-content:center}.BaseComponents_button__d-nT9,.BaseComponents_button__d-nT9 span{font-size:18px;line-height:22px}@media(hover:hover){.BaseComponents_button__d-nT9:not(:disabled):hover{background:linear-gradient(135deg,#8c00fd,#a800c0);border:0;box-shadow:0 4px 10px 0 rgba(0,0,0,.25);color:#fff}}.BaseComponents_button__d-nT9:not(:disabled):active{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);border:0;box-shadow:0 4px 10px 0 rgba(0,0,0,.25);color:#fff}@media(max-width:767.998px){.BaseComponents_button__d-nT9{height:35px}.BaseComponents_button__d-nT9,.BaseComponents_button__d-nT9 span{font-size:16px;line-height:19px}}@media(max-width:575.998px){.BaseComponents_button__d-nT9{height:30px}.BaseComponents_button__d-nT9,.BaseComponents_button__d-nT9 span{font-size:14px;line-height:17px}}@media(hover:hover){.BaseComponents_buttonWithImagePurple__sG1qZ:not(:disabled):hover img{-webkit-filter:invert(93%) sepia(83%) saturate(4433%) hue-rotate(181deg) brightness(107%) contrast(102%);filter:invert(93%) sepia(83%) saturate(4433%) hue-rotate(181deg) brightness(107%) contrast(102%)}}.BaseComponents_buttonWithImagePurple__sG1qZ:not(:disabled):active img{-webkit-filter:invert(93%) sepia(83%) saturate(4433%) hue-rotate(181deg) brightness(107%) contrast(102%);filter:invert(93%) sepia(83%) saturate(4433%) hue-rotate(181deg) brightness(107%) contrast(102%)}.BaseComponents_buttonWithImagePurple__sG1qZ img{-webkit-filter:invert(17%) sepia(49%) saturate(4414%) hue-rotate(259deg) brightness(86%) contrast(116%);filter:invert(17%) sepia(49%) saturate(4414%) hue-rotate(259deg) brightness(86%) contrast(116%)}.BaseComponents_buttonOutlined__lgunb{align-items:center;background-color:#fff;border:2px solid #e7c8ff;border-radius:10px;display:grid;font-size:18px;height:40px;line-height:22px}@media(hover:hover){.BaseComponents_buttonOutlined__lgunb:not(:disabled):hover{background:#f8f9fd}}.BaseComponents_buttonOutlined__lgunb:not(:disabled):active{background:#efebff}@media(max-width:767.998px){.BaseComponents_buttonOutlined__lgunb{font-size:16px;height:35px;line-height:19px}.BaseComponents_buttonOutlined__lgunb span{font-size:16px;line-height:19px}}@media(max-width:575.998px){.BaseComponents_buttonOutlined__lgunb{font-size:14px;height:30px;line-height:17px}.BaseComponents_buttonOutlined__lgunb span{font-size:14px;line-height:17px}}.BaseComponents_buttonActive__1rh42{background:linear-gradient(135deg,#8c00fd,#a800c0);border:0;color:#fff;font-weight:600}@media(hover:hover){.BaseComponents_buttonActive__1rh42:not(:disabled):hover{background:linear-gradient(135deg,#7600d7,#8f00a2);border:0;color:#fff}}.BaseComponents_buttonActive__1rh42:not(:disabled):active{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#00281e 0,#6700b7 100%);border:0;color:#fff}.BaseComponents_buttonColored__AqznW{border:0;border-radius:10px;color:#fff;font-size:18px;font-weight:500;height:40px;line-height:22px}@media(max-width:767.998px){.BaseComponents_buttonColored__AqznW{font-size:16px;height:35px;line-height:19px}.BaseComponents_buttonColored__AqznW span{font-size:16px;line-height:19px}}@media(max-width:575.998px){.BaseComponents_buttonColored__AqznW{font-size:14px;height:30px;line-height:17px}.BaseComponents_buttonColored__AqznW span{font-size:14px;line-height:17px}}.BaseComponents_buttonGreen__qnPSM{background:#00d09e;border:0;border-radius:10px;font-weight:500}@media(hover:hover){.BaseComponents_buttonGreen__qnPSM:hover{background:#00ba8d}}.BaseComponents_buttonGreen__qnPSM:active{background:#00ba8d}.BaseComponents_buttonRed__AugfL{background:#ff004d;border:0;border-radius:10px;font-weight:500}@media(hover:hover){.BaseComponents_buttonRed__AugfL:hover{background:#dd0043}}.BaseComponents_buttonRed__AugfL:active{background:#dd0043}.BaseComponents_buttonLogout__j0RIW{box-shadow:0 4px 10px 0 rgba(0,0,0,.25);font-weight:500;height:30px;width:210px}@media(hover:hover){.BaseComponents_buttonLogout__j0RIW:not(:disabled):hover{box-shadow:0 4px 10px 0 rgba(0,0,0,.25)}}.BaseComponents_buttonLogout__j0RIW:not(:disabled):active{box-shadow:0 4px 10px 0 rgba(0,0,0,.25)}@media(max-width:767.998px){.BaseComponents_buttonLogout__j0RIW{font-size:16px;height:29px;line-height:19px;width:152px}}.BaseComponents_input__JKNEx{border:2px solid #abaeef;border-radius:10px;font-size:18px;height:40px;line-height:22px;outline:none;padding-left:20px;position:relative;width:100%}.BaseComponents_input__JKNEx:focus{outline:none}.BaseComponents_input__JKNEx:disabled,.BaseComponents_input__JKNEx:read-only{background:#f8f9fd}.BaseComponents_input__JKNEx::-webkit-input-placeholder{color:#666}.BaseComponents_input__JKNEx::placeholder{color:#666}@media(max-width:767.998px){.BaseComponents_input__JKNEx{font-size:16px;height:35px;line-height:19px}}@media(max-width:575.998px){.BaseComponents_input__JKNEx{font-size:14px;height:30px;line-height:17px;padding-left:10px}}.BaseComponents_pointer__d87Ov{cursor:pointer}.BaseComponents_rotate180__lNOJG{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.BaseComponents_displayNone__ksqwI{display:none!important}.BaseComponents_swiperWrapper__5DONu{height:100%;overscroll-behavior:none;width:100%}.BaseComponents_swiperWrapper__5DONu .swiper-wrapper{overscroll-behavior:none}.BaseComponents_swiperWrapper__5DONu .swiper-slide{height:auto;width:100%}.BaseComponents_scrollbarLeft__0f9Oc{background-color:transparent!important;left:2px!important;right:auto!important}.BaseComponents_scrollbarRight__nu2mU{background-color:transparent!important;left:auto!important;right:2px!important}.BaseComponents_scrollbarRight3px__vZJyU{background-color:transparent!important;left:auto!important;right:3px!important}.BaseComponents_scrollbarDragGreen__RDOQ4,.BaseComponents_scrollbarDragPurpleLight__B9HwD,.BaseComponents_scrollbarDragPurple__yQo86,.BaseComponents_scrollbarRedDrag__OtwhN{border-radius:2px}.BaseComponents_scrollbarDragGreen__RDOQ4{background:rgba(0,208,158,.5)}.BaseComponents_scrollbarRedDrag__OtwhN{background:rgba(255,0,77,.5)}.BaseComponents_scrollbarDragPurple__yQo86{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%)}.BaseComponents_scrollbarDragPurpleLight__B9HwD{background:linear-gradient(116.51deg,rgba(222,215,251,.5) 5.82%,rgba(159,1,212,.285) 94.31%)}.BaseComponents_swiperBody__-bUX4{height:100vh;width:100vw}.MarketLimit_wrapper__x1G-g{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:28px;width:100%}.MarketLimit_borderWrapper__jZJ7i{border-radius:10px 20px 20px 20px;padding-bottom:.016px;position:relative;width:100%;z-index:2}.MarketLimit_navWrapper__mJ3lR{display:flex;gap:5px;height:42px;position:relative;z-index:2;z-index:1}@media(max-width:767.998px){.MarketLimit_navWrapper__mJ3lR{height:29px}}@media(max-width:575.998px){.MarketLimit_navWrapper__mJ3lR{gap:2px}}.MarketLimit_navButton__IHVB7{background:#efebff;border:1px solid #e7c8ff;border-bottom:0;border-radius:10px 10px 0 0;color:#000;font-size:20px;height:42px;line-height:24px;margin:0;padding-top:4px;width:200px}@media(max-width:767.998px){.MarketLimit_navButton__IHVB7{font-size:14px;height:29px;line-height:17px;padding-top:3px;width:132px}}@media(max-width:575.998px){.MarketLimit_navButton__IHVB7{font-size:14px;height:29px;line-height:17px;padding-top:3px;width:85px}}.MarketLimit_navButton__IHVB7 span{color:#000}.MarketLimit_navButtonActive__-Jt-6{background:#fff;border:2px solid #abaeef;border-bottom:0;border-radius:8px 8px 0 0;height:44px;padding-top:0;width:196px}.MarketLimit_navButtonActive__-Jt-6 span{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-weight:600}@media(max-width:767.998px){.MarketLimit_navButtonActive__-Jt-6{height:31px;width:128px}}@media(max-width:575.998px){.MarketLimit_navButtonActive__-Jt-6{width:81px}}.MarketLimit_typeActionButtonsWrapper__-tTkO{display:none;height:29px;justify-content:center;position:absolute;right:0;top:0;width:262px;z-index:3}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO{width:169px}}.MarketLimit_typeActionButtonsWrapper__-tTkO button{background-repeat:no-repeat;color:#909193;font-size:14px;font-weight:500;height:100%;line-height:17px;width:142px}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO button{background-image:url(/static/media/BuyInactivePhone.5922b317a88ec750ee15.svg);width:93px}}.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_green__mxViO{background-image:url(/static/media/BuyInactive.27441a6b84817197b81d.svg);left:0;position:absolute}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_green__mxViO{background-image:url(/static/media/BuyInactivePhone.5922b317a88ec750ee15.svg)}}.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_red__8xfSS{background-image:url(/static/media/SellInactive.48e45a76de787545c026.svg);position:absolute;right:0}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_red__8xfSS{background-image:url(/static/media/SellInactivePhone.35e2210ae4de64bad99c.svg)}}.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeGreen__1FRno{background-image:url(/static/media/BuyActive.87c1e2f8c25e3255046b.svg);color:#fff;font-weight:600;width:131px;z-index:4}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeGreen__1FRno{background-image:url(/static/media/BuyActivePhone.c803e10813b8a655dd88.svg);width:87px}}@media(hover:hover){.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeGreen__1FRno:hover{background-image:url(/static/media/BuyActiveHover.ad0b60cbdd91dc12e157.svg)}}@media(hover:hover)and (max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeGreen__1FRno:hover{background-image:url(/static/media/BuyActivePhoneHover.0c0d85f97289e5d4f104.svg)}}.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeGreen__1FRno:active{background-image:url(/static/media/BuyActiveHover.ad0b60cbdd91dc12e157.svg)}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeGreen__1FRno:active{background-image:url(/static/media/BuyActivePhoneHover.0c0d85f97289e5d4f104.svg)}}.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeRed__AlAHr{background-image:url(/static/media/SellActive.0fae3f54293911cb4b56.svg);color:#fff;font-weight:600;width:131px;z-index:4}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeRed__AlAHr{background-image:url(/static/media/SellActivePhone.b4410d9738e4d85396d3.svg);width:87px}}@media(hover:hover){.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeRed__AlAHr:hover{background-image:url(/static/media/SellActiveHover.06379299d663a8140e9a.svg)}}@media(hover:hover)and (max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeRed__AlAHr:hover{background-image:url(/static/media/SellActivePhoneHover.dbe9281c37b62fc2b55f.svg)}}.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeRed__AlAHr:active{background-image:url(/static/media/SellActiveHover.06379299d663a8140e9a.svg)}@media(max-width:575.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO button.MarketLimit_activeRed__AlAHr:active{background-image:url(/static/media/SellActivePhoneHover.dbe9281c37b62fc2b55f.svg)}}@media(max-width:767.998px){.MarketLimit_typeActionButtonsWrapper__-tTkO{display:flex}}.MarketLimit_chevron__yNo98{z-index:5}.MarketLimit_content__i5Pfc{background:#fff;border:2px solid #abaeef;border-radius:0 18px 18px 18px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;padding:0 35px 10px;position:relative;width:100%;z-index:0}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_content__i5Pfc{padding:1px 10px 8px}}@media(max-width:767.998px){.MarketLimit_content__i5Pfc{border-radius:0 0 18px 18px;padding:13px 20px 20px}}@media(max-width:575.998px){.MarketLimit_content__i5Pfc{padding:13px 10px 10px}}.MarketLimit_crossBg__6kUt2{background:#abaeef;height:calc(100% - 20px);position:absolute;top:10px;width:calc(100% - 70px);z-index:1}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_crossBg__6kUt2{width:calc(100% - 20px)}}@media(max-width:767.998px){.MarketLimit_crossBg__6kUt2{height:calc(100% - 35px);top:13px;width:calc(100% - 40px)}}@media(max-width:575.998px){.MarketLimit_crossBg__6kUt2{width:calc(100% - 20px)}}.MarketLimit_table__-43ta{display:grid;grid-template-areas:"title1 line1 title2" "line2 line2 line2" "cell1 line3 cell2";grid-template-columns:1fr 1px 1fr;grid-template-rows:42px 1px -webkit-min-content;grid-template-rows:42px 1px min-content;position:relative;width:100%;z-index:2}@media(max-width:767.998px){.MarketLimit_table__-43ta{grid-template-areas:"title1" "line2" "cell1";grid-template-columns:1fr;grid-template-rows:42px 1px -webkit-min-content;grid-template-rows:42px 1px min-content}}.MarketLimit_title1__vwU1R{grid-area:title1}.MarketLimit_title2__snElI{grid-area:title2}.MarketLimit_cell1__Tecu7{grid-area:cell1}.MarketLimit_cell2__oVjoX{grid-area:cell2}.MarketLimit_line1__AY34-{grid-area:line1}@media(max-width:767.998px){.MarketLimit_line1__AY34-{display:none}}.MarketLimit_line2__WGwJR{grid-area:line2}@media(max-width:575.998px){.MarketLimit_line2__WGwJR{width:calc(100% - 20px)}}.MarketLimit_line3__qHnMx{grid-area:line3}@media(max-width:767.998px){.MarketLimit_line3__qHnMx{display:none}}.MarketLimit_titleRow__nDroa{align-items:center;background:#fff;display:flex;justify-content:space-between;width:100%}.MarketLimit_titleRow__nDroa.MarketLimit_titleRowLeft__2PHQg{padding-right:30px}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_titleRow__nDroa.MarketLimit_titleRowLeft__2PHQg{padding-right:10px}}@media(max-width:767.998px){.MarketLimit_titleRow__nDroa.MarketLimit_titleRowLeft__2PHQg{padding-right:0}}.MarketLimit_titleRow__nDroa.MarketLimit_titleRowRight__GeMXb{padding-left:18px;padding-right:10px}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_titleRow__nDroa.MarketLimit_titleRowRight__GeMXb{padding-left:10px;padding-right:0}}@media(max-width:767.998px){.MarketLimit_titleRow__nDroa.MarketLimit_titleRowRight__GeMXb{display:none}}.MarketLimit_tableTitle__bsZin{font-size:20px;font-weight:500;line-height:24px}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_tableTitle__bsZin{font-size:18px;line-height:22px}}@media(max-width:575.998px){.MarketLimit_tableTitle__bsZin{font-size:16px;line-height:19px}}.MarketLimit_balanceWrapper__kcmXB{align-items:center;display:flex;gap:8px}.MarketLimit_balanceWrapper__kcmXB .MarketLimit_balanceTitle__02ypn{font-size:16px;font-weight:400;line-height:19px}@media(max-width:575.998px){.MarketLimit_balanceWrapper__kcmXB .MarketLimit_balanceTitle__02ypn{font-size:12px;line-height:15px}}.MarketLimit_balanceWrapper__kcmXB .MarketLimit_balanceValue__oGl3D{font-size:20px;font-weight:400;line-height:24px}@media(max-width:1240px){.MarketLimit_balanceWrapper__kcmXB .MarketLimit_balanceValue__oGl3D{font-size:16px;line-height:19px}}@media(max-width:575.998px){.MarketLimit_balanceWrapper__kcmXB .MarketLimit_balanceValue__oGl3D{font-size:14px;line-height:17px}}.MarketLimit_balanceWrapper__kcmXB .MarketLimit_balanceCurrency__4BHzO{-webkit-text-fill-color:transparent;background:radial-gradient(150.69% 118.33% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;font-size:18px;line-height:22px;opacity:.6}@media(max-width:575.998px){.MarketLimit_balanceWrapper__kcmXB .MarketLimit_balanceCurrency__4BHzO{font-size:14px;line-height:17px}}.MarketLimit_cell__hpdz3{align-items:flex-end;background:#fff;display:flex;flex-direction:column;padding:10px 20px 0 0}.MarketLimit_cell__hpdz3.MarketLimit_cellRight__JMNok{padding:10px 0 0 20px}@media(max-width:767.998px){.MarketLimit_cell__hpdz3.MarketLimit_cellRight__JMNok{display:none}}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_cell__hpdz3{padding:10px 10px 0 0}}@media(max-width:767.998px){.MarketLimit_cell__hpdz3{padding:20px 0 0}}.MarketLimit_fieldWrapper__V6OZv{align-items:center;display:flex;gap:10px;position:relative;width:100%}.MarketLimit_fieldName__Uyl4G{font-size:18px;font-weight:400;left:10px;line-height:22px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:3}@media(max-width:575.998px){.MarketLimit_fieldName__Uyl4G{font-size:16px;line-height:19px}}.MarketLimit_fieldInput__k5vZz{border:1px solid #ab49f8;border-radius:10px;font-size:20px;font-weight:400;line-height:24px;outline:none;padding-right:70px;text-align:right}.MarketLimit_fieldInput__k5vZz:disabled{background-color:#f0f0f0;background-image:none;border:0}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_fieldInput__k5vZz{font-size:16px;line-height:19px}}@media(max-width:767.998px){.MarketLimit_fieldInput__k5vZz{font-size:20px;line-height:24px}}@media(max-width:575.998px){.MarketLimit_fieldInput__k5vZz{font-size:18px;line-height:22px}}.MarketLimit_fieldInputMax__UiPij{padding-right:133px}.MarketLimit_fieldCurrency__ulQu7{-webkit-text-fill-color:transparent;align-items:center;background:radial-gradient(150.69% 118.33% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;display:flex;font-size:18px;height:100%;line-height:22px;opacity:.6;position:absolute;right:9px;top:0}@media(max-width:575.998px){.MarketLimit_fieldCurrency__ulQu7{font-size:16px;line-height:19px}}.MarketLimit_fieldCurrencyMax__MqVIp{right:69px}.MarketLimit_fieldMaxBtn__5aD6T{align-items:center;display:flex;height:calc(100% - 2px);position:absolute;right:1px;top:1px;width:58px;z-index:3}.MarketLimit_fieldMaxBtn__5aD6T p{-webkit-text-fill-color:transparent;background:#7f00e2;background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;display:grid;font-size:18px;height:100%;line-height:22px;place-content:center;width:100%}@media(hover:hover){.MarketLimit_fieldMaxBtn__5aD6T p:hover{-webkit-text-fill-color:#fff;background:transparent}}.MarketLimit_fieldMaxBtn__5aD6T p:active{-webkit-text-fill-color:#fff;background:transparent}.MarketLimit_percentWrapper__EYbOf{grid-gap:4px 77px;display:grid;gap:4px 77px;grid-template-columns:repeat(5,9px);grid-template-rows:9px -webkit-min-content;grid-template-rows:9px min-content;margin-right:14px;margin-top:5px;position:relative;z-index:2}@media(min-width:767.999px)and (max-width:1239.999px){.MarketLimit_percentWrapper__EYbOf{gap:4px 48px}}@media(max-width:575.998px){.MarketLimit_percentWrapper__EYbOf{gap:4px 59px}}.MarketLimit_percentWrapper__EYbOf .MarketLimit_circle__oWX2b{background:#d9d9d9;border-radius:100%;height:100%;position:relative;width:100%;z-index:2}.MarketLimit_percentWrapper__EYbOf .MarketLimit_circle__oWX2b.MarketLimit_active__iwjgI{background:#ab49f8}.MarketLimit_percentWrapper__EYbOf span{color:#8d8d8d;font-size:14px;font-weight:400;justify-self:center;line-height:17px}.MarketLimit_percentWrapper__EYbOf span.MarketLimit_active__iwjgI{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;opacity:.5}.MarketLimit_progressLine__ARftR{background:#d9d9d9;height:1px;left:4px;margin-top:4px;position:absolute;width:calc(100% - 8px);z-index:1}.MarketLimit_mt5__LEZSz{margin-top:5px}.MarketLimit_mt10__d2ok-{margin-top:10px}.MarketLimit_comissionWrapper__su\+ih{align-self:flex-start;display:flex;gap:27px;margin-top:5px}.MarketLimit_comissionWrapper__su\+ih span{font-size:14px;font-weight:400;line-height:17px;opacity:.5}@media(max-width:1240px){.MarketLimit_comissionWrapper__su\+ih{align-items:flex-end;flex-direction:column;gap:5px}}.MarketLimit_infoWrapper__DPr7b{display:flex}.MarketLimit_infoWrapper__DPr7b span:nth-of-type(2){margin-left:10px}.MarketLimit_infoWrapper__DPr7b span:nth-of-type(3){margin-left:8px}.MarketLimit_infoWrapper__DPr7b span:nth-of-type(4){margin-left:5px}.MarketLimit_infoCommission__Dcyw5{cursor:pointer;text-decoration-line:underline}.MarketLimit_buttonGreen__atPzE{background:#00d09e;border:0;border-radius:10px;color:#fff;font-weight:600;margin-top:5px;width:178px}@media(hover:hover){.MarketLimit_buttonGreen__atPzE:hover{background:#00ba8d}}.MarketLimit_buttonGreen__atPzE:active{background:#00ba8d}.MarketLimit_buttonGreen__atPzE:disabled{opacity:.5}.MarketLimit_buttonRed__TZK8Z{background:#ff004d;border:0;border-radius:10px;color:#fff;font-weight:600;margin-top:5px;width:178px}@media(hover:hover){.MarketLimit_buttonRed__TZK8Z:hover{background:#d52b1e}}.MarketLimit_buttonRed__TZK8Z:active{background:#d52b1e}.MarketLimit_buttonRed__TZK8Z:disabled{opacity:.5}.MarketLimit_hideNumberInputArrows__nziif{-webkit-appearance:textfield;appearance:textfield}.MarketLimit_hideNumberInputArrows__nziif::-webkit-inner-spin-button,.MarketLimit_hideNumberInputArrows__nziif::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Chart_wrapper__90bVm{background:#abaeef;border:2px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:10px;width:100%}@media(max-width:767.998px){.Chart_wrapper__90bVm{margin-top:20px}}.Chart_chartTable__xst5X{background-color:#efebff;border-radius:18px;display:grid;grid-template-areas:"c l title1" "c l l1" "c l window1" "c l l2" "c l title2" "c l l3" "c l window2" "c l l4" "c l title3";grid-template-columns:62% 1px 1fr;grid-template-rows:repeat(2,25px 1px 236px 1px) 25px;height:100%;width:100%}@media(min-width:767.999px)and (max-width:1239.999px){.Chart_chartTable__xst5X{grid-template-columns:58% 1px 1fr}}@media(max-width:767.998px){.Chart_chartTable__xst5X{display:none}}.Chart_chart__ihPtf{background-color:#fff;border-radius:18px 0 0 18px;grid-area:c;padding:10px}.Chart_phoneOnly__cXZRG{display:none}.Chart_phoneOnly__cXZRG .Chart_chart__ihPtf{border-radius:18px 18px 18px 18px;height:100%}@media(max-width:767.998px){.Chart_phoneOnly__cXZRG{display:block;height:555px}}.Chart_firstRowWrapper__vUE1n{align-items:center;display:flex;font-family:Inter;font-size:18px;font-weight:500;justify-content:space-between;line-height:22px;margin-bottom:10px}.Chart_elementWrapper__OL4r-{align-items:center;display:flex;gap:10px}@media(max-width:767.998px){.Chart_elementWrapper__OL4r-{gap:4px}}.Chart_elementWrapper__OL4r- span{font-size:18px;line-height:22px}@media(max-width:767.998px){.Chart_elementWrapper__OL4r- span{font-size:16px;line-height:19px}}.Chart_elementIcon__1hiqI{max-height:30px;max-width:30px}.Chart_chartContainer__1eN2E{height:491px;width:100%}.Chart_chart-page__ey8YA{height:100%!important}.Chart_chart-page__ey8YA .Chart_chart-container__VhTLr{height:100%!important;overflow:visible!important}.Chart_chart-page__ey8YA .Chart_group-wWM3zP_M-__5MSiS{height:100%!important}.Chart_chart-page__ey8YA .Chart_layout__area--left__7vxsU{height:100%!important;overflow-x:hidden!important;overflow-y:auto!important;position:relative!important;scrollbar-color:#888 #f1f1f1;scrollbar-width:thin}.Chart_chart-page__ey8YA .Chart_layout__area--left__7vxsU .Chart_inner-wWM3zP_M-__o-UZT{display:flex!important;flex-direction:column!important;height:auto!important;position:relative!important}.Chart_chart-page__ey8YA .Chart_layout__area--left__7vxsU::-webkit-scrollbar{width:6px}.Chart_chart-page__ey8YA .Chart_layout__area--left__7vxsU::-webkit-scrollbar-track{background:#f1f1f1}.Chart_chart-page__ey8YA .Chart_layout__area--left__7vxsU::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.Chart_chart-page__ey8YA .Chart_layout__area--left__7vxsU::-webkit-scrollbar-thumb:hover{background:#555}.TokenPage_project__0jrD0{background-color:#f7f7f7}.TokenPage_project__0jrD0 .TokenPage_h1__0-08N,.TokenPage_project__0jrD0 .TokenPage_h2__cfXNW,.TokenPage_project__0jrD0 .TokenPage_h3__Hod\+Z,.TokenPage_project__0jrD0 .TokenPage_h4__4e02U,.TokenPage_project__0jrD0 .TokenPage_h5__jYSJR,.TokenPage_project__0jrD0 .TokenPage_h6__r5-S3,.TokenPage_project__0jrD0 h1,.TokenPage_project__0jrD0 h2,.TokenPage_project__0jrD0 h3,.TokenPage_project__0jrD0 h4,.TokenPage_project__0jrD0 h5,.TokenPage_project__0jrD0 h6{font-weight:400}.TokenPage_project__0jrD0 .TokenPage_h1__0-08N a,.TokenPage_project__0jrD0 .TokenPage_h2__cfXNW a,.TokenPage_project__0jrD0 .TokenPage_h3__Hod\+Z a,.TokenPage_project__0jrD0 .TokenPage_h4__4e02U a,.TokenPage_project__0jrD0 .TokenPage_h5__jYSJR a,.TokenPage_project__0jrD0 .TokenPage_h6__r5-S3 a,.TokenPage_project__0jrD0 h1 a,.TokenPage_project__0jrD0 h2 a,.TokenPage_project__0jrD0 h3 a,.TokenPage_project__0jrD0 h4 a,.TokenPage_project__0jrD0 h5 a,.TokenPage_project__0jrD0 h6 a{color:rgba(32,38,57,.251);text-decoration:none}.TokenPage_project__0jrD0 .TokenPage_h1__0-08N a:hover,.TokenPage_project__0jrD0 .TokenPage_h2__cfXNW a:hover,.TokenPage_project__0jrD0 .TokenPage_h3__Hod\+Z a:hover,.TokenPage_project__0jrD0 .TokenPage_h4__4e02U a:hover,.TokenPage_project__0jrD0 .TokenPage_h5__jYSJR a:hover,.TokenPage_project__0jrD0 .TokenPage_h6__r5-S3 a:hover,.TokenPage_project__0jrD0 h1 a:hover,.TokenPage_project__0jrD0 h2 a:hover,.TokenPage_project__0jrD0 h3 a:hover,.TokenPage_project__0jrD0 h4 a:hover,.TokenPage_project__0jrD0 h5 a:hover,.TokenPage_project__0jrD0 h6 a:hover{text-decoration:underline}.TokenPage_project__0jrD0 .TokenPage_h1__0-08N,.TokenPage_project__0jrD0 h1{font-size:1.5rem;line-height:2rem}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_h1__0-08N,.TokenPage_project__0jrD0 h1{font-size:2rem;line-height:2.5rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_h1__0-08N,.TokenPage_project__0jrD0 h1{font-size:2.5rem;line-height:3rem}}.TokenPage_project__0jrD0 .TokenPage_h2__cfXNW,.TokenPage_project__0jrD0 h2{font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_h2__cfXNW,.TokenPage_project__0jrD0 h2{font-size:1.5rem;line-height:2rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_h2__cfXNW,.TokenPage_project__0jrD0 h2{font-size:2rem;line-height:2.5rem}}.TokenPage_project__0jrD0 .TokenPage_h3__Hod\+Z,.TokenPage_project__0jrD0 h3{font-size:1rem;line-height:1.25rem}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_h3__Hod\+Z,.TokenPage_project__0jrD0 h3{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_h3__Hod\+Z,.TokenPage_project__0jrD0 h3{font-size:1.5rem;line-height:1.75rem}}.TokenPage_project__0jrD0 .TokenPage_h4__4e02U,.TokenPage_project__0jrD0 h4{font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_h4__4e02U,.TokenPage_project__0jrD0 h4{font-size:1.25rem;line-height:1.75rem}}.TokenPage_project__0jrD0 .TokenPage_h5__jYSJR,.TokenPage_project__0jrD0 h5{font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_h5__jYSJR,.TokenPage_project__0jrD0 h5{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__0jrD0 .TokenPage_h6__r5-S3,.TokenPage_project__0jrD0 h6{font-size:1rem;line-height:1.5rem}.TokenPage_project__0jrD0 img,.TokenPage_project__0jrD0 svg{height:auto;max-height:100%;max-width:100%;object-fit:cover;outline:none}.TokenPage_project__0jrD0 ol,.TokenPage_project__0jrD0 ul{list-style:none}.TokenPage_project__0jrD0 a{text-decoration:none}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza{align-items:center;-webkit-appearance:none;appearance:none;background-color:#a717ff;border:1px solid #a717ff;border-radius:6.25rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1rem;outline:none;padding:1rem 1.25rem;text-align:center;transition:all .4s ease-in-out}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_btn__b9tza{font-size:1rem;line-height:1rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_btn__b9tza{font-size:1rem;line-height:1.25rem;padding:1.5rem 4.75rem}}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza:disabled{background-color:rgba(32,38,57,.502);border-color:transparent;pointer-events:none}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza:hover{background-color:#202639;border-color:#202639}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza img,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza svg{fill:#fff;flex-shrink:0;height:1rem;transition:all .4s ease-in-out;width:1rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_btn__b9tza img,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza svg{height:1.25rem;width:1.25rem}}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza img.TokenPage_btn_transparent__MTUa8,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza svg.TokenPage_btn_transparent__MTUa8{background-color:transparent;border-color:#a717ff;color:#a717ff}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza img.TokenPage_btn_transparent__MTUa8:hover,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza svg.TokenPage_btn_transparent__MTUa8:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza img.TokenPage_btn_transparent__MTUa8:hover img,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza img.TokenPage_btn_transparent__MTUa8:hover svg,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza svg.TokenPage_btn_transparent__MTUa8:hover img,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza svg.TokenPage_btn_transparent__MTUa8:hover svg{fill:#fff}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza img.TokenPage_btn_transparent__MTUa8 img,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza img.TokenPage_btn_transparent__MTUa8 svg,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza svg.TokenPage_btn_transparent__MTUa8 img,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza svg.TokenPage_btn_transparent__MTUa8 svg{fill:#a717ff}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_secondary__kMu-e{background-color:#202639;border-color:#202639;color:#fff}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_secondary__kMu-e:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_tertiary__q8qFJ{background-color:rgba(32,38,57,.125);border-color:transparent;color:#202639}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_tertiary__q8qFJ:disabled{background-color:transparent}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_tertiary__q8qFJ:hover{background-color:#202639;border-color:transparent;color:#fff}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8{background-color:transparent;border-color:#202639;color:#202639}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8:hover{background-color:#202639;border-color:#202639;color:#fff}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8:hover img,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8:hover svg{fill:#fff}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8 img,.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8 svg{fill:#202639}.TokenPage_project__0jrD0 .TokenPage_btn__b9tza.TokenPage_btn_tiny__0q7DC{padding:.75rem 1.25rem}.TokenPage_project__0jrD0 .TokenPage_socials__vguIS .TokenPage_socials__list__OJvJ5{display:flex;flex-wrap:wrap;gap:.7rem}.TokenPage_project__0jrD0 .TokenPage_socials__vguIS .TokenPage_socials__link__vPWrT{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:3.675rem;justify-content:center;width:3.675rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_socials__vguIS .TokenPage_socials__link__vPWrT{height:5.675rem;width:5.675rem}}.TokenPage_project__0jrD0 .TokenPage_socials__vguIS img,.TokenPage_project__0jrD0 .TokenPage_socials__vguIS svg{fill:#2196f3;height:1.7rem;width:1.75rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_socials__vguIS img,.TokenPage_project__0jrD0 .TokenPage_socials__vguIS svg{height:2.7rem;width:2.75rem}}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc:not(:last-child){margin-bottom:1.5rem}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h1,.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h2{color:#202639}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h1:not(:last-child),.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h2:not(:last-child){margin-bottom:1rem}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h3,.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h4,.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h5,.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h6{color:rgba(32,38,57,.8)}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h3:not(:last-child),.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h4:not(:last-child),.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h5:not(:last-child),.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc h6:not(:last-child){margin-bottom:1.25rem}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc img{display:block;margin:3.25rem 0}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc ol:not(:last-child),.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc p:not(:last-child),.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc ul:not(:last-child){margin-bottom:2.5rem}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc img{border-radius:1rem;overflow:hidden}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc strong{font-weight:600}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc ul{list-style:none}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc ul ul{margin-left:0}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc ul li{padding-left:1.25rem;position:relative}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc ul li:before{background-color:rgba(167,23,255,.251);border-radius:50%;content:"";height:.625rem;left:0;position:absolute;top:.4rem;width:.625rem}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc ul li:before:not(:last-child){margin-bottom:1.25rem}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc ol{list-style:decimal;padding-left:1rem}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc ol li{margin:0 0 .5rem}.TokenPage_project__0jrD0 .TokenPage_wysiwyg__hcLuc a{color:#a717ff;position:relative;text-decoration:none;white-space:nowrap}.TokenPage_project__0jrD0 .TokenPage_container__0uFi3{margin:0 auto;max-width:calc(100vw - 2rem);width:85rem}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_container__0uFi3{max-width:calc(100vw - 3rem)}}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_container__0uFi3{max-width:calc(100vw - 4rem)}}.TokenPage_project__0jrD0 .TokenPage_container__0uFi3.TokenPage_container_secondary__Cf\+I4{width:53.625rem}.TokenPage_project__0jrD0 select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB3SURBVHgBdY0hDoAwEATvUoUrAgehDhwWFP0RXwQFkgcgaFJJSD9AS+ua5rru9mYzKLppgQ/O+9o3yET0owSHA+NVXfhb8rIB82pFghZmsHgw8+jbD5AaROAazCyU1CAFA4ek0oHynzYGQ1gMR4YhBbMRQnKq/wFMW0DX/RBaDwAAAABJRU5ErkJggg==);background-position:90% 50%;background-repeat:no-repeat;border:1px solid rgba(32,38,57,.2);border-radius:.75rem;color:#202639;cursor:pointer;font-size:1rem;font-weight:600;height:3.25rem;line-height:1.25rem;min-width:12.5rem;outline:none;padding:1rem}.TokenPage_project__0jrD0 .TokenPage_project__picture__0tIkj{display:flex;margin-bottom:-1.25rem;padding-top:45%;position:relative}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__picture__0tIkj{padding-top:22.222%}}.TokenPage_project__0jrD0 .TokenPage_project__picture__0tIkj img{height:100%;left:0;position:absolute;top:0;width:100%}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD{background-color:#fff;border-radius:.75rem .75rem 0 0;padding:1rem 1rem 0;position:relative;z-index:2}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD{border-radius:1.25rem 1.25rem 0 0;padding:2rem 2rem 0}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD{border-radius:1.5rem 1.5rem 0 0;padding:2.5rem 2.5rem 0}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_container__0uFi3{grid-gap:1.25rem;display:flex;flex-direction:column}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__list__5l0Z0{grid-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__list__5l0Z0{grid-gap:1.125rem}}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__list__5l0Z0{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__list__5l0Z0{grid-gap:1.25rem}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__item__UJzv3{grid-gap:0 1.25rem;align-items:center;background-color:#f7f7f7;border-radius:.75rem;display:grid;gap:0 1.25rem;padding:1.25rem}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__item__UJzv3{align-items:flex-start;gap:0 1.5rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__item__UJzv3{gap:0 2rem}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__item__UJzv3.TokenPage_data__item_secondary__JemEc{grid-column:span 2;grid-template-columns:7.5rem auto}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__item__UJzv3.TokenPage_data__item_secondary__JemEc{grid-column:span 2;grid-row:span 2;grid-template-columns:10.375rem auto}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__item__UJzv3.TokenPage_data__item_secondary__JemEc{gap:0 2rem;grid-template-columns:12.375rem auto}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media__pgmI5{align-items:center;background-color:#fff;border-radius:.75rem;display:flex;flex-shrink:0;grid-row:span 2;height:7.5rem;justify-content:center;margin-bottom:.75rem;width:7.5rem}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media__pgmI5{grid-row:span 3;height:10.375rem;margin-bottom:0;width:10.375rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media__pgmI5{height:12.375rem;width:12.375rem}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media__pgmI5 img{height:5.125rem;width:5.125rem}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media__pgmI5 img{height:7.25rem;width:7.25rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media__pgmI5 img{height:8.75rem;width:8.75rem}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media_img_full_size__3-ohL{align-items:center;background-color:#fff;border-radius:.75rem;display:flex;flex-shrink:0;grid-row:span 2;height:7.5rem;justify-content:center;margin-bottom:.75rem;overflow:hidden;width:7.5rem}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media_img_full_size__3-ohL{grid-row:span 3;height:10.375rem;margin-bottom:0;width:10.375rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media_img_full_size__3-ohL{height:12.375rem;width:12.375rem}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media_img_full_size__3-ohL img{border-radius:.75rem;box-sizing:border-box;height:100%;object-fit:contain;object-position:center;width:100%}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__header__BykF0:not(:last-child){margin-bottom:.75rem}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__status__fMU7C{align-items:center;display:flex;gap:.5rem}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__status__fMU7C img,.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__status__fMU7C svg{height:1.5rem;width:1.5rem}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__status__fMU7C .TokenPage_status__text__xIUKD{color:#2196f3;font-size:1rem;line-height:1.25rem;-webkit-transform:translateY(.125rem);transform:translateY(.125rem)}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__main__aivMa{grid-gap:.125rem;display:grid}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__main__aivMa:not(:last-child){margin-bottom:1.5rem}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__subtitle__4fLaO{color:rgba(32,38,57,.8);font-size:.75rem;line-height:.875rem;opacity:.5}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__subtitle__4fLaO{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__subtitle__4fLaO{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__title__gaBd9{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__title__gaBd9{font-size:1.875rem;line-height:2rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__title__gaBd9{font-size:2.25rem;line-height:2.5rem}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__title__gaBd9.TokenPage_data__title_secondary__ASoLm{color:#00b31d}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__footer__\+w8Um{grid-gap:1rem;display:grid;gap:1rem;grid-column:span 2;grid-template-columns:auto 4.25rem}@media screen and (min-width:580px){.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__footer__\+w8Um{grid-column:unset}}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__footer__\+w8Um .TokenPage_btn__b9tza{width:100%}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__btn__kgbLk{align-items:center;background-color:#fff;border:1px solid rgba(32,38,57,.125);border-radius:50%;cursor:pointer;display:flex;height:4.25rem;justify-content:center;transition:all .4s ease-in-out;width:4.25rem}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__btn__kgbLk:hover{border:1px solid #202639}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__btn__kgbLk svg{height:1rem;width:1rem}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tags__3NDxw .TokenPage_tags__list__MCWAX{display:flex;flex-wrap:wrap;gap:1.25rem}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tags__3NDxw .TokenPage_tags__item__vPUeO{align-items:center;background-color:#f7f7f7;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem 1.5rem}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tags__3NDxw img,.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tags__3NDxw svg{flex-shrink:0;height:1.5rem;width:1.5rem}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tags__3NDxw .TokenPage_tags__text__wKxLl{color:rgba(32,38,57,.8);font-size:1.25rem;line-height:1.5rem}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__list__XABRB{display:flex;gap:3.25rem;overflow:hidden;overflow-x:auto}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__item__D5GgB{color:rgba(32,38,57,.502);cursor:pointer;display:flex;gap:.25rem;padding:2rem 0;position:relative;transition:all .4s ease-in-out}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__item__D5GgB:before{background-color:#a717ff;border-radius:.75rem .75rem 0 0;bottom:0;content:"";height:.25rem;left:0;position:absolute;transition:all .4s ease-in-out;width:0}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__item__D5GgB.TokenPage_tabs__item_active__MnIn4,.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__item__D5GgB:hover{color:#202639}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__item__D5GgB.TokenPage_tabs__item_active__MnIn4:before,.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__item__D5GgB:hover:before{width:100%}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__text__8o2hD{font-size:1.25rem;line-height:1.5rem;white-space:nowrap}.TokenPage_project__0jrD0 .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__count__fJDRf{color:#a717ff;font-size:.75rem;line-height:.875rem}.TokenPage_project__0jrD0 .TokenPage_project__main__ZLIv2{background:no-repeat url(/static/media/background.fdaa336d13b52e88c96c.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:2rem 0}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_project__main__ZLIv2{padding:2.5rem 0}}.TokenPage_project__0jrD0 .TokenPage_project__footer__jOQ76{background-color:#fff;padding:1.25rem 0}.TokenPage_project__0jrD0 .TokenPage_project__action__eCDe- .TokenPage_action__list__RS-4L{display:flex;flex-direction:column;gap:.75rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_project__action__eCDe- .TokenPage_action__list__RS-4L{align-items:center;flex-direction:row;gap:1.25rem}}.TokenPage_project__0jrD0 .TokenPage_project__action__eCDe- .TokenPage_action__item__yxmdZ{width:100%}.TokenPage_project__0jrD0 .TokenPage_project__information__CbXey .TokenPage_container__0uFi3{grid-gap:1.25rem;display:grid}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_project__information__CbXey .TokenPage_container__0uFi3{grid-template-columns:auto 30.125rem}}.TokenPage_project__0jrD0 .TokenPage_information__main__hFDno{grid-gap:1.25rem;display:grid}.TokenPage_project__0jrD0 .TokenPage_information__section__9ZIWi{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;padding:1.25rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I{background-color:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:1.5rem;display:grid;padding:1.25rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV{grid-gap:1rem;align-items:center;display:flex;flex-wrap:wrap}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV{grid-gap:2rem 1rem;flex-wrap:nowrap}}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV:not(:last-child){margin-bottom:2.5rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__ico__tDkfE{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-shrink:0;height:3.25rem;justify-content:center;overflow:hidden;width:3.25rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__ico__tDkfE img,.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__ico__tDkfE svg{height:100%;object-fit:cover;object-position:center;width:100%}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__title__1eFsL .TokenPage_graphic__text__gvLA4{color:#202639;font-size:1rem;line-height:1.5rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__title__1eFsL .TokenPage_graphic__text__gvLA4{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__title__1eFsL .TokenPage_graphic__text__gvLA4{font-size:1.5rem;line-height:2rem}}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__subtitle__vvZ4Z .TokenPage_graphic__text__gvLA4{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__subtitle__vvZ4Z .TokenPage_graphic__text__gvLA4{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__subtitle__vvZ4Z .TokenPage_graphic__text__gvLA4{font-size:1.25rem;line-height:1.5rem}}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__sellect__ORpyA{display:flex;justify-content:flex-end;margin-left:auto}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__sellect__ORpyA select{width:12.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__main__fK8FT:not(:last-child){margin-bottom:3.625rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__cost__KLfcL{align-items:center;display:flex;gap:.75rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__cost__KLfcL:not(:last-child){margin-bottom:2rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__cost__KLfcL .TokenPage_cost__title__6xCLY{color:#202639;font-size:2.25rem;line-height:2.5rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__cost__KLfcL .TokenPage_cost__subtitle__1bCzd{color:#00b31d;font-size:1.5rem;line-height:2rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F{grid-gap:1.25rem;display:grid}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F{grid-template-columns:auto 4.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__calendar__OBNAJ .TokenPage_calendar__list__vaMc1{align-items:center;display:flex;gap:1rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__calendar__OBNAJ .TokenPage_calendar__item__62Oat{cursor:pointer}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__calendar__OBNAJ .TokenPage_calendar__item__62Oat.TokenPage_calendar__item_active__JXvvT .TokenPage_calendar__text__LZIUX,.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__calendar__OBNAJ .TokenPage_calendar__item__62Oat:hover .TokenPage_calendar__text__LZIUX{color:#a717ff}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__calendar__OBNAJ .TokenPage_calendar__text__LZIUX{color:rgba(32,38,57,.8);font-size:1rem;line-height:1.25rem;opacity:.8;transition:all .4s ease-in-out}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__calendar__OBNAJ .TokenPage_calendar__text__LZIUX{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__media__1prSQ{border-right:1px solid rgba(32,38,57,.125);padding-top:74%;position:relative}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__media__1prSQ img{height:100%;left:0;position:absolute;top:0;width:100%}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__times__CUMTq .TokenPage_times__list__i4tB7{display:flex;flex-direction:row;gap:2rem;justify-content:space-between}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__times__CUMTq .TokenPage_times__item__YI1TR{cursor:pointer}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__times__CUMTq .TokenPage_times__item__YI1TR:hover .TokenPage_times__text__IlxzX{color:#a717ff}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__times__CUMTq .TokenPage_times__text__IlxzX{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem;opacity:.8}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf{display:none;flex-direction:column;gap:1.5rem;grid-row:span 3}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf{display:flex}}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf .TokenPage_cost__title__6xCLY{color:#202639;font-size:1.25rem;line-height:1.5rem}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf .TokenPage_cost__list__9gbJR{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf .TokenPage_cost__item__QNm0J{cursor:pointer}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf .TokenPage_cost__item__QNm0J:hover .TokenPage_cost__text__AOpQB{color:#a717ff}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf .TokenPage_cost__text__AOpQB{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem;opacity:.8;transition:all .4s ease-in-out}.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__footer__vV4n3 .TokenPage_graphic__text__gvLA4{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__footer__vV4n3 .TokenPage_graphic__text__gvLA4{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__graphic__PIR-I .TokenPage_graphic__footer__vV4n3 .TokenPage_graphic__text__gvLA4{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O{display:grid}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__head__uBJDj{display:flex;flex-direction:column;gap:.25rem}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__head__uBJDj:not(:last-child){margin-bottom:2rem}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__head__uBJDj .TokenPage_description__title__DCx\+L{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1.25rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__head__uBJDj .TokenPage_description__title__DCx\+L{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__head__uBJDj .TokenPage_description__title__DCx\+L{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__head__uBJDj .TokenPage_description__subtitle__uNj4E{color:#202639;font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__head__uBJDj .TokenPage_description__subtitle__uNj4E{font-size:1.5rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__head__uBJDj .TokenPage_description__subtitle__uNj4E{font-size:2rem;line-height:2.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__media__xevv-{border-radius:.75rem;overflow:hidden;padding-top:51%;position:relative}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__media__xevv-:not(:last-child){margin-bottom:2.5rem}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__media__xevv-:not(:last-child){margin-bottom:3.25rem}}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__media__xevv- img{border-radius:.75rem;height:100%;left:0;position:absolute;top:0;width:100%}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__header__1NJBS{grid-gap:1rem;display:grid}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__header__1NJBS:not(:last-child){margin-bottom:1.25rem}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__title__DCx\+L{color:#202639;font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__title__DCx\+L{font-size:1.5rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__title__DCx\+L{font-size:2rem;line-height:2.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__subtitle__uNj4E{color:rgba(32,38,57,.8);font-size:1rem;line-height:1.25rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__subtitle__uNj4E{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__subtitle__uNj4E{font-size:1.5rem;line-height:2rem}}.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__main__SBnZa{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1.25rem}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__main__SBnZa{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__description__xBh4O .TokenPage_description__main__SBnZa{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0{display:flex;flex-direction:column;gap:1.25rem;order:-1}@media screen and (min-width:841px){.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0{order:0}}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI{grid-gap:1.5rem;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;gap:1.5rem;padding:1.25rem}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__header__5khjL .TokenPage_group__title__gcc4y{color:rgba(32,38,57,.502);font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__header__5khjL .TokenPage_group__title__gcc4y{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__list__X8GF2{grid-gap:.75rem;display:grid;gap:.75rem}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__item__3-q9s{background-color:#f7f7f7;border:1px solid #fff;border-radius:.75rem;padding:1.25rem}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__title__gcc4y{color:rgba(32,38,57,.502);font-size:1rem;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__title__gcc4y{font-size:1.25rem;line-height:1.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__title__gcc4y:not(:last-child){margin-bottom:.5rem}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__subtitle__pXVT\+{align-items:center;color:#202639;display:flex;font-size:1.5rem;gap:.5rem;line-height:2rem;width:calc(100% - 2.25rem)}@media(min-width:1280px){.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__subtitle__pXVT\+{font-size:2rem;line-height:2.5rem}}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__subtitle__pXVT\+:not(:last-child){margin-bottom:2rem}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__tooltip__z4rYk{height:1.125rem;position:relative;width:1.125rem}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__tooltip__z4rYk:hover .TokenPage_tooltip__dropdown__xd4EM{display:block}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__tooltip__z4rYk .TokenPage_tooltip__ico__ygB0d{align-items:flex-start;border-radius:50%;cursor:pointer;display:flex;height:100%;width:100%}.TokenPage_project__0jrD0 .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__tooltip__z4rYk .TokenPage_tooltip__dropdown__xd4EM{background-color:#fff;border:1px solid rgba(32,38,57,.125);border-radius:.5rem;display:none;font-size:1rem;line-height:1.25rem;padding:1.5rem 1.25rem;position:absolute;right:calc(100% + .5rem);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-in-out;width:20rem}.TokenPage_project__0jrD0 .TokenPage_project_update__UX-nV{align-items:center;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;justify-content:space-between;min-height:84px;padding:1.25rem;width:100%}@media(max-width:767px){.TokenPage_project__0jrD0 .TokenPage_project_update__UX-nV{flex-direction:column;height:auto;padding:20px}}.TokenPage_project__0jrD0 .TokenPage_project_update__UX-nV .TokenPage_project_update__text__7oEem{color:rgba(32,38,57,.8);font-family:Roboto,sans-serif;font-size:20px;font-weight:400;margin-right:16px}@media(max-width:767px){.TokenPage_project__0jrD0 .TokenPage_project_update__UX-nV .TokenPage_project_update__text__7oEem{margin-bottom:16px;margin-right:0;text-align:center}}.TokenPage_project__0jrD0 .TokenPage_project_update__UX-nV .TokenPage_project_update__button__7FA-5{align-items:center;background-color:#a717ff;border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;height:52px;justify-content:center;max-width:221px;min-width:120px;padding:18px 24px;transition:background-color .3s ease;width:100%}.TokenPage_project__0jrD0 .TokenPage_project_update__UX-nV .TokenPage_project_update__button__7FA-5:hover{background-color:#8d00e3}@media(max-width:767px){.TokenPage_project__0jrD0 .TokenPage_project_update__UX-nV .TokenPage_project_update__button__7FA-5{width:100%}}.TokenPage_articles__wjnKb{display:flex;flex-direction:column;gap:2.5rem}@media screen and (min-width:841px){.TokenPage_articles__wjnKb{gap:3.25rem}}.TokenPage_articles__wjnKb .TokenPage_articles__list__qeVvq{grid-gap:1.25rem;display:flex;flex-direction:column}.TokenPage_article__j92EK{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:flex;flex-direction:column;padding:1.25rem}.TokenPage_article__j92EK .TokenPage_article__header__iRbZd{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.TokenPage_article__j92EK .TokenPage_article__header__iRbZd:not(:last-child){margin-bottom:2rem}.TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__tag__i6gog{align-items:center;background-color:rgba(167,23,255,.125);border-radius:10rem;display:flex;justify-content:space-between;padding:.75rem 1.25rem}@media screen and (min-width:841px){.TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__tag__i6gog{padding:.75rem 1.25rem}}@media(min-width:1280px){.TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__tag__i6gog{padding:.75rem 1.25rem}}.TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__tag__i6gog .TokenPage_tag__text__BFJkk{color:#a717ff;font-size:.75rem;line-height:.75rem;margin-right:.5rem}@media screen and (min-width:841px){.TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__tag__i6gog .TokenPage_tag__text__BFJkk{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__tag__i6gog .TokenPage_tag__text__BFJkk{font-size:1.25rem;line-height:1.5rem}}.TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__date__k05Fl .TokenPage_date__text__lNwz\+{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:580px){.TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__date__k05Fl .TokenPage_date__text__lNwz\+{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__date__k05Fl .TokenPage_date__text__lNwz\+{font-size:1.25rem;line-height:1.5rem}}.TokenPage_article__j92EK .TokenPage_article__main__7C8rS{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.TokenPage_article__j92EK .TokenPage_article__main__7C8rS{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.TokenPage_article__j92EK .TokenPage_article__main__7C8rS{font-size:1.25rem;line-height:1.5rem}}.TokenPage_article__j92EK .TokenPage_article__main__7C8rS:not(:last-child){margin-bottom:3.25rem}.TokenPage_article__j92EK .TokenPage_article__footer__JAqyo{align-items:center;display:flex;justify-content:space-between}.TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq .TokenPage_data__list__5l0Z0{align-items:center;display:flex;gap:1.25rem}.TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq .TokenPage_data__item__UJzv3{align-items:center;cursor:pointer;display:flex;gap:.5rem}.TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq .TokenPage_data__item__UJzv3:hover .TokenPage_data__text__x2CA-{color:#202639}.TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq img,.TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq svg{flex-shrink:0;height:1.25rem;width:1.25rem}@media screen and (min-width:841px){.TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq img,.TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq svg{height:1.5rem;width:1.5rem}}.TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq .TokenPage_data__text__x2CA-{color:rgba(32,38,57,.502);font-size:.875rem;font-weight:600;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq .TokenPage_data__text__x2CA-{font-size:1rem;line-height:1.5rem}}.TokenPage_article__j92EK .TokenPage_edit__btn__\+Fs1F{align-items:center;cursor:pointer;display:flex;justify-content:center}.TokenPage_comments__nftWD{grid-gap:1.25rem;display:grid}.TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+{grid-gap:.25rem 1.5rem;align-items:center;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;padding:1.25rem}@media screen and (min-width:580px){.TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+{grid-template-columns:auto 12.5rem}}.TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+ .TokenPage_comments__title__VRwKK{color:rgba(32,38,57,.502);font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+ .TokenPage_comments__title__VRwKK{order:-2}}.TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+ .TokenPage_comments__subtitle__Q3zt-{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:841px){.TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+ .TokenPage_comments__subtitle__Q3zt-{font-size:2rem;line-height:2.5rem}}.TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+ .TokenPage_comments__subtitle__Q3zt-:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:580px){.TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+ .TokenPage_comments__subtitle__Q3zt-:not(:last-child){margin-bottom:0}.TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+ .TokenPage_comments__select__5zxfM{grid-row:span 2;order:-1}}.TokenPage_comments__nftWD .TokenPage_comments__list__L\+Ypa{display:flex;flex-direction:column;gap:1.25rem}.TokenPage_comments__addComment__nhoNV{background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;padding:1.25rem}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR{grid-gap:.25rem 1.5rem;display:grid}@media screen and (min-width:580px){.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR{grid-template-columns:auto 12.5rem}}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR:not(:last-child){margin-bottom:3rem}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR .TokenPage_comments__title__VRwKK{color:rgba(32,38,57,.502);font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR .TokenPage_comments__title__VRwKK{order:-2}}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR .TokenPage_comments__subtitle__Q3zt-{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:841px){.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR .TokenPage_comments__subtitle__Q3zt-{font-size:2rem;line-height:2.5rem}}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR .TokenPage_comments__subtitle__Q3zt-:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:580px){.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR .TokenPage_comments__subtitle__Q3zt-:not(:last-child){margin-bottom:0}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR .TokenPage_comments__select__5zxfM{grid-row:span 2;order:-1}}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:2rem auto}@media screen and (min-width:580px){.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+{gap:1.25rem;grid-template-columns:2.5rem auto}}@media screen and (min-width:841px){.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+{grid-template-columns:3.25rem auto}}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+:not(:last-child){margin-bottom:2rem}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__media__UgqZi{border-radius:.75rem;height:2rem;overflow:hidden;position:relative;width:2rem}@media screen and (min-width:580px){.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__media__UgqZi{font-size:2.5rem;line-height:2.5rem}}@media screen and (min-width:841px){.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__media__UgqZi{height:3.25rem;width:3.25rem}}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__text__3qAQ3{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;border-bottom:1px solid rgba(32,38,57,.125);box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:400;height:100%;height:2.75rem;line-height:2.5rem;margin:0;min-height:2.5rem;outline:none;padding:0 .75rem;resize:none;text-overflow:ellipsis;transition:all .4s ease-in-out;width:100%}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__text__3qAQ3::-webkit-input-placeholder{color:rgba(32,38,57,.502);opacity:1}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__text__3qAQ3::placeholder{color:rgba(32,38,57,.502);opacity:1}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__text__3qAQ3:focus{border-color:rgba(32,38,57,.502)}.TokenPage_comments__addComment__nhoNV .TokenPage_addComment__action__9bLYq .TokenPage_action__list__RS-4L{display:flex;gap:.75rem;justify-content:flex-end}.TokenPage_comment__vDfge{grid-gap:0 1rem;align-items:flex-start;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;grid-template-columns:2rem auto;padding:1.25rem}@media screen and (min-width:580px){.TokenPage_comment__vDfge{grid-template-columns:2.5rem auto}}@media screen and (min-width:841px){.TokenPage_comment__vDfge{grid-template-columns:3.25rem auto}}.TokenPage_comment__vDfge .TokenPage_comments__list__L\+Ypa{grid-gap:3rem;display:grid}.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r{-webkit-backdrop-filter:initial!important;backdrop-filter:none!important;background:transparent none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;border:initial!important;grid-template-columns:1.125rem auto;padding:initial!important}@media screen and (min-width:580px){.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r{grid-template-columns:2rem auto}}@media screen and (min-width:841px){.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r{grid-template-columns:2.5rem auto}}.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r .TokenPage_comment__media__\+mEfA{border-radius:.25rem;height:1.125rem;position:relative;width:1.125rem}@media screen and (min-width:580px){.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r .TokenPage_comment__media__\+mEfA{font-size:2rem;line-height:2rem}}@media screen and (min-width:841px){.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r .TokenPage_comment__media__\+mEfA{height:2.5rem;width:2.5rem}}.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r .TokenPage_comment__header__ZpJLm:not(:last-child){margin-bottom:1.25rem}.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r .TokenPage_comment__header__ZpJLm .TokenPage_comment__title__siDmP{font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r .TokenPage_comment__header__ZpJLm .TokenPage_comment__title__siDmP{font-size:1rem;line-height:1.25rem}}@media screen and (min-width:841px){.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r .TokenPage_comment__header__ZpJLm .TokenPage_comment__title__siDmP{font-size:1.125rem;line-height:1.25rem}}.TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r .TokenPage_comment__header__ZpJLm .TokenPage_comment__subtitle__Xu6tI{color:rgba(32,38,57,.502);font-size:.75rem;line-height:.875rem}.TokenPage_comment__vDfge .TokenPage_comment__media__\+mEfA{border-radius:1rem;grid-row:span 4;height:2rem;overflow:hidden;position:relative;width:2rem}@media screen and (min-width:580px){.TokenPage_comment__vDfge .TokenPage_comment__media__\+mEfA{font-size:2.5rem;line-height:2.5rem}}@media screen and (min-width:841px){.TokenPage_comment__vDfge .TokenPage_comment__media__\+mEfA{height:3.25rem;width:3.25rem}}.TokenPage_comment__vDfge .TokenPage_comment__media__\+mEfA img{height:100%;left:0;position:absolute;top:0;width:100%}.TokenPage_comment__vDfge .TokenPage_comment__header__ZpJLm{align-items:center;display:flex;gap:1rem}.TokenPage_comment__vDfge .TokenPage_comment__header__ZpJLm:not(:last-child){margin-bottom:1.5rem}.TokenPage_comment__vDfge .TokenPage_comment__header__ZpJLm .TokenPage_comment__title__siDmP{color:#202639;font-size:1rem;font-weight:400;line-height:1rem}@media screen and (min-width:580px){.TokenPage_comment__vDfge .TokenPage_comment__header__ZpJLm .TokenPage_comment__title__siDmP{font-size:1.25rem;line-height:1.25rem}}@media screen and (min-width:841px){.TokenPage_comment__vDfge .TokenPage_comment__header__ZpJLm .TokenPage_comment__title__siDmP{font-size:1.5rem;line-height:2rem}}.TokenPage_comment__vDfge .TokenPage_comment__header__ZpJLm .TokenPage_comment__subtitle__Xu6tI{color:rgba(32,38,57,.502);font-size:.75rem;font-weight:400;line-height:1rem}@media screen and (min-width:580px){.TokenPage_comment__vDfge .TokenPage_comment__header__ZpJLm .TokenPage_comment__subtitle__Xu6tI{font-size:.875rem;line-height:1rem}}@media screen and (min-width:841px){.TokenPage_comment__vDfge .TokenPage_comment__header__ZpJLm .TokenPage_comment__subtitle__Xu6tI{font-size:1rem;line-height:1.125rem}}.TokenPage_comment__vDfge .TokenPage_comment__main__Eeirj{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.TokenPage_comment__vDfge .TokenPage_comment__main__Eeirj{font-size:1rem;line-height:1.25rem}}@media screen and (min-width:841px){.TokenPage_comment__vDfge .TokenPage_comment__main__Eeirj{font-size:1.25rem;line-height:1.5rem}}.TokenPage_comment__vDfge .TokenPage_comment__main__Eeirj:not(:last-child){margin-bottom:2rem}.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc{align-items:center;display:flex;gap:1.25rem}.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc:not(:last-child){margin-bottom:.875rem}.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__favorite__p3zHq{align-items:center;cursor:pointer;display:flex;gap:.5rem}.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__favorite__p3zHq:hover .TokenPage_favorite__text__jT6Pz{color:#202639}.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__favorite__p3zHq img,.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__favorite__p3zHq svg{flex-shrink:0;height:1.5rem;width:1.5rem}.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__favorite__p3zHq .TokenPage_favorite__text__jT6Pz{color:rgba(32,38,57,.502);font-size:.875rem;font-weight:600;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__favorite__p3zHq .TokenPage_favorite__text__jT6Pz{font-size:1rem;line-height:1.5rem}}.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__answer__2xQKb{cursor:pointer}.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__answer__2xQKb:hover .TokenPage_answer__text__KEqjt{color:rgba(32,38,57,.565)}.TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__answer__2xQKb .TokenPage_answer__text__KEqjt{color:#202639;font-size:1rem;font-weight:600;line-height:1.125rem;transition:all .4s ease-in-out}.TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4{align-items:flex-start;display:flex;flex-direction:column;gap:2rem}.TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5{align-items:center;background-color:rgba(167,23,255,.125);border-radius:.75rem;color:#a717ff;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5{padding:1rem}}.TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5:hover{background-color:#a717ff;color:#fff}.TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5:hover img,.TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5:hover svg{fill:#fff}.TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5 img,.TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5 svg{fill:#a717ff;height:.5rem;transition:all .4s ease-in-out;width:.75rem}.TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5 .TokenPage_dropdown__text__GbzGc{font-size:.875rem;font-weight:600;line-height:1rem}@media screen and (min-width:841px){.TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5 .TokenPage_dropdown__text__GbzGc{font-size:1rem;line-height:1.125rem}}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx{background-color:#010607}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx h1,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx h2{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx h3,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx h4,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx h5,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx h6{color:hsla(0,0%,100%,.439)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8{background-color:transparent;border-color:#fff;color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8:hover{background-color:#fff;border-color:#fff;color:#010607}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8:hover img,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8:hover svg{fill:#010607}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8 img,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_btn__b9tza.TokenPage_btn_transparent__MTUa8 svg{fill:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD{background-color:#010607}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__item__UJzv3,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__media__pgmI5{background-color:hsla(0,0%,100%,.063)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__subtitle__4fLaO{color:hsla(0,0%,100%,.439)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__title__gaBd9{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__data__6NSUh .TokenPage_data__title__gaBd9.TokenPage_data__title_secondary__ASoLm{color:#00b31d}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__tags__3NDxw .TokenPage_tags__item__vPUeO{background-color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__tags__3NDxw .TokenPage_tags__text__wKxLl{color:rgba(1,6,7,.439)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__item__D5GgB{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__item__D5GgB:before{background-color:#a717ff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__item__D5GgB.TokenPage_tabs__item_active__MnIn4,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__item__D5GgB:hover{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__header__yZooD .TokenPage_project__tabs__UsmFf .TokenPage_tabs__header__XiPqZ .TokenPage_tabs__count__fJDRf{color:#a717ff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__main__ZLIv2{background:no-repeat url(/static/media/background2.db53260e2f51c065a755.jpg)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_project__footer__jOQ76{background-color:hsla(0,0%,100%,.063)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__section__9ZIWi{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I{background-color:hsla(0,0%,100%,.063);border:1px solid hsla(0,0%,100%,.063)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__ico__tDkfE{background-color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__title__1eFsL .TokenPage_graphic__text__gvLA4{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__header__vNKiV .TokenPage_graphic__subtitle__vvZ4Z .TokenPage_graphic__text__gvLA4{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__cost__KLfcL .TokenPage_cost__title__6xCLY{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__cost__KLfcL .TokenPage_cost__subtitle__1bCzd{color:#00b31d}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__calendar__OBNAJ .TokenPage_calendar__item__62Oat{cursor:pointer}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__calendar__OBNAJ .TokenPage_calendar__item__62Oat.TokenPage_calendar__item_active__JXvvT .TokenPage_calendar__text__LZIUX,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__calendar__OBNAJ .TokenPage_calendar__item__62Oat:hover .TokenPage_calendar__text__LZIUX{color:#a717ff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__calendar__OBNAJ .TokenPage_calendar__text__LZIUX{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__media__1prSQ{border-right:1px solid hsla(0,0%,100%,.063)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__times__CUMTq .TokenPage_times__item__YI1TR{cursor:pointer}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__times__CUMTq .TokenPage_times__item__YI1TR:hover .TokenPage_times__text__IlxzX{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__times__CUMTq .TokenPage_times__text__IlxzX{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf .TokenPage_cost__title__6xCLY{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf .TokenPage_cost__item__QNm0J{cursor:pointer}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf .TokenPage_cost__item__QNm0J:hover .TokenPage_cost__text__AOpQB{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__schedule__xIy9F .TokenPage_schedule__cost__BoIUf .TokenPage_cost__text__AOpQB{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__graphic__PIR-I .TokenPage_graphic__footer__vV4n3 .TokenPage_graphic__text__gvLA4{color:hsla(0,0%,100%,.439)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__description__xBh4O .TokenPage_description__head__uBJDj .TokenPage_description__title__DCx\+L{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__description__xBh4O .TokenPage_description__head__uBJDj .TokenPage_description__subtitle__uNj4E,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__description__xBh4O .TokenPage_description__title__DCx\+L{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__description__xBh4O .TokenPage_description__main__SBnZa,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__description__xBh4O .TokenPage_description__subtitle__uNj4E{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__header__5khjL .TokenPage_group__title__gcc4y{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__item__3-q9s{background-color:hsla(0,0%,100%,.063);border:1px solid hsla(0,0%,100%,.063)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__title__gcc4y{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__subtitle__pXVT\+{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_information__sidebar__JyDn0 .TokenPage_sidebar__group__ppMmI .TokenPage_group__tooltip__z4rYk .TokenPage_tooltip__dropdown__xd4EM{background-color:#fff;border:1px solid hsla(0,0%,100%,.063);color:#000}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_article__j92EK{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__tag__i6gog{background-color:rgba(167,23,255,.125)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__tag__i6gog .TokenPage_tag__text__BFJkk{color:#a717ff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_article__j92EK .TokenPage_article__header__iRbZd .TokenPage_article__date__k05Fl .TokenPage_date__text__lNwz\+,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_article__j92EK .TokenPage_article__main__7C8rS{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq .TokenPage_data__item__UJzv3:hover .TokenPage_data__text__x2CA-{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq img,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq svg{fill:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_article__j92EK .TokenPage_article__footer__JAqyo .TokenPage_article__data__wORSq .TokenPage_data__text__x2CA-{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+ .TokenPage_comments__title__VRwKK{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__nftWD .TokenPage_comments__header__4Wd4\+ .TokenPage_comments__subtitle__Q3zt-{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__addComment__nhoNV{background-color:rgba(1,6,7,.251);border-color:hsla(0,0%,100%,.125)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR .TokenPage_comments__title__VRwKK{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR .TokenPage_comments__subtitle__Q3zt-{color:#fff}@media screen and (min-width:580px){.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__addComment__nhoNV .TokenPage_addComment__header__g-jlR .TokenPage_comments__select__5zxfM{grid-row:span 2;order:-1}}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__text__3qAQ3{border-color:hsla(0,0%,100%,.2);color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__text__3qAQ3:focus{border-color:hsla(0,0%,100%,.5)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__text__3qAQ3::-webkit-input-placeholder{color:hsla(0,0%,100%,.5);opacity:1}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comments__addComment__nhoNV .TokenPage_addComment__main__DiqT\+ .TokenPage_comments__text__3qAQ3::placeholder{color:hsla(0,0%,100%,.5);opacity:1}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_btn__b9tza:disabled{background-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.5)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_btn__b9tza.TokenPage_btn_tertiary__q8qFJ{background-color:hsla(0,0%,100%,.2);color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_btn__b9tza.TokenPage_btn_tertiary__q8qFJ:disabled{background-color:transparent;color:hsla(0,0%,100%,.5)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx select{background-color:hsla(0,0%,100%,.1);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNjcxMUIxQjJDMTcxMUVGOTIwQzg2MTY5REMyQTc5QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNjcxMUIxQzJDMTcxMUVGOTIwQzg2MTY5REMyQTc5QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI2NzExQjE5MkMxNzExRUY5MjBDODYxNjlEQzJBNzlDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI2NzExQjFBMkMxNzExRUY5MjBDODYxNjlEQzJBNzlDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+y4ZxMQAAALtJREFUeNrs180NwyAMBWDoAlmlo2UD2CBdqRMxgmuiKKUVP7YB5RBbehdAvO+EEgsA5sp5mItHAQpQQAp4YeKj4Cf2rZiA2c6V+BAdCfAdn6yPioff2dfTA+vfAT+x3OUA5tgYjSiW5wCjEdXyEmAUolleA/QiSOUtgBRBLqcAuAhWORVARbDLOYAWQlTOBZQQ4nIJIIcQl0sBJYST3NXzxLre8hjb+Vn+xCyYt/QCq/8FClDA7QEfAQYAF7iummIhzbQAAAAASUVORK5CYII=);background-size:auto 25%;border-color:hsla(0,0%,100%,.2);color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx select option{color:#000}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comments__item__kEg1r .TokenPage_comment__header__ZpJLm .TokenPage_comment__subtitle__Xu6tI{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__header__ZpJLm .TokenPage_comment__title__siDmP{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__header__ZpJLm .TokenPage_comment__subtitle__Xu6tI,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__main__Eeirj{color:hsla(0,0%,100%,.314)}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__favorite__p3zHq:hover .TokenPage_favorite__text__jT6Pz{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__favorite__p3zHq img,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__favorite__p3zHq svg{fill:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__favorite__p3zHq .TokenPage_favorite__text__jT6Pz{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__answer__2xQKb{cursor:pointer}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__answer__2xQKb .TokenPage_answer__text__KEqjt,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__footer__O3cfc .TokenPage_comment__answer__2xQKb:hover .TokenPage_answer__text__KEqjt{color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5{background-color:rgba(167,23,255,.125);color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5:hover{background-color:#a717ff;color:#fff}.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5 img,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5 svg,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5:hover img,.TokenPage_project__0jrD0.TokenPage_project_dark__3qEWx .TokenPage_comment__vDfge .TokenPage_comment__dropdown__gUlI4 .TokenPage_dropdown__header__mMkI5:hover svg{fill:#fff}.TokenPage_project__0jrD0 .TokenPage_project__return__L4Vzs{display:flex;justify-content:flex-start;margin-bottom:2rem}.TokenPage_project__0jrD0 .TokenPage_project__return__L4Vzs .TokenPage_return__link__IVq-a{align-items:center;background-color:#fff;border-radius:.75rem;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.5rem;transition:all .4s ease-in-out}.TokenPage_project__0jrD0 .TokenPage_project__return__L4Vzs .TokenPage_return__link__IVq-a:hover{background-color:#a717ff}.TokenPage_project__0jrD0 .TokenPage_project__return__L4Vzs .TokenPage_return__link__IVq-a:hover .TokenPage_return__text__38NhH{color:#fff}.TokenPage_project__0jrD0 .TokenPage_project__return__L4Vzs .TokenPage_return__link__IVq-a:hover img,.TokenPage_project__0jrD0 .TokenPage_project__return__L4Vzs .TokenPage_return__link__IVq-a:hover svg{fill:#fff}.TokenPage_project__0jrD0 .TokenPage_project__return__L4Vzs .TokenPage_return__link__IVq-a img,.TokenPage_project__0jrD0 .TokenPage_project__return__L4Vzs .TokenPage_return__link__IVq-a svg{fill:#202639;height:.75rem;width:1rem}.TokenPage_project__0jrD0 .TokenPage_project__return__L4Vzs .TokenPage_return__text__38NhH{color:#202639;font-size:1rem;font-weight:600;line-height:1.25rem}.TokenPage_project__0jrD0 .TokenPage_comment__avatar__KI8ZA .TokenPage_information__avatar__MXs3w{align-items:center;background-color:#a717ff;border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:700;height:2.5rem;justify-content:center;text-align:center;text-transform:uppercase;width:2.5rem}.TokenPage_project__0jrD0 .TokenPage_comment__avatar__KI8ZA .TokenPage_information__avatar__MXs3w:not(:last-child){margin-right:1rem}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;box-sizing:border-box;font:inherit;margin:0;outline:none;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}html{font:400 4vw/1.5rem Roboto,sans-serif}@media screen and (min-width:580px){html{font-size:1.9vw}}@media screen and (min-width:992px){html{font-size:1.333vw}}@media(min-width:1201px){html{font-size:16px}}body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;background-color:#fff;color:#202639}body,html{min-height:100%}.layout_Tokens .h1,.layout_Tokens .h2,.layout_Tokens .h3,.layout_Tokens .h4,.layout_Tokens .h5,.layout_Tokens .h6,.layout_Tokens h1,.layout_Tokens h2,.layout_Tokens h3,.layout_Tokens h4,.layout_Tokens h5,.layout_Tokens h6{font-weight:500}.layout_Tokens .h1 a,.layout_Tokens .h2 a,.layout_Tokens .h3 a,.layout_Tokens .h4 a,.layout_Tokens .h5 a,.layout_Tokens .h6 a,.layout_Tokens h1 a,.layout_Tokens h2 a,.layout_Tokens h3 a,.layout_Tokens h4 a,.layout_Tokens h5 a,.layout_Tokens h6 a{color:#202639;text-decoration:none}.layout_Tokens .h1 a:hover,.layout_Tokens .h2 a:hover,.layout_Tokens .h3 a:hover,.layout_Tokens .h4 a:hover,.layout_Tokens .h5 a:hover,.layout_Tokens .h6 a:hover,.layout_Tokens h1 a:hover,.layout_Tokens h2 a:hover,.layout_Tokens h3 a:hover,.layout_Tokens h4 a:hover,.layout_Tokens h5 a:hover,.layout_Tokens h6 a:hover{text-decoration:underline}.layout_Tokens .h1 strong,.layout_Tokens .h2 strong,.layout_Tokens .h3 strong,.layout_Tokens .h4 strong,.layout_Tokens .h5 strong,.layout_Tokens .h6 strong,.layout_Tokens h1 strong,.layout_Tokens h2 strong,.layout_Tokens h3 strong,.layout_Tokens h4 strong,.layout_Tokens h5 strong,.layout_Tokens h6 strong{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#a717ff,#ff1292);-webkit-background-clip:text}.layout_Tokens .h1,.layout_Tokens h1{font-size:1.5rem;line-height:1.5rem}@media screen and (min-width:580px){.layout_Tokens .h1,.layout_Tokens h1{font-size:2.5rem;line-height:3rem}}@media(min-width:1201px){.layout_Tokens .h1,.layout_Tokens h1{font-size:3rem;line-height:3.5rem}}.layout_Tokens .h2,.layout_Tokens h2{font-size:1.375rem;line-height:1.875rem}@media screen and (min-width:580px){.layout_Tokens .h2,.layout_Tokens h2{font-size:2.25rem;line-height:2.75rem}}@media(min-width:1201px){.layout_Tokens .h2,.layout_Tokens h2{font-size:2.625rem;line-height:3.125rem}}.layout_Tokens .h3,.layout_Tokens h3{font-size:1.25rem;line-height:1.75rem}@media screen and (min-width:580px){.layout_Tokens .h3,.layout_Tokens h3{font-size:1.75rem;line-height:2.25rem}}@media(min-width:1201px){.layout_Tokens .h3,.layout_Tokens h3{font-size:2rem;line-height:2.125rem}}.layout_Tokens .h4,.layout_Tokens h4{font-size:1.125rem;line-height:1.625rem}@media(min-width:1201px){.layout_Tokens .h4,.layout_Tokens h4{font-size:1.5rem;line-height:1.75rem}}.layout_Tokens .h5,.layout_Tokens h5{font-size:1rem;line-height:1.5rem}@media(min-width:1201px){.layout_Tokens .h5,.layout_Tokens h5{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .h6,.layout_Tokens h6{font-size:1rem;line-height:1.5rem}.layout_Tokens img,.layout_Tokens svg{height:auto;max-height:100%;max-width:100%;object-fit:cover;outline:none}.layout_Tokens a{color:#1e1e1e;text-decoration:none}.layout_Tokens strong{font-weight:500}.layout_Tokens ol,.layout_Tokens ul{list-style:none}.layout_Tokens .container{margin:0 auto;max-width:calc(100vw - 2rem);width:85rem}@media screen and (min-width:992px){.layout_Tokens .container{max-width:calc(100vw - 4rem)}}.layout_Tokens .pb-0{padding-bottom:0!important}.layout_Tokens .layout__box{background-color:#f7f7f7;border-radius:.75rem;padding:1rem}@media screen and (min-width:580px){.layout_Tokens .layout__box{padding:1.5rem}}@media(min-width:1201px){.layout_Tokens .layout__box{border-radius:1.25rem;padding:2rem}}.layout_Tokens .layout__box.layout__box_secondary{padding:.875rem}@media screen and (min-width:580px){.layout_Tokens .layout__box.layout__box_secondary{padding:1rem}}@media(min-width:1201px){.layout_Tokens .layout__box.layout__box_secondary{padding:1.25rem}}.layout_Tokens .layout__box.layout__box_light{background-color:#fff}.layout_Tokens .layout__tag{background-color:#fff;border-radius:2rem;display:block;font-weight:500;padding:.5rem 1rem}@media screen and (min-width:580px){.layout_Tokens .layout__tag{font-size:1rem;line-height:1.5rem;padding:.75rem 1.25rem}}@media(min-width:1201px){.layout_Tokens .layout__tag{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .form__item{grid-gap:.75rem;display:grid;position:relative}.layout_Tokens .form__header .form__title{color:rgba(32,38,57,.5);cursor:pointer;font-size:1rem;font-weight:400;line-height:1.25rem;transition:all .4s ease-in-out}.layout_Tokens .form__header .form__title:hover{color:rgba(167,23,255,.5)}.layout_Tokens .form__main{display:flex;flex-direction:column;gap:.125rem}.layout_Tokens .form__footer .form__tooltip{color:rgba(32,38,57,.5);font-size:.75rem;font-weight:400;line-height:1.25rem}@media screen and (min-width:580px){.layout_Tokens .form__footer .form__tooltip{font-size:.875rem}}@media(min-width:1201px){.layout_Tokens .form__footer .form__tooltip{font-size:1rem}}.layout_Tokens .form__field{align-items:center;background-color:#fff;border:1px solid rgba(30,30,30,.2);border-radius:.5rem;display:flex;gap:.5rem;padding:.75rem;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .form__field{padding:1rem}}@media(min-width:1201px){.layout_Tokens .form__field{padding:1.25rem}}.layout_Tokens .form__field:hover{border-color:#a717ff}.layout_Tokens .form__field:not(.form__field_secondary){justify-content:space-between}.layout_Tokens .form__field.form__field_secondary{align-items:flex-start}.layout_Tokens .form__field.form__field_tiny{padding:.75rem}.layout_Tokens .form__field .field__touch{align-items:center;cursor:move;display:flex;flex-shrink:0;height:2rem;justify-content:center;width:1.5rem}.layout_Tokens .form__field .field__touch svg{height:100%;width:100%}.layout_Tokens .form__field .field__header{align-items:center;display:flex;gap:.75rem}.layout_Tokens .form__field .field__ico{display:none;flex-shrink:0;height:2rem;width:2rem}@media screen and (min-width:580px){.layout_Tokens .form__field .field__ico{display:flex}}.layout_Tokens .form__field .field__title{color:rgba(32,38,57,.5);font-size:.75rem;font-weight:500;line-height:2rem}@media screen and (min-width:580px){.layout_Tokens .form__field .field__title{font-size:.875rem}}@media(min-width:1201px){.layout_Tokens .form__field .field__title{font-size:1rem}}.layout_Tokens .form__field .field__main{align-items:center;display:flex;gap:.125rem;margin-left:auto}.layout_Tokens .form__btn{max-width:4.5rem}@media screen and (min-width:580px){.layout_Tokens .form__btn{max-width:5.75rem}}@media(min-width:1201px){.layout_Tokens .form__btn{max-width:7.5rem}}.layout_Tokens .form__ico{cursor:pointer;flex-shrink:0;height:1.5rem;-webkit-transform:scale(1);transform:scale(1);transition:all .4s ease-in-out;width:1.5rem}.layout_Tokens .form__ico.form__ico_secondary{height:1.25rem;width:1.25rem}.layout_Tokens .form__ico.form__ico_secondary:hover,.layout_Tokens .form__ico:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.layout_Tokens .form__input{-webkit-appearance:none;appearance:none;border:0;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-weight:500;height:2rem;outline:none;text-overflow:ellipsis;transition:all .4s ease-in-out;width:100%}.layout_Tokens .form__input:not(.form__input_secondary){font-size:.875rem;line-height:1.5rem}@media screen and (min-width:580px){.layout_Tokens .form__input:not(.form__input_secondary){font-size:1.125rem}}@media(min-width:1201px){.layout_Tokens .form__input:not(.form__input_secondary){font-size:1.25rem}}.layout_Tokens .form__input.form__input_secondary{background-color:#f7f7f7;border-radius:.375rem;font-size:.75rem;line-height:1.25rem;padding:.25rem .75rem}@media screen and (min-width:580px){.layout_Tokens .form__input.form__input_secondary{font-size:.875rem}}@media(min-width:1201px){.layout_Tokens .form__input.form__input_secondary{font-size:1rem}}.layout_Tokens .form__input:disabled{opacity:.5}.layout_Tokens .form__input::-webkit-input-placeholder{color:rgba(32,38,57,.5);opacity:1}.layout_Tokens .form__input::placeholder{color:rgba(32,38,57,.5);opacity:1}.layout_Tokens .form__input.form__input_textarea{height:6.875rem;resize:none;width:100%}@media(min-width:1201px){.layout_Tokens .form__input.form__input_textareaSecondary{height:14.5rem}}.layout_Tokens .form__dropdown{background-color:#fff;border-radius:.375rem;box-shadow:0 4px 32px 0 rgba(0,0,0,.078);left:0;padding:.75rem 0;position:absolute;top:calc(100% + .5rem);width:100%}.layout_Tokens select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFGSURBVHgB7dZBSsNAGAXgN2ktARHivotZKLjsRuiy3sAbFI/gCaw38QqeoLqx7pqt6CJgt0o2QlVIzB8rjbUj7e9kYXkfhCQT+PMeDCEAERERERHRP2WgZG0vQjjtYBrGSXKVQqGcsfVi8b6daGcEULAHXYvW6xiZGcrZ2uJeO8M0x+WM/cMOFFQFkKEvGb6yoGWG65Qow0v56gw0+1DQFTBBvLCycokl4Wcz8xgKDSikT4930W67eKnpVZYjNMxxtNO+TNPJ0v3sDJ+bi+R+dA4FVQGRPk+u1ynxe/ibEyipC4hVS9QVXqg/o1V2r3uGwAwWlhO85UcIi6uawgsvBYSzxOzxt1VP4cWftlCVczt9HnNZPkgeRqfwxFsB4SgxV4a/VX1tXLwWEM4SNYQX3guIHyVqCl87+b/R/uMQERERERFtvA+dZ5C8jBLPJAAAAABJRU5ErkJggg==);background-position:98%;background-repeat:no-repeat;background-size:auto 1.5rem}.layout_Tokens .checkbox{align-items:center;display:flex;min-height:2.5rem}.layout_Tokens .checkbox .checkbox__label{display:flex;position:relative}.layout_Tokens .checkbox .checkbox__input{opacity:0;position:absolute}.layout_Tokens .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_before{opacity:0}.layout_Tokens .checkbox .checkbox__input:checked~.checkbox__media .checkbox__ico.checkbox__ico_after{opacity:1}.layout_Tokens .checkbox .checkbox__input:disabled~.checkbox__text{color:rgba(32,38,57,.3);pointer-events:none}.layout_Tokens .checkbox .checkbox__input.error~.checkbox__text{color:rgba(167,23,255,.5)}.layout_Tokens .checkbox .checkbox__main{cursor:pointer;display:flex;flex-wrap:wrap;font-size:1rem;font-weight:500;padding-left:1.5rem;position:relative}.layout_Tokens .checkbox .checkbox__text{color:rgba(32,38,57,.4)}.layout_Tokens .checkbox .checkbox__text:not(:last-child){margin-right:.5rem}.layout_Tokens .checkbox .checkbox__text a{color:rgba(167,23,255,.5)}.layout_Tokens .checkbox .checkbox__prompt{color:rgba(32,38,57,.4)}.layout_Tokens .checkbox .checkbox__label{position:static}.layout_Tokens .checkbox .checkbox__media{position:relative}.layout_Tokens .checkbox .checkbox__ico{height:1rem;left:0;min-width:1rem;position:absolute;top:0;transition:all .4s ease-in-out;width:1rem}.layout_Tokens .checkbox .checkbox__ico.checkbox__ico_before{opacity:1}.layout_Tokens .checkbox .checkbox__ico.checkbox__ico_after{opacity:0}::-webkit-scrollbar{height:0;width:.25rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background-color:rgba(167,23,255,.4)}.layout_Tokens .btn{align-items:center;-webkit-appearance:none;appearance:none;background-color:#a717ff;border:1px solid #a717ff;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:700;justify-content:center;line-height:1.5rem;outline:none;padding:1rem;text-align:center;transition:all .4s ease-in-out;width:100%}@media screen and (min-width:580px){.layout_Tokens .btn{border-radius:.75rem;font-size:1rem;line-height:1.25rem;padding:1.125rem}}@media screen and (min-width:992px){.layout_Tokens .btn{height:5.125rem;padding:1.5rem}}@media(min-width:1201px){.layout_Tokens .btn{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .btn:disabled{background-color:rgba(32,38,57,.5);border-color:transparent;cursor:inherit;pointer-events:none}.layout_Tokens .btn:active,.layout_Tokens .btn:hover{background-color:rgba(167,23,255,.8)}@media screen and (min-width:992px){.layout_Tokens .btn.btn_radius-secondary{border-radius:.75rem}}.layout_Tokens .btn.btn_large{height:4.5rem}@media screen and (min-width:580px){.layout_Tokens .btn.btn_large{border-radius:.75rem;height:5.75rem}}@media(min-width:1201px){.layout_Tokens .btn.btn_large{border-radius:1.25rem;height:6.75rem}}.layout_Tokens .btn.btn_tiny{font-size:.75rem;height:2rem;line-height:1.125rem;padding:.25rem 1rem}@media screen and (min-width:580px){.layout_Tokens .btn.btn_tiny{font-size:.875rem}}@media screen and (min-width:992px){.layout_Tokens .btn.btn_tiny{font-size:1rem;line-height:1.125rem}}.layout_Tokens .btn.btn_transparent{background-color:transparent;color:#a717ff}.layout_Tokens .btn.btn_transparent:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.layout_Tokens .btn.btn_secondary{background-color:#00b31d;border-color:#00b31d}.layout_Tokens .btn.btn_secondary:active,.layout_Tokens .btn.btn_secondary:hover{background-color:rgba(0,179,29,.7)}.layout_Tokens .btn.btn_tertiary{background-color:#1e1e1e;border-color:#1e1e1e}.layout_Tokens .btn.btn_tertiary:active,.layout_Tokens .btn.btn_tertiary:hover{background-color:#323232}.layout_Tokens .btn .btn__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout_Tokens .layout__nav,.layout_Tokens .layout__nav .nav__list{display:flex;gap:.375rem}.layout_Tokens .layout__nav .nav__item.nav__item_active .nav__link,.layout_Tokens .layout__nav .nav__item:hover .nav__link{background-color:#a717ff;color:#fff}.layout_Tokens .layout__nav .nav__item.nav__item_active .nav__ico,.layout_Tokens .layout__nav .nav__item:hover .nav__ico{fill:#fff}.layout_Tokens .layout__nav .nav__link{align-items:center;border:1px solid rgba(30,30,30,.06);border-radius:.375rem;color:#202639;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;height:2rem;justify-content:center;line-height:1rem;text-align:center;transition:all .4s ease-in-out;width:2rem}@media screen and (min-width:580px){.layout_Tokens .layout__nav .nav__link{font-size:.875rem;line-height:1rem}}@media screen and (min-width:992px){.layout_Tokens .layout__nav .nav__link{font-size:1rem;height:2.75rem;line-height:1.25rem;width:2.75rem}}.layout_Tokens .layout__nav .nav__ico{fill:#202639;height:1.5rem;transition:all .4s ease-in-out;width:1.5rem}.layout_Tokens{font-size:1rem;line-height:1.25rem;min-height:100vh;overflow:hidden;overflow-y:auto}@media screen and (min-width:580px){.layout_Tokens{font-size:1.125rem;line-height:1.5rem}}@media(min-width:1201px){.layout_Tokens{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens.layout_Tokens_secodnary{background-color:#f7f7f7}.layout_Tokens .layout__main{flex-grow:1}.layout__header .container{max-width:calc(100vw - 2rem);width:85rem}.layout__header .btn{align-items:center;-webkit-appearance:none;appearance:none;background-color:#202639;border:.0625rem solid #202639;border-radius:2rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;height:2.5rem;justify-content:center;line-height:1rem;margin:0;min-width:2.5rem;outline:none;padding:.75rem;text-align:center;text-decoration:none;transition:all .4s ease-in-out}.layout__header .btn:hover{background:#fff;border-color:#202639;color:#202639;text-decoration:none}.layout_Tokens .layout__section{padding:2.25rem 0}@media screen and (min-width:580px){.layout_Tokens .layout__section{padding:3.5rem 0}}@media screen and (min-width:992px){.layout_Tokens .layout__section{padding:3.75rem 0}}.layout_Tokens .layout__section.layout__section_secondary{background-color:#f7f7f7}.layout_Tokens .layout__section .container{display:flex;flex-direction:column;gap:2.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__section .container{gap:3.5rem}}@media screen and (min-width:992px){.layout_Tokens .layout__section .container{gap:3.75rem}}.layout_Tokens .layout__section .section__header{display:flex;flex-direction:column;gap:1.25rem}@media screen and (min-width:580px){.layout_Tokens .layout__section .section__header{gap:2rem}}.layout_Tokens .layout__section .section__header:not(.section__header_secondary){align-items:center;text-align:center}.layout_Tokens .layout__section .section__header.section__header_with-form{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.layout_Tokens .layout__section .section__title{max-width:44rem}.layout_Tokens .layout__section .section__form{width:12.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__section .section__form{width:27.5rem}}@media(min-width:1201px){.layout_Tokens .layout__section .section__form{width:32.5rem}}.layout_Tokens .layout__section .section__form .table__list{gap:0}.layout_Tokens .layout__section .section__form .form__field{border:0;box-shadow:0 4px 32px 0 rgba(0,0,0,.078)}.layout_Tokens .layout__section .section__form .table__link{background-color:#fff;justify-content:flex-start!important;padding:.5rem 1.25rem;transition:all .4s ease-in-out;width:100%}.layout_Tokens .layout__section .section__form .table__link:hover{background-color:rgba(30,30,30,.04)}.layout_Tokens .layout__section .section__tabs{display:flex;justify-content:center}.layout_Tokens .layout__section .section__tabs.section__tabs_secondary .tabs__list,.layout_Tokens .layout__section .section__tabs.section__tabs_secondary .tabs__list .tabs__item{background-color:#fff}.layout_Tokens .layout__section .section__tabs.section__tabs_secondary .tabs__list .tabs__item.tabs__item_active,.layout_Tokens .layout__section .section__tabs.section__tabs_secondary .tabs__list .tabs__item:hover{background-color:#a717ff;color:#fff}.layout_Tokens .layout__section .section__tabs .tabs__list{align-items:center;background-color:#f7f7f7;border-radius:2rem;display:flex;gap:.375rem;overflow:hidden;overflow-x:auto;padding:.375rem}.layout_Tokens .layout__section .section__tabs .tabs__item{background-color:#fff;border-radius:2rem;color:rgba(32,38,57,.8);cursor:pointer;flex-shrink:0;font-size:1rem;font-weight:500;line-height:1.5rem;padding:.75rem 1.25rem;transition:all .4s ease-in-out}@media screen and (min-width:992px){.layout_Tokens .layout__section .section__tabs .tabs__item{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .layout__section .section__tabs .tabs__item.tabs__item_active,.layout_Tokens .layout__section .section__tabs .tabs__item:hover{background-color:#a717ff;color:#fff}.layout_Tokens .tokens__form{grid-gap:2rem;display:flex;flex-direction:column;position:relative}@media(min-width:1201px){.layout_Tokens .tokens__form{grid-gap:.25rem;align-items:flex-start;display:grid;grid-template-columns:1fr 1fr}}.layout_Tokens .tokens__sidebar{order:2}@media(min-width:1201px){.layout_Tokens .tokens__sidebar{grid-gap:2rem;background-color:#f7f7f7;border-radius:1.25rem;display:grid;max-width:40.5rem;padding:2rem;position:absolute;width:calc(50vw - 2rem)}.layout_Tokens .tokens__sidebar.tokens__sidebar_fixed{position:fixed;top:0}.layout_Tokens .tokens__sidebar.tokens__sidebar_bottom{bottom:0;position:absolute;top:auto}}.layout_Tokens .tokens__sidebar .sidebar__header,.layout_Tokens .tokens__sidebar .sidebar__main{display:none}@media(min-width:1201px){.layout_Tokens .tokens__sidebar .sidebar__header,.layout_Tokens .tokens__sidebar .sidebar__main{display:block}}.layout_Tokens .tokens__sidebar .sidebar__title{font-weight:700}.layout_Tokens .tokens__nav .nav__list{border:1px solid rgba(32,38,57,.1);display:flex;flex-direction:row}@media screen and (min-width:992px){.layout_Tokens .tokens__nav .nav__list{flex-direction:column}}.layout_Tokens .tokens__nav .nav__item{position:relative}.layout_Tokens .tokens__nav .nav__item:before{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;transition:all .4s ease-in-out;width:.125rem}.layout_Tokens .tokens__nav .nav__item:not(:last-child){border-bottom:1px solid rgba(32,38,57,.1)}.layout_Tokens .tokens__nav .nav__item.nav__item_active:before,.layout_Tokens .tokens__nav .nav__item:hover:before{background-color:#a717ff}.layout_Tokens .tokens__nav .nav__item.nav__item_active .nav__link,.layout_Tokens .tokens__nav .nav__item:hover .nav__link{color:#a717ff}.layout_Tokens .tokens__nav .nav__link{color:rgba(32,38,57,.5);cursor:pointer;display:block;font-size:1.125rem;font-weight:700;line-height:1.25rem;padding:.75rem 1.125rem;transition:all .4s ease-in-out}@media(min-width:1201px){.layout_Tokens .tokens__nav .nav__link{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .tokens__main{grid-gap:.5em;align-items:flex-start;display:grid;gap:.5em;grid-column:-2}.layout_Tokens .tokens__group{grid-gap:.75rem;background-color:#f7f7f7;border-radius:1.25rem;display:grid;padding:1rem .75rem}@media screen and (min-width:580px){.layout_Tokens .tokens__group{grid-gap:1.5rem;padding:1.5rem}}@media(min-width:1201px){.layout_Tokens .tokens__group{grid-gap:2rem;padding:2rem}}.layout_Tokens .tokens__group .group__title{font-weight:700}.layout_Tokens .tokens__group .group__main{grid-gap:1rem;display:grid;gap:1rem}@media(min-width:1201px){.layout_Tokens .tokens__group .group__main{gap:2rem}}.layout_Tokens .tokens__group .group__main.group__main_secondary{gap:1rem}.layout_Tokens .token__form{grid-gap:2rem;display:flex;flex-direction:column;position:relative}@media(min-width:1201px){.layout_Tokens .token__form{grid-gap:.25rem;align-items:flex-start;display:grid;grid-template-columns:1fr 1fr}}.layout_Tokens .token__group{grid-gap:.75rem;background-color:#f7f7f7;border-radius:1.25rem;display:grid;padding:1rem .75rem}@media screen and (min-width:580px){.layout_Tokens .token__group{grid-gap:1.5rem;padding:1.5rem}}@media(min-width:1201px){.layout_Tokens .token__group{grid-gap:2rem;padding:2rem}}.layout_Tokens .token__group .group__main{grid-gap:1rem;display:grid;gap:1rem}@media(min-width:1201px){.layout_Tokens .token__group .group__main{gap:2rem}}.layout_Tokens .token__group .group__main.group__main_secondary{gap:1rem}.layout_Tokens .token__header{align-items:center;display:flex;gap:1.5rem;margin-bottom:.5rem}.layout_Tokens .token__header .token__avatar{align-items:center;background-color:#fff;border-radius:.75rem;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;height:5.75rem;justify-content:center;overflow:hidden;position:relative;width:5.75rem}@media screen and (min-width:580px){.layout_Tokens .token__header .token__avatar{height:9rem;width:9rem}}@media(min-width:1201px){.layout_Tokens .token__header .token__avatar{height:10rem;width:10rem}}.layout_Tokens .token__header .token__avatar .avatar__input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.layout_Tokens .token__header .token__avatar .avatar__ico{height:1rem;width:1rem}@media screen and (min-width:580px){.layout_Tokens .token__header .token__avatar .avatar__ico{height:1.125rem;width:1.125rem}}@media(min-width:1201px){.layout_Tokens .token__header .token__avatar .avatar__ico{height:1.25rem;width:1.25rem}}.layout_Tokens .token__header .token__avatar .avatar__text{color:rgba(32,38,57,.5);font-size:.875rem;font-weight:500;line-height:1rem;text-align:center}@media screen and (min-width:580px){.layout_Tokens .token__header .token__avatar .avatar__text{font-size:1.125rem;line-height:1.25rem}}@media(min-width:1201px){.layout_Tokens .token__header .token__avatar .avatar__text{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .token__header .token__title{display:flex;flex-direction:column;max-width:calc(100% - 11.5rem)}.layout_Tokens .token__header .token__title .token__text{font-weight:400;margin-bottom:.5rem}.layout_Tokens .token__header .token__title .form__tooltip{display:block;font-size:.875rem;line-height:1.2}.layout_Tokens .token__header .token__img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.layout_Tokens .token__service{display:flex;flex-direction:column;gap:.5rem}@media(min-width:1201px){.layout_Tokens .token__service{gap:1rem}}.layout_Tokens .token__service:not(:last-child){margin-bottom:1.5rem}@media screen and (min-width:580px){.layout_Tokens .token__service:not(:last-child){margin-bottom:2rem}}@media(min-width:1201px){.layout_Tokens .token__service:not(:last-child){margin-bottom:3.75rem}}.layout_Tokens .token__service .service__text{color:rgba(32,38,57,.5);font-size:1rem;line-height:1.25rem}@media screen and (min-width:580px){.layout_Tokens .token__service .service__text{font-size:1.125rem;line-height:1.5rem}}@media(min-width:1201px){.layout_Tokens .token__service .service__text{font-size:1.25rem}}.layout_Tokens .token_support .support__link{align-items:center;color:rgba(32,38,57,.5);display:flex;font-size:.75rem;font-weight:700;gap:.75rem;line-height:1.5rem}@media screen and (min-width:580px){.layout_Tokens .token_support .support__link{font-size:1.125rem}}@media(min-width:1201px){.layout_Tokens .token_support .support__link{font-size:1.25rem}}.layout_Tokens .token_support .support__link:hover .support__ico{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}.layout_Tokens .token_support .support__tooltip{height:2rem;width:2rem}.layout_Tokens .token_support .support__ico{height:2rem;-webkit-transform:translateX(0);transform:translateX(0);transition:all .4s ease-in-out;width:2rem}.layout_Tokens .form__tooltip_error{color:red;font-weight:600}.layout_Tokens .token__avatar_error{border:2px solid red}.layout_Tokens .layout__markets,.layout_Tokens .markets__section{display:flex;flex-direction:column;gap:.25rem}.layout_Tokens .markets__list{display:flex;gap:.25rem;overflow:hidden;overflow-x:auto}@media screen and (min-width:768px){.layout_Tokens .markets__list{display:grid;grid-template-columns:1fr 1fr 1fr}}.layout_Tokens .markets__list .markets__item{flex-shrink:0;width:20.125rem}@media screen and (min-width:768px){.layout_Tokens .markets__list .markets__item{width:auto}}.layout_Tokens .markets__item{grid-gap:.75rem;background-color:#fff;border-radius:1.25rem;display:grid;flex-shrink:0;padding:1rem}@media screen and (min-width:580px){.layout_Tokens .markets__item{grid-gap:1rem}}@media(min-width:1201px){.layout_Tokens .markets__item{grid-gap:1.25rem;padding:1.25rem}}.layout_Tokens .markets__item.markets__item_secondary{background:none;padding:0}.layout_Tokens .markets__item .markets__title{font-size:1.125rem;font-weight:700;line-height:1.25rem}@media(min-width:1201px){.layout_Tokens .markets__item .markets__title{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .market__main:not(:last-child){border-bottom:1px solid rgba(32,38,57,.04)}.layout_Tokens .market__footer{display:flex;justify-content:flex-end;padding-top:1rem}.layout_Tokens .market__table{max-width:calc(100vw - 4rem);overflow:hidden;overflow-x:auto}.layout_Tokens .market__table .table__list{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:auto 4rem 4.25rem}@media screen and (min-width:992px){.layout_Tokens .market__table .table__list{gap:.5rem;grid-template-columns:auto 4.25rem 4.25rem}}@media(min-width:1201px){.layout_Tokens .market__table .table__list{grid-template-columns:auto 7.25rem 5.25rem}}@media screen and (min-width:768px){.layout_Tokens .market__table .table__list.table__list_secondary{grid-template-columns:auto 5.25rem 6.25rem 5.25rem 5.25rem 9.25rem 10rem}}@media(min-width:1201px){.layout_Tokens .market__table .table__list.table__list_secondary{grid-template-columns:auto 9.25rem 7.25rem 6.25rem 6.25rem 10.25rem 10rem}}@media(min-width:1400px){.layout_Tokens .market__table .table__list.table__list_secondary{grid-template-columns:auto 10.25rem 9.25rem 7.25rem 7.25rem 15.25rem 10rem}}@media(min-width:1201px){.layout_Tokens .market__table .table__list.table__list_secondary:not(:last-child){border-bottom:1px solid rgba(32,38,57,.04)}}.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(3){justify-content:flex-end}@media screen and (min-width:768px){.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(3){justify-content:normal}}.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(4),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(5),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(6),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(7){display:none}@media screen and (min-width:768px){.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(4),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(5),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(6),.layout_Tokens .market__table .table__list.table__list_secondary .table__item:nth-child(7){display:flex}}.layout_Tokens .market__table .table__list.table__list_tertiary{grid-template-columns:auto auto 4.25rem 5.875rem}@media screen and (min-width:992px){.layout_Tokens .market__table .table__list.table__list_tertiary{grid-template-columns:auto 7.25rem 6rem 7.25rem}}@media(min-width:1201px){.layout_Tokens .market__table .table__list.table__list_tertiary{grid-template-columns:auto 9.25rem 7rem 7.25rem}.layout_Tokens .market__table .table__list.table__list_tertiary .table__item,.layout_Tokens .market__table .table__list.table__list_tertiary .table__link{padding:.75rem 0}}.layout_Tokens .market__table .table__list.table__list_quarty{grid-template-columns:none}.layout_Tokens .market__table .table__list.table__list_quarty .table__item{justify-content:flex-start;padding:0}.layout_Tokens .market__table .table__title{color:rgba(32,38,57,.4);font-size:.75rem;font-weight:500;line-height:1rem}@media(min-width:1201px){.layout_Tokens .market__table .table__title{font-size:.875rem;line-height:1.125rem}}.layout_Tokens .market__table .table__title.table__title_secondary{font-size:.75rem;line-height:1rem}.layout_Tokens .market__table .table__title .table__subtitle{display:none}@media(min-width:1201px){.layout_Tokens .market__table .table__title .table__subtitle{display:inline;display:initial}}.layout_Tokens .market__table .table__sort{cursor:pointer;display:none;flex-shrink:0;height:.75rem;width:.75rem}@media screen and (min-width:992px){.layout_Tokens .market__table .table__sort{display:inline;display:initial}}.layout_Tokens .market__table .table__item,.layout_Tokens .market__table .table__link{align-items:center;display:flex;gap:.25rem;padding:.25rem 0}@media(min-width:1201px){.layout_Tokens .market__table .table__item,.layout_Tokens .market__table .table__link{gap:.75rem;padding:.5rem 0}}.layout_Tokens .market__table .table__item:last-child,.layout_Tokens .market__table .table__link:last-child{justify-content:flex-end}.layout_Tokens .market__table .table__text{font-size:.75rem;font-weight:600;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1201px){.layout_Tokens .market__table .table__text{font-size:1.125rem;line-height:1.5rem}}.layout_Tokens .market__table .table__text.table__text_secondary{color:#00b31d}.layout_Tokens .market__table .table__text.table__text_tertiary{color:#ef454a}.layout_Tokens .market__table .table__ico{border-radius:50%;flex-shrink:0;height:1.5rem;object-fit:cover;overflow:hidden;width:1.5rem}@media(min-width:1201px){.layout_Tokens .market__table .table__ico{height:2.25rem;width:2.25rem}}.layout_Tokens .market__table .table__ico~.table__text{display:block}.layout_Tokens .market__table .table__tooltip{background-color:rgba(167,23,255,.1);border-radius:.25rem;color:#a717ff;display:none;font-size:.625rem;font-weight:600;line-height:.875rem;overflow:hidden;padding:.25rem .75rem;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:992px){.layout_Tokens .market__table .table__tooltip{display:inline;display:initial}}@media(min-width:1201px){.layout_Tokens .market__table .table__tooltip{font-size:.75rem;line-height:.875rem}}.layout_Tokens .markets__filters .filters__list{grid-gap:.25rem;display:flex;flex-direction:column}.layout_Tokens .markets__filters .filters__item{align-items:center;background-color:#fff;border-radius:1.25rem;display:flex;gap:.75rem;justify-content:space-between;overflow:hidden;overflow-x:auto;padding:1rem}@media screen and (min-width:580px){.layout_Tokens .markets__filters .filters__item{gap:1rem}}@media(min-width:1201px){.layout_Tokens .markets__filters .filters__item{gap:1.25rem;padding:1.25rem}}.layout_Tokens .markets__filters .filter__list{display:flex;gap:.25rem}@media screen and (min-width:580px){.layout_Tokens .markets__filters .filter__list{gap:.75rem}}@media(min-width:1400px){.layout_Tokens .markets__filters .filter__list{gap:1.125rem}}@media(min-width:1201px){.layout_Tokens .markets__filters .filter__list.filter__list_secodnary{gap:.75rem}}.layout_Tokens .markets__filters .filter__list.filter__list_secodnary .filter__btn{font-weight:600}.layout_Tokens .markets__filters .filter__item{cursor:pointer;white-space:nowrap}.layout_Tokens .markets__filters .filter__item.filter__item_active .filter__text,.layout_Tokens .markets__filters .filter__item:hover .filter__text{color:#202639}.layout_Tokens .markets__filters .filter__item.filter__item_active .filter__btn,.layout_Tokens .markets__filters .filter__item:hover .filter__btn{background-color:rgba(167,23,255,.1);color:#a717ff}.layout_Tokens .markets__filters .filter__text{color:rgba(32,38,57,.5);font-size:.875rem;font-weight:700;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .markets__filters .filter__text{font-size:1.125rem;line-height:1.125rem}}@media(min-width:1201px){.layout_Tokens .markets__filters .filter__text{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .markets__filters .filter__btn{background-color:rgba(30,30,30,.04);border-radius:.375rem;color:rgba(30,30,30,.5);font-size:.875rem;font-weight:400;line-height:1.125rem;padding:.25rem 1.125rem;transition:all .4s ease-in-out}.layout_Tokens .fixed_layout,.layout_Tokens .fixed_layout__item{display:flex;flex-direction:column;height:100%}.layout_Tokens .fixed_layout__content{display:flex;flex-direction:column;flex-grow:1;min-height:0}.layout_Tokens .fixed_layout__table-content{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;overflow-y:auto}.layout_Tokens .layout__about{grid-gap:.25rem;display:grid;gap:.25rem}@media screen and (min-width:992px){.layout_Tokens .layout__about{grid-template-columns:1fr 1fr}}.layout_Tokens .layout__about .about__banner{background-color:#a717ff;border-radius:1.25rem;color:#fff;display:flex;flex-direction:column;gap:2rem;height:29rem;justify-content:space-between;padding:1.5rem;position:relative}@media screen and (min-width:580px){.layout_Tokens .layout__about .about__banner{padding:2rem}}@media screen and (min-width:992px){.layout_Tokens .layout__about .about__banner{height:35rem}}.layout_Tokens .layout__about .banner__background{align-items:flex-end;bottom:0;display:flex;height:100%;justify-content:flex-start;left:0;position:absolute;width:100%}.layout_Tokens .layout__about .banner__footer,.layout_Tokens .layout__about .banner__header{position:relative;z-index:2}.layout_Tokens .layout__about .banner__footer{width:100%}@media screen and (min-width:992px){.layout_Tokens .layout__about .banner__footer{width:26.25rem}}.layout_Tokens .layout__about .about__list{grid-gap:.25rem;display:grid;gap:.25rem;height:100%}@media screen and (min-width:580px){.layout_Tokens .layout__about .about__list{grid-template-columns:repeat(2,1fr)}}.layout_Tokens .layout__about .about__item{align-items:flex-start;display:flex;flex-direction:column;gap:2.5rem;justify-content:space-between}@media screen and (min-width:580px){.layout_Tokens .layout__about .about__item{gap:2rem}}.layout_Tokens .layout__about .about__text{max-width:16rem}.layout_Tokens .layout__banner{background-color:#a717ff;border-radius:1.25rem;color:#fff;display:flex;flex-direction:column;gap:2rem;height:26rem;justify-content:space-between;overflow:hidden;padding:1rem;position:relative}@media screen and (min-width:580px){.layout_Tokens .layout__banner{padding:2rem}}.layout_Tokens .layout__banner .banner__media{align-items:flex-end;bottom:0;display:flex;height:100%;justify-content:flex-end;position:absolute;right:0;width:100%}.layout_Tokens .layout__banner .banner__media img{height:100%;width:auto}.layout_Tokens .layout__banner .banner__header{max-width:26.5rem}.layout_Tokens .layout__banner .banner__footer,.layout_Tokens .layout__banner .banner__header{position:relative;z-index:2}.layout_Tokens .layout__banner .banner__footer{width:100%}@media screen and (min-width:992px){.layout_Tokens .layout__banner .banner__footer{width:26.25rem}}.layout_Tokens .layout__investments{grid-gap:.25rem;display:grid;gap:.25rem}@media screen and (min-width:992px){.layout_Tokens .layout__investments{grid-template-columns:1fr 1fr}}.layout_Tokens .layout__investments .investments__layout{display:flex;flex-direction:column;gap:.25rem}.layout_Tokens .layout__investments .investments__main{display:flex;flex-direction:column;gap:3rem;height:100%;justify-content:space-between}@media screen and (min-width:580px){.layout_Tokens .layout__investments .investments__main{gap:7rem}}.layout_Tokens .layout__investments .investments__text{color:rgba(32,38,57,.8)}.layout_Tokens .layout__investments .investments__text strong{position:relative}.layout_Tokens .layout__investments .investments__media{align-items:flex-end;display:flex;justify-content:center}.layout_Tokens .layout__investments .investments__media img{max-width:16rem;-webkit-transform:translateY(1rem);transform:translateY(1rem)}@media screen and (min-width:580px){.layout_Tokens .layout__investments .investments__media img{max-width:32rem}}@media screen and (min-width:992px){.layout_Tokens .layout__investments .investments__media img{max-width:100%;-webkit-transform:translateY(1.5rem);transform:translateY(1.5rem)}}@media(min-width:1201px){.layout_Tokens .layout__investments .investments__media img{-webkit-transform:translateY(2rem);transform:translateY(2rem)}}.layout_Tokens .layout__investments .investments__footer{display:flex;flex-direction:column;gap:.25rem;margin-top:auto}.animet-text{display:inline-block;height:50px;line-height:60px;margin:-2rem 0 0;overflow:hidden;padding:0;-webkit-transform:translateY(.75rem);transform:translateY(.75rem)}@media screen and (min-width:580px){.animet-text{height:55px;-webkit-transform:translateY(.55rem);transform:translateY(.55rem)}}@media screen and (min-width:992px){.animet-text{height:52px}}@media(min-width:1201px){.animet-text{height:56px}}.animet-text li{-webkit-animation:slide 15s steps(6) infinite;animation:slide 15s steps(6) infinite;position:relative;top:0}@-webkit-keyframes slide{to{top:-360px}}@keyframes slide{to{top:-360px}}.animet-text li span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#a717ff,#ff1292);-webkit-background-clip:text;line-height:40px;margin:10px 0;overflow:hidden;position:relative}.animet-text li span:after{-webkit-animation:typing 2.5s steps(15) infinite;animation:typing 2.5s steps(15) infinite;background:#f7f7f7;border-left:3px solid #ff1292;content:"";height:40px;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:580px){.animet-text li span:after{height:60px;top:-.125rem}}@-webkit-keyframes typing{20%,30%{left:100%}90%{left:100%}to{left:0}}@keyframes typing{20%,30%{left:100%}90%{left:100%}to{left:0}}.layout_Tokens .layout__statistics .statistics__list{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:992px){.layout_Tokens .layout__statistics .statistics__list{grid-template-columns:repeat(4,1fr)}}.layout_Tokens .layout__statistics .statistics__item{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}@media(min-width:1201px){.layout_Tokens .layout__statistics .statistics__item{gap:2rem}}.layout_Tokens .layout__statistics .statistics__text{font-size:3.5rem;line-height:3.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__statistics .statistics__text{font-size:4.5rem;line-height:4.5rem}}@media(min-width:1201px){.layout_Tokens .layout__statistics .statistics__text{font-size:5rem;line-height:5rem}}.layout_Tokens .layout__statistics.layout__statistics_secondary .statistics__item{gap:4.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__statistics.layout__statistics_secondary .statistics__item{gap:7.5rem}}@media(min-width:1201px){.layout_Tokens .layout__statistics.layout__statistics_secondary .statistics__item{gap:8.258rem}}.layout_Tokens .layout__partners .partners__list{grid-gap:.125rem;display:grid;grid-template-columns:repeat(2,1fr);grid-template-columns:repeat(4,1fr)}@media screen and (min-width:992px){.layout_Tokens .layout__partners .partners__list{grid-template-columns:repeat(8,1fr)}}.layout_Tokens .layout__partners .partners__item:hover .partners__link{border-color:rgba(32,38,57,.2)}.layout_Tokens .layout__partners .partners__item.partners__item_secondary:hover .partners__link{background-color:rgba(167,23,255,.9)}.layout_Tokens .layout__partners .partners__item.partners__item_secondary .partners__link{background-color:#a717ff;border-color:#a717ff;color:#fff}.layout_Tokens .layout__partners .partners__link{align-items:center;border:1px solid #f7f7f7;display:flex;height:6.25rem;justify-content:center;padding:1rem;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .layout__partners .partners__link{height:9rem}}@media screen and (min-width:992px){.layout_Tokens .layout__partners .partners__link{height:7.5rem}}.layout_Tokens .layout__partners .partners__img{height:4rem;object-fit:contain;width:auto}@media screen and (min-width:580px){.layout_Tokens .layout__partners .partners__img{height:4rem}}@media screen and (min-width:992px){.layout_Tokens .layout__partners .partners__img{height:2.75rem;height:5rem}}.layout_Tokens .layout__partners .partners__ico{height:4rem}@media screen and (min-width:992px){.layout_Tokens .layout__partners .partners__ico{height:5rem}}@media(min-width:1201px){.layout_Tokens .layout__partners .partners__ico{height:3.25rem}}.layout_Tokens .layout__investors{grid-gap:2.75rem;display:grid;gap:2.75rem}@media screen and (min-width:992px){.layout_Tokens .layout__investors{gap:4rem;grid-template-columns:20.5rem auto}}@media(min-width:1201px){.layout_Tokens .layout__investors{gap:3.5rem;grid-template-columns:25rem auto}}@media(min-width:1400px){.layout_Tokens .layout__investors{gap:14.5rem;grid-template-columns:30rem auto}}.layout_Tokens .investors__layout{display:flex;flex-direction:column;gap:1.25rem}.layout_Tokens .investors__header,.layout_Tokens .investors__main{max-width:35rem}.layout_Tokens .investors__text{color:rgba(32,38,57,.8)}.layout_Tokens .investors__footer{margin-top:auto}.layout_Tokens .investors__tabs{display:flex;flex-direction:column}.layout_Tokens .investors__tabs .tabs__header{position:relative}.layout_Tokens .investors__tabs .tabs__header:not(:last-child){margin-bottom:1rem}.layout_Tokens .investors__tabs .tabs__header:before{background-color:rgba(30,30,30,.1);bottom:0;content:"";height:.125rem;left:0;position:absolute;width:100%}.layout_Tokens .investors__tabs .tabs__header .tabs__list{display:flex;gap:3.25rem;overflow:hidden;overflow-x:auto;padding-bottom:1rem}@media(min-width:1201px){.layout_Tokens .investors__tabs .tabs__header .tabs__list{gap:3.75rem}}.layout_Tokens .investors__tabs .tabs__header .tabs__item{color:rgba(30,30,30,.4);cursor:pointer;font-size:1rem;font-weight:500;line-height:1.25rem;position:relative;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .investors__tabs .tabs__header .tabs__item{font-size:1.125rem;line-height:1.125rem}}@media(min-width:1201px){.layout_Tokens .investors__tabs .tabs__header .tabs__item{font-size:1.25rem;line-height:1.25rem}}.layout_Tokens .investors__tabs .tabs__header .tabs__item:before{background-color:#a717ff;bottom:-1rem;content:"";height:.125rem;left:0;position:absolute;transition:all .4s ease-in-out;width:0}.layout_Tokens .investors__tabs .tabs__header .tabs__item.tabs__item_active,.layout_Tokens .investors__tabs .tabs__header .tabs__item:hover{color:#1e1e1e}.layout_Tokens .investors__tabs .tabs__header .tabs__item.tabs__item_active:before,.layout_Tokens .investors__tabs .tabs__header .tabs__item:hover:before{width:100%}.layout_Tokens .investors__tabs .tabs__main:not(:last-child){margin-bottom:1.5rem}.layout_Tokens .investors__tabs .tabs__link{align-items:center;color:#1e1e1e;display:flex;font-size:1rem;font-weight:500;gap:1rem;line-height:1.25rem}.layout_Tokens .investors__tabs .tabs__link:hover .link__ico{-webkit-transform:translateX(.25rem);transform:translateX(.25rem)}.layout_Tokens .investors__tabs .tabs__link .link__ico{height:1.25rem;-webkit-transform:translateX(0);transform:translateX(0);transition:all .4s ease-in-out;width:1.25rem}.layout_Tokens .layout__steps{display:flex;flex-direction:column;gap:.25rem}.layout_Tokens .layout__steps .steps__list{grid-gap:.25rem;display:grid;gap:.25rem}@media screen and (min-width:580px){.layout_Tokens .layout__steps .steps__list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.layout_Tokens .layout__steps .steps__list{grid-template-columns:repeat(4,1fr)}}.layout_Tokens .layout__steps .steps__item{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__steps .steps__item{gap:2rem}}.layout_Tokens .layout__steps .steps__img{height:18.5rem;margin:auto auto -.5rem;object-fit:contain;width:17.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__steps .steps__img{margin-bottom:-1rem}}@media(min-width:1201px){.layout_Tokens .layout__steps .steps__img{margin-bottom:-1.25rem}}.layout_Tokens .layout__poster .poster__media{align-items:flex-start;border-radius:1.5rem;display:flex;overflow:hidden}.layout_Tokens .layout__poster .poster__media img{min-height:11rem}.layout_Tokens .layout__cooperation{grid-gap:.25rem;display:grid;gap:.25rem}@media screen and (min-width:992px){.layout_Tokens .layout__cooperation{grid-template-columns:1fr 1fr}}.layout_Tokens .layout__cooperation .cooperation__banner{position:relative}.layout_Tokens .layout__cooperation .banner__wrapper{background-color:#a717ff;border-radius:1.25rem;color:#fff;display:flex;flex-direction:column;gap:2rem;justify-content:space-between;padding:1.5rem;position:relative}@media screen and (min-width:580px){.layout_Tokens .layout__cooperation .banner__wrapper{height:35rem;height:26rem;max-width:46vw;padding:2rem;position:absolute}}@media screen and (min-width:992px){.layout_Tokens .layout__cooperation .banner__wrapper.banner__wrapper_fixed{position:fixed;top:0}.layout_Tokens .layout__cooperation .banner__wrapper.banner__wrapper_bottom{bottom:0;position:absolute;top:auto}}.layout_Tokens .layout__cooperation .banner__wrapper .banner__background{align-items:flex-end;bottom:0;display:flex;height:100%;justify-content:flex-start;left:0;position:absolute;width:100%}.layout_Tokens .layout__cooperation .banner__wrapper .banner__footer,.layout_Tokens .layout__cooperation .banner__wrapper .banner__header{position:relative;z-index:2}.layout_Tokens .layout__cooperation .banner__wrapper .banner__footer{width:100%}@media screen and (min-width:992px){.layout_Tokens .layout__cooperation .banner__wrapper .banner__footer{width:26.25rem}}.layout_Tokens .layout__cooperation .cooperation__list{grid-gap:.25rem;display:grid;gap:.25rem}.layout_Tokens .layout__cooperation .cooperation__item{align-items:flex-start;display:flex;flex-direction:column;gap:2.5rem;justify-content:space-between;position:relative}@media screen and (min-width:580px){.layout_Tokens .layout__cooperation .cooperation__item{gap:4rem;padding-right:14.5rem}}@media(min-width:1201px){.layout_Tokens .layout__cooperation .cooperation__item{gap:5.5rem}}.layout_Tokens .layout__cooperation .cooperation__text{max-width:25rem}.layout_Tokens .layout__cooperation .cooperation__img{height:12.5rem;margin:0 auto -.75rem;width:12.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__cooperation .cooperation__img{bottom:0;height:15.5rem;margin:0;object-fit:contain;object-position:bottom;position:absolute;right:0;width:14.5rem}}.layout_Tokens .layout__roadmap{grid-gap:2em;display:grid;gap:2em}@media screen and (min-width:580px){.layout_Tokens .layout__roadmap{gap:4.5rem}}.layout_Tokens .layout__roadmap .roadmap__list{display:flex;flex-direction:column;gap:2rem}@media(min-width:1201px){.layout_Tokens .layout__roadmap .roadmap__list{gap:3rem}}.layout_Tokens .layout__roadmap .roadmap__item{grid-gap:1rem;align-items:flex-start;display:grid;gap:1rem}@media screen and (min-width:580px){.layout_Tokens .layout__roadmap .roadmap__item{gap:2rem;grid-template-columns:8.75rem auto}}@media screen and (min-width:992px){.layout_Tokens .layout__roadmap .roadmap__item{grid-template-columns:13.5rem auto}}@media(min-width:1201px){.layout_Tokens .layout__roadmap .roadmap__item{grid-template-columns:19.5rem auto}}@media screen and (min-width:580px){.layout_Tokens .layout__roadmap .roadmap__header{display:flex;justify-content:flex-end}}.layout_Tokens .layout__roadmap .roadmap__header .roadmap__title{align-items:center;display:flex;font-size:1rem;font-weight:500;gap:.5rem;line-height:1.5rem;width:9.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__roadmap .roadmap__header .roadmap__title{font-size:1.5rem;line-height:3rem}}.layout_Tokens .layout__roadmap .roadmap__header .roadmap__title:before{background-color:#a717ff;border-radius:50%;content:"";height:.5rem;width:.5rem}@media screen and (min-width:580px){.layout_Tokens .layout__roadmap .roadmap__header .roadmap__title:before{height:.75rem;width:.75rem}}.layout_Tokens .layout__roadmap .roadmap__events .events__list{display:flex;flex-wrap:wrap;gap:.5rem}.layout_Tokens .layout__roadmap .roadmap__events .events__item{border:1px solid rgba(30,30,30,.1);border-radius:.375rem;overflow:hidden;transition:all .4s ease-in-out}.layout_Tokens .layout__roadmap .roadmap__events .events__item.events__item_secondary,.layout_Tokens .layout__roadmap .roadmap__events .events__item:hover{border-color:#a717ff}.layout_Tokens .layout__roadmap .roadmap__events .events__item.events__item_secondary .events__link,.layout_Tokens .layout__roadmap .roadmap__events .events__item:hover .events__link{background-color:#a717ff;color:#fff}.layout_Tokens .layout__roadmap .roadmap__events .events__item.events__item_secondary .events__arrow,.layout_Tokens .layout__roadmap .roadmap__events .events__item.events__item_secondary .events__ico,.layout_Tokens .layout__roadmap .roadmap__events .events__item:hover .events__arrow,.layout_Tokens .layout__roadmap .roadmap__events .events__item:hover .events__ico{fill:#fff}.layout_Tokens .layout__roadmap .roadmap__events .events__link{align-items:center;background-color:#fff;color:#202639;display:flex;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;transition:all .4s ease-in-out}.layout_Tokens .layout__roadmap .roadmap__events .events__ico{fill:#a717ff;flex-shrink:0;height:1.5rem;transition:all .4s ease-in-out;width:1.5rem}.layout_Tokens .layout__roadmap .roadmap__events .events__arrow{fill:#202639;flex-shrink:0;height:1.25rem;transition:all .4s ease-in-out;width:1.25rem}.layout_Tokens .layout__roadmap .roadmap__action{display:flex;justify-content:center}.layout_Tokens .layout__roadmap .roadmap__action .btn{max-width:26.25rem}.layout_Tokens .layout__categories{grid-gap:.25rem;align-items:flex-start;display:grid;gap:.25rem}@media screen and (min-width:992px){.layout_Tokens .layout__categories{grid-template-columns:17.5rem auto}}@media(min-width:1201px){.layout_Tokens .layout__categories{grid-template-columns:21.25rem auto}}.layout_Tokens .layout__categories .section__tabs{justify-content:flex-start}.layout_Tokens .categories__sidebar{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem}@media screen and (min-width:992px){.layout_Tokens .categories__sidebar{gap:2rem}}.layout_Tokens .categories__sidebar .sidebar__header{padding:1.25rem}@media screen and (min-width:992px){.layout_Tokens .categories__nav{margin:0 -1.25rem;width:calc(100% + 2.5rem)}}.layout_Tokens .categories__nav .nav__list{display:flex;flex-direction:row;gap:1rem;max-width:calc(100vw - 3.5rem);overflow:hidden;overflow-x:auto}@media screen and (min-width:992px){.layout_Tokens .categories__nav .nav__list{flex-direction:column;gap:0}}.layout_Tokens .categories__nav .nav__item{align-items:center;background-color:#fff;border-radius:2rem;cursor:pointer;display:flex;flex-shrink:0;gap:1rem;padding:.75rem 1rem;transition:all .4s ease-in-out}@media screen and (min-width:992px){.layout_Tokens .categories__nav .nav__item{background-color:transparent}}.layout_Tokens .categories__nav .nav__item.nav__item_active,.layout_Tokens .categories__nav .nav__item:hover{background-color:#a717ff}.layout_Tokens .categories__nav .nav__item.nav__item_active .nav__ico,.layout_Tokens .categories__nav .nav__item:hover .nav__ico{background-color:hsla(0,0%,100%,.2)}.layout_Tokens .categories__nav .nav__item.nav__item_active .nav__text,.layout_Tokens .categories__nav .nav__item:hover .nav__text{color:#fff}@media screen and (min-width:992px){.layout_Tokens .categories__nav .nav__item{border:0;border-bottom:1px solid rgba(30,30,30,.1);border-radius:0}}.layout_Tokens .categories__nav .nav__ico{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-shrink:0;font-size:1rem;height:2rem;justify-content:center;line-height:1.25rem;transition:all .4s ease-in-out;width:2rem}@media screen and (min-width:580px){.layout_Tokens .categories__nav .nav__ico{height:2.5rem;width:2.5rem}}@media screen and (min-width:992px){.layout_Tokens .categories__nav .nav__ico{font-size:1.25rem;height:3.25rem;line-height:1.5rem;width:3.25rem}}.layout_Tokens .categories__nav .nav__text{color:rgba(30,30,30,.5);font-size:.875rem;font-weight:500;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .categories__nav .nav__text{font-size:1rem;line-height:1.25rem}}@media(min-width:1201px){.layout_Tokens .categories__nav .nav__text{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .categories__item{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:1201px){.layout_Tokens .categories__item{gap:3.25rem}}.layout_Tokens .categories__item .category__header{display:flex;justify-content:space-between}.layout_Tokens .categories__item .category__title{max-width:32.5rem}.layout_Tokens .categories__item .category__ico{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-shrink:0;font-size:2rem;height:3.75rem;justify-content:center;line-height:2.5rem;transition:all .4s ease-in-out;width:3.75rem}@media screen and (min-width:580px){.layout_Tokens .categories__item .category__ico{height:5rem;width:5rem}}@media screen and (min-width:992px){.layout_Tokens .categories__item .category__ico{height:5.75rem;width:5.75rem}}.layout_Tokens .categories__item .category__main{grid-gap:2rem;display:grid;gap:2rem}@media screen and (min-width:992px){.layout_Tokens .categories__item .category__main{gap:3rem}}.layout_Tokens .category__group{grid-gap:1.5rem;display:grid;gap:1.5rem}.layout_Tokens .category__steps .steps__list{grid-gap:.25rem;display:grid;gap:.25rem}@media screen and (min-width:580px){.layout_Tokens .category__steps .steps__list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.layout_Tokens .category__steps .steps__list{grid-template-columns:repeat(3,1fr)}}.layout_Tokens .category__steps .steps__item:hover .steps__link{background-color:#a717ff;color:#fff}.layout_Tokens .category__steps .steps__item:hover .steps__link .steps__title{background-color:hsla(0,0%,100%,.2)}.layout_Tokens .category__steps .steps__item:hover .steps__link .steps__arrow{fill:#fff}.layout_Tokens .category__steps .steps__link{align-items:flex-start;background-color:#fff;border-radius:.75rem;color:#202639;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;min-height:10rem;padding:1rem;transition:all .4s ease-in-out}@media screen and (min-width:580px){.layout_Tokens .category__steps .steps__link{min-height:11.75rem}}@media(min-width:1201px){.layout_Tokens .category__steps .steps__link{border-radius:1rem;padding:1.25rem}}.layout_Tokens .category__steps .steps__title{background-color:#f7f7f7;border-radius:2rem;font-size:1rem;font-weight:500;line-height:1.25rem;padding:.75rem 1.25rem;transition:all .4s ease-in-out}@media screen and (min-width:992px){.layout_Tokens .category__steps .steps__title{font-size:1.25rem;line-height:1.5rem}}.layout_Tokens .category__steps .steps__arrow{fill:#202639;height:1.5rem;-webkit-transform:translateY(.75rem);transform:translateY(.75rem);transition:all .4s ease-in-out;width:1.5rem}.layout_Tokens .category__steps .steps__text{margin-top:auto;width:100%}.layout_Tokens .category__results .results__list{display:flex;flex-wrap:wrap;gap:.5rem}.layout_Tokens .category__results .results__item:hover .results__link{background-color:#a717ff;color:#fff}.layout_Tokens .category__results .results__link{color:rgba(32,38,57,.8);transition:all .4s ease-in-out}.Orderbook_titleFirst__O\+jyX{border-radius:0 18px 0 0;grid-area:title1}.Orderbook_titleSecond__FxeEl{background-color:#fff;grid-area:title2}.Orderbook_titleLast__xkv11{border-radius:0 0 18px 0;grid-area:title3}.Orderbook_windowFirst__RuU72{background:#fff2f6;grid-area:window1;height:100%;width:100%}.Orderbook_windowFirst__RuU72::-webkit-scrollbar{width:4px}.Orderbook_windowFirst__RuU72::-webkit-scrollbar-track{background:#fff2f6}.Orderbook_windowFirst__RuU72::-webkit-scrollbar-thumb{background-color:#ff004d;border-radius:999px}.Orderbook_windowFirst__RuU72 .Orderbook_tableItem__Odc5u span:first-of-type{color:#ff004d}.Orderbook_windowSecond__M753V{background:#f5fdfd;grid-area:window2;height:100%;width:100%}.Orderbook_windowSecond__M753V::-webkit-scrollbar{width:4px}.Orderbook_windowSecond__M753V::-webkit-scrollbar-track{background:#f5fdfd}.Orderbook_windowSecond__M753V::-webkit-scrollbar-thumb{background-color:#00d09e;border-radius:999px}.Orderbook_windowSecond__M753V .Orderbook_tableItem__Odc5u span:first-of-type{color:#00d09e}.Orderbook_title__8hvU4{align-items:center;background-color:#fff;display:flex;justify-content:center}.Orderbook_title__8hvU4 h3{font-size:20px;font-weight:500;line-height:24px}.Orderbook_tableItem__Odc5u{display:grid;grid-template-columns:24% 26% 19% 1fr;height:25px;padding:0 8px}.Orderbook_tableItem__Odc5u h3{align-self:center;font-size:14px;font-weight:500;line-height:17px;opacity:.5}@media(min-width:767.999px)and (max-width:1239.999px){.Orderbook_tableItem__Odc5u h3{font-size:14px;line-height:17px}}.Orderbook_tableItem__Odc5u span{align-self:center;font-family:Inter;font-size:16px;font-weight:500;line-height:19px;white-space:nowrap}@media(min-width:767.999px)and (max-width:1239.999px){.Orderbook_tableItem__Odc5u span{font-size:12px;line-height:15px}}.Orderbook_list__3eS3Q{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Orderbook_line__c5RLw{background-color:#e9e7e7;height:1px}.MarketLimitPhone_wrapper__81vz0{display:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:20px;width:100%}@media(max-width:767.998px){.MarketLimitPhone_wrapper__81vz0{display:block}}.MarketLimitPhone_borderWrapper__qufHw{border:2px solid #abaeef;border-radius:20px 20px 0 0;display:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1px;width:100%}@media(max-width:767.998px){.MarketLimitPhone_borderWrapper__qufHw{display:block}}.MarketLimitPhone_content__\+d9pq{background:#fff;border-radius:19px 19px 0 0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:5px;width:100%}.MarketLimitPhone_firstRow__mvFSv{align-items:center;display:flex;justify-content:space-between;margin:0 20px 10px}.MarketLimitPhone_firstRow__mvFSv h3{-webkit-text-fill-color:transparent;background:radial-gradient(150.69% 118.33% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;font-weight:400}.MarketLimitPhone_filterBlock__6PaKK{align-items:center;display:flex;gap:8px;height:21px;width:auto}.MarketLimitPhone_filterBlock__6PaKK button{align-items:center;display:flex;height:21px;justify-content:center;width:21px}.MarketLimitPhone_filterBlock__6PaKK button img{height:19px;width:19px}.MarketLimitPhone_filterActive__QaAKr{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#c6fff1 0,#e7c8ff 100%)}.MarketLimitPhone_table__wsAoo{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.MarketLimitPhone_tableSelected__p66Gm{grid-template-columns:1fr}.MarketLimitPhone_tableSelected__p66Gm .MarketLimitPhone_right__O0eX- .MarketLimitPhone_cellRow__bsZKb{direction:ltr;grid-auto-flow:row}.MarketLimitPhone_tableSelected__p66Gm .MarketLimitPhone_right__O0eX- span:nth-of-type(2){direction:ltr;justify-self:flex-start}.MarketLimitPhone_left__bdZws .MarketLimitPhone_containerWrapper__dzaWi{background:radial-gradient(107.25% 302.83% at 3.5% 11.32%,rgba(204,255,243,.2) 0,rgba(208,244,245,.2) 93.26%)}.MarketLimitPhone_left__bdZws :not(.MarketLimitPhone_cellFirstRow__zEFUy) span:nth-of-type(3){color:#00d09e}.MarketLimitPhone_right__O0eX- .MarketLimitPhone_containerWrapper__dzaWi{background-color:#fff2f6}.MarketLimitPhone_right__O0eX- .MarketLimitPhone_cellRow__bsZKb{direction:rtl;grid-auto-flow:dense}.MarketLimitPhone_right__O0eX- :not(.MarketLimitPhone_cellFirstRow__zEFUy) span:nth-of-type(3){color:#ff004d}.MarketLimitPhone_right__O0eX- span:nth-of-type(2){direction:ltr;justify-self:flex-end}.MarketLimitPhone_containerWrapper__dzaWi{height:269px}.MarketLimitPhone_cellRow__bsZKb{align-items:center;display:grid;font-size:12px;font-weight:400;grid-template-columns:1fr 20% 1fr;height:25px;line-height:15px;padding:0 10px}.MarketLimitPhone_cellRow__bsZKb span:nth-of-type(3){font-weight:500;justify-self:flex-end}@media(max-width:575.998px){.MarketLimitPhone_cellRow__bsZKb{grid-template-columns:1fr 1fr}.MarketLimitPhone_cellRow__bsZKb:not(.MarketLimitPhone_cellRowSelected__vlov4) span:nth-of-type(2){display:none}}.MarketLimitPhone_cellRowSelected__vlov4{grid-template-columns:1.1fr .8fr 1fr .8fr}.MarketLimitPhone_cellRowSelected__vlov4 span:nth-of-type(3){justify-self:flex-start}.MarketLimitPhone_cellRowSelected__vlov4 span:nth-of-type(4){justify-self:flex-end}.MarketLimitPhone_cellFirstRow__zEFUy{font-weight:500}.MarketLimitPhone_gradientLine__OmiBK{background:linear-gradient(135deg,#8c00fd,#a800c0);height:1px;width:100%}.MarketLimitPhone_grayLine__RcdTT{background-color:#e9e7e7;height:1px;width:100%}.MarketLimitPhone_buttonsWrapper__6TgHY{display:flex;gap:10px;height:40px;margin-top:20px;width:100%}.MarketLimitPhone_buttonsWrapper__6TgHY button{border-radius:10px;color:#fff;font-size:20px;font-weight:600;height:100%;line-height:24px;width:100%}@media(max-width:575.998px){.MarketLimitPhone_buttonsWrapper__6TgHY button{font-size:18px;line-height:22px}}.MarketLimitPhone_buttonsWrapper__6TgHY .MarketLimitPhone_green__o0gS4{background:#00d09e}@media(hover:hover){.MarketLimitPhone_buttonsWrapper__6TgHY .MarketLimitPhone_green__o0gS4:hover{background:#00ba8d}}.MarketLimitPhone_buttonsWrapper__6TgHY .MarketLimitPhone_green__o0gS4:active{background:#00ba8d}.MarketLimitPhone_buttonsWrapper__6TgHY .MarketLimitPhone_red__hbGJT{background:#ff004d}@media(hover:hover){.MarketLimitPhone_buttonsWrapper__6TgHY .MarketLimitPhone_red__hbGJT:hover{background:#dd0043}}.MarketLimitPhone_buttonsWrapper__6TgHY .MarketLimitPhone_red__hbGJT:active{background:#dd0043}.Deals_wrapper__O-GLG{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:26px;width:100%}.Deals_borderWrapper__w\+zyg{border-radius:10px 20px 20px 20px;padding-bottom:.016px;position:relative;width:100%;z-index:2}@media(max-width:575.998px){.Deals_borderWrapper__w\+zyg{border-radius:0 20px 20px 20px;padding-top:8px}}.Deals_mask__ou4RX{display:grid;grid-template-areas:"button1 mask1 rec0 mask2 button2 mask3 rec4 mask5 button2 mask6 rec";grid-template-columns:210px 10px 5px 10px 190px 10px 5px 10px 190px 10px auto;height:42px;left:0;position:absolute;top:0;width:100%;z-index:1}@media(max-width:767.998px){.Deals_mask__ou4RX{grid-template-columns:136px 10px 8px 10px 78px 10px 8px 10px 78px 10px auto;height:34px}}.Deals_white__z0fIG{background:#f8f9fd}.Deals_rec__Sdxvk{grid-area:rec}.Deals_rec2__i5LJm{grid-area:rec2}.Deals_maskRotate__Nd-YX{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.Deals_navWrapper__5TBdH{grid-gap:5px;display:grid;gap:5px;grid-template-columns:220px 210px 210px auto;height:42px;position:relative;z-index:2;z-index:1}@media(max-width:767.998px){.Deals_navWrapper__5TBdH{gap:8px;grid-template-columns:146px 98px 98px auto}}.Deals_navWrapper__5TBdH .Deals_navButtonActive__hV6ng,.Deals_navWrapper__5TBdH .Deals_navButton__0uJQ\+{width:100%}.Deals_navButton__0uJQ\+{background:#efebff;border:1px solid #e7c8ff;border-bottom:0;border-radius:10px 10px 0 0;font-size:20px;height:42px;line-height:24px;margin:0;padding-top:5px}@media(max-width:767.998px){.Deals_navButton__0uJQ\+{font-size:14px;height:34px;line-height:17px}}.Deals_navButtonActive__hV6ng{background:#fff;border:2px solid #abaeef;border-bottom:0;border-radius:8px 8px 0 0;height:44px;padding-top:0}.Deals_navButtonActive__hV6ng span{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-weight:600}@media(max-width:767.998px){.Deals_navButtonActive__hV6ng{height:36px}}.Deals_phoneVNavButtonsWrapper__uMeRz{display:none}@media(max-width:575.998px){.Deals_phoneVNavButtonsWrapper__uMeRz{align-items:center;display:grid;font-size:12px;font-weight:400;grid-template-columns:repeat(3,1fr);height:35px;justify-content:space-around;line-height:15px;width:100%}}.Deals_phoneVNavButton__Opjkr{height:17px}.Deals_phoneVNavButton__Opjkr span{color:#000}.Deals_phoneVNavButtonActive__3d6Pc span{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-weight:600;position:relative;white-space:nowrap}.Deals_phoneVNavButtonActive__3d6Pc span:before{background:linear-gradient(135deg,#8c00fd,#a800c0);content:"";height:2px;left:0;position:absolute;top:calc(100% + 3px);width:100%}.Deals_content__XYkp2{background:#fff;border:2px solid #abaeef;border-radius:0 20px 20px 20px}@media(max-width:767.998px){.Deals_content__XYkp2{margin-top:-8px}}.Deals_mask20__MrSkE{height:20px;position:absolute;right:0;top:-2px;width:20px}.Deals_row__VD1kZ{background:#fff;display:grid;grid-template-columns:16% 16% 18% 18% 15% 14%;height:29px;padding:0 20px;position:relative;width:calc(100% + 2px);z-index:2}.Deals_row__VD1kZ h3{align-self:center;font-size:18px;font-weight:500;line-height:22px}@media(min-width:575.999px)and (max-width:767.998px){.Deals_row__VD1kZ h3{font-size:14px;line-height:17px}}@media(max-width:575.998px){.Deals_row__VD1kZ h3{font-size:12px;line-height:15px}}.Deals_row__VD1kZ span{align-self:center;font-size:14px;font-weight:400;line-height:17px}@media(max-width:767.998px){.Deals_row__VD1kZ span{font-size:12px;line-height:15px}}@media(max-width:575.998px){.Deals_row__VD1kZ span{font-size:11px}}.Deals_row__VD1kZ.Deals_green__bq6xO .Deals_type__o0dN2{color:#00d09e}.Deals_row__VD1kZ.Deals_red__sLQ45 .Deals_type__o0dN2{color:#ff004d}@media(max-width:767.998px){.Deals_row__VD1kZ.Deals_green__bq6xO .Deals_price__\+pbEG{color:#00d09e}.Deals_row__VD1kZ.Deals_red__sLQ45 .Deals_price__\+pbEG{color:#ff004d}}@media(min-width:575.999px)and (max-width:767.998px){.Deals_row__VD1kZ{grid-template-columns:31% 31% 31% 5%;padding:0 10px}}@media(max-width:575.998px){.Deals_row__VD1kZ{grid-template-columns:31% 31% 31% 5%;padding:0 10px}}@media(min-width:575.999px)and (max-width:767.998px){.Deals_row7__0hbFs{grid-template-columns:31% 31% 31% 5%}}@media(max-width:575.998px){.Deals_row7__0hbFs{grid-template-columns:31% 31% 31% 5%}}.Deals_type__o0dN2{font-weight:500}@media(max-width:767.998px){.Deals_type__o0dN2{display:none}}.Deals_cancelImage__8yo8Y{align-self:center}.Deals_cancelBtn__M54wj{color:#ff004d;cursor:pointer;text-decoration-line:underline}.Deals_mobileOnly__31j7I{display:none}@media(max-width:1240px){.Deals_mobileOnly__31j7I{display:block}.Deals_mobileHidden__D5lse{display:none}}@media(max-width:767.998px){.Deals_phoneHidden__tBDGX{display:none}}@media(min-width:575.999px)and (max-width:767.998px){.Deals_phoneHHidden__f6AYL{display:none}}@media(max-width:575.998px){.Deals_phoneVHidden__79WUF{display:none}}.Deals_phoneOnly__H1zMl{display:none}@media(max-width:767.998px){.Deals_phoneOnly__H1zMl{display:block}}.Deals_phoneHOnly__L2RP2{display:none}@media(min-width:575.999px)and (max-width:767.998px){.Deals_phoneHOnly__L2RP2{display:block}}.Deals_phoneVOnly__U9eSV{display:none}@media(max-width:575.998px){.Deals_phoneVOnly__U9eSV{display:block}}.Deals_title__pjtYJ{background:#fff;border-radius:0 18px 0 0;height:47px;margin:2px 2px 0;width:calc(100% - 4px)}.Deals_elementWrapper__hIHlC{display:flex;gap:20px}@media(max-width:767.998px){.Deals_elementWrapper__hIHlC{gap:5px}}.Deals_borderRadius__dhB5D{background:#fff;border-radius:0 0 18px 18px;margin-left:2px;overflow:hidden;width:calc(100% - 4px)}.Deals_viewport__W6GCl{border-radius:0 0 18px 18px;height:462px}.Deals_viewport__W6GCl::-webkit-scrollbar{width:4px}.Deals_viewport__W6GCl::-webkit-scrollbar-track{background:#fff}.Deals_viewport__W6GCl::-webkit-scrollbar-thumb{background-color:#7f00e2;border-radius:999px}.Deals_coloredRow__EdH1q{background:linear-gradient(135deg,#f9f2ff,#fbf2fc)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.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-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-scrollbar{background:rgba(0,0,0,.1);background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}@media(max-width:575.998px){.CurrencyPairs_currencyPairs__azTK\+{-ms-overflow-style:none;display:flex;gap:20px;margin:0 -10px;overflow-x:scroll;overflow:-moz-scrollbars-none;padding:0 10px 20px}}.CurrencyPairs_currencyPairs__azTK\+::-webkit-scrollbar{width:0}.CurrencyPairs_currencyPairBlocksWrapper__niayN{grid-gap:10px;display:grid;flex-wrap:wrap;gap:10px;grid-template-areas:"c1 c1 c2 c2 c3 c3 c4 c4 c5 c5 c6 c6 " "v1 v1 v1 c7 c7 c8 c8 c9 c9 v2 v2 v2";grid-template-columns:repeat(12,calc(8.33333% - 9.16667px));justify-content:center;margin-top:20px}@media(min-width:767.999px)and (max-width:1239.999px){.CurrencyPairs_currencyPairBlocksWrapper__niayN{gap:5px;grid-template-areas:"c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3 c4 c4 c4 c4 c5 c5 c5 c5" "v1 v1 c6 c6 c6 c6 c7 c7 c7 c7 c8 c8 c8 c8 c9 c9 c9 c9 v2 v2";grid-template-columns:repeat(20,calc(5% - 4.75px))}}@media(min-width:575.999px)and (max-width:767.998px){.CurrencyPairs_currencyPairBlocksWrapper__niayN{gap:10px;grid-template-areas:"c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3 c4 c4 c4 c4 c5 c5 c5 c5" "v1 v1 c6 c6 c6 c6 c7 c7 c7 c7 c8 c8 c8 c8 c9 c9 c9 c9 v2 v2";grid-template-columns:repeat(20,calc(5% - 9.5px))}}@media(max-width:575.998px){.CurrencyPairs_currencyPairBlocksWrapper__niayN{gap:10px;grid-template-areas:"c1 c2 c3" "c4 c5 c6" "c7 c8 c9";grid-template-columns:repeat(3,calc(33.33333% - 6.66667px))}}.CurrencyPairs_currencyPairBlocksWrapper4Columns__xSsOm{grid-template-columns:repeat(4,calc(20% - 8px))}@media(max-width:575.998px){.CurrencyPairs_currencyPairBlocksWrapper4Columns__xSsOm{grid-template-columns:repeat(4,98px)}}.CurrencyPairs_currencyPairBlock__r5mCd{border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.25);cursor:pointer;display:flex;flex-direction:column;height:46px;justify-content:center;overflow:hidden;padding-left:10px;position:relative;width:100%}@media(max-width:1240px){.CurrencyPairs_currencyPairBlock__r5mCd{padding:10px}}.CurrencyPairs_currencyPairBlock__r5mCd img{align-self:center;height:40px;width:178px}@media(min-width:767.999px)and (max-width:1239.999px){.CurrencyPairs_currencyPairBlock__r5mCd img{height:23px;width:104px}}@media(max-width:767.998px){.CurrencyPairs_currencyPairBlock__r5mCd img{height:17px;width:78px}}.CurrencyPairs_currencyPairBlock__r5mCd span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CurrencyPairs_currencyPairBlock__r5mCd:first-of-type{grid-area:c1}.CurrencyPairs_currencyPairBlock__r5mCd:nth-of-type(2){grid-area:c2}.CurrencyPairs_currencyPairBlock__r5mCd:nth-of-type(3){grid-area:c3}.CurrencyPairs_currencyPairBlock__r5mCd:nth-of-type(4){grid-area:c4}.CurrencyPairs_currencyPairBlock__r5mCd:nth-of-type(5){grid-area:c5}.CurrencyPairs_currencyPairBlock__r5mCd:nth-of-type(6){grid-area:c6}.CurrencyPairs_currencyPairBlock__r5mCd:nth-of-type(7){grid-area:c7}.CurrencyPairs_currencyPairBlock__r5mCd:nth-of-type(8){grid-area:c8}.CurrencyPairs_currencyPairBlock__r5mCd:nth-of-type(9){grid-area:c9}.CurrencyPairs_currencyPairBlockGreen__Y4cxP{background:#dbfff6}.CurrencyPairs_currencyPairBlockRed__ltqjV{background:#fee1ea}.CurrencyPairs_currencyPairBlockActive__yvBy0{background:linear-gradient(135deg,#8c00fd,#a800c0)}.CurrencyPairs_currencyPairBlockActive__yvBy0 .CurrencyPairs_currencyPairValue__vQpwh,.CurrencyPairs_currencyPairBlockActive__yvBy0 .CurrencyPairs_currencyPair__c\+0jg{color:#fff}.CurrencyPairs_currencyPairPofit__-\+Pdu{border-radius:23px;box-shadow:5px 5px 10px rgba(127,0,226,.2);font-size:12px;font-weight:600;height:-webkit-min-content;height:min-content;line-height:15px;padding:3px 1.5px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);vertical-align:middle;width:-webkit-min-content;width:min-content;z-index:2}@media(max-width:767.998px){.CurrencyPairs_currencyPairPofit__-\+Pdu{display:none}}.CurrencyPairs_currencyPairProfitGreen__rJB7M{background:#f1fffc;color:#0e8568}.CurrencyPairs_currencyPairProfitRed__1f6R6{background:#fefbfc;color:#ff004d}.CurrencyPairs_currencyPairProfitGreenActive__l\+duV{background:#f6edfd;color:#0e8568}.CurrencyPairs_currencyPairProfitRedActive__aoHP9{background:#f6edfd;color:#ff004d}.CurrencyPairs_currencyPair__c\+0jg{font-size:18px;font-weight:500;line-height:22px;white-space:nowrap}@media(max-width:1240px){.CurrencyPairs_currencyPair__c\+0jg{font-size:14px;line-height:17px}}@media(max-width:767.998px){.CurrencyPairs_currencyPair__c\+0jg{align-self:center}}.CurrencyPairs_currencyPairValue__vQpwh{font-size:32px;font-weight:500;line-height:39px;margin-bottom:5px;margin-top:12px}@media(max-width:1240px){.CurrencyPairs_currencyPairValue__vQpwh{font-size:16px;line-height:19px}}.CurrencyPairs_currencyPairChartGreenActive__spAtP{-webkit-filter:invert(95%) sepia(87%) saturate(5852%) hue-rotate(82deg) brightness(104%) contrast(105%);filter:invert(95%) sepia(87%) saturate(5852%) hue-rotate(82deg) brightness(104%) contrast(105%)}.CurrencyPairs_currencyPairChartGreen__6XiVq{-webkit-filter:invert(36%) sepia(78%) saturate(1340%) hue-rotate(138deg) brightness(97%) contrast(87%);filter:invert(36%) sepia(78%) saturate(1340%) hue-rotate(138deg) brightness(97%) contrast(87%)}.CurrencyPairs_currencyPairChartRedActive__B2veD,.CurrencyPairs_currencyPairChartRed__rYD4w{-webkit-filter:invert(11%) sepia(100%) saturate(6858%) hue-rotate(338deg) brightness(101%) contrast(103%);filter:invert(11%) sepia(100%) saturate(6858%) hue-rotate(338deg) brightness(101%) contrast(103%)}.TradingPage_liteProSwitcherWrapper__Lpwhh{align-items:center;display:flex}.TradingPage_liteProSwitcherWrapper__Lpwhh span{font-size:18px;line-height:22px}@media(max-width:767.998px){.TradingPage_liteProSwitcherWrapper__Lpwhh{display:none}}.TradingPage_firstRowWrapper__NoRGa{align-items:center;display:flex;justify-content:space-between}@media(max-width:767.998px){.TradingPage_firstRowWrapper__NoRGa{justify-content:flex-end}}.TradingPage_firstRowWrapperLanding__5Pnk3{justify-content:flex-end}.TradingPage_input__IQ6Ya{height:0;visibility:hidden;width:0}.TradingPage_input__IQ6Ya:checked+.TradingPage_label__81LFm{background:#abaeef}.TradingPage_input__IQ6Ya:checked+.TradingPage_label__81LFm:after{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#003629 0,#7f00e2 100%);left:calc(100% - 3px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.TradingPage_label__81LFm{background:#efebff;border-radius:29px;box-shadow:5px 5px 10px rgba(127,0,226,.2);cursor:pointer;display:block;height:29px;margin:0 10px;position:relative;text-indent:-9999px;width:58px}.TradingPage_label__81LFm:after{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#ab49f8 0,#ab49f8 100%);border-radius:23px;content:"";height:23px;left:3px;position:absolute;top:3px;transition:.3s;width:23px}.TradingPage_label__81LFm:active:after{width:23px}.TradingPage_currencyButtonsWrapper__61xcw{align-items:center;display:flex;gap:20px}@media(min-width:767.999px)and (max-width:1239.999px){.TradingPage_currencyButtonsWrapper__61xcw{gap:15px}}@media(max-width:767.998px){.TradingPage_currencyButtonsWrapper__61xcw{gap:5px}}.TradingPage_currencyButton__9ZYF7{background:#f6eaff;border:0;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.25);color:#000;font-size:20px;height:50px;line-height:24px;outline:none;width:178px}@media(min-width:767.999px)and (max-width:1239.999px){.TradingPage_currencyButton__9ZYF7{font-size:18px;height:30px;line-height:22px;width:125px}}@media(max-width:767.998px){.TradingPage_currencyButton__9ZYF7{font-size:14px;height:30px;line-height:17px;width:75px}}.TradingPage_currencyButtonActive__rqNXu{background:linear-gradient(135deg,#8c00fd,#a800c0);color:#fff}@media(max-width:767.998px){.TradingPage_phoneHidden__e07OL{display:none}}.TradingPage_margin15__W6LR4{margin-top:15px}.TradingPage_searchAndButton__3LEfP{display:flex;justify-content:space-between;padding-top:2.5rem}.TradingPage_goToTokenButton__ORs-8{background:#f6eaff;border:0;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.25);color:#000;cursor:pointer;margin:auto auto auto 1rem;outline:none;padding:.5rem}:root{--primary-color:radial-gradient(150.69% 118.33% at 123.17% 100%,#c6fff1 0%,#e7c8ff 100%);--title-color:radial-gradient(150.69% 118.33% at 123.17% 100%,#003629 0%,#7f00e2 100%);--danger-color:#ff004d;--border-color:radial-gradient(96.1% 93.99% at 0% 2.73%,#ccfff3 0%,#c985ff 100%);--active-gradient:radial-gradient(107.25% 302.83% at 3.5% 11.32%,#ccfff3 0%,#d0f4f5 93.26%);--active-color:radial-gradient(107.25% 302.83% at 3.5% 11.32%,#ccfff3 0%,#d0f4f5 93.26%);--active-menu-color:#7f00e2;--font-family:"Inter";--size-h1:32px;--size-h2:26px;--size-h3:20px;--size-h4:18px;--size-h5:16px;--size-h6:14px}*,:after,:before{box-sizing:border-box;letter-spacing:.01em}h1{font-size:32px;line-height:39px}h2{font-size:20px;line-height:24px}h3{font-size:18px;line-height:22px}h4{font-size:16px;line-height:19px}h5{font-size:14px;line-height:17px}h6{font-size:12px;line-height:15px}ul{list-style:none;margin:0;padding:0}button{background-color:transparent;border:0;cursor:pointer;outline:none;position:relative}.pages_titleWrapper__pD1bP{display:flex;justify-content:space-between}.pages_title__Cj8jh{-webkit-text-fill-color:transparent;background:#7f00e2;background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:500;line-height:39px;margin-bottom:20px}@media(max-width:767.998px){.pages_title__Cj8jh{font-size:20px;line-height:24px}}.pages_flow__jHElD{margin:0 auto;min-width:360px;padding:2.5rem 0;width:1200px}@media(max-width:1240px){.pages_flow__jHElD{margin:0;width:100%}}@media(min-width:767.999px)and (max-width:1239.999px){.pages_flow__jHElD{padding:0 18px}}@media(min-width:575.999px)and (max-width:767.998px){.pages_flow__jHElD{padding:0 14px}}@media(max-width:575.998px){.pages_flow__jHElD{padding:2.5rem .75rem}}.pages_wrapper__vOv\+8{grid-gap:5px;display:grid;gap:5px;grid-template-columns:230px 1fr;justify-content:center;width:100%}@media(max-width:1240px){.pages_wrapper__vOv\+8{grid-template-columns:1fr}}.pages_content__oDvI7{width:965px}@media(max-width:1240px){.pages_content__oDvI7{width:100%}}.pages_blockWrapper__yDh4G{background:#fff;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:100%}@media(max-width:575.998px){.pages_blockWrapper__yDh4G{padding:10px}}.zIndex10{z-index:10!important}.Modal_modalBlurBg__AvolB{-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:hsla(0,0%,40%,.25);display:grid;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:100}.Modal_modalBorderWrapper__B1-la{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-self:center;margin:auto 0;padding:40px 0}.modal604px{width:604px}@media(min-width:575.999px)and (max-width:767.998px){.modal604px{width:520px}}@media(max-width:575.998px){.modal604px{width:calc(100% - 20px)}}.modal794px{width:794px}@media(min-width:767.999px)and (max-width:1239.999px){.modal794px{width:610px}}@media(min-width:575.999px)and (max-width:767.998px){.modal794px{width:520px}}@media(max-width:575.998px){.modal794px{width:340px}}.modal1200px{width:1200px}@media(min-width:767.999px)and (max-width:1239.999px){.modal1200px{width:748px}}@media(min-width:575.999px)and (max-width:767.998px){.modal1200px{width:540px}}@media(max-width:575.998px){.modal1200px{width:340px}}.modal480px{width:480px}@media(min-width:767.999px)and (max-width:1239.999px){.modal480px{width:480px}}@media(min-width:575.999px)and (max-width:767.998px){.modal480px{width:480px}}@media(max-width:575.998px){.modal480px{width:calc(100vw - 2rem)}}.Modal_modal__Yy3-h{background:#fff;border-radius:24px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:24px;width:100%}.Modal_exitButton__JN7yf{position:absolute;right:20px;top:20px;z-index:4}.Modal_exitButton__JN7yf img{height:20px;width:20px}@media(max-width:575.998px){.Modal_exitButton__JN7yf{height:15px;right:15px;top:15px;width:15px}.Modal_exitButton__JN7yf img{height:15px;width:15px}}.Modal_title__50mmW{font-weight:400;max-width:calc(100% - 25px)}@media(max-width:767.998px){.Modal_title__50mmW{font-size:20px;line-height:24px}}@media(max-width:575.998px){.Modal_title__50mmW{max-width:calc(100% - 20px)}}.header-container{align-items:center;background-color:#f5f5f5;display:flex;justify-content:space-between;padding:1rem}.header-title{font-size:1.5rem;font-weight:700}.search-container{align-self:flex-end;max-width:300px}.search-container,.search-wrapper{position:relative;width:100%}.search-input{background-color:#fff;border:1px solid #e0e0e0;border-radius:.375rem;font-size:1rem;line-height:1.5;padding:.5rem 2.5rem;width:100%}.close-icon,.search-icon{height:1.5rem;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1.5rem}.search-icon{left:.75rem}.close-icon{cursor:pointer;pointer-events:auto;right:.75rem}.search-results{background-color:#fff;border:1px solid #e0e0e0;border-radius:0 0 .375rem .375rem;border-top:none;box-shadow:0 4px 6px rgba(0,0,0,.1);left:0;list-style:none;margin:0;max-height:300px;overflow-y:auto;padding:0;position:absolute;top:100%;width:100%;z-index:10}.search-result-item a{align-items:center;color:#333;cursor:pointer;display:flex;padding:.5rem 1rem;text-decoration:none}.search-result-item a:hover{background-color:#f5f5f5}.search-result-item a img{border-radius:50%;height:1.5rem;margin-right:.75rem;width:1.5rem}.search-result-item a span{font-size:.875rem}@media(max-width:768px){.header-container{align-items:flex-start;flex-direction:column}.search-container{align-self:flex-end;margin-left:0;margin-top:1rem}}.Sidebar_sidebar__39GQU{background:#fff;border-radius:20px;box-shadow:0 4px 12px 0 rgba(0,0,0,.063);display:flex;flex-direction:column;gap:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:20px!important;width:100%}@media screen and (max-width:991px){.Sidebar_sidebar__39GQU{border-radius:12px;padding:8px 12px}}.Sidebar_sidebar__39GQU li{align-items:center;color:#000;display:flex;font-size:20px;gap:4px;justify-content:space-between;line-height:24px;list-style-type:none;position:relative;text-decoration:none;white-space:nowrap}.Sidebar_sidebar__39GQU li a{color:#000;font-size:inherit;line-height:inherit;list-style-type:none;text-decoration:none;transition:all .4s ease-in-out}.Sidebar_sidebar__39GQU li a.Sidebar_active__bvanU,.Sidebar_sidebar__39GQU li a:hover{color:#a717ff!important}.Sidebar_sidebar__39GQU li a.Sidebar_active__bvanU{border-radius:20px;font-weight:600}@media(min-width:767.999px)and (max-width:1239.999px){.Sidebar_sidebar__39GQU li{font-size:16px;line-height:19px}}@media(max-width:767.998px){.Sidebar_sidebar__39GQU li{font-size:14px;line-height:17px}}@media screen and (max-width:991px){.Sidebar_sidebar__39GQU li.Sidebar_order__9bImF{display:none}.Sidebar_sidebar__39GQU{flex-direction:row;gap:0;justify-content:space-between;padding:12px 20px}}@media(max-width:767.998px){.Sidebar_sidebar__39GQU{flex-direction:row;gap:0;justify-content:space-between;padding:8px 12px}}.Sidebar_sidebar__39GQU:nth-of-type(3){justify-content:space-evenly}.Sidebar_order__9bImF{margin-left:10px}.Sidebar_orderButton__saELV{align-items:center;display:flex;height:17px;justify-content:center;width:17px}.Sidebar_rotate180__GYGaq{-webkit-transform:rotate(180deg);transform:rotate(180deg)}div.Sidebar_orderBlock__VtgWS{display:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:991px){div.Sidebar_orderBlock__VtgWS{display:flex;left:0;position:absolute;top:calc(100% + 12px)}div.Sidebar_orderBlock__VtgWS .Sidebar_sidebar__39GQU{display:flex;flex-direction:column;padding:8px}}@media(max-width:575.998px){div.Sidebar_orderBlock__VtgWS{left:auto;right:0}}div.Sidebar_orderBlock__VtgWS .Sidebar_sidebar__39GQU{font-weight:400;gap:20px}@media(max-width:575.998px){.Sidebar_phoneVertHidden__Hz6NV{display:none}}.Sidebar_phoneVertOnly__GF\+9p{display:none}@media(max-width:575.998px){.Sidebar_phoneVertOnly__GF\+9p{display:flex}}@media screen and (max-width:991px){.Sidebar_desktopOnly__vBZDH{display:none}}.Sidebar_desktopHidden__wjZpQ{display:none}@media screen and (max-width:991px){.Sidebar_desktopHidden__wjZpQ{display:block}}.Sidebar_fitLi__-RO3A{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Sidebar_notification1Figure__qvj5h{background-color:#abaeef;border-radius:10px;color:#fff;display:grid;font-size:14px;height:20px;left:100%;line-height:17px;place-items:center;position:absolute;top:0;-webkit-transform:translateX(2px) translateY(-8px);transform:translateX(2px) translateY(-8px);width:20px}@media(max-width:575.998px){.Sidebar_notification1Figure__qvj5h{font-size:12px;height:16px;line-height:15px;-webkit-transform:translateX(1px) translateY(-6px);transform:translateX(1px) translateY(-6px);width:16px}}.Sidebar_notificationMoreThan1Figure__TyG0p{padding:0 4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Selector_select__awof8{min-width:8.75rem;position:relative;width:100%}.Selector_select__awof8 .Selector_select__btn__cTI98{align-items:flex-start;border:1px solid #202639;border-radius:20px;display:flex;width:100%}.Selector_select__awof8 .Selector_select__preview__iA0lV{align-items:center;display:flex;height:40px;padding:3px 20px;width:100%}.Selector_select__awof8 .Selector_select__dropdown__8fNuU{left:0;min-width:100%;padding:4px 0;position:absolute;top:100%;z-index:3}.Selector_select__awof8 .Selector_select__list__JEdho{background-color:#fff;border:1px solid #202639;border-radius:20px;display:flex;flex-direction:column;max-height:320px;overflow:hidden;overflow-y:auto;transition:all .4s ease-in-out}.Selector_select__awof8 .Selector_select__item__W2Mic{align-items:center;display:flex;margin:0;padding:4px 20px}.Selector_select__awof8 .Selector_select__item__W2Mic.Selector_select__item_active__D0JN5{background-color:#efebff}.Selector_select__awof8 .Selector_select__arrow__el2ZY:not(:last-child),.Selector_select__awof8 .Selector_select__media__EaqY8:not(:last-child),.Selector_select__awof8 .Selector_select__title__eeyuK:not(:last-child){margin-right:12px}.Selector_select__awof8 .Selector_select__media__EaqY8{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.Selector_select__awof8 .Selector_select__title__eeyuK{color:#202639;font-size:18px;font-weight:500;line-height:32px;white-space:nowrap}.Selector_select__awof8 .Selector_select__arrow__el2ZY{align-items:center;display:flex;height:32px;justify-content:flex-end;margin-left:auto;width:32px}.TableItem_itemImgBlock__-UT10{align-items:center;display:flex}.TableItem_arrows__sGPMz{height:12px;margin-left:4px;margin-right:9px;width:7px}@media(max-width:1240px){.TableItem_arrows__sGPMz{margin-right:5px}}.TableItem_img__mQRJJ{height:30px;margin-right:10px;width:30px}@media(max-width:1240px){.TableItem_img__mQRJJ{margin-right:5px}}@media(max-width:767.998px){.TableItem_img__mQRJJ{height:25px;width:25px}}.TableItem_itemTitle__NkvEp{font-size:18px;font-weight:500;line-height:22px}@media(max-width:767.998px){.TableItem_itemTitle__NkvEp{font-size:14px;line-height:17px}}.TableItem_itemDescription__-XihM{font-size:14px;line-height:17px;opacity:.7}@media(max-width:767.998px){.TableItem_itemDescription__-XihM{font-size:12px;line-height:15px}}.TableItem_active__RG9Uy{background:var(--active-color)}.TableItem_data__7CmdW{display:flex;font-size:14px;font-weight:600;line-height:17px}@media(max-width:767.998px){.TableItem_data__7CmdW{font-size:12px;line-height:15px}.TableItem_phoneHidden__kLKtu{display:none}}.TableItem_depositWithdrawBlock__smMUp{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:100%;min-width:180px}@media(max-width:767.998px){.TableItem_depositWithdrawBlock__smMUp{min-width:160px!important}}.Balance_wrapper__nIN2N{background:#fff;border:1px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:965px}@media(max-width:1240px){.Balance_wrapper__nIN2N{width:100%}}@media(max-width:575.998px){.Balance_wrapper__nIN2N{padding:10px}}.Balance_title__qLAUR{color:#000;font-size:32px;font-weight:400;line-height:39px;margin-bottom:20px}@media(min-width:575.999px)and (max-width:767.998px){.Balance_title__qLAUR{font-size:20px;line-height:24px;margin-bottom:17px}}@media(max-width:575.998px){.Balance_title__qLAUR{font-size:18px;line-height:22px;margin-bottom:10px}}.Balance_buttonWrapper__VH4KI{flex-direction:column;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Balance_buttonWrapper__VH4KI,.Balance_button__hqiqf{align-items:center;display:flex;justify-content:center}.Balance_button__hqiqf{border:0;font-size:18px;font-weight:500;line-height:22px}.Balance_button__hqiqf p{-webkit-text-fill-color:transparent;background:#7f00e2;background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text}@media(min-width:767.999px)and (max-width:1239.999px){.Balance_button__hqiqf{font-size:16px;line-height:19px}}@media(min-width:575.999px)and (max-width:767.998px){.Balance_button__hqiqf{font-size:14px;line-height:17px}}@media(max-width:575.998px){.Balance_button__hqiqf{font-size:14px;line-height:17px}}.Balance_triangle__B9Ga1{bottom:-2px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Balance_table__pbwpy{position:relative;z-index:0}.Balance_tableRow__Aat\+w{align-items:center;display:grid;font-size:18px;font-weight:500;grid-template-columns:1.3fr repeat(3,1fr) 156px;line-height:22px;position:relative;z-index:1}@media(min-width:767.999px)and (max-width:1239.999px){.Balance_tableRow__Aat\+w{grid-template-columns:1.3fr repeat(3,1fr) 146px}}@media(min-width:575.999px)and (max-width:767.998px){.Balance_tableRow__Aat\+w{font-size:14px;grid-template-columns:1.3fr repeat(2,1fr) 130px;line-height:17px}}@media(max-width:575.998px){.Balance_tableRow__Aat\+w{font-size:12px;grid-template-columns:1.3fr 1fr 127px;line-height:15px}}.Balance_tableTitleRow__X2db\+{background:#efebff;border-radius:20px 20px 0 0;grid-template-rows:50px;position:relative;z-index:2}@media(max-width:767.998px){.Balance_tableTitleRow__X2db\+{grid-template-rows:30px}}.Balance_tableCurrencyRow__59JxN{border-bottom:1px solid;border-image:var(--border-color) 1;border-top:1px solid;grid-template-rows:59px;margin-top:-1px}.Balance_tableCurrencyRow__59JxN:last-child{border-bottom:initial}@media(max-width:767.998px){.Balance_tableCurrencyRow__59JxN{grid-template-rows:42px}}.Balance_tableFirstTitle__5b7US{padding-left:10px}@media(max-width:767.998px){.Balance_phoneHidden__1gGEi{display:none}}@media(max-width:575.998px){.Balance_phoneVertHidden__S98p5{display:none}}.BalanceBlock_balanceBlock__PiLfo{display:flex;gap:8px;justify-content:flex-start;margin-bottom:20px}.BalanceBlock_balanceBlock__PiLfo span{font-size:20px;line-height:24px}@media(min-width:575.999px)and (max-width:767.998px){.BalanceBlock_balanceBlock__PiLfo span{font-size:16px;line-height:19px}}@media(max-width:575.998px){.BalanceBlock_balanceBlock__PiLfo span{font-size:12px;line-height:15px}.BalanceBlock_balanceBlock__PiLfo{gap:5px}}.BalanceBlock_subTitle__Rsqft{font-size:18px;line-height:22px}@media(min-width:575.999px)and (max-width:767.998px){.BalanceBlock_subTitle__Rsqft{font-size:14px;line-height:17px}}@media(max-width:575.998px){.BalanceBlock_subTitle__Rsqft{font-size:12px;line-height:15px}}.BalanceBlock_number__YZQvg{font-weight:500}.BalanceBlock_headlines__EwcqJ,.BalanceBlock_tilda__mjCVY{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.BalanceBlock_tilda__mjCVY{margin:0 12px}@media(max-width:767.998px){.BalanceBlock_tilda__mjCVY{margin:0}}.CryptoDeposit_block__ii3r6{padding:20px 0;position:relative}.CryptoDeposit_body__4kNqB{display:flex;gap:10px;justify-content:space-between}@media(max-width:767.998px){.CryptoDeposit_body__4kNqB{flex-direction:column}}.CryptoDeposit_title__GOs70{font-size:32px;font-weight:500;line-height:39px;margin-bottom:20px}@media(max-width:767.998px){.CryptoDeposit_title__GOs70{font-size:20px;line-height:24px}}.CryptoDeposit_selectTitle__Q60Kw{font-size:18px;line-height:22px;margin-bottom:10px}@media(max-width:767.998px){.CryptoDeposit_selectTitle__Q60Kw{font-size:16px;line-height:19px}}.CryptoDeposit_buttonBody__q6Ink{display:flex;gap:5px;justify-content:flex-start;margin-bottom:20px}.CryptoDeposit_button__JhmJi{align-items:center;background-color:#fff;border-radius:10px;display:flex;font-size:14px;font-weight:400;height:30px;justify-content:center;line-height:17px;width:134px}@media(max-width:767.998px){.CryptoDeposit_button__JhmJi{width:100px}}.CryptoDeposit_buttonGreen__boRZp{border:1px solid #666}.CryptoDeposit_buttonYellow__JzOIu{border:1px solid #f9d519}.CryptoDeposit_buttonRed__PZwah{border:1px solid var(--danger-color)}.CryptoDeposit_buttonGreenActive__cSxnw{background:radial-gradient(107.25% 302.83% at 3.5% 11.32%,#ccfff3 0,#d0f4f5 93.26%);border:1px solid #666}.CryptoDeposit_buttonYellowActive__81ogh{background:#fff7ca;border:1px solid #f9d519}.CryptoDeposit_buttonRedActive__5eYOf{background:#ffd2e0;border:1px solid #ff004d}.CryptoDeposit_list__jPl9y{margin-bottom:20px;margin-top:20px;padding:0}.CryptoDeposit_item__jGFvM{font-size:14px;line-height:17px;opacity:.7}@media(max-width:767.998px){.CryptoDeposit_item__jGFvM{font-size:12px;line-height:15px}}.CryptoDeposit_danger__0sg3Y{color:var(--danger-color);font-size:14px;font-weight:400;line-height:17px;margin-bottom:10px}@media(max-width:767.998px){.CryptoDeposit_danger__0sg3Y{font-size:12px;line-height:15px}}.CryptoDeposit_dangerBody__i5ezJ{margin-bottom:20px}@media(max-width:767.998px){.CryptoDeposit_dangerBody__i5ezJ{margin-bottom:0}}.CryptoDeposit_qrCodeBody__EEZCe{aspect-ratio:1;display:flex;height:-webkit-max-content;height:max-content}@media(max-width:767.998px){.CryptoDeposit_qrCodeBody__EEZCe{height:155px;justify-content:center;width:100%}}.CryptoDeposit_qrCode__P5qgB{height:100%;width:100%}@media(max-width:767.998px){.CryptoDeposit_qrCode__P5qgB{height:155px;width:155px}}.CryptoDeposit_address__9vp5V{font-size:18px;font-weight:400;line-height:22px;margin-bottom:10px;padding-left:1px}@media(max-width:767.998px){.CryptoDeposit_address__9vp5V{font-size:14px;line-height:17px}}.CryptoDeposit_inputBody__NAQ5g{position:relative;width:613px}@media(max-width:767.998px){.CryptoDeposit_inputBody__NAQ5g{width:100%}}.CryptoDeposit_inputImageBlock__uu-Na{align-items:center;border:0;display:flex;justify-content:center;position:absolute;right:0;top:0;width:40px}@media(max-width:767.998px){.CryptoDeposit_inputImageBlock__uu-Na{width:35px}}@media(max-width:575.998px){.CryptoDeposit_inputImageBlock__uu-Na{height:30px}}.CryptoDeposit_inputImage__j6cWJ{height:20px;width:17px}@media(max-width:767.998px){.CryptoDeposit_inputImage__j6cWJ{height:17px;width:15px}}.CryptoDeposit_buttonAddress__QM6gj{font-size:16px;height:40px;line-height:19px;width:240px}.CryptoWithdrawal_block__JcioN{padding-top:15px;position:relative}.CryptoWithdrawal_body__zBdCk{display:flex;justify-content:space-between}.CryptoWithdrawal_infoBody__6\+vpL{display:grid;justify-content:flex-start;width:651px}@media(max-width:767.998px){.CryptoWithdrawal_infoBody__6\+vpL{width:100%}}.CryptoWithdrawal_title__738Hh{font-size:32px;font-weight:500;line-height:39px;margin-bottom:20px}@media(max-width:767.998px){.CryptoWithdrawal_title__738Hh{font-size:20px;line-height:24px}}.CryptoWithdrawal_selectTitle__JTza2{font-size:18px;line-height:22px;margin-bottom:10px;margin-top:10px}@media(max-width:767.998px){.CryptoWithdrawal_selectTitle__JTza2{font-size:16px;line-height:19px}}.CryptoWithdrawal_description__6l8Nt{font-size:14px;line-height:17px;opacity:.7}@media(max-width:767.998px){.CryptoWithdrawal_description__6l8Nt{font-size:12px;line-height:15px}}.CryptoWithdrawal_buttonBody__vo321{display:flex;gap:5px;justify-content:flex-start;margin-bottom:20px}.CryptoWithdrawal_button__kRQRH{align-items:center;background-color:#fff;border-radius:10px;display:flex;font-size:14px;font-weight:400;height:30px;justify-content:center;line-height:17px;width:134px}@media(max-width:767.998px){.CryptoWithdrawal_button__kRQRH{font-size:16px;line-height:19px;width:100px}}@media(max-width:575.998px){.CryptoWithdrawal_button__kRQRH{font-size:14px;line-height:17px}}.CryptoWithdrawal_buttonGreen__0vsFm{border:1px solid #666}.CryptoWithdrawal_buttonYellow__GeKu0{border:1px solid #f9d519}.CryptoWithdrawal_buttonRed__cgXGY{border:1px solid var(--danger-color)}.CryptoWithdrawal_buttonGreenActive__wVvRv{background:radial-gradient(107.25% 302.83% at 3.5% 11.32%,#ccfff3 0,#d0f4f5 93.26%);border:1px solid #666}.CryptoWithdrawal_buttonYellowActive__BLgGO{background:#fff7ca;border:1px solid #f9d519}.CryptoWithdrawal_buttonRedActive__G9Ij0{background:#ffd2e0;border:1px solid #ff004d}.CryptoWithdrawal_dangerBody__I3z\+R{width:412px}@media(max-width:767.998px){.CryptoWithdrawal_dangerBody__I3z\+R{width:100%}}.CryptoWithdrawal_danger__vS6vG{color:var(--danger-color);font-size:14px;font-weight:500;line-height:17px}@media(max-width:767.998px){.CryptoWithdrawal_danger__vS6vG{font-size:12px;line-height:15px}}.CryptoWithdrawal_form__u33mt{margin-bottom:20px;width:651px}@media(max-width:767.998px){.CryptoWithdrawal_form__u33mt{width:100%}}.CryptoWithdrawal_formTitle__OouZY{align-self:flex-end;font-size:18px;font-weight:500;line-height:22px;margin-bottom:0;margin-top:20px}@media(max-width:767.998px){.CryptoWithdrawal_formTitle__OouZY{font-size:14px;line-height:17px;margin-top:10px}}.CryptoWithdrawal_formTitle__OouZY.CryptoWithdrawal_commission__UQ02o{margin-top:0}.CryptoWithdrawal_input__51co5{margin-top:10px}.CryptoWithdrawal_input__51co5::-webkit-input-placeholder{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;opacity:.2}.CryptoWithdrawal_input__51co5::placeholder{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;opacity:.2}.CryptoWithdrawal_summWrapper__yG\+65{grid-gap:10px 20px;display:grid;gap:10px 20px;grid-template-areas:"sum sum com" "suminp button cominp";grid-template-columns:auto repeat(2,24%);grid-template-rows:-webkit-min-content -webkit-min-content;grid-template-rows:min-content min-content}@media(max-width:767.998px){.CryptoWithdrawal_summWrapper__yG\+65{gap:10px}}@media(max-width:575.998px){.CryptoWithdrawal_summWrapper__yG\+65{gap:10px;grid-template-areas:"sum sum" "suminp button " "com  a" "cominp a";grid-template-columns:auto 35%;grid-template-rows:repeat(4,-webkit-min-content);grid-template-rows:repeat(4,min-content)}}.CryptoWithdrawal_summTitle__XYC0L{grid-area:sum}.CryptoWithdrawal_commission__UQ02o{cursor:pointer;font-weight:400;grid-area:com}.CryptoWithdrawal_summInput__Vs71r{grid-area:suminp;margin-top:0}.CryptoWithdrawal_summButton__RUOud{grid-area:button}.CryptoWithdrawal_commissionDisabledInput__YoJOe{background:#f0f0f0;border:0;border-radius:10px;color:#000;grid-area:cominp;padding-left:20px}.CryptoWithdrawal_commissionDisabledInput__YoJOe::-webkit-input-placeholder{color:#000}.CryptoWithdrawal_commissionDisabledInput__YoJOe::placeholder{color:#000}.CryptoWithdrawal_sendButton__yPbVE{margin-top:20px;width:155px}.CryptoWithdrawal_inputButtonWrapper__3nSRQ{grid-gap:20px;align-items:flex-end;display:grid;gap:20px;grid-template-columns:auto 24%}@media(max-width:767.998px){.CryptoWithdrawal_inputButtonWrapper__3nSRQ{gap:10px;grid-template-columns:auto 35%}}.CashDeposit_block__Gs103{border-bottom:1px solid;border-image:var(--border-color) 1;padding:20px 0;position:relative}.CashDeposit_title__06EPN{font-size:32px;font-weight:500;line-height:39px;width:100%}@media(max-width:767.998px){.CashDeposit_title__06EPN{font-size:20px;line-height:24px}}.CashDeposit_methodWrapper__wEvrK{grid-gap:10px 20px;display:grid;gap:10px 20px;grid-template-areas:"title1 title2" "select instructions";grid-template-columns:30% auto;grid-template-rows:repeat(2,-webkit-min-content);grid-template-rows:repeat(2,min-content);margin-top:20px}.CashDeposit_methodWrapper__wEvrK p{margin-bottom:0}@media(max-width:767.998px){.CashDeposit_methodWrapper__wEvrK{grid-template-columns:40% auto}}@media(max-width:575.998px){.CashDeposit_methodWrapper__wEvrK{grid-template-areas:"title1" "select" "title2" "instructions";grid-template-columns:100%;grid-template-rows:repeat(4,-webkit-min-content);grid-template-rows:repeat(4,min-content)}}.CashDeposit_title1__ghirM{grid-area:title1}.CashDeposit_title2__jCezw{grid-area:title2}.CashDeposit_select__IZNw-{grid-area:select}.CashDeposit_instructions__YN\+WG{grid-area:instructions}.CashDeposit_methodTitle__XM2Qf{font-size:18px;font-weight:500;line-height:22px}@media(max-width:767.998px){.CashDeposit_methodTitle__XM2Qf{font-size:14px;line-height:17px}}.CashDeposit_selectWrapper__\+5DnD{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#c6fff1 0,#e7c8ff 100%);border-radius:10px;height:40px;padding:2px;position:relative;width:100%}@media(max-width:767.998px){.CashDeposit_selectWrapper__\+5DnD{height:35px}}@media(max-width:575.998px){.CashDeposit_selectWrapper__\+5DnD{height:30px;width:200px}}.CashDeposit_methodSelect__Ahbc1{background:#f8f9fd;border:0;border-radius:8px;font-size:18px;height:calc(100% - 4px);line-height:22px;padding:0;position:absolute;width:calc(100% - 4px)}@media(max-width:767.998px){.CashDeposit_methodSelect__Ahbc1{font-size:14px;line-height:17px}}.CashDeposit_selectTitleWrapper__5B4\+R{align-self:center;display:flex;height:100%;justify-content:space-between;padding:0 18px;position:absolute;top:0;width:100%}.CashDeposit_selectTitleWrapper__5B4\+R p{align-self:center;font-size:18px;line-height:22px}@media(max-width:767.998px){.CashDeposit_selectTitleWrapper__5B4\+R p{font-size:14px;line-height:17px}}.CashDeposit_selectTitleWrapper__5B4\+R img{align-self:center;height:8px;width:14px}.CashDeposit_selectListWrapper__uXH3w{border-radius:10px;left:10px;padding:1px;position:absolute;top:26px;width:calc(100% + 4px)}.CashDeposit_selectList__WKRY7{border-radius:9px;display:flex;flex-direction:column;gap:10px;width:100%}.CashDeposit_selectList__WKRY7 li{font-size:18px;line-height:22px;text-align:left}@media(max-width:767.998px){.CashDeposit_selectList__WKRY7 li{font-size:14px;line-height:17px}}.CashDeposit_selectedItem__EJ8wO{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.CashDeposit_instructionsWrapper__ysFse{background:#f0f0f0;border-radius:10px;padding:10px}.CashDeposit_instructionsItem__tD2V3{font-size:18px;line-height:22px;line-height:150%;margin-bottom:0}@media(max-width:767.998px){.CashDeposit_instructionsItem__tD2V3{font-size:14px;line-height:17px}}.CashDeposit_depositStambulWrapper__6oZhY{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"title1 title2" "input1 input2" "a a" "title3 b" "input3 b" "c c" "button e";grid-template-columns:auto 133px;grid-template-rows:-webkit-min-content 40px 0 -webkit-min-content 40px 0 40px;grid-template-rows:min-content 40px 0 min-content 40px 0 40px;margin-top:20px;width:651px}@media(max-width:767.998px){.CashDeposit_depositStambulWrapper__6oZhY{grid-template-columns:auto 30%;width:100%}}.CashDeposit_depositBlazarexTRYWrapper__J0Vl6{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"title1 title2" "input1 input2" "a a" "button e";grid-template-columns:auto 133px;grid-template-rows:-webkit-min-content 40px 0 40px;grid-template-rows:min-content 40px 0 40px;margin-top:20px;width:651px}@media(max-width:767.998px){.CashDeposit_depositBlazarexTRYWrapper__J0Vl6{grid-template-columns:auto 30%;width:100%}}.CashDeposit_firstTitle__S1TZY{grid-area:title1}.CashDeposit_firstTitle__S1TZY,.CashDeposit_secondTitle__l79CU{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashDeposit_secondTitle__l79CU{grid-area:title2}.CashDeposit_thirdTitle__0hCpX{grid-area:title3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashDeposit_firstInput__E2D7A{grid-area:input1;width:100%}.CashDeposit_secondInput__NzuB3{grid-area:input2;width:100%}.CashDeposit_thirdInput__9n6rd{grid-area:input3;width:100%}.CashDeposit_buttonDepositStambul__60Flf{grid-area:button;width:181px}@media(max-width:767.998px){.CashDeposit_buttonDepositStambul__60Flf{width:153px}}.CashDeposit_depositStambul2stageWrapper__1iBwd{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"title1" "input1" "a" "title2" "paragraph" "b" "buttons";grid-template-columns:auto;grid-template-rows:-webkit-min-content 40px 0 -webkit-min-content -webkit-min-content 0 40px;grid-template-rows:min-content 40px 0 min-content min-content 0 40px;margin-top:20px;width:637px}@media(max-width:767.998px){.CashDeposit_depositStambul2stageWrapper__1iBwd{width:100%}}.CashDeposit_paragraph__fpt8I{grid-area:paragraph}.CashDeposit_buttonsWrapper__D9jLY{display:flex;gap:20px;grid-area:buttons}@media(max-width:767.998px){.CashDeposit_buttonsWrapper__D9jLY{gap:10px}.CashDeposit_input__088zo{font-size:14px;line-height:17px}}.CashDeposit_disabledInput__ljxQf{background:#f0f0f0;border:0;border-radius:10px;font-size:18px;height:40px;line-height:22px;padding-left:20px;width:100%}@media(max-width:767.998px){.CashDeposit_disabledInput__ljxQf{font-size:14px;height:35px;line-height:17px}}.PublicID_idWrapper__2epOa{align-items:flex-end;display:flex;gap:20px;margin-top:20px}.PublicID_idTitle__dQmCx{font-size:16px;font-weight:500;line-height:19px}@media(max-width:767.998px){.PublicID_idTitle__dQmCx{font-size:14px;line-height:17px}}.PublicID_idValue__hUSoy{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-size:18px;line-height:22px;margin-bottom:0}@media(max-width:767.998px){.PublicID_idValue__hUSoy{font-size:16px;line-height:19px}}.CashWithdrawal_block__9yiIT{border-bottom:1px solid;border-image:var(--border-color) 1;padding:20px 0;position:relative}.CashWithdrawal_title__kugWt{font-size:32px;font-weight:500;line-height:39px;width:100%}@media(max-width:767.998px){.CashWithdrawal_title__kugWt{font-size:20px;line-height:24px}}.CashWithdrawal_methodWrapper__C25De{grid-gap:10px 20px;display:grid;gap:10px 20px;grid-template-areas:"title1 title2" "select instructions";grid-template-columns:30% auto;grid-template-rows:repeat(2,-webkit-min-content);grid-template-rows:repeat(2,min-content);margin-top:20px}.CashWithdrawal_methodWrapper__C25De p{margin-bottom:0}@media(max-width:767.998px){.CashWithdrawal_methodWrapper__C25De{grid-template-columns:40% auto}}@media(max-width:575.998px){.CashWithdrawal_methodWrapper__C25De{grid-template-areas:"title1" "select" "title2" "instructions";grid-template-columns:100%;grid-template-rows:repeat(4,-webkit-min-content);grid-template-rows:repeat(4,min-content)}}.CashWithdrawal_title1__7QOqx{grid-area:title1}.CashWithdrawal_title2__vVP8Z{grid-area:title2}.CashWithdrawal_select__66WH\+{grid-area:select}.CashWithdrawal_instructions__PmppZ{grid-area:instructions}.CashWithdrawal_methodTitle__DESvK{font-size:18px;font-weight:500;line-height:22px}@media(max-width:767.998px){.CashWithdrawal_methodTitle__DESvK{font-size:14px;line-height:17px}}.CashWithdrawal_selectWrapper__Tzu8-{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#c6fff1 0,#e7c8ff 100%);border-radius:10px;height:40px;padding:2px;position:relative;width:100%}@media(max-width:767.998px){.CashWithdrawal_selectWrapper__Tzu8-{height:35px}}@media(max-width:575.998px){.CashWithdrawal_selectWrapper__Tzu8-{height:30px;width:200px}}.CashWithdrawal_methodSelect__unGj5{background:#f8f9fd;border:0;border-radius:8px;font-size:18px;height:calc(100% - 4px);line-height:22px;padding:0;position:absolute;width:calc(100% - 4px)}@media(max-width:767.998px){.CashWithdrawal_methodSelect__unGj5{font-size:14px;line-height:17px}}.CashWithdrawal_selectTitleWrapper__zeURI{align-self:center;display:flex;height:100%;justify-content:space-between;padding:0 18px;position:absolute;top:0;width:100%}.CashWithdrawal_selectTitleWrapper__zeURI p{align-self:center;font-size:18px;line-height:22px}@media(max-width:767.998px){.CashWithdrawal_selectTitleWrapper__zeURI p{font-size:14px;line-height:17px}}.CashWithdrawal_selectTitleWrapper__zeURI img{align-self:center;height:8px;width:14px}.CashWithdrawal_imgRotate__cQQ3h{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.CashWithdrawal_selectListWrapper__Q-vL6{border-radius:10px;left:10px;padding:1px;position:absolute;top:26px;width:calc(100% + 4px)}.CashWithdrawal_selectList__TY-B0{border-radius:9px;display:flex;flex-direction:column;gap:10px;width:100%}.CashWithdrawal_selectList__TY-B0 li{font-size:18px;line-height:22px;text-align:left}@media(max-width:767.998px){.CashWithdrawal_selectList__TY-B0 li{font-size:14px;line-height:17px}}.CashWithdrawal_selectedItem__tX1a7{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.CashWithdrawal_instructionsWrapper__SIpYO{background:#f0f0f0;border-radius:10px;padding:10px}.CashWithdrawal_instructionsItem__Xoz4v{font-size:18px;line-height:22px;line-height:150%;margin-bottom:0}@media(max-width:767.998px){.CashWithdrawal_instructionsItem__Xoz4v{font-size:14px;line-height:17px}}.CashWithdrawal_withdrawalStambulWrapper__nQx1K{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"title1 title1 title2" "input1 button1 input2" "a a a" "title3 title3 title3" "input3 input3 b" "c c c" "title4 title4 title4" "input4 button2 d" "button3 button3 button3";grid-template-columns:auto 175px 133px;grid-template-rows:repeat(3,repeat(2,-webkit-min-content) 0);grid-template-rows:repeat(3,repeat(2,min-content) 0);margin-top:20px;width:651px}@media(max-width:767.998px){.CashWithdrawal_withdrawalStambulWrapper__nQx1K{grid-template-columns:auto 23% 15%;width:100%}}@media(max-width:575.998px){.CashWithdrawal_withdrawalStambulWrapper__nQx1K{grid-template-areas:"title1 title1" "input1 button1" "a a" "title3 title2" "input3 input2" "c c" "title4 title4" "input4 button2" "button3 button3";grid-template-columns:auto 147px;grid-template-rows:repeat(3,repeat(2,-webkit-min-content) 0);grid-template-rows:repeat(3,repeat(2,min-content) 0)}}.CashWithdrawal_firstTitle__Bc83-{grid-area:title1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashWithdrawal_secondTitle__5h-W4{grid-area:title2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashWithdrawal_thirdTitle__i9yxg{grid-area:title3;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashWithdrawal_fourthTitle__diOH7{grid-area:title4;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CashWithdrawal_firstInput__g9oAa{grid-area:input1;width:100%}.CashWithdrawal_secondInput__MDsug{grid-area:input2;width:100%}.CashWithdrawal_thirdInput__MQ11F{grid-area:input3;width:100%}.CashWithdrawal_fourthInput__jBc6U{grid-area:input4;width:100%}.CashWithdrawal_firstButton__egqEs{font-weight:500;grid-area:button1;width:100%}.CashWithdrawal_secondButton__fuMQH{font-weight:500;grid-area:button2;width:100%}.CashWithdrawal_thirdButton__ozdwF{grid-area:button3;width:181px}@media(max-width:767.998px){.CashWithdrawal_thirdButton__ozdwF{width:153px}}.CashWithdrawal_paragraph__4jJNw{grid-area:paragraph}.CashWithdrawal_buttonsWrapper__DtXiM{display:flex;gap:20px;grid-area:buttons}@media(max-width:767.998px){.CashWithdrawal_input__Ze43U{font-size:14px;line-height:17px}}.CashWithdrawal_disabledInput__\+72GE{background:#f0f0f0;border:0;border-radius:10px;font-size:18px;height:40px;line-height:22px;padding-left:20px;width:100%}@media(max-width:767.998px){.CashWithdrawal_disabledInput__\+72GE{font-size:14px;height:35px;line-height:17px}}@media(max-width:575.998px){.CashWithdrawal_disabledInput__\+72GE{height:30px}}.FormElement_wrapper__0oBq8{display:flex;flex-direction:column;width:100%}.FormElement_wrapper__0oBq8 span{font-size:18px;font-weight:500;line-height:22px}@media(min-width:767.999px)and (max-width:1239.999px){.FormElement_wrapper__0oBq8 span{font-size:16px;line-height:19px}}@media(max-width:767.998px){.FormElement_wrapper__0oBq8 span{font-size:14px;line-height:17px}}.FormElement_inputBorder__Cixvw{margin-top:10px;position:relative}.FormElement_password__cEFiP input{padding-right:30px}.FormElement_passwordFieldIcon__sliW2{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.FormElement_passwordFieldIcon__sliW2:hover{cursor:pointer}.Account_wrapper__xYT8T{background:#fff;border:1px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:100%}@media(max-width:575.998px){.Account_wrapper__xYT8T{padding:10px}}.Account_firstRow__uWv0b{align-items:center;display:flex;justify-content:space-between}.Account_firstRow__uWv0b div{margin-bottom:0}.Account_titleWrapper__jNXc5{align-items:center;display:flex;justify-content:space-between}.Account_titleWrapper__jNXc5 div{margin-bottom:0}@media(max-width:575.998px){.Account_titleWrapper__jNXc5{align-items:flex-start;flex-direction:column;gap:10px}}.Account_title__OExIv{color:#000;font-size:32px;font-weight:400;line-height:39px;margin-bottom:0}@media(max-width:767.998px){.Account_title__OExIv{font-size:20px;line-height:24px}}.Account_balanceBlock__nhuus{display:flex;gap:8px;justify-content:center}.Account_subTitle__jFHu2{font-size:18px;line-height:22px}@media(max-width:767.998px){.Account_subTitle__jFHu2{font-size:14px;line-height:17px}}.Account_number__K2OQG{font-size:20px;font-weight:500;line-height:24px}@media(max-width:767.998px){.Account_number__K2OQG{font-size:16px;line-height:19px}}.Account_headlines__niN6a{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-size:20px;line-height:24px}@media(max-width:767.998px){.Account_headlines__niN6a{font-size:16px;line-height:19px}}.Account_tilda__V-BQp{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-size:20px;line-height:24px;margin:0 12px}@media(max-width:767.998px){.Account_tilda__V-BQp{font-size:16px;line-height:19px;margin:0}}.Account_plate__XYgEK{align-items:center;background:radial-gradient(107.25% 302.83% at 3.5% 11.32%,#f0fffb 0,#f1fcfc 93.26%);border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.075);display:flex;justify-content:space-between;margin-top:10px;padding:20px;width:100%}@media(max-width:767.998px){.Account_plate__XYgEK{padding:12px}}@media(max-width:575.998px){.Account_plate__XYgEK{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"avatar avatar" "identificator verification" "buttons buttons";grid-template-columns:1fr 1fr}}.Account_groupWrapper__jJYBD{align-items:center;display:flex;gap:10px;grid-area:avatar}.Account_groupWrapper__jJYBD span{font-size:20px;line-height:24px}@media(min-width:767.999px)and (max-width:1239.999px){.Account_groupWrapper__jJYBD span{font-size:16px;line-height:19px}}@media(max-width:767.998px){.Account_groupWrapper__jJYBD span{font-size:12px;line-height:15px}.Account_groupWrapper__jJYBD{gap:5px}}@media(max-width:575.998px){.Account_groupWrapper__jJYBD{flex-direction:column;justify-content:center}}.Account_avatar__ocagY{height:40px;width:40px}@media(max-width:767.998px){.Account_avatar__ocagY{height:25px;width:25px}}.Account_idWrapper__LGIvh{display:flex;gap:inherit}@media(max-width:1240px){.Account_idWrapper__LGIvh{flex-direction:column}}@media(max-width:575.998px){.Account_idWrapper__LGIvh{flex-direction:row}}.Account_idValueWrapper__oZ2uY{align-items:center;display:flex;gap:inherit}.Account_value__FW9Zj{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.Account_copyButton__XpEgn{background:transparent;border:0;height:20px;width:17px}@media(max-width:767.998px){.Account_copyButton__XpEgn{height:13px;width:11px}}.Account_copyButton__XpEgn img{-webkit-filter:invert(17%) sepia(49%) saturate(4414%) hue-rotate(259deg) brightness(86%) contrast(116%);filter:invert(17%) sepia(49%) saturate(4414%) hue-rotate(259deg) brightness(86%) contrast(116%);height:20px;width:17px}@media(max-width:767.998px){.Account_copyButton__XpEgn img{height:13px;width:11px}}.Account_doubleRow__2lwO8{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Account_doubleRow__2lwO8:first-of-type{grid-area:verification}.Account_doubleRow__2lwO8:nth-of-type(2){grid-area:identificator}.Account_firstRow__uWv0b{color:#000;font-size:16px;line-height:19px}@media(min-width:767.999px)and (max-width:1239.999px){.Account_firstRow__uWv0b{font-size:14px;line-height:17px}}@media(max-width:767.998px){.Account_firstRow__uWv0b{font-size:12px;line-height:15px}}.Account_secondRow__5\+k71{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8c00fd,#a800c0);background-clip:text;-webkit-background-clip:text;font-size:20px;line-height:24px}@media(min-width:767.999px)and (max-width:1239.999px){.Account_secondRow__5\+k71{font-size:16px;line-height:19px}}@media(max-width:767.998px){.Account_secondRow__5\+k71{font-size:12px;line-height:15px}}.Account_plateButtonsWrapper__zAcud{align-items:center;display:flex;gap:10px;grid-area:buttons}@media(max-width:767.998px){.Account_plateButtonsWrapper__zAcud{gap:5px}}.Account_plateButton__-eEo5{margin-top:0;width:100px}@media(max-width:767.998px){.Account_plateButton__-eEo5{font-size:14px;line-height:17px;width:55px}}@media(max-width:575.998px){.Account_plateButton__-eEo5{width:100%}}.Account_saveButton__kV96T{margin-top:20px;text-transform:capitalize;width:210px}@media(max-width:767.998px){.Account_saveButton__kV96T{width:170px}}.Account_form__4g4SN{margin-top:20px}.Account_labelWrapper__Kns9d{grid-gap:20px 10px;display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:575.998px){.Account_labelWrapper__Kns9d{grid-template-columns:repeat(2,1fr)}}.Account_labelWrapper__Kns9d:nth-of-type(2){margin-top:20px}@media(max-width:575.998px){.Account_labelWrapperAlt__MOz7e{grid-template-columns:1fr;width:50%}}.Account_line__PHmPX{background:radial-gradient(96.1% 93.99% at 0 2.73%,#ccfff3 0,#c985ff 100%);height:1px;margin-bottom:20px;margin-top:39px;width:100%}.Account_text__Wvw3Q{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.Account_paragraph__dhINQ{color:#666;font-size:12px;line-height:15px;list-style-type:none;margin-bottom:0;margin-top:10px;text-decoration:none}.Account_paragraph__dhINQ img{margin-right:8px}.Account_paragraphFirst__3mmSn{margin-top:20px}.Account_paragraphOther__xt8rM{margin-top:0}.Notifications_notificationWrapper__S8vVI{-webkit-filter:drop-shadow(10px 10px 100px rgba(0,0,0,.5));filter:drop-shadow(10px 10px 100px rgba(0,0,0,.5));left:50%;position:fixed;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:5}.Notifications_notificationSmall__rcZLF{height:103px;width:501px}.Notifications_notificationBig__Fo-kV{height:409px;width:618px}.Notifications_parallelepiped__2rXzn{background-image:url(/static/media/parallelepipedDesktop.dc8dd6f78910820c33a4.svg);background-position:50%;background-repeat:no-repeat;height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}@media(max-width:767.998px){.Notifications_parallelepiped__2rXzn{background-image:url(/static/media/parallelepipedPhone.a3ad1c450c3e813ecd5d.svg)}}.Notifications_bigBg__n38Ko{background-image:url(/static/media/bigBg.c0f1c2e1880362f67578.svg);background-position:50%;background-repeat:no-repeat;height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}@media(max-width:767.998px){.Notifications_bigBg__n38Ko{background-image:url(/static/media/bigBgPhone.e9e5f47aa6ce0ea3ce9c.svg)}}.Notifications_plateBg__CuT3\+{align-items:center;background:#fff;border-radius:30px;display:flex;gap:20px;height:92px;justify-content:space-between;left:50%;padding:18px 20px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:474px}.Notifications_plateBg__CuT3\+ p{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:700;line-height:19px;text-align:center}@media(max-width:767.998px){.Notifications_plateBg__CuT3\+ p{font-size:14px;line-height:17px}.Notifications_plateBg__CuT3\+{gap:8px;height:63px;width:335px}}.Notifications_plateBgBig__yVDHN{align-items:center;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:55px;height:370px;justify-content:space-between;left:50%;padding:70px 20px 60px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:580px}.Notifications_plateBgBig__yVDHN p{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700;line-height:22px;text-align:center}@media(max-width:767.998px){.Notifications_plateBgBig__yVDHN p{font-size:14px;line-height:17px}.Notifications_plateBgBig__yVDHN{gap:8px;height:187px;padding:30px 10px;width:294px}.Notifications_imgCheck__1IRJZ{height:20px;width:20px}.Notifications_imgSmile__jQxK\+{height:22px;width:22px}}.Notifications_exclamation__JADaP{height:56px;width:50px}@media(max-width:767.998px){.Notifications_exclamation__JADaP{height:31px;width:28px}}.Notifications_exit__ntQsZ{height:19px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Notifications_exit__ntQsZ img{height:19px;width:20px}@media(max-width:767.998px){.Notifications_exit__ntQsZ{height:15px}.Notifications_exit__ntQsZ img{height:15px;width:16px}}.Notifications_exitBig__mZWrc{height:20px;position:absolute;right:20px;top:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Notifications_exitBig__mZWrc img{height:20px;width:21px}.Notifications_notificationLogout__tnRUg{height:297px;width:620px}.Notifications_logoutBg__Oaj01{background-image:url(/static/media/logoutBg.d8837ead8687e8014c35.svg);background-position:50%;background-repeat:no-repeat;height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}@media(max-width:767.998px){.Notifications_logoutBg__Oaj01{background-image:url(/static/media/logoutBgPhone.2ebbadbc01b434c98539.svg)}}.Notifications_plateBgLogout__770bS{align-items:center;background:#fff;border-radius:30px;display:flex;flex-direction:column;gap:40px;height:266px;justify-content:center;left:50%;padding:20px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:580px}.Notifications_plateBgLogout__770bS p{-webkit-text-fill-color:transparent;background:#7f00e2;background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700;line-height:22px;text-align:center}@media(max-width:767.998px){.Notifications_plateBgLogout__770bS p{font-size:16px;line-height:19px}.Notifications_plateBgLogout__770bS{gap:20px;height:192px;width:336px}}.Notifications_buttonsWrapper__AXKSF{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;width:440px}@media(max-width:767.998px){.Notifications_buttonsWrapper__AXKSF{width:310px}}.Notifications_buttonsWrapper__AXKSF button{font-weight:500}.Search_wrapper__stj1o{width:442px}@media(min-width:767.999px)and (max-width:1239.999px){.Search_wrapper__stj1o{width:295px}}@media(max-width:767.998px){.Search_wrapper__stj1o{width:142px}}.Search_image__jtsOx{cursor:pointer;height:20px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:29px}@media(max-width:767.998px){.Search_image__jtsOx{height:16px;width:23px}}.Line_line__LY1VV{background:radial-gradient(96.1% 93.99% at 0 2.73%,#ccfff3 0,#c985ff 100%);height:1px;width:100%}.Line_newsLine__AZx74{margin-bottom:20px}.NewsItem_image__O5Wcb{border-radius:20px;height:100%;object-fit:cover;width:100%}.NewsItem_textWrapper__bs2xw{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"date author" "title title";grid-template-columns:auto auto;grid-template-rows:auto auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}@media(max-width:767.998px){.NewsItem_textWrapper__bs2xw{gap:5px}}.NewsItem_date__YCMyk{font-size:16px;grid-area:date;line-height:19px;margin:0;width:auto}@media(max-width:767.998px){.NewsItem_date__YCMyk{font-size:12px;line-height:15px}}.NewsItem_author__7SmBd{font-size:16px;grid-area:author;line-height:19px;margin:0;text-align:right;width:auto}@media(max-width:767.998px){.NewsItem_author__7SmBd{font-size:12px;line-height:15px}}.NewsItem_title__agLPS{font-size:20px;font-weight:600;grid-area:title;line-height:24px;width:100%}@media(max-width:767.998px){.NewsItem_title__agLPS{font-size:14px;line-height:17px}}.NewsItem_title__agLPS a{color:inherit;text-decoration:none}.NewsSection_section__O8WTM{grid-gap:10px;display:grid;gap:10px;grid-template-rows:190px -webkit-min-content 0 190px -webkit-min-content;grid-template-rows:190px min-content 0 190px min-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:16px;width:100%}@media(max-width:767.998px){.NewsSection_section__O8WTM{grid-template-rows:112px -webkit-min-content 0 112px -webkit-min-content;grid-template-rows:112px min-content 0 112px min-content}}@media(max-width:575.998px){.NewsSection_section__O8WTM{grid-template-rows:200px -webkit-min-content 0 112px -webkit-min-content;grid-template-rows:200px min-content 0 112px min-content}}.NewsSection_mainLeftSection__evyLM{grid-template-areas:"mainImage a firstSideImage" "mainImage a firstSideText" "mainImage a b" "mainImage a secondSideImage" "mainText a secondSideText";grid-template-columns:850px 0 330px}@media(max-width:1240px){.NewsSection_mainLeftSection__evyLM{grid-template-columns:auto 0 40%}}@media(max-width:575.998px){.NewsSection_mainLeftSection__evyLM{grid-template-areas:"mainImage mainImage mainImage" "mainText mainText mainText" "b b b" "firstSideImage c secondSideImage" "firstSideText c secondSideText";grid-template-columns:1fr 0 1fr}}.NewsSection_mainRightSection__QHf6x{grid-template-areas:"firstSideImage c mainImage" "firstSideText c mainImage" "d c mainImage" "secondSideImage c mainImage" "secondSideText c mainText";grid-template-columns:330px 0 850px}@media(max-width:1240px){.NewsSection_mainRightSection__QHf6x{grid-template-columns:40% 0 auto}}@media(max-width:575.998px){.NewsSection_mainRightSection__QHf6x{grid-template-areas:"mainImage mainImage mainImage" "mainText mainText mainText" "b b b" "firstSideImage c secondSideImage" "firstSideText c secondSideText";grid-template-columns:1fr 0 1fr}}.NewsSection_mainImage__ILYMm{grid-area:mainImage}.NewsSection_firstSideImage__A5RRX{grid-area:firstSideImage}.NewsSection_secondSideImage__6g1xU{grid-area:secondSideImage}.NewsSection_mainText__2s2vx{grid-area:mainText}.NewsSection_firstSideText__V0IW\+,.NewsSection_mainText__2s2vx{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.NewsSection_firstSideText__V0IW\+{grid-area:firstSideText}.NewsSection_secondSideText__hRpI9{grid-area:secondSideText}.NewsPage_titleWrapper__-b9fU,.NewsSection_secondSideText__hRpI9{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.NewsPage_titleWrapper__-b9fU{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px;width:100%;z-index:1}.NewsPage_titleWrapper__-b9fU h2{margin-bottom:0}@media(max-width:1240px){.NewsPage_titleWrapper__-b9fU{margin-bottom:20px}}.NewsPage_loadButtonWrapper__sMsDV{justify-content:space-evenly;padding-bottom:20px;z-index:1}.NewsPage_loadButtonWrapper__sMsDV h2{z-index:1}.NewsPage_loadButton__EMkxm{width:262px}@media(max-width:1240px){.NewsPage_loadButton__EMkxm{width:200px}}.OneNewsPage_wrapper__UFRjD{grid-gap:100px;display:grid;gap:100px;grid-template-columns:770px 330px;width:100%}@media(min-width:767.999px)and (max-width:1239.999px){.OneNewsPage_wrapper__UFRjD{gap:20px;grid-template-columns:70% auto}}@media(max-width:767.998px){.OneNewsPage_wrapper__UFRjD{gap:40px;grid-template-columns:100%}}.OneNewsPage_mainNews__SMY2D{margin-bottom:80px;width:100%}@media(max-width:767.998px){.OneNewsPage_mainNews__SMY2D{margin-bottom:0}}.OneNewsPage_paragraph__p03o3{font-size:20px;line-height:24px;line-height:200%;text-align:justify}@media(max-width:1240px){.OneNewsPage_paragraph__p03o3{line-height:150%}}@media(max-width:767.998px){.OneNewsPage_paragraph__p03o3{font-size:14px;line-height:17px}}.OneNewsPage_image__s0x\+v{aspect-ratio:1.5;border-radius:20px;margin:20px 0;object-fit:cover;width:100%}.OneNewsPage_dateAuthorWrapper__w3kHi{display:flex;justify-content:space-between;width:100%}.OneNewsPage_aboveLine__mSOgC{font-size:16px;line-height:19px;margin-bottom:10px}@media(min-width:575.999px)and (max-width:767.998px){.OneNewsPage_aboveLine__mSOgC{font-size:14px;line-height:17px}}.OneNewsPage_alignRight__4ljQ\+{text-align:right}.OneNewsPage_shareWrapper__mleD5{align-items:center;display:flex;gap:20px;margin-top:20px}.OneNewsPage_shareWrapper__mleD5 p{display:block;font-size:20px;font-weight:600;line-height:24px;margin-bottom:0}.OneNewsPage_shareLink__hXmoY{align-items:center;display:grid;height:20px;justify-content:center;margin:0;padding:0;width:20px}.OneNewsPage_shareLink__hXmoY img{height:20px;margin:0;object-fit:cover;padding:0;width:20px}.OneNewsPage_sideNews__w-ELw{display:flex;flex-direction:column}.OneNewsPage_sideNewsWrapper__pkRUe{grid-gap:20px;display:grid;gap:20px;margin-bottom:30px;overflow-x:hidden}@media(max-width:767.998px){.OneNewsPage_sideNewsWrapper__pkRUe{grid-template-columns:repeat(3,1fr)}}@media(max-width:575.998px){.OneNewsPage_sideNewsWrapper__pkRUe{grid-template-columns:repeat(2,1fr)}}.OneNewsPage_newsWrapper__5h-5r{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.OneNewsPage_loadButton__Lpttz{display:none;margin-bottom:20px;width:262px}@media(max-width:767.998px){.OneNewsPage_loadButton__Lpttz{align-self:center;display:block}}.Referrals_tabWrapper__PG0Z8{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.Referrals_tabWrapper__PG0Z8 button{width:100%}@media(max-width:575.998px){.Referrals_tabWrapper__PG0Z8{gap:5px;grid-template-columns:repeat(3,auto);width:100%}}.Referrals_optionsWrapper__7LMYj{align-items:flex-end;display:flex;justify-content:space-between}@media(max-width:575.998px){.Referrals_optionsWrapper__7LMYj{grid-gap:10px;display:grid;gap:10px}}.Referrals_table__ewm0k{background:#fff;border-bottom-left-radius:19px;border-bottom-right-radius:19px;display:grid;margin:16px -19px -10px;overflow:hidden;position:relative;width:calc(100% + 38px)}@media(max-width:1240px){.Referrals_table__ewm0k{margin-bottom:-19px}}@media(max-width:575.998px){.Referrals_table__ewm0k{margin:5px -9px -9px;width:calc(100% + 18px)}}.Referrals_row__RjYFU{align-items:center;display:grid;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;padding:1px 19px;width:100%}.Referrals_rowHistory__aD7bk{grid-template-columns:14% 9% 8% 11% 10% 43%}.Referrals_rowHistoryCash__hagHg{grid-template-columns:14% 18% 5% 10% 10% 8% 17%}.Referrals_rowTurnover__uwlyY{grid-template-columns:9% 12% 13% 13% 21% 9% 9%}.Referrals_rowMobile__1fGNh{gap:20px;grid-template-columns:40% auto;justify-content:flex-start}.Referrals_rowMobileTitleWrapper__Wmn4f{display:flex;gap:20px}.Referrals_imgRotate__prg97{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.Referrals_grey__Qv25o{color:#666}.Referrals_titleRow__zlpC3{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:8px;padding-top:8px}@media(max-width:1240px){.Referrals_titleRow__zlpC3{font-size:16px;grid-template-columns:auto auto;justify-content:space-between;line-height:19px}}.Referrals_cell__Xn3h-{align-items:center;color:#000;display:flex;font-size:14px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;line-height:17px;padding:4px 0;width:100%}.Referrals_cellColoredBg__lD3FC{background:linear-gradient(135deg,#f9f2ff,#faf2fc)}.Referrals_tableTitle__3ZjgE{font-size:14px;font-weight:500;line-height:17px}@media(max-width:1240px){.Referrals_tableTitle__3ZjgE{font-size:16px;line-height:19px}}.Referrals_hiddenWrapper__3vrkh{height:0;overflow:hidden}.Referrals_TxID__pPcZv{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.Referrals_cancelled__v9t3U{color:#ff004d}.Referrals_credited__9scx6{color:#00d09e}.Referrals_cancelButton__ebCXy{color:#666;font-size:14px;height:15px;line-height:17px}@media(max-width:1240px){.Referrals_cancelButton__ebCXy{font-size:12px;height:13px;line-height:15px}}.Referrals_line__FOEwy{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);height:3px;margin:0 20px}.Referrals_lineMobile__bDpUR{background:#abaeef;height:1px}.Referrals_paginationWrapper__yUSOQ{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;margin:0 auto;width:420px}@media(min-width:575.999px)and (max-width:767.998px){.Referrals_paginationWrapper__yUSOQ{width:350px}}@media(max-width:575.998px){.Referrals_paginationWrapper__yUSOQ{width:330px}}.Referrals_paginationCenterWrapper__gF22d{display:flex;gap:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;place-content:center}@media(max-width:767.998px){.Referrals_paginationCenterWrapper__gF22d{gap:8px}}.Referrals_arrowButton__Nz871{aspect-ratio:1;display:grid;place-content:center}.Referrals_arrowButton__Nz871 img{-webkit-filter:invert(14%) sepia(65%) saturate(7464%) hue-rotate(274deg) brightness(92%) contrast(127%);filter:invert(14%) sepia(65%) saturate(7464%) hue-rotate(274deg) brightness(92%) contrast(127%)}@media(max-width:767.998px){.Referrals_arrowButton__Nz871 img{height:12.25px;width:8.75px}}@media(max-width:575.998px){.Referrals_arrowButton__Nz871 img{height:10.5px;width:7.5px}}.Referrals_arrowRight__mykqz{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media(hover:hover){.Referrals_arrowRight__mykqz:not(:disabled):hover{box-shadow:none}.Referrals_arrowRight__mykqz:not(:disabled):hover img{-webkit-filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%);filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%)}}.Referrals_arrowRight__mykqz:not(:disabled):active{box-shadow:none}.Referrals_arrowRight__mykqz:not(:disabled):active img{-webkit-filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%);filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%)}.Referrals_pageNumber__CkXzX{cursor:pointer;font-size:16px;line-height:36px;place-self:center;text-align:center;width:30px}@media(max-width:767.998px){.Referrals_pageNumber__CkXzX{font-size:14px;line-height:17px;width:26px}}.Referrals_pageNumberActive__vTLuv{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.Referrals_ellipsisWrapper__ZHQrV{width:40px}@media(max-width:767.998px){.Referrals_ellipsisWrapper__ZHQrV{width:35px}}@media(max-width:575.998px){.Referrals_ellipsisWrapper__ZHQrV{width:30px}}.Referrals_ellipsis__6Xrvu{border:2px solid #e7c8ff;font-size:16px;line-height:19px;padding:0;text-align:center}.Referrals_notification1Figure__5gldh{background-color:#abaeef;border-radius:10px;color:#fff;display:grid;font-size:14px;height:20px;line-height:17px;place-content:center;place-items:center;position:absolute;right:0;top:0;-webkit-transform:translateX(8px) translateY(-8px);transform:translateX(8px) translateY(-8px);width:20px}@media(max-width:575.998px){.Referrals_notification1Figure__5gldh{font-size:12px;height:16px;line-height:15px;-webkit-transform:translateX(4px) translateY(-6px);transform:translateX(4px) translateY(-6px);width:16px}}.Referrals_notificationMoreThan1Figure__-kp\+u{padding:0 4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Referrals_section__xWZmB{width:100%}.Referrals_section__xWZmB .Referrals_section__subsection__BgNSD:not(:last-child){margin-bottom:40px}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_section__subsection__BgNSD:not(:last-child){margin-bottom:20px}}.Referrals_section__xWZmB .Referrals_section__header__HGVxM{text-align:center}.Referrals_section__xWZmB .Referrals_section__header__HGVxM:not(:last-child){margin-bottom:20px}.Referrals_section__xWZmB .Referrals_section__title__eyWEm{color:var(--active-menu-color)!important;font-size:20px;font-weight:600;line-height:24px}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_section__title__eyWEm{font-size:12px;line-height:14px}}.Referrals_section__xWZmB .Referrals_wysiwyg__zZepk{color:#000}.Referrals_section__xWZmB .Referrals_reference__fa-5o{display:flex;flex-wrap:wrap;width:100%}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__list__HJe9B{display:flex;flex-direction:column;width:100%}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__item__gCZf0{width:100%}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__item__gCZf0:not(:last-child){margin-bottom:20px}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__header__pV5pG{font-size:18px;font-weight:500;line-height:24px;margin-bottom:12px;width:100%}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__header__pV5pG{font-size:12px;line-height:14px}}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__layout__mCscF{align-items:flex-end;display:flex}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__main__JLXcm{margin-right:20px;width:100%}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__field__l0pTK{background-color:hsla(0,0%,40%,.1);border:0;border-radius:12px;font-family:Inter;font-size:18px;font-weight:400;height:40px;line-height:24px;padding:8px 20px;resize:none;width:100%}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__field__l0pTK{font-size:12px;height:32px;line-height:18px}}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__field__l0pTK.Referrals_reference__field_second__JY\+Qu{height:280px}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__field__l0pTK.Referrals_reference__field_second__JY\+Qu{height:140px}}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__action__-kNT6{align-items:center;background-color:#00d09e;border-radius:12px;cursor:pointer;display:flex;justify-content:center;padding:8px 40px;width:200px}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__action__-kNT6{background-color:#efebff;border-radius:12px;height:32px;padding:8px;width:32px}}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__action__-kNT6 .Referrals_reference__ico__6oKgQ{display:none;height:16px;width:16px}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__action__-kNT6 .Referrals_reference__ico__6oKgQ{display:block}}.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__action__-kNT6 .Referrals_reference__text__3W-rf{color:#fff;font-size:18px;font-weight:500;line-height:24px}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_reference__fa-5o .Referrals_reference__action__-kNT6 .Referrals_reference__text__3W-rf{display:none}}.Referrals_section__xWZmB .Referrals_rowTabSecondary__0d6Wa{grid-template-columns:40% 40% 20%}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_rowTabSecondary__0d6Wa{grid-template-columns:33.3% 33.3% 33.3%}}.Referrals_section__xWZmB .Referrals_rowTabTertiary__otdMQ{grid-template-columns:40% 40% 20%}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_rowTabTertiary__otdMQ{grid-template-columns:33.3% 33.3% 33.3%}}.Referrals_section__xWZmB .Referrals_wysiwyg__zZepk{font-size:18px;line-height:40px}@media(max-width:1240px){.Referrals_section__xWZmB .Referrals_wysiwyg__zZepk{font-size:12px;line-height:14px}}.Referrals_table__ewm0k{margin:0;width:100%}@media(max-width:1240px){.Referrals_table__ewm0k .Referrals_cell__Xn3h-{font-size:12px;line-height:14px}}.Referrals_tabWrapper__PG0Z8{margin-bottom:40px;width:100%}@media(max-width:1240px){.Referrals_tabWrapper__PG0Z8{margin-bottom:20px}}.Referrals_tabWrapper__PG0Z8 button{font-weight:400}@media(max-width:1240px){.Referrals_tabWrapper__PG0Z8 button{font-size:12px;line-height:14px}}.Order_wrapper__vo1ex{background:#fff;border:1px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:965px}@media(max-width:1240px){.Order_wrapper__vo1ex{width:100%}}@media(max-width:575.998px){.Order_wrapper__vo1ex{padding:10px}}.Order_firstRow__jgO2v{align-items:center;display:flex;justify-content:space-between}.Order_firstRow__jgO2v div{margin-bottom:0}@media(max-width:575.998px){.Order_firstRow__jgO2v{flex-direction:column;gap:19px}}.Order_title__6rde6{color:#000;font-size:32px;font-weight:400;line-height:39px;margin-bottom:0;white-space:nowrap}@media(max-width:1240px){.Order_title__6rde6{white-space:normal}}@media(max-width:767.998px){.Order_title__6rde6{font-size:20px;line-height:24px}}@media(max-width:575.998px){.Order_title__6rde6{align-self:flex-start}}.Order_title__6rde6:not(:last-child){margin-right:20px}.Order_selectorsWrapper__U5DRy{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1.1fr;width:100%}@media(min-width:767.999px)and (max-width:1239.999px){.Order_selectorsWrapper__U5DRy{gap:10px}}@media(max-width:767.998px){.Order_selectorsWrapper__U5DRy{gap:10px;grid-template-columns:1fr;height:auto}}.Order_table__iF0M5{background:#fff;border-radius:19px;display:grid;margin:0 -19px -10px;overflow:hidden;position:relative;width:calc(100% + 38px)}@media(max-width:575.998px){.Order_table__iF0M5{margin:0 -9px;width:calc(100% + 18px)}}.Order_tableCancel__hg\+zJ{background:#fff;border-radius:19px;display:grid;grid-template-areas:"t t t t t t t" "l l l l l l l";grid-template-columns:repeat(7,auto);overflow:hidden;position:relative}.Order_tableCancel__hg\+zJ div:first-child,.Order_tableCancel__hg\+zJ div:nth-child(7n+2):not(:nth-child(2)){padding-left:20px}@media(min-width:575.999px)and (max-width:767.998px){.Order_tableCancel__hg\+zJ{grid-template-areas:"t t t t t t" "l l l l l l";grid-template-columns:repeat(6,auto)}}@media(max-width:575.998px){.Order_tableCancel__hg\+zJ{grid-template-areas:"t t t t" "l l l l";grid-template-columns:repeat(4,auto)}.Order_tableCancel__hg\+zJ div:nth-child(2),.Order_tableCancel__hg\+zJ div:nth-child(7n+3):not(.Order_tableTitle__BKhZb){padding-left:20px}}.Order_tableNoCancel__hsMuz{grid-template-areas:"t t t t t t" "l l l l l l";grid-template-columns:repeat(6,auto)}.Order_tableNoCancel__hsMuz div:first-child,.Order_tableNoCancel__hsMuz div:nth-child(6n+2):not(:nth-child(2)){padding-left:20px}@media(min-width:575.999px)and (max-width:767.998px){.Order_tableNoCancel__hsMuz{grid-template-areas:"t t t t t" "l l l l l";grid-template-columns:repeat(5,auto)}}@media(max-width:575.998px){.Order_tableNoCancel__hsMuz{grid-template-areas:"t t t" "l l l";grid-template-columns:repeat(3,auto)}.Order_tableNoCancel__hsMuz div:nth-child(2),.Order_tableNoCancel__hsMuz div:nth-child(6n+3):not(.Order_tableTitle__BKhZb){padding-left:20px}}.Order_cell__txF\+l{align-items:center;color:#000;display:flex;font-size:14px;font-weight:400;height:29px;justify-content:flex-start;line-height:17px;white-space:nowrap;width:100%}@media(max-width:767.998px){.Order_cell__txF\+l{font-size:12px;line-height:15px}}.Order_cellColoredBg__MegfZ{background:linear-gradient(135deg,#f9f2ff,#faf2fc)}.Order_tableTitle__BKhZb{font-size:18px;font-weight:500;line-height:22px;margin:10px 0}@media(max-width:1240px){.Order_tableTitle__BKhZb{font-size:14px;line-height:17px}}.Order_line__NiJRi{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);grid-area:l;height:3px;margin:0 20px}.Order_green__ZckrB{color:#00d09e}@media(max-width:767.998px){.Order_phoneGreen__qFJRB{color:#00d09e}}.Order_red__vKj4P{color:#ff004d}@media(max-width:767.998px){.Order_phoneRed__ACguO{color:#ff004d}.Order_phoneHidden__u7RWw{display:none}}@media(max-width:575.998px){.Order_phoneVertHidden__RoIMw{display:none}}.Order_phoneVertOnly__W0AQH{display:none}@media(max-width:575.998px){.Order_phoneVertOnly__W0AQH{display:block}.Order_actionTitlePhone__xdp5k{visibility:hidden;width:0}}.Page404_planets__KEF\+d{grid-gap:60px;background-image:url(/static/media/404bg.bd9ec64954bb5ee5e5a0.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:grid;gap:60px;grid-template-columns:50%;grid-template-rows:-webkit-min-content auto -webkit-min-content;grid-template-rows:min-content auto min-content;height:876px;margin-bottom:-110px;margin-top:-110px;place-content:center;place-items:center}.Page404_planets__KEF\+d h3{font-size:18px;font-weight:400;line-height:22px}.Page404_planets__KEF\+d img,.Page404_planets__KEF\+d svg{height:auto;width:100%}.Page404_planets__KEF\+d button{width:414px}@media(max-width:575.998px){.Page404_planets__KEF\+d button{width:298px}}@media(max-width:1240px){.Page404_planets__KEF\+d{grid-template-columns:85%}}@media(min-width:767.999px)and (max-width:1239.999px){.Page404_planets__KEF\+d{margin-top:-20px}}.ApiKeysModal_title__7LTcw{font-weight:400;max-width:calc(100% - 27px)}@media(max-width:767.998px){.ApiKeysModal_title__7LTcw{font-size:20px;line-height:24px}}@media(max-width:575.998px){.ApiKeysModal_title__7LTcw{max-width:calc(100% - 20px)}}.ApiKeysModal_form__ScWfJ{grid-gap:10px;display:grid;gap:10px;margin-top:30px}@media(max-width:767.998px){.ApiKeysModal_form__ScWfJ{margin-top:20px}}.ApiKeysModal_fieldWrapper__Yq5rC{grid-gap:5px;display:grid;gap:5px}.ApiKeysModal_fieldWrapper__Yq5rC span{font-size:18px;font-weight:500;line-height:22px}@media(max-width:575.998px){.ApiKeysModal_fieldWrapper__Yq5rC span{font-size:14px;line-height:17px}}.ApiKeysModal_formButton__koT31{justify-self:center;width:163px}.ApiKeysModal_keyInfo__IYuX0{display:flex;flex-direction:column;gap:5px;margin-top:10px}.ApiKeysModal_key__YnR2X{font-size:15px;word-break:break-all}.ApiKeys_wrapper__R26uC{background:#fff;border:1px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:965px}@media(max-width:1240px){.ApiKeys_wrapper__R26uC{width:100%}}@media(max-width:575.998px){.ApiKeys_wrapper__R26uC{padding:10px}}.ApiKeys_firstRow__K7LHd{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:20px}.ApiKeys_firstRow__K7LHd button{width:163px}.ApiKeys_title__-iyAQ{color:#000;font-size:32px;font-weight:400;line-height:39px}@media(min-width:575.999px)and (max-width:767.998px){.ApiKeys_title__-iyAQ{font-size:20px;line-height:24px}}@media(max-width:575.998px){.ApiKeys_title__-iyAQ{font-size:18px;line-height:22px}}.ApiKeys_subTitle__Z0B2U{font-size:18px;line-height:22px}@media(min-width:575.999px)and (max-width:767.998px){.ApiKeys_subTitle__Z0B2U{font-size:14px;line-height:17px}}@media(max-width:575.998px){.ApiKeys_subTitle__Z0B2U{font-size:12px;line-height:15px}}.ApiKeys_table__nPBVn{grid-gap:0 4px;display:grid;gap:0 4px;grid-template-columns:repeat(7,auto);margin-bottom:20px;overflow:hidden}@media(max-width:767.998px){.ApiKeys_table__nPBVn{grid-template-columns:repeat(6,auto);margin-bottom:10px}}@media(max-width:575.998px){.ApiKeys_table__nPBVn{grid-template-columns:repeat(4,auto);margin:0 -5px 10px}}.ApiKeys_titleBg__jVBHx{background:#efebff;border-radius:20px 20px 0 0;height:64px;left:0;position:absolute;top:0;width:100%}.ApiKeys_cell__Uu5U7{align-items:center;display:flex;font-size:12px;height:51px;line-height:15px;width:100%}.ApiKeys_cell__Uu5U7:not(.ApiKeys_titleCell__WhbFs){word-break:break-all}@media(min-width:767.999px)and (max-width:1239.999px){.ApiKeys_cell__Uu5U7:not(.ApiKeys_titleCell__WhbFs){max-width:138px}}@media(max-width:767.998px){.ApiKeys_cell__Uu5U7:not(.ApiKeys_titleCell__WhbFs){max-width:120px}}@media(max-width:575.998px){.ApiKeys_cell__Uu5U7:not(.ApiKeys_titleCell__WhbFs){justify-content:center}}button.ApiKeys_cell__Uu5U7{color:#ff004d;font-size:14px;line-height:17px}@media(max-width:767.998px){.ApiKeys_phoneHidden__OCB66{display:none}}@media(max-width:575.998px){.ApiKeys_phoneVHidden__MT4FE{display:none}}.ApiKeys_titleCell__WhbFs{font-size:14px;font-weight:500;height:64px;line-height:17px;line-height:13px}.ApiKeys_titleCell__WhbFs:first-of-type{padding-left:10px}@media(max-width:575.998px){.ApiKeys_titleCell__WhbFs:first-of-type{padding-left:5px}}.ApiKeys_line__rla7f{background:radial-gradient(96.1% 93.99% at 0 2.73%,#ccfff3 0,#c985ff 100%);grid-column:1/8;height:1px}@media(max-width:767.998px){.ApiKeys_line__rla7f{grid-column:1/7}}@media(max-width:575.998px){.ApiKeys_line__rla7f{grid-column:1/5}}.ExternalPayments_firstRow__IR8fT{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.ExternalPayments_title__Mq7cw{color:#202639;font-size:24px;font-weight:600;margin:0}.ExternalPayments_description__Fwt-W{color:#666;font-size:14px;line-height:1.5;margin:0}.ExternalPayments_table__w9K-3{grid-gap:0;border:1px solid #e5e5e5;border-radius:8px;display:grid;gap:0;grid-template-columns:1fr 2fr 1fr;margin-bottom:30px;overflow:hidden}.ExternalPayments_titleBg__Bgd5R{background:#f8f9fa;grid-column:1/-1;height:0}.ExternalPayments_cell__uCPZG{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;min-height:50px;padding:15px}.ExternalPayments_titleCell__nKJ-A{background:#f8f9fa;border-bottom:2px solid #e5e5e5;color:#202639;font-weight:600}.ExternalPayments_line__UtgIj{background:#e5e5e5;grid-column:1/-1;height:1px}.ExternalPayments_documentsSection__eleTr{margin-top:40px}.ExternalPayments_sectionTitle__m1ypR{color:#202639;font-size:20px;font-weight:600;margin-bottom:20px}.ExternalPayments_documentsSection__eleTr .ExternalPayments_table__w9K-3{grid-template-columns:1fr 2fr}.ExternalPayments_fileCell__VMRPB{align-items:center;display:flex;gap:15px}.ExternalPayments_fileExtension__p2FYV{background:#f0f0f0;border-radius:4px;color:#666;font-size:12px;font-weight:500;padding:4px 8px;text-transform:uppercase}.ExternalPayments_uploadSection__RFt3O{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:15px;margin-top:20px;padding:20px}.ExternalPayments_fileInput__Sd70M{background:#fff;border:1px solid #ddd;border-radius:4px;flex:1 1;padding:8px}@media(max-width:768px){.ExternalPayments_table__w9K-3{gap:10px;grid-template-columns:1fr}.ExternalPayments_cell__uCPZG{min-height:auto;padding:10px}.ExternalPayments_titleCell__nKJ-A{text-align:center}.ExternalPayments_documentsSection__eleTr .ExternalPayments_table__w9K-3{grid-template-columns:1fr}.ExternalPayments_fileCell__VMRPB{align-items:flex-start;flex-direction:column;gap:10px}.ExternalPayments_uploadSection__RFt3O{align-items:stretch;flex-direction:column}}@media(max-width:480px){.ExternalPayments_firstRow__IR8fT{align-items:flex-start;flex-direction:column;gap:15px}.ExternalPayments_title__Mq7cw{font-size:20px}.ExternalPayments_sectionTitle__m1ypR{font-size:18px}}.SupportModal_modalBlurBg__1g6Bd{-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:hsla(0,0%,40%,.25);display:grid;height:100%;left:0;place-content:center;position:fixed;top:0;width:100%;z-index:3}.SupportModal_modalBorderWrapper__b9v-t{background:radial-gradient(150.69% 118.33% at 123.17% 100%,#c6fff1 0,#e7c8ff 100%);border-radius:20px;box-shadow:5px 5px 10px rgba(127,0,226,.2);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-self:center;padding:1px;width:794px}@media(min-width:767.999px)and (max-width:1239.999px){.SupportModal_modalBorderWrapper__b9v-t{width:610px}}@media(min-width:575.999px)and (max-width:767.998px){.SupportModal_modalBorderWrapper__b9v-t{width:540px}}@media(max-width:575.998px){.SupportModal_modalBorderWrapper__b9v-t{width:360px}}.SupportModal_modal__otVI6{background:#fff;border-radius:19px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;width:100%}@media(max-width:1240px){.SupportModal_modal__otVI6{padding:15px 10px 10px}}.SupportModal_exitButton__MBi03{position:absolute;right:20px;top:20px;z-index:4}@media(max-width:575.998px){.SupportModal_exitButton__MBi03{height:15px;right:15px;top:15px;width:15px}.SupportModal_exitButton__MBi03 img{height:15px;width:15px}}.SupportModal_title__y9GIo{font-weight:400}@media(max-width:767.998px){.SupportModal_title__y9GIo{font-size:20px;line-height:24px}}.SupportModal_form__bfKx1{grid-gap:20px;display:grid;gap:20px;margin-top:30px}@media(max-width:767.998px){.SupportModal_form__bfKx1{margin-top:20px}}.SupportModal_textarea__boI-0{-ms-overflow-style:none;padding:10px;resize:none;scrollbar-width:none}.SupportModal_textarea__boI-0::-webkit-scrollbar{display:none}.SupportModal_fieldWrapper__mVbGw{grid-gap:10px;display:grid;gap:10px}.SupportModal_fieldWrapper__mVbGw span{font-size:18px;font-weight:500;line-height:22px}@media(max-width:575.998px){.SupportModal_fieldWrapper__mVbGw span{font-size:14px;line-height:17px}}.SupportModal_fieldWrapper__mVbGw textarea{height:156px}.SupportModal_formButton__hLAvj{justify-self:center;width:163px}.Support_wrapper__k0BSK{background:#fff;border:1px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:100%}@media(max-width:1240px){.Support_wrapper__k0BSK{width:100%}}@media(max-width:575.998px){.Support_wrapper__k0BSK{padding:10px}}.Support_button__tWNQZ{width:163px}.Support_table__bIj7W{grid-gap:0 30px;display:grid;gap:0 30px;grid-template-columns:repeat(4,auto);margin-top:20px;overflow:hidden}@media(max-width:575.998px){.Support_table__bIj7W{grid-template-columns:repeat(3,auto)}}.Support_titleBg__yWUrA{background:#efebff;border-radius:20px 20px 0 0;height:50px;left:0;position:absolute;top:0;width:100%}.Support_cell__Z0HOT{align-items:center;display:flex;font-size:16px;font-weight:400;height:58px;line-height:19px;width:100%}@media(max-width:767.998px){.Support_cell__Z0HOT{font-size:12px;line-height:15px}}.Support_cell__Z0HOT:nth-of-type(4n+1){font-weight:500;margin-left:20px}@media(max-width:1240px){.Support_cell__Z0HOT:nth-of-type(4n+1){margin-left:10px}}.Support_cell__Z0HOT:nth-of-type(4n+4){margin-right:20px}@media(max-width:575.998px){.Support_cell__Z0HOT:nth-of-type(4n+4){margin-left:0}}.Support_cellStatus__808aR{color:#00d09e;font-size:20px;font-weight:600;line-height:24px}@media(max-width:767.998px){.Support_cellStatus__808aR{font-size:16px;line-height:19px}.Support_phoneHidden__zwT1Y{display:none}}@media(max-width:575.998px){.Support_phoneVHidden__ZxA7E{display:none}}.Support_titleCell__pSwj8{font-size:18px;font-weight:500;height:50px;line-height:22px}@media(max-width:767.998px){.Support_titleCell__pSwj8{font-size:14px;line-height:17px}}.Support_line__I32qc{background:radial-gradient(96.1% 93.99% at 0 2.73%,#ccfff3 0,#c985ff 100%);grid-column:1/5;height:1px}@media(max-width:575.998px){.Support_line__I32qc{grid-column:1/4}}.LandingPage_layout__6sVvd{background-color:#f6f6f6;color:#202639;font-size:.9375rem;line-height:1.125rem}@media(min-width:1201px){.LandingPage_layout__6sVvd{font-size:1.25rem;line-height:1.5rem}}.LandingPage_layout__6sVvd.LandingPage_layout_second__FD6Kk{background-color:#f8f9fd}.LandingPage_layout__main__u3Nv4{display:flex;flex-direction:column;font-family:Roboto,sans-serif}.LandingPage_layout__main__u3Nv4 .LandingPage_h1__ToM1L,.LandingPage_layout__main__u3Nv4 .LandingPage_h2__2gmU4,.LandingPage_layout__main__u3Nv4 .LandingPage_h3__FlbCq,.LandingPage_layout__main__u3Nv4 .LandingPage_h4__GyK\+1,.LandingPage_layout__main__u3Nv4 .LandingPage_h5__EdRll,.LandingPage_layout__main__u3Nv4 .LandingPage_h6__KKpQ1,.LandingPage_layout__main__u3Nv4 h1,.LandingPage_layout__main__u3Nv4 h2,.LandingPage_layout__main__u3Nv4 h3,.LandingPage_layout__main__u3Nv4 h4,.LandingPage_layout__main__u3Nv4 h5,.LandingPage_layout__main__u3Nv4 h6{color:#202639;font-weight:400;line-height:1.25}.LandingPage_layout__main__u3Nv4 .LandingPage_h1__ToM1L:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_h2__2gmU4:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_h3__FlbCq:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_h4__GyK\+1:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_h5__EdRll:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_h6__KKpQ1:not(:last-child),.LandingPage_layout__main__u3Nv4 h1:not(:last-child),.LandingPage_layout__main__u3Nv4 h2:not(:last-child),.LandingPage_layout__main__u3Nv4 h3:not(:last-child),.LandingPage_layout__main__u3Nv4 h4:not(:last-child),.LandingPage_layout__main__u3Nv4 h5:not(:last-child),.LandingPage_layout__main__u3Nv4 h6:not(:last-child){margin:0 0 1px}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_h1__ToM1L:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_h2__2gmU4:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_h3__FlbCq:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_h4__GyK\+1:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_h5__EdRll:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_h6__KKpQ1:not(:last-child),.LandingPage_layout__main__u3Nv4 h1:not(:last-child),.LandingPage_layout__main__u3Nv4 h2:not(:last-child),.LandingPage_layout__main__u3Nv4 h3:not(:last-child),.LandingPage_layout__main__u3Nv4 h4:not(:last-child),.LandingPage_layout__main__u3Nv4 h5:not(:last-child),.LandingPage_layout__main__u3Nv4 h6:not(:last-child){margin:0 0 24px}}.LandingPage_layout__main__u3Nv4 .LandingPage_h1__ToM1L a,.LandingPage_layout__main__u3Nv4 .LandingPage_h2__2gmU4 a,.LandingPage_layout__main__u3Nv4 .LandingPage_h3__FlbCq a,.LandingPage_layout__main__u3Nv4 .LandingPage_h4__GyK\+1 a,.LandingPage_layout__main__u3Nv4 .LandingPage_h5__EdRll a,.LandingPage_layout__main__u3Nv4 .LandingPage_h6__KKpQ1 a,.LandingPage_layout__main__u3Nv4 h1 a,.LandingPage_layout__main__u3Nv4 h2 a,.LandingPage_layout__main__u3Nv4 h3 a,.LandingPage_layout__main__u3Nv4 h4 a,.LandingPage_layout__main__u3Nv4 h5 a,.LandingPage_layout__main__u3Nv4 h6 a{color:#202639;text-decoration:none}.LandingPage_layout__main__u3Nv4 .LandingPage_h1__ToM1L a:hover,.LandingPage_layout__main__u3Nv4 .LandingPage_h2__2gmU4 a:hover,.LandingPage_layout__main__u3Nv4 .LandingPage_h3__FlbCq a:hover,.LandingPage_layout__main__u3Nv4 .LandingPage_h4__GyK\+1 a:hover,.LandingPage_layout__main__u3Nv4 .LandingPage_h5__EdRll a:hover,.LandingPage_layout__main__u3Nv4 .LandingPage_h6__KKpQ1 a:hover,.LandingPage_layout__main__u3Nv4 h1 a:hover,.LandingPage_layout__main__u3Nv4 h2 a:hover,.LandingPage_layout__main__u3Nv4 h3 a:hover,.LandingPage_layout__main__u3Nv4 h4 a:hover,.LandingPage_layout__main__u3Nv4 h5 a:hover,.LandingPage_layout__main__u3Nv4 h6 a:hover{text-decoration:underline}.LandingPage_layout__main__u3Nv4 .LandingPage_h1__ToM1L strong,.LandingPage_layout__main__u3Nv4 .LandingPage_h2__2gmU4 strong,.LandingPage_layout__main__u3Nv4 .LandingPage_h3__FlbCq strong,.LandingPage_layout__main__u3Nv4 .LandingPage_h4__GyK\+1 strong,.LandingPage_layout__main__u3Nv4 .LandingPage_h5__EdRll strong,.LandingPage_layout__main__u3Nv4 .LandingPage_h6__KKpQ1 strong,.LandingPage_layout__main__u3Nv4 h1 strong,.LandingPage_layout__main__u3Nv4 h2 strong,.LandingPage_layout__main__u3Nv4 h3 strong,.LandingPage_layout__main__u3Nv4 h4 strong,.LandingPage_layout__main__u3Nv4 h5 strong,.LandingPage_layout__main__u3Nv4 h6 strong{color:#a717ff}.LandingPage_layout__main__u3Nv4 .LandingPage_h1__ToM1L,.LandingPage_layout__main__u3Nv4 h1{font-size:1.5rem;font-weight:600}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_h1__ToM1L,.LandingPage_layout__main__u3Nv4 h1{font-size:3.25rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_h1__ToM1L strong,.LandingPage_layout__main__u3Nv4 h1 strong{font-weight:600}.LandingPage_layout__main__u3Nv4 .LandingPage_h2__2gmU4,.LandingPage_layout__main__u3Nv4 h2{font-size:1.125rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_h2__2gmU4,.LandingPage_layout__main__u3Nv4 h2{font-size:2rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_h3__FlbCq,.LandingPage_layout__main__u3Nv4 h3{font-size:1.25rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_h3__FlbCq,.LandingPage_layout__main__u3Nv4 h3{font-size:1.5rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_h4__GyK\+1,.LandingPage_layout__main__u3Nv4 h4{font-size:1.25rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_h4__GyK\+1,.LandingPage_layout__main__u3Nv4 h4{font-size:1.25rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_h5__EdRll,.LandingPage_layout__main__u3Nv4 h5{font-size:1rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_h5__EdRll,.LandingPage_layout__main__u3Nv4 h5{font-size:1.25rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_h6__KKpQ1,.LandingPage_layout__main__u3Nv4 h6{font-size:1rem;line-height:1.5rem}.LandingPage_layout__main__u3Nv4 strong{font-weight:500}.LandingPage_layout__main__u3Nv4 a{color:#202639;text-decoration:none}.LandingPage_layout__main__u3Nv4 a:hover{text-decoration:none}.LandingPage_layout__main__u3Nv4 ol,.LandingPage_layout__main__u3Nv4 p,.LandingPage_layout__main__u3Nv4 ul{margin:0;padding:0}.LandingPage_layout__main__u3Nv4 ol:empty,.LandingPage_layout__main__u3Nv4 p:empty,.LandingPage_layout__main__u3Nv4 ul:empty{display:none}.LandingPage_layout__main__u3Nv4 ol,.LandingPage_layout__main__u3Nv4 ul{list-style:none}.LandingPage_layout__main__u3Nv4 ol ol,.LandingPage_layout__main__u3Nv4 ol ul,.LandingPage_layout__main__u3Nv4 ul ol,.LandingPage_layout__main__u3Nv4 ul ul{margin:.5em 0}.LandingPage_layout__main__u3Nv4 ol li,.LandingPage_layout__main__u3Nv4 ul li{margin:0 0 .5rem}.LandingPage_layout__main__u3Nv4 img,.LandingPage_layout__main__u3Nv4 svg{height:auto;max-width:100%;object-fit:cover;outline:none}.LandingPage_layout__main__u3Nv4 .LandingPage_sup__\+MzYk,.LandingPage_layout__main__u3Nv4 sup{color:#1aefbc;font-size:.75rem;position:relative;top:-.25rem}.LandingPage_layout__main__u3Nv4 blockquote{border-left:1.125em solid rgba(32,38,57,.5);font-style:italic;margin-bottom:2rem;padding-left:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_q__0ahPK,.LandingPage_layout__main__u3Nv4 q{display:block;margin-bottom:1.5rem;quotes:"«" "»"}.LandingPage_layout__main__u3Nv4 .LandingPage_q__0ahPK q,.LandingPage_layout__main__u3Nv4 q q{quotes:"„" "“"}.LandingPage_layout__main__u3Nv4 dl{display:flex;margin-bottom:1rem}.LandingPage_layout__main__u3Nv4 dl:not(:last-child){margin-bottom:.5rem}.LandingPage_layout__main__u3Nv4 dl dt{color:rgba(32,38,57,.5);min-width:5rem}.LandingPage_layout__main__u3Nv4 dl dt:not(:last-child){margin-right:.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_container__z-aE-{margin:0 auto;max-width:calc(100vw - 2em);width:75rem}.LandingPage_layout__main__u3Nv4 .LandingPage_container__z-aE-.LandingPage_container_second__FwdkU{width:50rem}.LandingPage_layout__main__u3Nv4 .LandingPage_row__0KWdI{display:flex;flex-wrap:wrap;margin:0 -.5rem;width:calc(100% + 1em)}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_row__0KWdI{margin:0 -.75rem;width:calc(100% + 1.5em)}.LandingPage_layout__main__u3Nv4 .LandingPage_row__0KWdI.LandingPage_row_second__E0dL4{margin:0 -4.25rem;width:calc(100% + 8.5rem)}.LandingPage_layout__main__u3Nv4 .LandingPage_row__0KWdI.LandingPage_row_second__E0dL4>.LandingPage_col__n7QbR{padding:0 4.25rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR{box-sizing:border-box;display:flex;flex-direction:column;padding:0 .5rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR{padding:0 .75rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_1__ZWncX{width:8.3333%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_2__SUH5K{width:16.666%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_3__PpejE{width:25%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_4__W3zT8{width:33.3%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_5__810-l{width:41.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_6__wVomk{width:50%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_7__712Pm{width:58.333333%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_8__2RV-y{width:66.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_9__8lKSZ{width:75%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_10__rVogt{width:83.333333%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_11__j3hhL{width:91.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_12__1FaV3{width:100%}@media(max-width:1200px){.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_2__T\+8hL{width:16.66%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_3__E-6GH{width:25%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_4__0PUx2{width:33.3%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_5__XmlPY{width:41.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_6__Q-mhA{width:50%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_7__lqTEP{width:58.333333%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_8__PRPkK{width:66.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_9__VtVQR{width:75%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_10__5BoJC{width:83.333333%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_11__tXlmS{width:91.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_desktop_12__E9Z-u{width:100%}}@media screen and (max-width:991px){.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_tab_3__Fwm\+0{width:25%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_tab_4__KlU3k{width:33.3%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_tab_5__WwJHV{width:41.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_tab_6__6Z1pN{width:50%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_tab_7__kfsL8{width:58.333333%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_tab_8__hgrca{width:66.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_tab_9__QjgaY{width:75%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_tab_10__S2N7X{width:83.333333%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_tab_11__f0wsh{width:91.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_tab_12__bfwja{width:100%}}@media screen and (max-width:767px){.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_mob_3__OzVzH{width:25%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_mob_4__A7ZhL{width:33.3%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_mob_5__A38bG{width:41.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_mob_6__1jRdl{width:50%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_mob_7__6GWZW{width:58.333333%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_mob_8__A0Y06{width:66.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_mob_9__zimi5{width:75%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_mob_10__BH9eS{width:83.333333%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_mob_11__dxBk9{width:91.666667%}.LandingPage_layout__main__u3Nv4 .LandingPage_col__n7QbR.LandingPage_col_mob_12__MDk1w{width:100%}}.LandingPage_layout__main__u3Nv4 .LandingPage_layout__section__5gUtA{background-color:#f7f7f7;padding:2em 0}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_layout__section__5gUtA{padding:4em 0}}.LandingPage_layout__main__u3Nv4 .LandingPage_layout__section__5gUtA .LandingPage_section__footer__4TDBS:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_layout__section__5gUtA .LandingPage_section__header__J8zIv:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_layout__section__5gUtA .LandingPage_section__main__TPN8J:not(:last-child){margin-bottom:2rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_layout__section__5gUtA .LandingPage_section__footer__4TDBS:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_layout__section__5gUtA .LandingPage_section__header__J8zIv:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_layout__section__5gUtA .LandingPage_section__main__TPN8J:not(:last-child){margin-bottom:3.5rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_layout__section__5gUtA.LandingPage_section_secondary__w4yOs{background-color:#fff}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n:not(:last-child){margin-bottom:1.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n img,.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n svg{display:block;margin-bottom:1.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n ol:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n p:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n ul:not(:last-child){margin-bottom:1.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n ul{list-style:none}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n ul ul{margin-left:0}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n ul li{padding-left:2rem;position:relative}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n ul li:before{background-color:#1aefbc;border-radius:50%;content:"";height:.5rem;left:.5rem;position:absolute;top:.4rem;width:.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n ol{list-style:decimal;padding-left:1rem}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n ol li{margin:0 0 .5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n a{color:#1aefbc;position:relative;white-space:nowrap}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n a:hover:before{opacity:1}.LandingPage_layout__main__u3Nv4 .LandingPage_wysiwyg__NTM5n a:before{background-color:#1aefbc;content:"";height:1px;left:0;opacity:.2;position:absolute;top:calc(100% + .125em);transition:all .4s ease-in-out;width:100%}.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU{align-items:center;-webkit-appearance:none;appearance:none;background-color:#202639;border:.125rem solid #202639;border-radius:2.5rem;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;justify-content:center;line-height:1.125rem;margin:0;outline:none;padding:1.25rem;text-align:center;text-decoration:none;transition:all .4s ease-in-out}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU{font-size:1.25rem;line-height:1.25rem;padding:1.5rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU:hover{background-color:#a717ff;border-color:#a717ff;color:#fff;text-decoration:none}.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU.LandingPage_btn_second__6GzzN{background-color:#fff;border-color:#202639;color:#202639}.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU.LandingPage_btn_second__6GzzN:hover{border-color:#a717ff;color:#a717ff}.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU.LandingPage_btn_tertiaty__rO291{background-color:transparent;border-color:#a717ff;color:#a717ff}.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU.LandingPage_btn_tertiaty__rO291:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU.LandingPage_btn_tiny__4L1bS{font-size:1rem;font-weight:400;line-height:1.25rem;padding:.5rem 1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU:disabled{background-color:rgba(32,38,57,.5);color:#fff}.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU .LandingPage_btn__ico__vweWb:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_btn__gheXU .LandingPage_btn__text__txdtg:not(:last-child){margin-right:.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_buttons__okoT\+:not(:last-child){margin-bottom:2.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_buttons__okoT\+ .LandingPage_buttons__list__NYuY6{display:flex;margin:0 -.5rem -.5rem;width:calc(100% + 1rem)}.LandingPage_layout__main__u3Nv4 .LandingPage_buttons__okoT\+ .LandingPage_buttons__item__FSIla{margin:0 .5rem .5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_textCenter__IF0Al{text-align:center!important}.LandingPage_layout__main__u3Nv4 .LandingPage_colorTertiary500__TQohV{color:#ff004c!important}.LandingPage_layout__main__u3Nv4 .LandingPage_colorTertiary__90lif{color:#a717ff!important}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__list__B1RMT{margin-bottom:-1rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__list__B1RMT{margin-bottom:-1.25rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__item__F2KvW{background-color:#fff;border-radius:1.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);display:flex;flex-direction:column;height:100%;margin-bottom:1rem;padding:1.5rem;transition:all .4s ease-in-out}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__item__F2KvW{margin-bottom:1.25rem;padding:2rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__item__F2KvW:hover{background-color:#f7f7f7;box-shadow:0 .2rem .75rem rgba(0,0,0,.25)}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__footer__-tq2A:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__header__xLeGg:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__main__KASpb:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE:not(:last-child){margin-bottom:1rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__footer__-tq2A:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__header__xLeGg:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__main__KASpb:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE:not(:last-child){margin-bottom:2rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE{align-items:flex-start;display:flex;height:3rem;width:3rem}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE:not(:last-child){margin-bottom:2rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE:not(:last-child){margin-bottom:2.5rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE.LandingPage_boxes__media_second__PWVK1{height:4.5rem;width:auto}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE.LandingPage_boxes__media_second__PWVK1{height:9.25rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE.LandingPage_boxes__media_second__PWVK1:not(:last-child){margin-bottom:1rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE.LandingPage_boxes__media_second__PWVK1:not(:last-child){margin-bottom:4rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE img,.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__media__p6ufE svg{height:100%;width:auto}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__header__xLeGg{align-items:flex-start;display:flex}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__header__xLeGg .LandingPage_wysiwyg__NTM5n:not(:last-child){margin-bottom:0;margin-right:1rem}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__header__xLeGg .LandingPage_boxes__number__Cwc4T{align-items:center;display:flex;justify-content:flex-end;margin-left:auto}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__header__xLeGg .LandingPage_boxes__number__Cwc4T .LandingPage_number__text__9kODl{color:#a717ff;font-style:italic}.LandingPage_layout__main__u3Nv4 .LandingPage_boxes__cbAmH .LandingPage_boxes__main__KASpb{color:rgba(32,38,57,.5)}.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+:not(:last-child){margin-bottom:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+ .LandingPage_tabs__header__JsA3F{display:flex;justify-content:center}.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+ .LandingPage_tabs__header__JsA3F:not(:last-child){margin-bottom:2rem}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+ .LandingPage_tabs__header__JsA3F:not(:last-child){margin-bottom:4.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+ .LandingPage_tabs__header__JsA3F.LandingPage_tabs__header_second__hJjcj{margin-bottom:1.25rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+ .LandingPage_tabs__header__JsA3F .LandingPage_tabs__list__4mrWs{background-color:#fff;border-radius:4rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);display:flex;justify-content:center;padding:.5rem;width:100%}.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+ .LandingPage_tabs__header__JsA3F .LandingPage_tabs__list__4mrWs .LandingPage_tabs__item__SB\+V\+{background-color:#fff;border-radius:4rem;color:#a717ff;cursor:pointer;display:flex;font-size:1.25rem;font-weight:600;justify-content:center;line-height:1.25rem;padding:1.25rem;transition:all .4s ease-in-out;width:100%}.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+ .LandingPage_tabs__header__JsA3F .LandingPage_tabs__list__4mrWs .LandingPage_tabs__item__SB\+V\+:not(:last-child){margin-right:.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+ .LandingPage_tabs__header__JsA3F .LandingPage_tabs__list__4mrWs .LandingPage_tabs__item__SB\+V\+.LandingPage_tabs__item_active__3laPj,.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+ .LandingPage_tabs__header__JsA3F .LandingPage_tabs__list__4mrWs .LandingPage_tabs__item__SB\+V\+:hover{background-color:#a717ff;color:#fff}.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+.LandingPage_tabs_second__9FEHb .LandingPage_tabs__header__JsA3F{margin-bottom:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_tabs__yx-Y\+.LandingPage_tabs_second__9FEHb .LandingPage_tabs__header__JsA3F .LandingPage_tabs__item__SB\+V\+{color:#202639;font-size:1rem;font-weight:600;line-height:1.25rem;padding:.75rem}.LandingPage_layout__main__u3Nv4 .LandingPage_form__group__c5u0c{font-size:1rem;line-height:1.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_form__group__c5u0c:not(:last-child):not(.LandingPage_form__group_second__0KJcU){border-bottom:1px solid #eee;margin-bottom:1.25rem;padding-bottom:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_form__group__c5u0c .LandingPage_group__header__PK0tK{align-items:center;display:flex}.LandingPage_layout__main__u3Nv4 .LandingPage_form__group__c5u0c .LandingPage_group__header__PK0tK:not(:last-child){margin-bottom:.75rem}.LandingPage_layout__main__u3Nv4 .LandingPage_form__group__c5u0c .LandingPage_group__title__MGJjj:not(:last-child){margin-right:.75rem}.LandingPage_layout__main__u3Nv4 .LandingPage_form__group__c5u0c .LandingPage_group__title__MGJjj .LandingPage_title__text__UCaob{color:rgba(32,38,57,.5);font-size:1rem;font-weight:500;line-height:1.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_form__tooltip__Er8BR{position:relative}.LandingPage_layout__main__u3Nv4 .LandingPage_form__tooltip__Er8BR:hover .LandingPage_tooltip__dropdown__JS8uX{opacity:1;visibility:visible}.LandingPage_layout__main__u3Nv4 .LandingPage_form__tooltip__Er8BR .LandingPage_tooltip__media__Rd37w{align-items:center;display:flex;height:1rem;justify-content:center;width:1rem}.LandingPage_layout__main__u3Nv4 .LandingPage_form__tooltip__Er8BR .LandingPage_tooltip__media__Rd37w img,.LandingPage_layout__main__u3Nv4 .LandingPage_form__tooltip__Er8BR .LandingPage_tooltip__media__Rd37w svg{height:100%;width:100%}.LandingPage_layout__main__u3Nv4 .LandingPage_form__tooltip__Er8BR .LandingPage_tooltip__dropdown__JS8uX{background-color:#202639;border-radius:1rem;color:#fff;font-size:.875rem;left:calc(100% + 1rem);line-height:1rem;opacity:0;padding:1rem;position:absolute;top:0;transition:all .4s ease-in-out;visibility:hidden;width:15rem;z-index:1}.LandingPage_layout__main__u3Nv4 .LandingPage_formItems__l-qL0{display:flex}.LandingPage_layout__main__u3Nv4 .LandingPage_formItems__l-qL0 .LandingPage_formItem__8mjkT{width:100%}.LandingPage_layout__main__u3Nv4 .LandingPage_formItems__l-qL0 .LandingPage_formClips__zrQRx{align-items:center;display:flex;height:2.5rem;justify-content:center;min-width:2.5rem;width:2.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItems__l-qL0 .LandingPage_formClips__zrQRx img,.LandingPage_layout__main__u3Nv4 .LandingPage_formItems__l-qL0 .LandingPage_formClips__zrQRx svg{height:auto;width:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__8mjkT{margin-bottom:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__header__Gkeq5:not(:last-child){margin-bottom:.75rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__header__Gkeq5 .LandingPage_formItem__label__UEeeT{color:rgba(32,38,57,.5);cursor:pointer;display:block;font-size:1rem;font-weight:500;line-height:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__main__4JbAG{position:relative}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__main__4JbAG:not(:last-child){margin-bottom:.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g{align-items:flex-start;display:flex;position:relative;width:100%}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g.LandingPage_formItem__field_before__0eUjY .LandingPage_formItem__media__IShbd{left:0}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g.LandingPage_formItem__field_before__0eUjY .LandingPage_formItem__input__zBeG1{padding-left:3rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g.LandingPage_formItem__field_after__PaBXe .LandingPage_formItem__media__IShbd{right:0}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g.LandingPage_formItem__field_after__PaBXe .LandingPage_formItem__input__zBeG1{padding-right:3rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g.LandingPage_formItem__field_tooltipAfter__KFZFa .LandingPage_formItem__tooltip__mTLiC,.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g.LandingPage_formItem__field_tooltipBefore__R0G54 .LandingPage_formItem__tooltip__mTLiC{left:1.25rem;right:auto;text-align:left}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g.LandingPage_formItem__field_tooltipAfter__KFZFa .LandingPage_formItem__input__zBeG1+.LandingPage_formItem__tooltip__mTLiC,.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g.LandingPage_formItem__field_tooltipBefore__R0G54 .LandingPage_formItem__input__zBeG1+.LandingPage_formItem__tooltip__mTLiC{left:auto;right:1.25rem;text-align:right}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g.LandingPage_formItem__field_tooltipBefore__R0G54 .LandingPage_formItem__input__zBeG1{padding-left:4rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__field__btB2g.LandingPage_formItem__field_tooltipAfter__KFZFa .LandingPage_formItem__input__zBeG1{padding-right:4rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__data__B33j4{color:rgba(32,38,57,.5);font-size:.75rem;font-weight:500;line-height:.75rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__data__B33j4 .LandingPage_data__list__Dt\+Ak{display:flex;flex-direction:column}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__data__B33j4 .LandingPage_data__item__KunpD{display:flex;justify-content:flex-start}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__data__B33j4 .LandingPage_data__item__KunpD:not(:last-child){margin-bottom:.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__data__B33j4 .LandingPage_data__key__l-6wv:not(:last-child){margin-right:.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__data__B33j4 .LandingPage_data__value__nugy7{margin-left:auto}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__progress__2507B{bottom:.5rem;color:rgba(32,38,57,.2);font-size:1.125rem;line-height:1.5rem;position:absolute;right:.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__media__IShbd{align-items:center;cursor:pointer;display:flex;height:2.5rem;justify-content:center;position:absolute;top:0;width:2.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__media__IShbd:hover .LandingPage_media__ico__Ir7fC{stroke:#00d09e}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__media__IShbd .LandingPage_media__ico__Ir7fC{stroke:rgba(32,38,57,.5);fill:transparent;height:1.5rem;transition:all .4s ease-in-out;width:1.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__tooltip__mTLiC{color:rgba(32,38,57,.5);font-size:1.125rem;font-weight:500;line-height:1.375rem;position:absolute;right:1.25rem;text-align:right;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3.25rem;z-index:2}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__input__zBeG1{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #202639;border-radius:1.25rem;box-sizing:border-box;color:#16192c;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.375rem;margin:0;outline:none;padding:.5rem 1.25rem;text-overflow:ellipsis;transition:all .4s ease-in-out;width:100%}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__input__zBeG1.LandingPage_formItem__input_second__0Ex2v{background-color:#eee;border:0}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__input__zBeG1:disabled{opacity:.5}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__input__zBeG1.LandingPage_error__5D7V\+{border-color:#ff004c}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__input__zBeG1::-webkit-input-placeholder{color:#202639;opacity:1}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__input__zBeG1::placeholder{color:#202639;opacity:1}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__input__zBeG1:focus,.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__input__zBeG1:hover{border-color:#202639}.LandingPage_layout__main__u3Nv4 .LandingPage_formItem__input__zBeG1.LandingPage_formItem__input_textarea__xWbQG{height:6.25rem!important;resize:none;width:100%!important}.LandingPage_layout__main__u3Nv4 .LandingPage_toggle__AtNNg .LandingPage_toggle__list__X5cNF{display:flex;justify-content:center;margin:0 -1.25rem -.5rem 0}.LandingPage_layout__main__u3Nv4 .LandingPage_toggle__AtNNg .LandingPage_toggle__item__dAXmv{margin:0 1.25rem .5rem 0;position:relative}.LandingPage_layout__main__u3Nv4 .LandingPage_toggle__AtNNg .LandingPage_toggle__label__7M32I{cursor:pointer}.LandingPage_layout__main__u3Nv4 .LandingPage_toggle__AtNNg .LandingPage_toggle__input__Aj9kZ{left:-999999px;position:absolute}.LandingPage_layout__main__u3Nv4 .LandingPage_toggle__AtNNg .LandingPage_toggle__input__Aj9kZ:checked+.LandingPage_toggle__text__vz4P6{background-color:#a717ff;color:#fff}.LandingPage_layout__main__u3Nv4 .LandingPage_toggle__AtNNg .LandingPage_toggle__text__vz4P6{background-color:#fff;border:.125rem solid #a717ff;border-radius:2rem;color:#a717ff;font-size:1rem;line-height:1.5rem;padding:.5rem 1rem;transition:all .4s ease-in-out}@media screen and (min-width:768px){.LandingPage_layout__main__u3Nv4 .LandingPage_toggle__AtNNg .LandingPage_toggle__text__vz4P6{font-size:1.125rem;line-height:1.5rem;padding:.5rem 1.25rem}}@media(min-width:1201px){.LandingPage_layout__main__u3Nv4 .LandingPage_toggle__AtNNg .LandingPage_toggle__text__vz4P6{font-size:1.25rem;line-height:1.5rem}}.LandingPage_layout__main__u3Nv4 .LandingPage_color_300__pRS08{color:rgba(32,38,57,.5)}.LandingPage_layout__main__u3Nv4 .LandingPage_bg_300__BD-lB{background-color:#eee}.LandingPage_layout__main__u3Nv4 .LandingPage_w_100__Diios{width:100%!important}.LandingPage_layout__main__u3Nv4 .LandingPage_b_0__Oaka5{border:0}.LandingPage_layout__main__u3Nv4 .LandingPage_p_0__RIylY{padding:0!important}.LandingPage_layout__main__u3Nv4 .LandingPage_m_0__Gj0HP{margin:0!important}.LandingPage_layout__main__u3Nv4 .LandingPage_justifyCenter__jFdGq{justify-content:center!important}.LandingPage_layout__main__u3Nv4 .LandingPage_modal__layout__otckR .LandingPage_modal__header__YqEwp:not(:last-child),.LandingPage_layout__main__u3Nv4 .LandingPage_modal__layout__otckR .LandingPage_modal__main__WmTYK:not(:last-child){margin-bottom:1.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_modal__layout__otckR .LandingPage_modal__header__YqEwp .LandingPage_modal__title__flrPJ,.LandingPage_layout__main__u3Nv4 .LandingPage_modal__layout__otckR .LandingPage_modal__main__WmTYK .LandingPage_modal__title__flrPJ{font-size:1.25rem;font-weight:600;line-height:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_modal__layout__otckR .LandingPage_modal__group__ExCn6:not(:last-child){border-bottom:1px solid #eee;margin-bottom:1.25rem;padding-bottom:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_modal__layout__otckR .LandingPage_modal__tooltip__kzfIn{margin:0 auto;max-width:29rem;text-align:center}.LandingPage_layout__main__u3Nv4 .LandingPage_modal__layout__otckR .LandingPage_modal__tooltip__kzfIn:not(:last-child){margin-bottom:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_modal__layout__otckR .LandingPage_modal__tooltip__kzfIn .LandingPage_tooltip__text__lhWzi{color:#ff004d;font-size:1rem;font-weight:600;line-height:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_tooltip__uZRUp{align-items:flex-start;background-color:rgba(255,0,76,.05);border-radius:.75rem;color:#ff004c;display:flex;padding:1rem}.LandingPage_layout__main__u3Nv4 .LandingPage_tooltip__uZRUp:not(:last-child){margin-bottom:1.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_tooltip__uZRUp .LandingPage_tooltip__media__Rd37w{align-items:flex-start;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.LandingPage_layout__main__u3Nv4 .LandingPage_tooltip__uZRUp .LandingPage_tooltip__media__Rd37w:not(:last-child){margin-right:1rem}.LandingPage_layout__main__u3Nv4 .LandingPage_tooltip__uZRUp .LandingPage_tooltip__media__Rd37w img,.LandingPage_layout__main__u3Nv4 .LandingPage_tooltip__uZRUp .LandingPage_tooltip__media__Rd37w svg{height:100%;width:100%}.LandingPage_layout__main__u3Nv4 .LandingPage_tooltip__uZRUp .LandingPage_tooltip__main__tIAgT{font-size:1rem;line-height:1.125rem}.LandingPage_layout__main__u3Nv4 .LandingPage_dataset__fuwVK .LandingPage_dataset__list__T3AXB{margin-bottom:-1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_dataset__fuwVK .LandingPage_dataset__list__T3AXB .LandingPage_dataset__item__QXRr1{display:flex;flex-direction:column;margin-bottom:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_dataset__fuwVK .LandingPage_dataset__list__T3AXB .LandingPage_dataset__title__ZSDmo:not(:last-child){margin-bottom:.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_dataset__fuwVK .LandingPage_dataset__list__T3AXB .LandingPage_dataset__title__ZSDmo .LandingPage_title__text__UCaob{color:rgba(32,38,57,.5);display:block;font-size:.875rem;font-weight:500;line-height:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_dataset__fuwVK .LandingPage_dataset__list__T3AXB .LandingPage_dataset__value__zfGrt .LandingPage_data__text__jwwMC{color:#202639;display:block;font-size:1rem;font-weight:500;line-height:1.25rem}.LandingPage_layout__main__u3Nv4 .LandingPage_dataset__fuwVK .LandingPage_dataset__list__T3AXB.LandingPage_dataset__list_second__ubc49{margin-bottom:-.75rem}.LandingPage_layout__main__u3Nv4 .LandingPage_dataset__fuwVK .LandingPage_dataset__list__T3AXB.LandingPage_dataset__list_second__ubc49 .LandingPage_dataset__item__QXRr1{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.75rem}.LandingPage_layout__main__u3Nv4 .LandingPage_dataset__fuwVK .LandingPage_dataset__list__T3AXB.LandingPage_dataset__list_second__ubc49 .LandingPage_dataset__title__ZSDmo:not(:last-child){margin-bottom:0;margin-right:.25rem}.AboutSection_about__lPmTj .AboutSection_about__picture__ofn4G{align-items:flex-start;display:flex;margin-bottom:2em;max-width:36.25rem}@media screen and (min-width:768px){.AboutSection_about__lPmTj .AboutSection_about__picture__ofn4G{margin-bottom:0}.AboutSection_about__lPmTj .AboutSection_about__main__mV6ja{max-width:30rem}}@media(min-width:1201px){.AboutSection_phoneOnly__hTvr0{display:none!important}}@media(max-width:1200px){.AboutSection_desktopOnly__iUP17{display:none!important}}.StepsSection_steps__ste\+J .StepsSection_steps__main__lBIF7{margin-bottom:2rem}@media(min-width:1201px){.StepsSection_steps__ste\+J .StepsSection_steps__main__lBIF7{margin-bottom:0}}.ConverterSection_converter__i2iZN{background-color:#fff;border-radius:1.5rem;padding:1.5rem}@media(min-width:1201px){.ConverterSection_converter__i2iZN{padding:2rem}}.ConverterSection_converter__i2iZN .ConverterSection_formular__group__RtnmT:not(:last-child){margin-bottom:2.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt strong{font-weight:600}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__revert__Q8MVD{align-items:center;cursor:pointer;display:flex;height:1.5rem;justify-content:center;margin:1rem auto;width:1.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__revert__Q8MVD img,.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__revert__Q8MVD svg{height:auto;width:1rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_group__list__MAVJq{display:flex;flex-direction:column;margin-bottom:-1rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_group__item__TOZkW{background-color:#f7f7f7;border-radius:1.5rem;color:rgba(32,38,57,.5);display:flex;flex-direction:column;font-size:1rem;justify-content:space-between;line-height:1.25rem;margin-bottom:1rem;min-height:8.75rem;padding:1.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__header__HRxHx:not(:last-child){margin-bottom:1.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__main__hKj5g .ConverterSection_order__list__Qu6k4{align-items:flex-start;flex-direction:column}@media(min-width:1240px){.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__main__hKj5g .ConverterSection_order__list__Qu6k4{align-items:flex-end;flex-direction:row}}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__list__Qu6k4{display:flex;justify-content:space-between;margin:0 -.5rem -.5rem;width:calc(100% + 1rem)}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__item__\+Kw4c{margin-bottom:.5rem;padding:0 .5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__item__\+Kw4c:nth-child(2){text-align:right}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__price__fyL1Q .ConverterSection_price__header__wzF4M:not(:last-child){margin-bottom:.25rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__price__fyL1Q .ConverterSection_price__main__Hw\+1G .ConverterSection_price__input__LR3Nj{-webkit-appearance:none;appearance:none;background:none;border:0;border-radius:0;box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:2rem;font-weight:400;line-height:2.5rem;margin:0;outline:none;padding:0;text-overflow:ellipsis;width:100%}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__price__fyL1Q .ConverterSection_price__main__Hw\+1G .ConverterSection_price__input__LR3Nj::-webkit-input-placeholder{color:rgba(32,38,57,.5);opacity:1}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__price__fyL1Q .ConverterSection_price__main__Hw\+1G .ConverterSection_price__input__LR3Nj .ConverterSection_form-item__input__a5n\+M::-moz-placeholder,.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__price__fyL1Q .ConverterSection_price__main__Hw\+1G .ConverterSection_price__input__LR3Nj:-ms-input-placeholder,.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__price__fyL1Q .ConverterSection_price__main__Hw\+1G .ConverterSection_price__input__LR3Nj::-webkit-input-placeholder,.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__price__fyL1Q .ConverterSection_price__main__Hw\+1G .ConverterSection_price__input__LR3Nj::placeholder,.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__price__fyL1Q .ConverterSection_price__main__Hw\+1G .ConverterSection_price__inputt__Vn-p5::-ms-input-placeholder{color:rgba(32,38,57,.5);opacity:1}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC{align-items:center;background-color:#fff;border-radius:2rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.03);cursor:pointer;display:flex;padding:.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC .ConverterSection_symbol__action__oBIlJ:not(:last-child),.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC .ConverterSection_symbol__media__Ob7qV:not(:last-child),.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC .ConverterSection_symbol__title__WR-g7:not(:last-child){margin-right:.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC .ConverterSection_symbol__media__Ob7qV{align-items:flex-start;border-radius:50%;display:flex;height:1.5rem;width:1.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC .ConverterSection_symbol__media__Ob7qV img,.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC .ConverterSection_symbol__media__Ob7qV svg{height:100%;width:100%}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC .ConverterSection_symbol__title__WR-g7{color:#202639;font-weight:600}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC .ConverterSection_symbol__action__oBIlJ{align-items:center;display:flex;height:1rem;justify-content:center;width:1rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC .ConverterSection_symbol__action__oBIlJ img,.ConverterSection_converter__i2iZN .ConverterSection_converter__order__aONOt .ConverterSection_order__symbol__K2mhC .ConverterSection_symbol__action__oBIlJ svg{height:auto;width:.75rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__search__rdE1h:not(:last-child){margin-bottom:1.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__groups__YWjJ1{display:flex;flex-direction:column;max-height:450px;overflow-y:auto;padding-right:10px}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__groups__YWjJ1::-webkit-scrollbar{width:4px}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__groups__YWjJ1::-webkit-scrollbar-track{background:#f7f7f7}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__groups__YWjJ1::-webkit-scrollbar-thumb{background-color:rgba(167,23,255,.4);border-radius:3px;opacity:.5}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__groups__YWjJ1::-webkit-scrollbar-thumb:hover{background-color:rgba(167,23,255,.5)}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__group__ULf9K{align-items:center;display:flex;padding:10px 0}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__group__ULf9K:not(:last-child){border-bottom:1px solid #f7f7f7}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__group__ULf9K:hover{background-color:#f7f7f7;cursor:pointer}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__media__wO6UY{align-items:flex-start;display:flex;height:3rem;justify-content:center;min-width:3rem;width:3rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__media__wO6UY:not(:last-child){margin-right:1rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__media__wO6UY img,.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__media__wO6UY svg{height:100%;width:100%}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__main__MbURB{width:100%}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__list__Sqhnj{display:flex;flex-direction:column}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__item__oYHNH{color:rgba(32,38,57,.5);display:flex;font-size:1rem;font-weight:400;justify-content:space-between;line-height:1.125rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__item__oYHNH.ConverterSection_currency__item_second__XriSH{color:#202639;font-weight:600}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__item__oYHNH:not(:last-child){margin-bottom:.25rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__text__7bOXW:nth-child(2){display:block;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:100%}@media(hover:none)and (pointer:coarse){.ConverterSection_converter__i2iZN .ConverterSection_converter__currency__ygaWy .ConverterSection_currency__groups__YWjJ1::-webkit-scrollbar{width:6px}}.ConverterSection_converter__i2iZN .ConverterSection_converter__cart__dvqYF:not(:last-child){margin-bottom:1.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__cart__dvqYF .ConverterSection_cart__revert__kcMag{align-items:center;display:flex;height:1.5rem;justify-content:center;margin:1.25rem 0;width:3rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__cart__dvqYF .ConverterSection_cart__list__\+aH81{display:flex;flex-direction:column}.ConverterSection_converter__i2iZN .ConverterSection_converter__cart__dvqYF .ConverterSection_cart__item__iNz4B{display:flex}.ConverterSection_converter__i2iZN .ConverterSection_converter__cart__dvqYF .ConverterSection_cart__media__ICpan{align-items:flex-start;display:flex;height:3rem;min-width:3rem;width:3rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__cart__dvqYF .ConverterSection_cart__media__ICpan:not(:last-child){margin-right:1rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__cart__dvqYF .ConverterSection_cart__media__ICpan img,.ConverterSection_converter__i2iZN .ConverterSection_converter__cart__dvqYF .ConverterSection_cart__media__ICpan svg{height:100%;width:100%}.ConverterSection_converter__i2iZN .ConverterSection_converter__cart__dvqYF .ConverterSection_cart__main__y5sg-{align-items:center;color:#202639;display:flex;font-size:1.25rem;font-weight:600;justify-content:space-between;line-height:1.25rem;width:100%}.ConverterSection_converter__i2iZN .ConverterSection_converter__cart__dvqYF .ConverterSection_cart__text__bzfM8:not(:last-child){margin-right:1rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj{background-color:#f7f7f7;border-radius:.75rem;padding:1.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__list__wQWz9{display:flex;flex-direction:column}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__item__1EywN{align-items:center;display:flex;font-size:1rem;justify-content:space-between;line-height:1.25rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__item__1EywN:not(:last-child){margin-bottom:.5rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__item__1EywN.ConverterSection_checkout__item_second__THTZR .ConverterSection_checkout__text__tnbh4{color:#202639}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__item__1EywN.ConverterSection_checkout__item_second__THTZR .ConverterSection_checkout__text__tnbh4:first-child{font-weight:600}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__item__1EywN.ConverterSection_checkout__item_second__THTZR .ConverterSection_checkout__text__tnbh4:nth-child(2){font-size:2rem;font-weight:400;line-height:2rem}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__text__tnbh4{color:rgba(32,38,57,.5);white-space:nowrap}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__text__tnbh4:nth-child(2){display:block;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__text__tnbh4:not(:last-child){margin-right:.5rem}@media screen and (min-width:768px){.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__text__tnbh4:not(:last-child){min-width:40%}}.ConverterSection_converter__i2iZN .ConverterSection_converter__checkout__tKnLj .ConverterSection_checkout__text__tnbh4.ConverterSection_checkout__text_second__qT8wH{color:#00d09e}@media screen and (min-width:992px){.ServicesSection_services__RdJO8 .ServicesSection_boxes__row__KH4yG{grid-gap:0 20px;display:grid;gap:0 20px;grid-auto-rows:1fr;grid-template-columns:repeat(3,1fr);margin:0;width:auto}.ServicesSection_services__RdJO8 .ServicesSection_boxes__col__EGHuK{padding:0!important;width:100%!important}}.InstructionsSection_instructions__mpqBl .InstructionsSection_instructions__list__0j0Me{margin-bottom:-1.25rem}.InstructionsSection_instructions__mpqBl .InstructionsSection_instructions__item__J6aS3{background-color:#fff;border-radius:1.5rem;box-shadow:0 .25em .75em rgba(0,0,0,.3);margin-bottom:1.25rem;padding:2rem}.InstructionsSection_instructions__mpqBl .InstructionsSection_instructions__header__Jo71z{align-items:flex-start;display:flex}.InstructionsSection_instructions__mpqBl .InstructionsSection_instructions__header__Jo71z:not(:last-child){margin-bottom:7.75rem}.InstructionsSection_instructions__mpqBl .InstructionsSection_instructions__title__oPv6o:not(:last-child){margin-right:1rem}.progress :root{--scrollbar-width:calc(100vw - 100%)}.progress body.no-scroll{overflow:hidden;padding-right:var(--scrollbar-width)}.progress__templates{background-color:#e5e5e5;border-radius:8px;margin-bottom:12px;margin-top:12px;padding:16px}.progress__template{word-wrap:break-word;background-color:#fff;border:1px solid #8f939c;border-radius:8px;color:#000;cursor:pointer;display:block;font-size:14px;line-height:1.4;margin-bottom:10px;padding:12px 16px;text-align:left;transition:all .25s ease;white-space:normal;width:100%}.progress__template:hover{background-color:#ebfbf7;border-color:#1aefbc;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#00d09e;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.progress__template:active{box-shadow:0 2px 4px rgba(0,0,0,.05);-webkit-transform:translateY(0);transform:translateY(0)}.progress__template:last-child{margin-bottom:0}.progress__template[disabled]{cursor:not-allowed;opacity:.5}.EmailPage_wrapper__5CrWu{align-items:center;display:flex;justify-content:center;margin-top:78px;padding:15px}.EmailPage_link__hILPl{color:var(--active-menu-color)}.ResetPWPage_paragraph__EVRXb{color:#666;font-size:12px;line-height:15px;list-style-type:none;margin-bottom:0;margin-top:10px;text-decoration:none}.ResetPWPage_paragraph__EVRXb img{margin-right:8px}.ResetPWPage_form__Tl9OJ{margin-top:20px}.ResetPWPage_labelWrapper__o\+enq{grid-gap:20px 10px;display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:575.998px){.ResetPWPage_labelWrapper__o\+enq{grid-template-columns:repeat(2,1fr)}}.ResetPWPage_labelWrapper__o\+enq:nth-of-type(2){margin-top:20px}@media(max-width:575.998px){.ResetPWPage_labelWrapperAlt__bvR7n{grid-template-columns:1fr}}.ResetPWPage_paragraphFirst__QwPIW{margin-top:20px}.ResetPWPage_paragraphOther__52CLa{margin-top:0}.ResetPWPage_text__bzA7P{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.ResetPWPage_saveButton__5wwrE{margin-top:20px;text-transform:capitalize;width:210px}@media(max-width:767.998px){.ResetPWPage_saveButton__5wwrE{width:170px}}.History_tabWrapper__M6Pzb{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);width:660px}.History_tabWrapper__M6Pzb button{width:100%}@media(min-width:575.999px)and (max-width:767.998px){.History_tabWrapper__M6Pzb{width:510px}}@media(max-width:575.998px){.History_tabWrapper__M6Pzb{gap:5px;grid-template-columns:repeat(3,auto);width:100%}}.History_optionsWrapper__toO-D{align-items:flex-end;display:flex;justify-content:space-between}@media(max-width:575.998px){.History_optionsWrapper__toO-D{grid-gap:10px;display:grid;gap:10px}}.History_fieldsWrapper__JV6Va{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.History_fieldWrapper__8rcTg{grid-gap:5px;display:grid;gap:5px;width:166px}@media(min-width:575.999px)and (max-width:767.998px){.History_fieldWrapper__8rcTg{width:140px}}@media(max-width:575.998px){.History_fieldWrapper__8rcTg{width:150px}}.History_fieldTitle__E6h\+X{font-size:14px;font-weight:500;line-height:17px}.History_dateInputsWrapper__y32hc{display:flex;margin:0 -4px;width:calc(100% + 8px)}.History_dateInputWrapper__CO1QQ{margin:0 4px}.History_fieldWrapperDate__aQTvb{width:312px}@media(min-width:575.999px)and (max-width:767.998px){.History_fieldWrapperDate__aQTvb{width:240px}}@media(max-width:575.998px){.History_fieldWrapperDate__aQTvb{width:215px}}.History_dateInput__J7gE0{padding-left:45px}@media(max-width:767.998px){.History_dateInput__J7gE0{padding-left:34px}}.History_calendar__E8aeF{left:10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width:767.998px){.History_calendar__E8aeF{height:14px;width:15px}}.History_optionButtonsWrapper__FNm4V{display:flex;gap:20px;margin-bottom:3px}@media(min-width:575.999px)and (max-width:767.998px){.History_optionButtonsWrapper__FNm4V{grid-gap:10px;display:grid;gap:10px;justify-content:flex-end}}.History_optionButton__W6WAP{height:22px;text-align:right}.History_optionButton__W6WAP span{-webkit-text-fill-color:transparent;background:#7f00e2;background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:400;line-height:22px;white-space:nowrap}.History_optionButton__W6WAP span:before{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);content:"";height:1px;left:0;position:absolute;top:calc(100% + 3px);width:100%}@media(max-width:1240px){.History_optionButton__W6WAP{height:17px}.History_optionButton__W6WAP span{font-size:14px;line-height:17px}.History_optionButton__W6WAP span:before{top:calc(100% + 2px)}}.History_table__Xm4T5{background:#fff;border-bottom-left-radius:19px;border-bottom-right-radius:19px;display:grid;margin:16px -19px -10px;overflow:hidden;position:relative;width:calc(100% + 38px)}@media(max-width:1240px){.History_table__Xm4T5{margin-bottom:-19px}}@media(max-width:575.998px){.History_table__Xm4T5{margin:5px -9px -9px;width:calc(100% + 18px)}}@media(max-width:1240px){.History_desktopOnly__kLQ3n{display:none}}.History_mobileOnly__egG6W{display:none}@media(max-width:1240px){.History_mobileOnly__egG6W{display:grid}}.History_row__AdLFc{align-items:center;display:grid;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;padding:1px 19px;width:100%}.History_rowHistory__k\+vab{grid-template-columns:14% 9% 8% 11% 10% 43%}.History_rowHistoryCash__GnYZy{grid-template-columns:14% 18% 5% 7% 10% 11% 17%}.History_rowTurnover__DBj3E{grid-template-columns:9% 12% 13% 13% 21% 9% 9%}.History_rowMobile__YJBhn{gap:20px;grid-template-columns:40% auto;justify-content:flex-start}.History_rowMobileTitleWrapper__gXJYH{display:flex;gap:20px}.History_imgRotate__hSsoD{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.History_grey__AenkA{color:#666}.History_titleRow__8Ax08{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:8px;padding-top:8px}@media(max-width:1240px){.History_titleRow__8Ax08{font-size:16px;grid-template-columns:auto auto;justify-content:space-between;line-height:19px}}.History_cell__9jgIw{align-items:center;color:#000;display:flex;font-size:14px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;line-height:17px;padding:4px 0;width:100%}.History_cellColoredBg__Sg-CH{background:linear-gradient(135deg,#f9f2ff,#faf2fc)}.History_tableTitle__NHen-{font-size:14px;font-weight:500;line-height:17px}@media(max-width:1240px){.History_tableTitle__NHen-{font-size:16px;line-height:19px}}.History_hiddenWrapper__-DVZo{height:0;overflow:hidden}.History_TxID__bvx5w{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.History_cancelled__dNe-W{color:#ff004d}.History_credited__Kb9Dt{color:#00d09e}.History_cancelButton__zN7Gx{color:#666;font-size:14px;height:15px;line-height:17px}@media(max-width:1240px){.History_cancelButton__zN7Gx{font-size:12px;height:13px;line-height:15px}}.History_line__AQcXS{background:radial-gradient(145.02% 191.6% at 123.17% 100%,#003629 0,#7f00e2 100%);height:3px;margin:0 20px}.History_lineMobile__NhseM{background:#abaeef;height:1px}.History_paginationWrapper__0TCCF{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;margin:0 auto;width:420px}@media(min-width:575.999px)and (max-width:767.998px){.History_paginationWrapper__0TCCF{width:350px}}@media(max-width:575.998px){.History_paginationWrapper__0TCCF{width:330px}}.History_paginationCenterWrapper__ftdOn{display:flex;gap:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;place-content:center}@media(max-width:767.998px){.History_paginationCenterWrapper__ftdOn{gap:8px}}.History_arrowButton__8Vik5{aspect-ratio:1;display:grid;place-content:center}.History_arrowButton__8Vik5 img{-webkit-filter:invert(14%) sepia(65%) saturate(7464%) hue-rotate(274deg) brightness(92%) contrast(127%);filter:invert(14%) sepia(65%) saturate(7464%) hue-rotate(274deg) brightness(92%) contrast(127%)}@media(max-width:767.998px){.History_arrowButton__8Vik5 img{height:12.25px;width:8.75px}}@media(max-width:575.998px){.History_arrowButton__8Vik5 img{height:10.5px;width:7.5px}}.History_arrowRight__gh82Z{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media(hover:hover){.History_arrowRight__gh82Z:not(:disabled):hover{box-shadow:none}.History_arrowRight__gh82Z:not(:disabled):hover img{-webkit-filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%);filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%)}}.History_arrowRight__gh82Z:not(:disabled):active{box-shadow:none}.History_arrowRight__gh82Z:not(:disabled):active img{-webkit-filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%);filter:invert(100%) sepia(5%) saturate(7479%) hue-rotate(279deg) brightness(116%) contrast(105%)}.History_pageNumber__AXPJm{cursor:pointer;font-size:16px;line-height:19px;place-self:center;text-align:center;width:30px}@media(max-width:767.998px){.History_pageNumber__AXPJm{font-size:14px;line-height:17px;width:26px}}.History_pageNumberActive__VwxUE{-webkit-text-fill-color:transparent;background:#8c00fd;background:linear-gradient(135deg,#8c00fd,#a800c0);-webkit-background-clip:text;background-clip:text}.History_ellipsisWrapper__2amdC{width:40px}@media(max-width:767.998px){.History_ellipsisWrapper__2amdC{width:35px}}@media(max-width:575.998px){.History_ellipsisWrapper__2amdC{width:30px}}.History_ellipsis__XOJ1-{border:2px solid #e7c8ff;font-size:16px;line-height:19px;padding:0;text-align:center}.History_notification1Figure__gg2bW{background-color:#abaeef;border-radius:10px;color:#fff;display:grid;font-size:14px;height:20px;line-height:17px;place-content:center;place-items:center;position:absolute;right:0;top:0;-webkit-transform:translateX(8px) translateY(-8px);transform:translateX(8px) translateY(-8px);width:20px}@media(max-width:575.998px){.History_notification1Figure__gg2bW{font-size:12px;height:16px;line-height:15px;-webkit-transform:translateX(4px) translateY(-6px);transform:translateX(4px) translateY(-6px);width:16px}}.History_notificationMoreThan1Figure__HRV5D{padding:0 4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ProjectPage_project__O8feG{background-color:#f7f7f7}.ProjectPage_project__O8feG .ProjectPage_h1__QCtW7,.ProjectPage_project__O8feG .ProjectPage_h2__fzb0E,.ProjectPage_project__O8feG .ProjectPage_h3__e6Boz,.ProjectPage_project__O8feG .ProjectPage_h4__rcSp-,.ProjectPage_project__O8feG .ProjectPage_h5__cmZq7,.ProjectPage_project__O8feG .ProjectPage_h6__fojUl,.ProjectPage_project__O8feG h1,.ProjectPage_project__O8feG h2,.ProjectPage_project__O8feG h3,.ProjectPage_project__O8feG h4,.ProjectPage_project__O8feG h5,.ProjectPage_project__O8feG h6{font-weight:400}.ProjectPage_project__O8feG .ProjectPage_h1__QCtW7 a,.ProjectPage_project__O8feG .ProjectPage_h2__fzb0E a,.ProjectPage_project__O8feG .ProjectPage_h3__e6Boz a,.ProjectPage_project__O8feG .ProjectPage_h4__rcSp- a,.ProjectPage_project__O8feG .ProjectPage_h5__cmZq7 a,.ProjectPage_project__O8feG .ProjectPage_h6__fojUl a,.ProjectPage_project__O8feG h1 a,.ProjectPage_project__O8feG h2 a,.ProjectPage_project__O8feG h3 a,.ProjectPage_project__O8feG h4 a,.ProjectPage_project__O8feG h5 a,.ProjectPage_project__O8feG h6 a{color:rgba(32,38,57,.251);text-decoration:none}.ProjectPage_project__O8feG .ProjectPage_h1__QCtW7 a:hover,.ProjectPage_project__O8feG .ProjectPage_h2__fzb0E a:hover,.ProjectPage_project__O8feG .ProjectPage_h3__e6Boz a:hover,.ProjectPage_project__O8feG .ProjectPage_h4__rcSp- a:hover,.ProjectPage_project__O8feG .ProjectPage_h5__cmZq7 a:hover,.ProjectPage_project__O8feG .ProjectPage_h6__fojUl a:hover,.ProjectPage_project__O8feG h1 a:hover,.ProjectPage_project__O8feG h2 a:hover,.ProjectPage_project__O8feG h3 a:hover,.ProjectPage_project__O8feG h4 a:hover,.ProjectPage_project__O8feG h5 a:hover,.ProjectPage_project__O8feG h6 a:hover{text-decoration:underline}.ProjectPage_project__O8feG .ProjectPage_h1__QCtW7,.ProjectPage_project__O8feG h1{font-size:1.5rem;line-height:2rem}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_h1__QCtW7,.ProjectPage_project__O8feG h1{font-size:2rem;line-height:2.5rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_h1__QCtW7,.ProjectPage_project__O8feG h1{font-size:2.5rem;line-height:3rem}}.ProjectPage_project__O8feG .ProjectPage_h2__fzb0E,.ProjectPage_project__O8feG h2{font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_h2__fzb0E,.ProjectPage_project__O8feG h2{font-size:1.5rem;line-height:2rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_h2__fzb0E,.ProjectPage_project__O8feG h2{font-size:2rem;line-height:2.5rem}}.ProjectPage_project__O8feG .ProjectPage_h3__e6Boz,.ProjectPage_project__O8feG h3{font-size:1rem;line-height:1.25rem}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_h3__e6Boz,.ProjectPage_project__O8feG h3{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_h3__e6Boz,.ProjectPage_project__O8feG h3{font-size:1.5rem;line-height:1.75rem}}.ProjectPage_project__O8feG .ProjectPage_h4__rcSp-,.ProjectPage_project__O8feG h4{font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_h4__rcSp-,.ProjectPage_project__O8feG h4{font-size:1.25rem;line-height:1.75rem}}.ProjectPage_project__O8feG .ProjectPage_h5__cmZq7,.ProjectPage_project__O8feG h5{font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_h5__cmZq7,.ProjectPage_project__O8feG h5{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__O8feG .ProjectPage_h6__fojUl,.ProjectPage_project__O8feG h6{font-size:1rem;line-height:1.5rem}.ProjectPage_project__O8feG img,.ProjectPage_project__O8feG svg{height:auto;max-height:100%;max-width:100%;object-fit:cover;outline:none}.ProjectPage_project__O8feG ol,.ProjectPage_project__O8feG ul{list-style:none}.ProjectPage_project__O8feG a{text-decoration:none}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY{align-items:center;-webkit-appearance:none;appearance:none;background-color:#a717ff;border:1px solid #a717ff;border-radius:6.25rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1rem;outline:none;padding:1rem 1.25rem;text-align:center;transition:all .4s ease-in-out}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY{font-size:1rem;line-height:1rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY{font-size:1rem;line-height:1.25rem;padding:1.5rem 4.75rem}}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY:disabled{background-color:rgba(32,38,57,.502);border-color:transparent;pointer-events:none}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY:hover{background-color:#202639;border-color:#202639}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY img,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY svg{fill:#fff;flex-shrink:0;height:1rem;transition:all .4s ease-in-out;width:1rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY img,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY svg{height:1.25rem;width:1.25rem}}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY img.ProjectPage_btn_transparent__G6Pnt,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY svg.ProjectPage_btn_transparent__G6Pnt{background-color:transparent;border-color:#a717ff;color:#a717ff}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY img.ProjectPage_btn_transparent__G6Pnt:hover,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY svg.ProjectPage_btn_transparent__G6Pnt:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY img.ProjectPage_btn_transparent__G6Pnt:hover img,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY img.ProjectPage_btn_transparent__G6Pnt:hover svg,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY svg.ProjectPage_btn_transparent__G6Pnt:hover img,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY svg.ProjectPage_btn_transparent__G6Pnt:hover svg{fill:#fff}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY img.ProjectPage_btn_transparent__G6Pnt img,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY img.ProjectPage_btn_transparent__G6Pnt svg,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY svg.ProjectPage_btn_transparent__G6Pnt img,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY svg.ProjectPage_btn_transparent__G6Pnt svg{fill:#a717ff}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_secondary__dg69Y{background-color:#202639;border-color:#202639;color:#fff}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_secondary__dg69Y:hover{background-color:#a717ff;border-color:#a717ff;color:#fff}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_tertiary__6OhBI{background-color:rgba(32,38,57,.125);border-color:transparent;color:#202639}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_tertiary__6OhBI:disabled{background-color:transparent}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_tertiary__6OhBI:hover{background-color:#202639;border-color:transparent;color:#fff}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt{background-color:transparent;border-color:#202639;color:#202639}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt:hover{background-color:#202639;border-color:#202639;color:#fff}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt:hover img,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt:hover svg{fill:#fff}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt img,.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt svg{fill:#202639}.ProjectPage_project__O8feG .ProjectPage_btn__Y9eNY.ProjectPage_btn_tiny__8e86F{padding:.75rem 1.25rem}.ProjectPage_project__O8feG .ProjectPage_socials__TJoQA .ProjectPage_socials__list__3wcB7{display:flex;flex-wrap:wrap;gap:.7rem}.ProjectPage_project__O8feG .ProjectPage_socials__TJoQA .ProjectPage_socials__link__yWwY4{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:3.675rem;justify-content:center;width:3.675rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_socials__TJoQA .ProjectPage_socials__link__yWwY4{height:5.675rem;width:5.675rem}}.ProjectPage_project__O8feG .ProjectPage_socials__TJoQA img,.ProjectPage_project__O8feG .ProjectPage_socials__TJoQA svg{fill:#2196f3;height:1.7rem;width:1.75rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_socials__TJoQA img,.ProjectPage_project__O8feG .ProjectPage_socials__TJoQA svg{height:2.7rem;width:2.75rem}}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM:not(:last-child){margin-bottom:1.5rem}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h1,.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h2{color:#202639}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h1:not(:last-child),.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h2:not(:last-child){margin-bottom:1rem}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h3,.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h4,.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h5,.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h6{color:rgba(32,38,57,.8)}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h3:not(:last-child),.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h4:not(:last-child),.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h5:not(:last-child),.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM h6:not(:last-child){margin-bottom:1.25rem}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM img{display:block;margin:3.25rem 0}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM ol:not(:last-child),.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM p:not(:last-child),.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM ul:not(:last-child){margin-bottom:2.5rem}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM img{border-radius:1rem;overflow:hidden}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM strong{font-weight:600}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM ul{list-style:none}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM ul ul{margin-left:0}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM ul li{padding-left:1.25rem;position:relative}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM ul li:before{background-color:rgba(167,23,255,.251);border-radius:50%;content:"";height:.625rem;left:0;position:absolute;top:.4rem;width:.625rem}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM ul li:before:not(:last-child){margin-bottom:1.25rem}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM ol{list-style:decimal;padding-left:1rem}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM ol li{margin:0 0 .5rem}.ProjectPage_project__O8feG .ProjectPage_wysiwyg__gueAM a{color:#a717ff;position:relative;text-decoration:none;white-space:nowrap}.ProjectPage_project__O8feG .ProjectPage_container__a8Pz9{margin:0 auto;max-width:calc(100vw - 2rem);width:85rem}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_container__a8Pz9{max-width:calc(100vw - 3rem)}}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_container__a8Pz9{max-width:calc(100vw - 4rem)}}.ProjectPage_project__O8feG .ProjectPage_container__a8Pz9.ProjectPage_container_secondary__ePmFE{width:53.625rem}.ProjectPage_project__O8feG select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB3SURBVHgBdY0hDoAwEATvUoUrAgehDhwWFP0RXwQFkgcgaFJJSD9AS+ua5rru9mYzKLppgQ/O+9o3yET0owSHA+NVXfhb8rIB82pFghZmsHgw8+jbD5AaROAazCyU1CAFA4ek0oHynzYGQ1gMR4YhBbMRQnKq/wFMW0DX/RBaDwAAAABJRU5ErkJggg==);background-position:90% 50%;background-repeat:no-repeat;border:1px solid rgba(32,38,57,.2);border-radius:.75rem;color:#202639;cursor:pointer;font-size:1rem;font-weight:600;height:3.25rem;line-height:1.25rem;min-width:12.5rem;outline:none;padding:1rem}.ProjectPage_project__O8feG .ProjectPage_project__picture__EPHGP{display:flex;margin-bottom:-1.25rem;padding-top:45%;position:relative}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__picture__EPHGP{padding-top:22.222%}}.ProjectPage_project__O8feG .ProjectPage_project__picture__EPHGP img{height:100%;left:0;position:absolute;top:0;width:100%}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX{background-color:#fff;border-radius:.75rem .75rem 0 0;padding:1rem 1rem 0;position:relative;z-index:2}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX{border-radius:1.25rem 1.25rem 0 0;padding:2rem 2rem 0}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX{border-radius:1.5rem 1.5rem 0 0;padding:2.5rem 2.5rem 0}}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_container__a8Pz9{grid-gap:1.25rem;display:flex;flex-direction:column}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__list__d2BZg{grid-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__list__d2BZg{grid-gap:1.125rem}}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__list__d2BZg{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__list__d2BZg{grid-gap:1.25rem}}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__item__u4Q31{grid-gap:0 1.25rem;align-items:center;background-color:#f7f7f7;border-radius:.75rem;display:grid;gap:0 1.25rem;padding:1.25rem}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__item__u4Q31{align-items:flex-start;gap:0 1.5rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__item__u4Q31{gap:0 2rem}}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__item__u4Q31.ProjectPage_data__item_secondary__h0K47{grid-column:span 2;grid-template-columns:7.5rem auto}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__item__u4Q31.ProjectPage_data__item_secondary__h0K47{grid-column:span 2;grid-row:span 2;grid-template-columns:10.375rem auto}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__item__u4Q31.ProjectPage_data__item_secondary__h0K47{gap:0 2rem;grid-template-columns:12.375rem auto}}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__media__KAe8I{align-items:center;background-color:#fff;border-radius:.75rem;display:flex;flex-shrink:0;grid-row:span 2;height:7.5rem;justify-content:center;margin-bottom:.75rem;width:7.5rem}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__media__KAe8I{grid-row:span 3;height:10.375rem;margin-bottom:0;width:10.375rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__media__KAe8I{height:12.375rem;width:12.375rem}}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__media__KAe8I img{height:5.125rem;width:5.125rem}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__media__KAe8I img{height:7.25rem;width:7.25rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__media__KAe8I img{height:8.75rem;width:8.75rem}}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__header__7FmBj:not(:last-child){margin-bottom:.75rem}}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__status__\+8gV3{align-items:center;display:flex;gap:.5rem}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__status__\+8gV3 img,.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__status__\+8gV3 svg{height:1.5rem;width:1.5rem}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__status__\+8gV3 .ProjectPage_status__text__VOoQJ{color:#2196f3;font-size:1rem;line-height:1.25rem;-webkit-transform:translateY(.125rem);transform:translateY(.125rem)}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__main__y9ie1{grid-gap:.125rem;display:grid}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__main__y9ie1:not(:last-child){margin-bottom:1.5rem}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__subtitle__H0jGG{color:rgba(32,38,57,.8);font-size:.75rem;line-height:.875rem;opacity:.5}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__subtitle__H0jGG{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__subtitle__H0jGG{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__title__m2kCw{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__title__m2kCw{font-size:1.875rem;line-height:2rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__title__m2kCw{font-size:2.25rem;line-height:2.5rem}}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__title__m2kCw.ProjectPage_data__title_secondary__CjLtk{color:#00b31d}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__footer__p1XUr{grid-gap:1rem;display:grid;gap:1rem;grid-column:span 2;grid-template-columns:auto 4.25rem}@media screen and (min-width:580px){.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__footer__p1XUr{grid-column:unset}}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__footer__p1XUr .ProjectPage_btn__Y9eNY{width:100%}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__btn__obe3G{align-items:center;background-color:#fff;border:1px solid rgba(32,38,57,.125);border-radius:50%;cursor:pointer;display:flex;height:4.25rem;justify-content:center;transition:all .4s ease-in-out;width:4.25rem}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__btn__obe3G:hover{border:1px solid #202639}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__btn__obe3G svg{height:1rem;width:1rem}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tags__81p10 .ProjectPage_tags__list__PEq3B{display:flex;flex-wrap:wrap;gap:1.25rem}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tags__81p10 .ProjectPage_tags__item__9e7L-{align-items:center;background-color:#f7f7f7;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem 1.5rem}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tags__81p10 img,.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tags__81p10 svg{flex-shrink:0;height:1.5rem;width:1.5rem}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tags__81p10 .ProjectPage_tags__text__CgCRi{color:rgba(32,38,57,.8);font-size:1.25rem;line-height:1.5rem}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__list__UT5TV{display:flex;gap:3.25rem;overflow:hidden;overflow-x:auto}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__item__kEYzD{color:rgba(32,38,57,.502);cursor:pointer;display:flex;gap:.25rem;padding:2rem 0;position:relative;transition:all .4s ease-in-out}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__item__kEYzD:before{background-color:#a717ff;border-radius:.75rem .75rem 0 0;bottom:0;content:"";height:.25rem;left:0;position:absolute;transition:all .4s ease-in-out;width:0}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__item__kEYzD.ProjectPage_tabs__item_active__vI5JK,.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__item__kEYzD:hover{color:#202639}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__item__kEYzD.ProjectPage_tabs__item_active__vI5JK:before,.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__item__kEYzD:hover:before{width:100%}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__text__ABzdG{font-size:1.25rem;line-height:1.5rem;white-space:nowrap}.ProjectPage_project__O8feG .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__count__sG9ng{color:#a717ff;font-size:.75rem;line-height:.875rem}.ProjectPage_project__O8feG .ProjectPage_project__main__CZgyZ{background:no-repeat url(/static/media/background.fdaa336d13b52e88c96c.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:2rem 0}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_project__main__CZgyZ{padding:2.5rem 0}}.ProjectPage_project__O8feG .ProjectPage_project__footer__6MdOS{background-color:#fff;padding:1.25rem 0}.ProjectPage_project__O8feG .ProjectPage_project__action__j1ilP .ProjectPage_action__list__LrJoD{display:flex;flex-direction:column;gap:.75rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_project__action__j1ilP .ProjectPage_action__list__LrJoD{align-items:center;flex-direction:row;gap:1.25rem}}.ProjectPage_project__O8feG .ProjectPage_project__action__j1ilP .ProjectPage_action__item__vtNEq{width:100%}.ProjectPage_project__O8feG .ProjectPage_project__information__sbF2- .ProjectPage_container__a8Pz9{grid-gap:1.25rem;display:grid}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_project__information__sbF2- .ProjectPage_container__a8Pz9{grid-template-columns:auto 30.125rem}}.ProjectPage_project__O8feG .ProjectPage_information__main__4WGFr{grid-gap:1.25rem;display:grid}.ProjectPage_project__O8feG .ProjectPage_information__section__R4krX{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;padding:1.25rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8{background-color:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:1.5rem;display:grid;padding:1.25rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy{grid-gap:1rem;align-items:center;display:flex;flex-wrap:wrap}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy{grid-gap:2rem 1rem;flex-wrap:nowrap}}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy:not(:last-child){margin-bottom:2.5rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__ico__I1QsW{align-items:center;background-color:#fff;border-radius:.25rem;display:flex;flex-shrink:0;height:3.25rem;justify-content:center;width:3.25rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__ico__I1QsW img,.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__ico__I1QsW svg{height:2.5rem;width:2.5rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__title__iqimS .ProjectPage_graphic__text__66OKv{color:#202639;font-size:1rem;line-height:1.5rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__title__iqimS .ProjectPage_graphic__text__66OKv{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__title__iqimS .ProjectPage_graphic__text__66OKv{font-size:1.5rem;line-height:2rem}}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__subtitle__zugS2 .ProjectPage_graphic__text__66OKv{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__subtitle__zugS2 .ProjectPage_graphic__text__66OKv{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__subtitle__zugS2 .ProjectPage_graphic__text__66OKv{font-size:1.25rem;line-height:1.5rem}}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__sellect__8U0Ui{display:flex;justify-content:flex-end;margin-left:auto}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__sellect__8U0Ui select{width:12.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__main__XWd\+O:not(:last-child){margin-bottom:3.625rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__cost__NjdUj{align-items:center;display:flex;gap:.75rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__cost__NjdUj:not(:last-child){margin-bottom:2rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__cost__NjdUj .ProjectPage_cost__title__9FyPW{color:#202639;font-size:2.25rem;line-height:2.5rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__cost__NjdUj .ProjectPage_cost__subtitle__1R-SM{color:#00b31d;font-size:1.5rem;line-height:2rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ{grid-gap:1.25rem;display:grid}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ{grid-template-columns:auto 4.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__calendar__ksdQg .ProjectPage_calendar__list__gHjas{align-items:center;display:flex;gap:1rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__calendar__ksdQg .ProjectPage_calendar__item__Txj7Z{cursor:pointer}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__calendar__ksdQg .ProjectPage_calendar__item__Txj7Z.ProjectPage_calendar__item_active__eObnJ .ProjectPage_calendar__text__-BPJB,.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__calendar__ksdQg .ProjectPage_calendar__item__Txj7Z:hover .ProjectPage_calendar__text__-BPJB{color:#a717ff}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__calendar__ksdQg .ProjectPage_calendar__text__-BPJB{color:rgba(32,38,57,.8);font-size:1rem;line-height:1.25rem;opacity:.8;transition:all .4s ease-in-out}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__calendar__ksdQg .ProjectPage_calendar__text__-BPJB{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__media__AOcN6{border-right:1px solid rgba(32,38,57,.125);padding-top:74%;position:relative}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__media__AOcN6 img{height:100%;left:0;position:absolute;top:0;width:100%}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__times__\+1RVQ .ProjectPage_times__list__WGYdX{display:flex;flex-direction:row;gap:2rem;justify-content:space-between}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__times__\+1RVQ .ProjectPage_times__item__KwDoC{cursor:pointer}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__times__\+1RVQ .ProjectPage_times__item__KwDoC:hover .ProjectPage_times__text__IWXZ4{color:#a717ff}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__times__\+1RVQ .ProjectPage_times__text__IWXZ4{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem;opacity:.8}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR{display:none;flex-direction:column;gap:1.5rem;grid-row:span 3}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR{display:flex}}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR .ProjectPage_cost__title__9FyPW{color:#202639;font-size:1.25rem;line-height:1.5rem}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR .ProjectPage_cost__list__Kecmd{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR .ProjectPage_cost__item__kb5kz{cursor:pointer}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR .ProjectPage_cost__item__kb5kz:hover .ProjectPage_cost__text__0R0dS{color:#a717ff}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR .ProjectPage_cost__text__0R0dS{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem;opacity:.8;transition:all .4s ease-in-out}.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__footer__cfZIk .ProjectPage_graphic__text__66OKv{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__footer__cfZIk .ProjectPage_graphic__text__66OKv{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__footer__cfZIk .ProjectPage_graphic__text__66OKv{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB{display:grid}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__head__PeMI6{display:flex;flex-direction:column;gap:.25rem}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__head__PeMI6:not(:last-child){margin-bottom:2rem}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__head__PeMI6 .ProjectPage_description__title__3txlJ{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1.25rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__head__PeMI6 .ProjectPage_description__title__3txlJ{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__head__PeMI6 .ProjectPage_description__title__3txlJ{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__head__PeMI6 .ProjectPage_description__subtitle__na-E7{color:#202639;font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__head__PeMI6 .ProjectPage_description__subtitle__na-E7{font-size:1.5rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__head__PeMI6 .ProjectPage_description__subtitle__na-E7{font-size:2rem;line-height:2.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__media__o2Nqs{border-radius:.75rem;overflow:hidden;padding-top:51%;position:relative}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__media__o2Nqs:not(:last-child){margin-bottom:2.5rem}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__media__o2Nqs:not(:last-child){margin-bottom:3.25rem}}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__media__o2Nqs img{height:100%;left:0;position:absolute;top:0;width:100%}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__header__A9ZKa{grid-gap:1rem;display:grid}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__header__A9ZKa:not(:last-child){margin-bottom:1.25rem}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__title__3txlJ{color:#202639;font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__title__3txlJ{font-size:1.5rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__title__3txlJ{font-size:2rem;line-height:2.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__subtitle__na-E7{color:rgba(32,38,57,.8);font-size:1rem;line-height:1.25rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__subtitle__na-E7{font-size:1.25rem;line-height:1.5rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__subtitle__na-E7{font-size:1.5rem;line-height:2rem}}.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__main__8gkZI{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1.25rem}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__main__8gkZI{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__description__GlsEB .ProjectPage_description__main__8gkZI{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr{display:flex;flex-direction:column;gap:1.25rem;order:-1}@media screen and (min-width:841px){.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr{order:0}}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v{grid-gap:1.5rem;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;gap:1.5rem;padding:1.25rem}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__header__eW4nZ .ProjectPage_group__title__GCXMp{color:rgba(32,38,57,.502);font-size:1rem;line-height:1.25rem}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__header__eW4nZ .ProjectPage_group__title__GCXMp{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__list__PuWcW{grid-gap:.75rem;display:grid;gap:.75rem}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__item__SSjBU{background-color:#f7f7f7;border:1px solid #fff;border-radius:.75rem;padding:1.25rem}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__title__GCXMp{color:rgba(32,38,57,.502);font-size:1rem;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__title__GCXMp{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__title__GCXMp:not(:last-child){margin-bottom:.5rem}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__subtitle__S\+Aoi{align-items:center;color:#202639;display:flex;font-size:1.5rem;gap:.5rem;line-height:2rem;width:calc(100% - 2.25rem)}@media(min-width:1280px){.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__subtitle__S\+Aoi{font-size:2rem;line-height:2.5rem}}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__subtitle__S\+Aoi:not(:last-child){margin-bottom:2rem}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__tooltip__oGcCe{height:1.125rem;position:relative;width:1.125rem}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__tooltip__oGcCe:hover .ProjectPage_tooltip__dropdown__-1JmJ{display:block}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__tooltip__oGcCe .ProjectPage_tooltip__ico__5cRu6{align-items:flex-start;border-radius:50%;cursor:pointer;display:flex;height:100%;width:100%}.ProjectPage_project__O8feG .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__tooltip__oGcCe .ProjectPage_tooltip__dropdown__-1JmJ{background-color:#fff;border:1px solid rgba(32,38,57,.125);border-radius:.5rem;display:none;font-size:1rem;line-height:1.25rem;padding:1.5rem 1.25rem;position:absolute;right:calc(100% + .5rem);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-in-out;width:20rem}.ProjectPage_articles__PBC9y{display:flex;flex-direction:column;gap:2.5rem}@media screen and (min-width:841px){.ProjectPage_articles__PBC9y{gap:3.25rem}}.ProjectPage_articles__PBC9y .ProjectPage_articles__list__z8okI{grid-gap:1.25rem;display:flex;flex-direction:column}.ProjectPage_article__8WUlz{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:flex;flex-direction:column;padding:1.25rem}.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY:not(:last-child){margin-bottom:2rem}.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__tag__gTTz8{background-color:rgba(167,23,255,.125);border-radius:10rem;display:flex;padding:.75rem 1.25rem}@media screen and (min-width:841px){.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__tag__gTTz8{padding:.75rem 1.25rem}}@media(min-width:1280px){.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__tag__gTTz8{padding:.75rem 1.25rem}}.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__tag__gTTz8 .ProjectPage_tag__text__dDfq5{color:#a717ff;font-size:.75rem;line-height:.75rem}@media screen and (min-width:841px){.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__tag__gTTz8 .ProjectPage_tag__text__dDfq5{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__tag__gTTz8 .ProjectPage_tag__text__dDfq5{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__date__FH1-0 .ProjectPage_date__text__H\+sfT{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:580px){.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__date__FH1-0 .ProjectPage_date__text__H\+sfT{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__date__FH1-0 .ProjectPage_date__text__H\+sfT{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_article__8WUlz .ProjectPage_article__main__UuprN{color:rgba(32,38,57,.502);font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.ProjectPage_article__8WUlz .ProjectPage_article__main__UuprN{font-size:1rem;line-height:1.25rem}}@media(min-width:1280px){.ProjectPage_article__8WUlz .ProjectPage_article__main__UuprN{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_article__8WUlz .ProjectPage_article__main__UuprN:not(:last-child){margin-bottom:3.25rem}.ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7{align-items:center;display:flex;justify-content:space-between}.ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 .ProjectPage_data__list__d2BZg{align-items:center;display:flex;gap:1.25rem}.ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 .ProjectPage_data__item__u4Q31{align-items:center;cursor:pointer;display:flex;gap:.5rem}.ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 .ProjectPage_data__item__u4Q31:hover .ProjectPage_data__text__hYqbO{color:#202639}.ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 img,.ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 svg{flex-shrink:0;height:1.25rem;width:1.25rem}@media screen and (min-width:841px){.ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 img,.ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 svg{height:1.5rem;width:1.5rem}}.ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 .ProjectPage_data__text__hYqbO{color:rgba(32,38,57,.502);font-size:.875rem;font-weight:600;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 .ProjectPage_data__text__hYqbO{font-size:1rem;line-height:1.5rem}}.ProjectPage_comments__2WKFd{grid-gap:1.25rem;display:grid}.ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8{grid-gap:.25rem 1.5rem;align-items:center;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;padding:1.25rem}@media screen and (min-width:580px){.ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8{grid-template-columns:auto 12.5rem}}.ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8 .ProjectPage_comments__title__1hl8R{color:rgba(32,38,57,.502);font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8 .ProjectPage_comments__title__1hl8R{order:-2}}.ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8 .ProjectPage_comments__subtitle__JAsAQ{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:841px){.ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8 .ProjectPage_comments__subtitle__JAsAQ{font-size:2rem;line-height:2.5rem}}.ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8 .ProjectPage_comments__subtitle__JAsAQ:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:580px){.ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8 .ProjectPage_comments__subtitle__JAsAQ:not(:last-child){margin-bottom:0}.ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8 .ProjectPage_comments__select__iyrWu{grid-row:span 2;order:-1}}.ProjectPage_comments__2WKFd .ProjectPage_comments__list__euEn3{display:flex;flex-direction:column;gap:1.25rem}.ProjectPage_comments__addComment__VnPwb{background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;padding:1.25rem}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA{grid-gap:.25rem 1.5rem;display:grid}@media screen and (min-width:580px){.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA{grid-template-columns:auto 12.5rem}}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA:not(:last-child){margin-bottom:3rem}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA .ProjectPage_comments__title__1hl8R{color:rgba(32,38,57,.502);font-size:1.25rem;line-height:1.5rem}@media screen and (min-width:580px){.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA .ProjectPage_comments__title__1hl8R{order:-2}}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA .ProjectPage_comments__subtitle__JAsAQ{color:#202639;font-size:1.5rem;line-height:2rem}@media screen and (min-width:841px){.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA .ProjectPage_comments__subtitle__JAsAQ{font-size:2rem;line-height:2.5rem}}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA .ProjectPage_comments__subtitle__JAsAQ:not(:last-child){margin-bottom:.5rem}@media screen and (min-width:580px){.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA .ProjectPage_comments__subtitle__JAsAQ:not(:last-child){margin-bottom:0}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA .ProjectPage_comments__select__iyrWu{grid-row:span 2;order:-1}}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:2rem auto}@media screen and (min-width:580px){.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX{gap:1.25rem;grid-template-columns:2.5rem auto}}@media screen and (min-width:841px){.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX{grid-template-columns:3.25rem auto}}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX:not(:last-child){margin-bottom:2rem}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__media__fHPon{border-radius:.75rem;height:2rem;overflow:hidden;position:relative;width:2rem}@media screen and (min-width:580px){.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__media__fHPon{font-size:2.5rem;line-height:2.5rem}}@media screen and (min-width:841px){.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__media__fHPon{height:3.25rem;width:3.25rem}}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__text__ovc-J{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;border-bottom:1px solid rgba(32,38,57,.125);box-sizing:border-box;color:#202639;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:400;height:100%;height:2.75rem;line-height:2.5rem;margin:0;min-height:2.5rem;outline:none;padding:0 .75rem;resize:none;text-overflow:ellipsis;transition:all .4s ease-in-out;width:100%}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__text__ovc-J::-webkit-input-placeholder{color:rgba(32,38,57,.502);opacity:1}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__text__ovc-J::placeholder{color:rgba(32,38,57,.502);opacity:1}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__text__ovc-J:focus{border-color:rgba(32,38,57,.502)}.ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__action__Beuad .ProjectPage_action__list__LrJoD{display:flex;gap:.75rem;justify-content:flex-end}.ProjectPage_comment__Wkslr{grid-gap:0 1rem;align-items:flex-start;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background-color:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:1.5rem;display:grid;grid-template-columns:2rem auto;padding:1.25rem}@media screen and (min-width:580px){.ProjectPage_comment__Wkslr{grid-template-columns:2.5rem auto}}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr{grid-template-columns:3.25rem auto}}.ProjectPage_comment__Wkslr .ProjectPage_comments__list__euEn3{grid-gap:3rem;display:grid}.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4{-webkit-backdrop-filter:initial!important;backdrop-filter:none!important;background:transparent none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;border:initial!important;grid-template-columns:1.125rem auto;padding:initial!important}@media screen and (min-width:580px){.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4{grid-template-columns:2rem auto}}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4{grid-template-columns:2.5rem auto}}.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4 .ProjectPage_comment__media__HOq4\+{border-radius:.25rem;height:1.125rem;position:relative;width:1.125rem}@media screen and (min-width:580px){.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4 .ProjectPage_comment__media__HOq4\+{font-size:2rem;line-height:2rem}}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4 .ProjectPage_comment__media__HOq4\+{height:2.5rem;width:2.5rem}}.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4 .ProjectPage_comment__header__ukoWg:not(:last-child){margin-bottom:1.25rem}.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4 .ProjectPage_comment__header__ukoWg .ProjectPage_comment__title__fr\+GE{font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4 .ProjectPage_comment__header__ukoWg .ProjectPage_comment__title__fr\+GE{font-size:1rem;line-height:1.25rem}}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4 .ProjectPage_comment__header__ukoWg .ProjectPage_comment__title__fr\+GE{font-size:1.125rem;line-height:1.25rem}}.ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4 .ProjectPage_comment__header__ukoWg .ProjectPage_comment__subtitle__F9cQq{color:rgba(32,38,57,.502);font-size:.75rem;line-height:.875rem}.ProjectPage_comment__Wkslr .ProjectPage_comment__media__HOq4\+{border-radius:1rem;grid-row:span 4;height:2rem;overflow:hidden;position:relative;width:2rem}@media screen and (min-width:580px){.ProjectPage_comment__Wkslr .ProjectPage_comment__media__HOq4\+{font-size:2.5rem;line-height:2.5rem}}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr .ProjectPage_comment__media__HOq4\+{height:3.25rem;width:3.25rem}}.ProjectPage_comment__Wkslr .ProjectPage_comment__media__HOq4\+ img{height:100%;left:0;position:absolute;top:0;width:100%}.ProjectPage_comment__Wkslr .ProjectPage_comment__header__ukoWg{align-items:center;display:flex;gap:1rem}.ProjectPage_comment__Wkslr .ProjectPage_comment__header__ukoWg:not(:last-child){margin-bottom:1.5rem}.ProjectPage_comment__Wkslr .ProjectPage_comment__header__ukoWg .ProjectPage_comment__title__fr\+GE{color:#202639;font-size:1rem;font-weight:400;line-height:1rem}@media screen and (min-width:580px){.ProjectPage_comment__Wkslr .ProjectPage_comment__header__ukoWg .ProjectPage_comment__title__fr\+GE{font-size:1.25rem;line-height:1.25rem}}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr .ProjectPage_comment__header__ukoWg .ProjectPage_comment__title__fr\+GE{font-size:1.5rem;line-height:2rem}}.ProjectPage_comment__Wkslr .ProjectPage_comment__header__ukoWg .ProjectPage_comment__subtitle__F9cQq{color:rgba(32,38,57,.502);font-size:.75rem;font-weight:400;line-height:1rem}@media screen and (min-width:580px){.ProjectPage_comment__Wkslr .ProjectPage_comment__header__ukoWg .ProjectPage_comment__subtitle__F9cQq{font-size:.875rem;line-height:1rem}}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr .ProjectPage_comment__header__ukoWg .ProjectPage_comment__subtitle__F9cQq{font-size:1rem;line-height:1.125rem}}.ProjectPage_comment__Wkslr .ProjectPage_comment__main__MVzku{color:rgba(32,38,57,.8);font-size:.875rem;line-height:1rem}@media screen and (min-width:580px){.ProjectPage_comment__Wkslr .ProjectPage_comment__main__MVzku{font-size:1rem;line-height:1.25rem}}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr .ProjectPage_comment__main__MVzku{font-size:1.25rem;line-height:1.5rem}}.ProjectPage_comment__Wkslr .ProjectPage_comment__main__MVzku:not(:last-child){margin-bottom:2rem}.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy{align-items:center;display:flex;gap:1.25rem}.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy:not(:last-child){margin-bottom:.875rem}.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__favorite__HT9xd{align-items:center;cursor:pointer;display:flex;gap:.5rem}.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__favorite__HT9xd:hover .ProjectPage_favorite__text__P-NYD{color:#202639}.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__favorite__HT9xd img,.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__favorite__HT9xd svg{flex-shrink:0;height:1.5rem;width:1.5rem}.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__favorite__HT9xd .ProjectPage_favorite__text__P-NYD{color:rgba(32,38,57,.502);font-size:.875rem;font-weight:600;line-height:1rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__favorite__HT9xd .ProjectPage_favorite__text__P-NYD{font-size:1rem;line-height:1.5rem}}.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__answer__aaMK2{cursor:pointer}.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__answer__aaMK2:hover .ProjectPage_answer__text__DqZIt{color:rgba(32,38,57,.565)}.ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__answer__aaMK2 .ProjectPage_answer__text__DqZIt{color:#202639;font-size:1rem;font-weight:600;line-height:1.125rem;transition:all .4s ease-in-out}.ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1{align-items:flex-start;display:flex;flex-direction:column;gap:2rem}.ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2{align-items:center;background-color:rgba(167,23,255,.125);border-radius:.75rem;color:#a717ff;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .4s ease-in-out}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2{padding:1rem}}.ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2:hover{background-color:#a717ff;color:#fff}.ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2:hover img,.ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2:hover svg{fill:#fff}.ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2 img,.ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2 svg{fill:#a717ff;height:.5rem;transition:all .4s ease-in-out;width:.75rem}.ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2 .ProjectPage_dropdown__text__Vnipx{font-size:.875rem;font-weight:600;line-height:1rem}@media screen and (min-width:841px){.ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2 .ProjectPage_dropdown__text__Vnipx{font-size:1rem;line-height:1.125rem}}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI{background-color:#010607}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI h1,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI h2{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI h3,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI h4,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI h5,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI h6{color:hsla(0,0%,100%,.439)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt{background-color:transparent;border-color:#fff;color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt:hover{background-color:#fff;border-color:#fff;color:#010607}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt:hover img,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt:hover svg{fill:#010607}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt img,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_btn__Y9eNY.ProjectPage_btn_transparent__G6Pnt svg{fill:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX{background-color:#010607}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__item__u4Q31,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__media__KAe8I{background-color:hsla(0,0%,100%,.063)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__subtitle__H0jGG{color:hsla(0,0%,100%,.439)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__title__m2kCw{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__data__RBcU5 .ProjectPage_data__title__m2kCw.ProjectPage_data__title_secondary__CjLtk{color:#00b31d}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__tags__81p10 .ProjectPage_tags__item__9e7L-{background-color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__tags__81p10 .ProjectPage_tags__text__CgCRi{color:rgba(1,6,7,.439)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__item__kEYzD{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__item__kEYzD:before{background-color:#a717ff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__item__kEYzD.ProjectPage_tabs__item_active__vI5JK,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__item__kEYzD:hover{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__header__RMWSX .ProjectPage_project__tabs__kUk20 .ProjectPage_tabs__header__E6pg3 .ProjectPage_tabs__count__sG9ng{color:#a717ff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__main__CZgyZ{background:no-repeat url(/static/media/background2.db53260e2f51c065a755.jpg)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_project__footer__6MdOS{background-color:hsla(0,0%,100%,.063)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__section__R4krX{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8{background-color:hsla(0,0%,100%,.063);border:1px solid hsla(0,0%,100%,.063)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__ico__I1QsW{background-color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__title__iqimS .ProjectPage_graphic__text__66OKv{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__header__69HXy .ProjectPage_graphic__subtitle__zugS2 .ProjectPage_graphic__text__66OKv{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__cost__NjdUj .ProjectPage_cost__title__9FyPW{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__cost__NjdUj .ProjectPage_cost__subtitle__1R-SM{color:#00b31d}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__calendar__ksdQg .ProjectPage_calendar__item__Txj7Z{cursor:pointer}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__calendar__ksdQg .ProjectPage_calendar__item__Txj7Z.ProjectPage_calendar__item_active__eObnJ .ProjectPage_calendar__text__-BPJB,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__calendar__ksdQg .ProjectPage_calendar__item__Txj7Z:hover .ProjectPage_calendar__text__-BPJB{color:#a717ff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__calendar__ksdQg .ProjectPage_calendar__text__-BPJB{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__media__AOcN6{border-right:1px solid hsla(0,0%,100%,.063)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__times__\+1RVQ .ProjectPage_times__item__KwDoC{cursor:pointer}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__times__\+1RVQ .ProjectPage_times__item__KwDoC:hover .ProjectPage_times__text__IWXZ4{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__times__\+1RVQ .ProjectPage_times__text__IWXZ4{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR .ProjectPage_cost__title__9FyPW{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR .ProjectPage_cost__item__kb5kz{cursor:pointer}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR .ProjectPage_cost__item__kb5kz:hover .ProjectPage_cost__text__0R0dS{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__schedule__I-8DZ .ProjectPage_schedule__cost__Oh1WR .ProjectPage_cost__text__0R0dS{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__graphic__kxFm8 .ProjectPage_graphic__footer__cfZIk .ProjectPage_graphic__text__66OKv{color:hsla(0,0%,100%,.439)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__description__GlsEB .ProjectPage_description__head__PeMI6 .ProjectPage_description__title__3txlJ{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__description__GlsEB .ProjectPage_description__head__PeMI6 .ProjectPage_description__subtitle__na-E7,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__description__GlsEB .ProjectPage_description__title__3txlJ{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__description__GlsEB .ProjectPage_description__main__8gkZI,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__description__GlsEB .ProjectPage_description__subtitle__na-E7{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__header__eW4nZ .ProjectPage_group__title__GCXMp{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__item__SSjBU{background-color:hsla(0,0%,100%,.063);border:1px solid hsla(0,0%,100%,.063)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__title__GCXMp{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__subtitle__S\+Aoi{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_information__sidebar__3kEsr .ProjectPage_sidebar__group__2Ii7v .ProjectPage_group__tooltip__oGcCe .ProjectPage_tooltip__dropdown__-1JmJ{background-color:#fff;border:1px solid hsla(0,0%,100%,.063);color:#000}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_article__8WUlz{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__tag__gTTz8{background-color:rgba(167,23,255,.125)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__tag__gTTz8 .ProjectPage_tag__text__dDfq5{color:#a717ff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_article__8WUlz .ProjectPage_article__header__ju\+CY .ProjectPage_article__date__FH1-0 .ProjectPage_date__text__H\+sfT,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_article__8WUlz .ProjectPage_article__main__UuprN{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 .ProjectPage_data__item__u4Q31:hover .ProjectPage_data__text__hYqbO{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 img,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 svg{fill:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_article__8WUlz .ProjectPage_article__footer__Dxvx7 .ProjectPage_article__data__sRo02 .ProjectPage_data__text__hYqbO{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8 .ProjectPage_comments__title__1hl8R{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__2WKFd .ProjectPage_comments__header__IR0j8 .ProjectPage_comments__subtitle__JAsAQ{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__addComment__VnPwb{background-color:rgba(1,6,7,.251);border-color:hsla(0,0%,100%,.125)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA .ProjectPage_comments__title__1hl8R{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA .ProjectPage_comments__subtitle__JAsAQ{color:#fff}@media screen and (min-width:580px){.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__header__QvmsA .ProjectPage_comments__select__iyrWu{grid-row:span 2;order:-1}}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__text__ovc-J{border-color:hsla(0,0%,100%,.2);color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__text__ovc-J:focus{border-color:hsla(0,0%,100%,.5)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__text__ovc-J::-webkit-input-placeholder{color:hsla(0,0%,100%,.5);opacity:1}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comments__addComment__VnPwb .ProjectPage_addComment__main__xw2mX .ProjectPage_comments__text__ovc-J::placeholder{color:hsla(0,0%,100%,.5);opacity:1}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_btn__Y9eNY:disabled{background-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.5)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_btn__Y9eNY.ProjectPage_btn_tertiary__6OhBI{background-color:hsla(0,0%,100%,.2);color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_btn__Y9eNY.ProjectPage_btn_tertiary__6OhBI:disabled{background-color:transparent;color:hsla(0,0%,100%,.5)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI select{background-color:hsla(0,0%,100%,.1);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNjcxMUIxQjJDMTcxMUVGOTIwQzg2MTY5REMyQTc5QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNjcxMUIxQzJDMTcxMUVGOTIwQzg2MTY5REMyQTc5QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI2NzExQjE5MkMxNzExRUY5MjBDODYxNjlEQzJBNzlDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI2NzExQjFBMkMxNzExRUY5MjBDODYxNjlEQzJBNzlDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+y4ZxMQAAALtJREFUeNrs180NwyAMBWDoAlmlo2UD2CBdqRMxgmuiKKUVP7YB5RBbehdAvO+EEgsA5sp5mItHAQpQQAp4YeKj4Cf2rZiA2c6V+BAdCfAdn6yPioff2dfTA+vfAT+x3OUA5tgYjSiW5wCjEdXyEmAUolleA/QiSOUtgBRBLqcAuAhWORVARbDLOYAWQlTOBZQQ4nIJIIcQl0sBJYST3NXzxLre8hjb+Vn+xCyYt/QCq/8FClDA7QEfAQYAF7iummIhzbQAAAAASUVORK5CYII=);background-size:auto 25%;border-color:hsla(0,0%,100%,.2);color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI select option{color:#000}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr{background-color:rgba(1,6,7,.251);border:1px solid hsla(0,0%,100%,.125)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comments__item__pP1g4 .ProjectPage_comment__header__ukoWg .ProjectPage_comment__subtitle__F9cQq{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__header__ukoWg .ProjectPage_comment__title__fr\+GE{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__header__ukoWg .ProjectPage_comment__subtitle__F9cQq,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__main__MVzku{color:hsla(0,0%,100%,.314)}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__favorite__HT9xd:hover .ProjectPage_favorite__text__P-NYD{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__favorite__HT9xd img,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__favorite__HT9xd svg{fill:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__favorite__HT9xd .ProjectPage_favorite__text__P-NYD{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__answer__aaMK2{cursor:pointer}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__answer__aaMK2 .ProjectPage_answer__text__DqZIt,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__footer__txqZy .ProjectPage_comment__answer__aaMK2:hover .ProjectPage_answer__text__DqZIt{color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2{background-color:rgba(167,23,255,.125);color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2:hover{background-color:#a717ff;color:#fff}.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2 img,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2 svg,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2:hover img,.ProjectPage_project__O8feG.ProjectPage_project_dark__E9UJI .ProjectPage_comment__Wkslr .ProjectPage_comment__dropdown__sxzw1 .ProjectPage_dropdown__header__AT3W2:hover svg{fill:#fff}.ProjectPage_project__O8feG .ProjectPage_project__return__NuSFZ{display:flex;justify-content:flex-start;margin-bottom:2rem}.ProjectPage_project__O8feG .ProjectPage_project__return__NuSFZ .ProjectPage_return__link__ZyCpA{align-items:center;background-color:#fff;border-radius:.75rem;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.5rem;transition:all .4s ease-in-out}.ProjectPage_project__O8feG .ProjectPage_project__return__NuSFZ .ProjectPage_return__link__ZyCpA:hover{background-color:#a717ff}.ProjectPage_project__O8feG .ProjectPage_project__return__NuSFZ .ProjectPage_return__link__ZyCpA:hover .ProjectPage_return__text__s9fDp{color:#fff}.ProjectPage_project__O8feG .ProjectPage_project__return__NuSFZ .ProjectPage_return__link__ZyCpA:hover img,.ProjectPage_project__O8feG .ProjectPage_project__return__NuSFZ .ProjectPage_return__link__ZyCpA:hover svg{fill:#fff}.ProjectPage_project__O8feG .ProjectPage_project__return__NuSFZ .ProjectPage_return__link__ZyCpA img,.ProjectPage_project__O8feG .ProjectPage_project__return__NuSFZ .ProjectPage_return__link__ZyCpA svg{fill:#202639;height:.75rem;width:1rem}.ProjectPage_project__O8feG .ProjectPage_project__return__NuSFZ .ProjectPage_return__text__s9fDp{color:#202639;font-size:1rem;font-weight:600;line-height:1.25rem}.TokenChart_wrapper__buAYz{background:#abaeef;border:2px solid #abaeef;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:10px;width:100%}@media(max-width:767.998px){.TokenChart_wrapper__buAYz{margin-top:20px}}.TokenChart_chartTable__uek-T{background-color:#efebff;border-radius:18px;display:grid;grid-template-areas:"c l title1" "c l l1" "c l window1" "c l l2" "c l title2" "c l l3" "c l window2" "c l l4" "c l title3";grid-template-columns:62% 1px 1fr;grid-template-rows:repeat(2,25px 1px 236px 1px) 25px;height:100%;width:100%}@media(min-width:767.999px)and (max-width:1239.999px){.TokenChart_chartTable__uek-T{grid-template-columns:58% 1px 1fr}}@media(max-width:767.998px){.TokenChart_chartTable__uek-T{display:none}}.TokenChart_chart__ZVZsG{background-color:#fff;border-radius:18px 0 0 18px;grid-area:c;padding:10px}.TokenChart_phoneOnly__f47ET{display:none}.TokenChart_phoneOnly__f47ET .TokenChart_chart__ZVZsG{border-radius:18px 18px 18px 18px;height:100%}@media(max-width:767.998px){.TokenChart_phoneOnly__f47ET{display:block;height:555px}}.TokenChart_firstRowWrapper__bYRzf{align-items:center;display:flex;font-family:Inter;font-size:18px;font-weight:500;justify-content:space-between;line-height:22px;margin-bottom:10px}.TokenChart_elementWrapper__dZRzf{align-items:center;display:flex;gap:10px}@media(max-width:767.998px){.TokenChart_elementWrapper__dZRzf{gap:4px}}.TokenChart_elementWrapper__dZRzf span{font-size:18px;line-height:22px}@media(max-width:767.998px){.TokenChart_elementWrapper__dZRzf span{font-size:16px;line-height:19px}}.quill-content{color:#333;font-family:Arial,sans-serif;font-size:16px;line-height:1.5}.quill-content h1,.quill-content h2,.quill-content h3{margin-bottom:.5em;margin-top:.5em}.quill-content h1{font-size:2em;font-weight:700}.quill-content h2{font-size:1.5em;font-weight:700}.quill-content p{margin-bottom:1em}.quill-content ol,.quill-content ul{margin-bottom:1em;padding-left:1.5em}.quill-content a{color:#06c;text-decoration:none}.quill-content a:hover{text-decoration:underline}.quill-content .ql-align-right{text-align:right}.quill-content .ql-align-center{text-align:center}.quill-content .ql-align-justify{text-align:justify}.quill-content strong{font-weight:700}.quill-content em{font-style:italic}.quill-content u{text-decoration:underline}.quill-content s{text-decoration:line-through}.quill-content blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-editor .ql-size-small,.quill-content .ql-size-small{font-size:.75em!important}.ql-editor .ql-size-large,.quill-content .ql-size-large{font-size:1.5em!important}.ql-editor .ql-size-huge,.quill-content .ql-size-huge{font-size:2.5em!important}.ql-editor{color:#333;font-family:Arial,sans-serif;font-size:16px;line-height:1.5}.ql-editor h1{font-size:2em}.ql-editor h1,.ql-editor h2{font-weight:700;margin-bottom:.5em}.ql-editor h2{font-size:1.5em}.ql-editor p{margin-bottom:1em}.ql-editor strong{font-weight:700}.ql-editor em{font-style:italic}.ql-editor u{text-decoration:underline}.ql-editor s{text-decoration:line-through}.ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-editor ol,.ql-editor ul{margin-bottom:1em}.ql-editor a{color:#007bff;text-decoration:underline}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.quill-wrapper{position:relative;width:100%}.quill-container,.quill-wrapper{display:flex;flex-direction:column}.quill-container{border-radius:8px;flex-grow:1;max-height:400px;min-height:120px;overflow:relative;transition:box-shadow .3s ease}.quill-container-fixed-height{min-height:300px}.quill-container .ql-container,.quill-container .quill{height:calc(100% - 42px)}.quill-container .ql-editor{height:100%;overflow-y:auto}.quill-container>div{display:flex;flex-direction:column;flex-grow:1;height:auto}.quill-container .ql-container{background-color:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;flex-grow:1;overflow:auto;padding:5px}.quill-container:hover{box-shadow:0 0 0 .5px #a717ff}.quill-container:focus-within{box-shadow:0 0 0 .5px #a717ff}.quill-wrapper .token-icons{position:absolute;right:10px;top:10px;z-index:1}.quill-container .ql-toolbar{border:1px solid #e6e6e6;border-top-left-radius:8px;border-top-right-radius:8px}.quill-container .ql-container{border:none}.quill-container .quill{width:100%}.quill-container .ql-editor:focus{outline:none}.quill-container .ql-toolbar .ql-picker,.quill-container .ql-toolbar button{margin-right:5px}.quill-container .ql-toolbar button:focus,.quill-container .ql-toolbar button:hover{color:#06c}.quill-container .ql-editor.ql-blank:before{color:rgba(32,38,57,.4);font-family:Roboto,sans-serif;font-size:1.125rem;font-style:normal;font-weight:700;height:2rem;line-height:1.5rem;padding-left:5px}@media screen and (max-width:767px){.quill-container .ql-editor.ql-blank:before{font-size:.875rem;line-height:1.5rem}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.338606e1.css.map*/