@font-face {
    font-display: swap;
    font-family: 'Just Me Again Down Here';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/just-me-again-down-here-v24-latin-regular.eot');
    src: url('../fonts/just-me-again-down-here-v24-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/just-me-again-down-here-v24-latin-regular.woff2') format('woff2'), url('../fonts/just-me-again-down-here-v24-latin-regular.woff') format('woff'), url('../fonts/just-me-again-down-here-v24-latin-regular.ttf') format('truetype'), url('../fonts/just-me-again-down-here-v24-latin-regular.svg#JustMeAgainDownHere') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #231f20;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 21px;
}

#wrapper {
    margin: 1rem auto;
    max-width: 976px;
    overflow: hidden;
    position: relative;
    border: solid thin #cbcbcb;
    background: #fff;
}

header {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 65%;
    padding: 2.3125rem 2.375rem 1.25rem;
    background: #5b2873;
}

.logo-top {
    width: 36%;
    background: #472973;
    padding: 2.0625rem 3.25rem 1.25rem;
}

article {
    padding: 16px 35px 0;
    position: relative;
    z-index: 10;
}

.flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.content {
    width: 46.5%;
}

.content:nth-of-type(2) {
    width: 49%;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 10px -20px;
}

.solical {
    margin: 8px 0 0;
    display: inline-block;
}

.solical img {
    margin: 0 5px;
}

footer {
    margin: -100px 0 0;
}

p {
    margin-bottom: 1rem;
}

.color {
    color: #009ee3 !important;
}

h1 {
    margin: -8px 0 16px;
    font-size: 41px;
    line-height: 1.2;
    color: #5b2873;
}

h1 small {
    font-size: 19px;
    display: block;
    margin: 10px 0 0;
}

h1 span:not(.nowrap) {
    font-size: 19px;
    margin: 6px 0 0;
}

h2 {
    font-size: 78px;
    line-height: 1.1;
    margin: 0 0 10px;
    color: #5b2873;
}

:is(h2, h3, h5) {
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 400;
}

h3 {
    font-size: 2rem;
    line-height: 1.875rem;
    margin: 0 0 0.375rem;
    color: #00aeef;
}

h4 {
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
}

h4 strong {
    font-size: 18px;
    color: #5b2873;
}

h5 {
    color: #5b2873;
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 16px;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 1rem;
    margin: 0 0 6px;
}

ul li:before {
    content: "\2022";
    float: left;
    color: #5b2873;
    font-size: 1.5625rem;
    text-indent: -1rem;
}

ul li.li-color:before {
    color: #009ee3;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #5b2873;
    text-decoration: none;
    white-space: nowrap;
}

.link {
    border-bottom: 2px solid;
}

.lila {
    color: #5b2873;
}

.height {
    line-height: 2;
}

.font {
    font-size: 20px;
    line-height: 1.3;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.box {
    position: absolute;
    z-index: 3;
    left: 38px;
    bottom: -36px;
    width: 46.5%;
}

@media screen and (max-width:974px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    .logo {
        width: 100%;
        padding: 1rem;
    }

    .logo-top {
        min-width: 296px;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    article {
        padding: 16px 16px 0;
    }

    :is(ul, p) {
        hyphens: auto;
    }

    :is(h4, p) span {
        white-space: nowrap;
    }

    h1 .small {
        white-space: nowrap;
    }

    h1 .nowrap {
        white-space: nowrap;
    }

    h1 {
        font-size: 32px;
        margin: 0 0 16px;
    }

    h2 {
        margin: 0 0 30px;
        font-size: 80px;
        line-height: 70px;
    }

    br:not(h1 br) {
        display: none;
    }

    .box {
        left: 16px;
        bottom: -5%;
    }

    .box br {
        display: inline;
    }
}

@media screen and (max-width:800px) {
    .box {
        bottom: -2%;
    }
}

@media screen and (max-width:767px) {
    .flex {
        flex-wrap: wrap;
    }

    .content {
        width: 100% !important;
    }

    .benefit {
        margin-left: 0;
    }

    footer {
        margin: 0;
    }

    h1 small {
        display: inline !important;
    }

    h1 br {
        display: none;
    }

    .box {
        position: static;
        width: auto;
        margin: 12px 0 0;
    }

    .box br {
        display: none;
    }
}

@media screen and (max-width:600px) {
    header {
        flex-direction: column;
        align-items: center;
    }

    header div {
        min-width: 100% !important;
    }

    .logo {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width:399px) {
    h2 {
        font-size: 68px;
        line-height: 1;
    }
}