<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    position: relative;
    height: 1222px;
    /*
    padding: 50px;
    */
    margin: 0 auto;
    text-align: center;
}

.dg-container {
    position: relative;
    width: 100%;
    height: 1102px;
}

.dg-wrapper {
    width: 593px;
    height: 1102px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px; z-index:20;
}

.dg-wrapper a {
    width: 100%;
    height: 1102px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.dg-wrapper a:first-child {
    z-index: 2;
}

.dg-wrapper a img {
    display: block;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
    border-radius: 4px; border:3px solid #fff;
    width: 100%;
    height: 1096px;
    background: #fff;
}

.dg-wrapper a.dg-transition {
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
    transition: all 0.2s ease-in-out;
}

.dg-container nav { position:absolute; z-index:89; top:50%;
}

.dg-container nav span{ cursor:pointer; opacity:0.5; transition:all 0.5s; -webkit-transition:all 0.5s;}

.dg-container nav span:hover {
    opacity: 1;
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px; position:absolute; right:-1337px; top:0;
}

.dg-container #lightButton2 {
    bottom: 20px;
}

.dg-container .button { display:none;
     position: relative;
     z-index: 5;
 }

.dg-container .button li {
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.dg-container .button .light {
    background: #01BDFF;
}</pre></body></html>