@font-face {
    font-family: 'Founders Grotesk Light';
    src: url("../fonts/FoundersGrotesk-Light.eot");
    src: url("../fonts/FoundersGrotesk-Light.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/FoundersGrotesk-Light.woff2") format("woff2"), 
    url("../fonts/FoundersGrotesk-Light.woff") format("woff"), 
    url("../fonts/FoundersGrotesk-Light.ttf") format("truetype"), 
    url("../fonts/FoundersGrotesk-Light.svg#FoundersGrotesk-Light") format("svg");
    font-weight: 300;
    font-style: normal
}


@font-face {
    font-family: 'Founders Grotesk Medium';
    src: url("../fonts/FoundersGrotesk-Medium.eot");
    src: url("../fonts/FoundersGrotesk-Medium.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/FoundersGrotesk-Medium.woff2") format("woff2"), 
    url("../fonts/FoundersGrotesk-Medium.woff") format("woff"), 
    url("../fonts/FoundersGrotesk-Medium.ttf") format("truetype"), 
    url("../fonts/FoundersGrotesk-Medium.svg#FoundersGrotesk-Medium") format("svg");
    font-weight: 500;
    font-style: normal
}
/* --------------- */
@font-face {
    font-family: 'Founders Grotesk Bold';
    src: url('../fonts/FoundersGroteskBold.eot');
    src: url('../fonts/FoundersGroteskBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FoundersGroteskBold.woff2') format('woff2'),
        url('../fonts/FoundersGroteskBold.woff') format('woff'),
        url('../fonts/FoundersGroteskBold.ttf') format('truetype'),
        url('../fonts/FoundersGroteskBold.svg#FoundersGroteskBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk SemiBold';
    src: url('../fonts/FoundersGroteskSmBd.eot');
    src: url('../fonts/FoundersGroteskSmBd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FoundersGroteskSmBd.woff2') format('woff2'),
        url('../fonts/FoundersGroteskSmBd.woff') format('woff'),
        url('../fonts/FoundersGroteskSmBd.ttf') format('truetype'),
        url('../fonts/FoundersGroteskSmBd.svg#FoundersGroteskSmBd') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk Medium';
    src: url('../fonts/FoundersGroteskMed.eot');
    src: url('../fonts/FoundersGroteskMed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FoundersGroteskMed.woff2') format('woff2'),
        url('../fonts/FoundersGroteskMed.woff') format('woff'),
        url('../fonts/FoundersGroteskMed.ttf') format('truetype'),
        url('../fonts/FoundersGroteskMed.svg#FoundersGroteskMed') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk Regular';
    src: url('../fonts/FoundersGroteskRegular.eot');
    src: url('../fonts/FoundersGroteskRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FoundersGroteskRegular.woff2') format('woff2'),
        url('../fonts/FoundersGroteskRegular.woff') format('woff'),
        url('../fonts/FoundersGroteskRegular.ttf') format('truetype'),
        url('../fonts/FoundersGroteskRegular.svg#FoundersGroteskRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Founders Grotesk Regular';
    font-weight: 300;
    background: #f5f5f2;
    color: #1F2E41;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
    font-family: 'Founders Grotesk Medium';
}

a {
    color: #F1EDEC;
    transition: color 0.2s ease-in;
    will-change: color
}

a:hover {
    text-decoration: none;
    color: #FF512E
}

.main-content {
    float: left;
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
}

.main-content .section-title {
    color: #FF512E;
    font-size: 110px;
    font-weight: 500;
    letter-spacing: -4.5px;
    text-transform: uppercase;
    line-height: 76px;
}

@media (max-width: 991px) {
    .main-content .section-title {
        font-size: 90px
    }
}

@media (max-width: 767px) {
    .main-content .section-title {
        font-size: 60px;
        line-height: 50px;
    }
}

.header {
    float: left;
    width: 100%;
    background: #FF512E;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9
}

.header .header-logo img {
    max-width: 115px;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out;
}

.header.headerSmall .header-logo img {
    max-width: 55px;
}

.header .main-navigation {
    margin-top: 33px;
    float: right
}

@media (max-width: 575px) {
    .header .main-navigation {
        margin-top: 10px
    }
}

.header .main-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header .main-navigation ul li {
    display: inline-block;
    margin: 0 5px
}

.header .main-navigation ul li a {
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px
}

.footer {
    background: #1F2E41;
    border-top: 1px solid #FF512E;
    padding-top: 67px;
    padding-bottom: 72px;
    float: left;
    width: 100%;
    color: #FFF;
}

@media (max-width: 767px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 50px
    }
}

.footer h5 {
    text-transform: uppercase;
    font-size: 18px
}

.footer .footer-logo {
    float: left;
    padding-right: 30px
}

.footer .footer-logo img {
    width: 115px
}

.footer .our-offices {
    float: left;
    padding-left: 40px;
    width: 100%;
    max-width: 230px
}

.footer .our-offices p {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .footer .our-offices {
        padding-left: 0;
        padding-top: 30px;
        clear: left
    }
}

.footer .contact-us {
    padding-left: 20px;
    float: left;
    width: 100%;
    max-width: 365px
}

@media (max-width: 991px) {
    .footer .contact-us {
        padding-left: 0;
        padding-top: 30px
    }
}

.footer .contact-us label {
    display: block;
    font-size: 10px;
    text-transform: uppercase
}

.footer .contact-us input {
    width: 100%;
    display: block;
    background: #444;
    border: 0;
    border-bottom: 1px solid #F1EDEC
}

.footer .contact-us button {
    text-transform: uppercase;
    color: #F1EDEC;
    font-weight: bold;
    background: #FF512E;
    border: 0;
    padding: 5px 10px
}

.hero-banner {
    height: calc( 100vh - 85px);
    max-height: 850px;
    min-height: 570px;
    background: url("../img/hero-image.gif");
    background-color: #bdbdbd;
    background-attachment: fixed;
    background-blend-mode: normal;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative
}

@media (max-width: 767px) {
    .hero-banner {
        max-height: 620px
    }
}

.hero-banner .simpleParallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 2000px;
    height: 100%;
    z-index: 0
}

