.elementor-206 .elementor-element.elementor-element-fa70a98{--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:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-206 .elementor-element.elementor-element-94c2bde{--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-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-206 .elementor-element.elementor-element-06028ab{font-family:"Heebo", Sans-serif;font-weight:800;color:#031B4E;}.elementor-206 .elementor-element.elementor-element-06028ab a{color:#031B4E;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-206 .elementor-element.elementor-element-35fa8c8 .elementor-heading-title{font-family:"Heebo", Sans-serif;font-weight:800;color:#031B4E;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-206 .elementor-element.elementor-element-97fd6e4 .elementor-toc__header-title{text-align:start;}.elementor-206 .elementor-element.elementor-element-97fd6e4 .elementor-toc__header{flex-direction:row;}.elementor-206 .elementor-element.elementor-element-97fd6e4{--item-text-hover-decoration:underline;}.elementor-206 .elementor-element.elementor-element-800b53c{--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;}@media(min-width:768px){.elementor-206 .elementor-element.elementor-element-94c2bde{--width:100%;}.elementor-206 .elementor-element.elementor-element-800b53c{--width:30%;}}/* Start custom CSS for table-of-contents, class: .elementor-element-97fd6e4 *//* תוכן עניינים עדין בסגנון מנו קלין */

.meno-toc,
.meno-toc * {
  box-sizing: border-box;
  font-family: "Heebo", Arial, sans-serif !important;
}

.meno-toc {
  direction: rtl;
}

/* הקופסה הכללית */

.meno-toc .elementor-widget-container {
  overflow: hidden;
  border: 1px solid #D2E4F6 !important;
  border-radius: 17px !important;
  background: #FFFFFF !important;
  box-shadow: 0 7px 18px rgba(3, 27, 78, 0.035);
}

/* כותרת תוכן העניינים */

.meno-toc .elementor-toc__header {
  min-height: 62px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 16px 19px !important;
  border: 0 !important;
  border-bottom: 1px solid #E4F0FA !important;
  background: #F8FCFF !important;
}

.meno-toc .elementor-toc__header-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  color: #031B4E !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.meno-toc .elementor-toc__header-title::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #1768B8;
  box-shadow: 0 0 0 5px rgba(23, 104, 184, 0.11);
}

/* כפתור פתיחה וסגירה */

.meno-toc .elementor-toc__toggle-button {
  width: 31px;
  height: 31px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #D2E4F6 !important;
  border-radius: 50% !important;
  background: #FFFFFF !important;
  color: #1768B8 !important;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease !important;
}

.meno-toc .elementor-toc__toggle-button:hover {
  border-color: #1768B8 !important;
  background: #F1F8FF !important;
  color: #1768B8 !important;
}

/* אזור הקישורים */

.meno-toc .elementor-toc__body {
  padding: 11px !important;
  border: 0 !important;
  background: #FFFFFF !important;
}

.meno-toc .elementor-toc__list-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

/* כל פריט בתוכן העניינים */

.meno-toc .elementor-toc__list-item {
  position: relative;
  margin: 0 0 5px !important;
  padding: 0 !important;
}

.meno-toc .elementor-toc__list-item:last-child {
  margin-bottom: 0 !important;
}

.meno-toc .elementor-toc__list-item a,
.meno-toc .elementor-toc__list-item-text {
  min-height: 43px;
  display: flex !important;
  align-items: center;
  width: 100%;
  padding: 10px 13px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: #FFFFFF !important;
  color: #57708A !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease !important;
}

/* ריחוף על קישור */

.meno-toc .elementor-toc__list-item a:hover,
.meno-toc .elementor-toc__list-item-text:hover {
  border-color: #D2E4F6 !important;
  background: #F1F8FF !important;
  color: #1768B8 !important;
  transform: translateX(-2px);
}

/* הפריט הפעיל בעת גלילה */

.meno-toc .elementor-toc__list-item-text.elementor-item-active,
.meno-toc .elementor-toc__list-item a.elementor-item-active,
.meno-toc .elementor-toc__list-item-text.elementor-item-active:hover,
.meno-toc .elementor-toc__list-item a.elementor-item-active:hover {
  position: relative;
  border-color: #B8D7F2 !important;
  background: #F8FCFF !important;
  color: #1768B8 !important;
  font-weight: 800 !important;
  transform: none !important;
}

.meno-toc .elementor-toc__list-item-text.elementor-item-active::before,
.meno-toc .elementor-toc__list-item a.elementor-item-active::before {
  content: "";
  width: 4px;
  height: 20px;
  margin-left: 10px;
  flex: 0 0 4px;
  border-radius: 10px;
  background: #1768B8;
}

/* תתי כותרות */

.meno-toc .elementor-toc__list-item .elementor-toc__list-item {
  margin-top: 4px !important;
  margin-right: 10px !important;
}

.meno-toc .elementor-toc__list-item .elementor-toc__list-item a,
.meno-toc .elementor-toc__list-item .elementor-toc__list-item-text {
  min-height: 38px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  color: #6F8193 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* מובייל */

@media (max-width: 767px) {
  .meno-toc .elementor-toc__header {
    min-height: 57px;
    padding: 14px 16px !important;
  }

  .meno-toc .elementor-toc__header-title {
    font-size: 17px !important;
  }

  .meno-toc .elementor-toc__body {
    padding: 9px !important;
  }

  .meno-toc .elementor-toc__list-item a,
  .meno-toc .elementor-toc__list-item-text {
    min-height: 40px;
    padding: 9px 11px !important;
    font-size: 15px !important;
  }

  .meno-toc .elementor-toc__list-item .elementor-toc__list-item a,
  .meno-toc .elementor-toc__list-item .elementor-toc__list-item-text {
    font-size: 14px !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fa70a98 */.elementor-206 .elementor-element.elementor-element-fa70a98 {
  --meno-navy: #031B4E;
  --meno-blue: #1768B8;
  --meno-blue-deep: #0053A8;
  --meno-light: #DCEEFF;
  --meno-soft: #F3FAFF;
  --meno-muted: #6F8193;

  position: relative;
  overflow: hidden;
  direction: rtl;

  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: clamp(34px, 6vw, 100px) !important;

  padding: clamp(48px, 6vw, 92px) clamp(20px, 7vw, 120px) !important;

  background: linear-gradient(
    110deg,
    #FFFFFF 0%,
    #FFFFFF 35%,
    #F3FAFF 67%,
    #DCEEFF 100%
  );
}

.elementor-206 .elementor-element.elementor-element-fa70a98::before {
  content: "";
  position: absolute;
  top: -210px;
  left: -170px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(23, 104, 184, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(23, 104, 184, 0.03),
    0 0 0 76px rgba(23, 104, 184, 0.018);
  pointer-events: none;
}

.elementor-206 .elementor-element.elementor-element-fa70a98::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -160px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(220, 238, 255, 0.58);
  pointer-events: none;
}

.elementor-206 .elementor-element.elementor-element-fa70a98 > .e-con {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.elementor-206 .elementor-element.elementor-element-fa70a98 > .e-con:first-child {
  flex: 1 1 auto !important;
}

.elementor-206 .elementor-element.elementor-element-fa70a98 > .e-con:last-child {
  flex: 0 0 min(100%, 390px) !important;
  width: min(100%, 390px) !important;
}

@media (max-width: 767px) {
  .elementor-206 .elementor-element.elementor-element-fa70a98 {
    flex-direction: column !important;
    gap: 34px !important;
    padding: 48px 19px !important;
    background: linear-gradient(
      180deg,
      #FFFFFF 0%,
      #F3FAFF 56%,
      #DCEEFF 100%
    );
  }

  .elementor-206 .elementor-element.elementor-element-fa70a98 > .e-con:first-child,
  .elementor-206 .elementor-element.elementor-element-fa70a98 > .e-con:last-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }
}/* End custom CSS */