@font-face {
  font-family: 'SourceSerif';
  font-style: normal;
  src: url('../fonts/SourceSerif4/SourceSerif4.woff2') format('woff2 supports variations'),
       url('../fonts/SourceSerif4/SourceSerif4.woff2') format('woff2-variations');
  font-weight: 100 1000;
}

@font-face {
  font-family: 'SourceSerif';
  font-style: italic;
  src: url('../fonts/SourceSerif4/SourceSerif4-Italic.woff2') format('woff2 supports variations'),
       url('../fonts/SourceSerif4/SourceSerif4-Italic.woff2') format('woff2-variations');
  font-weight: 100 1000;
}

html, body {
    height: 100%;
}

body {
    opacity: 1;
    font-family: SourceSerif;
    font-size: 1.6rem;
    color: rgb(16, 56, 110)
}

.js body {
    opacity: 0;
    -webkit-transition: opacity .2s linear .5s;
       -moz-transition: opacity .2s linear .5s;
        -ms-transition: opacity .2s linear .5s;
         -o-transition: opacity .2s linear .5s;
            transition: opacity .2s linear .5s
}

.js .body--visible {
    opacity: 1
}

.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: column
}

.flex-col {
    position: relative;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-top: 13.7rem
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff
}

.header_logo {
    max-width: 48rem;
    padding: 6rem 1rem 3rem 1rem;
    margin: 0 auto;
}

.header_logo img {
    height: auto;
    width: 100%
}

.content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.content_inner {
    max-width: 102.4rem;
    margin: 0 auto
}

.content_subtitle {
    font-size: 3rem;
    font-weight: 600;
    padding: 4rem 2rem
}

.content_description {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding: 2rem
}

.icon_svg {
    fill-rule: evenodd;
    fill: rgb(16, 56, 110)
}

.icon_svg,
.icon_img {
    width: 5.4rem;
    height: 5.4rem;
    vertical-align: middle
}

footer {
    text-align: center
}

.footer_notice {
    padding: 2rem
}