/* BLOCK SPECIFIC STYLES */
.two-col.img-right {
    flex-direction: row-reverse;
}
.codepixelz-parallax-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.two-col>div {
    flex: 1;
    height: 100%;
}
.block-half-text-image-cta {
    background-position: center;
    background-size: contain;
    background-attachment: scroll;
}
.block-half-text-image-cta{
    margin-top: 0;
}
.block-half-text-image-cta .text-wrapper {
    flex-basis: auto;
    flex: 1 1 0;
}
.block-half-text-image-cta .image-wrapper {
    margin: 0;
    align-self: stretch;
    flex: 1 1 0;
}
.block-half-text-image-cta .image-wrapper figure {
    width: 100%;
    height: 716px;
    overflow: hidden;
}
.block-half-text-image-cta .image-wrapper img {
    width: 100%;
    height: 100%;
    aspect-ratio: 100/1;
    object-fit: cover;
}
.block-half-text-image-cta {
    position: relative;
    overflow: hidden;
}
.wysiwyg-content p {
    margin-bottom: 1rem;
}
.wysiwyg-content p:last-child {
    margin-bottom: 0rem;
}
.gap-96 {
    gap: 96px;
}
@media screen and (max-width: 1024px) {
    .block-half-text-image-cta .image-wrapper figure {
        height: 500px;   
}
.gap-96 {
    gap: var(--space-40);
}
}
@media screen and (max-width: 768px) {
    .block-half-text-image-cta .content-wrap {
        gap: var(--space-40);
        flex-direction: column;
    }
}