@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Mulish:wght@400;700;800&display=swap");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

html {
    font-family: "Mulish";
    color: #1a2c5d;
    font-size: 14px;
}

.navbar {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 63px 44px;
}

.navbar a {
    box-sizing: border-box;
    height: 44px;
    line-height: 0px;
    text-decoration: none;
    border: solid 2px #abd346;
    border-radius: 22px;
    padding: 22px;
    color: #1a2c5d;
    font-weight: bold;
}

.main {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #eff3fe;
    height: calc(100vh - 174px);
    margin: 0 44px;
    padding: 0 20px;
    padding-bottom: 400px;
    padding-top: 300px;
}

.main-container {
    position: relative;
}

.main__bateau {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.main__logo {
    aspect-ratio: 1;
    width: clamp(115px, 15vw, 199px);
    margin-bottom: 64px;
}

.main__title {
    text-align: center;
    font-family: "Montserrat";
    font-size: clamp(20px, 2vw, 40px);
    line-height: 120%;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.main__title__green {
    color: #496206;
}

.main__text {
    text-align: center;
    font-size: clamp(14px, 1.2vw, 20px);
    line-height: 150%;
}
.main__text a {
    text-decoration: none;
    color: #1a2c5d;
    font-weight: bold;
}

.main__button {
    margin-top: 16px;
    font-family: "Mulish";
    font-weight: 800;
    font-size: clamp(14px, 1.2vw, 18px);
    color: #1a2c5d;
    background-color: #abd346;
    border-radius: 28px;
    min-height: 56px;
    width: clamp(220px, 30vw, 300px);
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    z-index: 999;
}
