@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
}

:after,.before {
    box-sizing: border-box;
}

html,body,div,main,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 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    
}

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

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

body {
    line-height: 1rem;
}

ol,ul {
    list-style-type: none;
}

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

caption,th,td {
    text-align: left;
    font-weight: 400;
}

input,textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

button,input[type="button"] {
    background: 0;
}

\:required {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

#ttl {
    font-weight:700;
}

em,i {
    font-style: italic;
}

strong,b {
    font-weight: 700;
}

u {
    text-decoration: underline;
}

pre,code {
    font-family: Monaco,Courier,monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

blockquote,q {
    quotes: "" "";
}

blockquote:before,blockquote:after {
    content: "";
}

q:before,q:after {
    content: "";
}

a {
    cursor: pointer;
}

input[type="submit"],input[type="button"] {
    cursor: pointer;
}

button,label[for] {
    cursor: pointer;
}

img {
    -ms-interpolation-mode: bicubic;
}


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    font-style: bold;
    font-weight: 700;
}


h1,h2,strong {
    font-weight: 700;
}

a {
    font-weight: 400;
}

h2,h3,h4 {
    margin-top: 3rem;
}

p.cheers {
    margin-top: 3.4rem;
    text-indent: 0;
}

del {
    text-decoration: none;
}

html {
    font-size: 62.5%;
    font-family: "Roboto", "Helvetica", "Ubuntu", "Arial", sans-serif;
    height: 100%;
    width: 100%;
}

body {
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 3rem;
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 20rem;
    position: relative;
}

body::after {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    color: #d3d3d3;
    font-size: 1.1rem;
    padding-right: 5rem;
    padding-left: 5rem;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

body.active {
    overflow: auto;
}

body.noscroll {
    overflow: hidden;
}

h2 {
    margin-top: 1.7em;
}

a {
    position: relative;
    color: inherit;
    transition: color 200ms ease-out,border 200ms ease-out;
    color: #004080;
}

a.cs {
    color: blue;
}

a:hover {
    color: #0493cd;
    border-bottom: 1px dotted transparent;
}

main {
    padding-right: 5rem;
    padding-left: 5rem;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

.content {
    margin-top: 3.4rem;
    -webkit-transform: translate3D(0,3rem,0);
    transform: translate3D(0,3rem,0);
    opacity: 0;
}

.content.active {
    transition: opacity 1000ms ease-out,-webkit-transform 1000ms ease-out;
    transition: transform 1000ms ease-out,opacity 1000ms ease-out;
    transition: transform 1000ms ease-out,opacity 1000ms ease-out,-webkit-transform 1000ms ease-out;
    -webkit-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
    opacity: 1;
}

.logo {
    display: inline-block;
    position: relative;
    height: 2.8rem;
    padding-right: .4rem;
}

.logo:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 3px;
    width: 1px;
    background: red;
    -webkit-animation: cursor 1s infinite;
    animation: cursor 1s infinite;
}

@-webkit-keyframes cursor {
    from,to {
        background: #004080;
    }

    50% {
        background: transparent;
    }
}

@keyframes cursor {
    from,to {
        background: #004080;
    }

    50% {
        background: transparent;
    }
}



/* Default hide the video on all devices */
#video{display:none}

/* Default display the image to replace the video on all devices */
#videosubstitute{display:block; width:100%;height:auto}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
#video{display:block;}
#videosubstitute{display:none};
}

/*# sourceMappingURL=style.css.map */
