@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot');
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.eot');
    src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 0.875em/1.3em 'Roboto', Arial, sans-serif;
    background: #C8C8C8;
}
#wrapper {
    position: relative;
    max-width: 768px;
    margin: 1rem auto;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1em;
    line-height: 1.3;
}
h1 small {
    display: block;
    font-size: 0.8em;
}
h2 {
    font-size: 1.125rem;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
h2, a.color {
    color: #cc1e1c;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
li:before {
    content: "•";
    font-size: 1.5em;
    float: left;
    margin: -1px 0 0 -1rem;
}
header p {
    color: #7f7f7f;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 0.5rem;
}
.slider, .box, footer {
    border: 1px dashed #000000;
    box-shadow: 0px 0px 20px -12px rgba(0, 0, 0, 1);
    background: #fff;
}
.box, footer {
    padding: 2rem 2rem 1rem;
}
.slider, .box {
    margin-bottom: 1.25rem;
}
.slider img {
    width: 100%;
}
.slider {
    position: relative;
    padding: 0;
}
.slider img:first-child {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
}
.slider img:not(:first-child) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.slider img:first-child:nth-last-child(2), .slider img:first-child:nth-last-child(2)~img {
    animation-duration: 10s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
.slider img:first-child:nth-last-child(2) {
    animation-name: fade-2-1;
}
.slider img:nth-child(2):nth-last-child(1) {
    animation-name: fade-2-2;
}
@keyframes fade-2-1 {
    0% {
        opacity: 1;
        animation-timing-function: ease-in;
    }
    45% {
        opacity: 1;
        animation-timing-function: ease-in;
    }
    55% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    92% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-2-2 {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    45% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    55% {
        opacity: 1;
        animation-timing-function: ease-in;
    }
    92% {
        opacity: 1;
        animation-timing-function: ease-in;
    }
    100% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
}
@media only screen and (max-width:767px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
}
@media only screen and (max-width:480px) {
    .box, footer {
        padding: 1rem 1rem 0;
    }
    li {
        padding-left: 1rem;
    }
}