










/* TAGS */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
}
/* MEDIA */
audio, canvas, progress, video {
    vertical-align: baseline;
    display: inline-block;
}
audio:not([controls]) {
    height: 0;
    display: none;
}
[hidden], template {
    display: none;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0 0 10px;
}
figcaption {
    text-align: center;
    margin-top: 5px;
}
/* TYPING */
a {
    background-color: #0000;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}
p {
    margin-top: 0;
    color: var(--heading-color);
    letter-spacing: -0.18px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
/* HEADING */
h1 {
    margin: 0.67em 0;
    font-size: 1em;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
}
h1 {
    color: var(--heading-color);
    letter-spacing: -2.16px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 100%;
}
h2 {
    color: var(--heading-color);
    letter-spacing: -1.44px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 110%;
}
h3 {
    color: var(--heading-color);
    letter-spacing: -1.12px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
}
h4 {
    color: var(--heading-color);
    letter-spacing: -0.56px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
}
h5 {
    color: var(--heading-color);
    letter-spacing: -0.48px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}
h6 {
    letter-spacing: -0.11px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1440px) {
}
@media screen and (min-width: 1920px) {
}
@media screen and (max-width: 991px) {
    h2 {
        font-size: 38px;
   }
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 36px;
   }
}
@media screen and (max-width: 479px) {
    h2 {
        font-size: 28px;
   }
}
/* BUTTON & INPUT */
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
    appearance: button;
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    appearance: none;
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
button, [type="button"], [type="reset"] {
    cursor: pointer;
    appearance: button;
    -webkit-appearance: button;
    border: 0;
}
/* TABLE */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/* LIST */
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}