.elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(26px/2);}.elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(26px/2);}.elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(26px/2);margin-left:calc(26px/2);}.elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-26px/2);margin-left:calc(-26px/2);}body.rtl .elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-26px/2);}body:not(.rtl) .elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-26px/2);}.elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-icon i{color:#4ace7f;transition:color 0.3s;}.elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-icon svg{fill:#4ace7f;transition:fill 0.3s;}.elementor-3436 .elementor-element.elementor-element-3cc5d31{--e-icon-list-icon-size:20px;--icon-vertical-offset:0px;}.elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-icon{padding-right:10px;}.elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-item > a{font-family:"Karla", Sans-serif;font-size:17px;}.elementor-3436 .elementor-element.elementor-element-3cc5d31 .elementor-icon-list-text{color:#5b5b5b;transition:color 0.3s;}.elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(26px/2);}.elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(26px/2);}.elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(26px/2);margin-left:calc(26px/2);}.elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-26px/2);margin-left:calc(-26px/2);}body.rtl .elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-26px/2);}body:not(.rtl) .elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-26px/2);}.elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-icon i{color:#4ace7f;transition:color 0.3s;}.elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-icon svg{fill:#4ace7f;transition:fill 0.3s;}.elementor-3436 .elementor-element.elementor-element-09a471f{--e-icon-list-icon-size:20px;--icon-vertical-offset:0px;}.elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-icon{padding-right:10px;}.elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-item > a{font-family:"Karla", Sans-serif;font-size:17px;}.elementor-3436 .elementor-element.elementor-element-09a471f .elementor-icon-list-text{color:#5b5b5b;transition:color 0.3s;}/* Start custom CSS for column, class: .elementor-element-1f2768a */step step-1/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-eb486cd */step step-2/* End custom CSS */
/* Start custom CSS */jQuery(document).ready(function($) {
    let currentStep = 1;

    function showStep(step) {
        $('.step').hide();
        $('.step-' + step).fadeIn();
    }

    $('.next-step').click(function() {
        if ($('.step-' + (currentStep + 1)).length) {
            currentStep++;
            showStep(currentStep);
        }
    });

    $('.prev-step').click(function() {
        if (currentStep > 1) {
            currentStep--;
            showStep(currentStep);
        }
    });

    showStep(currentStep);
});/* End custom CSS */