<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width: 200px) {
.flex-row-wrapper {
display: flex;
}

.et_pb_slider, .et_pb_slider .et_pb_container {
height: 350px !important;
}
.et_pb_slider, .et_pb_slider .et_pb_slide {
max-height: 350px;
}
}


@media all and (min-width: 980px) {
.flex-row-wrapper {
display: flex;
}

.et_pb_slider, .et_pb_slider .et_pb_container {
height: 500px !important;
}
.et_pb_slider, .et_pb_slider .et_pb_slide {
max-height: 500px;
}
}


/* Adjust bullets */
.et_pb_text ul, .et_pb_text ol { margin: 30px; }
.et_pb_text li { margin-top: 16px; }


.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

.btn-inline {
    text-align: center !important;
}</pre></body></html>