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

.section-1 .s-title {
    font-size: 4em;
}
.section-1 .s-text {
    font-size: 2em;
}

.section-2 {
    background-color: #f1fbfd;
}

.section-2 .s-f {
    padding: 11% 0 0;
    width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4em;
}
.section-2 .s-h {
    position: relative;
    margin-bottom: .5em;
}
.section-2 .s-h:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: #444;
    width: 18px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    bottom: -20%;
}

.section-4 .s-i {
    padding: 0 20px 20px;
}
.section-4 .s-i .s-title {
    font-size: 1.6em;
}

.section-5,
.section-5 .s-title,
.section-9,
.section-9 .s-title,
.section-10,
.section-10 .s-title {
    color: #fff;
}
.section-5 {
    background-color: #0d0d0f;
}
.section-9 {
    background-color: #010109;
}
.section-10 {
    background-color: #000000;
}
.section-10 .s-f {
    display: none;
}

.section-11 .s-i {
    padding: 20px;
}

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

@media (min-width: 769px) {
    .section {
        font-size: 1rem;
    }
    .section .s-title {
        font-size: 3.25em;
        line-height: 1.2;
    }
    .section .s-text {
        margin-top: .5em;
        font-size: 1.7em;
    }
    .section .s-container {
        padding: initial;
        margin: 0 auto;
    }

    .section-1 .s-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 55%;
        right: 10%;
    }
    .section-1 .s-title {
        font-size: 8em;
    }
    .section-1 .s-text {
        font-size: 3em;
    }

    .section-2 .s-container {
        position: absolute;
        top: 8%;
        left: 15%;
        right: 15%;
    }
    .section-2 .s-f {
        width: 40%;
        font-size: 2em;
    }
    .section-2 .s-h:after {
        width: 20px;
    }

    .section-3 .s-container {
        position: absolute;
        top: 50%;
        left: 10%;
        right: 48%;
        transform: translateY(-50%);
    }

    .section-4 .s-container,
    .section-10 .s-container {
        position: absolute;
        top: 4%;
        left: 14%;
        right: 14%;
    }
    .section-4 .s-row,
    .section-10 .s-row {
        display: flex;
        align-items: center;
    }
    .section-4 .s-col1,
    .section-10 .s-col1 {
        width: 33.33333%;
    }
    .section-4 .s-col2,
    .section-10 .s-col2 {
        width: 66.66666%;
        padding-left: 4%;
    }
    .section-4 .s-subtitle {
        font-size: 1.7em;
    }
    .section-4 .s-i1 {
        position: absolute;
        top: 65%;
        left: 10%;
        width: 16%;
    }
    .section-4 .s-i2 {
        position: absolute;
        top: 83%;
        left: 31%;
        width: 21%;
    }
    .section-4 .s-i3 {
        position: absolute;
        top: 61.5%;
        left: 53.5%;
        width: 18%;
    }
    .section-4 .s-i4 {
        position: absolute;
        top: 85%;
        left: 76.5%;
        width: 17%;
    }
    .section-4 .s-i {
        padding: 0;
    }
    .section-4 .s-i .s-title {
        font-size: 2.125em;
    }
    .section-4 .s-i .s-text {
        font-size: 1.275em;
    }
    .section-4 .s-i .s-text2 {
        font-size: 1.275em;
        margin: .7em 0 1.125em;
    }

    .section-5,
    .section-5 .s-title,
    .section-9,
    .section-9 .s-title,
    .section-10,
    .section-10 .s-title {
        color: #fff;
    }
    .section-5 .s-container {
        position: absolute;
        top: 10%;
        left: 60%;
        right: 8%;
    }

    .section-6 .s-title {
        font-size: 2.7em;
    }
    .section-6 .s-text {
        font-size: 1.5em;
    }
    .section-6 .s-container {
        position: absolute;
        top: 50%;
        left: 12%;
        right: 65%;
        transform: translateY(-50%);
    }

    .section-7 .s-container {
        position: absolute;
        top: 18%;
        left: 53%;
        right: 19%;
    }

    .section-8 .s-container {
        width: 70%;
        margin: 0 auto;
        padding: 3% 0 2%;
    }

    .section-9 .s-container {
        position: absolute;
        top: 8%;
        left: 15%;
        right: 15%;
    }

    .section-10 .s-f {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        width: 80%;
        margin: 10% auto 0;
    }
    .section-10 .s-i {
        color: #fff;
        border-radius: 8px;
        font-size: 3em;
        font-weight: bold;
        padding: 30px 15px;
        width: 32%;
        text-align: center;
    }
    .section-10 .s-i1 {
        background: #30252e;
        background: linear-gradient(to bottom, #1c2135 5%, #30252e);
    }
    .section-10 .s-i2 {
        background: #29222a;
        background: linear-gradient(to bottom, #18191e 5%, #29222a);
    }
    .section-10 .s-i1,
    .section-10 .s-i2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-10 .s-i3 {
        font-size: 1.6em;
        background: #2d2e33;
    }
    .section-10 .s-i3 .s-h {
        font-size: 2em;
    }

    .section-11 .s-i {
        padding: initial;
    }
    .section-11 .s-line {
        width: 20%;
        height: 4px;
        background-color: #dcdcdc;
        margin: 1em 0 2em;
        border-radius: 1px;
    }
    .section-11 .s-title {
        font-size: 2.25em;
    }
    .section-11 .s-text {
        font-size: 1.45em;
    }
    .section-11 .s-i1 {
        position: absolute;
        top: 21%;
        left: 19%;
        right: 60%;
    }
    .section-11 .s-i2 {
        position: absolute;
        top: 46%;
        left: 60%;
        right: 19%;
    }
    .section-11 .s-i3 {
        position: absolute;
        bottom: 14%;
        left: 19%;
        right: 60%;
    }

    .section-12 .s-container {
        width: 60%;
        margin: 0 auto;
        padding: 3% 0;
    }
}

@media screen and (min-width: 1921px) {
    .section .s-title,
    .section .s-title2 {
        font-size: 3em;
    }
    .section .s-text {
        font-size: 1.5em;
    }
    .section-1 .s-title {
        font-size: 8em;
        line-height: 1;
    }
}