@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #3668A3;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 880px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 35px #3668A3;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

header {
    background: #fff;
}

h1 {
    font-size: 26px;
    line-height: 1.3;
    margin: 0.625rem 0;
}

h1 small {
    font-size: 18px;
}

h2 {
    font-size: 20px;
    line-height: 1.1;
    margin: 0.625rem 0 1rem;
}

p {
    margin: 0 0 15px;
    text-align: justify;
}

.line {
    margin: 1px 0 1px auto;
    display: inline-block;
}

header {
    padding-top: 60px;
    padding-left: 40px
}

.img {
    position: absolute;
    right: 30px;
    top: 18px
}

article {
    padding: 30px 40px 30px;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    z-index: 0;
    background: #F0F5FA
}

.right {
    text-align: right;
    font-size: 17px
}

ul {
    list-style: none;
    margin: 0 0 0.625rem 5px;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "-";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.075em;
    line-height: 1;
}

ul ul {
    margin-left: 30px
}

ul ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

ul ul {
    margin-bottom: 0
}

article {
    position: relative;
    z-index: 0;
    padding-bottom: 23px
}

footer {
    background: #3668A3;
    display: flex;
    color: #fff;
    position: relative;
    z-index: 22;
    margin-top: -19px;
    clip-path: polygon(0 18%, 101% 0, 101% 101%, 0 101%);
    align-items: center;
    padding: 20px 10px 0 40px;
}

.green {
    font-size: 17px;
    color: #83A52D;
}

.flex_f {
    display: flex;
    font-size: 12px;
    letter-spacing: -0.6px;
    align-items: flex-end;
    column-gap: 6px
}

.flex_f p {
    width: 70%;
    margin: 0;
}

.social {
    display: flex;
}

article div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.btn a {
    background: #E94313;
    width: fit-content;
    font-size: 20px;
    padding: 5px 80px;
    font-weight: bold;
    bottom: 70px;
    position: absolute;
    z-index: 33;
    color: #fff;
    left: 40px;
    display: inline-block;
}

.click {
    position: absolute;
    bottom: 55px;
    z-index: 99;
    left: 380px
}

section {
    width: 63%
}

main {
    position: relative
}

@media only screen and (max-width: 879px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        background: #F0F5FA
    }

    .line {
        margin: 1px auto;
    }

    footer,
    article {
        clip-path: none;
        padding: 5px
    }

    footer {
        flex-direction: column;
        align-items: center;
        margin: 0;
        gap: 1rem;
        padding: 1rem;
    }

    section {
        width: auto;
    }

    .flex_f {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .flex_f p {
        width: 100%;
        text-align: center;
    }

    .social {
        display: flex;
        gap: 16px;
    }

    .btn a {
        padding: 5px 20px;
        position: initial;
        margin-bottom: 20px
    }

    .click {
        display: none
    }

    .img {
        position: initial
    }

    header {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: .5rem;
    }

    h1,
    h1+p,
    h2 {
        text-align: center;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 520px) {
    .right {
        text-align: center;
    }

    .btn {
        display: flex;
        justify-content: center;
    }
}