
#holder {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.masthead {
    position: absolute;
    background: none;
    width: 100%;
    pointer-events: none;
}
.container-bg {
    /*background-image:url("../../images/home/bridge-b.jpg");*/
    height: 500px;
}
.curtain {
    transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1), opacity 1s;
	transition-delay:1.3s;
}
@media (min-width: 768px) {
   
    .container-bg {
        height: 600px;
    }

}
@media (min-width: 1600px) {
   
    .container-bg {
        height: 700px;
    }

}


@media (max-width: 767px) {


}

@media (min-width: 768px) {

}



#footer {
    position: relative;
    z-index: 999;
}





@media (max-width: 991px) {

}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {

}

@media (min-width: 1400px) {

}
@media (min-width: 1600px) {


}
.tick {
    opacity: 0;
}

/**** MASTHEAD ****/


.container-hero {
    width:100%;
    height: 95vh;
    position: relative;
    background: none;
}

@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}
@media (min-width: 1600px) {

}

@media (min-width: 768px) and (orientation:portrait) { 

}

/* =====  HERO  ==================================================== */


.hero {
    position: absolute;
    overflow: hidden !important;
    width: 100%;
    z-index: -1;
    background: none;
    pointer-events: none;
   
}
.hero-flex {
    overflow: hidden;
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-bg-holder {
    position: fixed;z-index: -1;
    top:0;
    width:100%;
    max-width: var(--max-body-width);
    height: 100%;
    overflow: hidden !important;
    background-color: #eaeaea;
}
.hero-bg {
    position: absolute;
    width:100%;
    height: 100%;
    transform: scale(1.4);
    transition: transform 1s;
}
.hero-bg .bg {
    position: absolute;
    top:50%; left:50%;
    width:120%;
    height: 120%;
    transform: translate(-50%,-50%);   
}


/* =====  HEADLINE  ==================================================== */

.headline {
   
    margin-bottom: 20px;
    width: 100%;
    line-height: 125%;
    font-size: 2.4em;
}
.headline span {
    font-family:  'Times', 'Times New Roman';
    font-style: italic;
    font-size: 1.2em;
    font-weight: 200 !important;
    padding-right: 10px;
}


@media all and (min-width: 768px) { 
    .headline {
        line-height: 120%;
        font-size: 2.8em;
    }
}
@media all and (min-width: 960px) { 
    .headline {
        line-height: 120%;
        font-size: 3em;
    }
}
@media all and (min-width: 1200px) { 
    .headline {
        line-height: 120%;
        font-size: 3em;
    }
}
@media all and (min-width: 1400px) { 
    .headline {
        line-height: 120%;
        font-size: 3.4em;
    }
}
@media all and (min-width: 1600px) { 
    .headline {
        line-height: 120%;
        font-size: 3.6em;
    }
}

/* =====  HERO BLOCKS  ==================================================== */



html, body {
    overflow-x: hidden;
}

.bg-hero-video {
    width:100%; height: 100%;
	background-image:url("../../images/bg.jpg");
}
.bg-hero-video video { 
    position: absolute;
	padding:0; margin:0;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid red;
}

/* =====  ABOUT  ==================================================== */

.about-circle {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    filter: brightness(0.8);
    transition: filter .4s;
}
.about-circle .overlay {
    width:100%; height: 100%;
    border: 0px solid white;
    position: absolute;
    overflow: hidden;
    border-radius: 50%; object-fit: cover;
}
.about-circle.active {
    filter: brightness(1);
    
}
.about-circle.active .overlay {
    border: 0px solid var(--color-sec-pink);
}
.about-circle .overlay video {
    width:100%; height: 100%;
}
.circ0 {
    transform: translateX(-25%);
    z-index: 3;
}
.circ1 {
    transform: translateX(30%);
    z-index: 2;
}
.circ2 {
    transform: translateX(85%);
    z-index: 1;
}
.circle-scale {
    transform: scale(0.6);
}
.circ0 {
    transform: translateX(-40%);
    z-index: 3;
}
.circ1 {
    transform: translateX(-5%);
    z-index: 2;
}
.circ2 {
    transform: translateX(35%);
    z-index: 1;
}
@media all and (max-width: 767px) {

    .segment-circle {
        padding-top: 0 !important;
    }
    .circle-scale {
        margin-top: -5em;
    }
}
@media all and (min-width: 768px) { 
    .about-circle {
        position: absolute;
        
        overflow: hidden;
        cursor: pointer;
        filter: brightness(0.6);
        transition: filter .4s;
    }
    .about-circle .overlay {
        border: 0px solid white;
    }
    .circle-scale {
        transform: scale(1);
    }
    .circ0 {
        transform: translateX(-25%);
        z-index: 3;
    }
    .circ1 {
        transform: translateX(30%);
        z-index: 2;
    }
    .circ2 {
        transform: translateX(85%);
        z-index: 1;
    }
}


/* position dots in carousel */
#slider-about h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.segment-about .about-dots {
  bottom: 0px;
    margin: 15px 5px 25px;
    display: flex;
    flex-direction:  row;
}
/* white circles */
.segment-about .about-dots .dot {
    border-radius: 50%;
    margin-right: 16px;
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 1px solid white;
    cursor: pointer;
}
/* fill-in selected dot */
.segment-about .about-dots .dot.is-selected {
  background: white;
}


