h3,
.h3 {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.34px;
    text-transform: uppercase;
}

.project-template {
    background: #000;
}

.project-template .container {
    max-width: 1552px;
}

.project-main {
    position: relative;
}

.project-main.image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.project-main.image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(115, 115, 115, 0) 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    z-index: 2;
}

.project-main.image.is-revealed::before {
    opacity: 1;
    visibility: visible;
}

.project-main--wrap {
    position: relative;
    overflow: hidden;
    min-height: 68vh;
}

.project-main--wrap-inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.8s ease-out, transform 0.5s ease-out;
    z-index: 1;
}

.project-main.reveal-on-load.is-revealed .project-main--wrap-inner,
.project-main.reveal-on-scroll.is-revealed .project-main--wrap-inner {
    opacity: 1;
    transform: scale(1);
}

.project-main--wrap-inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(115, 115, 115, 0) 100%);
}

.project-main.image .project-main--wrap-inner {
    position: fixed;
}

.project-main--wrap-inner video,
.project-main--wrap-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.project-main--logotype {
    position: relative;
    padding: 18px 15px;
    border-bottom: 1px solid #fff;
    background: #000;
    z-index: 2;
}

.project-main--logotype img,
.project-main--logotype svg {
    max-width: 1341px;
    width: 100%;
    margin: 0 auto;
}

.project-main--logotype svg path:nth-child(1) {
    stroke: white;
    stroke-width: 2px;
}

.project-info {
    padding-top: 65px;
    color: #fff;
    background: #000;
}

