@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #212529;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 750px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 25px;
}

span {
    white-space: nowrap;
}

p strong {
    color: #334248;
}

.bottom {
    margin: 0 0 47px;
}

h1 {
    color: #334248;
    margin: 40px 0 .625rem;
    font-size: 2rem;
}

h1 + p {
    color: #191414;
}

h2 {
    color: #334248;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase;
}

ul {
    list-style: none;
    margin: 0 0 90px;
    padding: 0;
}

ul li {
    padding: 0 0 8px 30px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.25rem;
    font-size: 1.375rem;
    line-height: 0.9;
}

hr {
    height: .062rem;
    margin: 50px 0 40px;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

header {
    padding: 30px 16px 10px;
    text-align: center;
    border-bottom: solid 48px #334248;
}

article img {
    margin: 20px auto;
}

.iframe-wrapper {
    width: 75%;
    position: relative;
    padding-bottom: 38%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
    margin: 0 0 25px;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

small {
    font-size: 14px;
}

.small {
    margin: 0 0 16px;
}

a.button {
    background-color: #334248;
    display: inline-block;
    border-radius: 2px;
    padding: 12px 36px;
    border: 0;
    color: #eaf0f2;
    font-size: 18px;
}

footer {
    margin: 90px 0;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    article {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 749px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    article {
        padding: 0 16px;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    
    
}

@media only screen and (max-width: 650px) {
    h1 {
        text-align: center;
        margin: 30px 0 10px;
    }

    hr {
        margin: 40px 0;
    }

    h1 + p {
        text-align: center
    }
    
    .iframe-wrapper {
    width: 100%;
    padding-bottom: 50%;
}

    footer {
        margin: 60px 0;
    }
}
