@charset "UTF-8";

body:has(.ip-project__popup.show-popup) {
    overflow: hidden
}

.ip-banner {
    display: none
}

.max-container {
    padding: 0
}

#inner-page-wrapper {
    z-index: unset
}

.ip-project__banner {
    position: relative
}

.ip-project__banner:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: .2
}

.ip-project__banner--content {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 77px
}

.ip-project__banner--content img {
    width: 100%;
    max-width: 650px;
    height: auto
}

.ip-project__banner--lists-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    align-items: center;
    z-index: 5
}

.ip-project__banner--lists-control {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #fff;
    background: transparent;
    cursor: pointer;
    transition: .5s ease-in-out
}

.ip-project__banner--lists-control:hover {
    background: #fff;
    color: #000
}

.ip-project__banner--lists-control:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px
}

.ip-project__banner--lists-control-prev {
    transform: rotateY(180deg)
}

.ip-project__banner--lists-control-gap {
    width: 1px;
    height: 70px;
    background: #fff
}

.ip-project__banner--list canvas {
    min-height: 400px
}

.ip-project__banner--accent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 73.82%;
    right: -5%;
    filter: invert(1);
    opacity: .2;
    z-index: 3;
    pointer-events: none
}

.ip-project__banner--accent img {
    width: 100%;
    height: auto
}

.ip-project__gallery {
    background: #fff;
    padding: 0 0 40px;
    overflow-x: hidden
}

.ip-project__gallery-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.ip-project__gallery-grid {
    list-style: none;
    padding: 0 15px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box
}

.ip-project__gallery-cell {
    margin: 0;
    min-width: 0
}

.ip-project__gallery-frame {
    position: relative !important;
    display: block;
    overflow: hidden !important;
    margin: 0;
    width: 100% !important;
    aspect-ratio: 740/400 !important;
    background: #fff;
    border-radius: 0 !important;
    transition: box-shadow .25s ease
}

.ip-project__gallery-frame--hero {
    aspect-ratio: 1500/780;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto
}

.ip-project__gallery-frame:hover {
    box-shadow: 0 8px 24px #00000014
}

.ip-project__gallery-frame:focus-within {
    outline: 2px solid #cb8d55;
    outline-offset: 3px
}

.ip-project__gallery-flip {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleY(-1) rotate(180deg);
    transform-origin: center center
}

.ip-project__gallery-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: opacity .25s ease, transform .35s ease
}

.ip-project__gallery-img--hero {
    min-height: 100%
}

.ip-project__gallery-frame:hover .ip-project__gallery-img {
    opacity: .94
}

.ip-project--details {
    font-family: Montserrat, sans-serif;
    background: #fff;
    color: #000;
    padding: 24px 20px 64px;
    overflow-wrap: anywhere;
    word-break: break-word
}

.ip-project--details .ip-project__container {
    max-width: 100%;
    min-width: 0
}

.ip-project--details .ip-project__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
    min-width: 0
}

.ip-project--details .ip-project__title {
    margin: 0;
    font-weight: 700;
    font-size: clamp(2rem, 4vw + 1rem, 5rem);
    line-height: .8875;
    color: #000;
    max-width: 100%;
    min-width: 0
}

.ip-project--details .ip-project__address-block {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: clamp(1rem, 1.2vw + .75rem, 1.75rem);
    line-height: 1.4286;
    text-align: left;
    max-width: 100%;
    min-width: 0
}

.ip-project--details .ip-project__address-line {
    display: block
}

.ip-project--details .ip-project__meta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 32px;
    min-width: 0
}

.ip-project--details .ip-project__specs {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    flex: 1 1 auto;
    max-width: 100%
}

.ip-project--details .ip-project__spec {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4px;
    -moz-column-gap: clamp(24px, 8vw, 187px);
    column-gap: clamp(24px, 8vw, 187px);
    align-items: baseline;
    min-width: 0;
    font-size: clamp(1rem, .5vw + .875rem, 1.5625rem);
    line-height: 2
}

.ip-project--details .ip-project__spec-label {
    margin: 0;
    font-weight: 400;
    color: #020202;
    min-width: 0
}

.ip-project--details .ip-project__spec-value {
    margin: 0;
    font-weight: 600;
    color: #020202;
    min-width: 0
}

.ip-project--details .ip-project__status-wrap {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
    width: 100%
}

.ip-project--details .ip-project__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 360px;
    min-height: 75px;
    padding: 10px 16px;
    background: #cb8d55;
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.125rem, 1vw + .875rem, 1.75rem);
    line-height: 1.4286;
    text-transform: uppercase;
    text-align: center
}

.ip-project--details .ip-project__hero {
    margin-bottom: 32px;
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    display: flex;
    gap: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.ip-project--details .ip-project__hero-media {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    aspect-ratio: 1500/999;
    max-height: min(90vh, 999px);
    min-height: 200px;
    border-radius: 0;
    overflow: hidden;
    position: relative
}

.ip-project--details .ip-project__hero-image-wrap {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    display: block;
    min-width: 0;
    min-height: 0;
    overflow: hidden
}

.ip-project--details .ip-project__hero-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.ip-project--details .ip-project__hero-scrim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0003;
    pointer-events: none
}

.ip-project__hero-play {
    grid-column: 1;
    grid-row: 1;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    min-width: 0;
    min-height: 0
}

