/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

/* CSS START */

body {
    font-family: 'Lato', sans-serif;
}

body * {
    font-family: 'Lato', sans-serif;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
}

#container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

b {
    font-weight: 700 !important;
}

.line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.content {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1106px;
    justify-content: center;
    align-items: center;
}

.left, .right {
    display: flex;
    width: 50%;
}

.left {
    justify-content: center;
}

.line1 {
    min-height: 641px;
    background-color: #FFFFFF;
    padding: 0;
}

.line1 .right {
    background-image: url('../images/bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 641px;
}

.line1 #form {
    width: 400px;
    padding: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#form img {
    align-self: center;
    margin-bottom: 50px;
}

#form h1 {
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#form h2 {
    color: #7de4f7;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    background-image: url('../images/line.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

#form p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

#form a.btnform {
    background-color: #7de4f7;
    line-height: 72px;
    margin-bottom: 20px;
    height: 72px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    border-radius: 36px;
    padding: 0 10px;
}

#form a.btnform:hover {
    background-color: #00d7fd;
}

#form > div {
    display: flex;
    flex-direction: column;
}

#form > div#step5 {
    display: flex;
    flex-direction: column;
}

#form > div > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#form .col2 {
    width: 40%;
}

#form .col2.last {
    float: right;
}

#form .col1 {
    width: 100%;
    float: left;
    display: block;
}

#form input[type="text"], input[type="email"] {
    outline: none;
    border:1px solid #00d7fd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    border-radius: 22px;
    padding: 10px;
    margin-bottom: 20px;
    color: #00d7fd;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    width: calc(48% - 20px);
}

#form input[type="text"].full {
    width: calc(100% - 20px);
}

#form button {
    background-color: #7de4f7;
    line-height: 52px;
    margin-bottom: 20px;
    height: 52px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    border-radius: 36px;
    padding: 0 10px;
    border: 0;
}

#form button:hover {
    background-color: #176e96;
}

.baseline {
    display: flex;
    max-width: 340px;
    width: 340px;
    flex-direction: column;
    margin: 94px 0 0 50px;
}

.baseline h2 {
    padding: 7px 6px;
    background-color: #0d3e9b;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
}
.baseline h3 {
    padding: 7px 6px;
    background-color: #FFFFFF;
    color: #0d3e9b;
    font-size: 23px;
    font-weight: 900;
}

.line2 {
    background-color: #d7e5ff;
}

.line2 .left {
    flex-direction: column;
}

.line2 h4 {
    color: #0d3e9b;
    font-size: 24px;
    font-weight: 900;
    line-height: 150%;
    margin: 15px 0;
}

.line2 p {
    line-height: 150%;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.line2 ul li {
    line-height: 150%;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    list-style-position: inside;
}

.line2 .right img {
    max-width: 512px;
    width: 98%;
}

.line ul {
    list-style: disc;
    padding-left: 0;
    margin: 20px 0;
}

.line3 {
    background-color: #d7e5ff;
}

.line3 .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line3 p {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.line3 h4 {
    color: #0d3e9b;
    font-size: 24px;
    font-weight: 900;
    line-height: 150%;
    margin: 15px 0;
}

.line3 .btn {
    background-color: #0d3e9b;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
    margin: 20px 0;
}

.line3 .btn:hover {
    background-color: #1158dd;
}


.line4 {
    background-color: #FFFFFF;
}

.line4 .content {
    align-items: center;
}

.line4 .left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.line4 .right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.line4 p {
    text-align: left;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.line4 h4 {
    color: #0d3e9b;
    font-size: 24px;
    font-weight: 900;
    line-height: 150%;
    margin: 15px 0;
}

.line4 .btn {
    background-color: #FFFFFF;
    border: 2px solid #0d3e9b;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    text-transform: uppercase;
    color: #0d3e9b;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
    margin: 20px 0;
}

.line4 .btn:hover {
    background-color: #0d3e9b;
    color: #FFFFFF;
}

.line4 .left div {
    display: flex;
    background-color: #0d3e9b;
    border-radius: 5px;
    min-height: 90px;
    height: 90px;
    background-image: url(../images/ico1.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    max-width: 120px;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    padding: 0 15px 0 77px;
    line-height: 150%;
    margin: 10px 0;
}

.line4 .left div.ico1 {
    margin-right: 144px;
}
.line4 .left div.ico2 {
    background-image: url(../images/ico2.png);
}
.line4 .left div.ico3 {
    background-image: url(../images/ico3.png);
    margin-left: 144px;
}

.line5 {
    background-color: #FFFFFF;
    padding: 20px 0;
}

.line5 .content {
    align-items: center;
    text-align: center;
}

.line5 a {
    color: #000000;
}

.error {
    border-color:red !important;
}

.remodal {
    line-height: 130%;
}

.remodal h1 {
    color: #316b86;
    -webkit-text-stroke: 1px #316b86;
    -webkit-text-fill-color: #316b86;
}

.remodal h2 {
    color: #316b86;
    text-align: left;
    margin: 10px 0;
    font-weight: 700;
}

.remodal p {
    text-align: justify;
    margin: 10px 0;
}

.remodal ul {
    text-align: justify;
    margin: 10px 0;
}

.remodal p a {
    text-align: justify;
    color: #316b86;
}

.remodal ul a {
    text-align: justify;
    color: #316b86;
}

@media screen and (max-width: 1140px) {
    .content {
        width: 96%;
    }

    .line1 .left {
        width: auto;
        flex-grow: 2;
    }
    .line1 .right {
        width: auto;
    }
}

@media screen and (max-width: 960px) {
    .line1 {
        flex-direction: column;
    }
    .line1 .right {
        min-height: 200px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .line1 #form {
        width: 98%;
        max-width: 600px;
    }
    .baseline {
        margin: 0;
    }
    .line2 .content {
        flex-direction: column;
    }
    .line2 .left {
        width: 100%;
        max-width: 600px;
        justify-content: center;
        align-items: center;
    }
    .line2 .left p {
        text-align: center;
    }
    .line4 .content {
        flex-direction: column;
    }
    .line4 .left {
        width: 100%;
    }
    .line4 .right {
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .line4 .right p {
        text-align: center;
    }
    h4 {
        text-align: center;
    }
}

@media screen and (max-width: 505px) {
    .line2 h4 {
        font-size: 19px;
    }
    .line2 .left p {
        font-size: 16px;
    }
    .line2 .left li {
        font-size: 16px;
    }
    .line3 h4 {
        font-size: 19px;
    }
    .line3 p {
        font-size: 16px;
    }
    .line4 h4 {
        font-size: 19px;
    }
    .line4 .right p {
        font-size: 16px;
    }
}

@media screen and (max-width: 420px) {
    #form input[type="text"], input[type="email"] {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 390px) {
    .line4 .left div {
        margin: 10px 0 10px 0 !important;
        width: 90%;
    }
}