html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

sup {
    vertical-align: super; font-size: smaller
}

sub {
    vertical-align: sub; font-size: smaller
}

* {
    box-sizing: border-box;
}

a, a:visited {
    text-decoration: none;
    color: #222427;
}

html {
    font-size: 10px;
}

body {
    font-family: 'Assistant', sans-serif;
    background-color: #F4F4F4;
    max-width: 1980px;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

ul, p {
    margin-bottom: 1rem;
}

b, strong {
    font-weight: 700;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #eee;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    display: block;
    line-height: 1.1;
    font-weight: 700;
}

.h1 {
    font-size: 3.6rem;
    margin: 3rem 0 2rem 0;
}

.h2 {
    font-size: 3rem;
    margin: 2rem 0 1rem 0;
}

.h3 {
    font-size: 2.4rem;
    margin: 2rem 0 1rem 0;
}

.h4 {
    font-size: 1.8rem;
    margin: 1rem 0;
}

.h5 {
    font-size: 1.4rem;
    margin: 0.5rem 0;
}

.h6 {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}
