@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@font-face {
    font-family: 'jeko-boldregular';
    src: url('fonts/font.woff2') format('woff2'),
    url('fonts/font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

body {
    font-family:  'IBM Plex Sans', sans-serif;
    font-size: 1.25rem;
}

h4 {

    font-weight: 600;
    font-size: 1.875rem;
    margin: 0.7rem 0;
    font-family: 'jeko-boldregular', sans-serif;
}

a {
    text-decoration: none;
}

p {
    line-height: 28px;
}
.border-bottom {
    padding-bottom: 1.25rem;
    margin-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #DAE3E8;
}
.align-items-center {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}

.header-slider {
    width: 100%;
    max-width: 90rem;
    padding: 0 6.75rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 1rem;
    z-index: 1;
}

.hs-bg {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}

.hs-bg video {
    width: 100%;
}
.header-slider-bg {
    width: 100%;
    background: #ebf6f0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.hs-left {
    display: flex;
    justify-content: end;
    flex-direction: column;
    margin-bottom: 3.75rem;
    opacity: 0.6;
    -ms-flex-align: end !important;
}

.hs-left--light p{
color:white!important;
}
.hs-center video {
    height: 33.75rem;
}
.hs-left p {
    margin: 0.125rem 0;
    color: #051150;
}
.hs-right {
    padding-top: 3.75rem;
    color: #051150;
    opacity: 0.6;
}

.hs-right--light p {
    color:white;
}

.p-0 {
    padding: 0 !important;
}

.background-grey {
    background: #F8FAFB;
    padding-bottom: 6.25rem;
    padding-top: 3.75rem;
}
/* #project {
    margin-top: -45px;
} */
.background-white {
    margin-top: 3.75rem;
    margin-bottom: 6.25rem;
}
.block-background{
    /* padding: 6.5rem 0 7rem; */
}
.breadcrumbs,
.project-content-wrapper {
    max-width: 52.8125rem;
    margin: 0 auto;
    position: relative;
}

div.wp-block{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.project-content-wrapper .wp-block-columns{
    margin-bottom: 0 !important;
}

.project-content-wrapper .wp-block-columns p{
    margin-bottom: 0;
}

.project-content-wrapper .wp-block-embed__wrapper{
    position: relative;
    padding-top: 56%;
}

.project-content-wrapper .wp-block-embed__wrapper::before{
    padding-top: 0 !important;
}

.project-content-wrapper .wp-block-embed__wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-content-wrapper .path{
    margin-bottom: 0;
}
.project-content-wrapper h1{
    margin-top: 0;
    padding-top: 0;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #051150;
    font-family: 'jeko-boldregular', sans-serif;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: left;
}


.project-content-wrapper h2{
    margin-top: 0;
    padding-top: 0;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #051150;
    font-family: 'jeko-boldregular', sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
}

.project-content-wrapper h3{
    margin-top: 0;
    padding-top: 0;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #051150;
    font-family: 'jeko-boldregular', sans-serif;
    font-weight: 600;
    margin-bottom: .75rem;
}


.project-content-wrapper p{
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #051150;
}

.project-content-wrapper li{
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #051150;
}

.project-content-wrapper hr{
    color: #DAE3E8;
    border: none;
    border-top: 1px solid #DAE3E8;
    margin: 2.25rem 0 2rem 0;
    width: 100%;
}

.pc-slider {
    max-height: 18.4375rem;
}

.project-content {
    color: #051150;
    position: relative;
    /*flex: 0 0 auto;*/
    overflow: hidden;
}

.project-content-wrapper figcaption{
    color: #8389A8;
    font-size: 1rem;
    line-height: 1.25rem;
    /* max-width: 65%; */
}

.project-content-wrapper .wp-block-image{
    margin-bottom: 0;
}

.project-content-wrapper .wp-block-image img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.project-content-wrapper .wp-block-column .wp-block-image img {
    width: auto;
}

.path {
    display: flex;
    font-size: 1rem;
}
.project-content-wrapper .path div {
    margin: 0.1875rem;
    color: #8389A8;
}
.path div a {
    text-decoration: none;
    color: #8389A8;
}
.path div a:hover {
    text-decoration: underline;
}
.pc-title {

}
.pc-title h3 {
    margin: 13px 0;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    color: #051150;
    font-family: 'jeko-boldregular', sans-serif;
}
.pc-apps {
    display: flex;
    /* padding-top: 1rem; */
    margin-bottom: 2.5rem;
}
.pc-app {
    margin-right: 0.625rem;
}

.pc-app a{
    display: block;
    /* height: 100%; */
    width: 8rem;
    max-width: 8rem;
    height: 2.5rem;
    max-height: 2.5rem;
    position: relative;
    border-radius: .4rem;
    overflow: hidden;
}

.pc-app img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pc-media {
    margin: 2.6875rem 0;
}
.pc-media img {
    width: 100%;
}

.pc-awards {
    /* font-size: 1rem;
    border-bottom: 0.0625rem solid #DAE3E8; */
    /* padding-bottom: 1.25rem; */
    margin-bottom: 1.875rem;
}

.pca-title {
    color: #8389A8;
    margin-bottom: 1.5625rem;
}
.flex-row {
    display: flex;
    justify-content: start;
    align-items: baseline;
    font-size: 1rem;
    flex: 0 0 auto;
}

.pc-awards .pca-row{
    margin-bottom: 0;
}

.pc-case-row a,
.pc-article-row a,
.pca-row a {
    color: #051150;
    line-height: 1.25rem;
    font-size: 1rem;
}
.pca-row img{
    /* max-width: 11.0625rem; */
    display: block;
    max-height: 2.5rem;
    width: auto;
    margin-bottom: .75rem;
}

.pca-row{
    max-width: 25%;
}

.pca-row p{
    margin-bottom: 0;
}

.pca-row:not(:last-of-type){
    margin-right: 1.5rem;
}
.pc-case,
.pc-article {
    max-width: 25.6875rem;
    margin-right: 50px;
}
.pc-case .flex-row,
.pc-article .flex-row {
    justify-content: left;
}
.pc-article-row,
.pc-case-row {
    margin-bottom: 1rem; 
    align-items: center;
    display: flex;

}

.pc-article-row:not(:last-of-type){
    margin-right: 1.25rem;
}


.pc-article-row img,
.pc-case-row img {
    margin-right: 0.625rem;
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    max-width: 2.25rem;
}
.pc-content img {
    margin: 1.25rem 0;
    max-height: 25.5rem;
}
.pc-content {
    line-height: 1.75rem;
}
.order-consultation {
    background: #2B61FF;
    padding: 5rem 0;
    color: white;
}

.order-consultation h3 {
    color: white;
}
.order-consultation p {
    opacity: 0.8;
    font-size: 1.1875rem;
    color: white;
}

.order-consultation a{
    padding: .75rem 2rem;
    display: block;
}

.oc-button {
    background: #FFFFFF;
    border-radius: 0.25rem;
    padding: 0.45rem 2rem;
    font-size: 1rem;
    color: #2B61FF;
    font-weight: 500;
    text-decoration: none;

}
.button-container {
    padding-top: 0.625rem;
    display: flex;
}

.pc-technologies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
}
.pct-item {
    background: #F8FAFB;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem 1.5rem;
    align-items: center;
    justify-content: center;

}

.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 90rem;
	padding: 0 6.75rem;
}
.pct-item p {
    color: #8389A8;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 !important;
}
.pct-item img {
    height: 3.25rem;
    width: auto; 
    margin-bottom: 1.25rem;
}

.pc-stat {
    display: flex;
}
.pc-item-border {
    padding: 1.5rem;
    /* width: 33%; */
    flex-grow: 1;
    border-top: 0.0625rem solid #DAE3E8;
    border-bottom: 0.0625rem solid #DAE3E8;
    border-left: 0.0625rem solid #DAE3E8;
}
.pc-item-border:first-child {
    border-left: none;
    padding-left: 0;
}

.pc-item-border:last-child {
    padding-right: 0; 
}
.pcib-title {
    color: #2AA65D;
    font-weight: 600;
    font-size: 4.625rem;
    font-family: 'jeko-boldregular', sans-serif;
    line-height: 4.375rem;
}
.text-caption {
    color: #8389A8 !important;
    font-size: 1rem !important;
    margin: 0.3125rem 0;
    line-height: 1.25rem !important;
    padding-right: 1rem;
}

.pc-client {
    display: flex;
    align-items: center;
}

.pc-client-left {
    margin-right: 0.75rem;
}

.pc-client-left img{
    display: block;
    /* border-radius: 100%;
    width: 3.75rem; */
    height: 3.75rem;
    /* min-width: 3.75rem; */
}

.pc-client-right p {
    margin: 0.25rem 0 !important;
}
.pc-client-right b {
    color: #051150;
    font-size: 1rem;
}
.pc-command-rows {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
    
}

p.pcc-item-title {
    margin: 0.3125rem 0 !important;
    color: #051150;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
}



.pcc-item .text-caption{
    margin-bottom: 0;
    line-height: 1.25rem;
}

.pcc-item_wrapper {
    position: relative;
    padding-top: 100%;
}
.pcc-item_wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-project {
    background: #051150;
    color: white;
    padding: 6.25rem 0;
}
.order-project  h3 {
    color: white;
}
.order-project-form {
    margin-top: 0.75rem;
}
.order-project-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order-project-input {
    width: 48.5%;
    display: flex;
    flex-direction: column;
    margin-top: 1.375rem;
}

.order-project-textarea {
    display: flex;
    flex-direction: column;
    margin-top: 1.375rem;
}

.order-project-textarea label,
.order-project-input label {
    font-size: 1rem;
    opacity: 0.6;
}

.order-project-textarea textarea,
.order-project-input input {
    margin-top: 0.375rem;
    padding: 1rem 1.25rem;
    color: white;
    background: #1C2A76;
    border-radius: 0.25rem;
    border: none;
    font-size: 1rem;
    outline: none;
    border-bottom: 0.125rem solid transparent;
}

.order-project-textarea textarea:focus,
.order-project-input input:focus {
    border: none;
    outline: none;
    border-bottom: 0.125rem solid #2B61FF;
}

.op-send-button {
    background: #2B61FF;
    border-radius: 0.25rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    color: white;
    font-weight: 500;
    text-decoration: none;
    border: none;
}
.op-conf {
    margin: 2rem 0;
    display: flex;
    align-items: center;
}
.op-conf span {
    font-size: 1rem;
}


.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    flex-grow: 0;
    border: 0.0625rem solid #adb5bd;
    border-radius: 0.25rem;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65% 65%;
    background-color: white;
}
.custom-checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: white;
    background-image: url("../img/checked.svg");
}

