.elementor-29 .elementor-element.elementor-element-3ea9ca6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0%;--padding-bottom:0%;--padding-left:2.5%;--padding-right:2.5%;}.elementor-29 .elementor-element.elementor-element-3ea9ca6:not(.elementor-motion-effects-element-type-background), .elementor-29 .elementor-element.elementor-element-3ea9ca6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-29 .elementor-element.elementor-element-5de3e48{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:030px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );}.elementor-29 .elementor-element.elementor-element-7cf3b93{width:var( --container-widget-width, 10% );max-width:10%;margin:0px 20px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:10%;--container-widget-flex-grow:0;text-align:left;}.elementor-29 .elementor-element.elementor-element-7cf3b93 img{width:100%;max-width:100%;}.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 );color:var( --e-global-color-primary );}.elementor-29 .elementor-element.elementor-element-b34798a .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:16px;font-weight:700;}.elementor-29 .elementor-element.elementor-element-913ed5b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:030px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-305dd7c .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:16px;font-weight:700;}.elementor-29 .elementor-element.elementor-element-6d3dc15{margin:0px 020px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-29 .elementor-element.elementor-element-6d3dc15 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:16px;font-weight:700;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-29 .elementor-element.elementor-element-ca694a3 .elementor-button{background-color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:16px;font-weight:600;letter-spacing:0.5px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);fill:#000000;color:#000000;transition-duration:0.5s;border-radius:3px 3px 3px 3px;padding:6px 10px 6px 10px;}.elementor-29 .elementor-element.elementor-element-ca694a3 .elementor-button:hover, .elementor-29 .elementor-element.elementor-element-ca694a3 .elementor-button:focus{background-color:var( --e-global-color-text );color:#000000;}.elementor-29 .elementor-element.elementor-element-ca694a3 .elementor-button:hover svg, .elementor-29 .elementor-element.elementor-element-ca694a3 .elementor-button:focus svg{fill:#000000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-29 .elementor-element.elementor-element-3ea9ca6{--width:100%;}.elementor-29 .elementor-element.elementor-element-5de3e48{--width:50%;}.elementor-29 .elementor-element.elementor-element-913ed5b{--width:50%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for image, class: .elementor-element-7cf3b93 *//* Smooth bounce animation */
@keyframes smoothBounce {
  0%, 100% {
    transform: translateY(0);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(-10px);
    animation-timing-function: ease-out;
  }
}

.bounce-logo {
  animation: smoothBounce 3s ease-in-out infinite;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}/* End custom CSS */