@font-face {
    font-display: swap;
    font-family: 'Zen Maru Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/zen-maru-gothic-v16-latin-regular.eot');
    src: url('../fonts/zen-maru-gothic-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/zen-maru-gothic-v16-latin-regular.woff2') format('woff2'), url('../fonts/zen-maru-gothic-v16-latin-regular.woff') format('woff'), url('../fonts/zen-maru-gothic-v16-latin-regular.ttf') format('truetype'), url('../fonts/zen-maru-gothic-v16-latin-regular.svg#ZenMaruGothic') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Zen Maru Gothic';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/zen-maru-gothic-v16-latin-700.eot');
    src: url('../fonts/zen-maru-gothic-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/zen-maru-gothic-v16-latin-700.woff2') format('woff2'), url('../fonts/zen-maru-gothic-v16-latin-700.woff') format('woff'), url('../fonts/zen-maru-gothic-v16-latin-700.ttf') format('truetype'), url('../fonts/zen-maru-gothic-v16-latin-700.svg#ZenMaruGothic') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Zen Maru Gothic', Arial, sans-serif;
    color: #FFF;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 910px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #000;
}

:is(strong, h1, h2, h3, .button a) {
    font-weight: 700;
}

h1 {
    margin: 2rem 0 1rem;
    font-size: 29px;
    line-height: 33px;
}

:is(h1, h1+p, h3, .contact p, .button, .flexbox p) {
    text-align: center;
}

h2 {
    font-size: 18px;
    margin: 2rem 0 1rem;
    line-height: 1.125rem;
    padding: 0 0 0 60px;
    position: relative;
}

h2:before,
h2:after {
    position: absolute;
    content: "";
    background: #FFF;
}

h2:before {
    top: 4px;
    left: 0;
    width: 50px;
    height: 1px;
}

h2:after {
    top: -2px;
    left: 5px;
    width: 1px;
    height: 30px;
}

h3 {
    font-size: 18px;
    color: #9D0026;
    line-height: 22px;
}

h3 span {
    display: block;
    color: #000;
}

p {
    margin: 0 0 1rem;
}

.logo {
    background: #000;
    padding: 30px;
}

article {
    border-top: 1px solid #FFF;
    padding: 1rem 3rem 3rem;
    background: url(../images/circuits.png) no-repeat bottom left;
}

footer {
    border-top: 1px solid #FFF;
    padding: 2rem 3rem 0;
    position: relative;
    background: #111;
}

:is(a:link, a:visited, a:active) {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 1.25rem;
}

ul li:before {
    content: "\2022";
    color: #FFF;
    float: left;
    font-size: 1.5625rem;
    text-indent: -1.25rem;
}

.button {
    margin: 25px 0 0;
}

.button a {
    display: inline-block;
    padding: 10px 35px 15px;
    background: #9D0026;
    color: #fff;
    border-radius: 5px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.button a:hover {
    background: #FD0441;
}

.center {
    display: flex;
    justify-content: center;
}

.contact {
    background-color: white;
    display: inline-block;
    transition: 0.3s;
    box-shadow: 0px 10px 30px -19px rgb(0 0 0 / 75%);
    border-radius: 5px;
    padding: 30px 50px;
    margin: 1rem 0;
}

.ul {
    padding-bottom: 16px;
}

.flexbox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.contact p {
    margin: 0;
}

.contact :is(a, p) {
    color: #000 !important;
}

@-webkit-keyframes slidy {
    0% {
        left: 0%;
    }

    9% {
        left: 0%;
    }

    14% {
        left: -100%;
    }

    23% {
        left: -100%;
    }

    28% {
        left: -200%;
    }

    37% {
        left: -200%;
    }

    42% {
        left: -300%;
    }

    52% {
        left: -300%;
    }

    57% {
        left: -400%;
    }

    66% {
        left: -400%;
    }

    71% {
        left: -500%;
    }

    81% {
        left: -500%;
    }

    86% {
        left: -600%;
    }

    95% {
        left: -600%;
    }

    100% {
        left: -700%;
    }
}


@keyframes slidy {
    0% {
        left: 0%;
    }

    9% {
        left: 0%;
    }

    14% {
        left: -100%;
    }

    23% {
        left: -100%;
    }

    28% {
        left: -200%;
    }

    37% {
        left: -200%;
    }

    42% {
        left: -300%;
    }

    52% {
        left: -300%;
    }

    57% {
        left: -400%;
    }

    66% {
        left: -400%;
    }

    71% {
        left: -500%;
    }

    81% {
        left: -500%;
    }

    86% {
        left: -600%;
    }

    95% {
        left: -600%;
    }

    100% {
        left: -700%;
    }
}

.slide {
    border-top: 1px solid #FFF;
    overflow: hidden;
    position: relative;
    width: 800%;
    -webkit-animation-duration: 25s;
    -webkit-animation-name: slidy;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation: 25s slidy infinite;
}

.slide img {
    width: 12.5%;
    float: left;
}

.text {
    position: relative;
    margin-top: -300px;
}

.solical {
    border-top: 1px solid #FFF;
    margin: 1rem -3rem 0;
    padding: 1rem;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video {
    height: 300px;
    width: 100%;
}

p span {
    white-space: nowrap;
}

img {
    max-width: 100%;
}

@media all and (max-width:909px) {
    #wrapper {
        border: none;
        margin: 0;
        hyphens: auto;
    }

    article {
        padding: 16px;
    }

    .contact br {
        display: inline;
    }

    footer {
        padding: 16px 16px 0;
    }

    ul li {
        padding-left: 0.9375rem;
    }

    ul li:before {
        text-indent: -0.9375rem;
    }

    article br {
        display: none;
    }

}

@media all and (max-width:374px) {
    .contact {
        padding: 30px 20px;
    }

}