.block--contact-cta {
    position: relative;
    padding: 180px 0;
    background-color: #26273A;
    overflow: hidden;
    min-height: 920px;
}

@media screen and (max-width: 640px) {
    .block--contact-cta {
        position: relative;
        padding: 0px 0;
        background-color: #26273A;
        overflow: hidden;
        min-height: 920px;
    }
}

.top-smoke-abs{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    pointer-events: none; 
    width: auto !important;
    height: auto !important;
}
.bottom-smoke-abs{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    pointer-events: none; 
}

.block--contact-cta--inner {
    position: relative;
    z-index: 1;

    @media screen and (max-width: 768px) {

    }
}

.block--contact-cta--bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;

}

.block--contact-cta--bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    user-select: none;
}
.abs-green{
    position: absolute;
    right: 18.79px;
    top: 21.68px;
}
.block--contact-cta--form-wrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    position: relative;
}

.block--contact-cta--form-wrapper--content {
    grid-column: 1 / 7;
    grid-row: 1 / 1;
    background-color: var(--wp--preset--color--dynamic-purple);
    color: var(--wp--preset--color--smoke-grey);
    padding: 50px 64px;
}

@media screen and (max-width: 640px) {
   
    .block--contact-cta--form-wrapper--content {
        grid-column: 1 / 13;
        grid-row: 1 / 1;
        background-color: var(--wp--preset--color--dynamic-purple);
        color: var(--wp--preset--color--smoke-grey);
        padding: 40px 24px;
    }
}

.block--contact-cta--form-wrapper--content mark {
    font-size: 76px;
    line-height: 1;
}

.block--contact-cta--form-wrapper--form {
    grid-column: 7 / 12;
    grid-row: 1 / 3;
    background-color: var(--wp--preset--color--dynamic-purple);
    color: var(--wp--preset--color--smoke-grey);
    padding: 64px 40px 40px;
    position: relative;
}

@media screen and (max-width: 640px) {
    .block--contact-cta{
        & .bottom-smoke-abs{
            width: 230px;
        }
    }
    .block--contact-cta--bg{
        position: relative;
    }
    .block--contact-cta--inner{
        & .container{
            padding: 0;
        }        
    }
    .block--contact-cta--form-wrapper--form {
        grid-column: 1 / 13;
        grid-row: 2 / 2;
        background-color: var(--wp--preset--color--dynamic-purple);
        color: var(--wp--preset--color--smoke-grey);
        padding: 0px 24px 40px;
        position: initial;
    }
}

.block--contact-cta--form-wrapper--filler.bottom-left {
    grid-column: 1 / 7;
    grid-row: 2 / 2;
    height: 80px;
    display: flex;
    justify-content: flex-end;
}

.block--contact-cta--form-wrapper--filler.bottom-left svg {
    height: 100%;
    margin-right: -1px;
    margin-top: -1px;
}

.block--contact-cta--form-wrapper--filler.bottom-right {
    grid-column: 12 / 13;
    grid-row: 1 / 3;
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 640px) {
    .block--contact-cta--form-wrapper--filler {
        display: none !important;
    }
}

#gform_1{
    & .gform_footer{
        display: flex;
        justify-content: flex-end;
        cursor: pointer;     
        align-items: center;
        &:hover{         
            &:after{
                margin-left: 15px;
            }
        }
        
        &::after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='16' viewBox='0 0 30 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8295 13.6875L20.842 15.5L29.467 8L20.842 0.5L18.8295 2.3125L23.6452 6.5H0V9.5H23.6452L18.8295 13.6875Z' fill='%237FF7A8'/%3E%3C/svg%3E");
            color: currentColor;
            transition: all 0.4s ease;
            height: 15px;
            width: 30px;
            border-radius: clamp(1.75rem, 0.6667rem + 2.0833vw, 2rem);
            background-color: transparent;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transform-origin: center center;
            margin-left: 10px;
        }
        & input{
            background: transparent;
            color: var(--wp--preset--color--cream);
            font-family: var(--wp--preset--font-family--new-word);
            font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.175), 16px);     
            margin-bottom: 0 !important;
        }        
    }
}
#gform_fields_1{
    gap: 22.86px;    
    & input{
        background-color: transparent;
        border-bottom: 1px solid var(--wp--preset--color--electric-indigo);
        color: var(--wp--preset--font-family--smoke-grey);
        outline: none;
        padding-left: 0;
    }
    & textarea{
        background-color: transparent;
        border: 1px solid var(--wp--preset--color--electric-indigo);
        outline: none;
        color: var(--wp--preset--font-family--smoke-grey);
        height: 173px;
             
    }
    & #field_1_6{
        position: relative;
        /* &::after{
            position: absolute;
            content: '';            
            background-color: #1B1C30; 
            bottom: 0;
            width: 50px;
            height: 50px;             
            clip-path: polygon(50px 0px, 0px 50px, 50px 50px);
            border-left: 1px solid #000;
            transform: rotate(90deg);
            scale: 1.05;
            z-index: -1;
        }
        &::before {
            position: absolute;
            content: '';            
            bottom: 0;
            width: 50px; 
            height: 50px; 
            clip-path: polygon(50px 0px, 0px 50px, 50px 50px); 
            background-color: transparent;
            border: 1px solid red; 
            left: 0;
            top: 0;
            z-index: -2;
            transform: rotate(90deg);
        } */
    }
    & .gfield_label{
        color: var(--wp--preset--font-family--smoke-grey);
        font-family: var(--wp--preset--font-family--area);
        font-size: 15px;
        font-style: normal;
        font-weight: 100;
        line-height: 140%; /* 21px */        
    }
    & input::-webkit-input-placeholder,  & textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: var(--wp--preset--font-family--smoke-grey);
        font-family: var(--wp--preset--font-family--area);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
    }
    & input::-moz-placeholder { /* Firefox 19+ */
        color: var(--wp--preset--font-family--smoke-grey);
        font-family: var(--wp--preset--font-family--area);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
    }
    & input:-ms-input-placeholder { /* IE 10+ */
        color: var(--wp--preset--font-family--smoke-grey);
        font-family: var(--wp--preset--font-family--area);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
    }
    & input::-ms-input-placeholder { /* Edge */
        color: var(--wp--preset--font-family--smoke-grey);
        font-family: var(--wp--preset--font-family--area);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
    }
}