.hidden {
    opacity: 0;
}
.console-underscore {
    display: inline-block;
    position: relative;
    top: -0.14em;
    left: 0;
}
.ai_loading_text {
    float: left;
    clear: both;
}
.ai_loading_text,
.ai_loading_text_content {
    display: inline-block;
}
.ai_loading_text:not(.typing) .console-underscore {
    display: none !important;
}
.de_fb_form_field .field_label {
    display: inline-block;
}
.ai_loading {
    width: 100%;
    float: left;
}
.de_fb_trigger-container {
    padding-bottom: 20px;
}
.et_pb_contact .radio_image_cont input + label,
.et_pb_contact .radio_image_cont input + label span.label_wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
}
.de_fb_form_field p.et_pb_contact_field {
    position: relative;
}
.existing_image_preview .et_pb_button,
.image-preview-edit-btn .et_pb_button {
    display: inline-block;
}
.de_fb_form_field .et_pb_contact_field_options_list label > i,
.dfb_content_text_field,
.radio_image_cont label .label_wrapper {
    border-style: solid;
}
.et_pb_contact .equal_height input + label,
.et_pb_contact .equal_height label .label_wrapper {
    height: 100%;
}
.et_pb_contact .equal_height .radio_image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.et_pb_contact .radio_image_cont.radio_label_top p input + label span.label_wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}
.et_pb_contact .radio_image_cont.radio_label_bottom p input + label span.label_wrapper {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.et_pb_contact .radio_image_cont.radio_label_right p input + label span.label_wrapper {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.et_pb_contact .radio_image_cont.radio_label_hide p input + label span.label_wrapper span {
    display: none;
}
.radio_image_cont.hide_radio i {
    display: none !important;
}
.existing_image_preview .existing_file_link {
    margin-right: 10px;
    position: relative;
    display: inline-block;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
    padding: 10px;
    padding-right: 40px;
    background: #fff;
}
.existing_image_preview .existing_image_preview_link {
    padding-right: 10px;
    line-height: 1em;
}
.file_upload_item {
    background-color: #fff;
    display: block;
    margin-top: 20px;
    position: relative;
}
.file_upload_item_cont {
    display: -ms-flexbox;
    display: flex;
}
.file_upload_item .preview_image_cont {
    padding: 20px;
}
.file_upload_item_cont > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.file_upload_item_cont .preview_content {
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: 10%;
}
.file_upload_item .remove_upload i {
    opacity: 0 !important;
}
.file_upload_item .remove_upload {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 100px;
}
.file_upload_item .preview_name {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}
.file_upload_item .upload_size {
    font-size: 12px;
    padding-bottom: 5px;
}
.existing_image_preview .remove-file:before,
.remove_upload:before {
    display: block;
    font-family: ETmodules;
    content: "M";
    font-size: 22px;
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.existing_image_preview .existing_file_link .remove-file,
.existing_image_preview .existing_image_preview_link .remove-file {
    -webkit-transform: none;
    transform: none;
    line-height: 24px;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    padding: 12px;
}
.existing_image_preview .existing_file_link .remove-file {
    top: 10px;
}
.file_preview_container,
.file_preview_container .files {
    display: inline-block;
    width: 100%;
    line-height: 0;
}
.file_preview_container,
.file_preview_container .files .name,
.file_preview_container .files .size {
    line-height: 14px;
}
.file_preview_container.files .template-upload.error .btn,
.file_preview_container.files .template-upload.error .preview_image_cont,
.file_preview_container.files .template-upload.error .preview_name,
.file_preview_container.files .template-upload.error .progress,
.file_preview_container.files .template-upload.error .upload_size {
    display: none;
}
.file_preview_container.files .template-upload.error {
    padding: 20px;
}
.file_preview_container .files .template-upload {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.file_preview_container .files .template-upload .progress {
    min-width: 100px;
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.dfb_input_icon {
    position: absolute !important;
    right: 0;
    top: 0;
}
.file_upload_item .progress-bar.active,
.file_upload_item .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-size: 40px 40px;
}
.file_upload_item .progress-bar-success {
    background-color: #5cb85c;
}
.file_upload_item .progress {
    width: 100%;
    height: 20px;
}
.file_upload_item .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.et_pb_section .et_pb_row .divi-form-wrapper .de_fb_form_field.et_pb_module,
.et_pb_section .et_pb_row .divi-form-wrapper .de_fb_form_field.et_pb_module:last-child {
    margin-bottom: 2.75%;
}
.et_pb_section .et_pb_row .divi-form-wrapper .de_fb_form_field.et_pb_module.ui-sortable {
    margin-bottom: 0;
}
.et_pb_section .et_pb_row .divi-form-wrapper .de_fb_form_field.et_pb_module.ui-sortable .field_wrapper {
    margin-bottom: 2.75%;
}
.et_pb_contact_field[data-type="signature"] .signature-field {
    background-color: transparent !important;
}
.signature-field canvas {
    border-style: solid;
}
#ui-datepicker-div {
    z-index: 9999999 !important;
}
body .datepicker-wrapper {
    display: block;
}
.divi-form-builder-field.datepicker-field {
    width: 100%;
}
body .de_fb_form_field .ui-datepicker-trigger {
    width: 100%;
    position: absolute !important;
    height: 100%;
    margin-left: 0;
    opacity: 0;
    left: 0;
}
.datepicker-wrapper,
.datetimepicker-wrapper {
    position: relative;
}
.datepicker-wrapper:after,
.datetimepicker-wrapper:after {
    font-family: ETmodules !important;
    content: "\E023";
    display: block;
    font-size: 24px;
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.field_wrapper.step_hide {
    display: none;
}
.field_wrapper .file_upload_result,
.field_wrapper .image_upload_result {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.field_wrapper .file_upload_result svg,
.field_wrapper .image_upload_result svg {
    width: 100%;
    height: 100%;
}
.field_wrapper .file_upload_result img,
.field_wrapper .image_upload_result img {
    width: 100%;
}
.image_upload_result {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.image_uploaded .image_upload_result .upload_icon,
.image_uploaded .upload_desc {
    display: none;
}
#page-container .image_uploaded.field_wrapper .file_upload_result,
#page-container .image_uploaded.field_wrapper .image_upload_result {
    position: relative;
    height: auto !important;
    margin: auto;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
}
.divi-form-builder-field.checkbox-field,
.divi-form-builder-field.file-field,
.divi-form-builder-field.radio-field,
.divi-form-builder-field.upload_field,
.dropzone {
    background-color: inherit;
}
.et_pb_contact_field .file_upload_wrapper {
    display: block;
    background-color: inherit;
}
.de_fb_form_field .dropzone {
    padding: 80px 0;
    border: 1px dashed #000;
}
.et_pb_contact_field[data-type="signature"] {
    position: relative;
}
.et_pb_contact_field[data-type="signature"] .signature-field {
    display: inline-block;
    position: relative;
}
.et_pb_contact_field[data-type="signature"] .signature-field canvas {
    max-width: 100%;
}
.et_pb_contact_field[data-type="signature"] .signature_clear {
    position: absolute;
    display: inline-block;
}
.drop-description {
    display: block;
    width: 100%;
}
.file_upload_wrapper input[type="file"] {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.de_fb_form .divi-form-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.de_fb_form .form-title {
    margin-bottom: 20px;
}
.field_wrapper .field_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.divi-form-builder-field:not(.radio-field, .checkbox-field) {
    width: 100%;
}
.de_fb_form .et_pb_contact_select {
    border: 1px solid #bbb;
    border-style: solid;
}
.dropzone {
    background: transparent;
    border: 1px solid #000;
    width: 100%;
    min-height: 52px;
    text-align: center;
}
.df-image {
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}
.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
.image_upload_result {
    display: -ms-flexbox;
    display: flex;
}
.image_upload_result > div {
    padding: 5px;
    border-radius: 5px;
}
.datepicker-wrapper,
.datetimepicker-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ui-datepicker-trigger {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: 1px solid #555;
    width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
    border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
    direction: rtl;
}
.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
    float: right;
    clear: right;
}
.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px;
}
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
    display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    display: block;
    padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
    text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
    display: inline-block;
    margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
    content: ":";
    display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before {
    content: ".";
    display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
    display: none;
}
.divi-form-submit {
    cursor: pointer;
}
.de_fb_form .et_pb_contact_field {
    padding: 0;
}
.de_fb_form_field p.et_pb_contact_field {
    padding: 0 !important;
}
.de_fb_form_field:has(p.et_pb_contact_field[data-type="hidden"]) {
    margin-bottom: 0 !important;
}
.de_fb_form_field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.align-module_left {
    margin-right: auto;
}
.align-module_right {
    margin-left: auto;
}
.align-module_center {
    margin: auto;
}
.maths_captcha + .divi-form-submit {
    margin-left: 18px;
}
.de-fb-popup {
    position: fixed;
    z-index: 1020;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.de-fb-popup.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.de-fb-popup .modal-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    cursor: pointer;
    z-index: 999;
}
.de-fb-popup .modal-close:before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: ETmodules !important;
    text-indent: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.de_fb-nextprev-post {
    width: 100px;
    height: 50px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    cursor: pointer;
    z-index: 999;
}
.de_fb-prev-post {
    position: absolute;
    left: 0;
    top: 50%;
}
.de_fb-next-post {
    position: absolute;
    right: 0;
    top: 50%;
}
.de_fb-next-post:before,
.de_fb-prev-post:before {
    content: "4";
    font-family: ETmodules !important;
    text-indent: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.de_fb-next-post:before {
    content: "5";
}
#de_fb-modal-wrapper {
    z-index: 99999;
    position: relative;
}
.white-popup {
    display: none;
}
.item-entry.hidden {
    opacity: 1;
}
.grid-posts.et_pb_gallery_items {
    display: grid;
    grid-gap: 25px;
}
.grid-posts.et_pb_gallery_items:before {
    display: none;
}
.de-fb-popup .et_pb_section {
    max-height: 80vh;
    overflow-y: auto;
}
.de-fb-popup .post-modal-cont {
    width: 80%;
    max-width: 1080px;
    position: relative;
}
.de-fb-popup.side-modal .post-modal-cont {
    width: 50vw;
    max-width: 100%;
    position: absolute;
    right: 0;
    height: 100vh;
}
.de_fb_form_field.last-item {
    margin-right: 0 !important;
}
.de_fb_form_field.last-item + .de_fb_form_field {
    clear: both;
}
.de_fb_form_field p.et_pb_contact_field {
    margin: 0;
}
.et_pb_contact_field .file_upload_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.16s ease;
    -o-transition: background-color 0.16s ease;
    transition: background-color 0.16s ease;
}
.et_pb_contact_field.drag-over .file_upload_wrapper {
    background-color: #68d391;
}
.et_pb_contact_field[data-type="file"],
.et_pb_contact_field[data-type="image"] {
    position: relative;
}
.et_pb_contact_field[data-type="file"] .divi-form-builder-field,
.et_pb_contact_field[data-type="image"] .divi-form-builder-field {
    cursor: pointer;
    padding: 0;
    min-height: 52px;
    opacity: 0;
}
.ui-datepicker-trigger {
    width: 26px;
}
.dfb_radio_button .et_pb_contact_field_checkbox {
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}
.dfb_radio_button .et_pb_contact_field_checkbox:last-child {
    margin-right: 0;
}
.dfb_radio_button .et_pb_contact_field_checkbox label {
    width: 100%;
    padding: 0.3em 1em;
}
.dfb_radio_button .et_pb_contact_field_checkbox i {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    border-radius: 0;
    visibility: hidden;
}
input[type="text"].maths_answer {
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    max-width: 50px;
    padding: 16px;
}
@-webkit-keyframes wobble-hor-bottom {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateX(-10px) rotate(-6deg);
        transform: translateX(-10px) rotate(-6deg);
    }
    30% {
        -webkit-transform: translateX(5px) rotate(6deg);
        transform: translateX(5px) rotate(6deg);
    }
    45% {
        -webkit-transform: translateX(-5px) rotate(-3.6deg);
        transform: translateX(-5px) rotate(-3.6deg);
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}
@keyframes wobble-hor-bottom {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateX(-10px) rotate(-6deg);
        transform: translateX(-10px) rotate(-6deg);
    }
    30% {
        -webkit-transform: translateX(5px) rotate(6deg);
        transform: translateX(5px) rotate(6deg);
    }
    45% {
        -webkit-transform: translateX(-5px) rotate(-3.6deg);
        transform: translateX(-5px) rotate(-3.6deg);
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}
@-webkit-keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes shake-horizontal {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}
@keyframes shake-horizontal {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}
@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes jello-horizontal {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.df_field_description_text {
    display: block;
}
@media (min-width: 981px) {
    .et_pb_gutters3 .df-vb-wrapper .de_fb_form_field,
    .et_pb_gutters3.et_pb_row .df-vb-wrapper .de_fb_form_field {
        margin-right: 5.5%;
    }
}
@media (min-width: 981px) {
    .et_pb_gutters1 .df-vb-wrapper .de_fb_form_field,
    .et_pb_gutters1.et_pb_row .df-vb-wrapper .de_fb_form_field {
        margin-right: 0;
    }
}
@media (max-width: 479px) {
    .df-vb-wrapper .de_fb_form_field {
        margin-right: 0 !important;
        width: 100% !important;
    }
}
@media (min-width: 981px) {
    .et_pb_gutters2 .df-vb-wrapper .de_fb_form_field,
    .et_pb_gutters2.et_pb_row .df-vb-wrapper .de_fb_form_field {
        margin-right: 3%;
    }
}
@media (min-width: 981px) {
    .et_pb_gutters4 .df-vb-wrapper .de_fb_form_field,
    .et_pb_gutters4.et_pb_row .df-vb-wrapper .de_fb_form_field {
        margin-right: 8%;
    }
}
.divi-form-wrapper .de_fb_form_field.calculation {
    display: none;
}
#et-main-area:has(div.de-fb-popup.open) {
    z-index: 9999999;
    position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .divi-form-submit {
        color: #000;
    }
}
.de_fb_form.align-module_center .et_pb_module_inner,
.de_fb_form.align-module_left .et_pb_module_inner,
.de_fb_form.align-module_right .et_pb_module_inner {
    display: block;
}
.de_fb_form .divi-form-wrapper {
    overflow: visible;
}
.ai_loading.load-1 .lines,
.ai_loading.load-3 .lines,
.form_loading.load-1 .lines,
.form_loading.load-3 .lines {
    width: 50px;
}
.et-fb .field_wrapper #mceu_24 {
    display: block !important;
    visibility: visible !important;
}
.highest-priority {
    position: relative;
    z-index: 9999;
}
.et-fb .field_wrapper #mceu_25,
.et-fb .field_wrapper #mceu_31,
.et-fb .field_wrapper #mceu_32-body {
    display: none !important;
}
.et-fb #mceu_32 .textarea-field {
    display: block;
}
.et-fb .preview_image_cont .preview_image {
    height: 100px;
    width: 100px;
    background: grey;
}
.bloom_subscribe .error,
.de_fb_form_field .error {
    color: red;
}
.ai_loading .ai-loading-cont,
.form_loading .ajax-loading {
    position: relative;
    display: block;
    width: 100%;
    min-height: 105px;
    padding: 30px 0;
    background: none;
}
.load-1 .line:last-child {
    -webkit-animation: loadingA 1.5s 1s infinite;
    animation: loadingA 1.5s 1s infinite;
}
.load-1 .line:nth-last-child(2) {
    -webkit-animation: loadingA 1.5s 0.5s infinite;
    animation: loadingA 1.5s 0.5s infinite;
}
.load-1 .line:nth-last-child(3) {
    -webkit-animation: loadingA 1.5s 0s infinite;
    animation: loadingA 1.5s 0s infinite;
}
.load-2 .line:last-child {
    -webkit-animation: loadingB 1.5s 1s infinite;
    animation: loadingB 1.5s 1s infinite;
}
.load-2 .line:nth-last-child(2) {
    -webkit-animation: loadingB 1.5s 0.5s infinite;
    animation: loadingB 1.5s 0.5s infinite;
}
.load-2 .line:nth-last-child(3) {
    -webkit-animation: loadingB 1.5s 0s infinite;
    animation: loadingB 1.5s 0s infinite;
}
.load-3 .line:last-child {
    -webkit-animation: loadingC 0.6s 0.1s linear infinite;
    animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
    -webkit-animation: loadingC 0.6s 0.2s linear infinite;
    animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
    -webkit-animation: loadingC 0.6s 0.3s linear infinite;
    animation: loadingC 0.6s 0.3s linear infinite;
}
.ai_loading .divi-style,
.form_loading .divi-style {
    display: none;
}
.ai_loading.divi .divi-style,
.form_loading.divi .divi-style {
    display: block;
}
.fb_form .form_loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fb_form.submitting .form_loading {
    display: -ms-flexbox;
    display: flex;
}
.divi-style:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 -17px #7e3bd0, 17px 0 #7e3bd0, 0 17px #7e3bd0, -17px 0 #7e3bd0;
    box-shadow: 0 -17px #7e3bd0, 17px 0 #7e3bd0, 0 17px #7e3bd0, -17px 0 #7e3bd0;
    margin: -6px auto auto -6px;
    -webkit-animation: et-fb-loader ease infinite 3s;
    animation: et-fb-loader ease infinite 3s;
}
@-webkit-keyframes et-fb-loader {
    0% {
        -webkit-box-shadow: 0 -17px #7e3bd0, 17px 0 #29c4a9, 0 17px #7e3bd0, -17px 0 #29c4a9;
        box-shadow: 0 -17px #7e3bd0, 17px 0 #29c4a9, 0 17px #7e3bd0, -17px 0 #29c4a9;
    }
    25% {
        -webkit-box-shadow: 17px 0 #2b87da, 0 17px #29c4a9, -17px 0 #2b87da, 0 -17px #29c4a9;
        box-shadow: 17px 0 #2b87da, 0 17px #29c4a9, -17px 0 #2b87da, 0 -17px #29c4a9;
    }
    50% {
        -webkit-box-shadow: 0 17px #2b87da, -17px 0 #ff9232, 0 -17px #2b87da, 17px 0 #ff9232;
        box-shadow: 0 17px #2b87da, -17px 0 #ff9232, 0 -17px #2b87da, 17px 0 #ff9232;
    }
    75% {
        -webkit-box-shadow: -17px 0 #7e3bd0, 0 -17px #ff9232, 17px 0 #7e3bd0, 0 17px #ff9232;
        box-shadow: -17px 0 #7e3bd0, 0 -17px #ff9232, 17px 0 #7e3bd0, 0 17px #ff9232;
    }
    to {
        -webkit-box-shadow: 0 -17px #7e3bd0, 17px 0 #29c4a9, 0 17px #7e3bd0, -17px 0 #29c4a9;
        box-shadow: 0 -17px #7e3bd0, 17px 0 #29c4a9, 0 17px #7e3bd0, -17px 0 #29c4a9;
    }
}
@keyframes et-fb-loader {
    0% {
        -webkit-box-shadow: 0 -17px #7e3bd0, 17px 0 #29c4a9, 0 17px #7e3bd0, -17px 0 #29c4a9;
        box-shadow: 0 -17px #7e3bd0, 17px 0 #29c4a9, 0 17px #7e3bd0, -17px 0 #29c4a9;
    }
    25% {
        -webkit-box-shadow: 17px 0 #2b87da, 0 17px #29c4a9, -17px 0 #2b87da, 0 -17px #29c4a9;
        box-shadow: 17px 0 #2b87da, 0 17px #29c4a9, -17px 0 #2b87da, 0 -17px #29c4a9;
    }
    50% {
        -webkit-box-shadow: 0 17px #2b87da, -17px 0 #ff9232, 0 -17px #2b87da, 17px 0 #ff9232;
        box-shadow: 0 17px #2b87da, -17px 0 #ff9232, 0 -17px #2b87da, 17px 0 #ff9232;
    }
    75% {
        -webkit-box-shadow: -17px 0 #7e3bd0, 0 -17px #ff9232, 17px 0 #7e3bd0, 0 17px #ff9232;
        box-shadow: -17px 0 #7e3bd0, 0 -17px #ff9232, 17px 0 #7e3bd0, 0 17px #ff9232;
    }
    to {
        -webkit-box-shadow: 0 -17px #7e3bd0, 17px 0 #29c4a9, 0 17px #7e3bd0, -17px 0 #29c4a9;
        box-shadow: 0 -17px #7e3bd0, 17px 0 #29c4a9, 0 17px #7e3bd0, -17px 0 #29c4a9;
    }
}
.ai_loading.divi .lines,
.ai_loading.divi .spinner,
.form_loading.divi .lines,
.form_loading.divi .spinner,
.load-1 .spinner,
.load-2 .spinner,
.load-3 .spinner,
.load-4 .lines,
.load-4 .spinner,
.load-5 .lines,
.load-5 .spinner,
.load-6 .lines,
.load-6 .spinner {
    display: none;
}
.load-4 .donut-cont,
.load-5 .donutmulti-cont,
.load-6 .ripple-cont {
    display: block;
}
.ai_loading .lines,
.ai_loading .spinner,
.form_loading .lines,
.form_loading .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.line {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background-color: #4b9cdb;
    margin: 0 2px;
}
.donut {
    width: 2rem;
    height: 2rem;
    margin: 0;
    border-radius: 50%;
    border: 0.3rem solid rgba(151, 159, 208, 0.3);
    border-top-color: #979fd0;
    -webkit-animation: 1.5s spin infinite linear;
    animation: 1.5s spin infinite linear;
}
.donut.multi {
    border-bottom-color: #979fd0;
}
.ripple {
    width: 2rem;
    height: 2rem;
    margin: 0;
    border-radius: 50%;
    border: 0.3rem solid #979fd0;
    -webkit-animation: 1s ripple ease-out infinite;
    animation: 1s ripple ease-out infinite;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes loadingA {
    0% {
        height: 15px;
    }
    50% {
        height: 35px;
    }
    to {
        height: 15px;
    }
}
@keyframes loadingA {
    0% {
        height: 15px;
    }
    50% {
        height: 35px;
    }
    to {
        height: 15px;
    }
}
@-webkit-keyframes loadingB {
    0% {
        width: 15px;
    }
    50% {
        width: 35px;
    }
    to {
        width: 15px;
    }
}
@keyframes loadingB {
    0% {
        width: 15px;
    }
    50% {
        width: 35px;
    }
    to {
        width: 15px;
    }
}
@-webkit-keyframes loadingC {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes loadingC {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.de_fb_form form,
.de_fb_form input[type="text"].maths_answer,
.divi-form-wrapper {
    position: relative;
    border-style: solid;
}
.df_form_step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.df_form_step.active {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.animation_scaleOut .df_form_step {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.animation_scaleOut .df_form_step.active ~ .df_form_step {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.animation_scaleOut .df_form_step.active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.animation_slideHorz .df_form_step {
    left: -80px;
}
.animation_slideHorz .df_form_step.active ~ .df_form_step {
    left: 80px;
}
.animation_slideHorz .df_form_step.active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    -o-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
}
.animation_slideVert .df_form_step {
    top: -50px;
}
.animation_slideVert .df_form_step.active ~ .df_form_step {
    top: 50px;
}
.animation_slideVert .df_form_step.active {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    top: 0;
}
.animation_fadeIn .df_form_step.active,
.animation_slideVert .df_form_step.active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}
.animation_fadeIn .df_form_step.active {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.animation_scaleIn .df_form_step {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.animation_scaleIn .df_form_step.active ~ .df_form_step {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.animation_scaleIn .df_form_step.active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.de_fb_trigger,
.df_step_button {
    cursor: pointer;
}
.de_fb_form .et_contact_bottom_container {
    margin-top: 0;
    padding-top: 20px;
    float: none;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.de_fb_form .et_contact_bottom_container.in_step {
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
    text-align: right;
}
.de_fb_form .et_contact_bottom_container.in_step .captcha-field {
    display: inline-block;
}
.de_fb_form .et_contact_bottom_container {
    float: left;
    text-align: left;
    width: 100%;
    display: block;
}
.de_fb_submit_container {
    float: right;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
}
.align-button_left .de_fb_submit_container {
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    float: none;
}
.align-button_center .de_fb_submit_container {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    float: none;
}
.step_button_wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.multistep .et_contact_bottom_container {
    -ms-flex-direction: row;
    flex-direction: row;
}
.multistep.button_align_left .et_contact_bottom_container,
.multistep.button_align_left .step_button_wrapper {
    -ms-flex-pack: left;
    justify-content: left;
}
.multistep.button_align_right .et_contact_bottom_container,
.multistep.button_align_right .step_button_wrapper {
    -ms-flex-pack: right;
    justify-content: right;
}
.multistep.button_align_center .et_contact_bottom_container,
.multistep.button_align_center .step_button_wrapper {
    -ms-flex-pack: center;
    justify-content: center;
}
.multistep.button_align_justified .et_contact_bottom_container,
.multistep.button_align_justified .step_button_wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.multistep.button_align_justified .df_step_1 .step_button_wrapper,
.multistep.button_align_justified .form_step_1 .step_button_wrapper {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.df_progressbar,
.entry-content .df_progressbar,
.entry-content ul.df_progressbar {
    padding: 0;
}
.df_progressbar_step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px !important;
    overflow: hidden;
}
.df_progressbar_step li {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    text-align: center;
    list-style: none;
    padding-bottom: 40px;
    width: 13px;
    height: 13px;
}
.df_progressbar_step .df_progressbar_number,
.df_progressbar_step .df_progressbar_percentage,
.df_progressbar_step .df_step_title_text {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.df_progressbar_step .df_progressbar_icon,
.df_progressbar_step .df_progressbar_number {
    left: 50% !important;
    top: 0;
    z-index: 3;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    position: absolute;
    line-height: 20px;
    color: #fff;
}
.df_progressbar_step .df_progressbar_icon:after {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 20px;
}
.df_progressbar_step li:first-child > div {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.df_progressbar_step li:last-child > div {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media (max-width: 500px) {
    .df_progressbar_step .df_step_title_text {
        display: none;
    }
}
.df_progressbar_step li:before {
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    -o-transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}
.df_progressbar_step li:after,
.df_progressbar_step li:before {
    position: absolute;
    display: block;
    content: "";
    background-color: currentColor;
}
.df_progressbar_step li:after {
    top: 5px;
    left: calc(-100vw + 13px);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    width: 100vw;
    height: 2px;
    z-index: 1;
}
.df_progressbar_step li:first-child:after {
    display: none;
}
.df_progressbar_step li.active:after,
.df_progressbar_step li.active:before,
.df_progressbar_step li.prev-active:before {
    background-color: currentColor;
    z-index: 2;
}
.df_progressbar_basic .df_progressbar_active,
.df_progressbar_lollipop .df_progressbar_active {
    width: 0;
}
.df_progressbar_basic .df_progressbar_percentage,
.df_progressbar_lollipop .df_progressbar_percentage {
    position: absolute;
    width: inherit;
    text-align: center;
}
.df_progressbar_container {
    display: -ms-flexbox;
    display: flex;
}
.df_progressbar_lollipop {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.df_progressbar_lollipop .df_progressbar_active {
    background-image: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, 0.2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.2) 0, hsla(0, 0%, 100%, 0.2) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(135deg, hsla(0, 0%, 100%, 0.2) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.2) 50%, hsla(0, 0%, 100%, 0.2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, 0.2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.2) 0, hsla(0, 0%, 100%, 0.2) 75%, transparent 0, transparent);
    background-size: 30px 30px;
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
    -webkit-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
}
@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 30px 30px;
    }
}
@keyframes move {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 30px 30px;
    }
}
.hidethis {
    display: none !important;
}
.divi-form-wrapper textarea {
    resize: vertical;
}