:root {
    --blue: #0058ff;
    --ink: #09111f;
    --muted: #687282;
    --soft: #f4f6fb;
    --line: #dde4ee;
    --dark: #040914;
    --shadow: 0 22px 54px rgba(8, 22, 48, .14);
    --r: 8px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Graphik, Inter, "Segoe UI", Arial, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img,
video {
    display: block;
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
textarea {
    font: inherit
}

.header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    height: 88px;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(10, 24, 44, .08);
    backdrop-filter: blur(18px)
}

.nav {
    width: min(1152px, calc(100% - 48px));
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    display: flex;
    align-items: center;
    gap: 18px
}

.team {
    font-size: 19px;
    font-weight: 900;
    line-height: .78;
    color: #22a9e2
}

.team span {
    display: block;
    color: #72bc3a
}

.rule {
    width: 1px;
    height: 28px;
    background: #d8dfea
}

.asus {
    font-size: 20px;
    font-weight: 950;
    letter-spacing: .04em;
    color: #004fc6
}

.links {
    display: flex;
    gap: 28px;
    font-size: 13px;
    font-weight: 800
}

.links a:hover {
    color: var(--blue)
}

.hero {
    position: relative;
    height: 900px;
    min-height: 760px;
    overflow: hidden;
    color: #fff;
    background: #070b13
}

.hero video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero:after {
    content: "";
    position: absolute;
    inset: 0 0 0;
    background: linear-gradient(90deg, rgba(3, 6, 13, .86), rgba(3, 6, 13, .5) 34%, rgba(3, 6, 13, .08) 68%, rgba(3, 6, 13, 0))
}

.hero-in {
    position: relative;
    z-index: 1;
    width: min(1152px, calc(100% - 48px));
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.hero h1 {
    margin: 0;
    max-width: 680px;
    font-size: 68px;
    line-height: .99;
    font-weight: 500;
    letter-spacing: 0
}

.actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 46px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 26px;
    border: 0;
    border-radius: 6px;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease
}

.btn:hover {
    transform: translateY(-2px);
    background: #004fe6;
    box-shadow: 0 18px 42px rgba(0, 88, 255, .28)
}

.link {
    font-size: 14px;
    font-weight: 850;
    opacity: .9
}

.link:hover {
    opacity: 1
}

.section {
    padding: 120px 24px
}

.inner {
    width: min(1152px, 100%);
    margin: auto
}

.center {
    max-width: 780px;
    margin: 0 auto 72px;
    text-align: center
}

.eyebrow {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 0 0 18px;
    color: var(--blue) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important
}

.eyebrow.centered {
    justify-content: center
}

.eyebrow:before {
    content: "";
    width: 24px;
    height: 2px;
    background: currentColor
}

.title {
    margin: 0;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: 0;
}

.copy {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55
}

.soft {
    background: var(--soft)
}

.white {
    background: #fff
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px
}

.card {
    padding: 28px;
    border: 1px solid #e2e8f1;
    border-radius: var(--r);
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
}

.card:hover,
.product:hover,
.commercial-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 88, 255, .28);
    box-shadow: var(--shadow)
}

.num {
    display: block;
    margin-bottom: 18px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em
}

.card h3,
.solution h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.25
}

.card p,
.solution p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.58
}

.why-card {
    padding: 34px;
    border-radius: 10px;
    border: 1px solid #e0e6ef;
}

.why-card .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #eef3ff;
    border: 1px solid #dce6fd;
    margin-bottom: 22px;
}

.why-card .icon-wrap img {
    width: 18px;
    height: 18px;
}

.why-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 14.5px;
    line-height: 1.62;
}

.solutions {
    color: #fff;
    background: radial-gradient(circle at 78% 20%, rgba(0, 88, 255, .28), transparent 34%), radial-gradient(circle at 20% 78%, rgba(28, 123, 255, .22), transparent 32%), linear-gradient(135deg, #020614, #071631 58%, #001241)
}

.solutions .title,
.solutions .copy {
    color: #fff
}

.solutions .copy {
    color: rgba(255, 255, 255, .68)
}

.solutions .grid {
    grid-template-columns: repeat(6, 1fr);
}

.solution:nth-child(-n+3) {
    grid-column: span 2;
}

.solution:nth-child(n+4) {
    grid-column: span 3;
}

.solution {
    min-height: 188px;
    padding: 34px;
    border: 1px solid rgba(83, 131, 232, 0.15);
    border-radius: 12px;
    background: #0d1424;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.solution:hover {
    transform: translateY(-4px);
    background: #111a2f;
    border-color: rgba(83, 131, 232, 0.3);
}

.solution .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(0, 88, 255, 0.08);
    border: 1px solid rgba(0, 88, 255, 0.12);
    margin-bottom: 22px;
}

