<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-wrap {

    margin: 0 auto;

    position: relative;

    perspective: 1000px;

    height: 100%;

}



.dp-slider {

    height: 100%;

    width: 100%;

    position: absolute;

    transform-style: preserve-3d;

}



.dp-slider div {

    transform-style: preserve-3d;

}



.dp_item {

    display: block;

    position: absolute;

    text-align: center;

    color: #FFF;

    border-radius: 10px;

    transition: transform 1.2s;

}



.dp-img img {

    border-left: 1px solid #fff;

}



#dp-slider .dp_item:first-child {

    z-index: 10 !important;

    transform: rotateY(0deg) translateX(0px) !important;

}



.dp_item[data-position="2"] {

    z-index: 9;

    transform: rotateY(0deg) translateX(100%) scale(0.9);

}



.dp_item[data-position="3"] {

    z-index: 8;

    transform: rotateY(0deg) translateX(170%) scale(0.9);

}



.dp_item[data-position="4"] {

    z-index: 7;

    transform: rotateY(0deg) translateX(251%) scale(0.9);

}



.dp_item[data-position="5"] {

    z-index: 6;

    transform: rotateY(0deg) translateX(330%) scale(0.9);

}



.dp_item[data-position="6"] {

    z-index: 5;

    transform: rotateY(0deg) translateX(410%) scale(0.9);

}



#dp-next,

#dp-prev {

    position: absolute;

    top: 50%;

    right: -45px;

    height: 33px;

    width: 33px;

    z-index: 10;

    cursor: pointer;

}



#dp-prev {

    left: -45px;

    transform: rotate(180deg);

}



#dp-dots {

    position: absolute;

    bottom: 25px;

    z-index: 12;

    left: 38%;

    cursor: default;

}



#dp-dots li {

    display: inline-block;

    width: 13px;

    height: 13px;

    background: #ffff;

    border-radius: 50%;

}



#dp-dots li:hover {

    cursor: pointer;

    background: #FA8C8C;

    transition: background .3s;

}



#dp-dots li.active {

    background: #FA8C8C;

}



.dp_item {

/*    width: 16.66%;*/

width: 19.66%;

}



.dp-content,

.dp-img {

    text-align: left;

}



.dp_item {

    display: flex;

    align-items: center;

    background: #fff;

    border-radius: 10px;

    overflow: hidden;

    /*border-top: 5px solid #FA8C8C;*/

    box-shadow: 4px 3px 11px -1px black;

}



.dp-content {

    padding-left: 100px;

    padding-right: 0;

    display: inline-block;

    width: 100%;

}



.dp-content h2 {

    color: #41414B;

    font-family: Circular Std Bold;

    font-size: 48px;

    max-width: 460px;

    margin-top: 8px;

    margin-bottom: 0px;

}



.dp-content p {

    color: #74747F;

    max-width: 490px;

    margin-top: 15px;

    font-size: 24px;

}



.dp-content .site-btn {

    margin-top: 15px;

    font-size: 13px;

    padding: 19px 40px;

}



.dp-img:before {

    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));

    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));

    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));

    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));

    content: "";

    position: absolute;

    height: 100%;

    width: 25%;

    z-index: 1;

    top: 0;

    pointer-events: none;

    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));

    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));

    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));

    background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));

}



.dp-img img {

    object-fit: cover;

    object-position: right;

}



#dp-slider,

.dp-img img {

    height: 320px;

}



#dp-slider .dp_item:hover:not(:first-child) {

    cursor: pointer;

}



.site-btn {

    color: #fff;

    font-size: 18px;

    font-family: "Circular Std Medium";

    background: #FA8282;

    padding: 14px 43px;

    display: inline-block;

    border-radius: 2px;

    position: relative;

    top: -12px;

    text-decoration: none;

}



.site-btn:hover {

    text-decoration: none;

    color: #fff;

}
@media(max-width : 600px ) {
    .dp_item[data-position="5"], .dp_item[data-position="6"] {
        transform: rotateY(0deg) translateX(0) scale(0.9);
    }
    .dp_item {
        width: 28%;
    }
    #dp-next {
        right: 0;
    }
    #dp-prev {
        left: 0;
    }
    #video_single #dp-slider, .dp-img img {
        height: 320px !important;
    }
}
@media(max-width : 460px ) {
    .dp_item[data-position="4"],.dp_item[data-position="5"], .dp_item[data-position="6"], .dp_item[data-position="7"] {
        transform: rotateY(0deg) translateX(0) scale(0.9);
    }
    .dp_item {
        width: 38%;
    }
    #dp-next {
        right: 0;
    }
    #dp-prev {
        left: 0;
    }
    #video_single #dp-slider, .dp-img img {
        height: 220px !important;
    }
}

</pre></body></html>