.elementor-kit-7{--e-global-color-primary:#20BFDB;--e-global-color-secondary:#179AB1;--e-global-color-text:#252525;--e-global-color-accent:#20BFDB;--e-global-color-c5c8e87:#20BFDB;--e-global-color-c5165cf:#B8BA15;--e-global-color-aa1f3e5:#666666;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;--e-global-typography-6ff2d9e-font-family:"Outfit";--e-global-typography-6ff2d9e-font-size:32px;--e-global-typography-6ff2d9e-font-weight:600;--e-global-typography-d901908-font-family:"Outfit";--e-global-typography-d901908-font-size:24px;--e-global-typography-d901908-font-weight:600;--e-global-typography-421e25d-font-family:"Outfit";--e-global-typography-421e25d-font-size:17px;--e-global-typography-421e25d-font-weight:400;font-family:"Outfit", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Outfit", Sans-serif;}.elementor-kit-7 h1{font-family:"Outfit", Sans-serif;}.elementor-kit-7 h2{font-family:"Outfit", Sans-serif;}.elementor-kit-7 h3{font-family:"Outfit", Sans-serif;}.elementor-kit-7 h4{font-family:"Outfit", Sans-serif;}.elementor-kit-7 h5{font-family:"Outfit", Sans-serif;}.elementor-kit-7 h6{font-family:"Outfit", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-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 */.wa-float-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: pulse-green 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.wa-icon {
    width: 30px;
    height: 30px;
    fill: white;
}/* End custom CSS */