.elementor-kit-6{--e-global-color-primary:#0052A6;--e-global-color-secondary:#DB0923;--e-global-color-text:#2D3347;--e-global-color-accent:#23418C;--e-global-color-f2eba69:#EDF3F9;--e-global-color-dc6e1a7:#CDCDCD;--e-global-color-760c353:#000000;--e-global-color-335d4e4:#FFFFFF;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:140%;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:140%;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:140%;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:15px;--e-global-typography-8cef348-font-family:"Arial";--e-global-typography-8cef348-font-size:54px;--e-global-typography-8cef348-font-weight:900;--e-global-typography-8cef348-line-height:112%;--e-global-typography-9d67a04-font-family:"Arial";--e-global-typography-9d67a04-font-size:40px;--e-global-typography-9d67a04-font-weight:700;--e-global-typography-9d67a04-line-height:112%;--e-global-typography-1766380-font-family:"Arial";--e-global-typography-1766380-font-size:28px;--e-global-typography-1766380-font-weight:bold;--e-global-typography-1766380-line-height:110%;--e-global-typography-1903072-font-family:"Arial";--e-global-typography-1903072-font-size:21px;--e-global-typography-1903072-font-weight:bold;--e-global-typography-1903072-line-height:120%;--e-global-typography-b6fbe17-font-family:"Arial";--e-global-typography-b6fbe17-font-size:16px;--e-global-typography-b6fbe17-font-weight:normal;--e-global-typography-b6fbe17-line-height:140%;--e-global-typography-f1b9178-font-family:"Arial";--e-global-typography-f1b9178-font-size:18px;--e-global-typography-f1b9178-font-weight:normal;--e-global-typography-f1b9178-line-height:140%;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Arial", Sans-serif;font-size:18px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-8cef348-font-size:34px;--e-global-typography-8cef348-line-height:112%;--e-global-typography-9d67a04-font-size:28px;--e-global-typography-9d67a04-line-height:110%;--e-global-typography-1766380-font-size:21px;--e-global-typography-1766380-line-height:120%;--e-global-typography-1903072-font-size:18px;--e-global-typography-1903072-line-height:120%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body .gform-theme label {
    display:none;
}

body .gform-theme .gfield--type-honeypot {
    display:none;
}

body .gform-theme .gform_fields {

    display:flex;
    flex-direction:column;
    column-gap:0;
    row-gap:0;
    gap:0;
}

body .gform-theme .gfield {
    margin-bottom:20px;
}

body .gform-theme .gfield--type-hidden {
    margin-bottom:0;
}

body .gform-theme .ginput_container_text input,
body .gform-theme .ginput_container_phone input,
body .gform-theme .ginput_container_email input{

    background-color: #ffffff;
    border-color: #CDCDCD;
    border-width: 1px 1px 1px 1px;
    height:40px !important;
    
}

body .gform-theme .ginput_container_text input::placeholder,
body .gform-theme .ginput_container_phone input::placeholder,
body .gform-theme .ginput_container_email input::placeholder,
body .gform-theme textarea::placeholder{
    opacity:.6;
}

body .gform-theme .gform_required_legend {
    margin-bottom:15px;
}

body .gform-theme .gform_button {
    border-radius: 4px !important;
    border: 1px solid #EA1E31 !important;
     background: #EA1E31 !important;
    box-shadow: 1px 1px 0px 0px #000 !important;
    padding: 12px 19px !important;
    transition:all .3s;
    font-weight:bold !important;
}

body .gform-theme .gform-footer {
    margin:0 !important;
}

body .gform-theme .gform_validation_errors {
    display:none !important;
}


body .form-red-bg .gform-theme .gform_button {
    background:#fff !important;
    color:#EA1E31 !important;
}

body .form-red-bg .gform-theme .gform_button:hover {
    background:#000 !important;
    color:#fff !important;
}

body .form-red-bg .gform-theme .textarea {
    height:120px;
}

body .form-red-bg .gform-theme .gform_required_legend {
    color:#fff;
}

body .form-red-bg .gform-theme .gform_confirmation_message {
    color:#fff !important;
    line-height:1.4 !important;
}

body .gform-theme .gform_button:hover {
        background: #fff !important;
            color: #2D3347 !important;
}/* End custom CSS */