<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lpc-gallery-5 {
    width: 100%;
    position: relative;
}

.lpc-gallery-5__title-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lpc-gallery-5__title-wrap {
    text-align: center;
}

.lpc-gallery-5__slider-row {
    line-height: 0;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lpc-gallery-5__slider-wrap {
    position: relative;
}

.lpc-gallery-5__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lpc-gallery-5__controls.disabled {
    display: none;
}

.lpc-gallery-5 .js-prev-item, .lpc-gallery-5 .js-next-item {
    position: absolute;
    top: 50%;
    z-index: 2;
    border: none;
    outline: none;
    background-image: url("img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.lpc-gallery-5 .js-prev-item span, .lpc-gallery-5 .js-next-item span {
    display: none;
}

.lpc-gallery-5 .js-prev-item {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
}

.lpc-gallery-5 .js-next-item {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
}

.lpc-gallery-5__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: -16px;
}

.lpc-gallery-5 .lpc-gallery-5__dot-item {
	box-sizing: content-box;
	border-radius: 50px;
}

.lpc-gallery-5__dots.disabled {
    display: none;
}

.lpc-gallery-5 .js-owl-dot {
    padding: 0;
    border-radius: 50%;
    border: none;
    outline: none;
    opacity: .3;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 16px;
}

.lpc-gallery-5 .js-owl-dot.active {
    opacity: 1;
}

.lpc-gallery-5[data-media-source="mobile"] {
    padding: 32px 0;
}

.lpc-gallery-5[data-media-source="mobile"] .lpc-gallery-5__text {
    margin-top: 8px;
}

.lpc-gallery-5[data-media-source="mobile"] .lpc-gallery-5__slider-row {
    margin-top: 24px;
}

.lpc-gallery-5[data-media-source="mobile"] .lpc-gallery-5__dots {
    margin-top: 16px;
}

.lpc-gallery-5[data-media-source="mobile"] .js-owl-dot {
    width: 12px;
    height: 12px;
}

.lpc-gallery-5[data-media-source="tablet"] {
    padding: 56px 0;
}

.lpc-gallery-5[data-media-source="tablet"] .lpc-gallery-5__text {
    margin-top: 8px;
}

.lpc-gallery-5[data-media-source="tablet"] .lpc-gallery-5__slider-row {
    margin-top: 40px;
}

.lpc-gallery-5[data-media-source="tablet"] .lpc-gallery-5__dots {
    margin-top: 24px;
}

.lpc-gallery-5[data-media-source="tablet"] .js-owl-dot {
    width: 16px;
    height: 16px;
}

.lpc-gallery-5[data-media-source="desktop"] {
    padding: 80px 0;
}

.lpc-gallery-5[data-media-source="desktop"] .lpc-gallery-5__text {
    margin-top: 16px;
}

.lpc-gallery-5[data-media-source="desktop"] .lpc-gallery-5__slider-row {
    margin-top: 48px;
}

.lpc-gallery-5[data-media-source="desktop"] .lpc-gallery-5__dots {
    margin-top: 32px;
}

.lpc-gallery-5[data-media-source="desktop"] .js-owl-dot {
    width: 16px;
    height: 16px;
}

a.lpc-gallery-5__item {
    display: block;
    height: 50%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

a.lpc-gallery-5__item:last-child {
    top: 50%;
}

.lp-gallery-5__slider-item {
    height: 100%;
    padding-top: 200%;
    position: relative;
}

.lpc-gallery-5__slider .owl-stage {
    display: flex;
    
}

.lpc-gallery-5__slider {
    font-size: 0;
}</pre></body></html>