@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v47-latin-regular.eot');
    src: url('../fonts/roboto-v47-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v47-latin-regular.woff') format('woff'), url('../fonts/roboto-v47-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v47-latin-regular.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #272727;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    background: #fff
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

#wrapper {
    position: relative;
    overflow: hidden;
    background: none
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.5rem;
}

p small {
    font-size: 14px;
}

ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

ul li {
    padding-left: 1rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 10px;
    height: 10px;
    background: url(../images/hexagon_list.svg) no-repeat;
    background-size: contain;
    margin-left: -1rem;
    top: 6px;
}

h1 {
    font-size: 40px;
    margin: 0 0 4rem;
    color: #5cc4ec;
    font-weight: 700;
    z-index: 100;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 5px;
}

header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    background: url(../images/hex_top.png) no-repeat;
    background-size: auto;
    padding-right: 60px;
}

header:before {
    content: "";
    float: left;
    position: absolute;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(to bottom, rgba(1, 1, 1, .95) -20%, rgba(1, 1, 1, .25) 45%, rgba(1, 1, 1, .05) 75%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
}

.logo {
    position: absolute;
    top: 20px;
    left: 250px;
    width: 113px;
}

main {
    max-width: 1160px;
    margin: 1rem auto;
    z-index: 110;
}

.flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

article {
    position: relative;
    margin-top: -180px;
    z-index: 10;
}

.image {
    width: 25%;
    margin: 0 0 1.5rem;
}

.image p {
    text-align: center;
    margin: 2rem 5px 0;
    font-size: 18px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 45px 0 75px;
}

a.apply {
    background: #fff;
    font-size: 1.125rem;
    text-align: center;
    color: #5cc4ec;
    border: solid 1px #5cc4ec;
    padding: 10px 53px;
    border-radius: 27px;
    display: block;
    width: 434px;
    margin: 1rem auto;
    position: relative;
    overflow: hidden;
    font-weight: 700;
}

a.apply:before {
    font-family: FontAwesome;
    content: "\f063";
    font-size: 20px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    z-index: 0;
    transition: opacity .4s ease, top .4s ease, right .4s ease;
    position: absolute;
    opacity: 1;
    top: -2px;
    right: 0;
}

a.apply:after {
    font-family: FontAwesome;
    content: "\f063";
    font-size: 20px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    z-index: 0;
    transition: opacity .4s ease, top .4s ease, right .4s ease;
    position: absolute;
    opacity: 0;
    top: -52px;
    right: 0;
}

a.apply:hover:before {
    opacity: 0;
    top: 52px;
    right: 0;
}

a.apply:hover:after {
    opacity: 1;
    top: -2px;
    right: 0;
}

.fa-arrow-down {
    position: relative;
    left: 125px;
}

footer {
    display: flex;
    align-items: center;
}

a.mail {
    text-decoration: underline #5cc4ec;
}

a.mail:hover {
    transition: content .2slinear, opacity .2sease, background-color .2sease, padding .2sease, color .2sease, border-color .2sease, font-size .2sease, font-weight .2slinear;
}

.hexa {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(-10deg);
}

.gray {
    background-color: #f2f2f2;
    padding: 30px 30px 30px 50px;
    margin-left: -16px;
}

@media only screen and (max-width: 1550px) {
    header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .logo_hed {
        background: #6FC0EB;
        width: 100%;
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo_hed a {
        position: relative;
        z-index: 100
    }

    .logo {
        position: static;
    }

    .absolute {
        margin: 0;
        padding: 0 20px;
    }

    article {
        padding: 0 20px 10px;
        margin: 0;
    }

    footer {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1159px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem
    }

    h1 {
        font-size: 32px;
        margin: 1rem 0 1.5rem;
    }

    h2 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .image p {
        font-size: 16px;
        margin: 1rem 5px 5px;
    }
}

@media only screen and (max-width: 850px) {
    .image {
        width: 50%;
        margin: 0 0 1.5rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .container {
        margin: 16px 0;
    }
}

@media only screen and (max-width: 550px) {
    h1 {
        font-size: 25px;
        margin: 1rem 0;
    }

    h2 {
        font-size: 18px;
    }

    h2:last-of-type {
        text-align: center;
        margin: 0 0 1.25rem;
    }

    .image {
        width: 100%;
    }

    footer {
        flex-direction: column-reverse;
    }

    .hexa {
        transform: rotate(0);
        margin: 1rem 0 0;
    }

    .gray {
        margin: 0;
        padding: 1.25rem;
    }

    .gray p {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .apply {
        width: 100%
    }
}