.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#8B0A0E;--e-global-color-8dde02e:#18191F;--e-global-color-11a4e73:#1E1E1E;--e-global-color-2162162:#C1E5C0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5852b40-font-family:"Roboto";--e-global-typography-5852b40-font-weight:400;--e-global-typography-5852b40-line-height:30px;--e-global-typography-271795b-font-family:"Manrope";--e-global-typography-271795b-font-size:16px;--e-global-typography-271795b-font-weight:400;--e-global-typography-271795b-line-height:28px;--e-global-typography-f4a35f3-font-family:"Manrope";--e-global-typography-f4a35f3-font-size:34px;--e-global-typography-f4a35f3-font-weight:800;--e-global-typography-fb347c2-font-family:"Manrope";--e-global-typography-fb347c2-font-size:14px;--e-global-typography-fb347c2-font-weight:400;--e-global-typography-fb347c2-line-height:24px;--e-global-typography-12c0d95-font-family:"Manrope";--e-global-typography-12c0d95-font-size:18px;--e-global-typography-12c0d95-font-weight:700;--e-global-typography-12c0d95-line-height:28px;--e-global-typography-4d8ad8e-font-family:"Manrope";--e-global-typography-4d8ad8e-font-size:24px;--e-global-typography-4d8ad8e-font-weight:800;--e-global-typography-a07523c-font-family:"Manrope";--e-global-typography-a07523c-font-size:16px;--e-global-typography-a07523c-font-weight:600;--e-global-typography-1931239-font-family:"Manrope";--e-global-typography-1931239-font-size:16px;--e-global-typography-1931239-font-weight:400;--e-global-typography-1931239-text-transform:none;--e-global-typography-1931239-font-style:normal;--e-global-typography-1931239-text-decoration:none;--e-global-typography-1931239-line-height:1.6em;--e-global-typography-af8d324-font-family:"Manrope";--e-global-typography-af8d324-font-size:34px;--e-global-typography-af8d324-font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:770px){.elementor-kit-4{--e-global-typography-5852b40-font-size:16px;--e-global-typography-5852b40-line-height:1.5em;--e-global-typography-af8d324-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:770px;}.e-con{--container-max-width:770px;}}/* Start custom CSS *//*
Make Elementor Pop-up overlay fade-in and fade-out CSS
CSS Snippet by Worda Themes
*/
.elementor-popup-modal:not([style="display: none;"]) {
    transition: all .3s;
    opacity: 1!important;
}
div.elementor-popup-modal[style="display: none;"] {
    transition: all .3s;
    opacity: 0;
    display: flex!important;
    z-index: -5;
}
.elementor-popup-modal[style="display: none;"]>div {
    display:none
}
.elementor-popup-modal {
    -webkit-animation:wrd_fadein .5s cubic-bezier(.39,.575,.565,1.000);
    animation:wrd_fadein .5s cubic-bezier(.39,.575,.565,1.000)
}
@-webkit-keyframes wrd_fadein {
    0%{opacity:0} 
    100% {opacity:1}
}
@keyframes wrd_fadein{
    0% {opacity:0} 100% 
    {opacity:1}
} 

/* This styles the form elements only */
.wpforms-container.wpf-center {
     margin: 0 auto !important;
     max-width: 500px;
}
 
/* This styles the submit button */
.wpf-center .wpforms-submit-container  {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
 
/* This styles all pagebreak elements */
.wpf-center .wpforms-field-pagebreak  {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
 
.wpf-center .wpforms-pagebreak-left .wpforms-page-button:before,.wpf-center .wpforms-pagebreak-left .wpforms-page-button:after {
    content: none;
} 
 
/* This styles all labels, field descriptions, form title and form description */
.wpf-center .wpforms-title, 
.wpf-center .wpforms-description,
.wpf-center .wpforms-field-label,
.wpf-center .wpforms-field-sublabel, 
.wpf-center .wpforms-field-description {
    text-align: center;
}


.wpforms-form button[type=submit] {
    background-color: #8B0A0E !important;
    border-color: #8B0A0E !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #710609 !important;
}

.elementor-element-9e986d4 {
    overflow: hidden;
}

.grecaptcha-badge { 
    visibility: hidden;
}/* End custom CSS */