.solution .icon-wrap img {
    width: 18px;
    height: 18px;
}

.solution h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff;
}

.solution p {
    font-size: 14.5px;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.68);
    margin: 0;
}

.portfolio {
    padding: 120px 24px;
    background: var(--soft)
}

.head {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 80px;
    margin-bottom: 58px;

    .title {
        text-align: start !important;
    }
}

.head .copy {
    margin-top: 34px;
    text-align: right;
    font-size: 15px
}

.tabs {
    display: flex;
    align-items: flex-end;
    overflow-x: auto;
    border-bottom: 1px solid var(--line);
    margin-bottom: 40px
}

.tab {
    flex: 0 0 auto;
    height: 52px;
    padding: 0 26px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #697282;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer
}

.tab[aria-selected=true] {
    color: var(--blue);
    border-color: var(--blue)
}

.panel {
    display: none
}

.panel.active {
    display: block;
    animation: in .24s ease both
}

@keyframes in {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px
}

.products.three {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.products.business {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.products.business .product.large {
    grid-column: span 4;
}

.products.business .product.vertical {
    grid-column: span 2;
}

.products.business .product:nth-child(3) {
    grid-column: span 3;
}

.products.business .product.media {
    grid-column: span 3;
}

.product {
    overflow: hidden;
    border: 1px solid #e0e6ef;
    border-radius: var(--r);
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
}

.product img {
    width: 100%;
    height: 318px;
    object-fit: cover;
    background: #e8edf6
}

.product.large img {
    height: 424px
}

.product.vertical img {
    height: 419px
}

.product.media img {
    height: 100%;
    min-height: 440px
}

.body {
    padding: 28px
}

.kicker {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: 11px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase
}

.body h3 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.22
}

.body p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.58
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px
}

.chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 5px;
    background: #f1f4f8;
    color: #182336;
    font-size: 11px;
    font-weight: 850
}

.commercial {
    padding: 120px 24px 104px
}

.split {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 80px;
    align-items: end;
    margin-bottom: 76px
}

.commercial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px
}

.commercial-grid.small {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.commercial-card {
    overflow: hidden;
    border: 1px solid #e1e7f1;
    border-radius: var(--r);
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease
}

.commercial-card img {
    width: 100%;
    height: 348px;
    object-fit: cover
}

.commercial-grid.small img {
    height: 190px
}

.dark-card {
    position: relative;
    min-height: 438px;
    border: 0;
    color: #fff;
    background: #07101d
}

.dark-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 24%, rgba(0, 88, 255, .28), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 42%);
    opacity: .9
}

.dark-card img {
    display: none
}

.dark-card .body {
    position: relative;
    z-index: 1;
    width: min(560px, 78%);
    padding: 42px
}

.dark-card .body p {
    color: rgba(255, 255, 255, .68)
}

.dark-card .kicker {
    color: #6aa2ff
}

.reseller {
    padding: 0 24px 120px
}

.reseller-panel {
    position: relative;
    overflow: hidden;
    min-height: 614px;
    border-radius: var(--r);
    color: #fff;
    background: radial-gradient(circle at 82% 18%, rgba(0, 88, 255, .3), transparent 32%), radial-gradient(circle at 18% 78%, rgba(15, 74, 180, .28), transparent 34%), linear-gradient(135deg, #020716, #07183c)
}

.reseller-panel:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .06), transparent 34%, rgba(0, 88, 255, .08));
    opacity: .55
}

.reseller-content {
    position: relative;
    padding: 64px
}

.badge {
    position: absolute;
    top: 56px;
    right: 64px;
    padding: 22px 26px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--r);
    background: rgba(255, 255, 255, .06);
    white-space: wrap;
}

.badge span {
    display: block;
    color: #6aa2ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.badge strong {
    display: block;
    margin: 10px 0;
    font-size: 18px
}

.reseller h2 {
    max-width: 700px;
    margin: 18px 0 28px;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 500;
}

.reseller p {
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.55
}

.reseller-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 62px
}

.reseller-card {
    min-height: 160px;
    padding: 26px 22px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--r);
    background: rgba(255, 255, 255, .055)
}

.reseller-card h3 {
    margin: 0 0 12px;
    font-size: 15px
}

.reseller-card p {
    font-size: 13px
}

.contact {
    padding: 100px 24px;
    color: #fff;
    background: radial-gradient(circle at 18% 64%, rgba(0, 88, 255, .26), transparent 28%), linear-gradient(110deg, #03050b, #060912 46%, #120f23)
}

.contact-in {
    width: min(1152px, 100%);
    margin: auto;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 210px
}

.contact h2 {
    margin: 0;
    font-size: 44px
}

.contact p {
    color: rgba(255, 255, 255, .68);
    line-height: 1.55
}

.form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px
}

