.alt{--offsets:30px;background:var(--alt-bg);color:var(--alt-color);font-family:sans-serif;padding:32px 0}@media screen and (max-width:1200px){.alt{--offsets:20px;padding:24px 0}}@media screen and (max-width:800px){.alt{--offsets:16px;padding:16px 0 64px}}.alt *{box-sizing:border-box;margin:0;padding:0}.alt__container{margin:0 auto;max-width:1440px;padding:0 var(--offsets)}.alt__container>:not(:last-child){margin-bottom:64px}@media screen and (max-width:800px){.alt__container>:not(:last-child){margin-bottom:32px}}.alt__logo{border-radius:8px;overflow:hidden;width:140px}.alt__logo img{display:block;height:auto;width:100%}.alt__intro{display:grid;gap:24px;grid-template-columns:2fr 1fr}@media screen and (max-width:800px){.alt__intro{grid-template-columns:1fr}}.alt__intro-info{display:flex;flex-direction:column;gap:16px}.alt__intro-title{font-size:44px;font-weight:700}@media screen and (max-width:800px){.alt__intro-title{font-size:32px}}.alt__intro-description{font-size:20px;font-weight:700}@media screen and (max-width:800px){.alt__intro-description{font-size:18px}}.alt__intro-links{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.alt__intro-link{background:var(--alt-btn-bg);border-radius:var(--alt-btn-radius);color:var(--alt-btn-color);font-size:16px;font-weight:500;padding:12px 24px;text-align:center;text-decoration:none;transition:all .25s ease-in-out;width:100%;width:fit-content}.alt__intro-link:hover{background:var(--alt-btn-hover-bg);color:var(--alt-btn-hover-color)}@media screen and (max-width:800px){.alt__intro-link{width:100%}}.alt__intro-img{width:100%}.alt__intro-img img{height:auto;width:100%}.alt__intro_reverse .alt__intro-title{font-size:24px}.alt__intro_reverse .alt__intro-description{font-size:18px}@media screen and (max-width:800px){.alt__intro_reverse .alt__intro-info{order:1}}.alt__features{display:flex;flex-direction:column;gap:24px}.alt__features-list{display:grid;gap:24px 16px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:800px){.alt__features-list{grid-template-columns:1fr}}.alt__feature{align-items:center;align-self:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:center;text-align:center}.alt__feature-img{border-radius:50%;height:100px;overflow:hidden;width:100px}.alt__feature-img img{height:100%;object-fit:cover;width:100%}.alt__feature-title{font-size:24px;font-weight:700}.alt__feature-description{font-size:16px;font-weight:700}.alt__mobile-btn{background:var(--alt-btn-bg);border-radius:var(--alt-btn-radius);bottom:0;color:var(--alt-btn-color);display:none;font-size:16px;font-weight:500;left:0;padding:12px 24px;position:fixed;text-align:center;text-decoration:none;transition:all .25s ease-in-out;width:100%}.alt__mobile-btn:hover{background:var(--alt-btn-hover-bg);color:var(--alt-btn-hover-color)}@media screen and (max-width:800px){.alt__mobile-btn{display:block}}