*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{color:#fff;background:#000;flex-direction:column;min-height:100vh;font-family:Inter;font-style:normal;display:flex}.container{max-width:1200px;margin:0 auto;padding:0 15px;overflow:hidden}main{flex:1}img{width:100%;display:block}a{cursor:pointer;text-decoration:none}.header .container{overflow:visible}.header{z-index:100;padding-top:16px;position:relative}@media (width>=1200px){.header{padding-top:20px}}.header__wrapper{justify-content:space-between;align-items:center;display:flex;position:relative}.header__logo{height:24px;display:inline-block;position:relative}@media (width>=768px){.header__logo{height:32px}}.header__logo img{height:100%}.header__menu{display:none}@media (width>=1200px){.header__menu{margin-left:auto;margin-right:40px;display:block}.header__menu-list{align-items:center;gap:20px;display:flex}}.header__menu-link{display:inline-block}@media (width>=1200px){.header__menu-link{color:#fff;padding:8px 16px;font-size:14px;font-weight:500;line-height:22px;transition:all .3s}.header__menu-link:hover{background:#b30212;border-radius:8px}}.header__menu-link--dropdown{position:relative}.header__menu-link--dropdown:after{content:"";width:130%;height:20px;position:absolute;bottom:-10px;left:-10px}.header__menu-item{cursor:pointer;position:relative}@media (width>=1200px){.header__menu-item--dropdown:hover .header__submenu,.header__menu-item--dropdown:focus-within .header__submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.header__menu-item--dropdown:hover .header__menu-link,.header__menu-item--dropdown:focus-within .header__menu-link{background:#b30212;border-radius:8px}}.header__submenu{display:none}@media (width>=1200px){.header__submenu{z-index:120;background:#0c0c0c;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:16px;width:1170px;padding:16px;display:grid;position:absolute;top:55px;left:-108px}.header__submenu:before{content:"";height:10px;position:absolute;bottom:100%;left:0;right:0}.header__submenu{opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s,transform .2s;transform:translate(-50%)translateY(-6px)}}.header__submenu-item{cursor:pointer;background:#181818;border-radius:8px;height:131px;padding:16px 8px;position:relative}.header__submenu-text{z-index:2;color:gray;margin-bottom:8px;font-size:14px;font-weight:400;line-height:20px;position:relative}.header__submenu-item-content{z-index:2;align-items:center;gap:8px;margin-bottom:8px;display:flex;position:relative}.header__submenu-item-content-icon{z-index:2;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:8px;display:flex;position:relative}.header__submenu-item-content-name{z-index:2;color:#fff;font-size:16px;font-weight:600;line-height:28px;position:relative}.header__submenu-item-content-arrow{z-index:2;opacity:0;width:24px;height:24px;margin-left:auto;transition:all .2s;position:relative}@media (width>=1200px){.header__submenu-item:hover .header__submenu-item-content-arrow{opacity:1;transition:all .2s}}.header__sign-in-link{color:#fff;background:#fff3;border-radius:10px;width:82px;height:32px;padding:5px 18px;font-size:14px;font-weight:600;line-height:22px;display:none}@media (width>=1200px){.header__sign-in-link{display:inline-block}}.header__burger{z-index:999;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:flex-end;gap:6px;margin:-8px -8px -8px auto;padding:0 8px;display:flex}@media (width>=768px){.header__burger{margin-left:unset;margin-right:-8px}}@media (width>=1200px){.header__burger{display:none}}.header__burger-line{transform-origin:50%;background:#fff;width:25px;height:2px;margin-left:auto;transition:transform .25s,opacity .2s;display:inline-block}@media (width>=1200px){.header__mobile{display:none}}.header__mobile{z-index:150;pointer-events:none;position:fixed;inset:0}.header__mobile-backdrop{opacity:0;background:#0000008c;transition:opacity .25s;position:absolute;inset:0}.header__mobile-panel{background:#000;flex-direction:column;width:100%;max-width:100%;height:100%;transition:transform .3s ease-out;display:flex;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-100%);box-shadow:12px 0 48px #00000080}.header__mobile-viewport{flex:1;min-height:0;overflow:hidden}.header__mobile-track{width:200%;height:100%;transition:transform .3s ease-out;display:flex;transform:translate(0)}.header__mobile-screen{background:#000;flex-direction:column;flex:0 0 50%;max-width:50%;min-height:0;padding:14px 15px 36px;display:flex}@media (width>=768px){.header__mobile-screen{padding:12px 24px 36px}}.header__mobile-screen-header{flex-shrink:0;margin-bottom:24px}.header__mobile-screen-body{flex:1;min-height:0;overflow-y:auto}.header__mobile-tools-header{flex-shrink:0;grid-template-columns:44px 1fr 44px;align-items:center;margin-bottom:24px;padding-top:3px;display:grid}.header__mobile-back{color:#fff;cursor:pointer;background:0 0;border:0;grid-column:1;justify-content:center;align-items:center;width:44px;height:44px;margin:-10px 0 -10px -10px;padding:0;display:flex}.header__mobile-back-icon{display:block}.header__mobile-tools-heading{color:#fff;text-align:center;grid-column:2;font-size:18px;font-weight:600;line-height:24px}.header__mobile-tools-list{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=768px){.header__mobile-tools-list{grid-template-columns:repeat(2,1fr)}}.header__mobile-tool-card{background:#181818;border-radius:12px;padding:16px;transition:opacity .2s;display:block}.header__mobile-tool-card:hover{opacity:.92}.header__mobile-tool-desc{color:gray;margin-bottom:12px;font-size:14px;font-weight:400;line-height:20px}.header__mobile-tool-row{align-items:center;gap:12px;display:flex}.header__mobile-tool-icon-wrap{background:#1c1c1c;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;display:flex}.header__mobile-tool-icon-wrap img{object-fit:contain;width:24px;height:24px}.header__mobile-tool-name{color:#fff;font-size:16px;font-weight:600;line-height:24px}.header__mobile-nav{flex-direction:column;padding-top:77px;display:flex}@media (width>=768px){.header__mobile-nav{padding-top:150px}}.header__mobile-list{flex-direction:column;gap:28px;display:flex}.header__mobile-link{width:100%;text-align:inherit;font:inherit;color:#fff;letter-spacing:.01em;cursor:pointer;background:0 0;border:0;padding:0;font-size:18px;font-weight:500;line-height:26px;display:block}@media (width>=768px){.header__mobile-link{text-align:center}}.header__mobile-sign-in{text-align:center;color:#fff;background:#fff3;border-radius:14px;width:100%;margin-top:24px;padding:16px 20px;font-size:16px;font-weight:600;line-height:24px;transition:background .2s,opacity .2s;display:block;box-shadow:0 0 10px #03335e29}@media (width>=768px){.header__mobile-sign-in{width:250px;margin-top:28px;margin-left:auto;margin-right:auto}}.header.header--menu-open .header__mobile{pointer-events:auto}.header.header--menu-open .header__mobile-backdrop{opacity:1}.header.header--menu-open .header__mobile-panel{transform:translate(0)}.header.header--menu-open .header__burger-line-top{transform:translateY(8px)rotate(45deg)}.header.header--menu-open .header__burger-line-middle{opacity:0}.header.header--menu-open .header__burger-line-bottom{transform:translateY(-8px)rotate(-45deg)}.header.header--menu-open.header--mobile-tools-open .header__mobile-track{transform:translate(-50%)}body.is-header-menu-open{overflow:hidden}ul{list-style:none}a{text-decoration:none}.footer__wrapper{z-index:4;position:relative}.footer__left{justify-content:space-between;align-items:start;display:flex}.footer__left-top{flex-direction:column;gap:16px;display:flex}.footer__left-top-link{text-transform:uppercase;letter-spacing:.074px;color:#fff;font-size:14px;font-weight:700;line-height:20px}@media (width>=768px){.footer__left-top-link{color:#fff;letter-spacing:1px;font-size:20px;font-weight:700;line-height:22px}}.footer__left-top-link-small{color:gray;letter-spacing:-.001px;font-size:13px;font-weight:400;line-height:26px}.footer__left-bottom{align-items:center;gap:16px;display:flex}.footer__right{margin-top:24px}.footer__left-list{display:none}@media (width>=1200px){.footer__left-list{align-items:center;gap:20px;display:flex}}.footer__right-list{align-items:center;gap:20px;display:flex}@media (width>=1200px){.footer__right-list{display:none}}.footer__left-link,.footer__right-link{color:#b6b6b6;letter-spacing:-.001px;font-size:13px;font-weight:400;line-height:26px}
