.container-inner {
    overflow: hidden;
}
.contact-link {
    overflow: hidden;
}
.social-links {
    z-index: 2;
}
.social-links a {
    position: relative;
}
.social-links a:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #D3F944;
    position: absolute;
    z-index: -1;
    width: 0;
}
.social-links a:hover:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.callout-fifty__resume__item span {
    
}
.small-quote {
    font-size: 24px;
    line-height: 36px;
    color: #484848;
    font-weight: 300;
    width: 60%;
}
.work-callout__fifty {
    width: 100%;
}
.work-callout__fifty .text-block {
    font-size: 18px;
    line-height: 27px;
}
.work-callout__fifty .text-block span {
    font-size: 18px;
    display: block;
}
.callout-fifty__resume__item .green-title {
    margin-bottom: 15px;
}
.green-inline {
    font-weight: bold;
}
.show-more-lockup__link:hover svg{
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.back-contain {
    max-width: 1045px;
    width: 100%;
    margin: 0 auto;
}
.back-button:hover svg{
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.recognition-contain {
    margin-bottom: 25px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.normal-body-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    display: block;
    margin-top: 10px;
}
.full-width {
    padding: 0 100px;
}




/* Updates */
p, body {
    font-size: 18px;
    line-height: 27px;
    margin-top: 0;
}
.width-100 {
    width: 100%;
}
.width-50 {
    width: 50%;
}
.flex {
    display: flex;
    width: 100%;
    gap: 15px;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex img {
    flex-grow: 1; /* Allows items to grow and fill the space equally */
    flex: 1; /* Distribute space equally */
    display: block;
    margin: 0;
}
.flex-1 {
    display: flex;
    flex: 1;
}
.flex-3 {
    display: flex;
    flex: 3;
}
.flex-4 {
    display: flex;
    flex: 4;
}
.flex-column {
    flex-direction: column;
}
.space-around {
    justify-content: space-around;
}
.green-background {
    background-color: #D3F944;
    align-self: start;
    padding: 0 5px;
    font-size: 14px;
    letter-spacing: -0.42px;
}
.project-goals {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 25px;
}
.container-inner.image img,
.container-inner.image video {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #D2D9D4;
}
.container-inner.image video {
    object-fit: cover;
}
.video-container {
    width: 100%;
    position: relative;
}
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the video covers the entire area */
}
.coming-soon {
    color: #1A1A1A;
    font-family: 'Muli';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.48px;
    border-radius: 20px;
    background: #D3F944;
    display: block;
    padding: 0 7px;
    margin-bottom: 10px;
}
.work-item .work-content {
    align-items: flex-start;
}
.lock-icon {
    width: 11px;
    margin-right: 2px;
}
.green-inline.thinner {
    font-weight: normal;
    font-size: 24px;
}
.sub-title {
    display: block;
    padding-bottom: 15px;
    line-height: 24px;
}
.page-sub-title {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}
.border-contain {
    border: 1px solid #D2D9D4;
    margin: 15px auto;
    max-width: 1370px;
}
.margin-bottom {
    margin-bottom: 15px;
}
.gray-border {
    border: 1px solid #D2D9D4;
}
.work-callout-full {
    border: 1px solid #D2D9D4;
    max-width: 1370px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.work-callout__fifty .sub-title {
    margin-bottom: 0;
}
.work-callout-contain {
    max-width: 700px;
    margin: 100px auto;
    text-align: center;
}
.work-callout-contain-2 {
    margin: 100px 60px;
    text-align: center;
    display: flex;
    text-align: left;
    flex-wrap: wrap;
}
.work-callout__info {
    padding-bottom: 50px; 
    margin-bottom: 50px; 
}
.work-callout__info p,
.work-callout__info__team {
    font-size: 18px !important;
    line-height: 27px !important;
}
.work-callout__info__team li {
    margin-bottom: 0;
}
.border {
    border: 1px solid #D2D9D4;
}
.new-sub-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
.image-row {
    display: flex; 
    align-items: stretch; 
    height: 485px; 
    gap: 15px;
}
.image-row img {
    height: 100%; 
    object-fit: cover;
}
.image-row.margin-bottom img {
    margin-bottom: 0;
}
.flex-gap {
    padding-right: 50px;
}
.cta-animation,
.get-notified-animation {
    height: 400px;
    width: 100%;
}
.show-more-lockup__link svg {
    position: relative;
    top: -5px;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.universe-percentages h1 {
    font-size: 133px; 
    margin: 0; 
    color: black; 
    line-height: 94.4%; 
    font-weight: 500;
    letter-spacing: -8px;
}
.mobile-image {
    display: none !important;
}
.desktop-image {
    display: block !important;
}
#lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
  }
  
  /* Expanded image */
  #lightbox img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.9);
    border-radius: 4px;
    cursor: zoom-out;
  }

/* Media Queries */
@media screen and (max-width: 768px) {
    .logo-title {
        max-width: 250px;
    }
    header {
        justify-content: center;
    }
    header .logo-link .logo-lockup .logo-image {
        width: 80px;
        margin-right: 10px;
    }
    .mobile-image {
        display: block !important;
    }
    .desktop-image {
        display: none !important;
    }
    .mobile-menu {
        margin-top: 15px;
    }
    .container-inner.image img {
        margin-bottom: 15px;
    }
    header .logo-link .logo-lockup .logo-image {
        align-self: flex-start;
    }
    .mobile-hide {
        display: none;
    }
    .container-inner.image video.margin-bottom {
        margin-bottom: 15px;
    }
    .work-callout__info {
        padding-bottom: 0; 
        margin-bottom: 45px; 
    }
    .work-callout__fifty {
        padding: 0 25px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .work-callout__fifty .quote-text {
        padding: 0 !important;
        margin-top: 0;
    }
    .work-callout-contain {
        padding: 25px;
        margin: 40px 0;
        text-align: left;
    }
    .work-callout-contain-2 {
        padding: 25px;
        margin: 40px 0;
        flex-direction: column;
    }
    .work-callout-contain-2 .quote-text {
        margin-bottom: 15px;
    }
    .project-goals {
        flex-direction: column;
    }
    .flex {
        flex-direction: column;
        gap: 0;
    }
    .image-row {
        height: 100% !important;
    }
    .container-inner.image {
        height: 100% !important;
    }
    .width-50 {
        width: 100%;
    }
    .quote-text {
        font-size: 28px;
        line-height: 36px;
    }
    .flex-gap {
        padding: 0;
    }
    .container-inner.image img.no-margin-mobile {
        margin-bottom: 0;
    }
    .margin-mobile {
        margin-bottom: 15px !important;
    }
    .no-margin-mobile {
        margin-bottom: 0 !important;
    }
    .cta-animation,
    .get-notified-animation {
        height: auto;
        width: 100%;
    }
    .cta-animation {
        max-height: 172px;
    }
    .show-more-lockup__link {
        padding: 0 25px;
    }
    .show-more-lockup__link svg {
        position: relative;
        top: -5px;
    }
    .universe-percentages h1 { 
        font-size: 64px;
        line-height: 80px;
        font-family: Kanit;
    }
}