.op-items {
    margin-top: 1.5rem;
}

.pc-list p {
    margin: 0.625rem 0;
}

.pc-information {
    background: rgba(43, 97, 255, 0.05);
    border-radius: 0.25rem;
    padding: 1.75rem;
    border-left: 0.25rem solid #2B61FF ;
}
.pc-information h5 {
    margin: 0rem;
    font-size: 1.25rem;
}
.pc-information p {
    margin-top: 0.375rem;
    margin-bottom: 0;
    opacity: 0.8;
    font-size: 1rem;
}

.pci-bg {
    background: #ebf6f0;
    display: flex;
    justify-content: center;
    position: relative;
    /* margin: 0.9375rem 0; */
}

.pci-bg img {
	max-width:100%;
}

.pci-fullscreen {
    position: absolute;
    top: -0.1875rem;
    right: 1rem;
    display: none;
}
/*video {*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    z-index: 1;*/
/*    transform: translate(-50%,-50%);*/
/*    max-width: 90%;*/
/*    max-height: 80%;*/
/*}*/

.pm-item {
    margin: 0.5625rem 0;
}
.project-menu a {
    color: #8389A8;
    text-decoration: none;
    font-size: 1rem;
    pointer-events: all;
}
.pci-active a {
    color: #2B61FF;
}

