@media screen and (max-width: 767px) {
    :root {
        --st-mobile-width: min(100vw, 393px);
        --st-mobile-gutter: clamp(16px, 7.6336vw, 30px);
        --st-mobile-content: calc(var(--st-mobile-width) - (var(--st-mobile-gutter) * 2));
        --st-mobile-scale: calc(var(--st-mobile-width) / 393);
    }

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    div#page-header {
        display: none;
    }

    .st-hero {
        height: 326px;
        min-height: 326px;
        padding-bottom: 0;
    }

    .st-hero__bg {
        background-position: center top;
        opacity: 0.55;
        filter: grayscale(100%) brightness(0.45);
    }

    .st-hero__bg::after {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.72) 34%,
            rgba(0, 0, 0, 0.2) 62%,
            rgba(0, 0, 0, 0.92) 100%
        );
    }

    .st-hero__slide {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .st-hero__content-wrapper {
        position: relative;
        display: block;
        width: 100%;
        max-width: 393px;
        min-height: 326px;
        margin: 0 auto;
        padding: 0 30px;
    }

    .st-hero__text-content {
        width: 253px;
        min-width: 0;
        padding-top: 20px;
    }

    .st-hero__title {
        display: none;
    }

    .st-hero__subtitle {
        max-width: 250px;
        margin: 0 0 16px;
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }

    .st-hero__description {
        width: 245px;
        max-width: 245px;
        margin: 0 0 24px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.31) -10.26%, rgba(255, 255, 255, 0.8) 49.24%, rgba(255, 255, 255, 0.31) 105.05%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .st-hero__button {
        width: 143px;
        height: 28px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: 0.48px;
    }

    .st-hero__image-content {
        position: absolute;
        inset: 0;
        display: block;
        pointer-events: none;
    }

    .st-hero__glow {
        top: 83px;
        right: -18px;
        width: 104px;
        height: 104px;
        filter: blur(44px);
    }

    .st-hero__glow-wrap {
        position: absolute;
        top: -89px;
        right: -50px;
        width: 193px;
        height: 354px;
        max-height: none;
        overflow: hidden;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .st-hero__union-bg {
        top: 33px;
        right: -50px;
        width: 203px;
        max-width: none;
    }

    .st-hero__main-image {
        position: absolute;
        right: -42px;
        bottom: 1px;
        width: 300px;
        height: 260px;
        max-width: none;
        max-height: none;
        object-fit: contain;
    }

    .st-hero__nav {
        top: 256px;
        bottom: auto;
        left: 50%;
        width: 71px;
        gap: 0;
        justify-content: space-between;
        transform: translateX(-50%);
    }

    .st-hero__nav-item {
        opacity: 0.7;
        transform: none;
    }

    .st-hero__nav-item.active {
        transform: none;
    }

    .st-hero__nav-item img {
        width: 16px;
        height: 16px;
    }

    .st-hero__marquee {
        bottom: 12px;
        height: 16px;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .st-hero__marquee-content {
        gap: 24px;
        animation-duration: 22s;
    }

    .st-hero__marquee-group {
        width: auto;
        height: 16px;
        gap: 32px;
        justify-content: flex-start;
    }

    .st-hero__marquee-item {
        font-size: 14px;
        line-height: 16px;
    }

    .st-features {
        padding: 20px 0 40px;
        background-size: auto;
        background-position: center top;
    }

    .st-features__item {
        min-height: 0;
        padding: 0;
        display: block;
        overflow: hidden;
    }

    .st-features__item::before,
    .st-features__item::after {
        display: none;
    }

    .st-features__item--01 {
        height: 457px;
    }

    .st-features__item--02 {
        height: 354px;
        margin: 20px 0;
    }

    .st-features__item--03 {
        height: 291px;
    }

    .st-features__container,
    .st-features__item--reverse .st-features__container {
        position: relative;
        display: block;
        width: 100%;
        max-width: 393px;
        height: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .st-features__content {
        position: relative;
        width: 100%;
        min-width: 0;
        height: 100%;
    }

    .st-features__bg-text,
    .st-features__bg-line,
    .st-features__img-bg {
        display: none;
    }

    .st-features__number {
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        height: 100px;
        font-size: 100px;
        line-height: 100px;
        letter-spacing: 0.4px;
        opacity: 0.3;
    }

    .st-features__item--01 .st-features__number {
        top: -17px;
        left: 34px;
    }

    .st-features__item--02 .st-features__number {
        top: -4px;
        right: 42px;
        left: auto;
    }

    .st-features__item--03 .st-features__number {
        top: -12px;
        left: 31px;
    }

    .st-features__title {
        position: absolute;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.96px;
        letter-spacing: 0.33px;
        z-index: 4;
    }

    .st-features__item:nth-child(2n+1) h2 {
        margin-left: 0;
    }

    .st-features__item--01 .st-features__title {
        top: 43px;
        left: 87px;
        width: 173px;
        height: 80px;
    }

    .st-features__item--02 .st-features__title {
        top: 56px;
        left: 145px;
        width: 217px;
        height: 80px;
    }

    .st-features__item--03 .st-features__title {
        top: 47px;
        left: 86px;
        width: 180px;
        height: 80px;
    }

    .st-features__description {
        position: absolute;
        left: 30px;
        width: 333px;
        max-width: 333px;
        margin: 0;
        color: #d4d4d4;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        z-index: 4;
    }

    .st-features__description p {
        margin: 0;
    }

    .st-features__description p + p {
        margin-top: 10px;
    }

    .st-features__item--01 .st-features__description {
        top: 143px;
        height: 314px;
    }

    .st-features__item--02 .st-features__description {
        top: 156px;
        height: 192px;
    }

    .st-features__item--03 .st-features__description {
        top: 147px;
        height: 144px;
    }

    .st-features__media,
    .st-features__item--reverse .st-features__container .st-features__media {
        position: absolute;
        inset: 0;
        display: block;
        max-width: none;
        pointer-events: none;
        z-index: 2;
    }

    .st-features__image-wrap {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
    }

    .st-features__img-main {
        position: absolute;
        max-width: none;
        height: auto;
        transform: none;
        -webkit-mask-image: linear-gradient(to top, transparent 0%, black 80%);
        mask-image: linear-gradient(to top, transparent 0%, black 80%);
    }

    .st-features__item--01 .st-features__img-main {
        top: -15px;
        right: -18px;
        left: auto;
        bottom: auto;
        width: 155px;
        transform: rotate(30deg);
    }

    .st-features__item.st-features__item--02.st-features__item--reverse .st-features__img-main {
        top: 0;
        left: -9px;
        width: 143px;
        max-width: none;
        transform: none;
    }

    .st-features__item--03 .st-features__img-main {
        top: -17px;
        right: -21px;
        width: 169px;
        max-width: none;
        max-height: none;
    }

    .st-audience-carousel {
        /* height: 422px; */
        padding: 0;
        background-size: auto;
        background-position: center top;
    }

    .st-audience-carousel .container {
        position: relative;
        width: 100%;
        max-width: 393px;
        height: 422px;
        padding: 0 30px;
        margin: 0 auto;
    }

    .st-audience-carousel__header {
        width: 333px;
        margin: 0;
        text-align: center;
        align-items: center;
    }

    .st-audience-carousel__title {
        width: 195px;
        max-width: 195px;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.96px;
        letter-spacing: 0.33px;
    }

    .st-audience-carousel__subtitle {
        width: 273px;
        max-width: 273px;
        margin: 20px auto 0;
        color: #ccc;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .st-audience-carousel__slider-wrapper {
        position: absolute;
        top: 112px;
        left: 30px;
        width: 333px;
        max-width: 333px;
        height: 240px;
        margin: 0;
    }

    .st-audience-carousel__slider {
        width: 333px;
        height: 220px;
        border-radius: 5px;
    }

    .st-audience-carousel__slide,
    .st-audience-carousel__card {
        width: 333px;
        height: 220px;
    }

    .st-audience-carousel__card-bg {
        background-size: cover;
        background-position: center;
    }

    .st-audience-carousel__card-bg::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.5) 100%);
    }

    .st-audience-carousel__card-content {
        height: 220px;
    }

    .st-audience-carousel__card-image {
        bottom: 24px;
        width: 328px;
        max-width: 328px;
    }

    .st-audience-carousel__card-overlay {
        height: 76px;
        padding: 10px 20px;
        gap: 4px;
        border-radius: 0 0 5px 5px;
    }

    .st-audience-carousel__card-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .st-audience-carousel__card-text {
        width: 270px;
        max-width: 270px;
        font-size: 12px!important;
        font-weight: 400;
        line-height: 16px;
        color: #d4d4d4;
        opacity: 0.8;
    }

    .st-audience-carousel__bg-stack {
        display: none;
    }

    .st-audience-carousel__controls {
        position: absolute;
        top: 234px;
        left: 138px;
        width: 57px;
        height: 6px;
        gap: 0;
        margin: 0;
    }

    .st-audience-carousel__arrow {
        display: none;
    }

    .st-audience-carousel__pagination {
        display: flex;
        width: 57px !important;
        height: 6px;
        gap: 6px;
        align-items: center;
        justify-content: flex-start;
    }

    .st-audience-carousel__pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 !important;
        background: #efefef;
        opacity: 1;
        border-radius: 15px;
    }

    .st-audience-carousel__pagination .swiper-pagination-bullet-active {
        width: 9px;
        background: #b18a55;
    }

    .st-audience-carousel__footer-text {
        position: absolute;
        top: 372px;
        left: 30px;
        width: 333px;
        max-width: 333px;
        height: 48px;
        margin: 0;
        color: #ccc;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
    }

    .st-why-tactical {
        /* height: 645px; */
        padding: 0;
        background-size: auto;
        background-position: center top;
        padding: 40px 0;
    }

    .st-why-tactical::before {
        display: none;
    }

    .st-why-tactical .container {
        position: relative;
        width: 100%;
        max-width: 393px;
        height: 645px;
        padding: 0;
        margin: 0 auto;
    }

    .st-why-tactical__header {
        max-width: none;
        margin: 0;
        text-align: center;
    }

    .st-why-tactical__title {
        position: absolute;
        top: 2px;
        left: 91px;
        width: 211px;
        height: 40px;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.96px;
        letter-spacing: 0.33px;
        text-transform: uppercase;
    }

    .st-why-tactical__subtitle {
        position: absolute;
        top: 62px;
        left: 30px;
        width: 333px;
        max-width: 333px;
        height: 64px;
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
    }

    .st-why-tactical__stage {
        position: absolute;
        top: 0;
        left: 0;
        width: 393px;
        max-width: 393px;
        height: 529px;
        margin: 0;
        display: block;
    }

    .st-why-tactical__overlay-camo {
        display: none;
    }

    .st-why-tactical__rifle-wrap {
        position: absolute;
        top: 389px;
        left: 0;
        width: 393px;
        height: 140px;
        overflow: hidden;
        display: block;
        z-index: 2;
    }

    .st-why-tactical__rifle {
        position: absolute;
        top: 0;
        left: 0;
        width: 393px;
        min-width: 393px;
        max-width: none;
        height: 140px;
        object-fit: cover;
        filter: none;
    }

    .st-why-tactical__callout {
        position: absolute;
        width: auto;
        top: auto !important;
        left: auto;
        right: auto;
        transform: none;
        display: block;
        z-index: 5;
    }

    .st-why-tactical__callout-card.glass-card {
        position: relative;
        padding: 0;
        background: transparent;
        border: 0;
        text-align: center;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .st-why-tactical__callout-icon {
        position: absolute;
        width: 34px;
        height: 34px;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .st-why-tactical__callout-text {
        position: absolute;
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
    }

    .st-why-tactical__callout--right {
        top: 146px !important;
        left: 76px;
        width: 241px;
        height: 86px;
    }

    .st-why-tactical__callout--right .st-why-tactical__callout-icon {
        top: 0;
    }

    .st-why-tactical__callout--right .st-why-tactical__callout-text {
        top: 38px;
        left: 0;
        width: 241px;
        height: 48px;
        font-size: 12px;
    }

    .st-why-tactical__callout--left {
        top: 250px !important;
        left: 30px;
        width: 161px;
        height: 102px;
    }

    .st-why-tactical__callout--left .st-why-tactical__callout-icon {
        top: 0;
    }

    .st-why-tactical__callout--left .st-why-tactical__callout-text {
        top: 38px;
        left: 0;
        width: 161px;
        height: 64px;
        font-size: 12px;
    }

    .st-why-tactical__callout--center {
        top: 250px !important;
        left: 203px;
        width: 160px;
        height: 102px;
    }

    .st-why-tactical__callout--center .st-why-tactical__callout-icon {
        top: 0;
    }

    .st-why-tactical__callout--center .st-why-tactical__callout-text {
        top: 38px;
        left: 0;
        width: 160px;
        height: 64px;
        font-size: 12px;
    }

    .st-why-tactical__connector {
        display: none;
    }

    .st-why-tactical__footer {
        position: absolute;
        top: 549px;
        left: 30px;
        width: 333px;
        max-width: 333px;
        margin: 0;
        text-align: center;
        z-index: 3;
    }

    .st-why-tactical__footer-text {
        width: 333px;
        height: 96px;
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .st-styles-designs {
        /* height: 434px; */
        padding: 0;
        background-size: auto;
        background-position: center top;
        overflow: hidden;
        padding-bottom: 100px;
    }

    .st-styles-designs .container {
        position: relative;
        width: 100%;
        max-width: 393px;
        height: 434px;
        padding: 0 30px;
        margin: 0 auto;
    }

    .st-styles-designs__header {
        width: 333px;
        max-width: 333px;
        margin: 0;
    }

    .st-styles-designs__title {
        width: 333px;
        height: 20px;
        margin: 0;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
    }

    .st-styles-designs__span,
    .st-styles-designs__title .st-color-main,
    .st-styles-designs__subtitle {
        display: block;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.96px;
        letter-spacing: 0.33px;
        text-transform: uppercase;
    }

    .st-styles-designs__span,
    .st-styles-designs__title .st-color-main {
        display: inline;
    }

    .st-styles-designs__subtitle {
        position: absolute;
        top: 22px;
        left: 162px;
        width: 201px;
        height: 20px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.31) -10.26%, rgba(255, 255, 255, 0.8) 49.24%, rgba(255, 255, 255, 0.31) 105.05%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .st-styles-designs__description {
        position: absolute;
        top: 62px;
        left: 30px;
        width: 333px;
        max-width: 333px;
        height: 48px;
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .st-styles-designs__accordion {
        position: absolute;
        top: 130px;
        left: 30px;
        display: flex;
        width: 333px;
        height: 216px;
        gap: 0;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .st-styles-designs__accordion::-webkit-scrollbar {
        display: none;
    }

    .st-styles-designs__card,
    .st-styles-designs__card.active {
        flex: 0 0 333px;
        width: 333px;
        height: 216px;
        border-radius: 10px;
        scroll-snap-align: start;
        cursor: default;
        transition: none;
        background-position: center;
        background-size: cover;
    }

    .st-styles-designs__card::before,
    .st-styles-designs__card.active::before {
        opacity: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    }

    .st-styles-designs__card-content,
    .st-styles-designs__card.active .st-styles-designs__card-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 333px;
        min-width: 333px;
        height: 108px;
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0.1);
        /* backdrop-filter: none; */
        -webkit-backdrop-filter: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
        height: calc(76px * var(--st-mobile-scale));
    }

    .st-styles-designs__card-title {
        width: 293px;
        height: 20px;
        margin: 0 0 4px;
        color: #b18a55;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .st-styles-designs__card-text {
        width: 293px;
        height: 64px;
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px !important;
        font-weight: 400;
        line-height: 16px;
    }

    .st-styles-designs__card-label {
        display: none;
    }

    .st-styles-designs__pagination {
        position: absolute;
        top: 360px;
        left: 168px;
        display: flex;
        width: 57px;
        height: 6px;
        gap: 6px;
        align-items: center;
        justify-content: flex-start;
    }

    .st-styles-designs__pagination-bullet {
        width: 6px;
        height: 6px;
        flex: 0 0 6px;
        border-radius: 15px;
        background: #efefef;
        border: 0;
        padding: 0;
    }

    .st-styles-designs__pagination-bullet.active {
        width: 9px;
        flex-basis: 9px;
        background: #b18a55;
    }

    .st-styles-designs__footer {
        position: absolute;
        top: 386px;
        left: 30px;
        display: block;
        width: 333px;
    }

    .st-styles-designs__footer-text {
        width: 333px;
        max-width: 333px;
        height: 48px;
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    section.st-divider {
        height: 159px;
        padding: 0;
        overflow: hidden;
        margin-top: -83px;
        position: relative;
        z-index: 1;
    }

    .st-divider__container {
        position: static;
        width: 100%;
        height: 159px;
        z-index: 1;
        top: auto;
    }

    section.st-divider img {
        display: block;
        width: 100%;
        height: 159px;
        object-fit: cover;
        object-position: center;
    }

    .st-how-to-order {
        height: 394px;
        min-height: 394px;
        padding: 0;
        background-color: #ffffff;
        overflow: hidden;
    }

    .st-how-to-order__bg-map {
        top: 49px;
        left: 50%;
        width: 415px;
        height: 345px;
        transform: translateX(-50%);
        background-size: cover;
        background-position: center bottom;
        opacity: 1;
    }

    .st-how-to-order__container {
        position: relative;
        width: 100%;
        max-width: 393px;
        height: 394px;
        margin: 0 auto;
        padding: 0;
    }

    .st-how-to-order__title {
        position: absolute;
        top: 16px;
        left: 99px;
        width: 195px;
        height: 40px;
        margin: 0;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.96px;
        letter-spacing: 0.33px;
        text-align: center;
    }

    .st-how-to-order__title-accent,
    .st-how-to-order__title-main {
        display: inline;
        color: inherit;
    }

    .st-how-to-order__steps {
        position: absolute;
        top: 76px;
        left: 30px;
        display: block;
        width: 333px;
        height: 269px;
    }

    .st-how-to-order__step,
    .st-how-to-order__step--01,
    .st-how-to-order__step--02,
    .st-how-to-order__step--03,
    .st-how-to-order__step--04,
    .st-how-to-order__step--05 {
        position: absolute;
        left: 0;
        display: block;
        width: 333px;
        max-width: 333px;
        margin: 0;
        gap: 0;
        align-self: auto;
    }

    .st-how-to-order__step--01 {
        top: 0;
        height: 35px;
    }

    .st-how-to-order__step--02 {
        top: 49px;
        height: 35px;
    }

    .st-how-to-order__step--03 {
        top: 97px;
        height: 48px;
    }

    .st-how-to-order__step--04 {
        top: 159px;
        height: 48px;
    }

    .st-how-to-order__step--05 {
        top: 221px;
        height: 48px;
    }

    .st-how-to-order__step-number {
        position: absolute;
        left: 0;
        width: 39px;
        min-width: 0;
        height: 30px;
        color: #153914;
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.29px;
        text-align: center;
    }

    .st-how-to-order__step--01 .st-how-to-order__step-number {
        top: 2px;
        left: 1px;
    }

    .st-how-to-order__step--02 .st-how-to-order__step-number {
        top: 1px;
    }

    .st-how-to-order__step--03 .st-how-to-order__step-number,
    .st-how-to-order__step--04 .st-how-to-order__step-number,
    .st-how-to-order__step--05 .st-how-to-order__step-number {
        top: 9px;
    }

    .st-how-to-order__step-content {
        position: absolute;
        left: 69px;
        display: block;
        width: 264px;
        height: 35px;
        padding: 0;
    }

    .st-how-to-order__step--02 .st-how-to-order__step-content,
    .st-how-to-order__step--03 .st-how-to-order__step-content,
    .st-how-to-order__step--04 .st-how-to-order__step-content,
    .st-how-to-order__step--05 .st-how-to-order__step-content {
        left: 71px;
        width: 262px;
    }

    .st-how-to-order__step--03 .st-how-to-order__step-content,
    .st-how-to-order__step--04 .st-how-to-order__step-content,
    .st-how-to-order__step--05 .st-how-to-order__step-content {
        height: 48px;
    }

    .st-how-to-order__step-bg {
        display: none;
    }

    .st-how-to-order__step-content::before,
    .st-how-to-order__step-content::after {
        content: '';
        position: absolute;
        top: 0;
        width: 14px;
        height: 100%;
        border-color: #153914;
        border-style: solid;
        z-index: 1;
        pointer-events: none;
    }

    .st-how-to-order__step-content::before {
        left: 0;
        border-width: 1px 0 1px 1px;
    }

    .st-how-to-order__step-content::after {
        right: -8px;
        border-width: 1px 1px 1px 0;
    }

    .st-how-to-order__step-text {
        position: absolute;
        z-index: 2;
        margin: 0;
        color: #000;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: left;
    }

    .st-how-to-order__step--01 .st-how-to-order__step-text {
        top: 2px;
        left: 18px;
        width: 246px;
        height: 32px;
    }

    .st-how-to-order__step--02 .st-how-to-order__step-text {
        top: 1px;
        left: 22px;
        width: 217px;
        height: 30px;
    }

    .st-how-to-order__step--03 .st-how-to-order__step-text,
    .st-how-to-order__step--04 .st-how-to-order__step-text,
    .st-how-to-order__step--05 .st-how-to-order__step-text {
        top: 0;
        left: 22px;
        width: 218px;
        height: 48px;
    }

    .st-features__container,
    .st-features__item--reverse .st-features__container,
    .st-audience-carousel .container,
    .st-why-tactical .container,
    .st-styles-designs .container,
    .st-how-to-order__container {
        max-width: var(--st-mobile-width);
    }

    .st-audience-carousel,
    .st-why-tactical,
    .st-styles-designs,
    .st-how-to-order,
    section.st-divider {
        width: 100%;
        max-width: 100vw;
    }

    .st-audience-carousel .container,
    .st-styles-designs .container {
        padding-right: var(--st-mobile-gutter);
        padding-left: var(--st-mobile-gutter);
    }

    .st-audience-carousel__header,
    .st-audience-carousel__slider-wrapper,
    .st-audience-carousel__slider,
    .st-audience-carousel__slide,
    .st-audience-carousel__card,
    .st-audience-carousel__footer-text,
    .st-styles-designs__header,
    .st-styles-designs__title,
    .st-styles-designs__description,
    .st-styles-designs__accordion,
    .st-styles-designs__card,
    .st-styles-designs__card.active,
    .st-styles-designs__card-content,
    .st-styles-designs__card.active .st-styles-designs__card-content,
    .st-styles-designs__footer,
    .st-styles-designs__footer-text,
    .st-how-to-order__steps,
    .st-how-to-order__step,
    .st-how-to-order__step--01,
    .st-how-to-order__step--02,
    .st-how-to-order__step--03,
    .st-how-to-order__step--04,
    .st-how-to-order__step--05 {
        width: var(--st-mobile-content);
        max-width: var(--st-mobile-content);
    }

    .st-audience-carousel__header,
    .st-audience-carousel__slider-wrapper,
    .st-audience-carousel__footer-text,
    .st-styles-designs__header,
    .st-styles-designs__description,
    .st-styles-designs__accordion,
    .st-styles-designs__footer,
    .st-how-to-order__steps {
        left: var(--st-mobile-gutter);
    }

    .st-audience-carousel__slider-wrapper,
    .st-audience-carousel__slider,
    .st-audience-carousel__slide,
    .st-audience-carousel__card {
        height: calc(var(--st-mobile-content) * 0.66066);
    }

    .st-audience-carousel__card-content {
        height: calc(var(--st-mobile-content) * 0.66066);
    }

    .st-audience-carousel__card-overlay {
        width: var(--st-mobile-content);
        height: calc(76px * var(--st-mobile-scale));
        /* padding-right: calc(20px * var(--st-mobile-scale)); */
        /* padding-left: calc(20px * var(--st-mobile-scale)); */
    }

    .st-audience-carousel__pagination,
    .st-styles-designs__pagination {
        left: 50%;
        transform: translateX(-50%);
    }

    .st-audience-carousel__footer-text,
    .st-styles-designs__footer-text {
        left: var(--st-mobile-gutter);
    }

    .st-why-tactical__stage,
    .st-why-tactical__rifle-wrap,
    .st-why-tactical__rifle {
        width: var(--st-mobile-width);
        max-width: var(--st-mobile-width);
        min-width: 0;
    }

    .st-why-tactical__subtitle,
    .st-why-tactical__footer,
    .st-why-tactical__footer-text {
        left: var(--st-mobile-gutter);
        width: var(--st-mobile-content);
        max-width: var(--st-mobile-content);
    }

    .st-styles-designs__card,
    .st-styles-designs__card.active {
        flex-basis: var(--st-mobile-content);
    }

    .st-styles-designs__card-content,
    .st-styles-designs__card.active .st-styles-designs__card-content {
        min-width: var(--st-mobile-content);
    }

    .st-styles-designs__card-title,
    .st-styles-designs__card-text {
        width: calc(var(--st-mobile-content) - 40px);
    }

    .st-how-to-order__bg-map {
        max-width: none;
    }

    .st-how-to-order__step-content {
        width: calc(var(--st-mobile-content) - 69px);
    }

    .st-how-to-order__step--02 .st-how-to-order__step-content,
    .st-how-to-order__step--03 .st-how-to-order__step-content,
    .st-how-to-order__step--04 .st-how-to-order__step-content,
    .st-how-to-order__step--05 .st-how-to-order__step-content {
        width: calc(var(--st-mobile-content) - 71px);
    }

    .st-how-to-order__step--01 .st-how-to-order__step-text {
        width: calc(var(--st-mobile-content) - 77px);
    }

    .st-how-to-order__step--02 .st-how-to-order__step-text {
        width: calc(var(--st-mobile-content) - 116px);
    }

    .st-how-to-order__step--03 .st-how-to-order__step-text,
    .st-how-to-order__step--04 .st-how-to-order__step-text,
    .st-how-to-order__step--05 .st-how-to-order__step-text {
        width: calc(var(--st-mobile-content) - 115px);
    }

    .st-professional-service {
        height: 478px;
        padding: 0;
        padding-bottom: 0;
        background-color: #ffffff;
        overflow: hidden;
        display: block;
        margin-bottom: 40px;
    }

    .st-professional-service__container {
        position: relative;
        display: block;
        width: 100%;
        max-width: var(--st-mobile-width);
        height: 384px;
        margin: 0 auto;
    }

    .st-professional-service__wrapper {
        position: relative;
        width: var(--st-mobile-width);
        height: 384px;
    }

    .st-professional-service__union {
        display: none1;
        width: 318px;
        height: 180px;
    }

    .st-professional-service__union--left {
        top: 0;
        left: -134px;
    }

    .st-professional-service__union--right {
        right: -25px;
        bottom: -85px;
    }

    .st-professional-service__content-box {
        position: absolute;
        top: 113px;
        left: 50%;
        width: 476px;
        height: 255px;
        transform: translateX(-50%);
        display: block;
        z-index: 2;
    }

    .st-professional-service__center-bg {
        position: absolute;
        top: -21px;
        left: 0;
        width: 440px;
        height: 300px;
        object-fit: fill;
        z-index: 1;
    }

    .st-professional-service__text {
        position: absolute;
        top: 42px;
        left: calc(50% - (var(--st-mobile-content) / 2));
        width: var(--st-mobile-content);
        max-width: var(--st-mobile-content);
        height: 172px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        z-index: 2;
    }

    .st-professional-service__text p {
        margin: 0 0 16px;
    }

    .st-professional-service__text p:last-child {
        margin-bottom: 0;
    }

    .st-reviews {
        /* height: 295px; */
        padding: 0;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        padding-top: 50px;
        margin-top: -74px;
    }

    .st-reviews__container {
        position: relative;
        width: 100%;
        max-width: var(--st-mobile-width);
        height: 295px;
        margin: 0 auto;
        padding: 0 var(--st-mobile-gutter);
    }

    .st-reviews__title {
        position: absolute;
        top: 10px;
        left: 50%;
        width: 194px;
        height: 20px;
        margin: 0;
        transform: translateX(-50%);
        font-size: 16px;
        font-weight: 600;
        line-height: 19.96px;
        letter-spacing: 0.33px;
        text-align: center;
    }

    .st-reviews__grid {
        position: absolute;
        top: 35px;
        left: var(--st-mobile-gutter);
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, 105px);
        grid-auto-columns: var(--st-mobile-content);
        width: var(--st-mobile-content);
        height: 226px;
        column-gap: 16px;
        row-gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .st-reviews__grid::-webkit-scrollbar {
        display: none;
    }

    .st-reviews__item {
        position: relative;
        width: var(--st-mobile-content);
        height: 105px;
        scroll-snap-align: start;
    }

    .st-reviews__item:nth-child(odd) {
        grid-row: 1;
    }

    .st-reviews__item:nth-child(even) {
        grid-row: 2;
    }

    .st-reviews__item-bg,
    .st-reviews__card {
        top: 15px;
        left: calc(2px * var(--st-mobile-scale));
        width: calc(var(--st-mobile-content) - (7px * var(--st-mobile-scale)));
        height: 89px;
    }

    .st-reviews__item-bg {
        object-fit: fill;
    }

    .st-reviews__card {
        align-items: center;
        justify-content: center;
    }

    .st-reviews__img {
        /* position: absolute; */
        /* top: calc((89px - 49px) / 2); */
        /* left: calc((100% - (254px * var(--st-mobile-scale))) / 2); */
        width: calc(254px * var(--st-mobile-scale));
        height: 49px;
        object-fit: contain;
        transform: none;
        left: 28px;
    }

    .st-reviews__quote {
        top: 5px;
        right: calc(5px * var(--st-mobile-scale));
        width: 27px;
        height: 29px;
    }

    .st-reviews__pagination {
        position: absolute;
        top: 281px;
        left: 50%;
        display: flex;
        width: 33px;
        height: 6px;
        gap: 6px;
        align-items: center;
        justify-content: flex-start;
        transform: translateX(-50%);
    }

    .st-reviews__pagination-bullet {
        width: 6px;
        height: 6px;
        flex: 0 0 6px;
        padding: 0;
        border: 0;
        border-radius: 15px;
        background: #efefef;
    }

    .st-reviews__pagination-bullet.active {
        width: 9px;
        flex-basis: 9px;
        background: #b18a55;
    }

    .st-catalog-cta-section {
        /* height: 241px; */
        padding: 0;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        padding-bottom: 40px;
    }

    .st-catalog-cta {
        width: 100%;
        height: 241px;
        overflow: hidden;
        display: block;
    }

    .st-catalog-cta__container {
        position: relative;
        width: 100%;
        max-width: var(--st-mobile-width);
        height: 200px;
        margin: 0 auto;
        flex-shrink: 1;
        overflow: hidden;
        border-radius: 10px;
    }

    .st-catalog-cta__bg-box {
        /* display: none; */
        top: 65px;
        left: 50%;
        width: 100vw;
        height: 178px;
        transform: translateX(-50%);
    }

    .st-catalog-cta__bg-text-group {
        top: 37px;
        left: 50%;
        width: 527px;
        height: 42px;
        transform: translateX(-50%);
        opacity: 1;
        z-index: 1;
    }

    .st-catalog-cta__bg-text-row {
        min-width: 527px;
        height: 12px;
        margin-top: 3px;
        justify-content: space-between;
    }

    .st-catalog-cta__bg-text-row span {
        width: 130px;
        font-size: 12.26px;
        font-weight: 700;
        line-height: 11.75px;
        letter-spacing: 0.26px;
        -webkit-text-stroke-width: 0.51px;
    }

    .st-catalog-cta__soldier {
        top: 3px;
        left: calc(50% - 255.5px);
        width: 277px;
        height: 416px;
        object-fit: contain;
        z-index: 3;
    }

    .st-catalog-cta__glow {
        top: 46px;
        left: -78px;
        width: 390px;
        height: 279px;
        object-fit: contain;
        z-index: 2;
    }

    .st-catalog-cta__description {
        top: 75px;
        left: calc(var(--st-mobile-width) - 252px);
        width: 213px;
        height: 64px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        text-align: center;
        z-index: 4;
    }

    .st-catalog-cta__button {
        top: 153px;
        left: calc(var(--st-mobile-width) - 225px);
        width: 160px;
        height: 28px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: 0.48px;
        color: rgba(255, 255, 255, 0.8);
        z-index: 5;
    }

    @media screen and (max-width: 374px) {
        .st-catalog-cta__description {
            left: calc(var(--st-mobile-width) - 235px);
            width: 205px;
        }

        .st-catalog-cta__button {
            left: calc(var(--st-mobile-width) - 205px);
        }
    }

}
