:root {
    --container-large: 1440px;
    --container-small: 100%;
    --gutter-large: 40px;
    --gutter-medium: 20px;
    --gutter-small: 15px;
    --watch-margin-small: 21px 0 60px;
    --tile-header-padding: 60px;
    --tile-border-radius: 25px;
}

body {
    width: 100%;
    font-family: 'Source Sans Pro', AppleSystemUIFont, sans-serif;
    color: #767676;
    /*overflow: hidden;*/
}

.intro-block {
    height: 100Vh;
    width: 100%;
}

.flat-video {
    margin-left: 1%;
    margin-top: 18vh;
    max-width: 1200px;
}

.replay-button {
    position: relative;
    font-size: 1.4em;
    color: cornflowerblue;
    cursor: pointer;
}

.replay-button-text {
    display: inline-block;
    vertical-align: text-top;
}

.bold-3 {
    color: #000;
    font-weight: 600;
    margin: 0;
}

/*.phone-block {
    margin-top: 20vh;
}*/
.rich-complication-block {
    margin-top: 25vh;
    overflow: hidden;
}
.rich-complication-img {
    margin-left: -10%;
}

.section:not(.section-hero) {
    padding: 60px 0 90px;
}
.section-grid {
    position: relative;
    z-index: 1;
    max-width: calc(var(--container-large) - var(--gutter-large) * 2);
    display: grid;
    grid-gap: var(--gutter-large);
    grid-template-columns: repeat(12, 1fr);
    padding: var(--gutter-large);
    margin: 0 auto;
}