.carousel-prev,
.carousel-next {
    background: rgba(43, 97, 255, 0.05);
    border-radius: 0.25rem;
    padding: 0.625rem 1.5625rem;
    border: none;
    cursor: pointer;
}
.pc-carousel {
    max-width: 52.8125rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /*display: none;*/
}
/*.slick-dots {*/
/*    display: none !important;*/
/*}*/
.carousel-prev {

}
.carousel-next {
    background: #2B61FF;
}

.project-menu {
    position: absolute;
    top: 3.4rem;
    /* max-width: 84.5rem;
    width: 89%; */
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    pointer-events: none;
}
.menu-fixed {
    position: fixed;
    top: 6.75rem;
}

.pc-carousel-right {
    z-index: 99;
}
.slick-dots {
    bottom: -3.625rem !important;
}
.slick-dots li button:before {
    font-size: 3.125rem !important;
    color: #2B61FF !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #2B61FF !important;
}

#timeline_mobile {
    display: none;
}

#timeline {
    display: block;
}

.slick-slide {
    max-height: 62.5rem;
}


.pci-fullscreen {
    opacity: 0.5;
}
.mobile {
    display: none;
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

video::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}

video::-webkit-media-controls {
    display:none !important;
}

/* Old shadow dom for play button */

video::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