.hero-banner .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 2000px;
    height: 100%;
    object-fit: cover
}

.hero-banner .hero-wrapper {
    width: 100%;
    background: url("../img/arboles.png") center bottom no-repeat;
    background-size: 100% auto;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

.hero-banner .hero-wrapper .hero-container {
    width: 100%;
    padding: 15px;
    position: relative
}

.hero-banner .hero-wrapper .hero-container .years {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    position: absolute;
    top: -30px;
    left: 5vw
}

.hero-banner .hero-wrapper .hero-container .years .arrow {
    display: inline-block;
    position: relative
}

.hero-banner .hero-wrapper .hero-container .years .arrow:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    display: block
}

.hero-banner .hero-wrapper .hero-container .years .arrow:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 1px;
    right: 0
}

.hero-banner .hero-wrapper .hero-container .content {
    position: relative
}

.hero-banner .hero-wrapper .hero-container .content:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5vw;
    width: 74px;
    height: 6px;
    background: url("../img/adorno-raya.png") center center no-repeat;
    animation-name: animate-point-2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}

.hero-banner .hero-wrapper .hero-container .content .points {
    position: absolute;
    left: -45px;
    top: 25%
}

.hero-banner .hero-wrapper .hero-container .content .points .point {
    width: 9px;
    height: 9px;
    background: #FF512E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 3px;
    opacity: 0
}

