<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flexslider {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.slide-show {
    margin-bottom: 30px !important;
    height: 0;
    padding-bottom: 33.33%;
  
    overflow:hidden;
}

.flex-viewport {
    position: absolute !important;
    width: 100%;
    height: 100%;
    max-height: none;
}

.slide-show h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    line-height:44px;
    font-weight: 500;
}

.slide-show .btn {
    font-size: 16px;
    background:#202020;
}

.slide-show li.slide {
    position: relative;
}

.slide-show .slide-text {
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom:14px;
}

.flex-control-nav {
    bottom: 20px !important;
}

.slide-show .slide-overlay {
    position: absolute;
    bottom: 0;
    left: 44px;
    right: 0;
    top: 22%;
    text-align: left;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 25px;
}

.flex-direction-nav .flex-prev {
    left: 25px;
}</pre></body></html>