:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-mono-v23-latin-regular.eot');
    src: url('../fonts/roboto-mono-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-mono-v23-latin-regular.woff2') format('woff2'), url('../fonts/roboto-mono-v23-latin-regular.woff') format('woff'), url('../fonts/roboto-mono-v23-latin-regular.ttf') format('truetype'), url('../fonts/roboto-mono-v23-latin-regular.svg#RobotoMono') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-mono-v23-latin-700.eot');
    src: url('../fonts/roboto-mono-v23-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-mono-v23-latin-700.woff2') format('woff2'), url('../fonts/roboto-mono-v23-latin-700.woff') format('woff'), url('../fonts/roboto-mono-v23-latin-700.ttf') format('truetype'), url('../fonts/roboto-mono-v23-latin-700.svg#RobotoMono') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 1.375;
    font-family: 'Roboto', Arial, sans-serif;
    color: #fff;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 910px;
    margin: 16px auto;
    border: 1px solid #000;
    padding: 16px;
    overflow: hidden;
    background-color: #000;
}

:is(strong, h3) {
    font-weight: 700;
}

:is(h1, h2) {
    font-family: 'Roboto Mono', Arial, sans-serif;
}

h1 {
    margin: 16px 0;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
}

h2 {
    margin: 16px 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

h2 strong {
    font-weight: 400;
    flex: 1 1 0;
}

h2 img {
    border: 1px solid #005380;
    width: 60px;
    height: 60px;
    padding: 6px 7px;
}

h3 {
    margin: 4px 0;
    font-size: 20px;
    line-height: 1.3;
}

h4 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
}

p:not(:last-of-type) {
    margin-bottom: 16px;
}

.subtitle p {
    margin-bottom: 2px;
    color: #979EA1;
}

.subtitle>div {
    margin-bottom: 24px;
}

.subtitle span {
    padding: 2px 12px;
    background-color: #005380;
    color: #fff;
    border-radius: 16px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.3;
}

.flexicon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.flexicon img {
    width: 120px;
}

.flexicon>div {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
    flex-direction: column;
    gap: 16px;
}

footer p {
    text-align: center;
}

footer a {
    color: #000 !important;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    margin: 0 0 36px;
    list-style: none;
}

ul li {
    padding-left: 20px;
    margin: 12px 0;
}

ul li:before {
    content: "\2022";
    color: #fff;
    float: left;
    margin: -2px 0 0 -20px;
    font-size: 24px;
    line-height: 1em;
}

ul ul li:before {
    content: "\25CB";
    font-size: 16px;
    margin-top: 2px;

}


:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.button {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    border-radius: 50px;
    background: #0092E1;
    color: #0092E1;
    font: normal 500 18px/28px "Hyand Px Grotesk Mono", sans-serif;
    letter-spacing: 0.0112rem;
    margin-right: var(--spacing-6);
    max-width: fit-content;
    animation: animate 0.4s steps(8) forwards;
}

@media all and (max-width:909px) {
    #wrapper {
        margin: 0;
        padding: 16px;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }
}

@media all and (max-width:767px) {
    .flexicon>div {
        width: 100%;
        margin-bottom: 32px;
    }

    h1 {
        font-size: 6.25vw;
    }
}