@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/titillium-web-v17-latin-regular.eot');
    src: url('../fonts/titillium-web-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-web-v17-latin-regular.woff2') format('woff2'), url('../fonts/titillium-web-v17-latin-regular.woff') format('woff'), url('../fonts/titillium-web-v17-latin-regular.ttf') format('truetype'), url('../fonts/titillium-web-v17-latin-regular.svg#TitilliumWeb') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/titillium-web-v17-latin-600.eot');
    src: url('../fonts/titillium-web-v17-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-web-v17-latin-600.woff2') format('woff2'), url('../fonts/titillium-web-v17-latin-600.woff') format('woff'), url('../fonts/titillium-web-v17-latin-600.ttf') format('truetype'), url('../fonts/titillium-web-v17-latin-600.svg#TitilliumWeb') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/titillium-web-v17-latin-600italic.eot');
    src: url('../fonts/titillium-web-v17-latin-600italic.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-web-v17-latin-600italic.woff2') format('woff2'), url('../fonts/titillium-web-v17-latin-600italic.woff') format('woff'), url('../fonts/titillium-web-v17-latin-600italic.ttf') format('truetype'), url('../fonts/titillium-web-v17-latin-600italic.svg#TitilliumWeb') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #767676;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
}

h1,
h3 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.1;
    margin: 0;
    padding: 1rem .812rem;
    background: #3baa33;
    color: #fff;
    font-weight: 700;
    opacity: 0.9;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.1;
    color: #3baa33;
    font-weight: 600;
    margin: 0 1.375rem .625rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #3baa33;
    display: inline-block;
    text-decoration: none;
    white-space: normal;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 1rem;
}

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;
}

span {
    white-space: nowrap
}

header {
    position: relative;
    z-index: 0;
}

.flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: .625rem;
    right: 1.25rem;
    z-index: 11;
    width: 88%
}

header p {
    text-align: left;
    font-size: 1.063rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.margin {
    margin-bottom: 3rem;
}

.padding {
    padding: 1.25rem 5rem 1.25rem;
}

.table {
    border-top: 1px solid #bbbcbe;
    border-left: 1px solid #bbbcbe;
    border-right: 1px solid #bbbcbe;
}

.table div {
    display: flex;
}

.table div p {
    padding: .3rem;
    margin: 0;
    text-align: right;
    border-bottom: 1px solid #bbbcbe;
    display: flex;
    align-items: center;
    justify-content: end;
}

.table div p:first-of-type {
    flex: 1 1 auto;
    border-right: 1px solid #bbbcbe;
}

.table div p:last-of-type {
    flex: 0 0 10rem;
}

section {
    border-radius: 1.5rem;
    box-shadow: inset 0.25rem 0.25rem 0.6875rem 0.125rem rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 1rem;
    margin: 0 0 1rem;
}

footer {
    padding: 0 5rem 3rem;
}

.slider {
    position: relative;
}

.slider>img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: imageAnimation 36s linear infinite 0s;
}

.slider>img:nth-of-type(1) {
    position: static;
    opacity: 1;
}

.slider>img:nth-of-type(2) {
    animation-delay: 6s;
}

.slider>img:nth-of-type(3) {
    animation-delay: 12s;
}

.slider>img:nth-of-type(4) {
    animation-delay: 18s;
}

.slider>img:nth-of-type(5) {
    animation-delay: 24s;
}

.slider>img:nth-of-type(6) {
    animation-delay: 30s;
}

@keyframes imageAnimation {
    4% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    22% {
        opacity: 0;
    }
}

@media only screen and (max-width:49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1,
    h3 {
        font-size: 1.875rem;
        margin: 0;
        padding: .625rem;
    }

    h2 {
        font-size: 1.125rem;
    }

    header p {
        text-align: center;
        padding: .625rem
    }

    .flex {
        position: static;
        width: 100%;
        background-color: #3baa33;
        padding: 1rem 0 0;
        flex-direction: column;
    }

    section {
        background-color: #fff;
        padding: 1rem;
        margin: 0 0 1rem;
    }

    .padding {
        padding: 1rem 0;
    }

    .padding:last-of-type p:nth-of-type(1) {
        margin-bottom: 1rem
    }

    footer {
        padding: 0
    }
}

@media only screen and (max-width:29.937rem) {

    h1,
    h3 {
        font-size: 1.375rem;
    }

    .table div p:last-of-type {
        flex: 0 0 6rem;
    }
}