@font-face {
    font-display: swap;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/encode-sans-condensed-v10-latin-regular.eot');
    src: url('../fonts/encode-sans-condensed-v10-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/encode-sans-condensed-v10-latin-regular.woff2') format('woff2'), url('../fonts/encode-sans-condensed-v10-latin-regular.woff') format('woff'), url('../fonts/encode-sans-condensed-v10-latin-regular.ttf') format('truetype'), url('../fonts/encode-sans-condensed-v10-latin-regular.svg#EncodeSansCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/encode-sans-condensed-v10-latin-700.eot');
    src: url('../fonts/encode-sans-condensed-v10-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/encode-sans-condensed-v10-latin-700.woff2') format('woff2'), url('../fonts/encode-sans-condensed-v10-latin-700.woff') format('woff'), url('../fonts/encode-sans-condensed-v10-latin-700.ttf') format('truetype'), url('../fonts/encode-sans-condensed-v10-latin-700.svg#EncodeSansCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/encode-sans-condensed-v10-latin-900.eot');
    src: url('../fonts/encode-sans-condensed-v10-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/encode-sans-condensed-v10-latin-900.woff2') format('woff2'), url('../fonts/encode-sans-condensed-v10-latin-900.woff') format('woff'), url('../fonts/encode-sans-condensed-v10-latin-900.ttf') format('truetype'), url('../fonts/encode-sans-condensed-v10-latin-900.svg#EncodeSansCondensed') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Encode Sans Condensed', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #595853;
    background: #fff;
    font-weight: 400;
}

#wrapper {
    display: block;
    max-width: 850px;
    margin: 1rem auto;
    box-shadow: 0 0 15px 5px #ddd;
    overflow: hidden;
}

header .div-logo {
    padding: 1.562rem 2.5rem 1rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding: 30px 0 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.button {
	 background-color:#ef3e23;
	 width:200px;
	 margin: 10px 10px;
	 padding: 10px 10px 10px 10px;
	 border-radius: 5px;
	 color:#ffffff;
	 font-weight:bold;
	 text-align:center;}

.button a{
	 color:#ffffff;
	 font-weight:bold;
	 text-align:center; text-decoration:none;}
	 
.flexbox{	 
display: flex;
justify-content: left; }

article {
    padding: 0 2.5rem;
}

article section {
    background: #E7E2D3;
    margin: 0 -2.5rem 1.25rem;
    padding: 1.562rem 2.5rem;
    position: relative;
    box-shadow: -25px 3px 8px 2px #ccc;
    overflow: hidden;
}

article section:after {
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 1.562rem 1.562rem 0 0;
    border-color: #E53517 transparent transparent transparent;
    box-shadow: -1px 3px 5px 5px #ccc;
}

article section:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.562rem 1.562rem;
    border-color: transparent transparent #ffffff transparent;
}

.slider {
    position: relative;
    width: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    border: 1px solid #e8e8e8;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.937rem;
}

.slider img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    animation: imageAnimation 20s linear infinite 0s;
}

.slider img:nth-child(1) {
    position: relative;
    z-index: 1;
}

.slider img:nth-child(2) {
    animation-delay: 5s;
    z-index: 0;
}

.slider img:nth-child(3) {
    animation-delay: 10s;
    z-index: 0;
}

.slider img:nth-child(4) {
    animation-delay: 15s;
    z-index: 0;
}

iframe {
    border: none;
}

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        z-index: 0;
    }

    1.5% {
        animation-timing-function: ease-out;
        opacity: 1;
        z-index: 1;
    }

    24% {
        opacity: 1;
        z-index: 1;
    }

    25% {
        opacity: 0;
        z-index: 0;
    }

    100% {
        opacity: 0;
        z-index: 0;
    }
}

footer {
    border-top: 1px solid #595853;
    margin: 0 2.5rem;
    padding: 0.937rem 0;
}

footer>a {
    color: #a4a298 !important;
}

footer a:hover {
    color: #e43417 !important;
    text-decoration: none;
}

footer :is(span, span a) {
    color: #e53517 !important;
}

p {
    margin: 0 0 0.625rem;
}

h1 {
    display: block;
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 1.875rem 0;
    text-align: center;
}

:is(h2, strong) {
    font-weight: 700;
}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

ul {
    margin-bottom: 0.625rem;
    list-style: none;
}

ul li {
    padding-left: 0.937rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -0.937rem;
    font-size: 1.125rem;
    line-height: 1;
    color: #f00;
}



a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media only screen and (max-width:849px) {
    #wrapper {
        margin: 0;
        border: 0;
    }

    :is(h1, ul, p) {
        hyphens: auto;
        text-wrap: pretty;
    }

    header .div-logo {
        padding: 16px;
    }

    article {
        padding: 0 1rem;
    }

    article section {
        padding: 1rem;
        margin: 0 -1rem 1rem;
        box-shadow: none;
    }

    article section:after,
    article section:before {
        display: none;
    }

    footer {
        margin: 0 1rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 0.875rem;
    }

    :is(h1, ul) span {
        white-space: nowrap;
    }
		.button {
	margin: 5% 10px;
	padding:3%;
}
}

@media only screen and (max-width:480px) {
    header .div-logo {
        display: flex;
        justify-content: center;
    }

    h1 {
        font-size: 1.375rem;
    }
}