html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
}

body {
    overflow-x: hidden;
    overflow-y: visible;
    min-height: 100%;
    touch-action: pan-y pinch-zoom;
    -webkit-overflow-scrolling: touch;
}

.running-text {
    max-width: 100%;
    overflow: hidden;
}

.running-text marquee {
    display: block;
    max-width: 100%;
}

main.container,
footer.container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-height: none;
}

.bg-theme {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.slider-wrapper,
.row.g-0,
#icon-prov,
#rtp-content {
    width: 100%;
    max-width: 100%;
}

.slider-wrapper {
    overflow: hidden;
    height: auto;
}

.slider,
.swiper,
.slider .swiper-wrapper,
.slider .swiper-slide {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.slider-img,
.slider .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.logo img {
    width: auto;
    max-width: min(280px, 78vw);
    height: auto;
}

#icon-prov.icon-prov,
.icon-prov {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: safe center;
    align-items: flex-start;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 175, 55, 0.55) rgba(0, 0, 0, 0.25);
}

#icon-prov.icon-prov::-webkit-scrollbar,
.icon-prov::-webkit-scrollbar {
    height: 6px;
}

#icon-prov.icon-prov::-webkit-scrollbar-track,
.icon-prov::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.25);
}

#icon-prov.icon-prov::-webkit-scrollbar-thumb,
.icon-prov::-webkit-scrollbar-thumb {
    background: rgba(212, 175, 55, 0.55);
    border-radius: 999px;
}

#icon-prov .item-prov {
    flex: 0 0 auto;
    padding: 0 0.5rem;
}

#icon-prov .icon-card-bg {
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

#icon-prov .img-prov,
#icon-prov .icon-card-bg img {
    width: 50px;
    height: 50px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

#icon-prov .icon-card-bg p,
#icon-prov .item-prov p {
    font-size: 0.73rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
}

.rtp-neon-toolbar {
    max-width: 100%;
}

.rtp-neon-heading {
    word-break: break-word;
    overflow-wrap: anywhere;
}

#rtp-content {
    overflow-x: hidden;
}

#rtp-content > [class*="col-"] {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    min-width: 0;
}

#rtp-content .row {
    --bs-gutter-x: 0.5rem;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
}

@media screen and (max-width: 575px) {
    #rtp-content .row {
        --bs-gutter-x: 0.35rem;
    }

    #rtp-content > [class*="col-"] {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-attachment: scroll !important;
    }

    .slider {
        padding: 0.5rem;
    }

    #icon-prov .item-prov {
        padding: 0 0.3rem;
    }

    #icon-prov .icon-card-bg > .p-2 {
        padding: 0.3rem !important;
    }

    #icon-prov .img-prov,
    #icon-prov .icon-card-bg img {
        width: 42px;
        height: 42px;
    }

    #icon-prov .icon-card-bg p,
    #icon-prov .item-prov p {
        font-size: 0.62rem;
    }

    .bg-theme {
        padding: 0.65rem;
    }

    .rtp-neon-item {
        padding-left: 0.85rem;
    }
}

@media screen and (max-width: 380px) {
    #icon-prov .img-prov,
    #icon-prov .icon-card-bg img {
        width: 38px;
        height: 38px;
    }

    #icon-prov .icon-card-bg p,
    #icon-prov .item-prov p {
        font-size: 0.58rem;
    }

    .logo img {
        max-width: min(220px, 82vw);
    }
}

@media screen and (min-width: 1025px) {
    main.container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    main.container,
    footer.container {
        max-width: 1100px;
    }
}
