.elementor-widget-text-editor{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 );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}body.elementor-page-29411:not(.elementor-motion-effects-element-type-background), body.elementor-page-29411 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-269bbbc */.ms-page{
  direction:rtl;
  text-align:right;
  font-family:inherit;
  color:#203328;
  line-height:1.85;
  background:#f7faf6;
  padding:20px;
}

.ms-page,
.ms-page *{
  box-sizing:border-box;
  font-family:inherit;
}

.ms-page h1,
.ms-page h2,
.ms-page h3,
.ms-page h4,
.ms-page h5,
.ms-page h6,
.ms-page p,
.ms-page span,
.ms-page a,
.ms-page li,
.ms-page strong,
.ms-page b,
.ms-page small,
.ms-page summary,
.ms-page details,
.ms-page div{
  font-family:inherit;
}

.ms-shell{
  max-width:100%;
  margin:0 auto;
}

.ms-sec{
  background:#fff;
  border:1px solid #e4eee4;
  border-radius:28px;
  padding:34px 28px;
  margin:0 0 24px;
  box-shadow:0 12px 34px rgba(35,55,38,.06);
}

.ms-hero{
  background:linear-gradient(135deg,#eef8eb 0%,#f8fcf7 100%);
  padding:56px 34px;
  overflow:hidden;
  position:relative;
}

.ms-badge{
  display:inline-block;
  background:#dff1db;
  color:#245a2e;
  padding:8px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
}

.ms-title{
  font-size:44px;
  line-height:1.15;
  margin:0 0 18px;
  font-weight:800;
  color:#183822;
}

.ms-sub{
  font-size:20px;
  color:#35503c;
  margin:0 0 18px;
  font-weight:600;
}

.ms-p{
  font-size:17px;
  color:#425746;
  margin:0 0 12px;
}

.ms-btns{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}

.ms-btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:16px;
  text-decoration:none;
  font-weight:700;
  transition:.2s;
}

.ms-btn-primary{
  background:#255f31;
  color:#fff;
}

.ms-btn-secondary{
  background:#fff;
  color:#255f31;
  border:1px solid #cfe1d0;
}

.ms-btn:hover{
  transform:translateY(-1px);
}

.ms-h2{
  font-size:32px;
  line-height:1.25;
  margin:0 0 18px;
  font-weight:800;
  color:#1a3b24;
}

.ms-h3{
  font-size:22px;
  line-height:1.35;
  margin:0 0 10px;
  font-weight:700;
  color:#26472e;
}

.ms-grid-2,
.ms-grid-3,
.ms-grid-4{
  display:grid;
  gap:18px;
}

.ms-grid-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.ms-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.ms-grid-4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ms-card{
  background:#fbfdfb;
  border:1px solid #e6efe5;
  border-radius:22px;
  padding:22px;
  height:100%;
}

.ms-icon{
  width:54px;
  height:54px;
  border-radius:16px;
  background:#e9f4e9;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin-bottom:14px;
}

.ms-list{
  list-style:none;
  padding:0;
  margin:0;
}

.ms-list li{
  position:relative;
  padding-right:28px;
  margin:0 0 12px;
  color:#405342;
}

.ms-list li:before{
  content:'✓';
  position:absolute;
  right:0;
  top:0;
  color:#2f7d3c;
  font-weight:800;
}

.ms-list.no li:before{
  content:'×';
  color:#bf3c3c;
}

.ms-split{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.ms-box-ok{
  background:linear-gradient(135deg,#f8fcf8 0%,#eef8ee 100%);
  border:1px solid #deebdf;
  border-radius:22px;
  padding:22px;
}

.ms-box-no{
  background:linear-gradient(135deg,#fff9f7 0%,#fffdfb 100%);
  border:1px solid #f1e3de;
  border-radius:22px;
  padding:22px;
}

.ms-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.ms-step{
  background:#fbfdfb;
  border:1px solid #e6efe5;
  border-radius:22px;
  padding:22px;
  height:100%;
}

.ms-num{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#255f31;
  color:#fff;
  font-weight:800;
  margin-bottom:12px;
}

.ms-quote{
  background:#fcfdfc;
  border:1px solid #e6efe5;
  border-radius:22px;
  padding:24px;
  height:100%;
}

.ms-stars{
  font-size:18px;
  margin-bottom:10px;
}

.ms-author{
  margin-top:12px;
  font-weight:700;
  color:#295131;
}

.ms-faq details{
  background:#fbfdfb;
  border:1px solid #e6efe5;
  border-radius:18px;
  padding:18px 20px;
  margin-bottom:12px;
}

.ms-faq summary{
  cursor:pointer;
  font-weight:700;
  color:#21422a;
  list-style:none;
}

.ms-faq summary::-webkit-details-marker{
  display:none;
}

.ms-faq .ans{
  padding-top:12px;
  color:#425746;
}

.ms-cta{
  background:linear-gradient(135deg,#1f5b2c 0%,#2b7a39 100%);
  color:#fff;
  padding:40px 30px;
  text-align:center;
}

.ms-cta .ms-h2,
.ms-cta .ms-p{
  color:#fff;
}

.ms-mini{
  font-size:14px;
  color:#5b6e60;
}

@media (max-width:1024px){
  .ms-grid-4,
  .ms-steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ms-grid-3{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:767px){
  .ms-page{
    padding:12px;
  }

  .ms-title{
    font-size:34px;
  }

  .ms-sub{
    font-size:18px;
  }

  .ms-h2{
    font-size:28px;
  }

  .ms-grid-2,
  .ms-grid-3,
  .ms-grid-4,
  .ms-split,
  .ms-steps{
    grid-template-columns:1fr;
  }

  .ms-sec,
  .ms-hero{
    padding:26px 20px;
  }
}/* End custom CSS */