.elementor-kit-5{--e-global-color-primary:#28688B;--e-global-color-secondary:#DB5644;--e-global-color-text:#28688B;--e-global-color-accent:#FDF7EE;--e-global-color-3fa3091:#FFFFFF;--e-global-typography-primary-font-family:"greycliff-hebrew-cf";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"greycliff-hebrew-cf";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"greycliff-hebrew-cf";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"greycliff-hebrew-cf";--e-global-typography-accent-font-weight:500;font-family:"greycliff-hebrew-cf", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-secondary );font-family:"greycliff-hebrew-cf", Sans-serif;}.elementor-kit-5 a:hover{color:var( --e-global-color-primary );}.elementor-kit-5 h1{font-family:"greycliff-hebrew-cf", Sans-serif;}.elementor-kit-5 h2{font-family:"greycliff-hebrew-cf", Sans-serif;}.elementor-kit-5 h3{font-family:"greycliff-hebrew-cf", Sans-serif;}.elementor-kit-5 h4{font-family:"greycliff-hebrew-cf", Sans-serif;}.elementor-kit-5 h5{font-family:"greycliff-hebrew-cf", Sans-serif;}.elementor-kit-5 h6{font-family:"greycliff-hebrew-cf", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */html {
  scroll-behavior: smooth;
}
html, body{
	overflow-x: hidden;
}



/* 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: translate3d(0,34px,0);
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    transition-duration: .5s;
}
/* 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;
}/* End custom CSS */