.elementor-kit-6{--e-global-color-primary:#006995;--e-global-color-secondary:#F2C030;--e-global-color-text:#00212F;--e-global-color-accent:#FF3900;--e-global-color-c1b1d6f:#00212F;--e-global-color-cc1fee8:#006995;--e-global-color-66e94a4:#F2C030;--e-global-color-66ac8fb:#FFFFFF;--e-global-typography-primary-font-family:"Alexandria";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Alexandria";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Alexandria";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Alexandria";--e-global-typography-accent-font-weight:300;font-family:"Alexandria", Sans-serif;font-size:18px;font-weight:300;letter-spacing:0.3px;word-spacing:1px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Alexandria", Sans-serif;}.elementor-kit-6 h1{font-size:22px;}.elementor-kit-6 h2{font-family:"Alexandria", Sans-serif;font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* Elegant Fade In-Out - Hide all elements until they Visible in the Viewport */
.elementor-widget:not(.disable-fade-in) {
    opacity: 0;
    transition-property: opacity,transform;
    transform: translateY(50px);
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    transition-duration: .5s;
    will-change: transform, opacity;
}
/* Elegant Fade In-Out - Show */
.elementor-widget.show,
.e-preview--show-hidden-elements .elementor-widget,
.elementor-editor-active .elementor-widget,
.elementor-location-floating_buttons .elementor-widget,
.e-con.disable-fade-in .elementor-widget {
    opacity: 1;
    transform: none;
}


/* Elegant Fade In-Out - Elements delay */
.transition-delay-1 {
    transition-delay: .2s;
}
.transition-delay-2 {
     transition-delay: .4s;
}
.transition-delay-3 {
     transition-delay: .6s;
}
.transition-delay-4 {
     transition-delay: .8s;
}



.elementor-button .elementor-button-content-wrapper{
  display: inline-flex;
  align-items: center;
}

.elementor-button .elementor-button-content-wrapper::after{
  content:"→";
  width:0;
  margin-left:0;
  opacity:0;
  overflow:hidden;
  transform:translateX(-6px);
  transition:all .3s ease;
}

/* בהובר נוצר המקום לחץ */
.elementor-button:hover .elementor-button-content-wrapper::after{
  width:16px;
  margin-left:8px;
  opacity:1;
  transform:translateX(0);
}/* End custom CSS */