.field {
    display: grid;
    gap: 8px
}

.field.full {
    grid-column: 1/-1
}

.field label {
    color: rgba(255, 255, 255, .76);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em
}

.field input,
.field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 6px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    outline: 0;
    padding: 17px 18px
}

.field textarea {
    min-height: 150px;
    resize: vertical
}

.captcha {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 314px;
    min-height: 78px;
    padding: 18px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .92);
    color: #202733;
    font-size: 14px
}

.box {
    width: 28px;
    height: 28px;
    border: 2px solid #7b8290;
    border-radius: 3px
}

.faq {
    padding: 100px 24px
}

.faq-layout {
    width: min(1152px, 100%);
    margin: auto;
    display: grid;
    grid-template-columns: 447px 1fr;
    gap: 80px
}

.faq-list {
    border-top: 1px solid var(--line)
}

.faq-item {
    border-bottom: 1px solid var(--line)
}

.q {
    width: 100%;
    min-height: 71px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    border: 0;
    background: transparent;
    color: var(--ink);
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    padding: 0
}

.q:after {
    content: "+";
    color: var(--blue);
    font-size: 20px
}

.faq-item.open .q:after {
    content: "-"
}

.a {
    max-height: 0;
    overflow: hidden;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    transition: max-height .22s ease
}

.a p {
    margin: 0 0 24px
}

.cta img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    background: #05070c
}

.footer {
    padding: 64px 24px 54px;
    color: rgba(255, 255, 255, .7);
    background: #242629
}

.footer-grid {
    width: min(1152px, 100%);
    margin: auto;
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr;
    gap: 80px
}

.footer h2,
.footer h3 {
    margin: 0 0 18px;
    color: #fff
}

.footer p,
.footer a {
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
    line-height: 1.65
}

.footer-links {
    display: grid;
    gap: 10px
}

.social {
    display: flex;
    gap: 10px
}

.social span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 850
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .62s ease, transform .62s ease;
    transition-delay: var(--d, 0ms)
}

.reveal.show {
    opacity: 1;
    transform: none
}

@media(max-width:1080px) {
    .links {
        display: none
    }

    .hero h1 {
        font-size: 56px
    }

    .grid,
    .solutions .grid,
    .products,
    .products.three,
    .products.business,
    .commercial-grid,
    .commercial-grid.small,
    .reseller-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .solution:nth-child(-n+3),
    .solution:nth-child(n+4),
    .products.business .product.large,
    .products.business .product.vertical,
    .products.business .product:nth-child(3),
    .products.business .product.media {
        grid-column: span 1;
    }

    .head,
    .split,
    .contact-in,
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .head .copy {
        text-align: left;
        margin-top: 0
    }

    .badge {
        position: static;
        display: inline-block;
        margin-bottom: 24px;
        max-width: 100%;
    }
}

@media(max-width:700px) {
    .header {
        height: 76px
    }

    .nav {
        width: calc(100% - 32px)
    }

    .hero {
        height: 680px;
        min-height: 620px
    }

    .hero video,
    .hero:after {
        inset-top: 76px;
        height: calc(100% - 76px)
    }

    .hero-in {
        width: calc(100% - 40px);
        padding-top: 76px
    }

    .hero h1 {
        font-size: 42px
    }

    .actions {
        flex-wrap: wrap;
        margin-top: 34px
    }

    .section,
    .portfolio,
    .commercial,
    .reseller,
    .contact,
    .faq,
    .footer {
        padding-left: 20px;
        padding-right: 20px
    }

    .section,
    .portfolio,
    .commercial,
    .contact,
    .faq {
        padding-top: 84px;
        padding-bottom: 84px
    }

    .center {
        margin-bottom: 42px
    }

    .title {
        font-size: 34px
    }

    .grid,
    .solutions .grid,
    .products,
    .products.business,
    .products.three,
    .commercial-grid,
    .commercial-grid.small,
    .reseller-grid,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .product img,
    .product.large img,
    .product.vertical img,
    .product.media img,
    .commercial-card img,
    .commercial-grid.small img {
        height: 250px;
        min-height: 0
    }

    .body {
        padding: 22px
    }

    .reseller {
        padding-bottom: 84px
    }

    .reseller-content {
        padding: 34px 24px
    }

    .badge {
        padding: 18px 20px
    }

    .reseller h2 {
        font-size: 32px
    }

    .form {
        grid-template-columns: 1fr
    }

    .captcha {
        width: 100%
    }

    .footer-grid {
        gap: 34px
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        scroll-behavior: auto !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}