/*.main-block {
    position: relative;
    z-index: 1;
    max-width: calc(var(--container-large) - var(--gutter-large) * 2);
}*/
.body-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    /*background-color: greenyellow;*/
}
.grid-item.span-6 {
    grid-column: span 6;
    min-height: 860px;
}
.grid-item {
    display: flex;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f7;
}
.grid-item.span-12 {
    grid-column: span 12;
    min-height: 810px;
}
.section-phone-friendly .grid-item.tile-mac {
    min-height: 660px;
}
.section-copy-container {
    max-width: var(--container-large);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 calc(var(--gutter-large) + var(--tile-header-padding)) 45px;
    text-align: center;
}
.section-copy-container .section-headline {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
}
.section .section-headline {
    color: #000;
}
.typography-section-headline {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 700;
    letter-spacing: -.009em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.tile-content {
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.grid-item .tile-copy {
    padding: var(--tile-header-padding);
}
.grid-item .tile-headline {
    color: #000;
    font-weight: 600;
}
.typography-tile-headline {
    font-size: 21px;
    line-height: 1.2858;
    font-weight: 500;
    letter-spacing: .006em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.tile-content .tile-copy-block {
    color: #86868b;
    margin-top: 0px;
}
.typography-tile-text {
    font-size: 21px;
    line-height: 1.2858;
    font-weight: 500;
    letter-spacing: .006em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.tile-content .tile-media {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.section-phone-friendly .image-ping-iphone {
    width: 630px;
    height: 583px;
    /*background-size: 660px 613px;*/
    /*background-repeat: no-repeat;
    background-image: url(../img/phone_remote__b21dqxlzi8xe_large.jpg);
    background-repeat: no-repeat;
    background-image: url(../img/phone_remote__b21dqxlzi8xe_large.jpg);
    background-size: cover;
}*/
.image-ping-iphone {
    height: 100%;
    padding-top: 7%;
}
.image-remote-control {
    width: 100%;
    max-width: 400px;
}
.revolutionary-interface-img {
    width: 85%;
    /* responsive : 100% */
}
.tile-long {
    width: 80%;
}
.bold-2 {
    font-weight: 700;
    color: #6d6d71;
}

.section-connected .tile-stay-in-touch .tile-content .tile-copy, .tile-siri .tile-content .tile-copy {
    max-width: 440px;
    z-index: 2;
}

.tile-siri {
    min-height: 602px !important;
}
.CBA-video {
    min-height: 800px;
}
.hand-watch-img {
    position: absolute;
    top: 0;
}

.tile-siri .tile-content .tile-media {
    justify-content: flex-end;
}
.image-watch {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .typography-tile-text {
        font-size: 19px;
    }
    .typography-tile-headline {
        font-size: 19px;
    }
}

@media screen and (max-width: 1300px) {
    .body-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 980px;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .typography-tile-text {
        font-size: 18px;
    }
    .typography-tile-headline {
        font-size: 18px;
    }
    .tile-copy {
        padding: 40px !important;
    }
    .grid-item.span-12 {
        min-height: 61px;
    }
}
@media screen and (max-width: 1068px) {
    .body-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 692px;
        width: 100%;
    }
    .typography-tile-text {
        font-size: 16px;
    }
    .typography-tile-headline {
        font-size: 16px;
    }
    .tile-copy {
        padding: 30px !important;
    }
    .tile-long {
        width: 85%;
    }
    .section-grid {
        grid-gap: var(--gutter-medium);
        padding: var(--gutter-medium);
    }
    .grid-item {
        min-height: 650px;
    }
    .grid-item.span-6 {
        min-height: 810px;
    }
    .typography-section-headline {
        font-size: 48px;
        line-height: 1.08349;
        font-weight: 700;
        letter-spacing: -.003em;
        font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    }
    .section-copy-container {
        padding: 0 calc(var(--gutter-medium) + var(--tile-header-padding)) 36px;
    }
    .section:not(.section-hero) {
        padding: 100px 0 80px;
    }
    /*.tile-siri {
        max-width: 254px;
    }*/
    .hand-watch-img {
        max-width: 547px;
    }
    .tile-siri {
        min-height: 533px !important;
    }
}
@media screen and (max-width: 819px) {
    .hand-watch-img {
        max-width: 400px;
    }
    .tile-siri {
        min-height: 389px !important;
    }
}
@media screen and (max-width: 734px) {
    .typography-tile-text {
        font-size: 15px;
    }
    .typography-tile-headline {
        font-size: 15px;
    }
    .tile-copy {
        padding: 20px !important;
    }
    .tile-long {
        width: 95%;
    }
    .section-grid {
        grid-gap: var(--gutter-small);
        padding: 0;
        max-width: var(--container-small);
    }
    .grid-item {
        min-height: 550px;
    }
    .grid-item.span-6 {
        grid-column: span 12;
        min-height: 680px;
    }
    .section-copy-container .section-headline {
        margin-bottom: 17px;
    }
    .typography-section-headline {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: 0em;
        font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    }
    .section-copy-container {
        width: 87.5%;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .section:not(.section-hero) {
        padding: 50px 0;
    }
    .section-copy-container {
        padding: 0;
    }
    .tile-siri .tile-copy {
        max-width: 290px !important;
    }
}
@media screen and (max-width: 620px) {
    .tile-siri .tile-copy {
        max-width: 600px !important;
    }
    .hand-watch-img {
        position: relative;
        top: 0;
    }

    .tile-siri .tile-content .tile-media {
        justify-content: center;
    }
}

/*.section-phone-friendly .image-remote-iphone {
    width: 660px;
    height: 613px;
    background-size: 660px 613px;
    background-repeat: no-repeat;
    background-image: url(../img/apple-watch-apple-music.33.jpg);
    background-repeat: no-repeat;
    background-image: url(../img/apple-watch-apple-music.33.jpg);
    background-size: cover;
}*/
/*.section-phone-friendly .image-remote-control {
    width: 600px;
    height: 553px;
    background-size: 660px 613px;
    background-repeat: no-repeat;
    background-image: url(../img/apple-watch-apple-music.33.jpg);
    background-size: cover;
    /*position: absolute;
    left: 50%;
    margin-left: -340px;
    bottom: 0;*/
/*}*/
.section-phone-friendly .grid-item.tile-remote-control .tile-copy {
    max-width: 730px;
}
.section-phone-friendly .tile-ping-iphone .tile-media, .section-phone-friendly .tile-remote-control .tile-media {
    padding-bottom: 0;
}

.description {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1.4em;
    max-width: 1500px;
    margin: auto;
    /*margin-bottom: 20%;*/
}

.max-width-1100 {
    max-width: 800px;
}

.max-width-1500 {
    max-width: 1200px;
}
.max-width-1700 {
    max-width: 1700px;
}

.explosed-view-boxes {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 100px;

}

.box-container {
    position: relative;
    width: 390px;
    margin: 35px;
    margin: auto;
    padding-bottom: 50px;
}

.box-container-center {
    max-width: 1400px;
    margin: auto;
}


.big-number {
    font-size: 300px;
    font-weight: 800;
    color: rgba(117, 117, 117, 0.72);
    /*text-align: center;*/
    position: absolute;
    left: -50px;
    top: -140px;
}

.box {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(4px);
    padding: 24px 30px 30px;
    border-radius: 20px;
}

#u1-img {
    margin-bottom: 4vh;
}
/*#illustration-block {
    overflow: hidden;
}*/

.e-ink-block {
    margin-top: 18vh;
}

.illustration-block {
    margin-top: 7vw;
    margin-bottom: 7vw;
    overflow: hidden;
}
.block-separator {
    height: 35vw;
    max-height: 250px;
}

.wwdc-description-title {
    font-size: 1.5em;
}

.wwdc-description {
    text-align: initial;
}

#watch-ar {
    max-width: 1100px;
}

.description-ar {
    margin-top: 25px;
    text-align: initial;
}

@media screen and (max-width: 1199px) {
    .test {
        margin: auto !important;
        display: block;
        position: relative;
        width: fit-content;
    }
}

@media screen and (max-width: 680px){
    .description, .calc-description {
        font-size: 1.2em !important;
    }
}

/* Video sizes */
@media screen and (max-width: 600px){
    #flat-video {
        width: 100%;
    }
}
@media screen and (min-width: 601px) and (max-width: 750px){
    #flat-video {
        width: 90%;
    }
}
@media screen and (min-width: 750px) {
    #flat-video {
        width: 70%;
    }
}
@media screen and (max-width: 1000px) {
    #phone-call-video {
        width: 100%;
    }
    #iphone-rotate-video {
        width: 120%;
        left: -10%;
        position: relative;
    }
    #mail-explain {
        width: 100%;
    }
    #watch-ar {
        width: 90%;
    }
}
@media screen and (min-width: 1000px) {
    #phone-call-video {
        width: 80%;
    }
    #iphone-rotate-video {
        width: 100%;
    }
    #mail-explain {
        width: 75%;
    }
    #watch-ar {
        width: 55%;
    }
}
@media screen and (max-width: 749px){
    #music-video {
        /*width: 100%;*/
    }
    /*#workout-video,*/ #u1-img {
        width: 90%;
    }
    .description-ar {
        text-align: justify !important;
        font-size: 1.1em !important;
    }
    #watch-ar {
        width: 100%;
    }
    .personal-introduction-subtitle {
        font-size: 22px !important;
    }
    .personal-introduction-title-2, .personal-introduction-title {
        font-size: 38px !important;
    }
    .personal-introduction-title-1 {
        font-size: 26px !important;
    }
    .intro-block {
        height: auto;
        margin-bottom: 20%;
    }
    .description {
        text-align: justify;
    }
}
@media screen and (min-width: 750px) and (max-width: 899px){
    #music-video {
        /*width: 85%;*/
    }
    /*#workout-video,*/ #u1-img {
        width: 80%;
    }
}
@media screen and (min-width: 700px) and (max-width: 900px){
    #music-video {
        /*width: 80%;*/
    }
}
@media screen and (min-width: 901px) and (max-width: 1099px) {
    #music-video {
        /*width: 70%;*/
    }
    /*#workout-video,*/ #u1-img {
        width: 60%;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1449px) {
    #music-video {
        /*width: 65%;*/
    }
    /*#workout-video,*/ #u1-img {
        width: 50%;
    }
}
@media screen and (min-width: 1450px){
    #music-video {
        /*width: 50%;*/
    }
    /*#workout-video,*/ #u1-img {
        width: 40%;
    }
}

