.wysiwyg_component_module {
    position: relative;
    color: var(--soltech-color--violet);
    /* padding-bottom: 50px; */
    max-width: 66.66666667%;
}

.wysiwyg_component_module .module_title {
    margin-top: var(--margin-top);
}
.wysiwyg_component_module .module_title:first-of-type {
    margin-top: 0;
}

.wysiwyg_component_module img {
    width: 100%;
}

.wysiwyg_component_module.full_width {
    max-width: none;
}

.module-row > .row:has(.wysiwyg_component_module.left_align) {
    justify-content: left;
}

/*
    Backgrounds
*/

.wysiwyg_component_module.bg_pos_full::before {
    position: absolute;
    content: '';
    opacity: 0.2;
    top: calc(var(--margin-top) * -1.5);
    left: 88px;
    right: -132px;
    /*bottom: calc(var(--margin-top) * 1.5);*/
    bottom: 0;
}

.wysiwyg_component_module.bg_pos_left::before,
.wysiwyg_component_module.bg_pos_right::before {
    position: absolute;
    content: '';
    width: calc(50% - var(--wysiwyg-bg-left));
    opacity: 0.2;
    height: calc(100% + calc(var(--margin-top) * 1.5));
    top: calc(var(--margin-top) * -1.5);
    bottom: 0;
}

.wysiwyg_component_module.bg_pos_left,
.wysiwyg_component_module.bg_pos_right,
.wysiwyg_component_module.bg_pos_full {
    padding-bottom: calc(var(--margin-top) * 1.5);
    --wysiwyg-bg-left: var(--grid-padding);
    --wysiwyg-bg-right: var(--grid-padding);
    --wyswyig-bg-inner-left-padding: calc(var(--margin-top) * 2);
    --wyswyig-bg-inner-right-padding: calc(var(--margin-top) * 2);
}

.wysiwyg_component_module.bg_pos_left .inner_content,
.wysiwyg_component_module.bg_pos_right .inner_content,
.wysiwyg_component_module.bg_pos_full .inner_content {
    padding-left: var(--wyswyig-bg-inner-left-padding);
    padding-right: var(--wyswyig-bg-inner-right-padding);
}

/* Left */

.wysiwyg_component_module.bg_pos_left {
    --wyswyig-bg-inner-right-padding: 0;
}

.wysiwyg_component_module.bg_pos_left:first-child {
    --wysiwyg-bg-left: calc(var(--margin-top) * -2);
    --wysiwyg-bg-right: auto;
    --wyswyig-bg-inner-left-padding: 0;
}

@media (max-width: 1199px) {
    .wysiwyg_component_module.bg_pos_left:first-child {
        --wysiwyg-bg-left: calc(var(--margin-top) * -1);
    }    
}

/* Right */

.wysiwyg_component_module.bg_pos_right {
    --wysiwyg-bg-left: auto;
    --wyswyig-bg-inner-left-padding: 0;
}

.wysiwyg_component_module.bg_pos_right::before {
    width: calc(50% - var(--wysiwyg-bg-right));
}

.wysiwyg_component_module.bg_pos_right:last-child {
    --wysiwyg-bg-right: calc(var(--margin-top) * -2);
}

@media (max-width: 1199px) {
    .wysiwyg_component_module.bg_pos_right:last-child {
        --wysiwyg-bg-right: calc(var(--margin-top) * -1);
    }    
}

/* Full */

.wysiwyg_component_module.bg_pos_full:first-child {
    --wysiwyg-bg-left: calc(var(--margin-top) * -2);
    --wyswyig-bg-inner-left-padding: 0;
}

.wysiwyg_component_module.bg_pos_full:last-child {
    --wysiwyg-bg-right: calc(var(--margin-top) * -2);
    --wyswyig-bg-inner-right-padding: 0;
}

@media (max-width: 1199px) {
    .wysiwyg_component_module.bg_pos_left:first-child {
        --wysiwyg-bg-left: calc(var(--margin-top) * -1);
    }    
}

.wysiwyg_component_module.bg_pos_left::before,
.wysiwyg_component_module.bg_pos_right::before,
.wysiwyg_component_module.bg_pos_full::before {
    left: var(--wysiwyg-bg-left);
    right: var(--wysiwyg-bg-right);
}


.wysiwyg_component_module.bg_color_gradient::before {
    background: linear-gradient(31.21deg, var(--soltech-color--raspberry) 0%, var(--soltech-color--violet) 100%);
}

.wysiwyg_component_module.bg_color_violet::before {
    background: var(--soltech-color--violet);
}

.wysiwyg_component_module.bg_color_raspberry::before {
    background: var(--soltech-color--raspberry);
}

.wysiwyg_component_module.bg_color_purple::before {
    background: var(--soltech-color--purple);
}

.wysiwyg_component_module.bg_color_ivory::before {
    background: var(--soltech-color--ivory);
}

.wysiwyg_component_module.bg_color_orange::before {
    background: var(--soltech-color--orange);
}

.wysiwyg_component_module .inner_content {
    position: relative;
}

.wysiwyg_component_module .inner_content > *:last-child {
    margin-bottom: 0;
}

.wysiwyg_component_module .inner_content > *:first-child {
    margin-top: 0;
}


.wysiwyg_component_module .wpforms-container {
    margin: 0;
    width: 100%;
    max-width: none;
}

.wysiwyg_component_module .cta_btn {
    margin: 4px 0 0 0;
}

@media (max-width: 1200px) {
    /* .wysiwyg_component_module.bg_pos_left, .wysiwyg_component_module.bg_pos_right, .wysiwyg_component_module.bg_pos_full {
        padding: 0 0 calc(var(--bs-gutter-x) * 1.5) 150px;
    }

    .wysiwyg_component_module.bg_pos_left::before, .wysiwyg_component_module.bg_pos_right::before {
        width: 50%;
    }

    .wysiwyg_component_module.bg_pos_left::before {
        left: 76px;
    }

    .wysiwyg_component_module.bg_pos_right::before {
        right: -76px;
    }

    .wysiwyg_component_module.bg_pos_full::before {
        left: 76px;
        right: -76px;
    } */
}

@media (max-width: 991px) {
    .wysiwyg_component_module {
        width: 100%;
        max-width: none;
    }

    .wysiwyg_component_module.bg_pos_left, .wysiwyg_component_module.bg_pos_right, .wysiwyg_component_module.bg_pos_full {
        /* padding: 0 50px calc(var(--bs-gutter-x) * 1.5) 50px; */
        padding-bottom: calc(var(--bs-gutter-x) * 1.5);
        padding-right: var(--grid-padding);
        padding-left: var(--grid-padding);
    }

    .wysiwyg_component_module.bg_pos_left::before, .wysiwyg_component_module.bg_pos_right::before, .wysiwyg_component_module.bg_pos_full::before {
        --totalSides: calc(100vw - 100%);
        --halfSide: calc(var(--totalSides) / 2);
        width: 50vw;
        left: calc(var(--halfSide) * -1);
    }

    .wysiwyg_component_module.bg_pos_full::before {
        width: 100vw;
    }

}

@media (max-width: 767px) {
    .wysiwyg_component_module.bg_pos_left::before, .wysiwyg_component_module.bg_pos_right::before {
        width: 100vw;
    }
}