@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.btn{font-family:Poppins,sans-serif;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;border:none;cursor:pointer;transition:all .3s ease;padding:10px 20px;text-align:center;border-radius:8px;text-decoration:none;white-space:nowrap}.btn-small{padding:8px 16px;font-size:14px}.btn-medium{padding:10px 20px;font-size:16px}.btn-large{padding:12px 24px;font-size:18px}.btn-text{background:none;border:none;color:#007bff}.btn-text:hover{background:#007bff1a}.btn-contained{background-color:#007bff;border:none;color:#fff}.btn-contained:hover{background-color:#0056b3}.btn-outlined{background:none;border:2px solid #007bff;color:#007bff}.btn-outlined:hover{background-color:#007bff;color:#fff}.btn-disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.btn-loading{cursor:wait;opacity:.7}.btn .btn-icon{display:inline-flex}.btn .btn-icon.left-icon{margin-right:8px}.btn .btn-icon.right-icon{margin-left:8px}.btn .btn-loading{font-size:.875rem}@media (max-width: 1024px){.btn{padding:9px 18px;font-size:15px}.btn-small{padding:7px 14px;font-size:13px}.btn-medium{padding:9px 18px;font-size:15px}.btn-large{padding:11px 22px;font-size:17px}}@media (max-width: 768px){.btn{padding:8px 16px;font-size:14px;border-radius:6px}.btn-small{padding:6px 12px;font-size:12px}.btn-medium{padding:8px 16px;font-size:14px}.btn-large{padding:10px 20px;font-size:16px}.btn .btn-icon.left-icon{margin-right:6px}.btn .btn-icon.right-icon{margin-left:6px}}@media (max-width: 480px){.btn{padding:7px 14px;font-size:13px}.btn-small{padding:5px 10px;font-size:11px}.btn-medium{padding:7px 14px;font-size:13px}.btn-large{padding:9px 18px;font-size:15px}}.header-wrapper{display:flex;align-items:center;justify-content:space-between;padding:0 60px;height:90px;position:relative;background-color:#fff;box-shadow:0 2px 10px #0000000d;z-index:1001}.header-wrapper .header-left-group{display:flex;align-items:center;gap:20px}.header-wrapper .header-left-group .logo{display:flex;align-items:center;gap:10px}.header-wrapper .header-left-group .logo .logo-link{text-decoration:none}.header-wrapper .header-left-group .logo .logo-link .logo-img{width:40px;height:40px;cursor:pointer}.header-wrapper .header-left-group .logo .logo-link .logo-title{color:#007bff;font-size:22px;font-weight:700;cursor:pointer}.header-wrapper .header-left-group .desktop-navbar{display:flex;align-items:center;gap:20px}.header-wrapper .header-left-group .desktop-navbar .navbar-item-link{font-size:16px;text-decoration:none;transition:color .3s ease}.header-wrapper .header-left-group .desktop-navbar .navbar-item:hover .navbar-item-link{color:#007bff}.header-wrapper .desktop-actions{display:flex;align-items:center;gap:16px}.header-wrapper .hamburger-menu{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1002}.header-wrapper .hamburger-menu span{width:25px;height:3px;background-color:#007bff;border-radius:3px;transition:all .3s ease}.header-wrapper .hamburger-menu.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.header-wrapper .hamburger-menu.active span:nth-child(2){opacity:0}.header-wrapper .hamburger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header-wrapper .hamburger-menu:hover span{background-color:#007bff}.header-wrapper .mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;opacity:0;transition:opacity .3s ease}.header-wrapper .mobile-menu-overlay.active{opacity:1}.header-wrapper .mobile-menu{display:none;position:fixed;top:-100%;left:0;width:100%;height:auto;max-height:100vh;background-color:#fff;box-shadow:0 4px 20px #00000026;z-index:1000;transition:top .4s cubic-bezier(.4,0,.2,1);overflow-y:auto}.header-wrapper .mobile-menu.active{top:0}.header-wrapper .mobile-menu .mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background-color:#fff;border-bottom:1px solid #e8e8e8}.header-wrapper .mobile-menu .mobile-menu-header .logo{display:flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer;transition:opacity .3s ease}.header-wrapper .mobile-menu .mobile-menu-header .logo:hover{opacity:.8}.header-wrapper .mobile-menu .mobile-menu-header .logo .logo-img{width:35px;height:35px}.header-wrapper .mobile-menu .mobile-menu-header .logo .logo-title{color:#007bff;font-size:20px;font-weight:700;margin:0}.header-wrapper .mobile-menu .mobile-menu-header .close-menu{background:none;border:none;font-size:32px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .3s ease;border-radius:4px}.header-wrapper .mobile-menu .mobile-menu-header .close-menu:hover{color:#007bff;background-color:#f5f9ff}.header-wrapper .mobile-menu .mobile-menu-content{padding:20px 0}.header-wrapper .mobile-menu .mobile-navbar{padding:0;margin:0}.header-wrapper .mobile-menu .mobile-navbar .mobile-navbar-item{list-style:none}.header-wrapper .mobile-menu .mobile-navbar .mobile-navbar-item .mobile-navbar-link{display:block;padding:18px 24px;font-size:16px;font-weight:500;text-decoration:none;color:#333;text-align:center;transition:all .3s ease;border:none;background:transparent}.header-wrapper .mobile-menu .mobile-navbar .mobile-navbar-item .mobile-navbar-link:hover{background-color:#f5f9ff;color:#007bff}.header-wrapper .mobile-menu .mobile-actions{padding:24px;display:flex;flex-direction:column;gap:12px;border-top:1px solid #e8e8e8;margin-top:20px}@media (max-width: 1024px){.header-wrapper{padding:0 20px;height:70px}.header-wrapper .header-left-group .logo .logo-link .logo-img{width:35px;height:35px}.header-wrapper .header-left-group .logo .logo-link .logo-title{font-size:20px}.header-wrapper .header-left-group .desktop-navbar,.header-wrapper .desktop-actions{display:none}.header-wrapper .hamburger-menu{display:flex}.header-wrapper .mobile-menu-overlay,.header-wrapper .mobile-menu-overlay.active,.header-wrapper .mobile-menu{display:block}}@media (max-width: 768px){.header-wrapper{padding:0 15px;height:60px}.header-wrapper .header-left-group .logo .logo-link .logo-img{width:30px;height:30px}.header-wrapper .header-left-group .logo .logo-link .logo-title{font-size:18px}.header-wrapper .mobile-menu .mobile-menu-header{padding:16px 20px}.header-wrapper .mobile-menu .mobile-menu-header .logo .logo-img{width:30px;height:30px}.header-wrapper .mobile-menu .mobile-menu-header .logo .logo-title{font-size:18px}.header-wrapper .mobile-menu .mobile-navbar .mobile-navbar-item .mobile-navbar-link{padding:16px 20px;font-size:15px}.header-wrapper .mobile-menu .mobile-actions{padding:20px}}@media (max-width: 480px){.header-wrapper .mobile-menu .mobile-menu-header{padding:14px 16px}.header-wrapper .mobile-menu .mobile-menu-header .logo{gap:8px}.header-wrapper .mobile-menu .mobile-menu-header .logo .logo-img{width:28px;height:28px}.header-wrapper .mobile-menu .mobile-menu-header .logo .logo-title{font-size:16px}.header-wrapper .mobile-menu .mobile-menu-header .close-menu{width:28px;height:28px;font-size:28px}.header-wrapper .mobile-menu .mobile-navbar .mobile-navbar-item .mobile-navbar-link{padding:14px 16px;font-size:14px}.header-wrapper .mobile-menu .mobile-actions{padding:16px;gap:10px}}.footer{background-color:#121212;padding:80px 60px;display:flex;flex-direction:column;gap:70px}.footer .logo{display:flex;align-items:center;gap:10px}.footer .logo .logo-link{text-decoration:none}.footer .logo .logo-link .logo-img{width:60px;height:60px;cursor:pointer}.footer .logo .logo-link .logo-title{color:#0673e7;font-size:22px;font-weight:700;cursor:pointer}.footer__row{display:flex;align-items:center;flex-wrap:wrap;gap:40px}.footer__text{color:#8c8f94;text-decoration:none;font-size:16px;transition:color .3s ease}.footer__text:hover{color:#0673e7}@media (max-width: 1024px){.footer{padding:60px 40px;gap:50px}.footer__row{gap:32px}.footer .logo .logo-link .logo-img{width:50px;height:50px}.footer .logo .logo-link .logo-title{font-size:20px}}@media (max-width: 768px){.footer{padding:40px 20px;gap:36px}.footer__row{flex-direction:column;align-items:flex-start;gap:20px}.footer__text{font-size:15px}.footer .logo .logo-link .logo-img{width:45px;height:45px}.footer .logo .logo-link .logo-title{font-size:18px}}@media (max-width: 480px){.footer{padding:32px 16px;gap:28px}.footer__row{gap:16px}.footer__text{font-size:14px}.footer .logo .logo-link .logo-img{width:40px;height:40px}.footer .logo .logo-link .logo-title{font-size:16px}}.text-highlight{color:#027bff;font-size:70px}.banner{background-color:#fff;padding:60px;display:flex;align-items:center;height:80vh;gap:40px}.banner-title{font-family:Inter;font-size:50px;font-weight:700;padding:16px 0 4px 4px;text-align:left;color:#fff;line-height:1.2;margin:0}.banner-description{font-family:Inter;font-size:20px;line-height:1.6;margin-top:48px;color:#fff}.banner-group-left,.banner-group-right{flex:1;max-width:50%}.banner-img{width:100%;height:auto;max-width:100%;display:block}@media (max-width: 1024px){.banner{flex-direction:column;height:auto;min-height:auto;padding:60px 40px;gap:40px}.banner-title{font-size:48px}.banner-group-left,.banner-group-right{max-width:100%;width:100%}}@media (max-width: 768px){.banner{padding:40px 20px;gap:32px}.banner-title{font-size:38px;line-height:1.3;padding:0}.banner-description{margin-top:24px;font-size:18px}.banner .text-highlight{font-size:42px}}@media (max-width: 480px){.banner{padding:32px 16px;gap:24px}.banner-title{font-size:32px;line-height:1.3}.banner-description{margin-top:20px;font-size:16px}.banner .text-highlight{font-size:36px}}.contact{background-image:linear-gradient(75.84deg,#b7a1ff,#97ffc0);padding:80px 60px}.contact-group{background-color:#fff;border-radius:50px;padding:96px;max-width:1200px;margin:0 auto}.contact-group>h3{color:#17191f;font-family:Inter;font-size:36px;font-weight:700;line-height:1.2;margin:0 0 16px}.contact-group>p{color:#323232;font-family:Inter;font-size:24px;line-height:1.6;margin:0 0 24px}.contact-group>strong{color:#323232;font-size:24px;font-weight:700;line-height:1.6;display:inline-block}@media (max-width: 1024px){.contact{padding:60px 40px}.contact-group{padding:64px 48px;border-radius:40px}.contact-group>h3{font-size:32px}.contact-group>p,.contact-group>strong{font-size:20px}}@media (max-width: 768px){.contact{padding:48px 20px}.contact-group{padding:40px 32px;border-radius:32px}.contact-group>h3{font-size:28px}.contact-group>p,.contact-group>strong{font-size:18px}}@media (max-width: 480px){.contact{padding:40px 16px}.contact-group{padding:32px 24px;border-radius:24px}.contact-group>h3{font-size:24px;margin-bottom:12px}.contact-group>p,.contact-group>strong{font-size:16px;margin-bottom:16px}}.feed-back{padding:120px 60px;text-align:center;background-color:#f8fafc}.feed-back__container{max-width:1400px;margin:0 auto}.feed-back__container>h2{color:#17191f;font-size:48px;font-weight:700;line-height:1.2;text-align:center;max-width:888px;margin:0 auto 24px}.feed-back__container>p{color:#323232;font-size:20px;line-height:1.6;text-align:center;max-width:700px;margin:0 auto 48px}.feed-back-group{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px}.feed-back-item{display:flex;align-items:flex-start;gap:20px;padding:40px;background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.feed-back-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014;border-color:#0673e7}.feed-back-item>img{width:48px;height:48px;flex-shrink:0;margin-top:4px}.feed-back-item>p{color:#323232;font-size:18px;line-height:1.6;text-align:left;margin:0}.feed-back-layout>strong{font-weight:700;color:#17191f;font-size:20px;display:block;margin-bottom:8px}@media (max-width: 1024px){.feed-back{padding:80px 40px}.feed-back__container>h2{font-size:36px;line-height:1.3;padding:0 20px}.feed-back__container>p{font-size:18px;padding:0 20px;margin-bottom:36px}.feed-back-group{grid-template-columns:1fr;gap:24px;margin-top:36px}.feed-back-item{padding:32px;border-radius:20px}.feed-back-item>img{width:40px;height:40px}.feed-back-item>p{font-size:16px}.feed-back-layout>strong{font-size:18px}}@media (max-width: 768px){.feed-back{padding:60px 20px}.feed-back__container>h2{font-size:28px;line-height:1.3;padding:0 10px;margin-bottom:16px}.feed-back__container>p{font-size:16px;padding:0 10px;margin-bottom:32px;line-height:1.5}.feed-back-group{grid-template-columns:1fr;gap:20px;margin-top:32px}.feed-back-item{padding:24px;border-radius:16px;gap:16px}.feed-back-item>img{width:36px;height:36px}.feed-back-item>p{font-size:15px;line-height:1.5}.feed-back-layout>strong{font-size:16px;margin-bottom:6px}}@media (max-width: 480px){.feed-back{padding:40px 16px}.feed-back__container>h2{font-size:24px;padding:0 5px}.feed-back__container>p{font-size:15px;padding:0 5px}.feed-back-item{padding:20px;flex-direction:column;align-items:center;text-align:center}.feed-back-item>img{margin-top:0}.feed-back-item>p{text-align:center}}.journey{padding:80px 0}.journey__title{color:#17191f;font-family:Inter;font-size:72px;font-weight:700;line-height:1.1;padding:0 48px 96px;margin:0}.journey-group{display:flex;align-items:center;gap:223px;padding:0 48px}.journey-group__left{flex:1;max-width:50%}.journey-group__left>img{width:100%;height:auto;max-height:800px;object-fit:cover;border-radius:24px;box-shadow:0 10px 40px #0000001a}.journey-group__right{flex:1;max-width:50%}.journey-group__right>h4{color:#17191f;font-family:Inter;font-size:24px;font-weight:700;line-height:1.2;margin:0 0 40px;padding:0}.journey-group__item{margin-bottom:48px}.journey-group__item:last-child{margin-bottom:0}.journey-group__item>h5{color:#17191f;font-family:Inter;font-size:96px;font-weight:700;line-height:1;letter-spacing:-2px;margin:0 0 8px;padding:0}.journey-group__item>p{color:#323232;font-family:Inter;font-size:20px;line-height:1.6;margin:0;padding:0}@media (max-width: 1024px){.journey{padding:60px 0}.journey__title{font-size:48px;padding:0 24px 48px;line-height:1.2}.journey-group{flex-direction:column-reverse;gap:40px;padding:0 24px;align-items:stretch}.journey-group__left{max-width:100%;width:100%}.journey-group__left>img{width:100%;max-height:600px;border-radius:16px}.journey-group__right{max-width:100%;width:100%}.journey-group__right>h4{font-size:22px;margin-bottom:32px}.journey-group__item{margin-bottom:36px}.journey-group__item>h5{font-size:64px;line-height:1.1;margin-bottom:6px}.journey-group__item>p{font-size:18px}}@media (max-width: 768px){.journey{padding:40px 0}.journey__title{font-size:36px;padding:0 20px 32px;line-height:1.2}.journey-group{flex-direction:column-reverse;gap:32px;padding:0 20px}.journey-group__left{max-width:100%;width:100%}.journey-group__left>img{width:100%;max-height:400px;border-radius:12px}.journey-group__right{max-width:100%;width:100%}.journey-group__right>h4{font-size:20px;margin-bottom:24px}.journey-group__item{margin-bottom:28px}.journey-group__item>h5{font-size:48px;line-height:1.1;margin-bottom:4px;letter-spacing:-1px}.journey-group__item>p{font-size:16px;line-height:1.5}}@media (max-width: 480px){.journey{padding:32px 0}.journey__title{font-size:28px;padding:0 16px 24px}.journey-group{gap:24px;padding:0 16px}.journey-group__left>img{max-height:300px;border-radius:8px}.journey-group__right>h4{font-size:18px;margin-bottom:20px}.journey-group__item{margin-bottom:24px}.journey-group__item>h5{font-size:40px}.journey-group__item>p{font-size:15px}}.partner{display:flex;flex-direction:column;align-items:center;width:100%;padding:80px 60px}.partner__header{color:#17191f;font-family:Inter;font-size:72px;font-weight:700;line-height:1.1;text-align:center;margin:0 0 96px}.partner__layout{width:100%;max-width:1200px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:62px;padding:0}.partner__item{width:80px;height:80px;flex:0 0 80px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:transform .18s ease,box-shadow .18s ease;padding:12px}.partner__item svg{width:100%;height:100%;display:block}.partner__item:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 20px #10182814}@media (max-width: 1024px){.partner{padding:60px 40px}.partner__header{font-size:56px;margin-bottom:64px}.partner__layout{gap:24px}.partner__item{width:72px;height:72px;flex:0 0 72px}}@media (max-width: 768px){.partner{padding:40px 20px}.partner__header{font-size:40px;margin-bottom:48px;line-height:1.2}.partner__layout{gap:20px}.partner__item{width:64px;height:64px;flex:0 0 64px;border-radius:10px;padding:10px}}@media (max-width: 480px){.partner{padding:32px 16px}.partner__header{font-size:32px;margin-bottom:36px}.partner__layout{gap:16px}.partner__item{width:56px;height:56px;flex:0 0 56px;border-radius:8px;padding:8px}}.store{background-image:linear-gradient(75.84deg,#ddd2ff,#d2ffd6);padding:248px 60px}.store-group{background-color:#1c1c1e;border-radius:50px;padding:96px;max-width:1400px;margin:0 auto}.store-group>h2{color:#fff;font-family:Inter;font-size:60px;font-weight:700;line-height:1.1;text-align:center;margin:0 0 16px}.store-group>p{color:#a0a0a3;font-family:Inter;font-size:20px;line-height:1.6;text-align:center;margin:0 0 32px}.store-btns{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}@media (max-width: 1024px){.store{padding:120px 40px}.store-group{padding:64px 48px;border-radius:40px}.store-group>h2{font-size:48px}.store-group>p{font-size:18px}}@media (max-width: 768px){.store{padding:80px 20px}.store-group{padding:40px 32px;border-radius:32px}.store-group>h2{font-size:36px;margin-bottom:12px}.store-group>p{font-size:16px;margin-bottom:24px}.store-btns{gap:12px}}@media (max-width: 480px){.store{padding:60px 16px}.store-group{padding:32px 24px;border-radius:24px}.store-group>h2{font-size:28px}.store-group>p{font-size:15px}}*{box-sizing:border-box}.contact-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8f0fe);padding:60px 20px;overflow-x:hidden;box-sizing:border-box}@media (max-width: 768px){.contact-page{padding:40px 16px}}.contact-container{max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.contact-title{font-size:48px;font-weight:700;color:#007bff;margin-bottom:40px;word-wrap:break-word}@media (max-width: 768px){.contact-title{font-size:32px;margin-bottom:30px}}@media (max-width: 480px){.contact-title{font-size:28px}}.contact-title .highlight{background:#007bff;color:#fff;padding:8px 24px;border-radius:50px;display:inline-block}@media (max-width: 480px){.contact-title .highlight{padding:6px 16px;font-size:.9em}}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;width:100%;box-sizing:border-box}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:30px}}.contact-left{display:flex;flex-direction:column;gap:30px;width:100%;box-sizing:border-box}@media (max-width: 768px){.contact-left{gap:20px}}.office-image{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.office-image{border-radius:12px}}.office-image img{width:100%;height:auto;display:block;object-fit:cover;max-width:100%}.contact-info-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;gap:24px;width:100%;box-sizing:border-box}@media (max-width: 768px){.contact-info-card{padding:20px;border-radius:12px;gap:20px}}@media (max-width: 480px){.contact-info-card{padding:16px}}.info-item{display:flex;align-items:flex-start;gap:16px;width:100%;box-sizing:border-box}@media (max-width: 480px){.info-item{gap:12px}}.info-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 480px){.info-icon{width:36px;height:36px}}.info-icon.location,.info-icon.email{background:#e3f2fd;color:#2196f3}.info-icon.phone{background:#e3f2fd;color:#007bff}@media (max-width: 480px){.info-icon svg{width:18px;height:18px}}.info-content{flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.info-label{font-size:14px;font-weight:600;color:#666;margin:0 0 4px}@media (max-width: 480px){.info-label{font-size:13px}}.info-value{font-size:16px;color:#007bff;text-decoration:none;display:block;transition:color .3s ease;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 480px){.info-value{font-size:14px}}.info-value:hover{color:#007bff}.contact-right{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #00000014;width:100%;box-sizing:border-box}@media (max-width: 768px){.contact-right{padding:24px;border-radius:12px}}@media (max-width: 480px){.contact-right{padding:20px}}.form-header{margin-bottom:30px}@media (max-width: 768px){.form-header{margin-bottom:24px}}.form-description{font-size:16px;line-height:1.6;color:#333;margin:0}@media (max-width: 768px){.form-description{font-size:15px}}@media (max-width: 480px){.form-description{font-size:14px}}.contact-form{display:flex;flex-direction:column;gap:20px}@media (max-width: 768px){.contact-form{gap:16px}}.form-group{display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.form-group label{font-size:14px;font-weight:600;color:#333}@media (max-width: 480px){.form-group label{font-size:13px}}.form-group label .required{color:#f44336}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .3s ease;box-sizing:border-box}@media (max-width: 480px){.form-group input,.form-group textarea{padding:10px 14px;font-size:13px}}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #2196f31a}.form-group textarea{resize:vertical;min-height:120px}@media (max-width: 480px){.form-group textarea{min-height:100px}}.submit-button{width:100%;padding:14px 32px;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;box-sizing:border-box}@media (max-width: 480px){.submit-button{padding:12px 24px;font-size:15px}}.submit-button:hover{background:#087fff;transform:translateY(-2px);box-shadow:0 4px 12px #2196f34d}.submit-button:active{transform:translateY(0)}.typography{margin:0;padding:0;line-height:32px}.typography.center{text-align:center}.typography.inherit{text-align:inherit}.typography.justify{text-align:justify}.typography.left{text-align:left}.typography.right{text-align:right}.typography.h1{font-size:10.5rem;font-weight:700;margin-bottom:.5rem}.typography.h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.typography.h3{font-size:46px;font-weight:700;line-height:50px}.typography.h4{font-size:30px;font-weight:700;line-height:33px}.typography.h5{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.typography.h6{font-size:1rem;font-weight:700;margin-bottom:.5rem}.typography.subtitle{font-size:1.25rem;font-weight:400;margin-bottom:1rem}.typography.body{font-size:1rem;font-weight:400;margin-bottom:1rem}.typography.markdown{font-size:20px}.legal-wrapper{display:flex;flex-direction:column;gap:40px;padding:96px 248px;max-width:1600px;margin:0 auto}.legal-wrapper .list-section{display:flex;flex-direction:column;gap:20px}.legal-wrapper .list-section h2{color:#17191f;font-size:32px;font-weight:700;margin:0 0 16px}.legal-wrapper .list-section p,.legal-wrapper .list-section li{color:#323232;font-size:16px;line-height:1.6;margin:0 0 12px}@media (max-width: 1024px){.legal-wrapper{padding:80px 120px;gap:32px}.legal-wrapper .list-section{gap:16px}.legal-wrapper .list-section h2{font-size:28px}.legal-wrapper .list-section p,.legal-wrapper .list-section li{font-size:15px}}@media (max-width: 768px){.legal-wrapper{padding:60px 40px;gap:24px}.legal-wrapper .list-section{gap:12px}.legal-wrapper .list-section h2{font-size:24px;margin-bottom:12px}.legal-wrapper .list-section p,.legal-wrapper .list-section li{font-size:14px;margin-bottom:8px}}@media (max-width: 480px){.legal-wrapper{padding:40px 20px;gap:20px}.legal-wrapper .list-section{gap:10px}.legal-wrapper .list-section h2{font-size:20px;margin-bottom:10px}.legal-wrapper .list-section p,.legal-wrapper .list-section li{font-size:13px}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:Inter,sans-serif}.container{max-width:1430px;margin:0 auto}.section{padding:60px 0}strong{font-weight:700}
