:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

html {
    min-height: 100%;
}

body {
    color: #4d5355;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

#wrapper {
    max-width: 1030px;
    margin: 1rem auto;
    border: 1px solid #4d5355;
    padding: 2.5rem;
    background: #fff;
    position: relative;
}

article {
    padding: 1.25rem 1.25rem 0.9375rem;
}

p {
    margin: 0 0 0.875rem;
    text-align: justify;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 1.875rem;
    padding: 0 0 0 1.25rem;
    font-weight: 700;
    font-size: 2.4375rem;
    line-height: 2.6875rem;
    color: #5b835e;
    position: relative;
}

h1::before {
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    background: #5b835e;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 1.1875rem;
}

h1 small {
    color: #4d5355;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

h2 {
    margin: 1.25rem 0;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.375rem;
}

h3 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    color: #5b835e;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #4d5355;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    padding: 0 0 2.5rem;
    list-style: none;
}

ul li {
    padding-left: 1.25rem;
    position: relative;
}

li:before {
    content: "";
    width: 0.1875rem;
    height: 0.1875rem;
    border-radius: 50%;
    background: #4d5355;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0.625rem;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item {
    width: 45%;
}

footer :is(p, a) {
    color: #5b835e !important;
}

.margin_left {
    margin-right: 0.375rem;
}

.margin {
    margin-right: 0.875rem;
    display: inline-block;
}

.left {
    padding: 0.4375rem 28.0625rem 0.4375rem 1.625rem;
    position: relative;
    background: #d6ddd4;
}

.left p {
    margin-bottom: 0;
    line-height: 1.625rem;
}

.image {
    position: absolute;
    z-index: 3;
    right: 21.625rem;
    bottom: 0;
}

.textx {
    margin: -0.875rem 0 0 1.875rem;
}

footer>img {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
}

.box {
    position: relative;
}

.qrcode {
    position: absolute;
    z-index: 3;
    right: 14.375rem;
    bottom: 8.125rem;
}

@media all and (max-width: 1029px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    :is(ul, p) {
        hyphens: auto;
    }

    p {
        text-align: left;
    }
}

@media all and (max-width: 1000px) {
    #wrapper {
        padding: 0;
    }

    header {
        display: flex;
        justify-content: center;
    }

    article {
        padding: 1rem;
    }

    .qrcode {
        bottom: 12.1875rem;
        right: 16.75rem;
        z-index: 99;
    }

    .image {
        right: 24.3125rem;
    }

    .left {
        padding-right: 30.8125rem;
    }

    p span {
        white-space: nowrap;
    }
}

@media all and (max-width: 940px) {
    .qrcode {
        position: static;
        margin-top: 0.9375rem;
    }

    .item {
        width: 100%;
    }

    .item br {
        display: none;
    }

    ul {
        padding-bottom: 1.25rem;
    }
}

@media (max-width: 775px) {
    .qrcode {
        display: flex;
        justify-content: center;
    }

    .left {
        padding-right: 7.1875rem;
        width: 100%;
    }

    .image {
        right: 1rem;
    }

    article {
        padding-bottom: 1.875rem;
    }

    footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    footer>img {
        position: static;
        text-align: right;
        margin-top: 0.9375rem;
    }

    .none {
        display: none;
    }
}

@media all and (max-width: 400px) {
    .left {
        padding: 0.625rem 1rem;
    }

    .image {
        position: static;
        margin-top: 0.9375rem;
    }
}