.elementor-kit-15949{--e-global-color-primary:#0EAD98;--e-global-color-secondary:#E1F1EE;--e-global-color-text:#7A7A7A;--e-global-color-accent:#0BC2AA;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:80px;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-size:28px;--e-global-typography-accent-font-weight:500;font-family:"Outfit", Sans-serif;font-size:24px;font-weight:300;line-height:30px;}.elementor-kit-15949 button,.elementor-kit-15949 input[type="button"],.elementor-kit-15949 input[type="submit"],.elementor-kit-15949 .elementor-button{background-color:var( --e-global-color-primary );text-transform:uppercase;border-style:none;border-radius:50px 50px 50px 50px;}.elementor-kit-15949 button:hover,.elementor-kit-15949 button:focus,.elementor-kit-15949 input[type="button"]:hover,.elementor-kit-15949 input[type="button"]:focus,.elementor-kit-15949 input[type="submit"]:hover,.elementor-kit-15949 input[type="submit"]:focus,.elementor-kit-15949 .elementor-button:hover,.elementor-kit-15949 .elementor-button:focus{background-color:var( --e-global-color-accent );border-radius:50px 50px 50px 50px;}.elementor-kit-15949 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15949 a{color:var( --e-global-color-text );}.elementor-kit-15949 a:hover{color:var( --e-global-color-accent );}.elementor-kit-15949 h1{color:#000000;font-family:"Outfit", Sans-serif;font-size:64px;font-weight:500;}.elementor-kit-15949 h2{font-family:"Outfit", Sans-serif;font-size:48px;font-weight:500;line-height:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}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 *//* Change hyperlink color in paragraph text */
p a {
    color: #0bc2aa;
    text-decoration: none; /* Removes the underline */
    transition: color 0.3s ease-in-out; /* Smooth color transition */
}

/* Change color when hovered */
p a:hover {
    color: #089b8a;
    text-decoration: underline; /* Optional: underline on hover */
}/* End custom CSS */