.elementor-kit-17{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:calc(var(--heading-l-size) * 1.618);--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:calc(var(--heading-m-size) * 1.618);--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:calc(var(--text-s-size) * 1.618);--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:calc(var(--text-m-size) * 1.1);--e-global-typography-accent-font-weight:500;--e-global-typography-1b24b8a-font-size:calc(var(--heading-s-size) * 1.618);--e-global-typography-fd23c12-font-size:calc(var(--text-xl-size) * 1.618);--e-global-typography-de19227-font-size:calc(var(--text-l-size) * 1.618);--e-global-typography-a8c5511-font-size:calc(var(--text-m-size) * 1.618);--e-global-typography-9f0aa1d-font-size:calc(var(--text-xs-base) * 1.618);--e-global-typography-2831f43-font-size:calc(var(--text-xs-base));--e-global-typography-d78d18c-font-size:calc(var(--text-s-size) * 1.1);}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80rem;}.e-con{--container-max-width:80rem;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:1.25rem;}.elementor-element{--widgets-spacing:1.25rem 1.25rem;--widgets-spacing-row:1.25rem;--widgets-spacing-column:1.25rem;}{}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 */:root {
    /* Base Sizes */
    --text-xs-base: 1.618px;
    
    /* Calculate sizes based on the golden ratio */
    --text-s-size: calc(var(--text-xs-base) * 1.618);
    --text-m-size: calc(var(--text-s-size) * 1.618);
    --text-l-size: calc(var(--text-m-size) * 1.618);
    --sub-heading-size: calc(var(--text-l-size) * 1.618);
    --text-xl-size: calc(var(--sub-heading-size) * 1.618);
    --heading-s-size: calc(var(--text-xl-size) * 1.618);
    --heading-m-size: calc(var(--heading-s-size) * 1.618);
    --heading-l-size: calc(var(--heading-m-size) * 1.618);
    --heading-xl-size: calc(var(--heading-l-size) * 1.618);

    /* Button Texts, slightly larger than Text M/S for better UI */
    --button-text-m-size: calc(var(--text-m-size) * 1.1);
    --button-text-s-size: calc(var(--text-s-size) * 1.1);
}

/*
* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
*//* End custom CSS */