@font-face {
    font-display: swap;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/exo-2-v20-latin-300.eot');
    src: url('../fonts/exo-2-v20-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-2-v20-latin-300.woff2') format('woff2'), url('../fonts/exo-2-v20-latin-300.woff') format('woff'), url('../fonts/exo-2-v20-latin-300.ttf') format('truetype'), url('../fonts/exo-2-v20-latin-300.svg#Exo2') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/exo-2-v20-latin-700.eot');
    src: url('../fonts/exo-2-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-2-v20-latin-700.woff2') format('woff2'), url('../fonts/exo-2-v20-latin-700.woff') format('woff'), url('../fonts/exo-2-v20-latin-700.ttf') format('truetype'), url('../fonts/exo-2-v20-latin-700.svg#Exo2') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Exo 2', Arial, sans-serif;
    color: #000;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 997px;
    margin: 1rem auto;
    box-shadow: -0.5px 3px 15px #999;
    overflow: hidden;
    background-color: #fff;
}

h1 {
    margin: 16px 0;
    font-size: 38px;
    line-height: 39px;
    font-weight: 400;
    color: #007FBA;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 44px;
    line-height: 57px;
    font-weight: 700;
}

h4 span {
    display: inline-block;
    background: hsl(199.03deg 100% 36.47% / 85%);
    color: #fff;
    padding: 12px;
}

h4 {
    font-size: 24px;
    margin: -10px 0 30px;
    line-height: 34px;
    font-weight: 400;
}

h2 span {
    background: rgb(2 70 102 / 81%);
    display: inline-block;
    color: #fff;
    padding: 14px 2rem;
    margin: 0 0 0 -2rem;
}

h3 {
    font-size: 29px;
    margin: 32px 0 8px;
    font-weight: 700;
    line-height: 31px;
    color: #007FBA;
}

strong {
    font-weight: 700;
}

p:not(:last-child) {
    margin-bottom: 1rem;
    text-align: justify;
}

article {
    margin: -90px 0 0;
    padding: 0 60px 21px;
}

.slider {
    margin: 53px -30px;
}

.info {
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.info span {
    padding: 10px;
    display: inline-block;
    background: #007FBA;
    color: #fff;
}

footer {
    background: #007FBA;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer :is(p, a) {
    color: #fff !important;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0 0 1rem;
    list-style: none;
}

ul li {
    padding-left: 14px;
}

ul li:before {
    content: "\2022";
    color: #000;
    float: left;
    font-size: 25px;
    line-height: 17px;
    text-indent: -14px;
}

img {
    max-width: 100%;
}

@keyframes slidy {
    0% {
        opacity: 0;
    }

    4% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    24% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

:is(.slider, .slider img:nth-of-type(1)) {
    position: relative;
}

.slider img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    animation: slidy 25s linear 0s infinite normal forwards;
    vertical-align: bottom;
}

.slider img:nth-child(2) {
    animation-delay: 5s;
}

.slider img:nth-child(3) {
    animation-delay: 10s;
}

.slider img:nth-child(4) {
    animation-delay: 15s;
}

.slider img:nth-child(5) {
    animation-delay: 20s;
}

.iframe_wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.iframe_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    border: none;
}

@media (max-width: 996px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    :is(p, ul, h1) {
        hyphens: auto;
        text-wrap: pretty;
    }

    p:not(:last-child) {
        text-align: left;
    }
}

@media (max-width: 767px) {
    article {
        margin: 0;
        padding: 0 1rem;
    }

    img {
        vertical-align: bottom;
    }

    footer {
        padding: 1rem;
    }

    h2 {
        margin: 0 -1rem;
    }

    h2 span {
        padding: 14px 2.75rem;
    }

    h4 {
        margin: 0 -1rem 1rem;
    }

    p span {
        white-space: nowrap;
    }

    .slider {
        margin: 53px -1rem;
    }
}

@media (max-width: 520px) {
    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    footer {
        text-align: center;
    }

    h2 {
        line-height: 30px;
        font-size: 31px;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    h3 {
        font-size: 22px;
    }
}