.elementor-525 .elementor-element.elementor-element-a83ed0f{padding:70px 10px 70px 10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-525 .elementor-element.elementor-element-dae4a97{text-align:center;}.elementor-525 .elementor-element.elementor-element-dae4a97 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:72px;font-weight:700;color:#000000;}.elementor-525 .elementor-element.elementor-element-5a533a6{padding:0px 10px 70px 10px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-525 .elementor-element.elementor-element-01fa12b{--grid-columns:3;}.elementor-525 .elementor-element.elementor-element-01fa12b .elementor-loop-container{grid-auto-rows:1fr;}.elementor-525 .elementor-element.elementor-element-01fa12b .e-loop-item > .elementor-section, .elementor-525 .elementor-element.elementor-element-01fa12b .e-loop-item > .elementor-section > .elementor-container, .elementor-525 .elementor-element.elementor-element-01fa12b .e-loop-item > .e-con, .elementor-525 .elementor-element.elementor-element-01fa12b .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}.elementor-525 .elementor-element.elementor-element-8b8f4bf:not(.elementor-motion-effects-element-type-background), .elementor-525 .elementor-element.elementor-element-8b8f4bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-525 .elementor-element.elementor-element-8b8f4bf{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 10px 50px 10px;}.elementor-525 .elementor-element.elementor-element-8b8f4bf > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-525 .elementor-element.elementor-element-e859c52{text-align:center;}.elementor-525 .elementor-element.elementor-element-e859c52 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:76px;font-weight:700;color:#000000;}@media(max-width:1366px){.elementor-525 .elementor-element.elementor-element-a83ed0f{padding:60px 10px 60px 10px;}.elementor-525 .elementor-element.elementor-element-dae4a97 .elementor-heading-title{font-size:58px;}.elementor-525 .elementor-element.elementor-element-e859c52 .elementor-heading-title{font-size:64px;}}@media(max-width:1120px){.elementor-525 .elementor-element.elementor-element-a83ed0f{padding:50px 10px 50px 10px;}.elementor-525 .elementor-element.elementor-element-dae4a97 .elementor-heading-title{font-size:44px;}.elementor-525 .elementor-element.elementor-element-01fa12b{--grid-columns:2;}.elementor-525 .elementor-element.elementor-element-e859c52 .elementor-heading-title{font-size:52px;}}@media(max-width:767px){.elementor-525 .elementor-element.elementor-element-a83ed0f{padding:40px 10px 40px 10px;}.elementor-525 .elementor-element.elementor-element-dae4a97 .elementor-heading-title{font-size:32px;}.elementor-525 .elementor-element.elementor-element-01fa12b{--grid-columns:1;}.elementor-525 .elementor-element.elementor-element-e859c52 .elementor-heading-title{font-size:40px;}}/* Start custom CSS for shortcode, class: .elementor-element-00ffe77 */.cf7_custom_form .custom-form .form-row:before,
.cf7_custom_form .custom-form .form-row:after{
    display: none;
}

.cf7_custom_form .custom-form {
    width: 100%;
    background: #f8fbef;
    padding: 42px 54px 50px;
    border-radius: 16px;
    font-family: "Poppins", Sans-Serif;
}

.cf7_custom_form .custom-form br{
    display: none;
}

.cf7_custom_form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.cf7_custom_form .form-left,
.cf7_custom_form .form-right {
    width: 100%;
}


.cf7_custom_form .custom-form h2 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
}

.cf7_custom_form .form-description {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #000;
}

.cf7_custom_form .form-line {
    width: 100%;
    height: 1px;
    background: #222;
    margin: 32px 0;
}


/* CHECKBOX BOX */

.cf7_custom_form .checkbox-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    min-height: 120px;
    padding: 26px 16px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    transition: 0.25s ease;
}

.cf7_custom_form .checkbox-input .wpcf7-list-item {
    margin: 0;
}


/* Custom checkbox */
.cf7_custom_form .checkbox-input .wpcf7-list-item-label {
    display: none;
}

.cf7_custom_form .checkbox-input {
    position: relative;
}

.cf7_custom_form .checkbox-input input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 34px;
    height: 34px;
    margin: 0;
    cursor: pointer;
}

.cf7_custom_form .checkbox-input label {
    width: 34px;
    /*height: 34px;*/
    /*position: relative;*/
    /*cursor: pointer;*/
}

.cf7_custom_form .checkbox-input label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: #eaeaea;
    border-radius: 5px;
    transition: 0.25s ease;
}


