body {
    letter-spacing: 0
}

.sx-hero {
    min-height: 390px;
    background: linear-gradient(90deg, rgba(3, 24, 38, .86), rgba(9, 87, 142, .48)), var(--hero-image);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 120px 0 90px
}

.sx-hero__inner {
    max-width: 820px
}

.sx-breadcrumb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 700
}

.sx-breadcrumb a,
.sx-breadcrumb span {
    color: #fff
}

.sx-hero h1 {
    font-size: 56px;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 800
}

.sx-hero p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, .9);
    max-width: 720px
}

.sx-section {
    padding: 100px 0
}

.sx-soft {
    background: #f5f8fb
}

.sx-section-title {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center
}

.sx-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #09578e;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 12px
}

.sx-section-title h2,
.sx-split h2,
.sx-contact-panel h2,
.sx-family-head h2 {
    font-size: 40px;
    font-weight: 800;
    color: #101820;
    margin-bottom: 16px
}

.sx-section-title p,
.sx-split p,
.sx-contact-panel p,
.sx-family-head p {
    line-height: 28px
}

.sx-split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 42px;
    align-items: center
}

.sx-feature-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .14)
}

.sx-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px
}

.sx-stats div,
.sx-info-card,
.sx-mini-card {
    border: 1px solid #e7edf2;
    background: #fff;
    border-radius: 8px;
    padding: 22px;
    transition: .35s
}

.sx-stats strong {
    display: block;
    color: #09578e;
    font-size: 28px
}

.sx-stats span {
    color: #5f6b76
}

.sx-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.sx-info-card i {
    font-size: 36px;
    color: #09578e;
    margin-bottom: 18px
}

.sx-info-card h3,
.sx-card h3,
.sx-detail-block h3 {
    font-size: 24px;
    font-weight: 800;
    color: #101820;
    margin-bottom: 12px
}

.sx-family-stack {
    display: grid;
    gap: 58px
}

.sx-product-family {
    scroll-margin-top: 120px
}

.sx-family-head {
    max-width: 760px;
    margin-bottom: 24px
}

.sx-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px
}

.sx-card {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(15, 35, 52, .08);
    transition: .35s
}

.sx-card img {
    width: 100%;
    height: 230px;
    object-fit: cover
}

.sx-card div {
    padding: 24px
}

.sx-card span {
    color: #09578e;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase
}

.sx-card p {
    margin: 10px 0 18px
}

.sx-card a {
    font-weight: 800;
    color: #09578e
}

.sx-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(9, 87, 142, .18)
}

.sx-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.sx-timeline div {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 8px;
    padding: 26px;
    position: relative;
    overflow: hidden
}

.sx-timeline b {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #09578e;
    color: #fff;
    margin-bottom: 18px
}

.sx-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.sx-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: block
}

.sx-gallery-item img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: .45s
}

.sx-gallery-item span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #fff;
    color: #09578e;
    border-radius: 6px;
    padding: 10px 14px;
    font-weight: 800
}

.sx-gallery-item:hover img {
    transform: scale(1.07)
}

.sx-contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 32px
}

.sx-contact-panel,
.sx-form {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 8px;
    padding: 34px;
    box-shadow: 0 18px 48px rgba(15, 35, 52, .08)
}

.sx-contact-list {
    display: grid;
    gap: 13px;
    margin-top: 24px
}

.sx-contact-list a {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #101820;
    font-weight: 700
}

.sx-contact-list i {
    color: #09578e
}

.sx-form {
    display: grid;
    gap: 16px
}

.sx-form input,
.sx-form textarea {
    border: 1px solid #dfe7ee;
    border-radius: 6px;
    padding: 15px 16px;
    min-height: 52px
}

.sx-form textarea {
    min-height: 150px
}

.sx-form button {
    background: #09578e;
    color: #fff;
    border-radius: 6px;
    padding: 16px;
    font-weight: 800
}

.sx-layout {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 34px;
    align-items: start
}

.sx-sidebar {
    position: sticky;
    top: 20px
}

.sx-sidebar-toggle {
    display: none;
    width: 100%;
    background: #09578e;
    color: #fff;
    border-radius: 6px;
    padding: 14px 16px;
    font-weight: 800;
    justify-content: space-between;
    align-items: center
}

.sx-sidebar-panel {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 16px 42px rgba(15, 35, 52, .08)
}

.sx-sidebar-panel h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #101820;
    font-weight: 800
}

