body.black .quote-wrap {
    position: relative;
    background: #1C1F29;
    overflow: hidden;
}

/* body.black .quote-wrap:before {
    content: " ";
    display: block;
    height: 100%;
    width: 1000%;
    position: absolute;
    top: 0;
    left: -1000%;
    background: black;
}

body.black .sectiontitle.centered.large-quote:after {
    content: " ";
    display: block;
    height: 100%;
    width: 1000%;
    position: absolute;
    top: 0;
    right: -1000%;
    background: black;
} */
.home .hero video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
    z-index: 9;
}

.home .has-video img {
    display: none;
    opacity: 0;
}

footer {
    background-color: #1c1f29;
}

footer p {
    font-size: 1.8rem;
}

footer .small p {
    font-size: 1.0688rem;
}

footer .block p {
    text-transform: uppercase;
}

.search-notfound p {
    padding:  15px 50px 0 40px;
}

@media (max-width: 900px) {
    .carousel .scroller {
        overflow-x: scroll;
    }
    
    .search-notfound p {
        padding:  15px 20px 0 20px;
    }
    
    .scrolltotop .arrow {
        bottom: initial;
    }
}

.embed-code > .inner-wrap > div,
.embed-code > .inner-wrap > div > div {
    width: 100% !important;
}

.m.two-col-txt div:nth-child(2) {
    color: #F00;
    color: color(display-p3 0.9216 0.2 0);
    font-family: 'Aeonik Pro', 'Helvetica', sans-serif;
    font-size: 13.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 122px; /* 89.706% */
    display: flex;
    align-items: end;
}

.m.two-col-txt div:nth-child(2) {
    margin-bottom: 40px;
}

.m.two-col-txt {
    display: flex;
    flex-direction: row-reverse;
    margin: 100px 40px;
}

.m.two-col-txt div {
    width: 50%;
}

.m.two-col-txt div:nth-child(1)  h3 {
    color: #F00;
     font-family: 'Aeonik Pro', 'Helvetica', sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.m.two-col-txt div:nth-child(1)  h3 + p {
    margin-bottom: 40px;
}

.m.lg-red-txt {
    margin: 124px 40px 200px;
    display: flex;
    justify-content: flex-end;
}

.m.lg-red-txt  p {
    color: #F00;
    font-family: 'Aeonik Pro', 'Helvetica', sans-serif;
    font-size: 6.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 71.4px */
    letter-spacing: -1.36px;
    width: 50%;
}

.people a p {
    font-size: 1.8rem;
}

.contacttxt .l p {
    font-size: 1.7813rem;
}

.contacttxt .r p {
    font-size: 1.8438rem;
}

@media (max-width: 900px) {
    .m.two-col-txt {
        display: block;
        margin: 56px 20px;
    }

    .m.two-col-txt div {
        width: 100%;
    }

    .m.two-col-txt div:nth-child(2)  {
        font-size: 9rem;
        line-height: 1;
    }

     .m.lg-red-txt {
         display: flex;
         margin: 56px 20px;
     }

    .m.lg-red-txt  p {
        font-size: 5rem;
        width: 100%;
    }
    
    .nextproject {
        margin-top: -35px;
    }
}