@font-face {
    font-family: "Pitch";
    src: url('../fonts/template/Pitch-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FuturaTS-Regular";
    src: url('../fonts/template/FuturaTS-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Centaur MT Std";
    src: url('../fonts/template/CentaurMTStd.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Centaur MT Std";
    src: url('../fonts/template/CentaurMTStd-Italic.woff2') format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

h1:not(wp-block-post-content h1),
h2:not(wp-block-post-content h2),
h3:not(wp-block-post-content h3),
h4:not(wp-block-post-content h4),
h5:not(wp-block-post-content h5),
h6:not(wp-block-post-content h6),
p:first-child:not(wp-block-post-content p) { 
    margin-block-start: revert;
    margin-block-end: revert;
	font-weight: revert;
}

div#scene {
    width: 100vw;
    height: 100vh;
    position: relative;
    float: left;
}

div.scene1 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    flex-direction: column;
    padding: 0% 15%;
    box-sizing: border-box;
}

.main_title {
    color: white;
    font-size: 40px;
    font-family: "Pitch";
    letter-spacing: .92px;
    line-height: 49px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.scene2 .main_title {
    color: black;
    font-size: 40px;
    font-family: "Pitch";
    letter-spacing: .92px;
    line-height: 49px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.sub_title {
    color: black;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .27px;
    font-family: 'FuturaTS-Regular';
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.columns {
    columns: 2;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .3px;
    font-family: "Pitch";
    font-weight: normal;
}

.columns p {
    margin-top: 0;
    margin-bottom: 15px;
}

.scene2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0% 15%;
    box-sizing: border-box;
    opacity: 0;
}

.scene3 {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 100%;
    left: 0;
}

.images_half {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.convo {
    width: 50%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5% 5% 0% 5%;
    box-sizing: border-box;
}

.images_half div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.images_half div img {
    width: 100%;
    height: 100%;
}

.convo p.p2 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .37px;
    font-family: 'Centaur MT Std';
    font-weight: 400;
    width: 100%;
    float: left;
}

.convo p.p1 i {
    color: #B25D38;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .37px;
    font-family: 'Centaur MT Std';
    font-weight: 400;
    width: 100%;
    float: left;
    font-style: italic;
}

.convo .scroll p img {
    display: none;
}

.image2, .image3, .image4, .image5, .image6, .image7 {
  opacity: 0;
}

.image2 {
  z-index: 2;
}

.image3 {
  z-index: 3;
}

.image4 {
  z-index: 4;
}

.image5 {
  z-index: 5;
}

.image6 {
  z-index: 6;
}

.image7 {
  z-index: 7;
}

.image2 img {
    width: 60%!important;
    height: unset!important;
    position: absolute;
    top: 10%;
    left: 7.5%;
}

.image3 img {
    width: 60%!important;
    height: unset!important;
    position: absolute;
    bottom: 7.5%;
    right: 7.5%;
}

.image5 img {
    width: 70%!important;
    height: unset!important;
    position: absolute;
    top: 7.5%;
    right: 12.5%;
}

.image6 img {
    width: 40%!important;
    height: unset!important;
    position: absolute;
    top: 35%;
    right: 20%;
}

.scroll {
    width: 100%;
    float: left;
}

@media all and (max-width: 1000px) {
    .convo .scroll p img {
        display: block;
    }

    div#scene {
        width: 100vw;
        height: auto;
        position: relative;
        float: left;
    }

    .scene1 .sub_title, .scene1 .columns {
        display: none;
    }

    .scene2 {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: auto;
        background: rgba(255,255,255,.8);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20% 10%;
        box-sizing: border-box;
        opacity: 1;
    }

    .scroll_in {
        opacity: 1!important;
    }

    .scroll_in .main_title {
        display: none;
    }

    .columns {
        columns: 1;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: .3px;
        font-family: "Pitch";
        font-weight: normal;
    }

    .scene3 {
        width: 100%;
        height: auto;
        position: relative;
        top: 100%;
        left: unset;
    }

    .images_half {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        height: auto;
        display: none;
    }

    .convo {
        width: 100%;
        height: auto;
        position: relative;
        right: unset;
        top: unset;
        padding: 5% 5% 15% 5%;
        box-sizing: border-box;
        float: left;
    }

    .convo img {
        width: 100%;
        height: auto!important;
    }
}