@media screen and (max-width: 750px) {
    .intro-title {
        font-size: 4em;
        padding-top: 7vh;
    }

    .title-1 {
        font-size: 2.8em;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 1.1;
    }
    .title-2 {
        font-size: 1.9em;
    }
    .sub-title {
        font-size: 1.3em;
        margin-left: 6px;
        margin-right: 6px;
    }

    .intro-subtitle {
        font-size: 1.2em
    }
}
@media screen and (min-width: 750px) {
    .intro-title {
        font-size: 7em;
        padding-top: 15vh;
    }

    .title-1 {
        font-size: 4em;
    }
    .title-2 {
        font-size: 3em;
    }
    .sub-title {
        font-size: 1.5em;
    }

    .intro-subtitle {
        font-size: 1.9em
    }
}

#mail-video {
    width: 100%;
}

/* Replay buttons */
#watch-flat-replay, #all-transition-replay, #phone-call-replay, #iphone-rotate-replay, #mail-video-replay,
#music-replay, #workout-replay, #e-ink-replay {
    opacity: 0;
}

.visible {
    opacity: 1 !important;
}

@media screen and (min-width: 1300px) {
    /*#watch-flat-replay {
        top: -60px;
        left: -1vw;
    }*/
}

@media screen and (max-width: 1299px) {
    /*#watch-flat-replay {
        top: -30px;
        left: -1vw;
    }*/
}

@media screen and (min-width: 1300px) {
    #mail-video-replay {
        /*top: -60px;*/
    }
}

@media screen and (max-width: 1299px) {
    #mail-video-replay {
        /*top: -30px;*/
    }
}

@media screen and (max-width: 1199px) {
    .mail-description, .calc-description {
        font-size: 1.2em;
        text-align: justify;
        /*margin-left: 6vw;
        margin-right: 6vw;*/
    }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .mail-description, .calc-description {
        font-size: 1.4vw;
        text-align: justify;
        /*margin-right: 10vw;*/
    }
}

