.section {
    position: relative;
    color: #333;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 16px;
    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;
    margin-bottom: .125em;
}
.section .s-text {
    line-height: 1.5;
    font-size: 1em;
}
.section img {
    width: 100%;
}
.section .s-container{
    padding: 20px;
}

.section-1 {
    background-color: #d3e1ec;
}

.section-2,
.section-3,
.section-4,
.section-5,
.section-13 {
    background-color: #000;
    color: #fff;
}
.section-2 .s-note {
    padding: 0 20px 20px;
}
.section-2 .s-f {
    padding-top: 8%;
    display: flex;
    font-size: .725em;
}
.section-2 .s-i {
    width: 16.666666%;
    text-align: center;
}
.section-2 .s-h {
    font-weight: bold;
    font-size: 1.5em;
}

.section-11,
.section-12 {
    background-color: #f7f3f2;
}

.section-11 .s-f,
.section-11 .s-f1,
.section-12 .s-f {
    padding-top: 7%;
}
.section-11 .s-i .s-h,
.section-12 .s-i .s-h {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: .2em;
}
.section-11 .s-i .s-t,
.section-12 .s-i .s-t {
    padding: 5% 0 5%;
}

.section-12 {
    padding-bottom: 6%;
}
.section-12 .s-container {
    max-width: 95%;
    margin: 0 auto;
    padding: 3% 4%;
    background-color: #fff;
}

@media (max-width: 340px) {
    .section .s-text {
        margin-top: 7px;
        line-height: 1.25;
    }
    .section-2 .s-f {
        flex-wrap: wrap;
    }
    .section-2 .s-i {
        width: 33.333333%;
        padding-bottom: 6%;
    }
}

@media screen and (min-width:680px) {
    .section-11,
    .section-12 {
        text-align: center;
    }
    .section-11 .s-f,
    .section-11 .s-f1 {
        display: flex;
        margin: 0 -20px;
        text-align: left;
        padding-top: 3%;
    }
    .section-11 .s-f1 {
        padding-top: 0;
    }
    .section-11 .s-i .s-h,
    .section-12 .s-i .s-h {
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: .2em;
    }
    .section-11 .s-i .s-t,
    .section-12 .s-i .s-t {
        padding: 5% 0 5%;
    }
    .section-11 .s-col1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .section-11 .s-f .s-col {
        width: 50%;
        padding: 2% 20px;
    }
    .section-11 .s-f1 .s-col {
        width: 33.333333%;
        padding: 2% 20px;
    }

    .section-12 {
        padding-bottom: 6%;
    }
    .section-12 .s-container {
        max-width: 90%;
    }
    .section-12 .s-f {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
        text-align: left;
        padding-top: 4%;
    }
    .section-12 .s-f .s-i {
        width: 50%;
        padding: 0 20px;
    }
}

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

    .section-1 .s-container {
        position: absolute;
        top: 40%;
        left: 51%;
        right: 7%;
        text-align: center;
    }
    .section-1 .s-title {
        display: none;
    }
    .section-1 .s-text {
        font-size: 2.2em;
        font-weight: bold;
    }

    .section-2 {
        text-align: center;
    }
    .section-2 .s-container {
        position: absolute;
        top: 5%;
        left: 15%;
        right: 15%;
    }
    .section-2 .s-note {
        position: absolute;
        bottom: 2%;
        left: 15%;
        right: 15%;
        padding: 0;
    }
    .section-2 .s-f {
        font-size: .85em;
    }
    .section-2 .s-i {
        width: 16.666666%;
    }
    .section-2 .s-h {
        font-size: 1.675em;
    }

    .section-3 .s-container {
        position: absolute;
        top: 18%;
        left: 10%;
        right: 45%;
    }

    .section-4 .s-container {
        position: absolute;
        top: 13%;
        left: 48%;
        right: 10%;
    }
    .section-5 .s-container {
        position: absolute;
        top: 15%;
        left: 15%;
        right: 15%;
        text-align: center;
    }

    .section-7 .s-container {
        position: absolute;
        top: 7%;
        left: 12%;
        right: 55%;
    }

    .section-8,
    .section-9 {
        text-align: center;
    }
    .section-8 .s-container,
    .section-9 .s-container {
        padding: 3% 0 0;
    }

    .section-11 .s-container {
        max-width: 77%;
        margin: 0 auto;
        padding: 3% 0;
    }

    .section-12 .s-container {
        max-width: 77%;
        padding: 3% 4%;
    }

    .section-13 .s-container {
        position: absolute;
        bottom: 8%;
        left: 48%;
        right: 12%;
        text-align: right;
    }
}

@media screen and (min-width: 1920px) {
    .section {
        font-size: 24px;
    }
}