.elementor-kit-68{--e-global-color-primary:#04D9D9;--e-global-color-secondary:#E4FFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FEDE1C;--e-global-color-6c3e59b:#31227A;--e-global-color-629997c:#00000000;--e-global-color-706ed4c:#FFFFFF;--e-global-color-bf59160:#31227A7D;--e-global-color-ca274b3:#FEDE1C;--e-global-color-481dd38:#FF54AC;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:52px;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:58px;--e-global-typography-primary-letter-spacing:-1.05px;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-line-height:31px;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:18px;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-line-height:24px;--e-global-typography-0640fa2-font-family:"DM Sans";--e-global-typography-0640fa2-font-size:90px;--e-global-typography-0640fa2-font-weight:bold;--e-global-typography-0640fa2-text-transform:capitalize;--e-global-typography-0640fa2-font-style:normal;--e-global-typography-0640fa2-line-height:96px;--e-global-typography-0640fa2-letter-spacing:-1.82px;--e-global-typography-2bbbe0c-font-family:"DM Sans";--e-global-typography-2bbbe0c-font-size:58px;--e-global-typography-2bbbe0c-font-weight:bold;--e-global-typography-2bbbe0c-text-transform:capitalize;--e-global-typography-2bbbe0c-font-style:normal;--e-global-typography-2bbbe0c-line-height:76px;--e-global-typography-2bbbe0c-letter-spacing:-1.18px;--e-global-typography-0975f6d-font-family:"DM Sans";--e-global-typography-0975f6d-font-size:18px;--e-global-typography-0975f6d-font-weight:normal;--e-global-typography-0975f6d-text-transform:none;--e-global-typography-0975f6d-font-style:normal;--e-global-typography-0975f6d-line-height:24px;--e-global-typography-099ec02-font-family:"DM Sans";--e-global-typography-099ec02-font-size:18px;--e-global-typography-099ec02-font-weight:normal;--e-global-typography-099ec02-text-transform:capitalize;--e-global-typography-099ec02-font-style:normal;--e-global-typography-099ec02-line-height:24px;background-color:var( --e-global-color-6c3e59b );}.elementor-kit-68 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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);}.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-68{--e-global-typography-primary-font-size:50px;--e-global-typography-2bbbe0c-font-size:43px;--e-global-typography-2bbbe0c-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-68{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-accent-font-size:17px;--e-global-typography-0640fa2-font-size:60px;--e-global-typography-0640fa2-line-height:1.1em;--e-global-typography-2bbbe0c-font-size:35px;--e-global-typography-2bbbe0c-line-height:1.2em;--e-global-typography-0975f6d-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.bee-horizontal{
    position:relative;
    overflow:hidden;
}

.bee-track{
    display:flex;
    flex-wrap:nowrap;
    gap:0vw;
    padding:0 20vw;
    width:max-content;
    align-items:center;
}

.bee-panel{
    flex:0 0 60vw;
    width:60vw;
    height:100vh;

    transform:scale(.82);
    opacity:.45;
    filter:blur(2px);

    transition:
        transform .45s ease,
        opacity .45s ease,
        filter .45s ease;

    transform-origin:center center;
    will-change:transform;
}

.bee-panel.active{
    transform:scale(1);
    opacity:1;
    filter:blur(0);
    z-index:10;
}

@media (max-width:767px){

.bee-panel > .e-con{
    flex-direction:column-reverse !important;
    justify-content:center;
    align-items:center;
    gap:20px;
}

}/* End custom CSS */