/* =====  BACKGROUND CIRCLES  ==================================================== */

.bg-circle {
    border: 1px solid rgba(255,255,255,0.4);
    position: absolute;
    border-radius: 50%;
    width:400px; height: 400px; 
}
.bgc1 {
   left:0; top:50%; 
   transform: translate(-50%,-50%);
}
.bgc2 {
   right:0%; top:50%; 
   transform: translate(50%,0%);display: none;
}
@media all and (min-width: 768px) { 
    .bg-circle {
        width:400px; height: 400px;
    }
    .bgc1 {
       transform: translate(-45%,-60%);
    }
}
@media all and (min-width: 992px) { 
    .bg-circle {
        width:500px; height: 500px;
    }
    .bgc1 {
       transform: translate(-60%,-55%);
    }
}
@media all and (min-width: 1200px) {
    .bg-circle {
        width:550px; height: 550px;
    }
    .bgc1 {
       transform: translate(-50%,-50%);
    }
}
@media all and (min-width: 1400px) { 
    .bg-circle {
        width:600px; height: 600px;
    }
    .bgc1 {
       transform: translate(-50%,-50%);
    }
}
@media all and (min-width: 1600px) { 
    .bg-circle {
        width:700px; height: 700px;
    }
    .bgc1 {
       transform: translate(-45%,-50%);
    }
}
@media all and (min-width: 1900px) {
    .bg-circle {
        width:800px; height: 800px;
    }
    .bgc1 {
       transform: translate(-45%,-55%);
    }
}

/* =====  HERO DUMMY  ==================================================== */