.project-info.reveal-on-scroll .project-info--col.left {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.project-info.reveal-on-scroll.is-revealed .project-info--col.left {
    opacity: 1;
    transform: translateY(0);
}

.project-info--title {
    text-transform: uppercase;
}

.project-info--website-link {
    display: inline-block;
    margin-top: 35px;
    font-size: 20px;
    position: relative;
}

.project-info--website-link svg {
    position: absolute;
    top: 1px;
    right: -30px;
    width: 20px;
    color: #fff;
    transition: width 0.3s;
}

.project-info--col:nth-child(2) {
    display: flex;
    padding-top: 59px;
    justify-content: space-between;
}

.project-info--list__item {
    display: grid;
    grid-template-columns: minmax(140px, auto) 1fr;
    grid-column-gap: 10px;
    margin-bottom: 7px;
}

.project-info--list__item--title,
.project-info--list__item--label,
.project-info--list__item-list li {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.project-info--list__item--label {
    font-weight: 600;
}

.project-info--list li:not(:nth-last-child(1)) {
    margin-bottom: 10px;
}

.case-study-flex {
    width: 100%;
}

.case-study-flex h3 {
    margin-bottom: 29px;
}

.case-study-flex h3:last-child {
    margin-bottom: 0;
}

.flex-layout {
    padding: 60px 15px;
    box-sizing: border-box;
}

.flex-layout.bg-black {
    background-color: #000;
    color: #fff;
}

.flex-layout.bg-white {
    background-color: #fff;
    color: #000;
}

.flex-container {
    max-width: 1574px;
    margin: 0 auto;
}

.flex-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.flex-col {
    width: 100%;
}

.case-study-flex .flex-col.right {
    text-align: left;
}

.flex-full-width-image {
    padding: 0;
}

.flex-full-width-image .flex-image-full {
    max-width: 1728px;
    margin: 0 auto;
}

.flex-full-width-image .flex-image-full img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.flex-continuous-scroller {
    padding: 50px 0;
}

.continuous-scroller-swiper,
.mediakit_sldier {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.continuous-scroller-swiper.is-ready,
.mediakit_sldier.is-ready {
    opacity: 1;
}

.flex-continuous-scroller .swiper-wrapper {
    transition-timing-function: linear !important;
}

.flex-continuous-scroller .swiper-slide {
    width: auto;
}

.flex-continuous-scroller .swiper-slide img {
    width: auto;
    max-width: none;
    max-height: 400px;
    display: block;
}

.flex-full-width-image.is-revealed .flex-image-full img {
    opacity: 1;
}

.flex-image-wysiwyg-image-wysiwyg .flex-col,
.flex-bg-image-wysiwyg-image .flex-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.flex-image img,
.flex-image-1 img,
.flex-image-2 img {
    width: 100%;
    height: auto;
    display: block;
}

.flex-wysiwyg {
    font-size: 20px;
}

.flex-wysiwyg p:last-child {
    margin-bottom: 0;
}

.flex-title {
    margin: 0;
}

@media (min-width: 992px) {
    h3,
    .h3 {
        font-size: 40px;
        line-height: 120%;
        letter-spacing: 0.4px;
    }

    .project-main--wrap {
        min-height: 100vh;
    }

    .project-main--logotype {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 6.5vw;
        padding: 0 15px;
        text-align: center;
        border-bottom: none;
        background: transparent;
    }

    .project-info {
        padding-top: 126px;
    }

    .project-info .container {
        padding: 0 34px;
    }

    .project-info--row {
        display: flex;
        justify-content: space-between;
    }

    .project-info--col:nth-child(1) {
        width: 40%;
        padding-top: 5px;
    }

    .project-info--col:nth-child(2) {
        width: auto;
        padding: 0;
        justify-content: flex-start;
        grid-column-gap: 41px;
    }

    .project-info--list__item {
        margin-bottom: 0;
    }

    .project-info--list__item--title,
    .project-info--list__item--label,
    .project-info--list__item-list li {
        font-size: 20px;
        line-height: 160%;
    }

    .project-info--website-link {
        margin-top: 32px;
    }

    .project-info--website-link svg {
        width: 0;
    }

    .project-info--website-link:hover svg {
        width: 20px;
    }

    .case-study-flex h3 {
        margin-bottom: 44px;
    }

    .flex-layout:not(.flex-full-width-image):not(.flex-continuous-scroller) {
        padding: 100px 34px;
    }

    .flex-row {
        flex-direction: row;
        gap: 7.87%;
    }

    .flex-col {
        flex: 1;
        width: calc(50% - 62px);
    }

    .flex-bg-image-wysiwyg-image .flex-col.left,
    .flex-image-wysiwyg-image-wysiwyg .flex-col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 87px;
    }

    .flex-title-wysiwyg .flex-col.left {
        padding-top: 5px;
    }

    .flex-two-columns-wysiwyg .flex-col {
        align-self: flex-start;
    }

    .flex-layout.reveal-on-scroll {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }

    .flex-layout.reveal-on-scroll.is-revealed {
        opacity: 1;
        transform: translateY(0);
    }

    .flex-continuous-scroller {
        padding: 73px 0;
    }
}
@media (min-width: 1100px) {
    .project-info .container {
        padding: 0 78px;
    }
    .flex-layout:not(.flex-full-width-image):not(.flex-continuous-scroller) {
        padding: 183px 78px;
    }
}

/* Replicated .project-file and .remodal-form-pdf from single-project-templates.css */

.project-file {
    color: #fff;
    background: #000;
}
.project-file .container {
    max-width: 1462px;
}
.project-file .project-headline--description {
    max-width: 526px;
}
.project-file .link {
    text-transform: uppercase;
}
.project-headline--description,
.project-file .link {
    font-size: 16px;
    line-height: 138%;
}
.project-file .link,
.project-info--website-link {
    position: relative;
}
.project-file .link:hover,
.project-info--website-link:hover {
    color: #fff;
    -webkit-text-stroke: 0.5px #fff;
    text-stroke: 0.5px #fff;
}
.project-file .link svg {
    position: absolute;
    top: 5px;
    right: -30px;
    width: 20px;
    color: #fff;
    transition: width 0.3s;
}

.remodal-form-pdf {
    max-width: 1208px;
    padding: 0;
    text-align: left;
    border-radius: 10px;
    background: transparent;
    overflow: hidden;
}

.remodal-form-pdf--title {
    margin-bottom: 19px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: unset;
}

.remodal-form-pdf--title span {
    color: rgba(255, 190, 0, 1);
}

.remodal-form-pdf--description {
    font-size: 12px;
    line-height: 135%;
}

.remodal-form-pdf--col {
    transition: clip-path .6s ease;
}

.remodal-form-pdf--col:nth-child(1) {
    position: relative;
}

.remodal-form-pdf--col:nth-child(1) img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.remodal-form-pdf--col:nth-child(2) {
    background: #f3f3f3;
}

.pdf-from {
    margin-top: 26px;
}

.remodal-form-pdf .remodal-close {
    top: 18px;
    left: auto;
    right: 13px;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
}

.remodal-form-pdf .remodal-close svg {
    transform: rotate(45deg);
    transition: transform .6s ease;
}

.remodal-form-pdf.remodal-is-opened .remodal-close {
    opacity: 1;
    pointer-events: auto;
    transition-delay: .6s;
}

.remodal-form-pdf.remodal-is-opened .remodal-close svg {
    transform: rotate(-90deg);
    transition-delay: .6s;
}

.remodal-form-pdf .remodal-close::before,
.pdf-from .gform_validation_errors {
    display: none !important;
}

.remodal-form-pdf--thank-you {
    display: none;
}

.remodal-form-pdf--thank-you h3 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 48px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: unset;
}

.remodal-form-pdf--thank-you p {
    font-size: 14px;
    line-height: 135%;
}

.pdf-from .gform_wrapper.gravity-theme .gform-loader {
    display: none!important;
}

.pdf-from .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 34px;
    grid-row-gap: 25px;
}

