:root{--color-main-bg: #fff;--color-second-bg: #f2f3f4;--color-modal-bg: #fff;--color-feedback-block-bg: #f2f3f4;--color-hover-blue: #4A4AC6;--color-arrow-go-back-btn: #333;--color-gradient-bg-before: #fff;--color-gradient-bg-after: #f2f3f4;--color-anchor-line: #f2f3f4;--color-anchor-active-line: #333;--color-legal-doc-link: #f2f3f4;--image-filter-brightness: none;--color-theme-toggle: #333;--color-app-advantage-bg: #e7e8e9;--color-link: #4A4AC6}@media (prefers-color-scheme: dark){:root.color-scheme-system{--color-main-bg: #212121;--color-second-bg: #333;--color-modal-bg: #212121;--color-feedback-block-bg: #333;--color-hover-blue: #7070ff;--color-arrow-go-back-btn: #efefef;--color-gradient-bg-before: #212121;--color-gradient-bg-after: #333;--color-anchor-line: #333;--color-anchor-active-line: #efefef;--color-legal-doc-link: #333;--image-filter-brightness: brightness(70%);--color-theme-toggle: #efefef;--color-app-advantage-bg: #333;--color-link: #7070ff}}:root.color-scheme-dark{--color-main-bg: #212121;--color-second-bg: #333;--color-modal-bg: #212121;--color-feedback-block-bg: #333;--color-hover-blue: #7070ff;--color-arrow-go-back-btn: #efefef;--color-gradient-bg-before: #212121;--color-gradient-bg-after: #333;--color-anchor-line: #333;--color-anchor-active-line: #efefef;--color-legal-doc-link: #333;--image-filter-brightness: brightness(70%);--color-theme-toggle: #efefef;--color-app-advantage-bg: #333;--color-link: #7070ff}:root{--color-blue-thin: #7070ff;--color-blue-light: #4A4AC6;--color-blue-medium: #5532EB;--color-black-thin: #4d4d4d;--color-black-light: #333;--color-black-regular: #212121;--color-black-medium: #111;--color-black-extraBold: #000;--color-gray-thin: #f2f3f4;--color-gray-light: #eee;--color-gray-regular: #efefef;--color-gray-medium: #a8a8a8;--color-white: #fff;--color-red: #e40038;--color-green: green;--color-pink: #FF99EC;color-scheme:light dark}html,body{font-family:Nunito,Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:16px;font-weight:600;line-height:1.5;overflow:auto}html.noScroll{overflow:hidden}@media (max-width: 1024px){html.noScrollInMobile{overflow:hidden}}html.noScrollFull body{overflow:hidden}html.noScrollMod1{position:fixed;right:0;left:0;overflow:hidden}html.globalScrollBehaviorSmooth{scroll-behavior:smooth}html .forDarkTheme,html .forSystemTheme{display:none}html.color-scheme-dark .forDarkTheme{display:flex}html.color-scheme-dark .forLightTheme,html.color-scheme-dark .forSystemTheme,html.color-scheme-system .forDarkTheme,html.color-scheme-system .forLightTheme{display:none}html.color-scheme-system .forSystemTheme{display:flex}body{margin:0;color:var(--color-black-light);background-color:var(--color-white)}*{box-sizing:border-box}a{text-decoration:none;color:var(--color-black-light)}ul,ol{margin:0;padding:0}p{padding:0;margin:0}ul li{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:900;margin:0}h1{font-size:40px;line-height:44px}h2{font-size:32px;line-height:40px}h3{font-size:24px;line-height:32px}img{display:block}button{font-family:Nunito,Inter,Arial,Helvetica,sans-serif;color:var(--color-black-light)}button[disabled]{color:#0003}::-webkit-scrollbar{display:block}::-webkit-scrollbar:vertical{width:0px}::-webkit-scrollbar:horizontal{height:0px}.container{margin:0 auto;max-width:1240px;padding:0 20px}@media (max-width: 1024px){.container{max-width:808px}}.btn{cursor:pointer;padding:12px 24px;background-color:#4a4ac6;border:none;color:var(--color-white);border-radius:16px;font-size:16px;font-weight:600;line-height:24px}.btn--white{color:var(--color-black-light);background-color:var(--color-white)}.btn--size--long{width:100%}.btn--disabled{cursor:not-allowed;opacity:.3}@media (min-width: 768px){.btn{font-size:18px}}.withSimpleSkeleton{position:relative;color:transparent;overflow:hidden}.withSimpleSkeleton:before{content:"";position:absolute;height:80%;width:100%;background-color:var(--color-gray-thin);border-radius:20px;top:50%;transform:translateY(-50%);z-index:10}.withSimpleSkeleton:after{content:"";position:absolute;left:-100%;top:0;height:100%;width:100%;max-width:232px;background:linear-gradient(to right,#fff0,#fff,#fff0);animation:2s cubic-bezier(.4,0,.2,1) .8s infinite normal none running load;z-index:20}.skeletonLoader{display:none;position:absolute;top:0;width:100%;height:100%;background-color:var(--color-white)}.skeletonLoader:before{content:"";position:absolute;height:100%;width:100%;background-color:var(--color-gray-thin);border-radius:20px}.skeletonLoader:after{content:"";position:absolute;left:-100%;top:0;height:100%;width:100%;max-width:232px;background:linear-gradient(to right,#fff0,#fff,#fff0);animation:2s cubic-bezier(.4,0,.2,1) .8s infinite normal none running load}.skeletonLoader--shortHeight:before{height:80%;top:50%;transform:translateY(-50%)}@keyframes load{0%{left:max(-100%,-232px)}to{left:100%}}.closeButtonInWindow{cursor:pointer;position:relative}.closeButtonInWindow:before{content:"";width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.closeButtonInWindow--withEffect:hover .iconForCloseInModal{transform:scale(1.4) rotate(180deg)}.iconForCloseInModal{position:relative;width:24px;height:24px;transition:.7s}.iconForCloseInModal:before{content:"";width:2px;height:20px;border-radius:1px;background-color:var(--color-black-light);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);transform-origin:center center}.iconForCloseInModal:after{content:"";width:2px;height:20px;border-radius:1px;background-color:var(--color-black-light);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center center}.feedback{display:flex;flex-direction:column;column-gap:24px;row-gap:14px;align-items:center;background-color:var(--color-gray-thin);padding:15.5px 28px;border-radius:20px;font-weight:700}.feedback .feedback__text{position:relative;margin:0 30px}.feedback .feedback__spinner{width:20px;height:20px;position:absolute;top:50%;left:100%;transform:translate(10px,-50%)}.feedback .feedback__spinner img{width:100%;height:100%}.feedback .feedback__values{display:flex;column-gap:24px}.feedback .feedback__values--disabled .feedbackVal{cursor:default}.feedback .feedback__values--loading .feedbackVal{cursor:wait}@media (min-width: 768px){.feedback{flex-direction:row;justify-content:space-between;padding:22.5px 28px}.feedback .feedback__text{margin-left:0}}.feedbackVal{display:flex;column-gap:10px;align-items:center;cursor:pointer}.feedbackVal .feedbackVal__icon{width:27px;height:27px}.feedbackVal .feedbackVal__icon img,.feedbackVal .feedbackVal__icon svg{max-width:100%;max-height:100%}.feedbackVal .feedbackVal__amount{color:var(--color-gray-medium)}.feedbackVal--leftItem{flex-direction:row-reverse}.feedbackVal--disabled{cursor:default}.feedbackVal--disabled .feedbackVal__amount{color:var(--color-gray-medium)}.feedbackVal--disabled .feedbackVal__icon svg path{fill:var(--color-gray-medium)}.feedbackVal--active{cursor:default;transform:scale(1.2)}.feedbackVal--active .feedbackVal__amount{color:var(--color-red)}.feedbackVal--active .feedbackVal__icon svg path{fill:var(--color-red)}@media (min-width: 768px){.feedbackVal--leftItem{flex-direction:row}}.feedbackVal--active.feedbackVal--like .feedbackVal__amount{color:var(--color-green)}.feedbackVal--active.feedbackVal--like .feedbackVal__icon svg path{fill:var(--color-green)}.feedback .feedback__values:not(.feedback__values--loading) .feedbackVal:hover:not(.feedbackVal--disabled) .feedbackVal__amount{color:var(--color-hover-blue)}.feedback .feedback__values:not(.feedback__values--loading) .feedbackVal:hover:not(.feedbackVal--disabled) .feedbackVal__icon svg path{fill:var(--color-hover-blue)}.errorMessage{background-color:var(--color-gray-thin);border-radius:20px;padding:40px;display:flex;flex-direction:column;align-items:flex-start;row-gap:8px;font-size:24px}.errorMessage .errorMessage__icon{margin-bottom:8px;width:34px;height:34px;background-repeat:no-repeat;background-size:contain;background-position:center center;background-image:url(/assets/icons/grayTriangleIcon.svg)}.errorMessage .errorMessage__title{font-weight:900}.errorMessage .errorMessage__btn{position:relative;cursor:pointer;margin-top:16px;font-size:16px;font-weight:700;line-height:24px;padding:16px 32px;border-radius:16px;border:none;background-color:var(--color-white)}.errorMessage .errorMessage__btn .errorMessage__btnSpinner{display:none;position:absolute;width:100%;height:100%;top:50%;left:50%;max-height:30px;max-width:30px;transform:translate(-50%,-50%)}.errorMessage .errorMessage__btn--isLoading{cursor:default;color:transparent;background-color:transparent}.errorMessage .errorMessage__btn--isLoading .errorMessage__btnSpinner{display:block}@media (min-width: 768px){.errorMessage{align-items:center}.errorMessage .errorMessage__text{text-align:center}}.aboutPersonParagraph{margin-bottom:24px}.aboutPersonParagraph:last-child{margin-bottom:0}.connectWithUsBtn{font-size:16px;font-weight:900;display:block;padding:24px;border-radius:12px;background-color:var(--color-white);text-align:center}.connectWithUsBtn .connectWithUsBtn__head{color:var(--color-gray-medium)}@media (min-width: 768px){.connectWithUsBtn{font-size:24px;line-height:32px}.connectWithUsBtn .connectWithUsBtn__head{margin-bottom:8px}}.scrollProgressWrapper{position:sticky;z-index:110;bottom:30px;height:0px}.scrollProgress{cursor:pointer;background-color:var(--color-black-light);box-shadow:0 0 10px 0 var(--color-black-light);border-radius:50%;position:absolute;right:0;bottom:100%;width:48px;height:48px;opacity:1;transition:opacity .3s}.scrollProgress:before{content:"";position:absolute;width:10px;height:10px;border:3px solid white;border-bottom:none;border-left:none;left:50%;transform:translate(-50%,20px) rotate(-45deg)}.scrollProgress:after{content:"";position:absolute;width:130%;height:130%;top:50%;left:50%;transform:translate(-50%,-50%)}.scrollProgress--hidden{pointer-events:none;cursor:default;opacity:0;transition:opacity .3s}.scrollProgress--opacity:not(.scrollProgress--hidden){opacity:.5}@media (max-width: 767px){.scrollProgress--hiddenFast{pointer-events:none;cursor:default;opacity:0;transition:opacity 0s}}.logoInHeader{height:24px;display:flex;max-height:100%;overflow:hidden}.logoInHeader .logoInHeader__image{display:block;max-width:100%;max-height:100%}@media (min-width: 768px){.logoInHeader{height:32px}}html.color-scheme-dark body{color:var(--color-gray-regular);background-color:var(--color-black-regular)}html.color-scheme-dark a{color:var(--color-gray-regular)}html.color-scheme-dark .errorMessage{background-color:var(--color-black-light)}html.color-scheme-dark .errorMessage .errorMessage__btn{background-color:var(--color-black-thin);color:var(--color-gray-regular)}html.color-scheme-dark .errorMessage .errorMessage__btn--isLoading{color:transparent;background-color:transparent}html.color-scheme-dark .feedback{background-color:var(--color-black-light)}html.color-scheme-dark .feedbackVal .feedbackVal__icon svg path{fill:var(--color-gray-regular)}html.color-scheme-dark .feedbackVal--disabled .feedbackVal__icon svg path{fill:var(--color-gray-medium)}html.color-scheme-dark .feedbackVal--active .feedbackVal__icon svg path{fill:var(--color-red)}html.color-scheme-dark .feedbackVal--active.feedbackVal--like .feedbackVal__icon svg path{fill:var(--color-green)}html.color-scheme-dark .connectWithUsBtn{background-color:var(--color-black-regular)}html.color-scheme-dark .iconForCloseInModal:before{background-color:var(--color-gray-regular)}html.color-scheme-dark .iconForCloseInModal:after{background-color:var(--color-gray-regular)}html.color-scheme-dark .skeletonLoader{background-color:var(--color-black-regular)}html.color-scheme-dark .skeletonLoader:before{background-color:var(--color-black-light)}html.color-scheme-dark .withSimpleSkeleton:before{background-color:var(--color-black-light)}@media (prefers-color-scheme: dark){html.color-scheme-system body{color:var(--color-gray-regular);background-color:var(--color-black-regular)}html.color-scheme-system a{color:var(--color-gray-regular)}html.color-scheme-system .errorMessage{background-color:var(--color-black-light)}html.color-scheme-system .errorMessage .errorMessage__btn{background-color:var(--color-black-thin);color:var(--color-gray-regular)}html.color-scheme-system .errorMessage .errorMessage__btn--isLoading{color:transparent;background-color:transparent}html.color-scheme-system .feedback{background-color:var(--color-black-light)}html.color-scheme-system .feedbackVal .feedbackVal__icon svg path{fill:var(--color-gray-regular)}html.color-scheme-system .feedbackVal--disabled .feedbackVal__icon svg path{fill:var(--color-gray-medium)}html.color-scheme-system .feedbackVal--active .feedbackVal__icon svg path{fill:var(--color-red)}html.color-scheme-system .feedbackVal--active.feedbackVal--like .feedbackVal__icon svg path{fill:var(--color-green)}html.color-scheme-system .connectWithUsBtn{background-color:var(--color-black-regular)}html.color-scheme-system .iconForCloseInModal:before{background-color:var(--color-gray-regular)}html.color-scheme-system .iconForCloseInModal:after{background-color:var(--color-gray-regular)}html.color-scheme-system .skeletonLoader{background-color:var(--color-black-regular)}html.color-scheme-system .skeletonLoader:before{background-color:var(--color-black-light)}html.color-scheme-system .withSimpleSkeleton:before{background-color:var(--color-black-light)}}@font-face{font-family:Inter;src:url("./media/Inter-Regular-RQH6OO63.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url("./media/Inter-Medium-ASJXQGCS.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url("./media/Inter-SemiBold-JDVPK6YW.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url("./media/Inter-Bold-DY7EUMII.ttf") format("truetype");font-weight:700;font-style:normal}.partner{display:flex;flex-direction:column}.partner .partner__logo{display:flex;flex:1;align-items:center;justify-content:center;border-radius:28px;padding:min(14%,50px);background-color:var(--color-gray-thin)}.partner .partner__logo img{max-width:100%}.partner .partner__name{font-size:24px;line-height:32px;font-weight:600;margin-top:12px;text-align:center}@media (max-width: 767px){.partner .partner__logo{min-height:200px}}html.color-scheme-dark .partner .partner__logo{background-color:var(--color-black-light)}@media (prefers-color-scheme: dark){html.color-scheme-system .partner .partner__logo{background-color:var(--color-black-light)}}.blueBtn{display:flex;align-items:center;background-color:#4a4ac6;padding:14px 28px;cursor:pointer;border:none;border-radius:16px;font-size:20px;line-height:28px;font-weight:800;color:#fff}.blueBtn:hover{background-color:#333}.blueBtn:active{background-color:#000}.blueBtn--withPresentIcon img{width:26px;height:26px;margin-right:14px}.blueBtn--white{display:flex;justify-content:center;align-items:center;width:100%;background-color:#fff;color:#4a4ac6}.blueBtn--white:hover,.blueBtn--white:active{background-color:#fff}.blueBtn .surpriseIcon{width:26px;height:26px;margin-right:14px}