@media screen and (min-width: 1500px) {
    .mail-description, .calc-description {
        font-size: 1.3em;
        text-align: justify;
        /*margin-right: 10vw;*/
    }
}

/*.contact-section {
    background-color: grey
}

.contact-text {
    color: #fff
}

.contact-title {
    font-size: 6vw
}

.contact-subtitle {
    font-size: 1vw
}

@media (min-width: 1200px) {
    .contact-title {
        font-size: 4.8em;
        padding-top: 190px
    }
}

@media (max-width: 1200px) {
    .contact-title {
        font-size: 4.4em;
        padding-top: 180px
    }
}

@media (max-width: 1024px) {
    .contact-title {
        font-size: 4.2em;
        padding-top: 170px
    }
}

@media (max-width: 900px) {
    .trackpad-image-title {
        top: 30px;
        font-size: 1.6em
    }

    .contact-title {
        font-size: 3.8em;
        padding-top: 160px
    }
}

@media (max-width: 768px) {
    .trackpad-image-title {
        top: 70px;
        font-size: 2.2em
    }

    .contact-title {
        font-size: 3.4em;
        padding-top: 140px
    }
}

@media (max-width: 600px) {
    .section-title {
        font-size: 1.8em;
        padding-bottom: 40px
    }

    .trackpad-image-title {
        top: 70px;
        font-size: 2em
    }

    .contact-title {
        font-size: 3em;
        padding-top: 120px
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.5em
    }

    .text-description {
        font-size: 1em;
        margin-left: 30px;
        margin-right: 30px
    }

    .col-description {
        font-size: .9em;
        margin-top: 15px
    }

    .trackpad-image-title {
        top: 65px;
        font-size: 2em
    }

    .contact-title {
        font-size: 2.1em;
        padding-top: 80px
    }
}

@media (min-width: 300px) and (max-width: 380px) {
    .col-description {
        font-size: .8em;
        margin-top: 15px
    }

    .trackpad-image-title {
        top: 45px;
        font-size: 1.5em
    }

    .contact-title {
        font-size: 1.7em;
        padding-top: 50px
    }
}

.contact-space {
    height: 10vw;
    max-height: 300px
}

*/
/*
.contact-subtitle {*/
    /*font-size: 1vw;*/
/*}*/

/*.contact-space {
    height: 10vw;
    max-height: 300px;
}

a:hover {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}
 */

/* Loading */
#loader-wrapper, .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 1000;
    overflow: hidden
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin;
    z-index: 1001
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: 3s linear infinite spin;
    animation: 3s linear infinite spin
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: 1.5s linear infinite spin;
    animation: 1.5s linear infinite spin
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.loaded #loader {
    opacity: 0
}

.loaded #loader-wrapper {
    visibility: hidden
}


/*@media (min-width: 1200px) {
    .contact-subtitle {
        font-size: 1.9em;
    }
}

@media (max-width: 1200px) {
    .contact-subtitle {
        font-size: 1.8em;
    }
}

@media (max-width: 1024px) {
    .contact-subtitle {
        font-size: 1.7em;
    }
}

@media (max-width: 900px) {
    .contact-subtitle {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .contact-subtitle {
        font-size: 1.4em;
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media (max-width: 600px) {
    .contact-subtitle {
        font-size: 1.3em;
        margin-left: 6px;
        margin-right: 6px;
    }
}*/

.personal-introduction-block {
    margin-top: 20vh;
    margin-bottom: 10vh;
}
.personal-introduction-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 25px;
}
.personal-introduction-title-2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 145px;
}
.personal-introduction-subtitle {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 145px;
}
.personal-introduction-title-1 {
    margin-left: 0 !important;
    font-size: 44px;
}
.link {
    font-style: italic;
    text-decoration: underline !important;
}
.underline {
    text-decoration: underline !important;
}
.resume-link {
    font-size: 36px;
}
.external-link-block {
    margin-top: 245px;
}
.external-link-item {
    padding-bottom: 60px;
}
.overflow-hidden {
    overflow: hidden;
}
.container-contact {
    max-width: 800px;
    margin: auto;
}
.bold {
    font-weight: 500;
}
a {
    color: black !important;
    text-decoration: none !important; /* no underline */
}





















/*                    */
.sum-up-detail-block {
    height: 100%;
    /*background-color: lightgray;*/
}

