@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-700.woff') format('woff'), url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #006370;
    font: 400 1em/1.3em 'Montserrat', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #EEF4F5;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    font-size: 2.125em;
    line-height: 1.1em;
    margin: 2rem 0 0.5rem;
}

h1 small {
    font-size: 0.875rem;
}

h1 span {
    display: block;
    font-size: 1.25rem;
    line-height: 1.3;
}
h2 {
    font-size: 2em;
    line-height: 1.2;
    margin: -11rem 0 2rem;
    color: #fff;
}
h3 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 1.5rem;
    color: #47D1C5;
}
header {
    padding: 4rem 0 0 4rem;
    background: #12616e;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
article {
    padding: 0 4rem;
}
.fitcont {
    width: fit-content;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    border: 1px solid #12616E;
    background: #12616E;
    color: #fff;
    margin-top: 1rem;
    font-size: 0.75rem;
    border-radius: 3rem;
    margin-bottom: 2rem;
}
.button strong {
    display: block;
    font-size: 1.375em;
}
.icon {
    width: 211px;
    position: absolute;
    bottom: 3rem;
    right: 4rem;
}
.icon p {
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    border: 6px solid #fff;
    background: linear-gradient(to right, #F8F8F8, #fff);
    border-radius: 0 3rem;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.3;
}
.icon .big {
    font-size: 1.125em;
}
.icon strong {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
.icon .big strong {
    font-size: 1em;
    margin-bottom: 0.25rem;
}
.img {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background: linear-gradient(135deg, #005965, #216a73);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: calc(100% - 1.25rem);
    box-shadow: 0 0 0 #000;
}
footer {
    padding: 2rem 1rem 0.5rem 3rem;
    width: fit-content;
    border-top-right-radius: 3rem;
    background: #CCDFE2;
}
footer img {
    margin-right: 0.75rem;
}
footer p {
    padding-bottom: 1rem;
}
@media only screen and (max-width: 699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h2 {
        margin: 0 0 2rem;
        color: inherit;
    }
    h2 br, .hide_m {
        display: none;
    }
    header {
        padding: 1rem 1rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    article {
        padding: 2rem 2rem 0;
    }
    .icon {
        position: static;
        width: auto;
        margin-left: 2rem;
    }
    footer {
        padding: 1rem 1rem 1rem 2rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem 1rem 0;
    }
    footer {
        padding: 1rem;
    }
}