.hidden-collaborators {
    padding: 5px 0;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
    z-index: 1000;
    width: 215px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(232, 232, 232);
    border-radius: 4px;
    top: 60px;
}

.collaborator-item {
    padding: 18px 20px;
    background: #191919;
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #313131;
}

.collaborator-logo img {
    border-radius: 120px;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
}

.collaborator-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

span.modal-company-span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    font-family: 'inter';
}

.hidden-collaborators span {
    cursor: pointer;
    padding: 7px 10px !important;
    line-height: 20px;
    text-align: left;
    color: #000000;
    font-size: 13px;
    display: block;
    font-weight: 100;
    border-bottom: 1px solid #eee;
}

.collaboratorsWrapper .company-type {
    font-size: 16px;
    flex-shrink: 0;
    line-height: 17px;
    text-transform: capitalize;
    color: #fff;
}




.media-item {
    margin-top: 0px;
    margin-bottom: 14px;
    width: calc(50% - 7px);
    overflow: hidden;
    border-radius: 4px;
    white-space: nowrap;
}

.media-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.media-item.single img {
    width: 100%;
    height: auto;
}

.media-caption {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background: rgb(24 24 27 / 50%);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    text-shadow: 0px 1px 0 #000;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.document-container {
    margin-top: 0px;
}

.file-icon-projects {
    display: flex;
    align-items: center;
    padding: 20px;
    border-right: 1px solid #303030;
}

.file-name-projects {
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    max-width: 80%;
    font-weight: 500;
    transition: color 0.2s ease;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.file-container:hover .file-name-projects {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.list-block {
    padding-left: 15px;
    margin: 0;
    margin-top: -5px;
}



.projects-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    z-index: 9998;
    background: rgb(24 24 27 / 94%);
    cursor: pointer;
}

.media-item.single {
    width: 100%;
}




.nav-left,
.nav-right {
    height: 70px !important;
    width: 70px !important;
    background: white;
    border-radius: 50%;
    color: #000;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    position: absolute;
}

@media (max-width: 1300px) {

    .nav-left,
    .nav-right {
        display: none;
    }
}

@media (max-width: 960px) {
    .media-item {
        width: 100% !important;
    }
}


.nav-left i,
.nav-right i {
    pointer-events: none;
}


.owl-item.visible {
    clip-path: unset;
}




.projectAttributes.external {
    padding: 0 30px;
}




.media-item:has(.media-caption) .fancybox-gallery::before {
    padding: 45px 20px;
}






[projects-pagination] {
    height: 92dvh;
    padding-top: 4dvh;
    display: none;
    justify-content: center;
    width: 450px;
    padding-right: 5vh;
    box-sizing: content-box;
    position: relative;
}

[projects-pagination] [load-more-projects] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s, transform 0.2s;
}

[projects-pagination] i {
    color: #fff;
}

span.loadMoreCompanyStreamTextProjects {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    padding-top: 30px;
    margin-bottom: 0px;
    transition: background 0.3s, transform 0.2s;
    font-family: 'inter';
}


[projects-pagination] [load-more-projects]:hover .pagination-icon {
    background: #2b2b2b;
    transform: translateX(5px);
}

.pagination-icon-projects .pagination-icon {
    color: #fff;
}

[projects-pagination] [load-more-projects]:hover .loadMoreCompanyStreamTextProjects {
    transform: translateX(5px);
}

.pagination-text-projects {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    padding-top: 30px;
    margin-bottom: 0px;
    transition: background 0.3s, transform 0.2s;
}



.document-caption {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 15px;
    border-left: 3px solid #eee;
    cursor: text;
}

.grid-document {
    width: calc(50% - 5px);
}


.file-container {
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    border: 1px solid #303030;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.clearImage i.fas.fa-times {
    color: #fff;
}





.document-project .streamIcon {
    width: 12px;
}


.invisible-trigger-projects {
    position: absolute;
    top: 0;
    left: -2000;
    width: 2000px;
    height: 100%;
    background: 0 0;
    pointer-events: none;
}

.no-projects {
    display: flex;
    justify-items: center;
    flex-direction: column;
    gap: 20px;
    height: 96dvh;
    width: 600px;
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 20dvh;
    z-index: 99;
}

.document-grid {
    display: flex;
    gap: 10px;
}

.aP.first {
    justify-content: flex-start;
    background-repeat: round;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    min-width: 1460px;
}