.sum-up-block {
    margin-bottom: 380px;
}
.sum-up-title {
    margin-bottom: 20px;
}
.row-1, .row-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    display: flex;
    border-left: 4px solid lightgray;

}
.row-1 {
    border-top: 4px solid lightgray;
    /*border-bottom: 4px solid lightgray;*/
}
/*.row-2 > .block-60 {
    border-right: 4px solid white;
}*/
.block {
    height: 285px;
    border-right: 4px solid lightgray;
    border-bottom: 4px solid lightgray;
    overflow: hidden;
    /*background-color: deeppink;*/
}
.block-content-img {
    max-width: 100%;
    /*max-height: 100%;*/
    object-fit: fill;
}
.block-70 {
    flex: 0 0 70%;
}
.block-60 {
    flex: 0 0 60%;
}
.block-50 {
    flex: 0 0 50%;
}
.block-40 {
    flex: 0 0 40%;
}
.block-30 {
    flex: 0 0 30%;
}
.block-25 {
    flex: 0 0 25%;
}
.block-20 {
    flex: 0 0 20%;
}
.sum-up-block-text-container {
    display: flex;
    align-items:center;
    justify-content:center;
}
.sum-up-block-text {
    font-size: 1.5em;
    padding-left: 20%;
    padding-right: 20%;
    line-height: 1.5;
    font-weight: 500;
}
.plan-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    display: flex;
    margin-bottom: 450px;
}
.plan-1, .plan-2, .plan-3 {
    flex: 0 0 33%;
    display: flex;
}
.plan-text {
    font-size: 2em;
    font-weight: 600;
    align-items: center;
    display: flex;
    padding-right: 10%;
}
.second-plan-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    display: flex;
    margin-bottom: 140px;
    align-self: center;
    justify-content: center;
}
.second-plan-text {
    font-size: 2em;
    font-weight: 600;
    align-items: center;
    display: flex;
    /*padding-right: 10%;*/
}
.second-plan-separator {
    width: 4px;
    height: 160px;
    background-color: #222222;
}
.second-plan-1, .second-plan-2 {
    flex: 0 0 49%;
    display: flex;
    align-self: center;
    justify-content: center;
}
.second-plan-container {
    max-width: 70%;
}
.roman-letter {
    font-size: 11em;
    line-height: 0.15;
}
.second-plan-roman-letter {
    font-size: 7em;
    line-height: 0.15;
}
.roman-letter-title {
    font-size: 11em;
    line-height: 1.15;
    align-self: center;
}
.big-part-title {
    font-size: 4em;
    font-weight: 600;
    align-self: center;
    /*align-items: center;
    display: flex;
    padding-right: 10%;*/
}
.big-part-title-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 350px;
}
.header{
    font-size: 3.2em;
    font-weight: 700;
    /*margin-top: 65px;*/
    margin-top: 40px;
    line-height: 1.5;
}
.sub-header {
    font-size: 2.4em;
    font-weight: 700;
    /*color: #6d6d71;*/
    color: #616164;
    line-height: 1;
    max-width: 75%;
    /*font-size: 1.6em;
    font-weight: 400;*/
    /*margin-top: 65px;*/
    /*margin-top: 5px;*/
}
.description-2 {
    /*font-size: 1.3em;
    max-width: 65%;
    margin-top: 20px;*/
    font-size: 1.6em;
    max-width: 65%;
    margin-top: 40px;
    font-weight: 700;
    line-height: 1.15;
    /*color: #6d6d71;*/
    color: #86868b;
}
.description-2-no-margin {
    /*font-size: 1.3em;
    max-width: 65%;
    margin-top: 20px;*/
    font-size: 1.6em;
    max-width: 65%;
    font-weight: 700;
    line-height: 1.15;
    /*color: #6d6d71;*/
    color: #86868b;
}
.black {
    color: #212529;
}
.first-part-text-block {
    margin-top: 65px;
    display: flex;
}
.first-part-text-block-2 {
    margin-top: 25px;
    display: flex;
}
.first-part-legend-block {
    margin-top: 15px;
    display: flex;
}
.legend-1 {
    font-size: 1.5em;
    font-weight: 400;
}
.legend-2 {
    font-size: 1.1em;
    font-weight: 200;
}
.first-part-source-block {
    /*margin-top: 100px;*/
    margin-bottom: 200px;
}
.first-part-text {
    font-size: 1.4em;
    font-weight: 300;
    margin-right: 15%;
    align-self: center;
}
.first-part-text-2 {
    font-size: 1.4em;
    font-weight: 300;
    margin-right: 25%;
    align-self: center;
}
.first-part-text-bold {
    /*font-size: 1.4em;*/
    font-weight: 500;
}
.first-part-img {
    width: 100%;
}
.link-2:hover {
    text-decoration: underline !important;
}
.second-part {
    margin-top: 350px;
}
.illustration-block-2 {
    display: flex;
}
.self-center {
    align-self: center;
}

