@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/dosis-v27-latin-700.eot');
    src: local(''), url('../fonts/dosis-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/dosis-v27-latin-700.woff2') format('woff2'), url('../fonts/dosis-v27-latin-700.woff') format('woff'), url('../fonts/dosis-v27-latin-700.ttf') format('truetype'), url('../fonts/dosis-v27-latin-700.svg#Dosis') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v34-latin-600.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-600.woff') format('woff'), url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin-300.eot');
    src: url('../fonts/open-sans-v40-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-300.woff') format('woff'), url('../fonts/open-sans-v40-latin-300.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-300.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: #E9EAEB;
}

body {
    color: #4f5d60;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.4;
    font-size: 0.9em;
    font-weight: 300;
}

#wrapper {
    margin: 1rem auto;
    max-width: 940px;
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
}

.logo {
    padding: 20px 16px;
    display: flex;
    justify-content: center;
}

article {
    padding: 32px 60px 0;
}

.title {
    background: #FFBF00;
    padding: 28px 60px;
}

.title :is(h1, p) {
    color: #fff;
}

.title p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    column-gap: 25px;
    row-gap: 7px;
    font-weight: 400;
}

.title p span:first-of-type {
    background: #fff;
    color: #4f5d60;
    font-size: 0.625rem;
    line-height: 0.8125rem;
    padding: 0.125rem 0.3125rem 0;
    border-radius: 0.125rem;
    display: inline-block;
}

footer {
    padding: 1.5625rem 3.75rem 1.5625rem;
    border-top: 1px solid #dde1e2;
    border-bottom: 1px solid #dde1e2;
    display: flex;
    justify-content: space-between;
    margin: 0 0 2rem;
}

footer img {
    vertical-align: middle;
}

.image {
    display: flex;
    justify-content: end;
    margin-bottom: 25px;
}

.social div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.social p {
    margin-bottom: 0 !important;
    font-weight: 600;
    font-size: 0.88em;
}

.social {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

a.button {
    background-color: #FFBF00;
    color: #fff !important;
    border-radius: 3px;
    padding: 0.5rem 0.625rem;
    transition: 0.3s all;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    display: block;
    font-weight: bold;
    min-width: 230px;
}

a.button:hover {
    text-decoration: none;
    background: #ffde7b;
    color: #FFF !important;
}

.line {
    border-bottom: 1px solid #dde1e2;
    margin: 2rem -3.25rem;
}

h1 {
    margin: 0 0 20px;
    font-size: 2em;
    line-height: 1.9375rem;
    font-family: 'Dosis', Arial, sans-serif;
    text-align: center;
    font-weight: 700;
}

h2 {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;
}

strong {
    font-weight: 600;
}

p:not(.button, .title p) {
    margin-bottom: 1.0625rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

ul li span {
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    padding: 0 0 1rem 0.125rem;
    list-style: none;
}

ul li {
    padding-left: 20px;
    text-align: justify;
    hyphens: auto;
}

li:before {
    content: "\2022";
    float: left;
    margin-top: 2px;
    font-size: 20px;
    text-indent: -20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center p {
    text-align: center;
    color: #4B5760;
}

.center img {
    margin-bottom: 1rem;
}

.link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.link p {
    font-size: 0.8em;
    line-height: 1rem;
}

@media only screen and (max-width:940px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(h1, p) {
        hyphens: auto;
    }

    ul li {
        text-align: left;
    }

    article {
        padding: 1rem;
    }

    .title {
        margin: 16px 0 0;
        padding: 25px 32px;
    }

    .title p span:first-of-type {
        display: inline-block;
    }

    .line {
        margin: 32px -16px;
    }

    footer {
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1.5rem 1rem;
    }

    :is(.logo, .image) {
        justify-content: center;
    }

}

@media only screen and (max-width:525px) {
    footer {
        justify-content: center;
    }
}

@media only screen and (max-width:360px) {
    .link {
        flex-direction: column;
        align-items: center;
    }
}