<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.com_girls .body {
    background: rgba(71, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(71, 0, 0, 1) 0%, rgba(55, 0, 0, 1) 51%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71, 0, 0, 1)), color-stop(51%, rgba(55, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(71, 0, 0, 1) 0%, rgba(55, 0, 0, 1) 51%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(71, 0, 0, 1) 0%, rgba(55, 0, 0, 1) 51%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(71, 0, 0, 1) 0%, rgba(55, 0, 0, 1) 51%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(71, 0, 0, 1) 0%, rgba(55, 0, 0, 1) 51%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#470000', endColorstr='#000000', GradientType=0);
    margin: 0 !important;
    padding-top: 20px;
}

.girl-detail .girl-name,
.girl-detail .uk-heading-bullet {
    color: #fff;
}

.flip-box {
    background-color: transparent;
    perspective: 524px;
}

.flip-box-inner {
    position: relative;
    width: 300px;
    height: 400px;
    text-align: center;
    transition: all 0.7s ease-out 0s;
    transform-style: preserve-3d;
    margin: auto;
    max-width: 100%;
}

.flip-box-front,
.flip-box-back,
.girl-detail .girl-images img{
    border: 1px solid #fff;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
}

.flip-box-back {
    background-color: transparent;
    color: #fff;
    transform: rotateY(180deg);
}

.flip-box .girl-name,
.flip-box .girl-info {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    background-color: rgba(122, 0, 38, 0.39);
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
}

.flip-box .girl-info {
    height: 60%;
}</pre></body></html>