@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

body {
    font-family: 'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #6b6b6b;
    margin: 8px;
}
header {
    margin: 20px 0;
    text-align: center;
}
footer {
    text-align: center;
    margin: 40px 0 30px 0;
}
strong {
    font-weight: 600;
    color: #333;
}
a {
    color: #6b6b6b !important;
    text-decoration: underline;
}
h1, h2, h3, h4 {
    color: #111;
}
h1 {
    margin: 20px 0;
    font-size: 30px;
    text-align: center;
    line-height: 1.1em;
    font-weight: 600;
    letter-spacing: -.03em;
}
h4 {
    margin: 15px 0 4px;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
}
p {
    font-size: 1em;
    margin-top: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.4em;
}
.image-box {
    position: relative;
    width: 100px;
    margin: 0 auto;
}
.image-box:after {
    padding-top: 100%;
    display: block;
    content: '';
}
.image-box__content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}
.image-box img {
    width: 100%;
}
.container {
    text-align: justify;
    font-size: 16px;
}
.container:before,
.container:after {
    content: none;
}
table {
    margin: 15px 0;
}
table tr td {
    padding: 10px;
    border: 1px solid transparent;
    border-color: inherit;
    text-align: left;
}
