.elementor-kit-23{--e-global-color-primary:#322F2F;--e-global-color-secondary:#6D301C;--e-global-color-text:#555555;--e-global-color-accent:#322F2F;--e-global-color-8855478:#FFFFFF;--e-global-color-7f78779:#777777;--e-global-color-eda2121:#FFFFFF00;--e-global-color-2c5ea87:#DDDDDD;--e-global-color-51ecf26:#222222;--e-global-color-97098cd:#A06733;--e-global-color-6fd6a44:#815329;--e-global-color-c12f433:#F7F7F7;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Archivo";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Archivo";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:30px;}.elementor-kit-23 e-page-transition{background-color:#FFBC7D;}.elementor-kit-23 p{margin-block-end:0px;}.elementor-kit-23 button,.elementor-kit-23 input[type="button"],.elementor-kit-23 input[type="submit"],.elementor-kit-23 .elementor-button{padding:15px 43px 15px 43px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.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 */html,body{
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}

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

.custom-up-arrow {
    background: var(--e-global-color-primary);
    position: fixed;
    right: 8px;
    bottom: 8px;
    cursor: pointer;
    transition: transform 300ms ease, opacity 300ms ease, visibility 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 0 8px 0;
    opacity: 0;
    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;
    }
}


.sl-pl-brand {
    width: 110px !important;
}

p:last-child {
    margin-bottom: 0 !important;
}

a {
    color: inherit;
}/* End custom CSS */