.hero-holder {

}
.hero-holder .col1 {
    width:100%;
    position: relative;    
}
.hero-holder .left-side {
    transition: .7s opacity;
    transition-delay: 1.6s;
    opacity: 0;
    transform: translateY(25%);
}
.hero-holder .left-side .ttl {
    font-size: 0.8em;
}
.hero-holder .col2 {
    width:100%;
}
.hero-holder em {
    font-family: 'Georgia';
    font-weight: normal !important;
}
.blurb {
    width: 100%;
    font-size: 1.25em;
    font-style: italic;
    line-height: 150%;
    transition: .3s opacity;
    opacity: 1;
    text-align: center;
    transition-delay: 0s;
    position: absolute;
    bottom:0;
    padding-top: 1em;
    transform: translateY(100%);
}
.hero-circle-holder {
    position: relative;
    display: block;
    transform: scale(0.8) translateY(5%);
}
#scene3 {
    mix-blend-mode:screen;
}
.hero-overlay {
    position: absolute;
    width:100%;
    height: 100%;
    
}
.hero-btn {
    display: none;
}
@media all and (min-width: 768px) { 
    .hero-holder .left-side .ttl {
        font-size: 0.85em;
    }
    .hero-btn {
        display: block;
    }
    .hero-holder {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .hero-holder .col1 {
        width:55%;
        transform: translateY(0%);
    }
    .hero-holder .col2 {
        width:45%;
    }
    .blurb {
        width: 85%;
        font-size: 1.1em;
        line-height: 150%;
        display: none;
    }
    .hero-circle-holder {
        transform: scale(1) translateY(0);
    }
}
@media all and (min-width: 1200px) { 
    .hero-holder .left-side .ttl {
        font-size: 0.9em;
    }
    .hero-holder .col1 {
        width:48%;
    }
    .hero-holder .col2 {
        width:45%;
    }
    .blurb {
        width: 85%;
        font-size: 1.15em;
        line-height: 150%;
    }
}
@media all and (min-width: 1400px) {
    .hero-holder .left-side .ttl {
        font-size: 1em;
    }
    .hero-holder .col1 {
        width:48%;
    }
    .hero-holder .col2 {
        width:42%;
    }
    .blurb {
        width: 80%;
        font-size: 1.2em;
        line-height: 150%;
    }
}
@media all and (min-width: 1600px) { 
    .hero-holder .col1 {
        width:48%;
    }
    .hero-holder .col2 {
        width:43%;
    }
    .blurb {
        width: 85%;
        font-size: 1.2em;
        line-height: 150%;
    }
}
@media all and (min-width: 1900px) { 
    .hero-holder .col1 {
        width:45%;
    }
    .hero-holder .col2 {
        width:45%;
    }
    .blurb {
        width: 85%;
        font-size: 1.25em;
        line-height: 150%;
    }
}

.hero-hotspot {
    width:100%; height: 100%;
    position: relative;
    border: 0px solid yellow;
}
.hero-hotspot .col1, .hero-hotspot .col2, .hero-hotspot .col3 {
    position: absolute;
    border: 0px solid purple;
}
.hero-hotspot .col1 {
    width:75%;
    height: 50%;
}
.hero-hotspot .col2 {
    top:50%;
    width:45%;height: 50%;
}
.hero-hotspot .col3 {
    top:50%; left:50%;
    width:50%;height: 50%;
}


.hotTtl {
    position: absolute;
    text-align: center;
    color: white;
    transition:opacity .4s;
    padding-top: 2px;
    opacity: 1;
}
.hotTtl span {
    font-size: 1em;
}
.hotTtl .line-holder {
    position: absolute;
    width:100%;
    top:0;line-height: 150%;
}
.hotTtl .line-box {
    position: absolute;
    text-align: left;
    padding-top: 8px;
    right:0;
    width:50%;
    transition: opacity .4s;
    opacity: 0;
    transition-delay: .5s;
    display: none;
}
.hotTtl .line {
    position: absolute;
    width:100%;
    top:0;
    background-color: rgba(255,255,255,1);
    height: 1px;
    transition: transform .8s cubic-bezier(0.83, 0, 0.17, 1);
    transition-delay: 0s;
    transform-origin:left;
    /*transform: scaleX(0.001);*/
    transform: scaleX(0.0001);
}
.hotTtl0 {
    top:45%;
    left:48%;
    transform: translateX(-50%);
}
.hotTtl0 .line-holder {
    width:100%;
}
.hotTtl0 .line-box {
    width:28%;
}
.hotTtl1 {
    top:40%;
    left:45%;
    transform: translateX(-50%);
}
.hotTtl1 .line-holder {
    width:100%;
    right:0;
}
.hotTtl1 .line-box {
    width:100%;
    right:auto;
    left:0;
}
.hotTtl1 .line {
    transform-origin:right;
}
.hotTtl2 {
    top:32%;
    left:45%;
    transform: translateX(-50%);
}
.hotTtl2 .line-holder {
    width:100%;
}
.hotTtl2 .line-box {
    width:30%;
}

#slider-dummy {
    position: absolute;
    top:30px; left:30px;
    width:200px;
    color: white;
    visibility: hidden;
}
#slider-dummy div {
    width:100%;
    text-align: center;
}
@media all and (min-width:768px) { 
    
    .hotTtl  {
        padding-top: 12px;
    }
    .hotTtl span {
        font-size: 1.1em;
    }
    .hotTtl .line-box {
        display: block;
    }
    .hotTtl0 {
        top:48%;
        left:48%;
        transform: translateX(-50%);
    }
    .hotTtl0 .line-holder {
        width:450%;
    }
    .hotTtl0 .line-box {
        width:28%;
    }
    .hotTtl1 {
        top:48%;
        left:45%;
        transform: translateX(-50%);
        
    }
    .hotTtl1 .line-holder {
        width:280%;
        right:0;
    }
    .hotTtl1 .line-box {
        width:38%;
        right:auto;
        left:0;
    }
    .hotTtl1 .line {
        transform-origin:right;
    }
    .hotTtl2 {
        top:35%;
        left:45%;
        transform: translateX(-50%);
    }
    .hotTtl2 .line-holder {
        width:250%;
    }
    .hotTtl2 .line-box {
        width:30%;
    }
}
@media all and (min-width:1400px) { 
    .hotTtl span {
        font-size: 1.2em;
    }
}
@media all and (min-width:1900px) { 
    .hotTtl span {
        font-size: 1.3em;
    }
    .hotTtl .line-box {
        font-size: 1em;
    }
}