/* Red box when checked */
.cf7_custom_form .checkbox-input label:has(input[type="checkbox"]:checked)::before {
    background: #d80621;
}

.cf7_custom_form .checkbox-input label::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 6px;
    width: 9px;
    height: 17px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: 0.2s ease;
}

.cf7_custom_form .checkbox-input label:has(input[type="checkbox"]:checked)::after {
    opacity: 1;
}

.cf7_custom_form .checkbox-input label:has(input[type="checkbox"]:checked)::before {
    background: #d80621;
}

.cf7_custom_form .checkbox-box:has(input[type="checkbox"]:checked) {
    border-color: #d80621;
}


.cf7_custom_form .checkbox-content {
    flex: 1;
}

.cf7_custom_form .checkbox-content h3 {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    color: #7f7f7f;
    transition: color 0.25s ease;
}

.cf7_custom_form .checkbox-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #7f7f7f;
    transition: color 0.25s ease;
}

/* Checked text */
.cf7_custom_form .checkbox-box:has(input[type="checkbox"]:checked) .checkbox-content h3,
.cf7_custom_form .checkbox-box:has(input[type="checkbox"]:checked) .checkbox-content p {
    color: #000;
}


.cf7_custom_form .input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 14px;
}

.cf7_custom_form .input-row p{
    margin-bottom: 10px;
}

.cf7_custom_form .input-half,
.cf7_custom_form .input-full {
    width: 100%;
}


.cf7_custom_form .custom-form label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
}


.cf7_custom_form .custom-form input[type="text"],
.cf7_custom_form .custom-form input[type="email"],
.cf7_custom_form .custom-form select,
.cf7_custom_form .custom-form textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 15px;
    color: #000;
}


/* Text + Email + Select */
.cf7_custom_form .custom-form input[type="text"],
.cf7_custom_form .custom-form input[type="email"],
.cf7_custom_form .custom-form select {
    height: 50px;
    padding: 0 18px;
}


/* Textarea */
.cf7_custom_form .custom-form textarea {
    height: 100px !important;
    padding: 18px;
    resize: none;
}


/* Placeholder */
.cf7_custom_form .custom-form input::placeholder,
.cf7_custom_form .custom-form textarea::placeholder {
    color: #c8c8c8;
    opacity: 1;
}


.cf7_custom_form .custom-form input:focus,
.cf7_custom_form .custom-form select:focus,
.cf7_custom_form .custom-form textarea:focus {
    border-color: #124558 !important;
}


.cf7_custom_form .submit-area {
    position: relative;
    width: 270px;
    margin-top: 28px;
}


.cf7_custom_form .submit-area input[type="submit"] {
    width: 100%;
    height: 57px;
    padding: 0 55px 0 20px;
    border: 0;
    border-radius: 5px;
    background: #d80621;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}
.cf7_custom_form .submit-area:hover input[type="submit"]{
    background: #55b8de;
}


.cf7_custom_form .submit-icon {
    position: absolute;
    right: 7px;
    top: 6px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    pointer-events: none;
}

.cf7_custom_form .submit-area .submit-icon svg{
    width: 20px;
    fill: #d80621;
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.cf7_custom_form .submit-area:hover .submit-icon svg{
    transform: rotate(0deg);
}

.cf7_custom_form .submit-area .wpcf7-spinner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.cf7_custom_form .form-disclaimer {
    max-width: 600px;
    margin: 22px 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: #7f7f7f;
}

.cf7_custom_form .form-disclaimer a {
    color: #d80621;
    text-decoration: underline;
}


@media (max-width: 767px) {

    .cf7_custom_form .custom-form {
        padding: 30px 20px;
        border-radius: 12px;
    }


    .cf7_custom_form .form-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .cf7_custom_form .custom-form h2 {
        font-size: 28px;
    }


    .cf7_custom_form .form-description {
        font-size: 15px;
    }


    .cf7_custom_form .form-line {
        margin: 24px 0;
    }


    .cf7_custom_form .checkbox-box {
        min-height: auto;
        padding: 20px 14px;
    }


    .cf7_custom_form .checkbox-content h3 {
        font-size: 20px;
    }


    .cf7_custom_form .checkbox-content p {
        font-size: 16px;
    }


    .cf7_custom_form .input-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }


    .cf7_custom_form .submit-area {
        width: 100%;
    }

}/* End custom CSS */