<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-carousel {
    padding-left: 40px;
    padding-right: 40px;
}

.owl-carousel .nav-btn{
    font-size: 2rem;
    position: absolute;
    /* width: 26px; */
    cursor: pointer;
    top: 35% !important;
    font-size: 4rem;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide{
    left: 0px;
}
.owl-carousel .next-slide{
    right: 0px;
}
/* .owl-carousel .prev-slide:hover,
.owl-carousel .next-slide:hover {
    outline: -webkit-focus-ring-color auto 1px;
} */
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-carousel .owl-nav {
    color: #FF822E !important;
}

#S4GSealPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.SealPopup {
    display: none;
}

body.no-scroll {
    overflow: hidden
}</pre></body></html>