.keysso_home_banner {
    width: 100%;
    background: #0f1720;
    margin-top: -31px;
}

.keysso_home_banner__link {
    display: block;
    text-decoration: none;
}

.keysso_home_banner__image {
    width: 100%;
    display: block;
    height: auto;
}

.keysso_home_banner_timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px 16px 12px;
    color: #ffffff;
    background: #232d35;
}

.keysso_home_banner_timer__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.keysso_home_banner_timer__values {
    display: flex;
    align-items: center;
    gap: 16px;
}

.keysso_home_banner_timer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.keysso_home_banner_timer__number {
    min-width: 48px;
    height: 42px;
    border-radius: 6px;
    background: #00e38b;
    color: #001619;
    font-weight: 700;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 8px;
}

.keysso_home_banner_timer__label {
    font-size: 13px;
    color: #9ab0bf;
    line-height: 1;
}

@media (max-width: 767px) {
    .keysso_home_banner_timer {
        flex-direction: column;
        gap: 10px;
    }

    .keysso_home_banner_timer__title {
        font-size: 17px;
    }

    .keysso_home_banner_timer__values {
        gap: 8px;
    }

    .keysso_home_banner_timer__number {
        min-width: 38px;
        height: 34px;
        font-size: 21px;
        border-radius: 5px;
    }

    .keysso_home_banner_timer__label {
        font-size: 11px;
    }
}
