.elementor-206 .elementor-element.elementor-element-b23424d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:60px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}.elementor-206 .elementor-element.elementor-element-a85656b .elementor-heading-title{font-size:56px;font-weight:600;color:#000000;}.elementor-206 .elementor-element.elementor-element-7920326{column-gap:0px;font-size:16px;font-weight:300;color:#000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-206 .elementor-element.elementor-element-b23424d{--padding-top:40px;--padding-bottom:40px;--padding-left:12px;--padding-right:12px;}}@media(min-width:768px){.elementor-206 .elementor-element.elementor-element-b23424d{--content-width:1140px;}}/* Start custom CSS for text-editor, class: .elementor-element-7920326 */input[type="checkbox"].wIoTXuBC0lMFtpfY {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Style the label container */
label.NyhiP5suSp03OhA1 {
    position: relative;

}

/* Create the custom checkbox box */
label.NyhiP5suSp03OhA1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #a9a9a9;
    background-color: #fafafa;
    border-radius: 2px;
    transition: background-color 0.2s ease;
}

/* Add checkmark and blue background when checked */
input[type="checkbox"].wIoTXuBC0lMFtpfY:checked + span::before {
    content: "✔";
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: white;
    background-color: #007BFF;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border: 1px solid #007BFF;
    border-radius: 2px;
}/* End custom CSS */