.elementor-10836 .elementor-element.elementor-element-6c38280{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-10836 .elementor-element.elementor-element-6c38280:not(.elementor-motion-effects-element-type-background), .elementor-10836 .elementor-element.elementor-element-6c38280 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7aed975 );}.elementor-10836 .elementor-element.elementor-element-9e4b26e{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-10836 .elementor-element.elementor-element-5aaca96f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );line-height:var( --e-global-typography-text-line-height );}.elementor-10836 .elementor-element.elementor-element-7eda2bac{--display:flex;}body.elementor-page-10836:not(.elementor-motion-effects-element-type-background), body.elementor-page-10836 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-48f25f1 );}@media(min-width:768px){.elementor-10836 .elementor-element.elementor-element-6c38280{--width:100%;}.elementor-10836 .elementor-element.elementor-element-9e4b26e{--width:100%;}.elementor-10836 .elementor-element.elementor-element-5aaca96f{--width:100%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS */.image-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px; /* Adjust size */
    height: 300px; /* Adjust size (Delete if you want diffrent size images) */
    pointer-events: none;
    opacity: 0; /* Start invisible */
    z-index: 1; /* Lower/higer than text*/
    transform: translate(-50%, -50%) scale(0.16); /* Adjust the "translate" for the position of the image around the cursor*/  /* Image starts smaller/Scale Animation */
    transition: transform 0.3s ease-out, opacity 0.1s ease-out;
}

.image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}/* End custom CSS */