<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@charset "utf-8";
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

html {
    font-family: "Arial"
}

body {
    background-color: grey;
    opacity: 0;
    transition: opacity 1s
}

#container {
    max-width: 768px;
    background-color: white;
    margin: 0 auto
}

.col-sm-12 {
    padding: 0
}

div {
    position: relative
}

h1 {
    font-size: 24px;
    font-weight: bold
}

p {
    font-size: 14px
}

sup {
    font-size: 9px;
    vertical-align: top
}

.content {
    padding: 0 75px 0 75px
}

#splash {
    min-height: 547px;
    background-color: black
}

#redLine {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background-color: #e51b23
}

#splashImage {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 381px;
    width: 100%;
    opacity: .5
}

#splashTitle {
    position: absolute;
    left: 40px;
    top: 70px;
    width: 484px
}

#welcome {
    padding: 0 0 50px 0
}

#welcome h1 {
    font-size: 36px;
    color: #e51b23;
    margin: 30px 0 20px 0
}

.blackBox {
    top: 20px;
    font-family: "Arial";
    font-weight: bold;
    padding: 20px;
    margin: 0 0 75px 0;
    color: white;
    background-color: black
}

.charter-p {
    font-family: "Arial";
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0
}

.signPost-link {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.signPost-link:hover {
    opacity: .25
}

#signPost &gt; img {
    width: 322px;
}

#signPost_quickGuide {
    left: 3px;
    top: 192px;
    width: 138px;
    height: 56px;
    background: url("../images/SKL_signPost_redArrow.svg") no-repeat
}

#signPost_diagnosis {
    left: 137px;
    top: 254px;
    width: 133px;
    height: 55px;
    background: url("../images/SKL_signPost_tanArrow.svg") no-repeat
}


@media all and (max-width: 767px) {
    #signPost &gt; img {
        width: 300px;
    }
    #welcome .content {
        padding: 0 30px 0 30px;
    }
    #splashTitle {
        width: 380px;
        left: 20px;
        top: 40px;
    }
    #splash {
        min-height: 450px;
        overflow: hidden;
    }
    #signPost_quickGuide {
        top: 176px;
    }
    #signPost_diagnosis {
        left: 122px;
        top: 235px;
    }
}

@media all and (max-width: 480px) {
    #signPost &gt; img {
        width: 220px;
    }
    #welcome .content {
        padding: 0 30px 0 30px;
    }
    #splashTitle {
        width: 230px;
        left: 20px;
        top: 40px;
    }
    #splash {
        min-height: 350px;
        overflow: hidden;
    }
    #signPost_quickGuide {
        left: 3px;
        top: 130px;
        width: 95px;
        height: 40px;
    }
    #signPost_diagnosis {
        left: 92px;
        top: 172px;
        width: 90px;
        height: 40px;
    }
}</pre></body></html>