.text-banner-block.fixed {
    transform: translate(0%, 100%);
    position: fixed;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.text-banner-block.fixed.banner-show {
    transform: translate(0%, 0%);
}

.text-banner-block.fixed.banner-animation {
    transition: transform 0.3s ease-out;
}

.text-banner-block countdown {
    display: flex;
    align-items: center;
}

.text-banner-block .display-time-group {
    text-align: center;
    padding: calc(1vw + 6.6px) calc(0.5vw + 0.4px) 10px calc(0.5vw + 0.4px);
}


.text-banner-block .bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.text-banner-block .time-card-container {
    display: flex;
}

.text-banner-block .date-text {
    font-size: calc(0.25vw + 7.2px);
    line-height: 1;
    padding-top: 5px;
    color: #8fa251;
    font-weight: 500;
}

.text-banner-block .date-text:first-letter {
    text-transform: uppercase;
}

.text-banner-block .time-card {
    position: relative;
    background-color: #ffffff;
    color: #da3a16;
    text-align: center;
    padding: calc(0.37vw + 5px) calc(0.31vw + 3px) calc(0.18vw + 5px) calc(0.31vw + 3px);
    font-size: calc(0.93vw + 15px);
    font-weight: 700;
    margin: 0 3px;
    line-height: 1;
    min-width: calc(1.43vw + 20.4px);
}