<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
    max-width: 100%;
}
.hide {
    display: none
}
;
.success_stories:after,
.success_stories:before,
.success_stories_section:after,
.success_stories_section:before {
    content: "";
    display: block;
    clear: both;
}
.success_stories_section {
    width: 100%;
    position: relative;
    background: #fff;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 10px 80px;
}
.stories_text {
    padding: 60px 114px 28px 60px;
    float: left;
    box-shadow: 0px 15px 15px #00000029;
    width: 65%;
    box-sizing: border-box;
}
.stories_text h4 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
    margin: 0px;
    font-weight: bold;
}
.stories_text p {
    font-size: 16px;
    line-height: 24px;
}
.stories_images {
    position: absolute;
    width: 42%;
    right: 0px;
    top: 124px;
}
.mySlides {
    display: none;
}
.mySlides:after,
.mySlides:before {
    content: '';
    display: block;
    clear: both;
}
.mySlides.active {
    display: block;
}
.success_stories_section h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin: 12px 0px;
}
.success_stories_section h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    margin: 12px 0px;
}
.mySlides {
    position: relative;
}
/* The dots/bullets/indicators */

.slide_dots {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -50px;
}
.dot {
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 2px;
    background-color: #669ed4;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 2px solid #fff;
}
.dot.active,
.dot:hover {
    background-color: #005eb8;
    border: 2px solid #005eb8;
}
/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}
/* Next &amp; previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: #669ed4;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    font-size: 35px;
    margin-top: 10px;
}
/* Position the "next button" to the right */

.prev {
    left: 0px;
}
.next {
    right: 10px;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    color: #005EB8;
}
@-webkit-keyframes fade {
    from {
        opacity: .1
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .1
    }
    to {
        opacity: 1
    }
}
.blue_btn {
    background: #005EB8;
    color: #fff;
    padding: 12px 30px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    display: inline-block;
}
.rotatorzoom_container {
     position:absolute;
     left:0px;
     top:0%;
     height:100%;
     width:100%;
     background:#fff;
     z-index:10;
     width:0px;
     transition: all .3s ease-in;
     overflow:hidden;
}
img.rotatorzoom_btn {
    cursor: zoom-in;
}
.img_modal {
    padding: 5px;
    background: #fff;
}
.img_modal img {
    width: 100%;
}
.rotatorzoom_container.open {
     width:100%;
     transition: all .3s ease-in;
     padding-top: 30px;
}
.rotatorzoom_container.open {
    padding-top: 20px;
}
.rotatorzoom_container .close_img {
     position:absolute;
     right:18px;
     top:6px;
     cursor:pointer;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .stories_text {
        padding: 60px 55px 28px 55px;
    }
}
@media only screen and (max-width: 767px) {
    .mc {
        display: block;
    }
    .dsk {
        display: none
    }
    .stories_images {
        width: 100%;
        position: relative;
        top: auto;
        margin-top: 50px;
        right: auto;
        text-align: center;
    }
    .stories_text {
        width: 100% !important;
        padding: 20px 25px 30px 40px;
    }
    .success_stories_section {
        padding: 12px;
    }
    .slide_dots {
        top: -40px;
        width: 100%;
        bottom: auto;
        right: auto;
        left: 0px;
    }
}</pre></body></html>