.custom-video-controls {
    z-index: 2147483647;
    display: none!important;
    -webkit-appearance: none;
}

.video-center {
    width: 52.8125rem;
    margin: 0 auto;
}

.wp-block{
    max-width: unset;
}

@media  only screen and  (max-width: 1260px) {
    img {
        max-width: 100%;
    }
    html {
        /*font-size: 2vw;*/
    }
    body {
        font-size: 1.125rem;
        line-height: 1.75rem;
        box-sizing: border-box;

    }

    video {
        pointer-events:none;
        width: 120%;
        height: 100%;
        max-width: 120%;
        object-fit: cover;
    }

    .video-center {
        width: 100%;
    }
    .video-center .video-bg {
        background: #ebf6f0;
        padding: 5.25rem 0;
        display: flex;
        justify-content: center;
        position: relative;
        margin: 0.9375rem 0;
    }
    .pc-article-row, .pc-case-row {
        margin-right: 1rem;
    }
    .pca-row {
        max-width: 50%;
        margin-right: 0 !important;
        margin-bottom: 1.5rem;
        padding-right: .75rem;
    }
    .path {
        margin-top: 3rem;
        margin-bottom: 0.5rem;
    }
    .pc-article-row img,
    .pc-case-row img {
        /* width: 2rem; */
        height: 2rem;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .header-slider {
        padding: 2.5rem 2.375rem;
        flex-direction: column-reverse;
        width: 100%;
        box-sizing: border-box;
    }
    .hs-right {
        padding-top: 0;
        text-align: right;
    }
    .hs-left {
        margin-bottom: 0;
    }
    .flex-row {
        flex-wrap: wrap;
        font-size: 0.875rem;
    }
    .pc-article {
        border-bottom: 0.0625rem solid #DAE3E8;
        padding-bottom: 1.875rem;
        margin-bottom: 1.5625rem;
    }
    .hs-center video {
        height: 26.875rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .project-menu {
        display: inline-flex;
        top: 0;
        background: white;
        border-bottom: 0.0625rem solid #DAE3E8;
        justify-content: flex-start;
        z-index: 100;
        padding: 0.3125rem 0;
        width: 100%;
        /* min-width: 51.5625rem; */
        overflow: auto;
        box-sizing: content-box;
        max-width: 100%;
    }
    .pci-bg::-webkit-scrollbar,
    .project-menu::-webkit-scrollbar {
        width: 0;  /* Remove scrollbar space */
        background: transparent;  /* Optional: just make scrollbar invisible */
        height: 0;
    }
    /* Optional: show position indicator in red */
    .pci-bg::-webkit-scrollbar,
    .project-menu::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .projects-grid.related-projects{
        grid-template-columns: repeat(1, 1fr);
    }

    .projects-grid.projects-grid--new{
        grid-template-columns: repeat(1, 1fr);
    }

    .pm-item {
        margin: 0.5625rem 1.25rem;
        display: inline-flex;
        white-space: nowrap;
    }

    #timeline_mobile {
        display: block;
        width: 100%;
    }

    #timeline {
        display: none;
    }

    .pci-bg img {
       /*max-width: 85%;*/
        max-width: 100%;
        /* margin: 0 auto; */
        max-height: 32.5rem;
        min-height: 30rem;
    }

    .pc-image{
        width: calc(100% + 4.75rem);
        transform: translateX(-2.375rem);
    }

    .pci-bg {
        overflow: auto;
        justify-content: unset;
        padding: 2rem;
    }

    .pc-stat {
        flex-wrap: wrap;
    }
    .pc-item-border {
        border: none;
        padding: 1.5rem 0;
        min-width: 50%;
        width: auto;
        max-width: 100%;
        padding-right: 1rem;
    }
    .pcib-title {
        font-size: 3.25rem;
    }

    .pc-image .text-caption{
        padding: 0 2.375rem;
        padding-top: 1rem;
    }

    .text-caption {
        margin: 0 !important;
        font-size: 0.875rem;
        line-height: 1.25rem;
        
    }
    .order-project-input {
        width: 100%;
    }
    .custom-checkbox+label {
        margin-top: 3px;
    }
    .op-conf span {
        line-height: 1.25rem;
    }
    .pc-slider {
        max-height: none;
    }
    .pc-stat {
        border-top: 1px solid #DAE3E8;
        border-bottom: 1px solid #DAE3E8;
    }
    .op-conf {
        align-items: start;
    }
    .slick-slide {
        height: auto !important;
    }
    .pc-carousel-right button{
        opacity: 0;
        pointer-events: none;
    }
    .pc-command-rows {
        flex-wrap: nowrap;
    }
    .pcc-item {
        min-width: 15rem;
        /* margin-right: 1.25rem; */
    }
    .pc-command-rows {
        display: inline-flex;
        justify-content: start;
        width: 100%;
        /* min-width: 51.5625rem; */
        overflow: auto;
        box-sizing: content-box;
        max-width: 100%;
    }
    .pc-command-rows::-webkit-scrollbar {
        width: 0;  /* Remove scrollbar space */
        background: transparent;  /* Optional: just make scrollbar invisible */
        height: 0;
    }
    /* Optional: show position indicator in red */
    .pc-command-rows::-webkit-scrollbar-thumb {
        background: transparent;
    }
    .pcc-item img {
        /* min-width: 240px; */
    }
    /* This used to work for the parent element of button divs */
    /* But it does not work with newer browsers, the below doesn't hide the play button parent div */

    video::-webkit-media-controls-panel {
        display: none!important;
        -webkit-appearance: none;
    }

    video::-webkit-media-controls {
        display:none !important;
    }

    /* Old shadow dom for play button */

    video::-webkit-media-controls-play-button {
        display: none!important;
        -webkit-appearance: none;
    }

    /* New shadow dom for play button */

    /* This one works! */

    video::-webkit-media-controls-start-playback-button {
        display: none!important;
        -webkit-appearance: none;
    }

    .custom-video-controls {
        z-index: 2147483647;
        display: none!important;
        -webkit-appearance: none;
    }

    .menu-fixed {
        position: fixed;
        top: 4rem;
    }

    #project {
        margin-top: 0px;
    }

    .path {
        justify-content: start;
    }

    .pc-technologies {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }

    .project-content-wrapper figcaption{
        max-width: 100%;
    }

    .project-content-wrapper h1{
        font-size: 2.75rem;
        line-height: 3rem;
        margin-bottom: .75rem;
        letter-spacing: 0 !important;
    }

    .project-content-wrapper h2{
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: .5rem;
        letter-spacing: 0 !important;
    }
    .project-content-wrapper h3{
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: .5rem;
        letter-spacing: 0 !important;
    }
    .project-content-wrapper p{
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-bottom: 1.25rem;
        letter-spacing: 0 !important;
    }

    .project-content-wrapper hr{
        margin: 1.75rem 0;
    }

    .project-content-wrapper .path{
        margin-bottom: .75rem;
    }

    .project-content-wrapper > .wp-block-video{
        width: calc(100% + 4.75rem);
        transform: translate3D(-2.375rem, 0, 0);
    }

    /* .project-content-wrapper > .wp-block-image{
        position: relative;
        overflow: auto;
        width: calc(100% + 4.75rem);
        transform: translate3D(-2.375rem, 0, 0);
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    } */
    .project-content-wrapper figcaption{
        /* padding: 0 2.375rem; */
    }
    .project-content-wrapper > .wp-block-image img{
        display: block;
        /* width: unset; */
        /* width: auto; */
        /* min-width: 100%; */
        max-width: 100%;
        object-fit: contain;
        max-height: 32rem;
    }

    .project-content-wrapper .wp-block-embed{
        width: calc(100% + 4.75rem);
        transform: translateX(-2.375rem);
    }

}
.custom-video-controls {
    z-index: 2147483647;
}

p iframe, p video {
    margin: 0 !important;
    width: 805px;
    height: 400px;
}
.project-link .text {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.0rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
    padding: 4rem 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.project-link:not(.wide) .text {
    height: 6rem;
}
