.elementor-kit-6{--e-global-color-primary:#FFFFF3;--e-global-color-secondary:#1C1C1C;--e-global-color-text:#E5E2DD;--e-global-color-accent:#00563B;--e-global-color-90b33fb:#00A370;--e-global-color-6165acb:#F5C722;--e-global-color-c1d24c0:#F92895;--e-global-color-d0fbf2e:#5C28E8;--e-global-color-e9e573f:#0092E0;--e-global-color-80e3822:#B1B1B1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:400ms;}.elementor-kit-6 e-page-transition{background-color:transparent;background-image:radial-gradient(at center center, #EFEDEC 0%, #BFBFBF 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--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){--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);}@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 *//* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-60px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-60px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(60px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,60px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}


.splash {
    cursor: url(https://altas.studio/wp-content/uploads/2025/05/Cursor.svg) 16 16, auto;
}


/* From https://css.glass */
.frosted {
/* From https://css.glass */
background: rgba(255, 255, 255, 0.08);
border-radius: 8px;
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.32);
    
}



/* Tier 1: Pink + Purple */
.homebase {
background: linear-gradient(180deg, #00A370, #00563B)


}

/* Tier 2: Blue + Yellow */
.locallift {
background: linear-gradient(20deg, #0092E0, #F92895);



}

/* Tier 3: Green + Pink */
.ondemand {
background: conic-gradient(from 165deg at 50% 50%, #00A370, #F5C722, #F92895, #5C28E8, #0092E0, #00A370)
}/* End custom CSS */