.pdf-from .gform_wrapper.gravity-theme .gform_fields .gfield:nth-last-child(3) {
    margin-bottom: 34px;
}

.pdf-from .gform_wrapper.gravity-theme .gfield {
    position: relative;
}

.pdf-from .gform_wrapper.gravity-theme .gfield .ginput_container input {
    font: 300 16px 'Poppins', sans-serif;
    padding: 5px 0;
    border: 0;
    border-bottom: 1px solid rgba(164, 164, 164, 1);
    background: transparent;
}

.pdf-from .gform_wrapper.gravity-theme .gfield .ginput_container input:focus {
    outline: none;
    box-shadow: none;
}

.pdf-from .gform_wrapper.gravity-theme .gfield input::placeholder {
    color: #000;
}

.pdf-from .gfield_checkbox .gchoice {
    position: relative;
}

.pdf-from .gfield_checkbox .gchoice .gfield-choice-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.pdf-from .gfield_checkbox .gchoice .gform-field-label {
    position: relative;
    max-width: 260px;
    padding-left: 33px;
    font-size: 10px;
    line-height: 140%;
    cursor: pointer;
}

.pdf-from .gfield_checkbox .gchoice .gform-field-label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    border-radius: 2px;
    background: #f3f3f3;
    transition: 0.3s all;
}

.pdf-from .gfield_checkbox .gchoice .gfield-choice-input:checked ~ .gform-field-label::before {
    background: #000;
}

.pdf-from .gfield_checkbox .gchoice .gform-field-label::after {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 5px;
    height: 10px;
    border-right: 1px solid rgba(255, 190, 0, 1);
    border-bottom: 1px solid rgba(255, 190, 0, 1);
    border-radius: 0;
    background: transparent;
    transform: rotate(45deg);
    transition: 0.3s all;
}

.pdf-from .gfield_checkbox .gchoice .gfield-choice-input:checked ~ .gform-field-label::after {
    opacity: 1;
    visibility: visible;
}

.pdf-from .gfield--type-submit {
    position: relative;
    max-width: 227px;
    width: 227px;

    border: 1px solid #000;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.pdf-from .gfield--type-submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: 0.3s all;
    z-index: -1;
}

.pdf-from .gfield--type-submit:hover::before {
    width: 100%;
}

.pdf-from .gform_wrapper.gravity-theme #field_submit input.gform-button {
    margin: 0;
    padding: 12px;
    font: 400 14px 'Poppins', sans-serif;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #000;
    transition: 0.3s all;
}

