:root{--main:#ff6b57;--main-400:#ff7c6b;--main-600:#e55745;--main-focus:#ff6b5759;--bg-white:#fff;--bg-grey:#f5f7fa;--black:#263238;--text-grey:#18191f;--grey:#717171;--light-grey:#717171;--dark-grey:#4d4d4d;--text-color:var(--text-grey);--bg-primary:var(--bg-white);--bg-secondary:var(--bg-grey);--bg-accent-light:#f8f9ff;--bg-accent-warm:#fff8f6;--bg-accent-subtle:#f6f9ff;--theme-switch-bg:#e1e5e9;--theme-switch-border:#d1d9e0;--theme-switch-focus:var(--main-focus);--footer-bg:var(--black);--footer-text-primary:var(--text-grey);--footer-text-muted:var(--light-grey);--footer-text-secondary:#a6a6a6;--svg-main:#ff6b57;--svg-dark:#263238;--svg-grey:#717171;--svg-white:#fff;--color-primary:var(--main);--color-text-secondary:var(--grey);--color-surface:var(--bg-white);--color-border:var(--border-subtle);--color-danger:#dc3545;--gradient-primary:linear-gradient(135deg,var(--main)0%,var(--main-400)100%);--border-subtle:#e9edf2;--border:#d1d9e0;--border-strong:#bfc6cf;--focus-ring:0 0 0 3px var(--main-focus);--shadow-sm:0 1px 2px #1113170f;--shadow-md:0 6px 16px #11131714;--radius-sm:10px;--radius-md:8px;--radius-lg:20px;--main-button-color:var(--text-grey)}[data-theme=dark]{--main:#ff6b57;--main-400:#ff7c6b;--main-600:#e55745;--main-focus:#ff6b5773;--bg-white:#1e1e1e;--bg-grey:#121212;--black:#0e1013;--text-grey:#fff;--grey:#b8b8b8;--light-grey:#b8b8b8;--dark-grey:#e5e5e5;--text-color:var(--text-grey);--bg-primary:var(--bg-white);--bg-secondary:var(--bg-grey);--bg-accent-light:#1a1a2e;--bg-accent-warm:#1e1a18;--bg-accent-subtle:#181a1e;--theme-switch-bg:#333;--theme-switch-border:#4a4a4a;--theme-switch-focus:var(--main-focus);--svg-main:#ff6b57;--svg-dark:#fff;--svg-grey:#b8b8b8;--svg-white:#fff;--color-primary:var(--main);--color-text-secondary:var(--grey);--color-surface:#2a2a2a;--color-border:var(--border-subtle);--color-danger:#ff6b6b;--gradient-primary:linear-gradient(135deg,var(--main)0%,var(--main-400)100%);--border-subtle:#2b3139;--border:#3a4450;--border-strong:#4c5867;--footer-bg:var(--black);--footer-text-primary:#fff;--footer-text-secondary:#a8b3c2;--footer-text-muted:#8893a1;--main-button-color:white}*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;transition:background-color .3s,color .3s,border-color .3s}body,main{background:var(--bg-primary);max-width:100vw;color:var(--text-color);overflow-x:hidden}h1,h2,h3,h4,h5,h6,p,span{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.text-content{overflow-wrap:break-word;max-width:100%}section{width:100%;margin-bottom:120px}@media (max-width:900px){section{margin-bottom:80px}}@media (max-width:600px){section{margin-bottom:60px}}[data-theme=dark] .header-logo img{filter:brightness(0)invert()}button,.btn{background:var(--main);color:var(--bg-white);cursor:pointer;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:none}button:hover,.btn:hover{background:var(--main-400)}button:active,.btn:active{background:var(--main-600)}button:focus-visible{box-shadow:var(--focus-ring);outline:none}.btn:focus-visible{box-shadow:var(--focus-ring);outline:none}a{color:var(--main);text-decoration:none}a:hover{color:var(--main-600)}.svg-main{width:16px;height:16px;fill:var(--svg-main)!important;color:var(--svg-main)!important}.svg-dark{fill:var(--svg-dark)!important;color:var(--svg-dark)!important}.svg-grey{fill:var(--svg-grey)!important;color:var(--svg-grey)!important}.svg-white{fill:var(--svg-white)!important;color:var(--svg-white)!important}.svg-hover:hover{transition:fill .3s,color .3s;fill:var(--main)!important;color:var(--main)!important}button svg,button img[src$=\.svg]{transition:filter .3s}button:hover svg,button:hover img[src$=\.svg]{filter:brightness(1.1)}.card{background:var(--bg-white);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}[data-theme=dark] .card{background:#101318}.hr,hr{background:var(--border);border:0;height:1px}.footer{background:var(--footer-bg);color:var(--footer-text-primary)}.footer .muted{color:var(--footer-text-muted)}.footer .secondary{color:var(--footer-text-secondary)}.transport-icon,.stat-icon,.social-icon,.theme-icon,.close-icon{transition:all .3s}.card-icon{background:var(--gradient-primary);border-radius:100%;justify-content:center;align-items:center;width:85px;height:85px;margin-bottom:24px;display:flex}.transport-icon{width:110px;height:110px;margin:20px 30px 0 0}.statistics-icon{background:var(--color-surface);border-radius:var(--radius-md);border:2px solid var(--color-border);justify-content:center;align-items:center;min-width:64px;max-width:64px;min-height:64px;max-height:64px;margin-bottom:16px;display:flex}.stat-icon{color:var(--color-primary);stroke-width:2px;width:32px;height:32px}.social-icon{color:var(--svg-white);transition:color .3s,transform .3s}.social-icon:hover{color:var(--svg-white);stroke:var(--svg-white)}.theme-icon{color:var(--color-primary);width:16px;height:16px}.close-icon{color:var(--color-text-secondary);width:24px;height:24px}button.cross{cursor:pointer;width:30px;height:30px;font:inherit;color:inherit;box-shadow:none;background:0 0;border:none;border-radius:100%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:14px;right:14px;opacity:1!important}.cross{cursor:pointer;opacity:1;background:0 0;border:none;border-radius:6px;transition:background-color .3s}.cross:hover .close-icon{color:var(--color-danger)}@media (max-width:768px){.card-icon{width:64px;height:64px}.statistics-icon{min-width:48px;max-width:48px;min-height:48px;max-height:48px}.transport-icon{width:80px;height:80px}.stat-icon{width:24px;height:24px}}header{justify-content:center;align-items:center;height:84px;padding:16px;display:flex}header .header-container{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:1200px;display:flex}header .header-container .header-logo img{pointer-events:none;width:155px;height:24px;transition:filter .3s}header .header-container .language-dropdown{min-width:75px;position:relative}header .header-container .language-dropdown button{width:100%;font-family:Arial;font-weight:600;font-style:Semi Bold;letter-spacing:0%;text-align:center;color:var(--text-color);border:1px solid var(--border);background-color:#0000;align-items:center;gap:12px;padding:5px 10px;font-size:20px;line-height:28px;display:flex}header .header-container .language-dropdown button img{width:18px;height:18px}header .header-container .language-dropdown .language-dropdown__open{z-index:5;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);padding:5px 15px;position:absolute;top:45px;left:0}header .header-container .language-dropdown .language-dropdown__open .language-dropdown__open__variant button{box-shadow:none;border:none;font-size:18px}@media screen and (max-width:600px){header{height:64px}header .header-container .header-logo img{width:120px;height:20px}header .header-container .language-dropdown{width:70px}header .header-container .language-dropdown button{gap:8px;font-size:18px}header .header-container .language-dropdown button img{width:14px;height:14px}header .header-container .language-dropdown .language-dropdown__open{padding:12px 16px;top:44px}header .header-container .language-dropdown .language-dropdown__open .language-dropdown__open__variant button{font-size:16px}}.theme-switcher{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.theme-switcher__label{color:#fff;margin-right:4px;font-family:Arial;font-size:14px;font-weight:500}.theme-switcher__button{background:var(--theme-switch-bg);border:1px solid var(--theme-switch-border);cursor:pointer;border-radius:13px;outline:none;width:47px;min-width:47px;height:26px;transition:all .3s;position:relative;overflow:hidden}.theme-switcher__button:hover{transform:scale(1.02)}.theme-switcher__button:focus{box-shadow:var(--focus-ring)}.theme-switcher__slider{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:1px;left:1px;box-shadow:0 2px 4px #0003}.theme-switcher__button.dark .theme-switcher__slider{transform:translate(20px)}.theme-switcher__icon{justify-content:center;align-items:center;font-size:12px;display:flex}.theme-switcher__text{color:var(--footer-text-secondary);min-width:50px;font-family:Arial;font-size:12px;font-weight:400}@media screen and (max-width:600px){.theme-switcher{gap:8px}.theme-switcher__label{font-size:12px}.theme-switcher__button{border-radius:11px;width:42px;min-width:42px;height:22px}.theme-switcher__slider{width:18px;height:18px}.theme-switcher__button.dark .theme-switcher__slider{transform:translate(20px)}.theme-switcher__text{min-width:40px;font-size:11px}}.page-modal{z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s ease-out modalFadeIn;display:flex;position:fixed;top:0;left:0}.page-modal__overlay{background-color:#000000b3;width:100%;height:100%;animation:.3s ease-out overlayFadeIn;position:absolute;top:0;left:0}.page-modal__content{z-index:10000;background:var(--bg-primary);border-radius:var(--radius-lg);width:100%;max-width:800px;max-height:90vh;animation:.4s cubic-bezier(.34,1.56,.64,1) modalSlideIn;position:relative;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.page-modal__close{background:var(--bg-secondary);width:40px;height:40px;color:var(--text-color);cursor:pointer;z-index:10001;border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:700;transition:background-color .3s,transform .2s;display:flex;position:absolute;top:20px;right:20px}.page-modal__close:hover{background:var(--main);color:var(--bg-white);transform:scale(1.1)}.page-content{padding:60px 60px 40px}.page-content__title{color:var(--text-color);word-wrap:break-word;margin-bottom:16px;font-family:Arial;font-size:max(28px,min(4vw,48px));font-weight:600;line-height:1.2}.page-content__subtitle{color:var(--main);word-wrap:break-word;margin-bottom:32px;font-family:Arial;font-size:18px;font-weight:500;line-height:1.4}.page-content__body{color:var(--grey);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-family:Arial;font-size:16px;font-weight:400;line-height:1.6}.page-content__body p{margin-bottom:20px}.page-content__body p:last-child{margin-bottom:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.7)translateY(-50px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (min-width:601px) and (max-width:900px){.page-modal{padding:15px}.page-content{padding:50px 40px 30px}.page-content__subtitle{margin-bottom:24px;font-size:16px}.page-content__body{font-size:15px}}@media (max-width:600px){.page-modal{padding:10px}.page-modal__close{width:32px;height:32px;font-size:16px;top:15px;right:15px}.page-content{padding:45px 20px 25px}.page-content__title{margin-bottom:12px}.page-content__subtitle{margin-bottom:20px;font-size:14px}.page-content__body{font-size:14px}.page-content__body p{margin-bottom:16px}}.footer{color:var(--footer-text-primary);flex-direction:column;justify-content:center;align-items:center;padding:64px 0 32px;display:flex}.footer__top{justify-content:center;align-items:center;width:100%;padding:0 16px;display:flex}.footer__container{grid-template-columns:1fr 1fr 1fr;place-items:start;gap:24px;width:100%;max-width:1200px;display:grid}.footer__container>:nth-child(2){justify-self:center}.footer__section{flex-direction:column;display:flex}.footer__about{gap:12px}.footer__logo img{pointer-events:none;width:155px;height:24px}.footer__description{color:var(--footer-text-secondary);max-width:300px;margin:0;font-family:Arial;font-size:14px;font-weight:400;line-height:1.5}.footer__social{flex-direction:column;gap:12px;display:flex}.footer__links{flex-direction:column;gap:24px;display:flex}.footer__contact{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.footer__contact-title{color:#fff;font-family:Arial;font-size:14px;font-weight:600}.footer__contact-info{flex-direction:column;gap:8px;display:flex}.footer__contact-item{color:var(--footer-text-secondary);font-family:Arial;font-size:14px;font-weight:400;text-decoration:none;transition:color .3s}.footer__contact-item:hover{color:var(--main)}.footer__title{color:#fff;margin:0 0 16px;font-family:Arial;font-size:16px;font-weight:600}.footer__theme{justify-self:flex-end;gap:24px}.footer__social-title{color:#fff;font-family:Arial;font-size:14px;font-weight:600}.footer__social-links{gap:16px;display:flex}.footer__social-links a{border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .3s;display:flex}.footer__social-links a:hover{background-color:var(--main)}.footer__social-links img{width:20px;height:20px}.footer__bottom{border-top:1px solid var(--footer-text-muted);text-align:center;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:48px;padding:32px 16px 0;display:flex}.footer__bottom-container{flex-direction:row;justify-content:center;align-items:center;gap:16px;width:100%;max-width:1200px;display:flex}.footer__bottom-container a{color:var(--footer-text-secondary);font-family:Arial;font-size:14px;font-weight:400;line-height:1.5;text-decoration:none;transition:color .3s}.footer__bottom-container a:hover{color:var(--main)}.footer__copyright{color:var(--footer-text-secondary);margin:0;font-family:Arial;font-size:14px;font-weight:400}@media (min-width:601px) and (max-width:900px){.footer__container{text-align:center;grid-template-columns:1fr;justify-content:center}.footer__about,.footer__contact,.footer__theme{justify-self:center;align-items:center}.footer__description{max-width:400px}}@media (min-width:361px) and (max-width:600px){.footer{padding:32px 0 20px}.footer__container{text-align:center;grid-template-columns:1fr;justify-content:center}.footer__about{align-items:center;gap:16px}.footer__logo img{width:120px;height:18px}.footer__description{max-width:100%;font-size:13px}.footer__links{grid-template-columns:1fr;gap:20px}.footer__about,.footer__contact,.footer__theme{justify-self:center;align-items:center}.footer__social-links{justify-content:center;gap:12px}.footer__bottom-container{flex-direction:column}}@media screen and (max-width:360px){.footer{padding:24px 0 16px}.footer__container{text-align:center;grid-template-columns:1fr;justify-content:center}.footer__about{gap:12px}.footer__about,.footer__contact,.footer__theme{justify-self:center;align-items:center}.footer__logo img{width:100px;height:16px}.footer__description{font-size:12px}.footer__title{margin-bottom:12px;font-size:14px}.footer__list a,.footer__copyright{font-size:12px}.footer__bottom{margin-top:20px;padding-top:16px}.footer__bottom-container{flex-direction:column}.footer__social-links{gap:8px}.footer__social-links a{width:28px;height:28px}.footer__social-links img{width:16px;height:16px}}.demo-form{background:var(--bg-primary);z-index:10000;border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:16px;width:60vw;max-width:800px;max-height:75dvh;padding:32px 64px;display:flex;position:relative;overflow-y:auto}.demo-form h2{font-family:Arial;font-weight:600;font-style:Semi Bold;letter-spacing:0%;color:var(--text-color);text-align:center;margin-bottom:16px;font-size:36px;line-height:44px}.demo-form .form-row{gap:16px;width:100%;max-width:600px;display:flex}.demo-form .input-wrapper{flex-direction:column;width:100%;max-width:600px;display:flex;position:relative}.demo-form .input-wrapper.half-width{flex:1}.demo-form .input-wrapper input{background:var(--bg-primary);border-radius:var(--radius-md);border:1px solid var(--border);width:100%;color:var(--text-color);letter-spacing:0%;padding:12px 16px;font-family:Arial;font-size:16px;font-weight:500;line-height:20px;transition:border-color .2s}.demo-form .input-wrapper input::placeholder{color:var(--grey)}.demo-form .input-wrapper input:focus{border-color:var(--main);box-shadow:var(--focus-ring);outline:none}.demo-form .input-wrapper select{background:var(--bg-primary);border-radius:var(--radius-md);border:1px solid var(--border);width:100%;color:var(--text-color);letter-spacing:0%;padding:12px 16px;font-family:Arial;font-size:16px;font-weight:500;line-height:20px;transition:border-color .2s}.demo-form .input-wrapper select::placeholder{color:var(--grey)}.demo-form .input-wrapper select:focus{border-color:var(--main);box-shadow:var(--focus-ring);outline:none}.demo-form .input-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;text-overflow:ellipsis;height:auto;min-height:48px;padding-right:40px;overflow:hidden}.demo-form .input-wrapper select option{background:var(--bg-primary);color:var(--text-color);padding:8px}.demo-form .input-wrapper .select-arrow{pointer-events:none;color:var(--text-color);width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.demo-form .input-wrapper .error{color:var(--main);margin-top:4px;font-size:12px}.demo-form .input-wrapper .error.submit-error{text-align:center;margin-top:8px;font-size:14px}.demo-form .submit-button{font-family:Arial;font-weight:500;font-style:Medium;letter-spacing:0%;text-align:center;color:var(--main-button-color);border-radius:var(--radius-md);cursor:pointer;border:none;border:2px solid var(--main);background:0 0;width:100%;max-width:300px;margin-top:8px;padding:14px 32px;font-size:18px;line-height:26px;transition:background-color .2s,opacity .2s}.demo-form .submit-button:hover:not(:disabled){color:#fff;background:var(--main)}.demo-form .submit-button:active:not(:disabled){background:var(--main-600)}.demo-form .submit-button:disabled{opacity:.6;cursor:not-allowed}.demo-form button.cross{cursor:pointer;width:30px;height:30px;font:inherit;color:inherit;box-shadow:none;background:0 0;border:none;border-radius:100%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:14px;right:14px;opacity:1!important}.demo-form .cross{cursor:pointer;opacity:.8;width:30px;height:30px;position:absolute;top:14px;right:14px}@media (min-width:901px) and (max-width:1300px){.demo-form{width:70vw;padding:28px 48px}}@media (min-width:601px) and (max-width:900px){.demo-form{gap:12px;width:80vw;padding:24px}.demo-form .form-row{flex-direction:column;gap:12px}.demo-form .input-wrapper.half-width{width:100%}.demo-form h2{font-size:28px;line-height:36px}}@media screen and (max-width:600px){.demo-form{gap:12px;width:90vw;max-height:85vh;padding:24px}.demo-form h2{margin-bottom:12px;font-size:24px;line-height:32px}.demo-form .form-row{flex-direction:column;gap:8px}.demo-form .input-wrapper{width:100%}.demo-form .input-wrapper input,.demo-form .input-wrapper select{padding:12px 40px 12px 12px;font-size:16px}.demo-form .input-wrapper .error{margin-top:3px;font-size:11px}.demo-form .submit-button{padding:12px 24px;font-size:16px;line-height:20px}.demo-form .cross{width:20px;height:20px}}.hero{background:var(--bg-secondary);justify-content:center;align-items:center;width:100%;padding:16px;display:flex;overflow:hidden}.hero .hero__container{flex-direction:row;justify-content:space-between;align-items:center;gap:104px;width:100%;max-width:1200px;display:flex}.hero .hero__container .hero__text,.hero .hero__container .hero__image{opacity:0;transition:transform 1s,opacity 1s}.hero .hero__container .hero__image{pointer-events:none}.hero .hero__container .hero__text{width:657px;transform:translate(-100px)}.hero .hero__container .hero__text h1{font-family:Arial;font-weight:600;font-style:Semi Bold;letter-spacing:0%;color:var(--text-color);flex-direction:column;font-size:64px;line-height:76px;display:flex}.hero .hero__container .hero__text h1 span{width:-moz-fit-content;width:fit-content;color:var(--main)}.hero .hero__container .hero__text p{font-family:Arial;font-weight:400;font-style:Regular;letter-spacing:0%;color:var(--grey);margin-top:16px;font-size:16px;line-height:24px}.hero .hero__container .hero__text button{font-family:Arial;font-weight:500;font-style:Medium;letter-spacing:0%;text-align:center;vertical-align:middle;color:var(--main-button-color);border-radius:var(--radius-md);cursor:pointer;border:2px solid var(--main);background:0 0;margin-top:32px;padding:14px 32px;font-size:16px;line-height:24px}@media (hover:hover){.hero .hero__container .hero__text button:hover{color:#fff;background:var(--main)}}.hero .hero__container .hero__text.animate{opacity:1;transform:translate(0)}.hero .hero__container .hero__image{opacity:1;transform:translate(100px)}.hero .hero__container .hero__image img{width:100%;display:block}.hero .hero__container .hero__image.animate{transform:translate(0)}.hero .show-form-window{z-index:9999;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0}.hero .show-form-window .overlay{background-color:#000a;width:100%;height:100%;position:absolute;top:0;left:0}.hero .success-modal{z-index:9999;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0}.hero .success-modal .overlay{background-color:#000a;width:100%;height:100%;position:absolute;top:0;left:0}.hero .success-modal .success-content{background:var(--bg-primary);z-index:10000;border-radius:8px;align-items:center;padding:34px;display:flex;position:relative}.hero .success-modal .success-content img{width:100%;height:100%}@media (min-width:901px) and (max-width:1300px){.hero .hero__container{gap:60px}.hero .hero__container .hero__text{width:100%}.hero .hero__container .hero__text h1{font-size:46px;line-height:58px}.hero .hero__container .hero__image{width:100%}.hero .hero__container .hero__image img{object-fit:contain;width:100%}.hero .success-modal .success-content{padding:24px}}@media (min-width:601px) and (max-width:900px){.hero .hero__container{flex-direction:column;gap:60px}.hero .hero__container .hero__text{width:100%}.hero .hero__container .hero__text h1{font-size:50px;line-height:58px}.hero .hero__container .hero__image{width:100%}.hero .hero__container .hero__image img{object-fit:contain;width:100%}.hero .success-modal .success-content{padding:24px}}@media (min-width:361px) and (max-width:600px){.hero .hero__container{flex-direction:column;gap:60px;padding:40px 20px}.hero .hero__container .hero__text{width:100%}.hero .hero__container .hero__text h1{font-size:46px;line-height:52px}.hero .hero__container .hero__image{width:100%}.hero .hero__container .hero__image img{object-fit:contain;width:100%}.hero .success-modal .success-content{padding:24px}}@media screen and (max-width:360px){.hero .hero__container{flex-direction:column;gap:40px;padding:20px}.hero .hero__container .hero__text{width:100%}.hero .hero__container .hero__text h1{font-size:32px;line-height:40px}.hero .hero__container .hero__text p{font-size:14px}.hero .hero__container .hero__text button{margin-top:20px;padding:10px 24px}.hero .hero__container .hero__image{width:100%}.hero .hero__container .hero__image img{object-fit:contain;width:100%}}.clients{justify-content:center;align-items:center;width:100%;padding:16px;display:flex;overflow:hidden}.clients .clients__container{flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-width:1200px;display:flex}.clients .clients__container .clients__title{flex-direction:column;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.clients .clients__container .clients__title h2{font-family:Arial;font-weight:600;font-style:Semi Bold;letter-spacing:0%;text-align:center;color:var(--text-color);word-wrap:break-word;font-size:max(24px,min(4vw,36px));line-height:1.2}.clients .clients__container .clients__title .separator-line{border:1px solid var(--text-color);background:0 0;width:80px;height:1px;margin:20px}.clients .clients__container .clients__title p{color:var(--grey);font-family:Arial;font-weight:400;font-style:Regular;letter-spacing:0%;text-align:center;max-width:800px;font-size:16px;line-height:24px}.clients .clients__container .clients__images{opacity:0;cursor:grab;width:100%;padding:25px 0;transition:transform 1.5s,opacity 1.5s;display:block;overflow:hidden;transform:translate(-100px)}.clients .clients__container .clients__images:active{cursor:grabbing}.clients .clients__container .clients__images.animate{opacity:1;transform:translate(0)}.clients .clients__container .clients__images .clients__images-track{white-space:nowrap;align-items:center;gap:60px;display:flex}.clients .clients__container .clients__images img{object-fit:contain;flex-shrink:0;width:16vh;height:3vh;transition:filter .3s}[data-theme=dark] .clients__images img{filter:brightness(0)invert()}@media (min-width:901px) and (max-width:1300px){.clients .clients__container .clients__title h2{font-size:28px;line-height:32px}.clients .clients__container .clients__images{padding:20px 0}.clients .clients__container .clients__images .clients__images-track{gap:40px}}@media (min-width:601px) and (max-width:900px){.clients .clients__container .clients__title h2{font-size:28px;line-height:32px}.clients .clients__container .clients__images{padding:20px 0}.clients .clients__container .clients__images .clients__images-track{gap:30px}}@media (min-width:361px) and (max-width:600px){.clients .clients__container .clients__title h2{font-size:26px;line-height:30px}.clients .clients__container .clients__images{padding:20px 0}.clients .clients__container .clients__images .clients__images-track{gap:25px}.clients .clients__container .clients__images img{width:14vh;height:2.5vh}}@media screen and (max-width:360px){.clients .clients__container .clients__title{margin-bottom:12px}.clients .clients__container .clients__title h2{margin-bottom:6px;font-size:26px;line-height:32px}.clients .clients__container .clients__title p{font-size:16px}.clients .clients__container .clients__images{padding:16px 0}.clients .clients__container .clients__images .clients__images-track{gap:20px}.clients .clients__container .clients__images img{width:12vh;min-width:60px;height:2vh;min-height:15px}}.manage{background:var(--bg-primary);justify-content:center;align-items:center;width:100%;padding:16px;display:flex}.manage .manage__container{flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-width:1200px;display:flex}.manage .manage__container .manage__title{flex-direction:column;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.manage .manage__container .manage__title h2{width:100%;font-family:Arial;font-weight:600;font-style:Semi Bold;letter-spacing:0%;text-align:center;color:var(--text-color);word-wrap:break-word;font-size:max(24px,min(4vw,36px));line-height:1.2}.manage .manage__container .manage__title .separator-line{border:1px solid var(--text-color);background:0 0;width:80px;height:1px;margin:20px}.manage .manage__container .manage__title p{font-family:Arial;font-weight:400;font-style:Regular;letter-spacing:0%;text-align:center;color:var(--grey);max-width:800px;font-size:16px;line-height:24px}.manage .manage__container .manage__cards{justify-content:space-between;align-items:flex-start;width:100%;display:flex;overflow:hidden}.manage .manage__container .manage__cards .manage__cards__card{border-radius:var(--radius-md);background:var(--bg-elevated);opacity:0;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;width:300px;padding:24px 0;transition:transform 1s,opacity 1s;display:flex;transform:translateY(100px)}.manage .manage__container .manage__cards .manage__cards__card h3{font-family:Arial;font-weight:700;font-style:Bold;letter-spacing:0%;text-align:center;color:var(--text-color);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:max(20px,min(3vw,28px));line-height:1.3}.manage .manage__container .manage__cards .manage__cards__card p{font-family:Arial;font-weight:400;font-style:Regular;letter-spacing:0%;text-align:center;color:var(--grey);font-size:14px;line-height:20px}.manage .manage__container .manage__cards .manage__cards__card.animate{opacity:1;transform:translateY(0)}@media (min-width:901px) and (max-width:1300px){.manage .manage__container .manage__title h2{font-size:28px;line-height:32px}.manage .manage__container .manage__cards{gap:30px}.manage .manage__container .manage__cards .manage__cards__card h3{width:75%;font-size:26px;line-height:32px}}@media (min-width:601px) and (max-width:900px){.manage .manage__container .manage__title h2{width:90%;font-size:28px;line-height:32px}.manage .manage__container .manage__cards{flex-wrap:wrap;justify-content:center;gap:10px 20px}.manage .manage__container .manage__cards .manage__cards__card{width:48%}.manage .manage__container .manage__cards .manage__cards__card h3{width:75%;font-size:24px;line-height:28px}}@media screen and (max-width:600px){.manage .manage__container .manage__title h2{width:85%;font-size:26px;line-height:30px}.manage .manage__container .manage__cards{flex-wrap:wrap;gap:10px}.manage .manage__container .manage__cards .manage__cards__card{width:100%}.manage .manage__container .manage__cards .manage__cards__card h3{width:75%;font-size:22px;line-height:24px}}.unseen{background:var(--bg-primary);justify-content:center;align-items:center;padding:16px;display:flex;overflow:hidden}.unseen .unseen__container{flex-direction:row;justify-content:space-between;align-items:center;gap:50px;width:100%;max-width:1200px;display:flex}.unseen .unseen__container .unseen__image,.unseen .unseen__container .unseen__text{opacity:0;transition:transform 1s,opacity 1s}.unseen .unseen__container .unseen__image{pointer-events:none;width:440px;height:433px;transform:translate(-100px)}.unseen .unseen__container .unseen__image img{object-fit:contain;width:440px;height:433px}.unseen .unseen__container .unseen__image.animate{opacity:1;transform:translate(0)}.unseen .unseen__container .unseen__text{width:601px;transform:translate(100px)}.unseen .unseen__container .unseen__text h2{font-family:Arial;font-weight:600;font-style:Semi Bold;letter-spacing:0%;color:var(--text-color);word-wrap:break-word;max-width:100%;margin-bottom:8px;font-size:max(24px,min(4vw,36px));line-height:1.2}.unseen .unseen__container .unseen__text p{font-family:Arial;font-weight:400;font-style:Regular;letter-spacing:0%;color:var(--grey);word-wrap:break-word;font-size:16px;line-height:1.5}.unseen .unseen__container .unseen__text.animate{opacity:1;transform:translate(0)}@media (min-width:901px) and (max-width:1300px){.unseen .unseen__container .unseen__image,.unseen .unseen__container .unseen__image img{width:342px;height:333px}.unseen .unseen__container .unseen__text{width:500px}.unseen .unseen__container .unseen__text h2{margin-bottom:8px;font-size:28px;line-height:32px}}@media (min-width:601px) and (max-width:900px){.unseen .unseen__container{flex-direction:column-reverse;gap:20px}.unseen .unseen__container .unseen__image{width:100%;height:300px}.unseen .unseen__container .unseen__image img{object-fit:contain;width:100%;height:300px}.unseen .unseen__container .unseen__text{width:100%}.unseen .unseen__container .unseen__text h2{width:100%;font-size:28px;line-height:32px}}@media (min-width:361px) and (max-width:600px){.unseen .unseen__container{flex-direction:column-reverse;gap:20px}.unseen .unseen__container .unseen__image{width:100%;height:300px}.unseen .unseen__container .unseen__image img{object-fit:contain;width:100%;height:300px}.unseen .unseen__container .unseen__text{width:100%}.unseen .unseen__container .unseen__text h2{width:100%;font-size:26px;line-height:30px}}@media screen and (max-width:360px){.unseen .unseen__container{flex-direction:column-reverse;gap:12px}.unseen .unseen__container .unseen__image,.unseen .unseen__container .unseen__image img{width:100%;height:300px}.unseen .unseen__container .unseen__text{width:100%}.unseen .unseen__container .unseen__text h2{margin-bottom:6px;font-size:26px;line-height:32px}.unseen .unseen__container .unseen__text p{font-size:16px}}.statistics{justify-content:center;align-items:center;width:100%;padding:16px;display:flex}.statistics .statistics__container{flex-direction:row;justify-content:space-between;align-items:center;gap:200px;width:100%;max-width:1200px;display:flex}.statistics .statistics__container .statistics__text{width:408px}.statistics .statistics__container .statistics__text h2{font-family:Arial;font-weight:600;font-style:Semi Bold;letter-spacing:0%;color:var(--text-color);flex-direction:column;margin-bottom:8px;font-size:36px;line-height:44px;display:flex}.statistics .statistics__container .statistics__text h2 span{color:var(--main)}.statistics .statistics__container .statistics__text p{font-family:Arial;font-weight:400;font-style:Regular;letter-spacing:0%;color:var(--grey);font-size:16px;line-height:24px}.statistics .statistics__container .statistics__cards{flex-wrap:wrap;align-items:center;gap:40px 30px;width:540px;display:flex}.statistics .statistics__container .statistics__cards .statistics__cards__card{align-items:center;gap:16px;width:255px;display:flex}.statistics .statistics__container .statistics__cards .statistics__cards__card img{width:48px;height:48px}.statistics .statistics__container .statistics__cards .statistics__cards__card .statistics__cards__card__text h3{font-family:Arial;font-weight:700;font-style:Bold;letter-spacing:0%;color:var(--text-color);font-size:28px;line-height:36px}.statistics .statistics__container .statistics__cards .statistics__cards__card .statistics__cards__card__text p{font-family:Arial;font-weight:400;font-style:Regular;letter-spacing:0%;color:var(--grey);font-size:16px;line-height:24px}@media (min-width:901px) and (max-width:1300px){.statistics .statistics__container{gap:100px}.statistics .statistics__container .statistics__text{width:42%}.statistics .statistics__container .statistics__text h2{font-size:28px;line-height:32px}.statistics .statistics__container .statistics__cards{column-gap:15px;width:54%}.statistics .statistics__container .statistics__cards .statistics__cards__card{width:48%}.statistics .statistics__container .statistics__cards .statistics__cards__card .statistics__cards__card__text h3{font-size:24px}}@media (min-width:601px) and (max-width:900px){.statistics .statistics__container{flex-direction:column;gap:30px}.statistics .statistics__container .statistics__text{width:100%}.statistics .statistics__container .statistics__text h2{font-size:28px;line-height:32px}.statistics .statistics__container .statistics__cards{column-gap:15px;width:100%}.statistics .statistics__container .statistics__cards .statistics__cards__card{width:48%}.statistics .statistics__container .statistics__cards .statistics__cards__card .statistics__cards__card__text h3{font-size:24px}}@media (min-width:431px) and (max-width:600px){.statistics .statistics__container{flex-direction:column;gap:30px}.statistics .statistics__container .statistics__text{text-align:center;width:100%}.statistics .statistics__container .statistics__text h2{font-size:26px;line-height:30px}.statistics .statistics__container .statistics__cards{justify-content:center;gap:15px;width:100%}.statistics .statistics__container .statistics__cards .statistics__cards__card{width:45%}.statistics .statistics__container .statistics__cards .statistics__cards__card img{width:40px;height:40px}.statistics .statistics__container .statistics__cards .statistics__cards__card .statistics__cards__card__text h3{font-size:20px;line-height:24px}}@media screen and (max-width:430px){.statistics .statistics__container{flex-direction:column;gap:40px}.statistics .statistics__container .statistics__text{text-align:center;width:100%}.statistics .statistics__container .statistics__text h2{font-size:26px;line-height:30px}.statistics .statistics__container .statistics__cards{justify-content:center;gap:20px;width:100%}.statistics .statistics__container .statistics__cards .statistics__cards__card{width:100%}.statistics .statistics__container .statistics__cards .statistics__cards__card img{width:40px;height:40px}.statistics .statistics__container .statistics__cards .statistics__cards__card .statistics__cards__card__text h3{font-size:18px;line-height:22px}}.how-to{background:var(--bg-primary);justify-content:center;align-items:center;width:100%;padding:16px;display:flex;overflow:hidden}.how-to .how-to__container{flex-direction:row;justify-content:space-between;align-items:center;gap:50px;width:100%;max-width:1200px;display:flex}.how-to .how-to__container .how-to__image,.how-to .how-to__container .how-to__text{opacity:0;transition:transform 1s,opacity 1s}.how-to .how-to__container .how-to__image{pointer-events:none;width:440px;height:433px;transform:translate(100px)}.how-to .how-to__container .how-to__image img{object-fit:contain;width:440px;height:433px}.how-to .how-to__container .how-to__image.animate{opacity:1;transform:translate(0)}.how-to .how-to__container .how-to__text{width:601px;transform:translate(-100px)}.how-to .how-to__container .how-to__text h2{font-family:Arial;font-weight:600;font-style:Semi Bold;letter-spacing:0%;color:var(--text-color);word-wrap:break-word;margin-bottom:8px;font-size:max(24px,min(4vw,36px));line-height:1.2}.how-to .how-to__container .how-to__text p{font-family:Arial;font-weight:400;font-style:Regular;letter-spacing:0%;color:var(--grey);word-wrap:break-word;font-size:16px;line-height:1.5}.how-to .how-to__container .how-to__text.animate{opacity:1;transform:translate(0)}@media (min-width:901px) and (max-width:1300px){.how-to .how-to__container .how-to__image,.how-to .how-to__container .how-to__image img{width:342px;height:333px}.how-to .how-to__container .how-to__text{width:500px}.how-to .how-to__container .how-to__text h2{margin-bottom:8px;font-size:28px;line-height:32px}}@media (min-width:601px) and (max-width:900px){.how-to .how-to__container{flex-direction:column;gap:20px}.how-to .how-to__container .how-to__image{width:100%;height:300px}.how-to .how-to__container .how-to__image img{object-fit:contain;width:100%;height:300px}.how-to .how-to__container .how-to__text{width:100%}.how-to .how-to__container .how-to__text h2{width:100%;font-size:28px;line-height:32px}}@media (min-width:361px) and (max-width:600px){.how-to .how-to__container{flex-direction:column;gap:20px}.how-to .how-to__container .how-to__image{width:100%;height:300px}.how-to .how-to__container .how-to__image img{object-fit:contain;width:100%;height:300px}.how-to .how-to__container .how-to__text{width:100%}.how-to .how-to__container .how-to__text h2{width:100%;font-size:26px;line-height:30px}}@media screen and (max-width:360px){.how-to .how-to__container{flex-direction:column;gap:12px}.how-to .how-to__container .how-to__image,.how-to .how-to__container .how-to__image img{width:100%;height:300px}.how-to .how-to__container .how-to__text{width:100%}.how-to .how-to__container .how-to__text h2{margin-bottom:6px;font-size:26px;line-height:32px}.how-to .how-to__container .how-to__text p{font-size:16px}}.cards{background:var(--bg-primary);justify-content:center;align-items:center;width:100%;padding:16px;display:flex}.cards .cards__container{flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-width:1200px;display:flex}.cards .cards__container .cards__title{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.cards .cards__container .cards__title h2{width:100%;font-family:Arial;font-weight:600;font-style:Semi Bold;letter-spacing:0%;text-align:center;color:var(--text-color);word-wrap:break-word;font-size:max(24px,min(4vw,36px));line-height:1.2}.cards .cards__container .cards__title .separator-line{border:1px solid var(--text-color);background:0 0;width:80px;height:1px;margin:20px}.cards .cards__container .cards__title p{font-family:Arial;font-weight:400;font-style:Regular;letter-spacing:0%;text-align:center;color:var(--grey);word-wrap:break-word;max-width:800px;font-size:16px;line-height:24px}.cards .cards__container .cards__list-wrapper{width:100%;overflow:hidden}.cards .cards__container .cards__list{opacity:0;justify-content:space-between;gap:24px;width:100%;padding:62px 0;transition:transform 1s,opacity 1s;display:flex;transform:translateY(100px)}.cards .cards__container .cards__list .cards__list__card{border-radius:var(--radius-md);max-width:368px;max-height:245px;position:relative}.cards .cards__container .cards__list .cards__list__card img{pointer-events:none;border-radius:var(--radius-md);width:100%;height:100%;position:relative}.cards .cards__container .cards__list .cards__list__card p{z-index:2;background:var(--bg-secondary);border-radius:var(--radius-md);width:calc(100% - 20px);height:-moz-fit-content;height:fit-content;font-family:Arial;font-weight:600;font-style:Semi Bold;letter-spacing:0%;text-align:center;color:#fff;-webkit-backdrop-filter:blur(2.8px);background:#413d3d5e;border-radius:16px;padding:10px;font-size:16px;position:absolute;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 4px 30px #0000001a}.cards .cards__container .cards__list.animate{opacity:1;transform:translateY(0)}@media (min-width:901px) and (max-width:1300px){.cards .cards__container .cards__title h2{font-size:28px;line-height:32px}.cards .cards__container .cards__list{flex-wrap:wrap;justify-content:center;padding:40px 0}}@media (min-width:601px) and (max-width:900px){.cards .cards__container .cards__title h2{font-size:28px;line-height:32px}.cards .cards__container .cards__title p{width:100%}.cards .cards__container .cards__list{flex-wrap:wrap;justify-content:center;padding:40px 0}}@media (min-width:361px) and (max-width:600px){.cards .cards__container .cards__title h2{font-size:26px;line-height:30px}.cards .cards__container .cards__list{flex-wrap:wrap;justify-content:center;padding:40px 0}}@media screen and (max-width:360px){.cards .cards__container .cards__title h2{margin-bottom:6px;font-size:26px;line-height:32px}.cards .cards__container .cards__title p{width:100%;font-size:16px}.cards .cards__container .cards__list{flex-direction:column}}.banner{background-color:var(--bg-accent-subtle);justify-content:center;align-items:center;width:100%;padding:32px 16px;display:flex}.banner .banner__container{flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:1200px;display:flex}.banner .banner__container .banner__content{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:1200px;display:flex}.banner .banner__container .banner__content h2{color:var(--text-color);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;font-family:Arial;font-size:max(22px,min(6vw,36px));font-weight:600;line-height:1.2}.banner .banner__container .banner__content p{color:var(--grey);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:800px;margin:0;font-family:Arial;font-size:18px;font-weight:400;line-height:1.6}.banner .banner__container button{font-family:Arial;font-weight:500;font-style:Medium;letter-spacing:0%;text-align:center;vertical-align:middle;color:var(--main-button-color);background:var(--main);border-radius:var(--radius-md);border:2px solid var(--main);background:0 0;padding:14px 32px;font-size:16px;line-height:24px}@media (hover:hover){.banner .banner__container button:hover{color:#fff;background:var(--main)}}.banner .show-form-window{z-index:9999;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0}.banner .show-form-window .overlay{background-color:#000a;width:100%;height:100%;position:absolute;top:0;left:0}.banner .success-modal{z-index:9999;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0}.banner .success-modal .overlay{background-color:#000a;width:100%;height:100%;position:absolute;top:0;left:0}.banner .success-modal .success-content{border-radius:var(--radius-lg);background:var(--bg-primary);z-index:10000;align-items:center;padding:34px;display:flex;position:relative}.banner .success-modal .success-content img{width:100%;height:100%}@media (min-width:901px) and (max-width:1300px){.banner .banner__container .banner__content{gap:20px}.banner .banner__container .banner__content p{max-width:700px;font-size:16px}.banner .success-modal .success-content{padding:24px}}@media (min-width:601px) and (max-width:900px){.banner .banner__container .banner__content{gap:20px}.banner .banner__container .banner__content p{max-width:600px;font-size:16px}.banner .success-modal .success-content{padding:24px}}@media (min-width:361px) and (max-width:600px){.banner .banner__container .banner__content{gap:16px}.banner .banner__container .banner__content p{max-width:100%;font-size:15px}.banner .success-modal .success-content{padding:24px}}@media screen and (max-width:360px){.banner .banner__container .banner__content{gap:16px}.banner .banner__container .banner__content p{font-size:14px;line-height:1.5}.banner .banner__container .banner__content button{padding:12px 20px;font-size:14px}.banner .success-modal .success-content{padding:24px}}