.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;
}
.with-gradient {
    background: linear-gradient(to right, #5c57fc 5%, #c189f9);
    -webkit-background-clip: text;
    color: transparent;
}

.section-1,
.section-3 {
    background-color: #fff;
    color: #222;
}
.section-3 .s-features {
    margin-top: 1.5em;
    font-size: 1.5em;
    line-height: 1;
}
.section-3 .s-h {
    font-size: 1.5em;
    font-weight: bold;
}
.section-3 .s-h span {
    font-size: .75em;
    font-weight: normal;
}
.section-3 .s-i2 {
    margin-top: 25px;
}
.section-4 {
    background-color: #fff;
    color: #222;
}
.section-5 {
    background-color: #9de3c1;
    color: #222;
}
.section-5 .s-subrow {
    font-size: 1.25em;
}
.section-5 .s-subrow .s-i {
    padding-bottom: 15px;
}
.section-5 .s-h {
    font-size: 1.5em;
    font-weight: bold;
}
.section-6 {
    background-color: #7bb6f0;
    color: #222;
}
.section-7 {
    background-color: #fff;
    color: #222;
}
.section-7 .s-features {
    width: 95%;
    margin: 0 auto;
    display: flex;
    color: #222;
    font-size: 1em;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-7 .s-features .s-h {
    font-size: 1.75em;
    font-weight: bold;
}
.section-7 .s-features .s-i {
    width: 50%;
    padding-bottom: 15px;
    text-align: center;
}
.section-7 .s-features .s-sep {
    display: none;
}
.section-7 .s-times {
    margin: 0 auto 4%;
    width: 95%;
}
.section-7 .s-times .s-row {
    display: flex;
    justify-content: space-between;
}
.section-7 .s-times .s-row2 {
    margin-top: 30px;
}
.section-7 .s-times .s-i {
    width: 40%;
    font-size: 1em;
}
.section-7 .s-times .s-h {
    font-size: 1.4em;
    font-weight: bold;
}
.section-7 .s-times .s-w {
    padding-top: 17px;
    display: flex;
}
.section-7 .s-times .w-im {
    padding-right: 15px;
}
.section-7 .s-times .w-im img {
    width: 40px;
}
.section-7 .s-line {
    border-radius: 7px;
    height: 10px;
    background-color: #5c57fc;
}

.section-8 {
    background-color: #c5c5c3;
    color: #222;
}
.section-9 {
    background-color: #b8d7f4;
    color: #222;
}
.section-9 .s-features {
    padding: 0 15px 15px;
}
.section-9 .s-h {
    font-size: 1.5em;
}

.section-11 .s-bands {
    padding: 0 15px 15px;
}
.section-11 .s-i2 {
    padding-top: 20px;
}
.section-11 .s-h {
    font-size: 1.5em;
    font-weight: bold;
}

@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,
    .section-3,
    .section-5 {
        color: #222;
    }
    .section-1 .s-container {
        position: absolute;
        left: 22%;
        right: 50%;
        top: 45%;
    }
    .section-1 .s-title {
        font-size: 4.5em;
        font-weight: bold;
    }
    .section-1 .s-text {
        font-size: 1.75em;
        font-weight: bold;
    }

    .section-3 .s-container {
        position: absolute;
        top: 5%;
        left: 10%;
        right: 50%;
    }
    .section-3 .s-title {
        font-size: 3em;
    }
    .section-3 .s-line {
        margin-top: .4em;
        height: 6px;
        background-color: #222;
        width: 13%;
    }
    .section-3 .s-features {
        margin-top: 3.75em;
        font-size: 2em;
        line-height: 1;
        width: 80%;
    }
    .section-3 .s-h {
        font-size: 1.5em;
        font-weight: bold;
    }
    .section-3 .s-h span {
        font-size: .75em;
        font-weight: normal;
    }
    .section-3 .s-i2 {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px dashed #222;
    }

    .section-4 .s-container {
        position: absolute;
        top: 5%;
        left: 9%;
        right: 52%;
    }
    .section-4 .s-text {
        color: #696969;
    }

    .section-5 .s-container {
        position: absolute;
        top: 4%;
        left: 5%;
        right: 5%;
    }
    .section-5 .s-row {
        display: flex;
        align-items: stretch;
    }
    .section-5 .s-title {
        width: 27%;
        font-size: 3em;
        font-weight: bold;
        line-height: 1.1;
    }
    .section-5 .s-line1 {
        margin: 40px 10px 0;
        width: 4px;
        background-color: #222;
    }
    .section-5 .s-subrow {
        margin-top: 20px;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        font-size: 1.75em;
        padding-left: 40px;
    }
    .section-5 .s-subrow .s-i {
        padding-bottom: 0;
    }
    .section-5 .s-sep {
        border-left: 1px dashed #222;
        width: 1px;
        margin: 0 45px;
    }

    .section-6 .s-container {
        position: absolute;
        top: 3%;
        left: 55%;
        right: 10%;
    }
    .section-6 .s-text {
        color: #444;
    }

    .section-style-2 .s-container {
        position: absolute;
        top: 5%;
        left: 15%;
        right: 15%;
        display: flex;
        align-items: flex-end;
    }
    .section-style-2 .s-title {
        font-size: 3em;
        font-weight: bold;
        line-height: 1.1;
        color: #222;
        padding-right: 40px;
        white-space: nowrap;
    }
    .section-style-2 .s-text{
        position: relative;
        color: #333;
        margin-top: 0;
        padding-left: 40px;
    }
    .section-style-2 .s-text:before {
        content: "";
        display: block;
        width: 4px;
        background-color: #222;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 4px;
    }

    .section-7 {
        background-color: #fff;
    }
    .section-7 .s-container {
        position: initial;
        top: unset;
        left: unset;
        right: unset;
        width: 70%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .section-7 .s-features {
        width: 68%;
        margin: -11% auto 8%;
        display: flex;
        color: #222;
        font-size: 1.5em;
        flex-wrap: nowrap;
    }
    .section-7 .s-features .s-h {
        font-size: 1.75em;
        font-weight: bold;
    }
    .section-7 .s-features .s-i {
        width: initial;
        padding: 0;
        text-align: left;
    }
    .section-7 .s-features .s-sep {
        display: block;
        border-left: 1px dashed #222;
        margin: 0 15px;
        width: 1px;
    }
    .section-7 .s-times {
        width: 65%;
    }
    .section-7 .s-times .s-i {
        font-size: 1.125em;
    }
    .section-7 .s-times .w-im img {
        width: 48px;
    }

    .section-8 .s-container {
        left: 10%;
        right: 10%;
    }

    .section-9 .s-features {
        position: absolute;
        top: 22%;
        left: 15%;
        width: 18%;
        font-size: 1.75em;
        font-weight: bold;
        padding: 25px 0 0;
        border-top: 1px dashed #333;
    }
    .section-9 .s-h {
        font-size: 1.5em;
    }

    .section-10 {
        text-align: center;
        background-color: #fff;
        color: #444;
    }
    .section-10 .s-container {
        width: 60%;
        margin: 0 auto;
        padding: 40px 0;
    }
    .section-10 .s-title {
        font-size: 3em;
        color: #222;
    }
    .section-10 .s-line {
        height: 4px;
        width: 7%;
        margin: 10px auto 0;
        background-color: #222;
    }

    .section-style-3 .s-container {
        position: absolute;
        top: 8%;
        left: 15%;
        right: 15%;
        text-align: center;
    }
    .section-style-3 .s-line {
        height: 4px;
        width: 7%;
        margin: 10px auto 0;
        background-color: #fff;
    }
    .section-style-3 .s-title {
        font-size: 3em;
    }
    .section-11 .s-bands {
        position: absolute;
        padding: 0;
        top: 40%;
        left: 22%;
        right: 10%;
        display: flex;
        align-items: flex-start;
        color: #333;
        font-size: 1.125em;
    }
    .section-11 .s-i {
        padding: 0;
    }
    .section-11 .s-i1 {
        width: 30%;
    }
    .section-11 .s-h {
        font-size: 1.875em;
    }
    .section-12 .s-container {
        top: 3%;
    }
}

@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;
    }
}