.sx-side-group {
    border-top: 1px solid #eef2f5;
    padding-top: 14px;
    margin-top: 14px;
    display: grid;
    gap: 7px
}

.sx-side-title {
    font-weight: 900;
    color: #09578e
}

.sx-side-group a:not(.sx-side-title) {
    padding: 9px 10px;
    border-radius: 6px;
    color: #52606b;
    font-weight: 700
}

.sx-side-group a.is-active,
.sx-side-group a:not(.sx-side-title):hover {
    background: #09578e;
    color: #fff
}

.sx-product-detail {
    min-width: 0
}

.sx-product-intro {
    margin-bottom: 34px
}

.sx-detail-block {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 26px;
    box-shadow: 0 12px 34px rgba(15, 35, 52, .06)
}

.sx-table-wrap {
    overflow-x: auto
}

.sx-spec-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px
}

.sx-spec-table th,
.sx-spec-table td {
    border: 1px solid #e1e8ee;
    padding: 14px 16px;
    text-align: left;
    line-height: 22px
}

.sx-spec-table th {
    background: #f3f7fa;
    color: #101820;
    font-weight: 800
}

.sx-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.sx-chip-grid span {
    border: 1px solid #dbe5ec;
    background: #f7fafc;
    color: #09578e;
    border-radius: 6px;
    padding: 11px 14px;
    font-weight: 800
}

.sx-mini-card {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 800
}

.sx-mini-card i {
    color: #09578e
}

.sx-tech-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.sx-tech-grid h4 {
    font-size: 20px;
    font-weight: 800;
    color: #101820;
    margin-bottom: 14px
}

@media(max-width:1199px) {
    .sx-product-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .sx-timeline {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:991px) {
    .sx-hero h1 {
        font-size: 42px
    }

    .sx-section {
        padding: 72px 0
    }

    .sx-split,
    .sx-contact-grid,
    .sx-layout,
    .sx-tech-grid {
        grid-template-columns: 1fr
    }

    .sx-sidebar {
        position: relative;
        top: auto
    }

    .sx-sidebar-toggle {
        display: flex
    }

    .sx-sidebar-panel {
        display: none;
        margin-top: 12px
    }

    .sx-sidebar.is-open .sx-sidebar-panel {
        display: block
    }

    .sx-grid-3,
    .sx-gallery {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:575px) {
    .sx-hero {
        min-height: 330px;
        padding: 90px 0 70px
    }

    .sx-hero h1 {
        font-size: 34px
    }

    .sx-section-title h2,
    .sx-split h2,
    .sx-contact-panel h2,
    .sx-family-head h2 {
        font-size: 30px
    }

    .sx-product-grid,
    .sx-grid-3,
    .sx-gallery,
    .sx-timeline,
    .sx-stats {
        grid-template-columns: 1fr
    }

    .sx-feature-img {
        height: 280px
    }

    .sx-card img,
    .sx-gallery-item img {
        height: 220px
    }

    .sx-detail-block,
    .sx-contact-panel,
    .sx-form {
        padding: 22px
    }
}

.sx-side-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
    font-weight: 900;
    color: #09578e;
    padding: 10px 0
}

.sx-side-title i {
    transition: .25s
}

.sx-side-group.is-open .sx-side-title i {
    transform: rotate(180deg)
}

.sx-side-links {
    display: none;
    gap: 7px
}

.sx-side-group.is-open .sx-side-links {
    display: grid
}

.sx-side-group a.is-active,
.sx-side-links a:hover {
    background: #09578e;
    color: #fff
}

.sx-tech-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    overflow: hidden
}

.sx-tech-grid>div {
    min-width: 0;
    overflow-x: auto
}

.sx-tech-grid .sx-spec-table {
    min-width: 430px
}

.sx-map {
    min-height: 430px;
    border: 1px solid #e8eef3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 35, 52, .08)
}

.sx-map iframe {
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0
}

.sx-address-card {
    display: flex;
    gap: 14px;
    margin-top: 24px;
    padding: 18px;
    border: 1px solid #e8eef3;
    border-radius: 8px;
    background: #f7fafc
}

.sx-address-card i {
    font-size: 24px;
    color: #09578e;
    margin-top: 4px
}

.sx-address-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #101820;
    margin-bottom: 6px
}

@media(max-width:991px) {
    .sx-tech-grid .sx-spec-table {
        min-width: 620px
    }
}