.hero-banner .hero-wrapper .hero-container .content .points .point:nth-child(1) {
    animation-name: animate-point-1;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.hero-banner .hero-wrapper .hero-container .content .points .point:nth-child(2) {
    animation-name: animate-point-2;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.hero-banner .hero-wrapper .hero-container .content .points .point:nth-child(3) {
    animation-name: animate-point-3;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.hero-banner .hero-wrapper .hero-container p {
    font-size: 63px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 0;
    font-weight: 500
}

@media (max-width: 991px) {
    .hero-banner .hero-wrapper .hero-container p {
        font-size: 54px;
        line-height: 35px
    }
}

@media (max-width: 575px) {
    .hero-banner .hero-wrapper .hero-container p {
        font-size: 42px;
        line-height: 28px
    }
}

@keyframes animate-point-1 {
    0% {
        opacity: 0
    }
    15% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes animate-point-2 {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes animate-point-3 {
    0% {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

.services {
    padding-top: 80px;
    position: relative
}

@media (max-width: 991px) {
    .services {
        padding-top: 55px
    }
}

@media (max-width: 767px) {
    .services {
        padding-top: 30px
    }
    .services:before,
    .services:after {
        display: none
    }
}

.services .service-image {
    position: absolute;
    z-index: -1
}

.services .service-image img {
    display: none
}

.services .service-image .simpleParallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.services .service-image .simpleParallax img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.services .service-image:nth-child(1) {
    width: 3.7vw;
    max-width: 70px;
    height: 490px;
    left: 0;
    top: 80px
}

.services .service-image:nth-child(2) {
    width: 14.4vw;
    max-width: 275px;
    height: 315px;
    right: 0;
    top: 284px
}

.services .service h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1.53px
}

.services .service ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 50px
}

.services .service ul li {
    font-size: 21px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: -0.29px
}

.work {
    padding-top: 40px
}

@media (max-width: 991px) {
    .work {
        padding-top: 20px
    }
}

.work .work-list {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.work .work-list h3 a {
    font-size: 73px;
    letter-spacing: -3px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 7px;
    color: #1F2E41;
}

@media (max-width: 991px) {
    .work .work-list h3 a {
        font-size: 56px;
        line-height: 40px
    }
}

@media (max-width: 767px) {
    .work .work-list h3 a {
        font-size: 42px;
        line-height: 24px
    }
}

.work .work-list h3 a[aria-expanded="true"] {
    position: relative;
    z-index: 1;
    color: #1F2E41;
}

.work .work-list h3 a[aria-expanded="true"]:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    background: #FF512E;
    height: 50px;
    top: 22px;
    left: 0;
    z-index: -1
}

@media (max-width: 991px) {
    .work .work-list h3 a[aria-expanded="true"]:before {
        height: 40px
    }
}

@media (max-width: 767px) {
    .work .work-list h3 a[aria-expanded="true"]:before {
        height: 28px
    }
}

.work .work-list .work-description {
    padding-bottom: 40px
}

.work .work-list .swiper-container {
    min-height: 300px;
    padding-left: 40px
}

@media (max-width: 767px) {
    .work .work-list .swiper-container {
        padding-left: 30px
    }
}

@media (max-width: 575px) {
    .work .work-list .swiper-container {
        padding-right: 35px
    }
}

.work .work-list .swiper-container .swiper-button-next,
.work .work-list .swiper-container .swiper-button-prev {
    top: 0;
    margin-top: 0;
    height: 100%;
    color: #F1EDEC;
    background: #FF512E;
    width: 40px
}

@media (max-width: 767px) {
    .work .work-list .swiper-container .swiper-button-next,
    .work .work-list .swiper-container .swiper-button-prev {
        width: 30px
    }
}

.work .work-list .swiper-container .swiper-button-next:after,
.work .work-list .swiper-container .swiper-button-prev:after {
    font-size: 20px
}

@media (max-width: 767px) {
    .work .work-list .swiper-container .swiper-button-next:after,
    .work .work-list .swiper-container .swiper-button-prev:after {
        font-size: 18px
    }
}

.work .work-list .swiper-container .swiper-button-next.swiper-button-disabled,
.work .work-list .swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.work .work-list .swiper-container .swiper-button-prev {
    left: 0
}

.work .work-list .swiper-container .swiper-button-next {
    right: 0
}

.work .work-list .swiper-container .swiper-slide {
    width: 65%;
    max-width: 100%;
    display: flex
}

@media (max-width: 991px) {
    .work .work-list .swiper-container .swiper-slide {
        width: 80%
    }
}

@media (max-width: 767px) {
    .work .work-list .swiper-container .swiper-slide {
        width: 100%
    }
}

@media (max-width: 575px) {
    .work .work-list .swiper-container .swiper-slide {
        flex-direction: column
    }
}

.work .work-list .swiper-container .swiper-slide .content {
    max-width: 200px;
    padding-right: 10px;
    text-align: right
}

@media (max-width: 575px) {
    .work .work-list .swiper-container .swiper-slide .content {
        max-width: 100%;
        padding-right: 0
    }
}

.work .work-list .swiper-container .swiper-slide .content h4 {
    letter-spacing: -1px
}

.work .work-list .swiper-container .swiper-slide .content p {
    letter-spacing: 0.3px;
    line-height: 18px
}

.work .work-list .swiper-container .swiper-slide .image {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.work .work-list .swiper-container .swiper-slide .image a {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    display: block
}

.work .work-list .swiper-container .swiper-slide .image a img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute
}

.people {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width: 991px) {
    .people {
        padding-top: 55px;
        padding-bottom: 55px
    }
}

@media (max-width: 767px) {
    .people {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.people .people-list {
    display: flex
}

@media (max-width: 767px) {
    .people .people-list {
        /* flex-direction: column; */
        overflow-x: scroll;
        position: relative;
    }
    /* .people .people-list:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 40%;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
        z-index: 10;
    } */
}

.people .people-list .people-item {
    display: inline-flex
}

@media (max-width: 767px) {
    .people .people-list .people-item {
        padding-bottom: 20px
    }
}

@media (max-width: 575px) {
    .people .people-list .people-item {
        flex-direction: column
    }
}

.people .people-list .people-item .people-photo {
    overflow: hidden;
    width: 112px;
    height: 335px;
    max-width: 100%;
    position: relative;
    transition: width 0.5s;
    will-change: width
}

@media (max-width: 991px) {
    .people .people-list .people-item .people-photo {
        width: 60px;
        height: 220px
    }
}

@media (max-width: 767px) {
    .people .people-list .people-item .people-photo {
        width: 220px;
        height: 220px
    }
}

.people .people-list .people-item .people-photo img {
    width: 120%;
    max-width: 120%;
    height: 120%;
    object-fit: cover;
    transition: all 0.9s;
    will-change: width, height, max-width
}

@media (max-width: 767px) {
    .people .people-list .people-item .people-photo img {
        width: 100%;
        max-width: 100%;
        height: 100%
    }
}

.people .people-list .people-item .people-photo span {
    font-size: 59px;
    line-height: 1;
    letter-spacing: -2.42px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s;
    will-change: opacity;
    font-family: 'Founders Grotesk Medium';
}

@media (max-width: 991px) {
    .people .people-list .people-item .people-photo span {
        font-size: 38px
    }
}

@media (max-width: 767px) {
    /* .people .people-list .people-item .people-photo span {
        opacity: 1
    } */
}

.people .people-list .people-item .people-bio {
    padding: 0 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s
}

@media (max-width: 767px) {
    /* .people .people-list .people-item .people-bio {
        width: 100%;
        opacity: 1;
        padding: 0 30px
    } */
}

@media (max-width: 575px) {
    /* .people .people-list .people-item .people-bio {
        overflow: initial;
        padding: 0 !important;
        padding-top: 15px !important
    } */
}

.people .people-list .people-item .people-bio p {
    font-size: 21px;
    line-height: 1;
    letter-spacing: -0.86px;
    display: none;
    font-family: 'Founders Grotesk Light';
}

.people .people-list .people-item .people-bio p a {
    color: #1F2E41;
}

.people .people-list .people-item .people-bio p a:hover {
    color: #FF512E;
}



.people .people-list .people-item.visible .people-photo img {
    width: 100%;
    max-width: 100%;
    height: 100%
}

.people .people-list .people-item.visible .people-photo span {
    opacity: 1
}

.people .people-list .people-item.visible .people-bio {
    padding: 0 30px;
    width: 100%;
    opacity: 1
}

.people .people-list .people-item.visible .people-bio p {
    display: block
}

.people .people-list .people-item:not(.visible):hover {
    cursor: pointer
}

.people .people-list .people-item:not(.visible):hover .people-photo img {
    width: 100%;
    height: 100%
}

.videos {
    padding-top: 150px;
}

.videos h2.first-title {
    font-size: 62px;
    max-width: 440px;
    line-height: 50px;
    position: relative;
    z-index: 2;
}

h2.second-title {
    font-size: 62px;
    max-width: 440px;
    line-height: 50px;
    position: relative;
    z-index: 2;
    text-align: right;
    position: relative;
    top: -250px;
    float: right;
}

.item-video {
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
    z-index: 1;
    top: -150px;
}

.item-video .item-data {
    padding-bottom: 50px;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

.item-video .item-data h3 {
    margin-bottom: 0;
}

.item-video.second-video {
    position: relative;
    top: -300px;
    justify-content: start;
}

.third-videos {
    width: 100%;
    position: relative;
    top: -330px;
}

.third-videos .video-container {
    display: flex;
    align-items: end;
}

.third-videos .video-container .item-data {
    padding: 32px;
}

.txt-align-left {
    text-align: left;
}

.txt-align-right {
    text-align: right;
}

.video-item h2 {
    font-size: 63px;
    line-height: 44px;
    letter-spacing: -2px;
}

.video-item-data {
    display: flex;
    align-items: center;
}

.video-item-data.center {
    justify-content: center;
}

.video-item-data.left {
    justify-content: start;
}

.video-item-data.right {
    justify-content: end;
}

.video-item-data iframe {
    border-radius: 20px;
}

.video-item-data h4 {
    font-family: 'Founders Grotesk Regular';
    font-size: 14px;
    text-transform: inherit;
    padding: 8px;
}

.video-item-data h4 strong {
    font-family: 'Founders Grotesk SemiBold';
    width: 100%;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.video-item-data h4 span {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
}

.video-item-container {
    display: flex;
}

.video-item-container *> {
    flex: 1;
    display: initial;
}

.w-33 {
    width: 33.333%;
}

.p-absolute {
    position: absolute;
}

.r-0 {
    right: 0;
}

.video-item {
    position: relative;
}

.service-list {
    list-style: none;
}

.service-list h3 {
    font-size: 73px;
    line-height: 52px;
    margin-bottom: 0;
    letter-spacing: -2px;
    display: flex;
    line-height: 60px;
}

.service-list li:hover {
    cursor: pointer;
}

.service-list span {
    font-size: 24px;
    font-family: 'Founders Grotesk Light';
    letter-spacing: 0px;
    ;
}

.service-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.people .people-list .people-item.visible .people-photo {
    width: 335px
}

.service-list li span {
    opacity: 0;
    transition: opacity 0.5s ease-in 2.5s;
    color: #979797;
    line-height: 20px;
    padding-left: 15px;
    padding-top: 18px;
}

.service-list li:hover span {
    transition: opacity 0.5s ease-in;
    opacity: 1;
}

.service-list li.active span {
    display: block;
}

.pre-footer h3 {
    font-size: 63px;
    line-height: 42px;
    margin-bottom: 50px;
    font-kerning: -15px;
    position: relative;
    padding-left: 15px;
}

.pre-footer h3:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
    background: #FF512E;
    top: -10px;
}

.pre-footer ul.logo-list {
    display: flex;
}

.prefooter-logos {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.prefooter-logos li {
    width: 15%;
    padding: 0 15px;
    margin-bottom: 100px;
}

.prefooter-logos li img {
    width: 90%;
}
.ai-template{
    padding-top: 50px;
}
.ai-items{
    padding-top: 40px;
}
.ai-template h1 {
    font-size: 63px;
    line-height: 44px;
}
.ai-template p{
    max-width: 370px;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
}
.ai-items .video-item-data iframe{
    width: 100%;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.ai-items .video-item-data{
    flex-direction: column;
}
.pre-footer-ai{
    padding: 100px 0px;
    text-align: center;
}

.pre-footer-ai p{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 21px;
}
.pre-footer-ai a.btn-contact{
    margin: 0 auto;
    border-radius: 100px;
    background: #FF512E;
    padding: 20px 30px;
    color: white;
    font-family: 'Founders Grotesk Bold';
    font-size: 30px;
    height: 60px;
    display: block;
    width: 250px;
    line-height: 30px;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .videos {
        padding-top: 50px;
    }
    .video-item {
        padding-top: 50px;
    }
    .video-item-data {
        flex-direction: column;
        margin-top: 0px!important;
        align-items: start;
        padding-top: 15px!important;
    }
    .video-item-data img {
        width: 100%;
        margin-bottom: 5px;
    }
    .video-item-container {
        flex-direction: column;
        align-items: center;
    }
    .video-item h2 {
        position: relative;
    }
    .pre-footer {
        /* overflow: hidden; */
    }
    .service-list li {
        flex-direction: column;
    }
    .service-list li span {
        opacity: 1;
    }
}



@media (max-width: 991px) {
    /* .people .people-list .people-item .people-bio p {
        font-size: 18px
    }
    .people .people-list .people-item.visible .people-photo {
        width: 220px;
        height: 220px
    } */
    .video-item.xs-5{
        padding-left: 0px!important
    }
}

@media (max-width: 768px) {
    /* .people .people-list .people-item .people-bio p {
        display: block;
        margin-top:0px!important;
    } */
    .ai-template{
        padding-top: 90px;
    }
    .ai-items h3{
        text-align: center;
    }
    .ai-items .video-item-data iframe{
        margin: 0 auto;
    }
    .ai-items .video-item-data h4{
        text-align: center;
        margin: 0 auto;
    }
    .people .people-list .people-item{
        width: 15%;
    }
    .toggle-responsive{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 100;
    }
    .ai-items{
        margin-bottom: 40px;
    }
    .people .people-list .people-item .people-photo span{
        display: none!important;
    }
    .people .people-list .people-item.visible{
        width: 70%;
        flex-direction: row;
    }
    .people .people-list .people-item.visible .people-bio{
        overflow: visible;
        padding: 0px 10px;
    }
    .people .people-list .people-item.visible.toogle .people-bio{
        overflow: hidden;
        opacity: 0;
        padding: 0;
    }
    .people .people-list .people-item.visible.toogle{
        width: 15%!important;
    }
    .main-content{
        overflow: hidden;
    }
    .service-list h3 {
        font-size: 50px;
    }
    .service-list h3 span {
        line-height: 50px;
    }
    .video-item-data {
        width: 100%;
    }

    .video-item h2 {
        font-size: 40px;
        line-height: 30px;
    }
    .service-list li {
        flex-direction: column;
    }
    .service-list li span {
        opacity: 1;
    }
    /* footer */
    .footer .footer-logo{
        width: 100%;
        max-width: 40%;
    }
    .footer .footer-mobile{
        display: flex;
        width: 60%;
        flex-direction: column;
        align-items: flex-end;
        gap: 50px;
    }
    .footer .container{
        display: flex;
    }
    .footer .our-offices:first-child{
        padding-top: 0px;
    }
    .footer .our-offices{
        padding-left: 0px;
    }
    .prefooter-logos{
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 40px;
    }
    .prefooter-logos li{
        width: 33.3333%;
        float: left;
        margin-bottom: 20px;
    }
    .pre-footer h3{
        font-size: 53px;
    }
    .header.headerSmall .header-logo img,
    .header .header-logo img{
        max-width: 70px;
    }
    .main-content{
        padding-top: 0px;
    }
    .video-item-data iframe{
        width: 100%;
    }
    .video-item-data iframe.is-1-item{
        height: 178px;
    }
    .video-item-data iframe.is-2-item{
        height: 150px;
    }
    .video-item-data iframe.is-vertical{
        width: 100%;
    }
    .mobile-reverse{
        flex-direction: column-reverse;
    }
    /* General styling video sections  */
    .video-item-data.xs-flip-content{
        flex-direction: column-reverse;
    }
    .video-item-data iframe.h-xs-l{
        height: 180px;
        width: 325px;
    }
    .video-item-data iframe.v-xs-l{
        width: 240px;
    }
    .video-item-data iframe.v-xs-m{
        width: 220px;
        height: 380px;
    }
    .video-item-data iframe.h-xs-m{
        height: 150px;
        width: 265px;
    }
    .video-item .video-item-data{
        padding-top: 0px!important;
    }
    .video-item-data.xs-right{
        align-items: end;
    }
    .video-item.xs-2{
        padding-top: 0px!important;
    }
    /* First video section */
    .video-item.xs-1 .video-item-data.xs-1 h4{
        padding-right: 30px;
    }
    /* Second video section */
    .video-item.xs-2 .video-item-data h4{
        padding-bottom: 40px;
        
    }
    .video-item.xs-2 .video-item-data.xs-1{
        flex-direction: row;
        align-items:end!important;
    }   
    .video-item.xs-2 .video-item-data.xs-2{
        flex-direction: row;
        align-items:end!important;
        padding-top: 20px!important;
    }
    .video-item.xs-2 .video-item-data.xs-3{
        padding-top: 20px!important;
    }
    .video-item.xs-2 .video-item-data.xs-3 h4{
        padding-right: 40px!important;
    }
    /* Third video section */
    .video-item.xs-3 {
        padding-top: 0px;
    }
    .video-item.xs-3 .video-item-data.xs-1 {
        flex-direction: column-reverse;
        padding-right: 0!important;
        align-items: end;        
    }
    .video-item.xs-3 .video-item-data.xs-1 h4{
        padding-right: 40px;
    }
    /* FOurth video section */
    .video-item.xs-4 {
        padding-top: 0px!important;
    }
    .video-item.xs-4 .video-item-data.xs-1,
    .video-item.xs-4 .video-item-data.xs-2{
        flex-direction: row;
        align-items: end!important;
    }
    .video-item.xs-4 .video-item-data.xs-1 h4,
    .video-item.xs-4 .video-item-data.xs-2 h4{
        padding-bottom: 40px;
    }
    .video-item.xs-4 .video-item-data.xs-3,
    .video-item.xs-4 .video-item-data.xs-2{
        padding-top: 20px!important;
    }
    .video-item.xs-5{
        padding-top: 20px!important;
        margin-top: 0px!important;
    }
    .video-item.xs-5 .video-item-data.xs-1{
        flex-direction: row!important;
    }
    .video-item.xs-5 .video-item-data.xs-1 h4{
        padding-bottom: 40px;
    }
    .video-item.xs-6 .video-item-data.xs-1{
        padding-right: 0px!important;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: end;
    }
    .video-item.xs-6 .video-item-data.xs-1 h4{
        padding-right: 40px;
    }
    .video-item.xs-6 .video-item-data.xs-2{
        padding-left: 0px!important;
    }
    .pre-footer h3 {
        font-size: 40px;
        line-height: 28.5px;
        padding-right: 15px;
        letter-spacing: -2px;
        font-weight: 500;
    }
    .service-list{
        padding-left: 20px;
    }
    .service-list li span{
        padding-left: 0px;
        margin-bottom: 30px;
    }
}
@media (max-width: 480px){
    .ai-template h1 br{
        display: none;
    }
    .ai-template h1{
        font-size: 44px;
        line-height: 34px;
        display: block;
        width: 100%;
        word-break: break-word;
    }
}