<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
body {
    /* height: 100%; */
    /* min-height: calc(100vh + 1px); */
    /* -ms-overflow-style: none; */
}
.body .homepanel::-webkit-scrollbar {
    display: none;
}
.body .homepanel {
    height: 100%; */
    min-height: calc(100vh + 1px);
    -ms-overflow-style: none;
    margin-top: -1.05em;
}
.preloadimageshome {
}
div.body {
    background-color: #fff;
    width: 100%;
    height: 100%;
    scrollbar-width: thin;
    padding-top: 1.05em;
    z-index: 0;
}
.panel {
    position: relative;
    /* display: inline; */
}
.panel-1 {
    background-color: #fff;
    z-index: 20; 
    width: 100%;
    height: 100%;
    position: absolute;
}
.tagline {
    font-weight: 1000;
    font-size: 10vw;
    opacity: 0;
}
.fadeIn {
    animation: FadeIn 1s 0s forwards;
}
.fadeOut {
    animation: FadeOut 1s 0s forwards;
}
.slideDown {
    animation: SlideDown 1s 0s forwards;
}

/* vidpanel */
.vidpanel1 {
    height: 100%;
    width: 100%;
}
.contentpanel {
    min-height: 200px;
}
.vidpanel1 .outer-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.vidpanel1 .inner-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vidpanel1 .gradient {
    background: linear-gradient(to bottom right, #444, #999);
    opacity: 0.7;
    z-index: 2;
}

.vidpanel1 .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vidpanel1 .video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vidpanel1 .clicklayer {
    cursor: default;
    pointer-events: none;
    z-index: 4;
    display: block;
}
.vidpanel1 .clicklayer .fullscreen {
    height: 8vw;
    width: 8vw;
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    font-size: 2.5vw;
    color: #fff;
    line-height: 1.5vw;
    cursor: pointer;
    text-decoration: none;
    display: block;
    z-index: 4;
}
.vidpanel1 .clicklayer .fullscreen img {
    width: 100%;
    height: auto;        
}

.vidpanel1 .clicklayer .vidtitle {
    font-weight: 600;
    position: relative;
    height: 100%;
    width: 100%;
}

.vidpanel1 .clicklayer .vidtitle div {
    display:inline-block;
    overflow:hidden;
    white-space:nowrap;
    color: #fff;
    text-shadow: 1px 3px 3px #0009;
}

.vidpanel1 .clicklayer .vidtitle div.firstpart {
    font-weight: 800;
    width: 90%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 6vw;
    overflow-wrap: break-word;
    inline-size: 90%;
    word-break: break-word;
    white-space: normal;
    line-height: 110%;
}
.content-2 {
    padding: 5vw;
    font-size: 3vw;
    line-height: 120%;
    text-align: left;
    background-color: #fff;
}
.content-2 h1 {
    text-align: center;
    font-size: 5vw;
    line-height: 100%;
    font-weight: bold;
    border-bottom: 1px solid #0005;
    padding-bottom: 45px;
}


@keyframes showup {
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes slidein {
    0% { margin-left:-610px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:1;width:0px;}
    100% {opacity:1;width:610px;}
}

@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes FadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes SlideDown {
    0% {
        top: -6em;
    }
    100% {
        top: 0;
    }
}

@media (max-width: 900px) and (orientation: portrait) {
}
</pre></body></html>