﻿#Banner_Slick_Div img {
    width: 100%;
}

#Banner_Slick_Div .slick-list .slick-slide {
    margin-left: 26px;
}

#BannerBgDiv {
    padding-top: 0;
    height: 900px;
}

.jss148 {
    bottom: -80px;
}

.jss145 {
    height: 100%;
}

.jss172 {
    right: -25px;
}

.jss176 {
    flex: 1;
    width: 100%;
}

.jss177 {
    left: 2px;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 999;
    position: absolute;
    box-shadow: 0px 5px 10px #00000033;
    border-radius: 50%;
    background-color: white;
    background-image: url("../images/icons/leftArrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.jss177::before {
    display: none !important;
}

.jss177:hover {
    background-color: #EE1C25;
    background-image: url("../images/icons/leftArrowWhite.png");
    background-repeat: no-repeat;
    background-position: center center;
}


.jss181 {
    padding: 120px 20px 20px;
}



@media (max-width:959.95px) {
    .jss177 {
        left: -34px;
    }
}

.jss178 {
    right: 10px;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    position: absolute;
    box-shadow: 0px 5px 10px #00000033;
    border-radius: 50%;
    background-color: white;
    background-image: url("../images/icons/rightArrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.jss178::before {
    display: none !important;
}

.jss178:hover {
    background-color: #EE1C25;
    background-image: url("../images/icons/rightArrowWhite.png");
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width:959.95px) {
    .jss178 {
        right: -34px;
    }
}

.jss556 {
    width: 14vw;
    height: auto;
    position: relative;
    max-width: 75vw;
    margin-left: 21px;
}

@media (max-width:959.95px) {
    .jss556 {
        width: auto;
    }
}

.jss557 {
    cursor: pointer;
    height: auto;
    max-width: 100vw;
}

.jss558 {
    bottom: 0px;
    height: auto;
    position: absolute;
    max-width: 75vw;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.jss559 {
    left: 25px;
    color: white;
    bottom: 25px;
    position: absolute;
    font-size: auto;
    font-weight: bolder;
}

.jss560 {
    width: 100%;
    box-shadow: 0px 5px 10px #00000033;
}

.jss484 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#DynamicEMA_Div .react-reveal p {
    font-size: 20px;
    color: white;
}

#BannerLinkDiv {
    position: relative;
}

#BannerLinkDiv .MuiButton-label {
    justify-content: center;
}

#BannerLinkDiv .jss172 {
    right: 10px;
    position: absolute;
}

.shkc-scs-item {
    gap: 100px;
}

.shkc-qf-item {
    border: none;
    margin: 3px 0px;
    padding: 2px 15px;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    background: white;
    cursor: pointer;
    display: none;
}

.shkc-qf-item h6 {
    margin: 0px;
    font-size: 14px;
    text-align: center;
    color: #616161;
    white-space: pre-wrap;
}

.shkc-qf-item.active {
    display: flex;
}

.shkc-qf-item.selected {
    background-color: lightgrey;
}