.language-selector{position:relative;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;color:var(--textColor)}.language-selector .language-selector-header{font-weight:500;font-size:var(--fz12);line-height:var(--lh24);letter-spacing:.4px;position:relative;display:flex;gap:6px;align-items:center;transition:.2s ease all;cursor:pointer;padding:8px 8px 8px 12px;border-radius:12px;flex-direction:row;justify-content:center}.language-selector .language-selector-header .language-selector-icon{position:relative;display:block;width:20px;height:20px;min-width:20px}.language-selector .language-selector-header .language-selector-icon img{width:20px;height:20px;min-width:20px}.language-selector .language-selector-header .language-selector-chevron{height:20px;width:20px}@media screen and (max-width: 780px){.language-selector .language-selector-header .language-selector-text{display:none}}.language-selector .language-selector-header:hover{background:var(--button_secondary_backgroundColor)}.language-selector .language-selector-list{position:absolute;display:flex;flex-direction:column;padding:4px;border-radius:12px;background:var(--block_backgroundColor);z-index:10;transition:.2s ease all;max-height:400px;overflow:hidden;overflow-y:auto;top:0;transform:translateY(40px);opacity:0;pointer-events:none;box-shadow:0 0 15px rgba(0,0,0,.07)}.language-selector .language-selector-chevron{transition:.2s ease all}.language-selector .language-selector-item{font-weight:500;font-size:var(--fz12);line-height:var(--lh24);letter-spacing:.4px;text-align:center;position:relative;display:flex;gap:6px;align-items:center;padding:8px 16px;cursor:pointer;border-radius:10px;transition:.2s ease all;min-width:200px}.language-selector .language-selector-item img{width:20px;height:20px}.language-selector .language-selector-item:hover,.language-selector.open .language-selector-header{background:var(--button_secondary_backgroundColor)}.language-selector.open .language-selector-chevron{transform:rotate(90deg)}.language-selector.open .language-selector-list{opacity:1;transform:translateY(50px);pointer-events:all}a[href]{all:unset;cursor:pointer}section{position:relative;display:flex;width:100%;height:fit-content}.container{max-width:1392px;position:relative;display:flex;flex-direction:column;gap:104px;width:100%}@media screen and (max-width: 430px){.container{gap:56px}}.block-container{position:relative;display:flex;flex-direction:column;gap:24px}.features-description-holder{position:relative;display:flex;width:100%;flex-direction:column;gap:104px}@media screen and (max-width: 430px){.features-description-holder{gap:56px}}.advantages-holder{position:relative;display:flex;flex-direction:row;width:100%;gap:32px}@media screen and (max-width: 890px){.advantages-holder{flex-direction:column}}.animated{transform:translateY(40px) scale(.8);transition:.6s ease all;opacity:0}.animated.shown{opacity:1;transform:translateY(0) scale(1)}.animated.hidden-top{transform:translateY(-40px) scale(.8);opacity:0}section.footer{align-items:center;justify-content:space-between}section.footer .footer-content{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;height:fit-content;opacity:1;padding:32px 48px}section.footer .footer-logo{position:relative;display:flex;justify-content:center;align-items:center;opacity:1;gap:12px}section.footer .footer-logo img{width:48px;height:48px;min-width:48px}@media screen and (max-width: 640px){section.footer{flex-direction:column}section.footer .footer-content{flex-direction:column;padding:24px}}header.header{position:fixed;display:flex;top:0;left:0;width:100%;justify-content:space-between;align-items:center;isolation:isolate;z-index:100;opacity:1;padding:32px 48px;backdrop-filter:blur(30px);background:var(--app_backgroundColorGlass);transform:translateY(-122px) scaleY(.9);transition:.3s ease all;will-change:transform}header.header.shown{transform:translateY(0) scale(1)}header.header .header__logo{position:relative;display:flex;justify-content:center;align-items:center;opacity:1;gap:12px}header.header .header__logo img{position:relative;width:48px;height:48px;min-width:48px}header.header .header__left,header.header .header__right{position:relative;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 430px){header.header{padding:16px}}section.main{background:var(--app_backgroundColor);padding:56px;align-items:center;justify-content:center;gap:32px}section.main:before{content:"";width:100%;height:100%;top:0;left:0;position:absolute;background:var(--app_backgroundColor);z-index:0}section.main .main-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:32px}section.main .main-content .main-content-title{position:relative;display:flex;flex-direction:column;gap:12px}section.main .main-content .main-content-title span{max-width:410px}section.main .main-illustration{position:relative;z-index:2;width:630px;min-width:630px}section.main .main-illustration img{width:100%}@media screen and (max-width: 1310px){section.main .main-illustration{width:520px;min-width:520px}}@media screen and (max-width: 1200px){section.main .main-illustration{width:460px;min-width:460px}}section.main>.main-background{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;max-width:100%;overflow:hidden;z-index:1;opacity:.2;filter:blur(15px)}section.main>.main-background img{position:relative}section.main .border-segments{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:-1}section.main .border-segments>div{position:absolute;display:block;background:var(--app_invertedBackgroundColor)}section.main .border-segments .border-segment-a{top:-2px;left:-2px}section.main .border-segments .border-segment-b{bottom:-2px;left:-2px}section.main .border-segments .border-segment-c{bottom:-2px;right:-2px}section.main .border-segments .border-segment-d{top:-2px;right:-2px}section.main>.border-segments .border-segment-a,section.main>.border-segments .border-segment-b,section.main>.border-segments .border-segment-c,section.main>.border-segments .border-segment-d{height:22%;width:10%}section.main>.border-segments .border-segment-e{height:calc(100% + 4px);top:-2px;width:20%;left:40%}section.main .main-content-badge{position:relative;display:grid;place-items:center;background:var(--app_backgroundColor);width:fit-content;padding:6px 12px}section.main .main-content-badge span{font-weight:700;font-size:14px;line-height:24px;letter-spacing:.7px;text-transform:uppercase}section.main .main-content-badge>.border-segments{position:absolute}section.main .main-content-badge>.border-segments .border-segment-a,section.main .main-content-badge>.border-segments .border-segment-b,section.main .main-content-badge>.border-segments .border-segment-c,section.main .main-content-badge>.border-segments .border-segment-d{height:25%;width:25%}section.main .main-content-badge>.border-segments .border-segment-a{top:-2px;left:-2px}@media screen and (max-width: 430px){section.main .main-content-badge{padding:4px 10px}section.main .main-content-badge span{font-size:12px;line-height:22px}}@media screen and (max-width: 1000px){section.main{flex-direction:column}section.main .main-content{align-items:center}section.main .main-content-title{align-items:center}section.main h1,section.main span{text-align:center}}@media screen and (max-width: 660px){section.main .main-illustration{width:100%;min-width:100%}}@media screen and (max-width: 430px){section.main{padding:24px;gap:24px}}section.feature-description{flex-direction:row;align-items:center;gap:32px}section.feature-description .feature-description-content{width:100%;max-width:800px;height:fit-content;position:relative;display:flex;flex-direction:column;gap:40px}section.feature-description .feature-description-content .feature-description-content-text{position:relative;display:flex;flex-direction:column;gap:12px}section.feature-description .feature-description-illustration{position:relative;display:grid;place-items:center;width:70%;height:100%}section.feature-description .feature-description-illustration img{max-width:100%}@media screen and (max-width: 1100px) and (min-width: 891px){section.feature-description .feature-description-illustration{place-items:center right;padding-right:1vw}}section.feature-description.right{flex-direction:row-reverse}@media screen and (max-width: 1100px) and (min-width: 891px){section.feature-description.right .feature-description-illustration{place-items:center left;padding-right:1vw}}@media screen and (max-width: 890px){section.feature-description{flex-direction:column-reverse!important}section.feature-description .feature-description-illustration{width:90%}}section.advantages-block{flex-direction:column;width:100%;opacity:1;gap:24px;padding:24px;border:2px solid var(--app_invertedBackgroundColor);box-shadow:8px 8px 0 0 var(--app_invertedBackgroundColor);justify-content:space-between;align-items:center;height:inherit;min-height:fit-content}section.advantages-block h2{font-weight:700;font-size:80px;line-height:88px;text-align:center;vertical-align:middle}@media screen and (max-width: 430px){section.advantages-block h2{font-size:64px;line-height:100%}}section.advantages-block span.advantages-block-title{font-weight:500;font-size:32px;line-height:40px;letter-spacing:0;text-align:center;vertical-align:middle}section.advantages-block div.advantages-block-content{position:relative;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center}section.advantages-block div.advantages-block-content span{text-align:center}.callout-block{position:relative;display:flex;flex-direction:column;overflow:hidden;opacity:1;padding:56px 168px;gap:56px;background:var(--app_invertedBackgroundColor);justify-content:center;align-items:center;margin-bottom:136px}.callout-block span,.callout-block h2{color:var(--app_invertedTextColor)!important;text-align:center}.callout-block .callout-block-content{position:relative;display:flex;flex-direction:column;gap:12px;justify-content:center;align-items:center}.callout-block .callout-block-background{position:absolute;width:100%;height:100%;top:0;bottom:0;opacity:.4;transform:translateY(100px);filter:blur(10px)}.callout-block button.callout-block-button{transform:translateY(-4px)}.callout-block button.callout-block-button span{color:var(--app_textColor)!important}.callout-block button.callout-block-button:before{transform:translate(6px) translateY(9px)}.callout-block button.callout-block-button:after{background:var(--app_backgroundColor)}.callout-block button.callout-block-button:hover{transform:translateY(-2px)}.callout-block button.callout-block-button:hover:before{transform:translate(4px) translateY(6px)}.callout-block button.callout-block-button:active{transform:translateY(0)}.callout-block button.callout-block-button:active:before{transform:translate(0) translateY(0)}@media screen and (max-width: 1000px){.callout-block{padding:56px;margin-bottom:36px}}@media screen and (max-width: 430px){.callout-block{padding:24px;margin-bottom:8px}}button{position:relative;display:flex;justify-content:center;align-items:center;background:var(--app_invertedBackgroundColor);border:2px solid var(--app_invertedBackgroundColor);opacity:1;padding:8px 16px;gap:8px;isolation:isolate;height:44px;cursor:pointer;transition:.2s ease all;width:fit-content;outline:none;-webkit-tap-highlight-color:transparent}button span{position:relative;display:grid;place-items:center;justify-content:center;opacity:1;padding-right:4px;padding-left:4px;gap:8px;font-size:20px;font-weight:500;line-height:100%;text-align:center;vertical-align:middle;color:var(--app_invertedTextColor);z-index:1;transition:inherit}button:before,button:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:var(--app_invertedBackgroundColor);transition:inherit}button:after{background:var(--app_invertedBackgroundColor)}button:before{transform-origin:center center}button:hover:not(:active){transform:translateY(-4px)}button:hover:not(:active) span{color:var(--app_textColor)}button:active span{color:var(--app_textColor)}button:hover:not(:active):before{transform:translate(6px) translateY(9px)}button:hover:after,button:active:after{background:var(--app_backgroundColor)}.text-frame{position:relative;display:flex;flex-direction:row;padding:12px 24px;gap:24px;border:2px solid var(--app_invertedBackgroundColor);box-shadow:8px 8px 0 0 var(--app_invertedBackgroundColor);max-width:800px;justify-content:center;align-items:center}.text-frame img{position:relative;display:block;width:40px;height:40px;min-width:40px;min-height:40px}.text-frame span{font-weight:500;font-size:24px;line-height:32px;letter-spacing:0;vertical-align:middle}@media screen and (max-width: 430px){.text-frame span{font-size:20px;line-height:28px}}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif;font-optical-sizing:auto;letter-spacing:0;vertical-align:middle;width:fit-content;padding:0;margin:0}h1,h2{color:var(--text_titleColor)}h3,h4{color:var(--app_textColor)}h1{font-weight:700;font-size:72px;line-height:80px}@media screen and (max-width: 768px){h1{font-size:64px;line-height:72px}}@media screen and (max-width: 430px){h1{font-size:40px;line-height:48px}}h2{font-weight:700;font-size:56px;line-height:64px}@media screen and (max-width: 768px){h2{font-size:40px;line-height:48px}}@media screen and (max-width: 430px){h2{font-size:32px;line-height:40px}}h3,h2.section{font-weight:400;font-size:24px;line-height:32px}@media screen and (max-width: 430px){h3,h2.section{font-size:20px;line-height:28px}}span.text{font-weight:400;font-size:24px;line-height:32px;letter-spacing:0;vertical-align:middle;color:var(--app_textColor);width:fit-content}@media screen and (max-width: 430px){span.text{font-size:20px;line-height:28px}}span.header{position:relative;display:block;font-weight:700;font-size:24px;line-height:100%;letter-spacing:.7px;text-align:center;vertical-align:middle;color:var(--app_textColor);width:fit-content}@media screen and (max-width: 430px){span.header{display:none}}:root{line-height:1.5;font-weight:400;font-family:Darker Grotesque,sans-serif;font-optical-sizing:auto;font-style:normal;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--app_backgroundColor: #F0F0F0;--app_backgroundColorGlass: rgba(240, 240, 240, .5);--app_invertedBackgroundColor: #202020;--app_accentGradient: linear-gradient(94.39deg, #1A2C77 2.56%, #7620BB 25.38%, #E33743 64.11%, #64AFCF 88.96%);--app_textColor: #1D211C;--app_invertedTextColor: #F0F0F0;--text_titleColor: #1D211C}*{box-sizing:border-box;user-select:none;-webkit-tap-highlight-color:transparent;font-size:var(--fz16)}body,html{background:var(--app_backgroundColor);min-width:320px;color:var(--app_textColor)}body{margin:0;display:flex;justify-content:center;place-items:center;width:100%;min-height:100%}#app{width:100%;position:relative;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:144px 32px 32px}@media screen and (max-width: 430px){#app{padding:104px 16px 16px}}img{pointer-events:none}