.pdf-from .gform_wrapper.gravity-theme #field_submit:hover input.gform-button {
    color: #fff;
}

.pdf-from .gform_wrapper.gravity-theme .gfield_validation_message,
.pdf-from .gform_wrapper.gravity-theme .validation_message {
    position: absolute;
    left: 0;
    bottom: -17px;
    margin: 0;
    padding: 0;
    font: 300 11px 'Poppins', sans-serif;
    line-height: 100%;
    color: rgba(237, 0, 0, 1);
    border: 0;
    background: transparent;
}

@media (max-width: 767px) {
    .remodal-form-pdf--row {
        flex-direction: column;
    }

    .remodal-form-pdf--col:nth-child(1) {
        padding-top: 71%;
    }

    .remodal-form-pdf:not(.remodal-is-opened) .remodal-form-pdf--col:nth-child(1) {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    .remodal-form-pdf:not(.remodal-is-opened) .remodal-form-pdf--col:nth-child(2) {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    }

    .remodal-form-pdf.remodal-is-opened .remodal-form-pdf--col {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .remodal-form-pdf {
        margin: 15px;
        width: calc(100% - 30px);
        border-radius: 10px;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .remodal-form-pdf--row {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .remodal-form-pdf--col:nth-child(2) {
        width: 54.5%;
        padding: 80px 48px 40px 63px;
        align-content: center;
    }

    .remodal-form-pdf--col:nth-child(1) {
        width: 45.5%;
        min-height: 586px;
        font-size: 0;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .project-file {
        padding: 75px 0;
        border-top: 1px solid #fff;
    }
    .project-file .project-headline {
        display: flex;
        justify-content: space-between;
    }
    .project-file .project-headline--col:nth-child(2) {
        text-align: right;
    }
    .project-headline--description,
    .project-file .link {
        font-size: 20px;
        line-height: 135%;
    }
    .project-file .project-headline--description {
        font-size: 24px;
        line-height: 125%;
    }
    .project-file .link {
        padding-right: 44px;
    }
    .project-file .link svg {
        width: 0;
        right: 0;
    }
    .project-file .link:hover svg {
        width: 20px;
    }

    .remodal-form-pdf--thank-you h3 {
        font-size: 64px;
    }

    .remodal-form-pdf .remodal-close {
        top: 30px;
        right: 25px;
    }

    .remodal-form-pdf--description {
        font-size: 14px;
    }

    .pdf-from {
        margin-top: 46px;
    }

    .pdf-from .gform_wrapper.gravity-theme .gfield_validation_message,
    .pdf-from .gform_wrapper.gravity-theme .validation_message {
        bottom: -15px;
    }

    .pdf-from .gfield--type-submit {
        margin-left: -19px;
    }

    .remodal-form-pdf:not(.remodal-is-opened) .remodal-form-pdf--col:nth-child(1) {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
    .remodal-form-pdf:not(.remodal-is-opened) .remodal-form-pdf--col:nth-child(2) {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }
    .remodal-form-pdf.remodal-is-opened .remodal-form-pdf--col {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@media (max-width: 991px) {
    .project-file {
        padding: 60px 0;
    }
    .project-file .project-headline {
        display: flex;
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .project-file .project-headline--description {
        margin: 0 auto;
    }

    .pdf-from .gform_wrapper.gravity-theme .gform_fields {
        width: 100%;
        display: inline-block;
    }

    .pdf-from .gform_wrapper.gravity-theme .gfield {
        margin-bottom: 31px;
    }

    .pdf-from .gform_wrapper.gravity-theme .gfield .ginput_container input {
        min-height: unset !important;
        padding: 5px 0 0px;
        line-height: 19px !important;
    }

    .pdf-from .gform_wrapper.gravity-theme #field_submit {
        margin: 0 auto;
    }

    .pdf-from .gform_footer {
        display: none !important;
    }

    .remodal-form-pdf--col:nth-child(2) {
        padding: 52px 40px 35px;
    }
}

@media (max-width: 560px) {
    .remodal-form-pdf--col:nth-child(2) {
        padding: 52px 15px 35px;
    }
}