/* =====  HERO EXPERIENCE  ==================================================== */

@media all and (max-width:767px) { 
    .ticker {
        padding-bottom: 1.5em;
       
    }
}

/* =====  HERO REGISTER  ==================================================== */


.register-holder {
    position: relative;
}
.register-holder .col {
    position: relative;
    text-align: center;
    width:100%;
}
.register-holder .colA {
    padding-bottom: 4.5em;
    margin-bottom: 8em;
}
.register-holder .col-holder {
    position: absolute;
    width:100%; height: 100%;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-circle {
    position: absolute;
    top:50%; left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    width:150%; aspect-ratio: 1/1;
}
.register-holder .colA .register-circle {
 
}

strong {
    color: white;
}
.register-holder .colB .btn {
   background-image: linear-gradient(to top right, #b84703 , #d48d03);
}

#slider-about {
    margin-top: -1.75em;
    font-size: 0.9em;
    
    width: 80%;
}
#slider-about div {
    width:100%;
    margin-right: 3px;
}
@media all and (min-width:576px) { 
    .register-circle {
        width:120%;
    }
    .register-holder .colA {
        margin-bottom: 2em;
    }
}
@media all and (min-width:768px) { 

    .register-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .register-circle {
        width:140%;
    }
    .register-holder .col {
        width:50%;
    }
    .register-holder .colA {
        margin-bottom: 0;
    }
    .register-holder .colB .text {
        padding: 0 15%;
    }
    #slider-about {
        font-size: 0.8em;
        width: 80%;
    }
}
@media (min-width: 992px) {
    .register-circle {
        width:110%;
    }
    .register-holder .colA {
        margin-bottom: 0;
    }
}
@media all and (min-width:1200px) { 
    .register-circle {
        width:110%;
    }
    .register-holder .colA {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .register-holder .colA .register-circle {
        border: none;
        background-image: linear-gradient(to bottom, #294194 , #49a29c);
        width:125%;
    }
}

@media all and (min-width:1600px) {
    .register-circle {
        width:110%;
    }
    .register-holder .colA .register-circle {
        width:120%;
    }
    .register-holder {
        display: flex;
        flex-direction: row;
    }
    #slider-about {
        font-size: 0.9em;
        width: 80%;
    }

}

@media all and (min-width:1600px) {
    .register-circle {
        width:100%;
    }
    .register-holder .colA .register-circle {
        width:120%;
    }

}

/* =====  HUMANS WE LOVE  ==================================================== */

.spkr-portrait {
    aspect-ratio: 2/2.35;
}
.spkr-portrait img {
    height: 100%; width: 100%;
    object-fit: cover;
}
.desig {
    margin-top: 5px;
    padding: 0 5%;
    font-size: 0.85em;
    line-height: 1.6;
    opacity: 0.6;
}

#slider-humans {
  padding: 0 10px;
}
#slider-humans .carousel-each {
    width:50%;
    padding: 0 10px;
}
#slider-humans .carousel-each-frame {
    border: 1px solid white;
    padding-bottom: 0;
    
    border-radius: 1em;
    overflow: hidden;
}
#slider-humans .carousel-each-frame h6 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#slider-humans .carousel-each-ttl {
    padding: 1em 0 1.25em;
    color: white;
    font-size: 0.9em;
}

@media all and (min-width:768px) {
    #slider-humans {
      padding: 0;
    }
    #slider-humans .carousel-each {
        width:33.33%;
        padding: 0 10px;
    }
    #slider-humans .carousel-each-ttl {
        font-size: 1em;
    }
}
@media all and (min-width:1200px) { 
    #slider-humans .carousel-each {
        width:25%;
        padding: 0 15px;
    }
    #slider-humans .carousel-each-ttl {
        padding: 1.25em 0 1.5em;
    } 
}
@media all and (min-width:1600px) { 
    #slider-humans .carousel-each-ttl {
        padding: 1.5em 0 1.75em;
    } 
}

figure {
    overflow: hidden;
    aspect-ration:1/1;
}

figure img {
    transform: translate(-50%,-50%);
}

