@charset "utf-8";

:root {
    font-size: 16px;
}

/* roboto-200 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/roboto-v49-latin-200.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v49-latin-200.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v49-latin-200.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v49-latin-200.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v49-latin-200.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v49-latin-200.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v49-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v49-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v49-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v49-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v49-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v49-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-v49-latin-600.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v49-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v49-latin-600.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v49-latin-600.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v49-latin-600.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v49-latin-600.svg#Roboto') format('svg');
    /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: linear-gradient(to bottom, #03597B 51%, #FFFFFF);
}

h1 {
    text-align: center;
    margin: 26px 0;
    font-weight: normal;
}

h2 {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}

h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 50px -50px 16px;
}

h4 {
    font-style: italic;
    font-size: 17px;
    margin-top: 50px;
}

h5 {
    font-size: 17px;
    color: #fff;
}

h5 span {
    color: #EE1D25;
    font-style: italic;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 10px 0;
}

.section-title::before,
.section-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: white;
    margin: 0 10px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

header {
    padding: 30px 0 50px;
}

article {
    padding: 0 40px 40px;
}

footer {
    position: relative;
    background: url(../images/mann.png) no-repeat bottom left 10%;
    background-size: contain;
    text-align: right;
    color: #02587A;
    padding: 450px 30px 20px;
}

.web {
    color: #EE1D25;
    font-style: italic;
}

aside {
    position: absolute;
    right: -2px;
    top: 100px;
    border: 2px dashed #EE1D25;
    padding: 20px 1px 16px 20px;
    text-align: left;
    width: 270px;
}

aside p {
    color: #EE1D25;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 16px 0;
    column-gap: 10px;
}

aside p span {
    width: 64%;
}

aside img {
    max-width: 50px;
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h3 {
        font-weight: normal;
        font-size: 18px;
        margin: 16px -20px;
    }

    h4 {
        margin-top: 20px;
    }

    header {
        padding: 0 0 20px;
    }

    article {
        padding: 0 16px 16px;
    }
}

@media only screen and (max-width: 668px) {
    h1 {
        font-size: 24px;
    }

    footer {
        background: none;
        background-size: contain;
        text-align: center;
        color: #02587A;
        padding: 20px 16px 10px;
    }

    footer > p br {
        display: block;
    }

    br {
        display: none;
    }

    aside {
        position: static;
        padding: 16px;
        text-align: center;
        margin-bottom: 20px;
        width: auto;
    }

    aside p {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 16px 0;
        column-gap: 10px;
    }

    aside p span {
        width: 60%;
    }

    aside img {
        width: 60%;
    }
}

@media only screen and (max-width: 30rem) {}

@media only screen and (max-width: 23.438rem) {}