@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/merriweather-v30-latin-regular.eot');
    src: url('../fonts/merriweather-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'), url('../fonts/merriweather-v30-latin-regular.woff') format('woff'), url('../fonts/merriweather-v30-latin-regular.ttf') format('truetype'), url('../fonts/merriweather-v30-latin-regular.svg#Merriweather') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/merriweather-v30-latin-700.eot');
    src: url('../fonts/merriweather-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-v30-latin-700.woff2') format('woff2'), url('../fonts/merriweather-v30-latin-700.woff') format('woff'), url('../fonts/merriweather-v30-latin-700.ttf') format('truetype'), url('../fonts/merriweather-v30-latin-700.svg#Merriweather') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #666;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    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;
}

ul {
    margin: 0 0 1.875rem;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0 0 0 1.25rem;
}

ul li:before {
    content: "";
    background-color: #000000;
    width: 0.375rem;
    height: 0.375rem;
    position: relative;
    display: block;
    float: left;
    top: 0.5rem;
    margin: 0 0 0 -1.25rem;
}

h1 {
    color: #000000;
    font-family: 'Merriweather', 'Arial', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 5.625rem 0 0.625rem;
}

h2 {
    color: #000000;
    font-family: 'Merriweather', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 1.5625rem;
    margin: 0 0 0.625rem;
}

h3 {
    color: #fff;
    font-family: 'Merriweather', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 1.5625rem;
    margin: 0 0 0.625rem;
}

header {
    max-width: 71.25rem;
    margin: 1rem auto;
}

.slider {
    overflow: hidden;
}

.slider figure {
    position: relative;
    width: 400%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 18s slidy infinite;
}

.slider img {
    width: 25%;
    float: left;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    30% {
        left: 0%;
    }

    33% {
        left: -100%;
    }

    64% {
        left: -100%;
    }

    67% {
        left: -200%;
    }

    97% {
        left: -200%;
    }

    100% {
        left: -300%;
    }
}

.infos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .625rem 1.25rem;
    margin: 0 0 1.875rem;
}

.info {
    display: flex;
    justify-content: flex-start;
    gap: 0.625rem;
}

.info i {
    color: #3f3c37;
    position: relative;
    top: 0.125rem;
}

.info>p {
    margin: 0;
}

.grey_background {
    color: #fff;
    background-color: #3F3C37;
}

.benefits_container,
.content {
    max-width: 71.25rem;
    margin: 1rem auto;
    padding: 1.875rem 1rem;
}

.benefits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0 0 1.25rem;
}

.benefit {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
}

.benefit>p {
    font-family: 'Merriweather', 'Arial', sans-serif;
    font-weight: 700;
    margin: 0;
    width: calc(100% - 3.75rem);
}

.benefit span {
    width: 2.5rem;
    display: flex;
    justify-content: center;
}

.benefit i {
    font-size: 1.7em;
}

footer {
    max-width: 71.25rem;
    margin: 1rem auto;
    padding: 1.875rem 1rem;
}

.button_container {
    margin: 2.5rem 0 0;
    display: flex;
    gap: 1rem;
}

a.btn {
    color: #fff;
    background-color: #11100f;
    font-weight: 700;
    width: 12.5rem;
    height: 2.875rem;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn:hover {
    background-color: #24221F;
}

@media only screen and (max-width: 71.1875rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        margin: 1.25rem 0 0.625rem;
    }

    header {
        margin: 0;
        padding: 1rem;
    }

    .infos {
        flex-wrap: wrap;
    }

    .benefits_container,
    .content {
        margin: 0;
        padding: 1rem;
    }

    .grey_background {
        margin: 0 0 1.875rem;
    }

    footer {
        padding: 1rem;
    }
}

@media only screen and (max-width: 43.75rem) {
    .benefits {
        flex-direction: column;
    }

    .benefit {
        width: 100%;
        gap: 1.25rem;
    }

    .center h2,
    .center p,
    footer h2 {
        text-align: center;
    }

    .button_container {
        margin: 1.25rem 0 0;
        flex-direction: column;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 27.5rem) {
    #wrapper {
        padding: .5rem;
    }

    header {
        display: flex;
        justify-content: center;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    .infos {
        flex-direction: column;
        align-items: flex-start;
    }

    footer {
        margin: 0;
    }
}