/*VIS*/
#vis {
    margin-top: 90px;
}

#vis h3 {
    font-size: 24px;
}

#vis h2 {
    font-size: 48px;
    line-height: 150%;
    font-weight: bold;
}

@media (max-width: 990px) {
    #vis {
        margin-top: 60px;
    }

    #vis h3 {
        font-size: 18px;
    }

    #vis h2 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    #vis h3 {
        font-size: 16px;
    }

    #vis h2 {
        font-size: 24px;
    }
}

.index-1 {
    height: 720px;
}

.index-1 h1 {
    font-size: 36px;
}

.index-1 h2 {
    font-size: 30px;
    font-weight: normal;
}

.index-1 h2:after {
    content: '';
    display: block;
    width: 2em;
    height: 4px;
    margin: 1em 0;
    background-color: #333;
}

@media (max-width: 768px) {
    .index-1 {
        height: 650px;
    }
}

.index-2 > div {
    background-position: right bottom;
    background-repeat: no-repeat;
}

.index-3 {
    height: 150px;
    background: #333;
}

.index-4-2 {
    min-height: 720px;
    padding-top: 80px;
    padding-bottom: 120px;
}

.index-4-2 .bg-container {
    background-size: 60px 60px;
    background-position: left top;
    padding-left: 80px;
    padding-bottom: 2em;
}

.index-4-2 .bg-container.text-right {
    background-position: right top;
    padding-right: 80px;
}


@media (max-width: 990px) {
    .index-4-2 {
        padding-top: 50px;
        padding-bottom: 50px;
        background: none !important;
    }

    .index-4-2 .bg-container {
        max-width: 500px;
        margin: 0 auto;
    }
}

.index-5-1 {
    min-height: 50vw;
}

.index-6 > div {
    height: 25vw;
    min-height: 220px;
    max-height: 350px;
}

.index-6 > div div {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}

.index-6 h3:after {
    content: '';
    display: block;
    height: 1px;
    width: 5em;
    margin: 0.8em auto;
    background-color: #fff;
}

@media (max-width: 990px) {
    .index-6 > div {
        height: 50vw;
    }
}

@media (max-width: 768px) {
    .index-6 img {
        width: 40px;
        height: auto;
    }

    .index-6 h3 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .index-6 h3 {
        font-size: 24px;
    }
}

.bx-wrapper {
    margin-bottom: 0 !important;
    border:none !important;
    background: none !important;
    box-shadow: none !important;
}