.topper-content[data-id="13"] .topper {
    background-image: url("/wp-content/themes/illuminator/topper/style-sonic/illustration-neon-left.png"),
        url("/wp-content/themes/illuminator/topper/style-sonic/illustration-vectors.svg"),
        url("/wp-content/themes/illuminator/topper/style-sonic/illustration-neon-right.png"),
        url("/wp-content/themes/illuminator/topper/style-sonic/background-dark-sky.png");
    background-position: left center, center center, right center, center center;
    background-repeat: no-repeat;
    background-size: auto auto, auto auto, auto auto, 100% 100%;
    position: relative;
    padding: 0;

    height: 110px;
    align-content: center;
}

[data-id="13"] .style-sonic-topper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

[data-id="13"] .topper__text img {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    margin: 0 !important;
}

[data-id="13"] .topper__text {
    margin: 0;
}

[data-id="13"] .topper-text__title {
    font-family: "Home Video", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 118%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

[data-id="13"] .topper-text__sub-title {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}

[data-id="13"] .topper__image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-right: -35px;
}


[data-id="13"] .topper__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin: 0;
}

[data-id="13"] .topper__btn {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 118% !important;
    letter-spacing: -0.01em;
    text-align: center;
    color: #ff3821 !important;
    text-transform: none !important;

    border-radius: 9px !important;
    border: none;
    background: #fff !important;

    width: 133px !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 48px !important;

    box-shadow: 3px 3px 20px 0 rgba(255, 255, 255, 0.78) !important;
}

[data-id="13"] button.topper__btn:after {
    display: none;
}

[data-id="13"] .topper__buttons a {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 118% !important;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: none !important;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px !important;
    border-radius: 9px !important;
    border: none;
    background: #ff3821 !important;
    text-align: center;
    color: #fff;
    text-transform: none !important;
    margin: 0 !important;
}






@media (max-width: 1439px) {
    .topper-content[data-id="3"] .topper {
        background-position: left center, right center, center center;
    }
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {

    .topper-content[data-id="13"] .topper {
        background-image: url("/wp-content/themes/illuminator/topper/style-sonic/illustration-neon-left.png"),
            url("/wp-content/themes/illuminator/topper/style-sonic/illustration-vectors.svg"),
            url("/wp-content/themes/illuminator/topper/style-sonic/illustration-neon-right.png"),
            url("/wp-content/themes/illuminator/topper/style-sonic/background-dark-sky.png");
        background-position: left center, center center, right center, center center;
        background-size: auto auto, auto auto, auto auto, 100% 100%;
    }

    [data-id="13"] .topper__text {
        width: auto;
    }

    [data-id="13"] .topper__image {
        margin-right: 0;
    }

    [data-id="13"] .topper__image img:last-child {
        display: none;
    }
}

@media (max-width: 992px) {
    .topper-content[data-id="13"] .topper {
        background-image: url("/wp-content/themes/illuminator/topper/style-sonic/illustration-neon-left.png"),
            url("/wp-content/themes/illuminator/topper/style-sonic/illustration-vectors.svg"),
            url("/wp-content/themes/illuminator/topper/style-sonic/illustration-neon-right.png"),
            url("/wp-content/themes/illuminator/topper/style-sonic/background-dark-sky.png");
        background-position: left -85px center, center center, right center, center center;
    }

    [data-id="13"] .topper__image {
        display: none;
    }

    [data-id="13"] .topper-text__title {
        font-size: 33px;
    }

    [data-id="13"] .topper-text__sub-title {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    [data-id="13"] .topper__buttons {
        gap: 10px;
        flex-direction: column;
        gap: 6px;
    }

    .topper-content[data-id="13"] .topper {
        height: 140px;
    }

    [data-id="13"] .topper-text__title {
        font-size: 32px;
    }

    [data-id="13"] .topper-text__sub-title {
        font-size: 19px;
    }

}

@media (max-width: 767px) {

    .topper-content[data-id="13"] .topper {
        background-image: url("/wp-content/themes/illuminator/topper/style-sonic/illustration-neon-left.png"),
            url("/wp-content/themes/illuminator/topper/style-sonic/illustration-vectors.svg"),
            url("/wp-content/themes/illuminator/topper/style-sonic/illustration-neon-right.png"),
            url("/wp-content/themes/illuminator/topper/style-sonic/background-dark-sky.png");
        background-position: left -125px center, center center, right center, center center;
        background-size: auto 100%, auto 100%, auto 100%, 100% 100%;
    }

    [data-id="13"] .topper__buttons a {
        height: 48px !important;
    }

    [data-id="13"] .topper__btn {
        height: 48px !important;
        width: 100% !important;
    }

}

@media (max-width: 575px) {
    .topper-content[data-id="13"] .topper {
        background-image: url("/wp-content/themes/illuminator/topper/style-sonic/illustration-neon-left.png"),
            url("/wp-content/themes/illuminator/topper/style-sonic/illustration-vectors.svg"),
            url("/wp-content/themes/illuminator/topper/style-sonic/illustration-neon-right.png"),
            url("/wp-content/themes/illuminator/topper/style-sonic/background-dark-sky.png");
        background-position: left -200px center, center center, right -200px center, center center;
        background-size: auto 100%, auto 100%, auto 100%, 100% 100%;
    }

    .topper-content[data-id="13"] .topper {
        height: 190px;
    }

    .style-sonic-topper {
        flex-direction: column;
        gap: 16px
    }

    [data-id="13"] .topper__btn {
        width: 133px !important;
    }

    [data-id="13"] .topper-text__title {
        font-size: 32px;
    }

}

@media (max-width: 550px) {}

@media (max-width: 520px) {}

@media (max-width: 480px) {}

@media (max-width: 375px) {}