.elementor-kit-6{--e-global-color-primary:#182B54;--e-global-color-secondary:#FFC704;--e-global-color-text:#2E2E2E;--e-global-color-accent:#FCFCFC;--e-global-color-89f2c10:#F3F3F3;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-size:clamp(3rem, -1.125rem + 11vw, 7.125rem);--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-size:clamp(1.875rem, 0.625rem + 3.3333vw, 3.125rem);--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Urbanist";--e-global-typography-text-font-size:clamp(1rem, 0.875rem + 0.3333vw, 1.125rem);--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Urbanist";--e-global-typography-accent-font-size:clamp(1rem, 0.875rem + 0.3333vw, 1.125rem);--e-global-typography-accent-font-weight:400;--e-global-typography-5089a22-font-family:"Urbanist";--e-global-typography-5089a22-font-size:clamp(0.875rem, 0.75rem + 0.3333vw, 1rem);--e-global-typography-5089a22-font-weight:500;--e-global-typography-d72b37d-font-family:"Urbanist";--e-global-typography-d72b37d-font-size:clamp(0.875rem, 0.75rem + 0.3333vw, 1rem);--e-global-typography-d72b37d-font-weight:400;--e-global-typography-69f4bfd-font-family:"Urbanist";--e-global-typography-69f4bfd-font-size:clamp(1rem, 0.875rem + 0.3333vw, 1.125rem);--e-global-typography-69f4bfd-font-weight:900;--e-global-typography-2e0b172-font-family:"Urbanist";--e-global-typography-2e0b172-font-size:clamp(1.625rem, 0.375rem + 3.3333vw, 2.875rem);--e-global-typography-2e0b172-font-weight:900;--e-global-typography-5672c22-font-family:"Urbanist";--e-global-typography-5672c22-font-size:clamp(1.25rem, 1rem + 0.6667vw, 1.5rem);--e-global-typography-5672c22-font-weight:500;--e-global-typography-0e2c32e-font-family:"Urbanist";--e-global-typography-0e2c32e-font-size:clamp(1.125rem, 1rem + 0.3333vw, 1.25rem);--e-global-typography-0e2c32e-font-weight:700;--e-global-typography-1b21708-font-family:"Urbanist";--e-global-typography-1b21708-font-size:clamp(1.25rem, 0.5rem + 2vw, 2rem);--e-global-typography-1b21708-font-weight:500;--e-global-typography-1b21708-line-height:calc(clamp(1.25rem, 0.5rem + 2vw, 2rem)*1.3);--e-global-typography-fe0bebd-font-family:"Urbanist";--e-global-typography-fe0bebd-font-size:clamp(0.875rem, 0.75rem + 0.3333vw, 1rem);--e-global-typography-fe0bebd-font-weight:700;--e-global-typography-4904655-font-family:"Urbanist";--e-global-typography-4904655-font-size:clamp(1rem, 0.875rem + 0.3333vw, 1.125rem);--e-global-typography-4904655-font-weight:bold;background-color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:30px;--container-default-padding-bottom:0px;--container-default-padding-left:30px;}.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 *//* SMOOTH ANIMATION */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }
    
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }
        
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }
            
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }
            
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Urbanist';
	font-display: auto;
	src: url('https://stefancarsten.net/wp-content/uploads/2025/12/Urbanist-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */