.elementor-kit-8{--e-global-color-primary:#FFCD38;--e-global-color-secondary:#231F20;--e-global-color-text:#54595F;--e-global-color-accent:#FFFFFF;--e-global-color-b723a3e:#E6C152;--e-global-color-3fdda16:#6B6466;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lexend";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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);}@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 */p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .custom-hover {
        transition: all 300ms ease;
    }

    .custom-hover:hover {
        transform: translateY(-3px);
    }
}

.custom-whatsapp-icon {
    position: fixed;
    left: 10px;
    bottom: 45px;
    z-index: 100;
    width: 45px;
    cursor: pointer;
    transition: transform 300ms ease;
}

.custom-up-arrow {
    background: #231F20;
    position: fixed;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    transition: transform 300ms ease, opacity 300ms ease, visibility 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    transform: translateY(50px);
}

.custom-up-arrow.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-up-arrow img {
    width: 20px;
    display: block;
    filter: invert();
}

@media (min-width: 1024px) {
    .custom-whatsapp-icon:hover,
    .custom-up-arrow:hover {
        transform: scale(1.08) translateY(0);
    }
}

@media (max-width: 768px) {
    .custom-whatsapp-icon {
        width: 44px;
    }
}

.gtranslate_wrapper > * {
	bottom: 2px !important;
	left: 10px !important;
}

.gtranslate_wrapper > * > * > * > *{
	padding: 6px 8px !important;
}

.gtranslate_wrapper img {
	width: 25px !important;
}

.gtranslate_wrapper * {
	font-size: 16px !important
}/* End custom CSS */