@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: #F4F6F8;
}

#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

h1 {
    text-align: center;
    font-size: 1.625rem;
    margin: .625rem 0 1.562rem;
    line-height: 1.3;
}

h2 {
    margin: 1.562rem 0 .625rem;
    font-size: 1.125rem;
}

h3 {
    font-size: 1.25rem;
    margin: 0 0 1.25rem;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.1;
}

h4 span {
    font-size: 0.8rem;
    font-weight: 400;
    color: #8c95a6;
}

p {
    margin: 0 0 .625rem;
}

ul {
    margin: 0 0 1rem 2.4rem;
}

ul li {
    margin-bottom: 0.5rem;
}

hr {
    border-bottom: .062rem solid #e7e7e7;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 1.875rem 0;
}

header {
    margin: 0 0 1.25rem;
}

main {
    display: flex;
    justify-content: space-between;
}

article {
    width: 59%;
    background: #fff;
    border-radius: .625rem;
    padding: 1.875rem;
    box-shadow: 0 .625rem 1.25rem -.625rem rgba(0, 0, 0, .1);
}

.center {
    text-align: center;
    margin: 1.875rem 0;
}

a.button {
    transition: all .2s ease-in-out;
    background-color: #456;
    box-shadow: rgba(0, 14, 35, .1) 0 .125rem .125rem, rgba(0, 14, 35, .1) 0 .25rem .25rem, rgba(0, 14, 35, .1) 0 .5rem .5rem, rgba(0, 14, 35, .1) 0 1rem 1rem, rgba(0, 14, 35, .3) 0 0 1.25rem;
    padding: .937rem 8.75rem;
    color: #fff;
    border-radius: .375rem;
    margin-top: 1rem;
    display: inline-block;
}

a.button:hover {
    background-color: #789;
    box-shadow: rgba(0, 14, 35, .2) 0 .125rem .125rem, rgba(0, 14, 35, .2) 0 .25rem .25rem, rgba(0, 14, 35, .2) 0 .5rem .5rem, rgba(0, 14, 35, .2) 0 1rem 1rem, rgba(0, 14, 35, .3) 0 0 1.25rem;
}

footer {
    width: 39%;
}

.weiss {
    background: #FFF;
    padding: 1.25rem 1.5rem 1.5rem 1.5rem;
    box-shadow: 0 .625rem 1.25rem -.625rem rgba(0, 0, 0, .1);
    margin: 0 0 1.25rem;
    border-radius: .625rem;
}

.weiss :is(p, ul) {
    font-size: 0.875rem;
}

.flex {
    display: flex;
    column-gap: 1rem;
    margin: 1.25rem 0 0;
}

.image {
    display: flex;
    gap: 1rem;
}

.image .logo {
    width: 20%;
}

.image h4 {
    width: 80%;
}

.flex .column:first-of-type {
    width: 65%;
}

:is(.flex, .line) i {
    margin-right: 0.5rem;
}

.line {
    line-height: 2;
    font-size: 0.875rem;
}

.weiss ul {
    margin: 0 0 0 1.3rem;
}

.flex1 {
    display: flex;
}

.flex1 p:nth-of-type(1) {
    width: 45%;
    margin: 0.5rem 0 0;
}

.flex1 p:nth-last-of-type(1) {
    width: 55%;
    margin: 0.5rem 0 0;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 76.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.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%;
    }
}



p span {
    white-space: nowrap;
}

@media only screen and (max-width: 72.437rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul {
        margin: 0 0 0 1.3rem;
    }
}

@media only screen and (max-width: 71rem) {

    .flex {
        column-gap: 3.125rem;
        flex-direction: column;
    }

    .flex .column:first-of-type {
        width: 100%;
    }

    .flex1 p:nth-of-type(1),
    .flex1 p:nth-of-type(2) {
        width: auto;
    }

    .flex1 {
        flex-direction: column;
    }

    .flex1 p:nth-of-type(2) {
        margin-bottom: .625rem;
    }
}

@media only screen and (max-width: 56.187rem) {
    main {
        flex-direction: column;
    }

    h1 {
        font-size: 1.25rem;
    }

    .flex {
        flex-direction: row;
    }

    .flex .column {
        width: 100%;
    }

    article,
    .weiss {
        width: auto;
        padding: .937rem;
    }

    footer {
        padding: 0;
        width: auto;
        margin: 1.25rem 0 0;
    }

    hr {
        display: none;
    }

    .flex1 p:nth-of-type(1),
    .flex1 p:nth-of-type(2) {
        text-align: center;
    }

    .weiss {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

}

@media only screen and (max-width: 31.187rem) {
    a.button {
        padding: .625rem 3.125rem;
    }

    .flex {
        flex-direction: column;
        align-items: center;
    }

    .flex p {
        text-align: center;
    }
}