@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v23-latin-regular.eot');
    src: url('../fonts/poppins-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v23-latin-regular.woff') format('woff'), url('../fonts/poppins-v23-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v23-latin-regular.svg#Poppins') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v23-latin-600.eot');
    src: url('../fonts/poppins-v23-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v23-latin-600.woff2') format('woff2'), url('../fonts/poppins-v23-latin-600.woff') format('woff'), url('../fonts/poppins-v23-latin-600.ttf') format('truetype'), url('../fonts/poppins-v23-latin-600.svg#Poppins') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v23-latin-700.eot');
    src: url('../fonts/poppins-v23-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v23-latin-700.woff2') format('woff2'), url('../fonts/poppins-v23-latin-700.woff') format('woff'), url('../fonts/poppins-v23-latin-700.ttf') format('truetype'), url('../fonts/poppins-v23-latin-700.svg#Poppins') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #083348;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.web {
    color: #467886;
    text-decoration: underline;
}

p {
    margin: 0 0 16px;
}

span {
    white-space: nowrap;
}

h1 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px;
}

h1 small {
    font-size: 15px;
    font-weight: 600;
}

h2 {
    font-size: 17px;
    margin: 0 0 50px;
}

h3 {
    font-size: 16px;
    margin: 0 0 10px;
}

ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

ul li {
    padding: 0 0 10px 12px
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 8px;
    height: 1px;
    background: #000;
    margin-left: -12px;
    top: 16px;
}

header {
    display: flex;
    justify-content: flex-end;
    padding: 20px 10px 10px;
}

header a img {
    width: 250px;
}

main {
    background: #EC694A;
    clip-path: polygon(25% 0%, 100% 0, 81% 100%, 0 100%, 0 7%);
    margin: 0 60px 0 0;
}

article {
    padding: 150px 150px 20px 60px;
}

footer {
    padding: 0 150px 10px 60px;
}

@media only screen and (max-width: 899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    br {
        display: none
    }

    .none br,
    h1 br {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    main {
        background: #EC694A;
        clip-path: none;
        margin: 0;
    }

    h1,
    h2,
    .none,
    footer p:last-of-type {
        text-align: center
    }

    article {
        padding: 50px 16px 16px;
    }

    footer {
        padding: 0 16px 16px;
    }
}

@media only screen and (max-width: 490px) {
    header {
        justify-content: center;
    }

    h1 {
        font-size: 25px
    }

    a.web {
        white-space: normal;
    }
}
