<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1024px) {
    .ngparatileslider {
        z-index: 2;
    }
}
@media (max-width: 1023px) {
    .ngparatileslider {
        z-index: 1;
    }
}

.ngparatileslider {
    overflow: hidden;
    transform: translate3d(0,0,0);
    position: relative;
    margin: 0;
    padding: 0;
}

.ngparatileslider&gt;div {
    position: absolute;
    bottom: 12px;
    height: 24px;
    left: 50%;
}

.ngparatileslider&gt;div&gt;a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.ngparatileslider&gt;div&gt;a.ngparatilesliderselected {
    background-position: -24px 0;
}


.ngparatileslider&gt;a {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
}

.ngparatileslider&gt;a:nth-of-type(1) {
    left: 8px;
    background-position: 0 0;
}

.ngparatileslider&gt;a:nth-of-type(2) {
    right: 8px;
    background-position: -48px 0;
}

.ngparatileslider&gt;ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.ngparatileslider&gt;ul&gt;li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ngparatileslider&gt;ul&gt;li div {
    background-size: cover;
    transform: translate3d(0,0,0);
    position: absolute;
    top:0;
}

.ngparatileslider&gt;ul&gt;li a:focus-visible div {
    filter: brightness(50%) contrast(75%);
}

.ngparatileslider&gt;ul&gt;li a:focus-visible  {
    outline: none;
}</pre></body></html>