@media screen and (min-width: 1025px) {
    .only-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .only-pc {
        display: none !important;
    }
}

body {
    background-color: #000;
    color: #fefefe !important;
    font-size: 150%;
    line-height: 200%;
}

a {
    text-decoration: underline !important;
    color: yellow !important;
}

link:hover {
    cursor: pointer;
}

a:hover {
    color: white !important;
    cursor: pointer !important;
}

a:hover:not([href]) {
    color: white !important;
    cursor: pointer !important;
}

section {
    max-width: 50%;
    margin: 5rem auto 0 5rem;
}

.container {
    margin: 5rem auto 0 5rem;
}

.news-header {
    max-width: 50%;
    margin: 5rem auto 0 0;
}

.numbersRow .col-md-4 {
    flex: none;
    width: 100%;
}

.numbersRow .col-md-4 hr {
    height: 0;
}

img {
    display: none !important;
}

.banner {
    display: none;
}

.map {
    display: none;
}

.mobile-nav {
    display: none;
}

.testimonials__wrapper {
    margin-bottom: 25px;
}

.partners__wrapper {
    margin-bottom: 25px;
}

.home-top .row {
    display: block !important;
}

section.section.swiper-container.swiper-slider.swiper-slider-tara.swiper-container-horizontal.swiper-container-fade {
    display: none;
}


/*# sourceMappingURL=eye-slash-master.css.map */

span {
    color: white;
    font-size: larger;
}

section.banner-mini {
    background: none !important;
}