/***** LETTER *****/

.doc-container {
	position: relative;
	overflow: auto;
}

.document {
    margin: 171px auto 121px auto;
    color: black;
    font-size: 17px;
    line-height: 1.4em;
    width: 90%;
    max-width: 777px;
}

.deciem-logo {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 41px;
    left: 38px;
    background: url('../logo.svg');
}

@media (max-width: 1024px) {
    .document {
        margin: 60px auto 120px;
    }

    .deciem-logo {
        display: none;
    }
}

.document h1 {
    color: black;
    font-size: 2em;
    line-height: 1.2em;
    font-family: AvantGardeGothicProBold, sans-serif;
    margin-bottom: 32px;
}

.document h2 {
    text-transform: none;
    font-size: 1rem;
    font-weight: bold
}

.document h3::before {
    font-size: 1rem;
}

.document h3 {
    text-transform: none;
    font-size: 1rem;
    font-weight: normal;
}

.document p {
    color: black;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.document b {
    font-weight: 800;
}

.document ul {
    list-style-type: disc;
    padding-left: 2rem;
    margin: 1rem 0;
}

.document li {
    font-size: 1rem;
}

.document a {
    font-family: MuseoSansRegular, sans-serif;
    color: #dc049b;
    text-decoration: underline;
    word-break: break-all;
}

.document .border td,
.document .border th {
    border: 1px solid #666;
}

.terms-table {
	border: 1px solid #ccc;
	padding: 5px;
	border-collapse: collapse;
	width: 100%;
	font-size: 1rem;
}

tr, td, th {
	border: 1px solid #ccc;
	padding:5px;

}

.document .content h2 {
    margin-top: 2rem;
    font-family: MuseoSansBold,sans-serif;
    font-weight: bold;
}

.document .content h3 {
    font-family: MuseoSansRegular, sans-serif;
}

.document table {
    margin-bottom: 1rem;
}

.content {
    max-width: 50.125rem;
    width: 100%;
    margin: 0 auto;
    font-family: MuseoSansLight;
}

.content h1 {
    font-size: 2.687rem;
    line-height: 3.225rem;
    font-weight: 700;
    font-family: AvantGardeGothicProBold, sans-serif;
}

.content p {
    font-size: 1rem;
    line-height: 1.485rem;
    font-weight: 400;
}

.latin-counter {
    list-style-type: upper-latin;
}

.sublist {
    list-style-type: none;
    padding-inline-start: 25px;
}

.sub-container {
    margin-left: 30px;
}

@media (max-width: 768px) {
    .content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 375px) {
    .content h1 {
        font-size: 2.125rem;
    }
}