.section {
    position: relative;
    color: #fff;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    background-color: #000;
    margin: 0 auto;
}
.section .s-title {
    font-size: 1.75em;
    line-height: 1.1;
    font-weight: bold;
}
.section .s-text {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 1em;
}
.section img {
    width: 100%;
}
.section .s-container{
    padding: 20px;
}

.section-2 {
    background-color: #fff;
}
.section-2 .s-container {
    padding: 40px 0;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.section-2 .s-i {
    width: 100%;
    padding: 10px 15px;
}
.section-2 .s-w {
    display: flex;
    background-color: #e9edf9;
    border-radius: 5px;
    color: #636363;
    align-items: center;
    text-align: center;
}
.section-2 .s-i .s-img,
.section-2 .s-i .s-txt {
    width: 50%;
}
.section-2 .s-i .s-txt {
    padding: 0 5px;
    font-size: 1.125em;
    font-weight: bold;
}

.section-3 {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.section-4 .s-f {
    margin-top: 3em;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: .875em
}
.section-4 .s-h {
    font-size: 1.5em;
    font-weight: bold;
}
.section-4 .s-sep {
    padding: 1.25em 0;
    margin: 0 25px;
    width: 2px;
    background-color: #fff;
}

.section-5 {
    background-color: #fff;
    color: #000;
}
.section-6 {
    background-color: #fff;
    color: #000;
}
.section-7,
.section-9,
.section-12 {
    text-align: center;
}
.section-10 {
    background-color: #fff;
    color: #000;
}
.section-13 {
    background-color: #0d0d0d;
    text-align: center;
}
.section-14 {
    color: #000;
    background-color: #e3e3eb;
    text-align: center;
}

@media (max-width: 380px) {
}

@media (min-width: 769px) {
    .section .s-title {
        font-size: 2.25em;
        line-height: 1.1;
    }
    .section .s-text {
        font-size: 1.125em;
    }
    .section .s-container {
        padding: 0;
        margin: 0 auto;
    }

    .section-1 .s-container {
        position: absolute;
        left: 58%;
        right: 3%;
        top: 12%;
    }
    .section-1 .s-title {
        font-size: 4em;
        font-weight: bold;
    }
    .section-1 .s-text {
        font-size: 1.75em;
        font-weight: bold;
    }

    .section-2 .s-container {
        padding: 40px 0;
        max-width: 95%;
        margin: 0 auto;
    }
    .section-2 .s-i {
        width: 50%;
    }
    .section-2 .s-i .s-txt {
        font-size: 1.875em;
    }

    .section-3 .s-container {
        max-width: 70%;
        margin: 0 auto;
        padding: 40px 0;
    }

    .section-4 .s-container {
        position: absolute;
        top: 50%;
        left: 10%;
        right: 50%;
        transform: translateY(-50%);
    }
    .section-4 .s-f {
        font-size: 1em
    }
    .section-4 .s-h {
        font-size: 2.25em;
    }

    .section-5 .s-container {
        position: absolute;
        bottom: 10%;
        left: 53%;
        right: 5%;
    }

    .section-6 .s-container {
        position: absolute;
        bottom: 15%;
        left: 5%;
        right: 60%;
    }

    .section-7 .s-container,
    .section-9 .s-container,
    .section-12 .s-container {
        position: absolute;
        top: 3%;
        left: 15%;
        right: 15%;
    }

    .section-10 .s-container,
    .section-11 .s-container,
    .section-15 .s-container {
        position: absolute;
        top: 50%;
        left: 5%;
        right: 60%;
        transform: translateY(-50%);
    }
    .section-15 .s-container {
        left: 10%;
        right: 50%;
    }

    .section-13 .s-container,
    .section-14 .s-container {
        padding: 40px 0;
        max-width: 70%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1920px) {
    .section .s-title {
        font-size: 3em;
    }
    .section .s-text {
        font-size: 1.5em;
    }
    .section-1 .s-title {
        font-size: 5em;
    }
    .section-1 .s-text {
        font-size: 2.5em;
    }
}
