.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#EEEEEE;--e-global-color-text:#111116;--e-global-color-accent:#CEB66E;--e-global-color-ce01892:#000000;--e-global-color-932da56:#CEB66E;--e-global-color-cb87eb1:#606060;--e-global-color-93e7156:#D3D3D3;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:60px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-line-height:1.16;--e-global-typography-secondary-letter-spacing:-0.6px;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.6;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-c1439e4-font-family:"Plus Jakarta Sans";--e-global-typography-c1439e4-font-size:30px;--e-global-typography-c1439e4-font-weight:700;--e-global-typography-c1439e4-line-height:1.3;--e-global-typography-6a0e4e2-font-family:"Plus Jakarta Sans";--e-global-typography-6a0e4e2-font-size:12px;--e-global-typography-6a0e4e2-font-weight:700;--e-global-typography-32fd276-font-family:"Plus Jakarta Sans";--e-global-typography-32fd276-font-size:16px;--e-global-typography-32fd276-font-weight:700;--e-global-typography-32fd276-text-transform:uppercase;--e-global-typography-32fd276-line-height:1.6;--e-global-typography-32fd276-letter-spacing:0.256px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1276px;}.e-con{--container-max-width:1276px;--container-default-padding-top:0px;--container-default-padding-right:64px;--container-default-padding-bottom:0px;--container-default-padding-left:64px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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;--container-default-padding-top:0px;--container-default-padding-right:32px;--container-default-padding-bottom:0px;--container-default-padding-left:32px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:24px;--e-global-typography-primary-line-height:1.2;--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-line-height:1.2;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:1.6;--e-global-typography-c1439e4-font-size:20px;--e-global-typography-c1439e4-line-height:1.2;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:16px;--container-default-padding-bottom:0px;--container-default-padding-left:16px;}}/* Start custom CSS */main {
    overflow: hidden;
}

.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container, .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
    transition: unset;
}

@keyframes animesvg {
    0% {
        
    }
    50%{
        transform: translateX(10px) scale(0);
        opacity: 0;
    }
    75% {
        transform: translateX(-10px) scale(0);
        opacity: 0;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes animetxt {
     0% {
        transform: none;
        opacity: 1;
    }
    33%{
        transform: translateX(10px);
        opacity: 0;
    }
    75% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

.cta-podium svg {
    transition: all ease 0.3s ;
}
.cta-podium:hover svg {
    animation: animesvg .8s ease-in-out;
    
}

.cta-podium:hover .elementor-button-text {
    animation: animetxt .8s ease-in-out;
}

/* CUSTOM FADE IN UP AOS */
[data-aos="cs-fade-up"] {
    overflow: hidden;
}

[data-aos="cs-fade-up"]  > * {
    opacity: 0;
    transform: translateY(80%);
    transition: .3s;
}

[data-aos="cs-fade-up"].aos-animate  > * {
    transform: none;
    opacity: 1;
    transition: opacity .6s ease, transform 1s cubic-bezier(0.242, 0.873, 0.246, 0.875);
}

/* CUSTOM IMG AOS */
[data-aos="cs-img"] picture {
    display: block;
    position: relative;
    overflow: hidden;
}

[data-aos="cs-img"] picture::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: auto;
    left: 0;
    background: #CEB66E;
    height: 100%;
    width: 100%;
}

[data-aos="cs-img"].aos-animate picture::after {
    height: 0;
    transition: .75s ease-in-out;
}/* End custom CSS */