*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility !important;
    box-shadow: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: 0;
    margin: 0
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url("../fonts/SourceSansPro-Light/SourceSansPro-Light.eot");
    src: url("../fonts/SourceSansPro-Light/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Light/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light/SourceSansPro-Light.woff") format("woff"), url("../fonts/SourceSansPro-Light/SourceSansPro-Light.ttf") format("truetype"), url("../fonts/SourceSansPro-Light/SourceSansPro-Light.svg#SourceSansPro-Light") format("svg")
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url("../fonts/SourceSansPro-Regular/SourceSansPro-Regular.eot");
    src: url("../fonts/SourceSansPro-Regular/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf") format("truetype"), url("../fonts/SourceSansPro-Regular/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg")
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url("../fonts/SourceSansPro-Bold/SourceSansPro-Bold.eot");
    src: url("../fonts/SourceSansPro-Bold/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Bold/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSansPro-Bold/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/SourceSansPro-Bold/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg")
}

@font-face {
    font-family: 'SourceSansPro-Black';
    src: url("../fonts/SourceSansPro-Black/SourceSansPro-Black.eot");
    src: url("../fonts/SourceSansPro-Black/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Black/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/SourceSansPro-Black/SourceSansPro-Black.woff") format("woff"), url("../fonts/SourceSansPro-Black/SourceSansPro-Black.ttf") format("truetype"), url("../fonts/SourceSansPro-Black/SourceSansPro-Black.svg#SourceSansPro-Black") format("svg")
}

body {
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    min-width: 320px;
    color: #636363
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 16px
    }
}

h2 {
    font-size: 50px;
    font-family: 'SourceSansPro-Black', sans-serif;
    color: #223c52;
    letter-spacing: 0.1px
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 40px
    }
}

@media only screen and (max-width: 550px) {
    h2 {
        font-size: 30px
    }
}

h3 {
    font-size: 30px;
    font-family: 'SourceSansPro-Bold', sans-serif;
    line-height: 1.63;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #223c52
}

