@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.3 Arial, sans-serif;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 930px;
    border: 1px solid #000;
    background: #fff;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.link {
    color: #2100EE;
    text-decoration: underline;
}
p {
    padding-bottom: 1.125rem;
}
h1 {
    margin: 1.25rem 0 2.25rem;
    font-size: 2.4em;
    line-height: 1.1em;
}
h2 {
    font-size: 1.313em;
    line-height: 1.3;
    padding-bottom: 0.5rem;
}
h3 {
    font-size: 1.17em;
    line-height: 1.3;
    margin-bottom: 0.85rem;
}
ul {
    padding: 0 0 1.125rem;
    list-style: none;
}
li {
    padding-left: 0.9rem;
    background: url('../images/icon_bg.png') no-repeat 0 4px;
}
img {
    max-width: 100%;
    height: auto;
}
article {
    padding: 1.5rem 1.5rem 3rem;
}
article .text {
    font-size: 0.8em;
    line-height: 1.3;
    padding-bottom: 5.5rem;
}
footer {
    position: absolute;
    bottom: 1.5rem;
    left: 25rem;
}
footer p {
    padding-bottom: 0.8rem;
}
.trackingpixel {
    height: 0;
    width: 0;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    footer {
        left: 23rem;
    }
    h1 {
        font-size: 2em;
    }
}
@media only screen and (max-width:780px) {
    br {
        display: none;
    }
    h1 {
        font-size: 1.8em;
    }
    article {
        padding-bottom: 0.5rem;
    }
    article .text {
        padding-bottom: 1.125rem;
    }
    footer {
        position: static;
        padding: 0 1.5rem;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.5em;
        line-height: 1.2;
        margin: 0 0 1.125rem;
    }
    article {
        padding: 0.75rem 1rem;
    }
    footer {
        position: static;
        padding: 0 1rem;
    }
    footer section img {
        height: 37px;
    }
}