.elementor-kit-10{--e-global-color-primary:#0060AE;--e-global-color-secondary:#FFF100;--e-global-color-text:#3F444B;--e-global-color-accent:#D1232A;--e-global-color-c3dbe0c:#FFFFFF;--e-global-typography-primary-font-family:"Titan One";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.25em;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-size:21px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Titan One";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;color:#000000;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{text-transform:uppercase;border-radius:30px 30px 30px 30px;padding:15px 50px 15px 50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-10{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ----  General ---- */
.img-ratio .elementor-cta__image img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.ratio-square .elementor-image-box-img img {
    aspect-ratio: 1;
    object-fit: cover;
}
.footerLogo {
    aspect-ratio: 1;
    display: grid;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 240px !important;
    max-height: 240px;
}
.footerLogo img {
    width: 70%;
}
.elementor-button, .gform-footer, .gform-footer input {
    position: relative;
    outline: none;
}
.elementor-button:before, .elementor-button:after, .gform-footer:before, .gform-footer:after {
    content: '';
    width: 15px;
    height: 2px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    top: 50%;
    display: block;
    left: 20px;
    z-index: 2;
    pointer-events: none;
}
.elementor-button:after, .gform-footer:after {
    left: inherit;
    right: 20px;
}
.elementor-button:hover:before, .elementor-button:hover:after, .gform-footer:hover:before, .gform-footer:hover:afte {
    background-color: white;
}
.btn-secondary .elementor-button:before, .btn-secondary .elementor-button:after {
    background-color: white;
}
.btn-secondary .elementor-button:hover:before, .btn-secondary .elementor-button:hover:after {
    background-color: var(--e-global-color-secondary);
}
/* ----  Main ---- */

.elementor-element-3190125 .elementor-cta__image img {
    object-fit: contain;
    height: 100px;
    width: 100px;
}
/* ----  Inner ---- */
.inner .elementor-cta__bg-wrapper {
    min-width: 40%;
}
.inner .elementor-cta--skin-classic {
    background-color: #f9fafa;
}
.inner .elementor-cta__bg {
    background-size: auto 60%;
    background-repeat: no-repeat;
    margin: 10px;
    background-color: white;
    border-radius: 20px;
}
.inner .elementor-button:hover:before, .inner .elementor-button:hover:after {
    background-color: 
    var(--e-global-color-primary)
}
/* ----  Form ---- */
.gform_heading {
    display: none !important;
}
.gfield_label {
    color: #222 !important;
    font-size: 16px !important;
}
.gfield input, .gfield textarea {
    background-color: transparent !important;
    border:none !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding:10px  0 !important;
}
.gform_button {
    text-transform: uppercase;
    border-radius: 30px !important;
    padding: 15px 50px !important;
    background-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-secondary) !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    border:none !important;
}
.gform_button:hover {
    background-color: var(--e-global-color-accent) !important;
    color: white !important;
}
.gform-footer {
    display: table !important;
    position:relative !important;
}
@media (min-width: 769px) {
.elementor-cta .elementor-cta__button-wrapper {
    opacity: 0;
}
.elementor-cta:hover .elementor-cta__button-wrapper {
    opacity: 1;
}
.e-flex.alt>.elementor-element:nth-child(even) {
    top: 3em;
}
}
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
}/* End custom CSS */