@media only screen and (max-width: 768px) {
    h3 {
        margin-top: 25px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 550px) {
    h3 {
        font-size: 20px
    }
}

p strong {
    font-family: 'SourceSansPro-Bold', sans-serif;
    color: #223c52;
    line-height: 1.4
}

.hide_text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.overflow {
    overflow: hidden
}

.wrapper {
    max-width: 1700px;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px
}

@media only screen and (max-width: 1250px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

.wrapper-sec {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 800px;
    margin: auto;
}

.wrapper-sec .logo {
    text-align: center;
}

.wrapper-sec .logo img {
    width: 300px;
}

.wrapper-sec .description {
    margin-top: 30px;
}

.wrapper-sec .description a {
    color: #152837;
}

.wrapper-sec .description p {
    margin-bottom: 10px;
}

.wrapper-sec .description p:last-child {
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}

@media only screen and (max-width: 1250px) {
    .wrapper-sec {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 768px) {
    .wrapper-sec {
        padding-left: 10px;
        padding-right: 10px
    }
}

.wrapper-no-p {
    max-width: 1700px;
    margin: auto
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.d_inl {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.two_s,
a,
button,
a:hover,
button:hover,
.icons.close,
.icons.close:hover,
header .logo a:hover,
header .logo a:hover img,
header .logo a img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

a:hover,
button:hover {
    opacity: 0.8
}

.pos_center_top {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.pos_center_left {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.pos_center {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.icons.arrow {
    width: 20px;
    height: 11px;
    background-image: url(../images/icon_arrow.svg)
}

.icons.close {
    width: 20px;
    height: 19px;
    background-image: url(../images/icon_close.svg);
    position: absolute;
    right: 60px;
    top: 39px;
    cursor: pointer;
    z-index: 11
}

.icons.close:hover {
    opacity: 0.8
}

@media only screen and (max-width: 1250px) {
    .icons.close {
        right: 20px
    }
}

::selection {
    background: #fff
}

@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(10px, 0)
    }
}

@media only screen and (max-width: 768px) {
    br {
        display: none
    }
}

header {
    position: absolute;
    top: 0;
    z-index: 10;
    padding-top: 40px
}

header .logo a {
    display: block
}

header .logo a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

header .logo a img {
    display: block
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
}

main .wrapper-sec {
    width: 100%
}

main .wrapper-sec .welcome p {
    line-height: 1.4
}

main .wrapper-sec .clearfix {
    padding-top: 40px;
    padding-bottom: 60px
}

@media only screen and (max-width: 1024px) {
    main .wrapper-sec .clearfix {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 50px
    }
}

main .wrapper-sec .clearfix .left {
    width: 50%;
    padding-left: 50px
}

@media only screen and (max-width: 1250px) {
    main .wrapper-sec .clearfix .left {
        padding-left: 20px
    }
}

@media only screen and (max-width: 1024px) {
    main .wrapper-sec .clearfix .left {
        width: 100%;
        -webkit-flex-grow: 2;
        flex-grow: 2;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
}

@media only screen and (max-width: 768px) {
    main .wrapper-sec .clearfix .left {
        padding-left: 15px
    }
}

main .wrapper-sec .clearfix .left .items .item {
    margin-bottom: 30px
}

main .wrapper-sec .clearfix .left .items .item:last-child {
    margin-bottom: 0
}

main .wrapper-sec .clearfix .left .items .item h2 {
    margin-bottom: 20px
}

@media only screen and (max-width: 768px) {
    main .wrapper-sec .clearfix .left .items .item h2 {
        margin-bottom: 10px
    }
}

main .wrapper-sec .clearfix .left .items .item .a-items {
    margin-left: 150px
}

@media only screen and (max-width: 550px) {
    main .wrapper-sec .clearfix .left .items .item .a-items {
        margin-left: 10px
    }
}

main .wrapper-sec .clearfix .left .items .item .a-items .a-item {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    main .wrapper-sec .clearfix .left .items .item .a-items .a-item {
        margin-bottom: 5px
    }
}

main .wrapper-sec .clearfix .left .items .item .a-items .a-item:before {
    content: '';
    width: 240px;
    position: absolute;
    left: -240px;
    top: 13px;
    margin-top: 4px;
    height: 1px;
    background-image: linear-gradient(to right, rgba(247, 247, 247, 0), #ececec)
}

@media only screen and (max-width: 1250px) {
    main .wrapper-sec .clearfix .left .items .item .a-items .a-item:before {
        width: 200px;
        left: -200px
    }
}

@media only screen and (max-width: 550px) {
    main .wrapper-sec .clearfix .left .items .item .a-items .a-item:before {
        width: 75px;
        left: -60px
    }
}

main .wrapper-sec .clearfix .left .items .item .a-items .a-item a {
    font-family: 'SourceSansPro-Bold', sans-serif;
    text-decoration: none;
    color: #a4a4a4;
    letter-spacing: 0.1px;
    font-size: 16px
}

main .wrapper-sec .clearfix .left .items .item .a-items .a-item a span,
main .wrapper-sec .clearfix .left .items .item .a-items .a-item a i {
    display: inline-block;
    vertical-align: middle
}

main .wrapper-sec .clearfix .left .items .item .a-items .a-item a span {
    margin-right: 10px;
    margin-left: 30px
}

main .wrapper-sec .clearfix .left .items .item .a-items .a-item a:hover i {
    animation: slide1 1s ease-in-out infinite
}

@media only screen and (max-width: 550px) {
    main .wrapper-sec .clearfix .left .items .item .a-items .a-item a {
        font-size: 14px
    }
}

main .wrapper-sec .clearfix .left .items .item .a-items .a-item:last-child {
    margin-bottom: 0
}

main .wrapper-sec .clearfix .right {
    position: relative;
    width: 50%
}

main .wrapper-sec .clearfix .right svg {
    width: 100%;
    margin-top: -90px;
    padding-left: 80px
}

@media only screen and (max-width: 1024px) {
    main .wrapper-sec .clearfix .right {
        width: 100%;
        padding-bottom: 40px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    main .wrapper-sec .clearfix .right svg {
        position: static;
        padding-left: 0;
        height: 100%;
        max-height: 400px;
        margin-top: 0
    }
}

footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 40px;
    background: #fff
}

@media only screen and (max-width: 1024px) {
    footer {
        position: static
    }
}

@media only screen and (max-width: 1024px) {
    footer .wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

footer .wrapper nav ul li {
    list-style: none
}

footer .wrapper nav ul li a {
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #223c52
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.overlay .wrapper-sec {
    padding-top: 90px;
    padding-left: 100px;
    padding-right: 100px
}

@media only screen and (max-width: 1250px) {
    .overlay .wrapper-sec {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width: 768px) {
    .overlay .wrapper-sec {
        padding-top: 80px;
        padding-left: 25px;
        padding-right: 25px
    }
}

.overlay .wrapper-sec h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 20px
}

@media only screen and (max-width: 768px) {
    .overlay .wrapper-sec h2 {
        margin-bottom: 25px
    }
}

.overlay .wrapper-sec .content {
    position: relative;
    z-index: 2
}

.overlay .wrapper-sec .content p {
    line-height: 1.63;
    margin-bottom: 10px
}

.overlay .wrapper-sec .content ul {
    margin-left: 40px;
    list-style: none
}

.overlay .wrapper-sec .content ul li {
    line-height: 1.63
}

.overlay .wrapper-sec .content ul li:last-child {
    margin-bottom: 0
}

.overlay .wrapper-sec .content ul li::before {
    content: "\2022";
    color: #223c52;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.overlay .wrapper-sec .overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1
}