.exampleContainerProjects {
    display: flex;
}



.aP {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100dvh;
    width: 650px;
    padding-top: 20dvh;
    padding-left: 100px;
    padding-right: 100px;
}

[projects-container] {
    z-index: 1;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}



[projects-intro] {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.introArrowProjects {
    right: 10px;
    font-size: 25px;
    color: #fff;
    align-self: flex-end;
    align-content: center;
    text-align: center;
    border-radius: 120px;
    position: absolute;
    top: 10px;
}





.add-first-project-button i.fa-regular.fa-circle.fa-beat {
    font-size: 13px;
    margin-right: 8px;
}



.enquirySubmission {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enquiry-form .submit-button-project {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    position: relative;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 15px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-flow: nowrap;
    justify-content: center;
    font-weight: 600;
    font-family: 'inter';
}



button.custom-file-trigger.project-enquiry-control {
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 600;
    color: #000;
}

.enquiry-form .submit-button:hover {
    background-color: #000
}

.collaborator-item:hover {
    background: #242424;
}




.fullStorageUpgradeButtonProjects {
    position: relative;
    border-radius: 120px;
    padding: 12px 26px;
    background-color: #2976ff;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    width: min-content;
    text-wrap-mode: nowrap;
    white-space: nowrap;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fullStorageUpgradeButtonProjects:hover {
    filter: contrast(1.2);
}




h2.welcomeProjectsAuthority {
    text-align: start;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}

p.welcomeProjectsAuthority {
    text-align: start;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
}

.project-enquiry-control {
    background: #ffffff;
    border: 1px solid #d6d6d6 !important;
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 8px;
    border-width: 1px;
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 32px 0 12px 16px;
    position: relative;
    width: 100%;
    transition: none;
    font-weight: 400;
    border-width: 1px !important;
    margin-top: 15px;
    box-sizing: border-box;
    font-family: Inter;
    overflow: hidden;
}

.project-label-control {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 15px;
    color: #000;
    transition: all .3s;
    pointer-events: none;
    font-weight: 500;
    margin: 0;
    z-index: 2;
}

[projects-container] .enquiry-form {
    display: block;
}


.enquiry-form .form-row .project-label-control {
    top: 25px !important;
}

#close-project {
    position: fixed;
    top: 40px;
    right: 50px;
    background: transparent;
    border: none;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    height: 65px;
    width: 65px;
    text-align: center;
    border-radius: 120px;
}

#close-project:hover {
    background: #2c2c2ca1;
}

.p1 {
    width: 100%;
    display: flex;
}

.p2 {
    display: flex;
    inline-size: max-content;
}




.composer-attachments-container .grid-container {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    gap: 10px;
    display: flex;
}

.progress-container-contact.projects {
    background: #eee;
}

.progress-bar-contact.projects {
    background-color: #0079ff;
}

.file-preview-contact.projects {
    border-color: #dadada;
}

.file-icon-contact.projects {
    color: #000;
    border-color: #dadada;
}

span.remove-icon-contact-file.projects {
    top: 13px !important;
}

.composer-documents-container-contact-project {
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
    gap: 10px;
}

.streamIcon.projects {
    color: #000 !important;
}

span.remove-icon-contact.projects {
    box-shadow: 0 0 20px rgb(255 255 255 / 5%);
    position: absolute;
    font-size: 18px;
    top: 12px;
    right: 12px;
    border: none;
    color: #fff;
    border-radius: 120px;
    cursor: pointer;
    z-index: 4;
    transition: color 0.3s;
    font-family: serif;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #18181bd1;
    font-weight: 600;
    transition: transform 0.3s ease, scale 0.3s ease, background 0.3s ease;
}

span.file-name.projects {
    font-weight: 600;
    font-size: 17px;
    color: #000 !important;
}

a.fancybox-gallery::before {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(24 24 27 / 22%);
    color: #fff;
    font-size: 70px;
    text-align: right;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
    z-index: 0;
    font-weight: 100;
    font-family: inter;
    line-height: 1;
    font-weight: 200;
}

a.fancybox-gallery:hover::before {
    opacity: 1;
}

[project-content-body] .fancybox-gallery {
    display: flex;
    position: relative;
    height: 100%;
}

[project-media-block]:has(.masonry-placeholder) {
    height: 100% !important;
    width: 100% !important;
}

[project-content-body].external>* {
    margin-top: 30px;
}

[project-content-body]> :first-child {
    margin-top: 0 !important;
}

[project-media-block] .media-item {
    margin-bottom: 14px;
    background: #e0e0e0;
}

[project-media-block]+* {
    margin-top: 20px !important;
}

[project-heading-block]+* {
    margin-top: 26px !important;
}

.projects-fancybox button.f-button[fancybox-close] {
    top: 42px !important;
    right: 53px !important;
    height: 60px !important;
    width: 60px !important;
}

.projects-fancybox button.f-button[fancybox-close] svg {
    height: 36px !important;
    width: 36px !important;
}


.photo-preview-contact.projects {
    position: relative;
}

[project-text-block] {
    color: rgb(33, 33, 33);
    font-size: 17px;
    font-weight: 400;
    white-space: pre-wrap;
    line-height: 1.5;
    display: flex;
}




[projects-paragraph] {
    color: #f5f5f5;
    font-size: 20px;
    line-height: 30px;
}

[projects-arrow] {
    right: 10px;
    font-size: 25px;
    color: #fff;
    align-self: flex-end;
    align-content: center;
    text-align: center;
    border-radius: 120px;
    position: absolute;
    top: 10px;
}

[manage-projects-container] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[manage-projects] {
    position: relative;
}



[projects-container] select:focus {
    outline: none;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}


.detailPanelMessageProjects h2 {
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}



p#introParagraph {
    display: block;
}

