<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modaal-accessible-hide {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.modaal-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.modaal-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 9999;
}

.modaal-wrapper * {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modaal-wrapper .modaal-close {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    padding: 0;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex='0'] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    height: 100%;
    padding: 80px 25px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.modaal-fullscreen .modaal-inner-wrapper {
    display: block;
    padding: 0;
    vertical-align: top;
}

.modaal-container {
    background: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    color: #000;
    cursor: auto;
    display: inline-block;
    margin: auto;
    max-width: 1000px;
    position: relative;
    text-align: left;
    width: 100%;
}

.modaal-container.is_loading {
    height: 100px;
    overflow: hidden;
    width: 100px;
}

.modaal-fullscreen .modaal-container {
    height: 100%;
    max-width: none;
    overflow: auto;
}

.modaal-close {
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 50px;
    opacity: 1;
    position: fixed;
    right: 20px;
    top: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 50px;
}

.modaal-close:focus,
.modaal-close:hover {
    outline: none;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
    background: #999;
}

.modaal-close span {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.modaal-close:before,
.modaal-close:after {
    background: #fff;
    content: ' ';
    display: block;
    height: 36px;
    left: 23px;
    position: absolute;
    top: 14px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    width: 2px;
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    right: 0px;
    top: 0px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    font-size: 0;
    padding: 30px 0 0;
    text-align: center;
}

.modaal-confirm-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    vertical-align: middle;
}

.modaal-confirm-btn.modaal-ok {
    background: #555;
    border-radius: 3px;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    color: #2f2f2f;
    text-decoration: none;
}

.modaal-iframe .modaal-content {
    height: 100%;
    width: 100%;
}

.modaal-iframe-elem {
    display: block;
    height: 100%;
    width: 100%;
}

.playMovlink {
    margin-top: 27px;
    padding-right: 52px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.playMovlink:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/btn_playMovie2.png) center right no-repeat;
    background-size: 40px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    position: absolute;
    top: -7px;
    right: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}</pre></body></html>