.elementor-kit-9{--e-global-color-primary:#0F0F0F;--e-global-color-secondary:#F4F4F4;--e-global-color-text:#575757;--e-global-color-accent:#495166;--e-global-color-8958039:#F6F8FB;--e-global-color-d3702f7:#FFFFFF;--e-global-color-1785349:#A6B0C0;--e-global-color-6aa5415:#22C55E;--e-global-color-ae44fda:#EF4444;--e-global-color-7bcaa77:#02010100;--e-global-color-2ffd4f9:#504CFF;--e-global-color-72d54d7:#854CFF;--e-global-color-57eb1c2:#D9D9D9;--e-global-typography-primary-font-family:"Playpen Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Playpen Sans";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Playpen Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Playpen Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-line-height:1.6em;--e-global-typography-8c731f6-font-family:"Playpen Sans";--e-global-typography-8c731f6-font-size:1.125rem;--e-global-typography-8c731f6-font-weight:400;--e-global-typography-8c731f6-line-height:1.5em;--e-global-typography-8c731f6-letter-spacing:.009rem;--e-global-typography-289e2f9-font-family:"Playpen Sans";--e-global-typography-289e2f9-font-size:6.875rem;--e-global-typography-289e2f9-font-weight:600;--e-global-typography-289e2f9-line-height:1.2em;background-color:var( --e-global-color-8958039 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Playpen Sans", Sans-serif;font-size:3.75rem;font-weight:700;line-height:1.2em;}.elementor-kit-9 h2{font-family:"Playpen Sans", Sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2em;}.elementor-kit-9 h3{font-family:"Playpen Sans", Sans-serif;font-size:2rem;font-weight:600;line-height:1.5em;}.elementor-kit-9 h4{font-family:"Playpen Sans", Sans-serif;font-size:1.5rem;font-weight:600;line-height:1.5em;}.elementor-kit-9 h5{font-family:"Playpen Sans", Sans-serif;font-size:1.25rem;font-weight:500;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.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-kit-9{--e-global-typography-289e2f9-font-size:3rem;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h1{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-289e2f9-font-size:2rem;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Global CSS*/
body{
    overflow-x: hidden;
}
.section-padding{
    padding: 5rem 5%;
}
/*Span Classes*/
span .tl-color{
    color: #575757;
}
/*Button Styles*/
.lavender-btn .elementor-button {
position: relative;
overflow: hidden;
z-index: 1;
background: transparent;
transition: color 320ms cubic-bezier(.2,.9,.25,1);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.lavender-btn .elementor-button::before {
content: "";
position: absolute;
inset: 0;
background: #854cff;
transform: scaleX(0);
transform-origin: 0 50%;
transition: transform 420ms cubic-bezier(.22,.9,.2,1);
z-index: -1;
will-change: transform;
}

/* Hover/focus */
.lavender-btn .elementor-button:hover::before,
.lavender-btn .elementor-button:focus::before {
transform: scaleX(1);
}

.lavender-btn .elementor-button:hover,
.lavender-btn .elementor-button:focus {
color: #ffffff;
transition: color 220ms ease-in;
}

/* Optional subtle press feedback */
.lavender-btn .elementor-button:active {
transform: translateY(1px);
transition: transform 120ms ease;
}/* End custom CSS */