.manage-projects .fa-spinner {
    font-size: 17px;
}

.manage-projects i.fa-solid.fa-exclamation-triangle.fa-beat {
    font-size: 15px;
}

.toggle-disable-projects i.fa-solid.fa-exclamation-triangle.fa-beat {
    font-size: 15px;
}

[project-heading-block]+[project-text-block] {
    margin-top: 20px !important;
}

[project-media-block]+[project-media-block] {
    margin-top: 0 !important;
}

[project-media-block]+[project-text-block] {
    margin-top: 8px !important;
}


[project].visible {
    position: relative;
    flex-direction: column;
    display: flex;
}

[project] {
    display: block;
    z-index: 1;
    position: relative;
    flex-shrink: 0;
    margin: 0 14px;

    will-change: auto;
}


[project].visible[last-project][no-more] {
    margin-right: 50vw !important;
}

[project][first-project] {
    margin-left: 0 !important;
}


[project-content-external-header] {
    padding: 30px 30px;
    gap: 30px;
    justify-content: space-between;
    display: none;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}



[project-inner] {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 4dvh;
    height: 92dvh;
    box-sizing: border-box;
    border-radius: 12px;
    transition: opacity 0.2s ease;
    will-change: transform;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.31);
    border: 1px solid var(--moroc-border-color);
    overflow: hidden;
}

