:root {

}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
body {
    font-size: 13px;
    font-family: 'Graphik-Regular', sans-serif;
    line-height: 1rem;
    background: #f5f5f5;
}
a {
    color: #0d40b7;
    cursor: pointer;
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-1 {
    flex: 1;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.align-items-center {
    align-items: center;
}
.align-items-flex-star {
    align-items: flex-start;
}
.justify-content-center {
    justify-content: center;
}
.m5 {
    margin: 5px;
}
.m10 {
    margin: 10px;
}
.m15 {
    margin: 15px;
}
.m20 {
    margin: 20px;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px;
}
.p20 {
    padding: 20px;
}
.container {
    max-width: 1320px;
    min-width: 1060px;
    margin: 0 auto;
}
.header {
    min-height: 820px;
    background: url('../images/pattern.png') no-repeat center center #363c43;
    background-size: cover;
}
.header_nav {

}
.header_logo {
    font-family: 'Graphik-SemiBold', sans-serif;
    font-size:  45px;
    color: white;
}
.header_nav a {
    color: white;
    font-size:  15px;
}
.header_nav a.current {
    background: #02b875;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: -1px 15px 24px -4px rgba(0,0,0,0.44);
    -webkit-box-shadow: -1px 10px 14px -4px rgba(0,0,0,0.24);
    -moz-box-shadow: -1px 10px 14px -4px rgba(0,0,0,0.24);
}
.header .slogan {
    color: white;
    padding: 0px 0 30px 0;
    font-family: 'Graphik-SemiBold', sans-serif;
    font-size:  65px;
    line-height: 70px;
}
.header .text {
    color: white;
    font-family: 'Graphik-Regular', sans-serif;
    font-size:  15px;
    line-height: 23px;
    padding-bottom: 30px;
}
.seehow {
    color: white;
    font-size:  15px;
    line-height: 10px;
    font-family: 'Graphik-SemiBold', sans-serif;
    background: #ff4040;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: -1px 15px 24px -4px rgba(0,0,0,0.44);
    -webkit-box-shadow: -1px 10px 14px -4px rgba(0,0,0,0.24);
    -moz-box-shadow: -1px 10px 14px -4px rgba(0,0,0,0.24);
}
.img-wrapper {
    position: absolute;
    transform: translateY(100px) rotate(-12deg);
    background: #fff;
    padding: 8px;
    left: 70px;
    top: -20px;
    border-radius: 10px;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgb(173 186 204 / 25%), 0 2px 6px rgb(0 21 64 / 14%), 0 10px 20px rgb(0 21 64 / 5%);
    animation: up 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.shadow {
    -moz-box-shadow: inset 0 0 2px #ccc;
    -webkit-box-shadow: inset 0 0 2px #ccc;
    box-shadow: inset 0 0 2px #ccc;
}
ul.general li {
    padding-left: 1.5rem;
    padding-top: 0.7rem;
    background-size: 1rem 1.2rem;
    background-image: url(../svg/success.svg);
    background-position: 0 0.6rem;
    background-repeat: no-repeat;
}
hr.two {
    margin: 0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}