@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-700.woff') format('woff'), url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

#wrapper {
    max-width: 990px;
    margin: 16px auto;
    border: 1px solid #CBCBCB;
    padding: 60px 85px 30px;
    background-color: #fff;
    overflow: hidden;
}

header {
    padding: 0 0 25px;
    display: flex;
    justify-content: center;
}

p span {
    white-space: nowrap;
}

:is(footer p, .center) {
    text-align: center;
}

.border span:not(.color) {
    margin: 0 3px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.color {
    color: #19203b;
}

.font {
    font-size: 11px;
    margin: 12px 0;
}

.border {
    margin: 0 -55px;
    font-size: 14px;
    padding: 5px 0;
    color: #c79c3e;
    border-top: 1px solid #c79c3e;
    border-bottom: 1px solid #c79c3e;
}

hr {
    border: 0;
    width: 20px;
    height: 2px;
    margin: 70px auto 10px;
    background: #c79c3e;
}

:is(strong, h1, h2) {
    font-weight: 700;
}

h1 {
    margin: 0 0 10px;
    font-size: 23px;
    text-align: center;
}

h1 span {
    display: block;
    font-weight: 400;
    font-size: 20px;
}

h2 {
    font-size: 16px;
    margin: 0 0 16px;
}

:is(p, ul) {
    margin: 0 0 16px;
}

ul {
    list-style: none;
}

ul li {
    hyphens: auto;
    padding-left: 68px;
    text-align: left;
}

li:before {
    content: "\25A0";
    float: left;
    margin-top: 3px;
    font-size: 14px;
    text-indent: -36px;
    line-height: 1;
}

ul ul {
    margin-bottom: 0;
}

ul ul li {
    hyphens: auto;
    padding-left: 27px;
    text-align: left;
}

li li:before {
    content: "\27A2";
    font-size: 20px;
    margin-top: 1px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #19203b;
    text-decoration: none;
    white-space: nowrap;
}

.center {
    text-align: center;
}

a.link {
    color: #0563c1 !important;
    text-decoration: underline !important;
}

img {
    max-width: 100%;
}

@media all and (max-width:989px) {
    #wrapper {
        margin: 0 auto;
        padding: 5% 5% 1rem;
        border: none;
    }

    :is(p, ul) {
        text-align: left;
        text-wrap: pretty;
        hyphens: auto;
    }

    :is(.font, .border) {
        font-size: 0.8125rem;
    }

    .border {
        margin: 0;
        hyphens: none;
        padding: 5px;
    }
}

@media all and (max-width:767px) {
    #wrapper {
        padding: 1rem;
    }

    ul li {
        padding-left: 20px;
    }

    li:before {
        text-indent: -20px;
    }

    hr {
        margin-top: 40px;
    }
}

@media all and (max-width:424px) {
    .link {
        white-space: normal !important;
        word-break: break-all;
    }
}