[project-inner-cover-photo]:not(.external)::after {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(0deg, #000000ba, #0000 35% 35%, #00000000);
}

[project][last-project] {
    margin-right: 40px;
}

[project][last-project][no-more] {
    margin-right: 5vh;
}

[project-inner-cover-photo]:not(.external)::before {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(24 24 27 / 22%);
    color: white;
    font-size: 70px;
    text-align: right;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    padding: 45px;
    z-index: 2;
    font-weight: 100;
    font-family: serif;
}

[project-inner-cover-photo]:not(.external):hover::before {
    opacity: 1;
}

[project-inner-cover-photo]:not(.external):hover [project-inner-cover-photo-wrapper-image] {
    opacity: 0.9;
}

[project-content-attributes-inner] span {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #212121;
    font-family: inter;
}

[project-inner-cover-photo] {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 12px;
}

[project-inner-cover-photo-wrapper] [project-inner-cover-photo-wrapper-image] {
    min-width: 900px;
    max-width: 65vw;
    min-height: 80dvh;
    width: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 12px;
    height: 100%;
    box-sizing: border-box;
    max-height: 92dvh;
    display: block;
    position: relative;
}

[project-content] {
    display: flex;
    flex-shrink: 0;
    gap: 7px;
    padding-bottom: 0;
    width: calc(100% - 60px);
    container-type: inline-size;
    position: absolute;
    bottom: 30px;
    left: 30px;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 3;
    flex-grow: 1;
}


[project-inner-cover-photo-wrapper] {
    width: 100%;
    background: #000;
}

[project-content] [project-content-title] {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 92%;
}

[project-content-attributes] {
    display: flex;
    width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
}

[project-content-body] .enquiry-form textarea {
    min-height: 130px;
}


[project-content-attributes-inner] {
    position: relative;
    flex-grow: 1;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    padding: 30px;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

[project-content-attributes] label {
    margin-bottom: 6px;
    pointer-events: none;
    color: #959595 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-family: 'inter';
}

[project-content-attributes-inner]:last-of-type {
    border-right: none;
}



[project-content-attributes-inner-flex] {
    display: flex;
    gap: 10px;
    align-items: center;
}

[project-content-attributes]::-webkit-scrollbar {
    height: 3px;
}

[project-tool-buttons] {
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

[project-content-external-header-title] {
    font-size: 30px;
    font-family: inter;
    font-weight: 600;
    color: #000;
    display: inline-block;
    transform: translateX(0);
    line-height: 33px;
}

[project-text-block] a {
    text-decoration-line: underline;
    text-underline-offset: 3px;
}


[project-enquiry-block] .contact-text {
    margin-top: -5px;
}

[project-content-header-tools] {
    display: flex;
    gap: 30px;
    transition:
        margin 250ms ease,
        transform 250ms ease;
}

#close-project-inline {
    font-size: 23px;
    transition: opacity 250ms ease,
        transform 250ms ease,
        margin 250ms ease,
        width 250ms ease,
        padding 250ms ease;
}

#close-project-inline.closing {
    opacity: 0;
    transform: scale(0);
    width: 0;
    padding: 0;
    margin-left: -30px;
}

[project-content-body] {
    display: none;
    color: #fff;
}

[project-content-location] {
    font-size: 18px;
    cursor: text;
    color: #f5f5f5;
    flex: 0;
    white-space: nowrap;
    font-family: 'inter';
}


[projects-container-internal-introduction-empty][authority] {
    display: flex;
    flex-direction: row;
    min-width: 1460px;
    color: #fff;
    gap: 20px;
    height: 100dvh;
    width: 100%;
}

[projects-container-internal-introduction-empty]:not([authority]) {
    display: flex;
    flex-direction: row;
    color: #fff;
    gap: 20px;
    height: 100dvh;
    width: 100%;
}

[projects-container-internal-introduction] {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100dvh;
    width: 650px;
    padding-top: 20dvh;
    padding-left: 100px;
    padding-right: 100px;
}

[projects-container-internal] {
    width: 100%;
    display: flex;
}

[projects-collection] {
    display: flex;
    inline-size: max-content;
}


[no-projects-container] {
    display: flex;
    justify-items: center;
    flex-direction: column;
    gap: 20px;
    height: 96dvh;
    width: 600px;
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 20dvh;
    z-index: 99;
    flex-shrink: 0;
}

[no-projects-container] [heading-authority] {
    text-align: start;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}

[no-projects-container] [paragraph-authority] {
    text-align: start;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
}

[no-projects-container] [heading-public] {
    text-align: start;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}

[no-projects-container] [paragraph-public] {
    text-align: start;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
}

[project-inner-cover-photo].external::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-url);
    background-size: cover;
    background-position: center;
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
}

[project-inner-cover-photo-wrapper-image][data-full-screen="true"] {
    width: 100% !important;
    max-width: unset !important;
    min-width: unset !important;
    object-fit: contain !important;
}

[project][data-full-screen="true"] {
    width: calc(100vw - 167px);
}

[project][data-full-screen-subdomain="true"] {
    width: 100vw;
}

[project-content-external-header-title-container] {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.section-heading {
    display: flex;
    align-items: center;
}

.section-heading__line--start {
    flex: 0 0 30px;
    height: 0.5px;
    background: #e0e0e0;
    margin-right: 0.5em;
}

.section-heading__text {
    white-space: normal;
    margin: 0 0.5em;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: clamp(1.5rem, 5vw, 2rem);
    line-height: 1.2;
    color: #000;
    font-size: 25px;
}

.section-heading__line--end {
    flex: 1 1 auto;
    height: 0.5px;
    background: #e0e0e0;
    margin-left: 0.5em;
}

.section-heading.wrapped .section-heading__line {
    display: none;
}

.section-heading.wrapped .section-heading__text {
    margin: 0;
}

[project-inner-cover-photo]:not(.external) [project-inner-cover-photo-wrapper-image]:hover {
    transform: scale(1.1);
}

[project-heading-block] {
    margin-top: 35px !important;
}