.btn-humans .btn {
    background-image: linear-gradient(to top right, #294194 , #49a29c) !important;
}

/* =====  IN YOUR ROOM  ==================================================== */

#box-scroll {
    border: 1px solid rgba(255,255,255,0.7);
    overflow: hidden;
    border-radius:1em;
    height: 400px;
    overflow-y: auto;
}
.pdf-link {
    width: 100%;
    text-align: center;
    padding-top: 1.5em;
}
.pdf-link a {
  
    color: var(--color-sec-cyan);
}
@media all and (min-width:768px) {
    #box-scroll {
        height: 450px;
    }
}

@media all and (min-width:1200px) { 
    #box-scroll {
        height: 500px;
    }
}
@media all and (min-width:1600px) { 
    #box-scroll {
        height: 550px;
    }
}

/* =====  MOMENTS WE LOVE  ==================================================== */

.fig {
    overflow: hidden;
}
.fig img {
  object-fit: cover !important;
}


.moments-container {
    width:100%;
    height: 400px;
}
@media all and (min-width:768px) { 
    .moments-container {
        height: 350px;
    }
}
@media all and (min-width:992px) { 
    .moments-container {
        height: 450px;
    }
}
@media all and (min-width:1200px) { 
    .moments-container {
        height: 525px;
    }
}
@media all and (min-width:1400px) { 
    .moments-container {
        height: 575px;
    }
}
@media all and (min-width:1600px) { 
    .moments-container {
        height: 600px;
    }
}
@media all and (min-width:1900px) { 
    .moments-container {
        height: 650px;
    }
}
@media all and (min-width:2200px) { 
    .moments-container {
        height: 700px;
    }
}

.moments-holder {
    
    position: absolute;
    width:100%;
    height:100%;
    top:0;
}
.moments-each {
    border: 0px solid blue;
    width:100%;
    height: 100%;
    position: relative;
    overflow: visible;
}
.moments.segment-ttl {
    color:var(--color-sec-pink);
    position:absolute; 
    z-index: 8;
    width: 100%;
    text-align: center;pointer-events: none;user-select: none;
    font-size: 1.2em;
}
.moments-holder-top {
    pointer-events: none;z-index: 3;
}
.moments-each .fig {
    position: absolute; border: 0px solid yellow;
    overflow: visible;
}
.bottom-1 {
    width:40%;
    z-index: 2;
}
.bottom-2 {
    z-index: 0;
    width:80%;
    right:0;
    top:12%;
    transform: translateX(37%);
    border: 1px solid red;
}
.bottom-3 {
    left:10%;
    width:40%;
    display: none;
}
.bottom-4 {
    width:70%;
    left:50%;
    top:5%; 
}
.bottom-5 {
    left:5%;
    width:50%;
    top:0%;
    display: none;
}
.bottom-6 {
    width:70%;
    right:-20%;
    top:20%; 
}
.bottom-8 {
    width:60%;
    right:2%;
    bottom:5%;
}
.top-1 {
    width:70%;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
}
.top-2 {
    width:50%;
    right:30%;
    bottom:0;
}
.top-3 {
    width:50%;
    left:40%;
    bottom:0%;
    transform: translateX(-60%);
}
.top-4 {
    width:50%;
    left:15%;
    top:0%;
}

@media all and (min-width:768px) { 
    .bottom-1 {
        width:28%;
    }
    .bottom-2 {
        width:50%;
        right:0;
        top:8%;
        transform: translateX(-5%);
        border: 1px solid blue;
    }
    .bottom-3 {
        left:5%;
        width:25%;
        display: block;
    }
    .bottom-4 {
        left:auto;
        width:50%;
        right:3%;
        top:5%; 
    }
    .bottom-5 {
        left:5%;
        width:40%;
        top:0%;
        display: block;
    }
    .bottom-6 {
        width:45%;
        right:5%;
        top:15%; 
    }
    .bottom-8 {
        width:45%;
        right:5%;
        bottom:5%; 
    }

    .top-1 {
        width:45%;
        bottom: 0;
        left:50%;
        transform: translateX(-70%);
    }
    .top-2 {
        width:25%;
        left:20%;
        bottom:0;
    }
    .top-3 {
        width:30%;
        left:50%;
        bottom:0%;
        transform: translateX(-75%);
    }
    .top-4 {
        width:30%;
        left:15%;
        top:0%;
    }
}
@media all and (min-width:992px) { 

}
@media all and (min-width:1200px) { 

}
@media all and (min-width:1400px) { 

}
@media all and (min-width:1600px) { 

}
@media all and (min-width:1900px) { 

}

