@charset "utf-8";
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    src: url('mukta-v13-latin-regular.eot');
    src: local(''), url('mukta-v13-latin-regular.eot@') format('embedded-opentype'), url('mukta-v13-latin-regular.woff2') format('woff2'), url('mukta-v13-latin-regular.woff') format('woff'), url('mukta-v13-latin-regular.ttf') format('truetype'), url('mukta-v13-latin-regular.svg') format('svg');
}
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    src: url('mukta-v13-latin-700.eot');
    src: local(''), url('mukta-v13-latin-700.eot@') format('embedded-opentype'), url('mukta-v13-latin-700.woff2') format('woff2'), url('mukta-v13-latin-700.woff') format('woff'), url('mukta-v13-latin-700.ttf') format('truetype'), url('mukta-v13-latin-700.svg') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3em 'Mukta', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto;
    border: solid 2px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 1rem 1.25rem 0.5rem;
}
:is(h1, strong) {
    font-weight: 700;
}
h1 {
    margin: 1rem 0 1.5rem 3.5rem;
    font-size: 2.1em;
    line-height: 1.2em;
}
h1 span {
    font-size: 1.125rem;
}
h1::before {
    content: "•";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -1.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    display: flex;
    justify-content: center;
}
article {
    padding: 0.5rem 0 1rem;
}
article p {
    padding-bottom: 0.5rem;
}
article :is(p:first-of-type, p:nth-of-type(2)) {
    font-size: 0.938em;
    line-height: 1.3em;
}
footer p {
    font-size: 1.125em;
    line-height: 1.3em;
}
figure {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    align-items: flex-end;
    gap: 0 2rem;
    bottom: 0.75rem;
    right: 2rem;
    width: 370px;
    margin: 0;
}
figure a:last-of-type {
    display: inline-block;
    margin-right: 1rem;
}
@media only screen and (max-width:849px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    p span {
        display: inline-block;
    }
    footer p {
        padding: 0 0 1rem;
        text-align: center;
    }
    figure {
        position: static;
        width: 100%;
    }
    figure a {
        margin: 0 !important;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        margin-left: 0.9rem;
    }
}