.ip-project--details .ip-project__play {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 126.867px;
    height: 126.867px;
    max-width: min(126.867px, 28vw);
    max-height: min(126.867px, 28vw);
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
    transition: transform .25s ease, opacity .25s ease
}

.ip-project--details .ip-project__play:hover {
    transform: scale(1.04);
    opacity: .95
}

.ip-project--details .ip-project__play:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px
}

.ip-project--details .ip-project__play:active {
    transform: scale(.98)
}

.ip-project--details .ip-project__play-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.ip-project--details .ip-project__play-icon {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ip-project--details .ip-project__copy {
    min-width: 0;
    margin-bottom: 50px;
}

.ip-project--details .ip-project__description {
    margin: 0;
    max-width: 100%;
    font-weight: 500;
    font-size: clamp(1rem, .4vw + .9rem, 1.125rem);
    line-height: 1.9444;
    text-align: justify;
    -webkit-hyphens: auto;
    hyphens: auto
}

.ip-project__popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #000000d9;
    opacity: 0;
    pointer-events: none;
    transition: var(--animate)
}

.ip-project__popup-inner {
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    position: relative;
    padding: 70px 20px
}

.ip-project__popup--content {
    width: 100%;
    max-width: 905px;
    margin: 0 auto
}

.ip-project__popup--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.ip-project__popup--bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(.35)
}

.ip-project__popup--title {
    text-align: center;
    color: #fff;
    font-size: 31px;
    font-weight: 700
}

.ip-project__popup--description {
    padding-top: 20px
}

.ip-project__popup--description p {
    text-align: center;
    color: #fff;
    line-height: 1.4
}

.ip-project__popup--form .join-field input {
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 8px;
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none
}

.ip-project__popup--form .join-opt {
    padding-top: 20px
}

.ip-project__popup--form .join-opt .wpcf7-list-item {
    margin-left: 0
}

.ip-project__popup--form .join-opt .wpcf7-list-item label {
    display: flex;
    align-items: start;
    gap: 20px
}

.ip-project__popup--form .join-opt .wpcf7-list-item label input {
    margin-top: 0
}

.ip-project__popup--form .join-opt .wpcf7-list-item label input:checked+span:after {
    opacity: 1
}

.ip-project__popup--form .join-opt .wpcf7-list-item label .wpcf7-list-item-label {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    position: relative
}

.ip-project__popup--form .join-opt .wpcf7-list-item label .wpcf7-list-item-label:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    background: #fff;
    right: calc(100% + 10px);
    left: auto
}

.ip-project__popup--form .join-opt .wpcf7-list-item label .wpcf7-list-item-label:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: var(--primary);
    right: calc(100% + 14px);
    left: auto;
    top: 4px;
    opacity: 0
}

.ip-project__popup--form .join-submit {
    padding-top: 30px
}

.ip-project__popup--form .join-submit .site-btn {
    margin: 0 auto
}

.ip-project__popup--close {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--primary);
    font-size: 25px;
    z-index: 2;
    padding: 15px;
    cursor: pointer
}

.ip-project__popup--close:hover {
    opacity: .6
}

.ip-project__popup.show-popup {
    opacity: 1;
    pointer-events: auto
}

.max-container {
    padding: 0 !important;
}

@media screen and (min-width:480px) {
    .ip-project--details .ip-project__spec {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        row-gap: 0
    }
}

@media screen and (min-width:991px) {
    .ip-project__gallery-grid {
        padding-left: 50px;
        padding-right: 50px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px
    }

    .ip-project__gallery-cell--hero {
        grid-column: 1/-1;
        margin-top: 3px;
        margin-bottom: 3px
    }
}

@media screen and (min-width:1024px) {
    .ip-project__banner--lists-controls {
        justify-content: end;
        padding: 40px 60px
    }

    .ip-project__banner--lists-control {
        width: 82px;
        height: 82px
    }

    .ip-project__banner--lists-control-gap {
        height: 113px
    }

    .ip-project__gallery {
        padding-bottom: 64px
    }

    .ip-project--details {
        padding: 40px 44px 80px
    }

    .ip-project--details .ip-project__header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px 32px;
        margin-bottom: 40px
    }

    .ip-project--details .ip-project__address-block {
        text-align: left;
        flex: 0 1 auto;
        margin-left: auto
    }

    .ip-project--details .ip-project__meta {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 32px 40px;
        margin-bottom: 48px
    }

    .ip-project--details .ip-project__specs {
        max-width: 826px
    }

    .ip-project--details .ip-project__status-wrap {
        justify-content: flex-end;
        width: auto;
        margin-left: auto;
        padding-top: 70px
    }

    .ip-project--details .ip-project__status {
        min-width: 360px
    }

    .ip-project--details .ip-project__hero {
        margin-bottom: 50px
    }

    .ip-project--details .ip-project__description {
        max-width: 724px
    }

    .ip-project__popup-inner {
        padding: 110px 20px
    }

    .ip-project__popup--title {
        font-size: 60px
    }

    .ip-project__popup--form {
        padding-top: 50px
    }

    .ip-project__popup--form .join-field input {
        font-size: 14px
    }

    .ip-project__popup--form .join-opt {
        padding-top: 50px
    }

    .ip-project__popup--form .join-opt .wpcf7-list-item label .wpcf7-list-item-label {
        font-size: 13px;
        line-height: 1.9
    }

    .ip-project__popup--close {
        padding: 30px;
        font-size: 40px
    }
}

@media screen and (min-width:1280px) {
    .ip-project__popup--title {
        font-size: 80px
    }
}