* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

::-webkit-input-placeholder {
    -webkit-transition: 250ms;
    transition: 250ms;
    color: #a4aebd
}

::-moz-placeholder {
    -webkit-transition: 250ms;
    transition: 250ms;
    color: #a4aebd
}

::-ms-input-placeholder {
    -webkit-transition: 250ms;
    transition: 250ms;
    color: #a4aebd
}

::-moz-placeholder {
    -webkit-transition: 250ms;
    transition: 250ms;
    color: #a4aebd
}

:hover::-webkit-input-placeholder {
    -webkit-transition: 250ms;
    transition: 250ms;
    color: #bfc6d1
}

:hover::-moz-placeholder {
    -webkit-transition: 250ms;
    transition: 250ms;
    color: #bfc6d1
}

:hover::-ms-input-placeholder {
    -webkit-transition: 250ms;
    transition: 250ms;
    color: #bfc6d1
}

:hover::-moz-placeholder {
    -webkit-transition: 250ms;
    transition: 250ms;
    color: #bfc6d1
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("./fonts/SF-Pro-Display-Semibold.otf");
    font-weight: 600
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("./fonts/SF-Pro-Display-Medium.otf");
    font-weight: 500
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("./fonts/SF-Pro-Display-Regular.otf");
    font-weight: 400
}

@font-face {
    font-family: 'SF UI Text';
    src: url("./fonts/SFUIText-Regular.ttf");
    font-weight: 400
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    font-family: 'SF Pro Display', sans-serif;
    background-color: #fff;
    /* background: url("../img/bg/asanoha-400px.png"); */
    background: url("../img/bg/dot-grid.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #0a1f44
}

.mobile-only {
    display: none
}

.container {
    margin: 0 auto
}

.strip-container {
    width: 960px;
    margin: 0 auto
}

.page-header {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(2, 32, 71, 0.08), 0 3px 4px 0 rgba(2, 32, 71, 0.1);
    box-shadow: 0 0 1px 0 rgba(2, 32, 71, 0.08), 0 3px 4px 0 rgba(2, 32, 71, 0.1);
}

.page-header a.nav-link {
    text-decoration: none;
    color: #0a1f44;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 18px
}

.page-header a.nav-link:hover,
.page-header a.nav-link.active {
    -webkit-transition: .2s;
    transition: .2s;
    color: #0068ff
}

.page-header .strip-container {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-header img.logo {}

.page-header .flag-container {
    line-height: 0;
}

.page-header .flag-container img.active.flag {
    opacity: 1
}

.page-header .flag-container img.flag {
    opacity: .25;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    height: 14px
}

.page-header .flag-container img.flag:hover {
    -webkit-transition: .25s;
    transition: .25s;
    opacity: .5
}

.page-header .flag-container img.active.flag:hover {
    opacity: 1
}

h1 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #0a1f44
}

h2 {
    font-weight: 500
}

footer {
    background: tomato;
    background: gray;
}

footer .strip-container {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .strip-container .company {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    color: #fff
}

footer .strip-container .social {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    color: #fff
}

footer .strip-container .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .strip-container .social a.item {
	text-decoration: none;
	display: block:
}

footer .strip-container .social a.item img {
    margin: 15px;
    width: 20px;
    color: white;
}

@media only screen and (max-width:1000px) {
    .strip-container {
        width: 740px
    }
}

@media only screen and (max-width:780px) {
    .hide-mobile {
        display: none
    }
    .mobile-only {
        display: block
    }
    .page-header {
        -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
        box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1)
    }
    .strip-container {
        width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0
    }
    footer .strip-container {
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    footer .strip-container .company {
        font-size: 12px
    }
    footer .strip-container .social {
        font-size: 12px
    }
}

.company-name {
    display: block;
    color: white;
}

.company-reg {
    display: block;
    color: silver;
    text-decoration: none;
    margin-top: 4px;
    font-size: 12px
}

.company-tms {
    display: block;
    color: silver;
    text-decoration: none;
    font-size: 11px
}