.mail-description {
    margin-left: 15%;
}
#music-video {
    width: 100%;
}
#workout-video {
    max-width: 700px;
    width: 100%;
}
#mail-explain, #workout-explain {
    max-width: 1400px;
}
.block-30-mail {
    justify-content: center;
    align-items: center;
    display: flex;
}
.cba-part-intro-container-1 {
    display: flex;
    flex-direction: row;
}
.cba-block-separator {
    /*flex: 0 0 1%;*/
    width: 2px;
    height: 1100px;
    background-color: #222222;
}
.cba-2-block-separator {
    /*flex: 0 0 1%;*/
    width: 2px;
    height: 1150px;
    background-color: #222222;
}
.cba-part-intro-title-container-1 {
    display: flex;
    flex: 0 0 39%;
}
.cba-part-intro-text-scroll {
    display: flex;
    flex: 0 0 59%;
    flex-direction: column;
    gap: 50px;
}
.cba-2-part-intro-text-scroll {
    display: flex;
    flex: 0 0 59%;
    flex-direction: column;
    gap: 100px;
}
.cba-part-intro-text-container-1 {
    display: flex;
}
.cba-part-intro-title-block-1 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1;
    padding: 20px;
}
.cba-number-title {
    font-size: 1.5em;
    margin-bottom: 15px;
}
.cba-part-intro-text-block-1 {
    max-width: 90%;
    display: block;
    /*margin: auto;*/
    margin: 15px auto;
    width: 100%;
    padding: 20px;
    background-color: #eaeaea;
    border-radius: 20px;
}
.cba-2-part-intro-text-block-1 {
    max-width: 90%;
    display: block;
    /*margin: auto;*/
    margin: 15px auto;
    width: 100%;
    padding: 20px;
    /*background-color: #eaeaea;*/
    border-radius: 20px;
}
.cba-part-intro-text-1, .cba-part-intro-text-3, .cba-2-part-intro-text-1 {
    font-weight: 200;
    font-size: 1.6em;
    text-align: justify;
    line-height: 1.3;
}
.cba-part-intro-text-1 {
    margin-bottom: 60px;
}
.cba-2-part-intro-text-4 {
    font-weight: 200;
    font-size: 2.2em;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 60px;
}
.cba-2-part-intro-text-1-right {
    font-weight: 200;
    font-size: 2.2em;
    line-height: 1.3;
    text-align: right;
}
.cba-2-part-intro-text-1 {
    margin-bottom: 40px;
}
.cba-2-part-intro-text-5 {
    font-weight: 200;
    font-size: 1.6em;
    text-align: justify;
    line-height: 1.3;
    margin-bottom: 30px;
}
.cba-part-intro-text-2 {
    font-weight: 200;
    font-size: 2.8em;
    text-align: center;
}
.cba-part-intro-text-2-style {
    margin-bottom: 20px;
}
.cba-part-intro-text-2-block {
    margin-bottom: 70px;
}
.cba-2-part-intro-text-2-block {
    margin-bottom: 30px;
}
.bold-4 {
    font-weight: bold;
}
.cba-quote {
    font-size: 2.6em;
    font-style: italic;
    font-weight: 100;
    max-width: 70%;
    margin: 250px auto;
}
.bold-700 {
    font-weight: 700;
}
.cba-example-block {
    display: flex;
    flex-direction: column;
    flex: 0 0 70%;
    align-self: center;
}
.cba-example-container {
    display: flex;
    flex-direction: row;
}
.cba-example-description-container {
    flex: 0 0 70%;
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.cba-example-video {
    flex: 0 0 30%;
}
.cba-example-description-block {
    display: flex;
    flex-direction: row;
    flex: 0 0 30%;
    font-size: 1.4em;
}
.context-list {
    flex: 0 0 85%;
    padding-right: 10%;
    font-weight: 300;
}
.context-title {
    flex: 0 0 15%;
    text-decoration: underline;
}
.cba-image {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: 75px auto;
}
.cba-video-block {
    margin-top: 75px;
}
.cba-video-container {
    margin-top: 225px;
}
.cba-video {
    display: block;
    /*max-width: 880px;*/
    width: 80%;
    margin: auto;
}
.cba-video-title {
    text-align: center;
    font-size: 2.6em;
}
.cba-video-title-2 {
    margin-top: 75px;
    text-align: center;
    font-size: 1.8em;
}
.cba-video-block-2 {
    margin-top: 30px;
}
.cba-selection-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 85px;
}
.cba-selection-block {
    display: flex;
    flex-direction: row;
}
.cba-video-link-container {
    flex: 0 0 50%;
    gap: 25px;
}
.cba-video-link-block {
    height: 276px;
    width: 450px;
    margin: 5%;
    border-radius: 25px;
    position: relative;
    text-align: center;
    color: white;
}
.cba-video-link-background {
    height: 100%;
    width: 100%;
    background-size: contain;
    border-radius: 25px;
    filter: brightness(25%);
}
.cba-video-link-coming-soon {
    height: 100%;
    width: 100%;
    border-radius: 25px;
    background-color: #444444;
}
.cba-video-link-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.6em;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
#cba-1, #cba-2 {
    cursor: pointer;
}
#cba-video-container-2 {
    display: none;
}
.video-controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    margin-top: 15px;
}
.inline-media .play-pause-button, html.enhance-xp .inline-media .svg-icon {
    position: absolute;
    top: 0;
    width: 34px;
    height: 34px;
}
.inline-media-ui.playing .pause-icon {
    opacity: 1;
    z-index: 2;
}
.pause-icon, .play-icon {
    opacity: 0;
}
.inline-media-ui {
    display: block;
    position: relative;
    /*float: right;
    right: 22px;
    bottom: 82px;*/
    z-index: 3;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.inline-media-ui .loading-circle, .inline-media-ui .play-pause-button, .inline-media-ui .svg-icon {
    position: absolute;
    top: 0;
    width: 34px;
    height: 34px;
}
.inline-media-ui .loading-circle {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-name: clockwise;
}
.inline-media-ui .svg-icon .control-path {
    stroke: #86868b;
}
.inline-media-ui .svg-icon .control-fill {
    stroke: #86868b;
}
.replay-buton {
    display: block;
    position: relative;
    /*float: left;
    left: 22px;
    bottom: 82px;*/
    z-index: 3;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.replay-buton .svg-icon .control-fill {
    stroke: #86868b;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}
.task-container {
    margin-top: 75px;
}
.task-title-new, .task-title-old {
    font-size: 1.8em;
    font-weight: 300;
    margin-bottom: 15px;
}
.task-old, .task-new {
    margin-bottom: 150px;
}

.task-link-container {
    background-color: #f5f5f7;
    padding: 25px 20%;
    height: 350px;
    display: flex;
    justify-content: center;
}
.task-link-block {
    align-self: center;
}
.task-link-text-1 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 65px;
}
.task-link-text-2 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
}
.task-link-button {
    width: fit-content;
    margin: auto;
    text-align: center;
    font-weight: 600;
    border: 2px solid #1d1d1f;
    color: #1d1d1f;
    font-size: 19px;
    line-height: 1.1764805882;
    letter-spacing: -0.022em;
    padding: 9px 14px;
    border-radius: 980px;
    cursor: pointer;
    transition: opacity 170ms ease-in-out,background-color 350ms ease-in-out,color 350ms ease-in-out;
}
.task-link-button:hover {
    background-color: black;
    color: white !important;
    text-decoration: none;
}
.task-link-button-text:hover {
    /*background-color: black;*/
    color: white !important;
    text-decoration: none;
}
.task-link-button-text:hover {
    text-decoration: none;
    color: white !important;
}
.task-link-button > a {
    text-decoration: none;
    background-color: transparent;
}
.task-link-button:hover > a {
    color: white !important;
}
@media screen and (min-width: 1338px) {
    .mail-description-big {
        display: block;
    }
    .mail-description-small {
        display: none;
    }
}

@media screen and (max-width: 1338px) {
    .roman-letter{
        font-size: 8em;
        line-height: 0.6;
    }
    .plan-text {
        padding-right: 0;
    }
    .big-part-title {
        font-size: 3em;
        text-align: center;
    }
    .mail-description-big {
        display: block;
    }
    .mail-description-small {
        display: none;
    }
    .cba-example-container {
        margin-top: 25px;
    }
}
@media screen and (max-width: 1068px) {
    .roman-letter{
        font-size: 6em;
        line-height: 0.6;
    }
    .plan-text {
        padding-right: 0;
        font-size: 1.4em;
    }
    .sum-up-block {
        display: none;
    }
    .roman-letter-title {
        font-size: 8em;
    }
    .big-part-title {
        font-size: 2.6em;
        text-align: center;
    }
    .header {
        font-size: 2.6em;
    }
    .sub-header {
        font-size: 2em;
        max-width: 80%;
    }
    .description-2 {
        font-size: 1.4em;
        max-width: 80%;
    }
    .mail-description-big {
        display: block;
    }
    .mail-description-small {
        display: none;
    }
    #workout-video {
        max-width: 600px;
    }
    .description-2-no-margin {
        font-size: 1.4em;
        max-width: 80%;
    }
    .second-plan-text {
        font-size: 1.4em;
    }
    .second-plan-roman-letter {
        font-size: 6em;
    }
    .second-plan-block {
        margin-bottom: 40px;
    }
    .cba-part-intro-text-1, .cba-part-intro-text-3, .cba-2-part-intro-text-1 {
        font-size: 1.4em;
    }
    .cba-part-intro-text-2 {
        font-size: 2.2em;
        line-height: 1;
    }
    .cba-part-intro-text-1 {
        margin-bottom: 30px;
    }
    .cba-part-intro-text-2-style {
        margin-bottom: 17px;
    }
    .cba-part-intro-text-2-block {
        margin-bottom: 45px;
    }
    .cba-part-intro-text-scroll {
        gap: 0;
    }
    .cba-block-separator {
        height: 830px;
    }
    .cba-part-intro-title-container-1 {
        flex: 0 0 30%;
    }
    .cba-part-intro-text-scroll {
        flex: 0 0 69%;
    }
    .cba-2-part-intro-text-scroll {
        flex: 0 0 69%;
    }
    .cba-2-part-intro-text-5 {
        font-size: 1.4em;
    }
    .cba-block-separator {
        display: none;
    }
    .cba-part-intro-text-scroll, .cba-2-part-intro-text-scroll {
        border: 2px solid #222222;
        border-radius: 24px;
    }
    .cba-part-intro-text-block-1 {
        margin: 15px;
        max-width: 100%;
    }
    .cba-part-intro-container-1 {
        flex-direction: column;
    }
    .cba-2-block-separator {
        display: none;
    }
    .reverse-container {
        flex-direction: column-reverse;
    }
    .cba-2-part-intro-text-block-1 {
        max-width: 100%;
    }
    .no-margin {
        margin: 0;
    }
    .cba-example-container {
        flex-direction: column;
        margin-top: 50px;
    }
    .cba-example-video {
        max-width: 300px;
        margin: 45px auto auto;
    }
    .cba-example-description-container {
        gap: 15px
    }
    .cba-video {
        width: 100%;
    }
    .cba-selection-block {
        gap: 25px;
    }
    .cba-video-link-block {
        height: 220px;
        width: 100%;
        margin: 0;
    }
    .cba-video-link-text-overlay {
        font-size: 3em;
        line-height: 1.3;
    }
}
@media screen and (max-width: 734px) {
    .plan-block {
        flex-direction: column;
    }
    .roman-letter{
        font-size: 8em;
        line-height: 1;
        flex: 0 0 45%;
        text-align: end;
        padding-right: 50px;
    }
    .plan-text {
        padding-right: 0;
    }
    .plan-1, .plan-2, .plan-3 {
        margin-bottom: 25px;
    }
    .roman-letter-title {
        font-size: 7em;
    }
    .big-part-title {
        font-size: 2.8em;
        max-width: 500px;
        text-align: center;
    }
    .body-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .first-part-text-block {
        flex-direction: column;
        margin-top: 80px;
    }
    .first-part-text-2 {
        margin-right: 10%;
    }
    .first-part-legend-block {
        flex-direction: column;
    }
    .legend-1 {
        font-size: 2.2em;
    }
    .legend-2 {
        font-size: 1.4em;
    }
    .first-part-source-block {
        margin-top: 50px;
    }
    .first-part-img {
        max-width: 435px;
        display: block;
        margin: 50px auto auto;
    }
    .header {
        font-size: 2.4em;
    }
    .sub-header {
        font-size: 1.6em;
        max-width: 90%;
    }
    .description-2 {
        font-size: 1.3em;
        max-width: 90%;
    }
    .illustration-block-2 {
        flex-direction: column;
    }
    #mail-video, .calc-video {
        max-width: 70%;
    }
    .mail-description {
        margin-left: 0;
    }
    .mail-description-big {
        display: none;
    }
    .mail-description-small {
        display: block;
    }
    .block-30-mail {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .calc-description-2 {
        margin-top: 25px;
    }
    #workout-video {
        max-width: 600px;
    }
    .description-2-no-margin {
        font-size: 1.3em;
        max-width: 90%;
    }
    .second-plan-block {
        flex-direction: column;
        gap: 70px;
        margin-bottom: 0;
    }
    .second-plan-container {
        max-width: 95%;
    }
    .second-plan-separator {
        display: none;
    }
    .cba-video-block {
        margin-top: 45px;
    }
    .task-link-text-1, .task-link-text-2 {
        font-size: 1.2em;
    }
    .task-link-container {
        padding: 20px 10%;
    }
    .cba-selection-block {
        flex-direction: column;
    }
    .cba-video-link-block {
        height: 100%;
        width: 430px;
    }
    .cba-selection-container {
        align-items: center;
    }
    #cba-3, #cba-4 {
        display: none;
    }
}
@media screen and (max-width: 574px) {
    .sub-header {
        max-width: 100%;
    }
    .description-2 {
        max-width: 100%;
    }
    .first-part-text {
        margin-right: 0;
    }
    .first-part-text-2 {
        margin-right: 0;
    }
    .cba-video-title {
        font-size: 2.2em;
    }
    .task-link-text-1, .task-link-text-2 {
        font-size: 1em;
    }
    .task-link-container {
        padding: 10px;
    }
}