a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

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

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
*,
*:after,
*:before {
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow: hidden;
    font-size: 18pt;
}

body {
    min-width: 320px;
    line-height: 1.0;
    height: 100%;
    word-wrap: break-word;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-image: linear-gradient(45deg, rgba(3,28,25,0.769) 0%, rgba(8,28,59,0.78) 100%), url('../images/page01.jpg');
    background-position: center, bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: fixed;
    background-color: #FFFFFF;
}

strong {
    color: inherit;
    font-weight: bolder;
}

em {
    font-style: italic;
}

code {
    font-family: "Lucida Console", "Courier New", monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    background-color: rgba(144,144,144,0.25);
    border-radius: 0.25em;
}

mark {
    background-color: rgba(144,144,144,0.25);
}

a {
    -moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    -ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    color: inherit;
    text-decoration: underline;
}

s {
    text-decoration: line-through;
}
body:before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222836;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 1s ease-in-out 1.125s, visibility 1s 1.125s;
    -webkit-transition: opacity 1s ease-in-out 1.125s, visibility 1s 1.125s;
    -ms-transition: opacity 1s ease-in-out 1.125s, visibility 1s 1.125s;
    transition: opacity 1s ease-in-out 1.125s, visibility 1s 1.125s;
}
body.is-loading:before {
    opacity: 1;
    visibility: visible;
}

#wrapper {
    -webkit-overflow-scrolling: touch;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

#main {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    max-width: 100%;
    z-index: 1;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: left;
    -moz-transition: opacity 1s ease-in-out 0s;
    -webkit-transition: opacity 1s ease-in-out 0s;
    -ms-transition: opacity 1s ease-in-out 0s;
    transition: opacity 1s ease-in-out 0s;
}

#main > .inner {
    overflow-x: hidden;
    width: 29rem;
    max-width: 100%;
    padding: 3.59375rem 2.875rem;
}

#main > .inner > * {
    margin: 1.375rem 0;
}
#main > .inner > :first-child {
    margin-top: 0 !important;
}
#main > .inner > :last-child {
    margin-bottom: 0 !important;
}

#main > .inner > .image {
    margin: 1.71875rem 0;
}

#main > .inner > .video {
    margin: 1.71875rem 0;
}

body.is-loading #main {
    opacity: 0;
}

h1 br + br,
p br + br {
    display: block;
    content: ' ';
}

#text02 br + br {
    margin-top: 0.825rem;
}

#text02 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Montserrat';
    position: relative;
    letter-spacing: 0.825rem;
    font-size: 2.25em;
    line-height: 1.375;
    font-weight: 400;
}

#text01, #text03 br + br {
    margin-top: 1.05rem;
}

#text01, #text03 {
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    position: relative;
    letter-spacing: 0.025rem;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 200;
}

.buttons {
    cursor: default;
    padding: 0;
    letter-spacing: 0;
}

.buttons li {
    display: inline-block;
    vertical-align: middle;
}

.buttons li a {
    display: block;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
}

#buttons01 li {
    margin: 0.375rem 0.75rem 0.375rem 0;
}
#buttons01 li:last-child {
    margin-right: 0;
}

#buttons01 li a {
    min-width: 13.75rem;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.5625rem;
    text-transform: uppercase;
    font-size: 0.625em;
    font-family: 'Montserrat';
    letter-spacing: 0.3rem;
    padding-left: calc(0.3rem + 1.5625rem);
    font-weight: 400;
    border-radius: 0.375rem;
}

#buttons01 .n01 {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}
#buttons01 .n01:hover {
    color: #1CFFE4;
    border-color: #1CFFE4;
}

.icons {
    cursor: default;
    padding: 0;
    letter-spacing: 0;
}

.icons li {
    display: inline-block;
    vertical-align: middle;
}

.icons li a {
    display: block;
    color: inherit;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
}

.icons li a .label {
    display: none;
}

#icons01 {
    font-size: 1.125em;
}

#icons01 li {
    margin: 0.3125rem 0.625rem 0.3125rem 0;
}
#icons01 li:last-child {
    margin-right: 0;
}

#icons01 li a {
    border-radius: 100%;
    width: 2em;
    height: 2em;
    line-height: 2em;
}

#icons01 .n01 {
    color: #FFFFFF;
    border: solid 1px transparent;
}
#icons01 .n01:hover {
    color: #1CFFE4;
    border-color: #1CFFE4;
}

#icons01 .n02 {
    color: #FFFFFF;
    border: solid 1px transparent;
}
#icons01 .n02:hover {
    color: #1CFFE4;
    border-color: #1CFFE4;
}

#icons01 .n03 {
    color: #FFFFFF;
    border: solid 1px transparent;
}
#icons01 .n03:hover {
    color: #1CFFE4;
    border-color: #1CFFE4;
}

#icons01 .n04 {
    color: #FFFFFF;
    border: solid 1px transparent;
}
#icons01 .n04:hover {
    color: #1CFFE4;
    border-color: #1CFFE4;
}
@media (max-width: 1680px) {
    html {
        font-size: 13pt;
    }
}
@media (max-width: 1280px) {
    html {
        font-size: 13pt;
    }
}
@media (max-width: 980px) {
    html {
        font-size: 11pt;
    }
}
@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }

    #main > .inner {
        padding: 3rem 2rem;
    }
}
@media (max-width: 360px) {
    #main > .inner {
        padding: 2.5rem 1.25rem;
    }

    #text02 {
        font-size: 2em;
    }

    #buttons01 li {
        margin: 0.28125rem 0.5625rem 0.28125rem 0;
    }

    #icons01 li {
        margin: 0.234375rem 0.46875rem 0.234375rem 0;
    }
}
