@charset "utf-8";
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mukta-v13-latin-regular.eot');
    src: local(''),
        url('../fonts/mukta-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mukta-v13-latin-regular.woff2') format('woff2'),
        url('../fonts/mukta-v13-latin-regular.woff') format('woff'),
        url('../fonts/mukta-v13-latin-regular.ttf') format('truetype'),
        url('../fonts/mukta-v13-latin-regular.svg#Mukta') format('svg');
}
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/mukta-v13-latin-700.eot');
    src: local(''),
        url('../fonts/mukta-v13-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mukta-v13-latin-700.woff2') format('woff2'),
        url('../fonts/mukta-v13-latin-700.woff') format('woff'),
        url('../fonts/mukta-v13-latin-700.ttf') format('truetype'),
        url('../fonts/mukta-v13-latin-700.svg#Mukta') format('svg');
}
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/mukta-v13-latin-800.eot');
    src: local(''),
        url('../fonts/mukta-v13-latin-800.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mukta-v13-latin-800.woff2') format('woff2'),
        url('../fonts/mukta-v13-latin-800.woff') format('woff'),
        url('../fonts/mukta-v13-latin-800.ttf') format('truetype'),
        url('../fonts/mukta-v13-latin-800.svg#Mukta') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #013371;
    font: 400 1em/1.3em 'Mukta', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 880px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 4rem 4rem 3rem;
}
:is(h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 2rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 3.15em;
    line-height: 1.1;
    font-weight: 800;
}
h1 span {
    display: block;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
    position: relative;
    color: #000;
}
li:before {
    content: "\25A0";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -1px;
    color: #458DCB;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.info {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    font-weight: 700;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.left, .right {
    width: 48%;
}
.flexbox {
    display: flex;
    justify-content: space-around;
    margin: 1.5rem 0 3rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.flexbox>div p {
    text-align: center;
}
.flexbox>div img {
    display: block;
    margin: 0 auto 0.75rem;
}
.big {
    font-size: 1.313em;
    line-height: 1.3;
}
header {
    padding: 0 0 4rem;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
@media only screen and (max-width:879px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 3rem;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    h1 {
        font-size: 2.3em;
    }
    article br {
        display: none;
    }
    .flexbox>div {
        width: 157px;
    }
    .flexbox>div p {
        hyphens: none;
    }
}
@media only screen and (max-width:768px) {
    #wrapper {
        padding: 2rem;
    }
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
    h1 {
        font-size: 2em;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    h1 {
        font-size: 1.7em;
    }
    header {
        padding-bottom: 1.5rem;
    }
    .flexbox {
        margin-bottom: 1rem;
    }
    .flexbox>div.custom {
        width: 140px;
    }
}