.elementor-kit-6{--e-global-color-primary:#222222;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a2c9199:#333333;--e-global-color-880eb8d:#0068AB;--e-global-color-bddb0b8:#333333;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-line-height:1.2em;color:var( --e-global-color-text );font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-size:60px;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-size:40px;font-weight:600;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-size:30px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.grecaptcha-badge {
    visibility: hidden;
}

.ios-form {
    .elementor-date-field,
    .elementor-time-field {
        /* Removes the native rough design IOS */
        -webkit-appearance: none;
        
        /* Adding placeholder Via Placeholder on before pseudo*/
        &::before {
            position: absolute;
            content: attr(placeholder);
        }
        
        /* Removing placeholder once input field is changed*/
        &.date-selected:before,
        &.time-selected:before {
            content: '';
        }
        
        /* -------- IOS mobile alignment left ---------------- */
        &::-webkit-date-and-time-value {
            width: 100%;
            display: block;
            position: absolute;
            text-align: left;
        }
    }
}

#hide-header{
    transition: top .3s;
}

.cm-repop-element .repop-consent-button{
    bottom: var(--footer-mobile-height) !important;
}
.elementor-location-footer{
    margin-bottom: var(--footer-mobile-height);
}

.ginput_container *{
    --gf-local-outline-width: 0px !important;
}

@media (min-width:1024px){
	.cookie-table{
		grid-template-columns: repeat(5, 1fr) !important;
	}
}/* End custom CSS */