.elementor-kit-7{--e-global-color-primary:#F85A58;--e-global-color-secondary:#1B1919;--e-global-color-text:#1B1919;--e-global-color-accent:#F85A58;--e-global-color-5b1d123:#1B1919;--e-global-color-59bf340:#F85A58;--e-global-color-c0adfa0:#EFEFEF;--e-global-color-ab0f869:#FFEBEA;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;--e-global-typography-18cae1f-font-family:"Heebo";--e-global-typography-18cae1f-font-size:30px;--e-global-typography-18cae1f-font-weight:700;--e-global-typography-18cae1f-line-height:1.2em;--e-global-typography-0c2a1d9-font-family:"Heebo";--e-global-typography-0c2a1d9-font-size:20px;--e-global-typography-0c2a1d9-font-weight:400;--e-global-typography-0c2a1d9-line-height:1.2em;--e-global-typography-13113aa-font-family:"Heebo";--e-global-typography-13113aa-font-size:16px;--e-global-typography-13113aa-font-weight:400;--e-global-typography-13113aa-line-height:1.2em;--e-global-typography-0387e1a-font-family:"Heebo";--e-global-typography-0387e1a-font-size:22px;--e-global-typography-0387e1a-font-weight:900;--e-global-typography-0387e1a-line-height:1em;--e-global-typography-cd6f689-font-family:"Heebo";--e-global-typography-cd6f689-font-size:19px;--e-global-typography-cd6f689-font-weight:700;--e-global-typography-cd6f689-line-height:1.2em;--e-global-typography-c46df69-font-family:"Heebo";--e-global-typography-c46df69-font-size:56px;--e-global-typography-c46df69-font-weight:700;--e-global-typography-c46df69-line-height:1.2em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{border-radius:41px 41px 41px 41px;}.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:1366px){.elementor-kit-7{--e-global-typography-18cae1f-font-size:24px;--e-global-typography-0c2a1d9-font-size:18px;--e-global-typography-0387e1a-font-size:24px;}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-18cae1f-font-size:20px;--e-global-typography-0c2a1d9-font-size:16px;--e-global-typography-0387e1a-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-18cae1f-font-size:20px;--e-global-typography-0387e1a-font-size:20px;--e-global-typography-c46df69-font-size:46px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body,html{
    overflow-x: clip;
}

p {
    margin-block-end: 0rem;
}
/*שבירות שורה*/
@media screen and (min-width: 992px) {
.br-desk{
   display:block !important; 
}
.br-mobile{
   display:none !important; 
}
}
@media screen and (max-width: 767px) {
.br-desk{
   display:none; 
}
.br-mobile{
   display:block; 
}
}
/*שבירות שורה*/

.float{
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 5px); }
    to   { transform: translate(0, -0px); }
}/* End custom CSS */