
.kyo-landing-page-component .kyo-cluster-section {
    position: fixed;
    z-index: 99;
    /* background: url(../images/kyo-cluster-menu-panel.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: calc(14% + 7px);
    width: 60%;
    left: 0;
    right: 0;
    max-width: 500px;
    margin: auto;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 0px;
    background-size: 100% 89%;
}

div#flexslider-cluster ul.slides li {
    height: 35px;
    background: gray;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

div#flexslider-cluster {background: none;border: none;}


span.coin-kyo-cluster-title a {
    font-size: 10px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-style: normal;
    color: var(--pur-white);
    text-decoration: none;
    font-family: proximanovabold;
    padding-inline: 5px;
}

span.coin-kyo-cluster-title {
    display: flex;
    justify-content: center;
    padding-inline: 10px;
    gap: 10px;
    align-items: center;
}


.kyo-landing-page-component .kyo-cluster-banner.layout {
    top: 23%;
}


@media only screen and (max-width: 991px) {
    .kyo-cluster-section {
        display: none;
    }
    span.coin-kyo-cluster-title {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
}

.kyocluster-img-title {
    position: fixed;
    top: 72%;
    left: 0;
    right: 0;
    max-width: 175px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    border-radius: 22px;
    padding: 4px 0px;
    font-family: proximanovabold;
    margin: auto;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

.kyocluster-title {
    position: fixed;
    top: 12%;
    background: #AB2328;
    left: 5%;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    max-width: 234px;
    display: flex;
    border-radius: 22px;
    padding: 10px 20px;
    font-family: proximanovabold;
    gap: 0px;
    text-align: center;
}

.kyocluster-title::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #AB2328 transparent transparent transparent;
}

.kyocluster-title:before {
    content: "";
    background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 128 128" style="enable-background:new 0 0 128 128;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><path class="st0" d="M64,6.9c-22,0-40,17.9-40,40c0,21.2,36.3,70.8,37.8,72.9l1.4,2c0.2,0.2,0.4,0.4,0.7,0.4c0.3,0,0.6-0.1,0.7-0.4l1.4-2c1.5-2.1,37.8-51.7,37.8-72.9C104,24.8,86,6.9,64,6.9z M64,68.4c-11.8,0-21.5-9.6-21.5-21.5c0-11.8,9.6-21.5,21.5-21.5c11.8,0,21.5,9.6,21.5,21.5C85.5,58.7,75.8,68.4,64,68.4z"/></svg>');
    background-repeat: no-repeat;
    padding-left: 13px;
    background-size: 16px;
    background-position: center;
    width: 20px;
}
@media only screen and (max-width:991px) {
    .kyocluster-title, .kyocluster-title:before, .kyocluster-title::after, .kyocluster-img-title{
        display:none
    }
}


