@charset "utf-8";

@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 Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #212529;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 66.875rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

span {
    white-space: nowrap;
}

h1 {
    font-size: 2.562rem;
    font-weight: normal;
    line-height: 1.2;
    margin: 1.25rem 0 2.5rem;
    color: #ce656a;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    text-transform: uppercase;
}

h2 {
    color: #fff;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0 0 1.25rem;
}

h3 {
    font-size: 1.063rem;
    margin-bottom: .625rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.125rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.125rem;
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: 'Arial', sans-serif;
}

.margin {
    margin: 0 0 2.5rem;
}

header {
    padding: 0 0 .125rem;
    border-bottom: 0.25rem solid #004893;
}

.logo {
    display: flex;
    justify-content: right;
}

article {
    width: 70%;
}

.top {
    background-color: #ce656a;
    padding: 0.625rem 1.875rem 0.625rem 1.5625rem;
    position: absolute;
    font-size: 1.375rem;
    bottom: 95%;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}

.button {
    display: flex;
    align-items: center;
    width: fit-content;
    color: #fff;
    border-radius: 2.1875rem;
    -webkit-box-shadow: 0 0.4375rem 0.625rem -0.3125rem hsla(0, 0%, 60%, .86);
    -moz-box-shadow: 0 0.4375rem 0.625rem -0.3125rem hsla(0, 0%, 60%, .86);
    box-shadow: 0 0.4375rem 0.625rem -0.3125rem hsla(0, 0%, 60%, .86)
}

.angle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 0.625rem;
    color: #fff;
    background: #004893;
}

.container,
.info {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.container {
    padding: 3.125rem 0 1.25rem;
}

section {
    width: 49%;
}

.info:not(:last-of-type) {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, .1);
    padding: 0 0 0.625rem;
    margin: 0 0 0.625rem;
}

.left {
    width: 40%;
    color: #004893;
    font-weight: 700;
}

.right {
    width: 60%;
    font-weight: 700;
}

.right .flex {
    display: inline-block;
}

.ikon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    box-shadow: 0 0.4375rem 0.9375rem rgba(0, 0, 0, .4);
    border-radius: 100%;
    margin-left: 0.625rem;
}

.info .ikon {
    background-color: #004893;
    width: 1.875rem;
    height: 1.875rem;
}

footer .ikon {
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
}

.symbol {
    -webkit-text-fill-color: transparent;
}

.info .symbol {
    -webkit-text-stroke-width: 0.0625rem;
    -webkit-text-stroke-color: #fff;
}

footer .symbol {
    -webkit-text-stroke-width: 0.125rem;
    -webkit-text-stroke-color: #004893;
}

footer {
    margin: 1.25rem auto 0;
    background: #004893;
    padding: 1.875rem;
    display: block;
    width: 40rem;
}

footer>div {
    display: flex;
    gap: 1rem;
}

footer p {
    color: #fff;
}

footer p strong {
    color: #e74c3c;
}

.bottom {
    padding: 0.3125rem 1.875rem 0.3125rem 1.5625rem;
    font-size: 1rem;
    color: #004893;
    background: #fff;
    box-shadow: 0 0.4375rem 0.9375rem rgba(0, 0, 0, .4);
}

@media only screen and (max-width: 66.812rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 62.437rem) {
    .top {
        position: static;
        transform: translate(0);
        margin: 0 auto 1.25rem;
        font-size: 1.125rem;
    }

    .container {
        flex-direction: column;
    }

    article,
    section {
        width: 100%;
    }

    .container {
        padding: 0.625rem 0;
    }
}

@media only screen and (max-width: 55.25rem) {
    h2 {
        font-size: 1.25rem;
        margin: 0 0 0.625rem;
    }
}

@media only screen and (max-width: 49.937rem) {
    .logo {
        justify-content: center;
    }

    .container {
        padding: 0.625rem 0;
    }

    footer {
        width: 100%;
    }
}

@media only screen and (max-width: 34.312rem) {
    h1 {
        font-size: 1.7rem;
        text-align: center;
        margin: .625rem 0 1.25rem;
    }

    .info {
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%;
    }

    footer {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer h2 {
        text-align: center
    }

    footer>div {
        flex-direction: column;
        align-items: center;
    }

    .social .ikon {
        margin: 0.3rem;
    }

    .margin {
        margin: 0 0 1rem;
    }

    ul {
        margin: 0 0 1.25rem 0;
    }
}