.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.container {
  display: block;
  overflow: visible;
  height: 500px;
  max-width: 999999px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 0px;
  min-height: 600px;
  margin-bottom: 0px;
  background-color: #fff;
  background-image: url('../images/galaxy_BG.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.body {
  background-color: #e3e3e3;
}

.grid {
  grid-auto-columns: 0.25fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto 0px auto;
  grid-template-areas: "Area Area Area" "Area-2 . .";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
}

.container-2 {
  max-width: 90%;
  margin-top: 60px;
}

.heading {
  font-family: Assistant, sans-serif;
  font-size: 125px;
}

.paragraph-wrapper {
  width: 100%;
}

.section_about {
  min-height: 400px;
  background-color: #0c0f36;
}

.header-h1 {
  margin-right: 20px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-size: 100px;
  font-weight: 800;
}

.paragraph {
  direction: rtl;
  font-family: Assistant, sans-serif;
}

.paragraph.explanation {
  margin-top: 60px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph-2 {
  padding-top: 20px;
  direction: rtl;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.image-2 {
  max-width: 90%;
  padding-top: 20px;
}

.container-3 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-3 {
  margin-top: 40px;
  grid-template-areas: "Area Area" "Area-2 Area-3" "Area-4 Area-3";
}

.header-wrapper-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: -40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2" "Area Area-2";
  -ms-grid-columns: 1fr 0px 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.heading-2 {
  text-align: right;
}

.heading-3 {
  position: static;
  margin-top: 0px;
  margin-right: -100px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #2d2d2d;
  font-size: 90px;
  font-weight: 800;
}

.star {
  position: static;
  margin-right: 20px;
  padding-bottom: 100px;
  padding-left: 0px;
}

.paragraph-3 {
  font-family: Assistant, sans-serif;
  font-size: 22px;
  line-height: 1em;
  text-align: right;
}

.paragraph_classname_left {
  position: static;
  margin-bottom: 10px;
  padding: 10px 0px 0px 40px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #2d2d2d;
  font-size: 26px;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
}

.paragraph_intro_bold {
  position: static;
  padding-top: 20px;
  padding-left: 40px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #2d2d2d;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
}

.section-3 {
  min-height: 0px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #ededed;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.div-block-2 {
  padding-top: 40px;
  padding-right: 165px;
  padding-left: 165px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  position: static;
}

.div-block-4 {
  width: 100%;
}

.paragraph-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #2d2d2d;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-align: justify;
}

.container-6 {
  margin-bottom: 30px;
}

.container-7 {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: 1px 1px 20px -12px #000;
}

.meeting_explanation_left {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-3 Area-2 Area" "Area-3 Area-2 Area";
  -ms-grid-columns: 1fr 0px 0.25fr 0px 0.5fr;
  grid-template-columns: 1fr 0.25fr 0.5fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.section_courses {
  min-height: 1440px;
  background-color: #0c0f36;
}

.bracket_wrapper {
  position: relative;
  height: 100%;
  padding-top: 0px;
  padding-left: 0px;
}

.picture-wrapper {
  overflow: hidden;
  width: 250px;
  height: 250px;
  background-image: url('../images/WhatsApp-Image-2020-08-17-at-10.53.29-AM.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 4px 4px 16px -7px rgba(0, 0, 0, 0.46);
}

.person_name_left {
  font-family: Assistant, sans-serif;
}

.paragraph_class_teacher_left {
  position: static;
  padding-top: 20px;
  padding-left: 40px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #2d2d2d;
  font-size: 45px;
  font-weight: 800;
  text-align: right;
}

.paragraph_class_date_left {
  position: static;
  padding-top: 20px;
  padding-left: 40px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #2d2d2d;
  font-size: 26px;
  font-weight: 700;
  text-align: right;
}

.paragraph_explanation_left {
  padding-top: 0px;
  padding-left: 0px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  text-align: right;
}

.paragraph_explanation_left.explanation {
  margin-top: 60px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.image-5 {
  display: block;
  padding-top: 50px;
}

.image-6 {
  margin-bottom: -16px;
}

.meeting_explanation_left-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-3 Area-2 Area" "Area-3 Area-2 Area";
  -ms-grid-columns: 0.5fr 0px 0.25fr 0px 1fr;
  grid-template-columns: 0.5fr 0.25fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.paragraph_class_teacher_right {
  position: static;
  padding-top: 20px;
  padding-left: 40px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #2d2d2d;
  font-size: 45px;
  font-weight: 800;
  text-align: right;
}

.paragraph_class_date_right {
  position: static;
  padding-top: 20px;
  padding-left: 40px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #2d2d2d;
  font-size: 26px;
  font-weight: 700;
  text-align: right;
}

.paragraph_classname_right {
  position: static;
  margin-bottom: 0px;
  padding: 10px 0px 0px 40px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #2d2d2d;
  font-size: 26px;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
}

.paragraph_explanation_right {
  padding-top: 10px;
  padding-left: 0px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  text-align: right;
}

.paragraph_explanation_right.explanation {
  margin-top: 60px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.picture-wrapper-copy {
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin-top: 30px;
  padding: 0px;
  background-image: url('../images/דודו-בוסי.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 4px 4px 16px -7px rgba(0, 0, 0, 0.46);
}

.picture-wrapper-copy2 {
  overflow: hidden;
  width: 250px;
  height: 250px;
  background-image: url('../images/אתגר-קרת-1.jpg');
  background-position: 110% 30%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 4px 4px 16px -7px rgba(0, 0, 0, 0.46);
}

.picture-wrapper-copy-copy {
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin-top: 0px;
  padding: 0px;
  background-image: url('../images/אורלי-קסטל-בלום.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 4px 4px 16px -7px rgba(0, 0, 0, 0.46);
}

.picture-wrapper-copy2-copy {
  overflow: hidden;
  width: 250px;
  height: 250px;
  background-image: url('../images/WhatsApp-Image-2020-08-18-at-3.40.31-PM.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 4px 4px 16px -7px rgba(0, 0, 0, 0.46);
}

.picture-wrapper-copy-copy-copy {
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin-top: 0px;
  padding: 0px;
  background-image: url('../images/Gadi-Taub-01-2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 4px 4px 16px -7px rgba(0, 0, 0, 0.46);
}

.image-7 {
  display: block;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture-wrapper-copy2-copy-copy {
  overflow: hidden;
  width: 250px;
  height: 250px;
  background-image: url('../images/2יניב_איצקוביץ.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 4px 4px 16px -7px rgba(0, 0, 0, 0.46);
}

.picture-wrapper-copy-copy-copy-copy {
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin-top: 0px;
  padding: 0px;
  background-image: url('../images/0.jpeg');
  background-position: 50% 20%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 4px 4px 16px -7px rgba(0, 0, 0, 0.46);
}

.section_contact {
  min-height: 400px;
  background-color: #dcdcdc;
  color: #2d2d2d;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-h1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #e3e3e3;
  font-size: 100px;
  font-weight: 800;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 3px;
  max-width: 250px;
  min-height: 3px;
  min-width: 50px;
  margin-top: 40px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #01a5b9;
}

.form_wrapper {
  margin-top: 60px;
}

.header_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Assistant, sans-serif;
  color: #0c0f36;
  font-size: 28px;
  text-align: center;
}

.section_location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c0f36;
}

.header_sub-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #e3e3e3;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.div-block-6 {
  margin-top: 0px;
  padding-top: 10px;
}

.image-5-copy {
  display: block;
  padding-top: 50px;
}

.paragraph_classname_left-copy {
  position: static;
  margin-bottom: 10px;
  padding: 10px 0px 0px 40px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #2d2d2d;
  font-size: 26px;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
}

.navbar {
  position: fixed;
  top: 1px;
  z-index: 9999999;
  min-width: 100%;
  box-shadow: 0 1px 17px 1px rgba(0, 0, 0, 0.25);
}

.image-8 {
  color: #fff;
}

.image-9 {
  display: none;
}

.paragra {
  display: none;
}

.paragraph-6 {
  display: none;
}

.div-block-11 {
  display: none;
}

.paragra-copy {
  display: none;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-3-_-lectures {
  margin-top: 40px;
  grid-template-areas: "Area Area" "Area-2 Area-2";
}

.grid-3-copy {
  margin-top: 40px;
  grid-template-areas: "Area Area";
}

.grid-3_mobile {
  margin-top: 40px;
  grid-template-areas: "Area Area" "Area-2 Area-3" "Area-4 Area-3";
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-areas: "Area Area-2" "Area Area-2";
  -ms-grid-columns: 1fr 0px 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.text-span {
  font-size: 10px;
}

.heading-4 {
  line-height: 23px;
  text-align: center;
}

.payment_button {
  display: inline-block;
  margin-top: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 5px;
  background-color: #01a5b9;
}

.thinkdrink_wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.lightbox-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 0, 0, 0);
}

.lightbox-link:hover {
  background-color: rgba(244, 0, 0, 0.73);
  text-align: center;
}

.image-10 {
  text-shadow: 1px 1px 6px #000;
}

.paragraph-7 {
  text-align: center;
  text-decoration: none;
}

.hovertext_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(1, 165, 185, 0.88);
}

.hovertext_div:hover {
  color: rgba(1, 165, 185, 0.71);
}

.paragraph-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #e5e5e5;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.header_hovertext {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e2e2e2;
  font-size: 28px;
  text-align: center;
}

.image-11 {
  display: inline-block;
  margin-bottom: -20px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  min-height: 250px;
  padding-right: 42px;
  padding-left: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  direction: rtl;
  font-family: Assistant, sans-serif;
  text-align: right;
}

.submit-button {
  display: inline-block;
  width: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 3px solid #01a5b9;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.text-field {
  margin-bottom: 25px;
  border-radius: 5px;
}

.text-field-2 {
  border-radius: 5px;
}

.text-field-3 {
  margin-top: 25px;
  border-radius: 5px;
}

.container-11 {
  padding-top: 50px;
}

.text-block {
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-weight: 700;
}

.italic-text {
  line-height: 30px;
  font-style: normal;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  direction: rtl;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-weight: 700;
}

.error-message {
  background-color: #01a5b9;
}

.image-13 {
  max-width: 25%;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.image-14 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container-12 {
  overflow: hidden;
  max-height: 200px;
}

.star_2 {
  position: static;
  margin-right: 20px;
  padding-bottom: 100px;
  padding-left: 0px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #0c0f36;
  font-family: Assistant, sans-serif;
  color: #ededed;
  font-weight: 300;
}

.nav_link.w--current {
  font-family: Assistant, sans-serif;
  font-weight: 600;
}

.nav-link-2 {
  font-family: Assistant, sans-serif;
  font-weight: 600;
}

.nav_link_desk {
  font-family: Assistant, sans-serif;
  font-weight: 600;
}

.text-span-2 {
  clear: none;
  font-family: Assistant, sans-serif;
  font-weight: 800;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  max-width: 50%;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #0c0f36;
  font-family: Assistant, sans-serif;
  color: #ededed;
  font-weight: 600;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 81px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-3 {
  padding-top: 0px;
  padding-right: 60px;
  font-family: 'Material design iconic font', sans-serif;
  font-size: 32px;
  font-style: normal;
}

.icon_font {
  font-family: 'Material design iconic font', sans-serif;
  font-size: 32px;
  font-style: normal;
}

.italic-text-2 {
  font-style: normal;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  max-width: 100%;
}

.image-16 {
  max-width: 33%;
}

.link-block_fb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block_ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tb_heading_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #c83737;
  font-weight: 800;
  text-align: center;
}

.tb_paragraph {
  width: 75%;
  padding-top: 20px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #e8e6e6;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.text-span-3 {
  font-weight: 800;
}

.tb_paragraph_bold {
  width: 75%;
  padding-top: 20px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #e8e6e6;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-3 {
  width: 125px;
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #dcdcdc;
  border-radius: 5px;
  background-color: transparent;
  font-family: Assistant, sans-serif;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.card_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.div-block-17 {
  width: 75%;
}

.tb_heading_3 {
  display: block;
  width: 75%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-weight: 800;
  text-align: center;
}

.heading_date {
  margin-top: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  direction: rtl;
  color: #c83737;
  font-size: 48px;
}

.heading_time {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #c83737;
}

.div_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-height: none;
  min-height: 150px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #e4e4e4;
}

.grid-5 {
  position: static;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 0px;
  grid-template-areas: "Area-2 Area" "Area-2 Area";
  -ms-grid-columns: 1fr 0px 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.image-17 {
  width: 100%;
  height: 100%;
  margin: auto;
}

.div_card_image {
  display: block;
  overflow: hidden;
  width: 33%;
  height: auto;
  max-height: 100px;
  margin: 0px auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
}

.div_card_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  background-color: transparent;
}

.heading_ard {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: right;
}

.paragraph_card {
  overflow: hidden;
  padding-left: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: right;
}

.image-18 {
  display: block;
  overflow: visible;
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.div_card_new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 150px;
  max-height: 200px;
  min-height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #dcdcdc;
  box-shadow: 3px 3px 13px 2px rgba(0, 0, 0, 0.67);
}

.teacher_name {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-align: right;
}

.image-19 {
  max-height: none;
  min-height: 150px;
  padding: 17px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.card_text_div {
  display: block;
}

.pop_div_masha {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_masha:active {
  display: block;
}

.popup_card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 600px;
  height: 400px;
  margin: auto;
  padding: 36px;
  background-color: #dcdcdc;
}

.paragraph_card_popup {
  display: block;
  overflow: scroll;
  height: 325px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.div-block-18 {
  overflow: scroll;
  margin-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
}

.exit_div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-right: 0px;
  background-image: url('../images/noun_X_2663763.png');
  background-position: 0px 0px;
  background-size: contain;
  cursor: pointer;
}

.text-span-4 {
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}

.button-3-_invert {
  width: 125px;
  min-height: 35px;
  margin-top: 0px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #0c0f36;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.24);
  font-family: Assistant, sans-serif;
  color: #0c0f36;
  font-weight: 600;
  text-align: center;
}

.heading_titles {
  margin-top: 40px;
  margin-bottom: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  direction: rtl;
  font-family: Assistant, sans-serif;
  color: #c83737;
  font-size: 72px;
  font-weight: 800;
}

.div-block-19 {
  min-width: 25%;
}

.pop_div_nike {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_nike:active {
  display: block;
}

.paragraph_card_2 {
  overflow: auto;
  padding-left: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: right;
}

.image-20 {
  height: 100%;
  max-width: 33%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.pop_div_yaniv {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_yaniv:active {
  display: block;
}

.pop_div_yair {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_yair:active {
  display: block;
}

.pop_div_gon {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_gon:active {
  display: block;
}

.pop_div_peleg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_peleg:active {
  display: block;
}

.pop_div_yonatan {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_yonatan:active {
  display: block;
}

.pop_div_yoram {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_yoram:active {
  display: block;
}

.pop_div_tami {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_tami:active {
  display: block;
}

.pop_div_yuvalido {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_yuvalido:active {
  display: block;
}

.pop_div_tuval {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_tuval:active {
  display: block;
}

.pop_div_iririkin {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.49);
}

.pop_div_iririkin:active {
  display: block;
}

@media screen and (max-width: 991px) {
  .section {
    min-height: 500px;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-3 {
    margin-right: -50px;
    font-size: 80px;
  }
  .container-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-4 {
    font-weight: 700;
  }
  .div-block-2 {
    padding-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .paragraph-5 {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 25px;
  }
  .picture-wrapper {
    margin-top: 15px;
  }
  .paragraph_explanation_right {
    margin-bottom: 0px;
  }
  .picture-wrapper-copy-copy-copy {
    margin-top: 26px;
    padding-top: 0px;
  }
  .picture-wrapper-copy2-copy-copy {
    margin-top: 10px;
  }
  .header-h1-copy {
    font-size: 68px;
  }
  .header_sub {
    font-size: 22px;
  }
  .header_sub-copy {
    font-size: 18px;
  }
  .image-8 {
    margin-top: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .italic-text {
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
  }
  .text-block-2 {
    direction: rtl;
    text-align: center;
  }
  .error-message {
    background-color: #01a5b9;
  }
  .image-13 {
    display: block;
    max-width: 25%;
    margin-top: -10px;
    padding-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-14 {
    max-width: 100%;
  }
  .container-12 {
    max-height: 100px;
  }
  .nav-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 5px;
    background-color: #0c0f36;
    font-family: Assistant, sans-serif;
    font-weight: 800;
    text-align: center;
  }
  .nav_link.w--current {
    font-family: Assistant, sans-serif;
    font-weight: 700;
  }
  .nav-link-2 {
    font-family: Assistant, sans-serif;
    font-weight: 700;
  }
  .nav_link_desk {
    font-family: Assistant, sans-serif;
    font-weight: 700;
  }
  .socials_wrapper {
    padding-top: 60px;
  }
  .icon_font {
    direction: rtl;
  }
  .div_card_new {
    width: 75%;
  }
  .pop_div_masha {
    display: none;
  }
  .paragraph_card_popup {
    overflow: scroll;
  }
  .pop_div_nike {
    display: none;
  }
  .pop_div_yaniv {
    display: none;
  }
  .pop_div_yair {
    display: none;
  }
  .pop_div_gon {
    display: none;
  }
  .pop_div_peleg {
    display: none;
  }
  .pop_div_yonatan {
    display: none;
  }
  .pop_div_yoram {
    display: none;
  }
  .pop_div_tami {
    display: none;
  }
  .pop_div_yuvalido {
    display: none;
  }
  .pop_div_tuval {
    display: none;
  }
  .pop_div_iririkin {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    max-width: 50%;
  }
  .grid-3 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-wrapper-2 {
    max-height: 75px;
    min-height: 0px;
    margin-top: 20px;
    margin-right: -20px;
    margin-bottom: 0px;
    grid-template-areas: "Area Area-2" "Area Area-2";
  }
  .heading-3 {
    margin-right: -40px;
    font-size: 60px;
  }
  .star {
    width: 40%;
    padding-bottom: 110px;
  }
  .paragraph_classname_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }
  .paragraph_intro_bold {
    font-size: 18px;
  }
  .paragraph-4 {
    font-size: 18px;
  }
  .paragraph-5 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 19px;
  }
  .container-6 {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-7 {
    margin-bottom: 0px;
  }
  .meeting_explanation_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "Area-3 Area-2 Area" "Area-3 Area-2 Area";
  }
  .meeting_text_left_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bracket_wrapper {
    display: none;
  }
  .picture-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 0px;
    margin-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-position: 50% 30%;
  }
  .paragraph_class_teacher_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }
  .paragraph_class_date_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }
  .paragraph_explanation_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
  }
  .meeting_explanation_left-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph_class_teacher_right {
    padding-left: 0px;
  }
  .paragraph_class_date_right {
    padding-top: 10px;
    padding-left: 0px;
  }
  .paragraph_classname_right {
    padding-top: 0px;
    padding-left: 0px;
  }
  .paragraph_explanation_right {
    width: 90%;
    text-align: center;
  }
  .picture-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .picture-wrapper-copy2 {
    width: 90%;
    margin-left: 25px;
    background-position: 50% 47%;
    background-size: cover;
    background-attachment: scroll;
  }
  .picture-wrapper-copy-copy {
    width: 90%;
    margin-top: 20px;
    margin-left: 25px;
  }
  .picture-wrapper-copy2-copy {
    width: 90%;
    margin-top: 10px;
    margin-left: 25px;
  }
  .picture-wrapper-copy-copy-copy {
    width: 90%;
    margin-left: 25px;
    background-position: 50% 70%;
  }
  .picture-wrapper-copy2-copy-copy {
    width: 90%;
    margin-left: 25px;
  }
  .picture-wrapper-copy-copy-copy-copy {
    width: 90%;
    margin-top: 15px;
    margin-left: 25px;
  }
  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-5-copy {
    display: none;
  }
  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph_classname_left-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    text-align: right;
  }
  .container-9 {
    position: static;
  }
  .grid-3-_-lectures {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid-3-copy {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid-3_mobile {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid-4 {
    max-height: 100px;
  }
  .paragraph-8 {
    font-size: 22px;
  }
  .header_hovertext {
    font-size: 36px;
  }
  .star_2 {
    width: 40%;
    padding-bottom: 110px;
  }
  .socials_wrapper {
    padding-top: 35px;
    padding-right: 20px;
  }
  .icon_font {
    font-size: 24px;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph_card {
    overflow: scroll;
  }
  .div_card_new {
    width: 90%;
    max-height: none;
    min-height: 150px;
  }
  .image-19 {
    min-height: auto;
  }
  .card_text_div {
    overflow: hidden;
  }
  .popup_card {
    width: 80%;
    height: 300px;
  }
  .paragraph_card_popup {
    overflow: hidden;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .div-block-18 {
    overflow: scroll;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .paragraph_card_2 {
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  .section {
    min-height: 300px;
    background-attachment: fixed;
  }
  .paragraph-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .section_about {
    padding-bottom: 40px;
  }
  .grid-3 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area Area" "Area-2 Area-4" "Area-3 Area-3";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-rows: auto auto auto;
  }
  .header-wrapper-2 {
    display: -ms-grid;
    display: grid;
    min-width: 300px;
    margin-right: 0px;
    margin-bottom: 0px;
    justify-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area Area-2" ". Area-2";
    -ms-grid-columns: 1fr 0px 0.25fr;
    grid-template-columns: 1fr 0.25fr;
    -ms-grid-rows: auto 0px minmax(auto, 0.25fr);
    grid-template-rows: auto minmax(auto, 0.25fr);
  }
  .heading-3 {
    margin-right: -30px;
    font-size: 50px;
  }
  .star {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .paragraph_classname_left {
    font-size: 22px;
    text-align: center;
  }
  .paragraph_intro_bold {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .container-4 {
    overflow: visible;
    min-height: 300px;
    margin-top: 5px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    min-height: 0%;
    min-width: 0%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-3 {
    padding-top: 0px;
  }
  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-4 {
    display: block;
    padding: 10px 0px 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .div-block-4 {
    grid-template-areas: "Area Area" "Area-2 Area-4" "Area-3 Area-3";
  }
  .paragraph-5 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .meeting_explanation_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .section_courses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .meeting_text_left_wrapper {
    margin-top: 0px;
  }
  .picture-wrapper {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph_class_teacher_left {
    margin-bottom: 0px;
    font-size: 32px;
  }
  .paragraph_class_date_left {
    font-size: 22px;
  }
  .meeting_explanation_left-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .paragraph_class_teacher_right {
    font-size: 32px;
  }
  .paragraph_class_date_right {
    font-size: 22px;
  }
  .paragraph_classname_right {
    font-size: 22px;
  }
  .paragraph_explanation_right {
    font-size: 16px;
  }
  .picture-wrapper-copy {
    margin-left: 15px;
  }
  .picture-wrapper-copy2 {
    margin-left: 15px;
  }
  .picture-wrapper-copy-copy {
    margin-left: 15px;
  }
  .picture-wrapper-copy2-copy {
    margin-left: 15px;
  }
  .picture-wrapper-copy-copy-copy {
    margin-left: 15px;
  }
  .image-7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .brand {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .picture-wrapper-copy2-copy-copy {
    margin-left: 15px;
  }
  .picture-wrapper-copy-copy-copy-copy {
    margin-left: 15px;
  }
  .section_contact {
    min-height: 350px;
  }
  .header-h1-copy {
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
  }
  .form_wrapper {
    margin-top: 25px;
  }
  .header_sub {
    direction: rtl;
  }
  .header_sub-copy {
    display: inline-block;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    direction: rtl;
    font-size: 14px;
    line-height: 24px;
  }
  .div-block-7 {
    margin-top: 0px;
  }
  .paragraph_classname_left-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  .image-8 {
    max-width: 90%;
    min-width: 90%;
    margin-top: 0px;
  }
  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-9 {
    display: block;
  }
  .paragra {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Assistant, sans-serif;
    font-weight: 600;
    text-align: center;
  }
  .paragraph-6 {
    font-family: Assistant, sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .div-block-10 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragra-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Assistant, sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 320px;
  }
  .container-10 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .grid-3-_-lectures {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area Area" "Area-2 Area-2" "Area-2 Area-2";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-rows: auto auto auto;
  }
  .grid-3-copy {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area Area" "Area-2 Area-4" "Area-3 Area-3";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-rows: auto auto auto;
  }
  .grid-3_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: minmax(0px, 0.25fr);
    grid-auto-rows: minmax(auto, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area Area Area Area" "Area-2 Area-2 Area-2 Area-2" "Area-3 Area-3 Area-3 Area-3" "Area-5 Area-5 Area-5 Area-5";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto;
  }
  .grid-4 {
    max-height: 100px;
  }
  .thinkdrink_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-8 {
    font-size: 18px;
  }
  .image-11 {
    display: inline-block;
    max-width: 75%;
    margin-bottom: 0px;
  }
  .form {
    width: 300px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .italic-text {
    margin-top: -20px;
    font-size: 14px;
    line-height: 16px;
  }
  .image-12 {
    max-width: 75%;
  }
  .div-block-13 {
    display: block;
    max-height: 150px;
    max-width: 320px;
    min-height: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .container-12 {
    overflow: hidden;
    max-height: none;
    min-height: 50px;
  }
  .star_2 {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .nav_link.w--current {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
  }
  .nav-link-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
  .nav_link_desk {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
  .text-span-2 {
    font-size: 10px;
  }
  .socials_wrapper {
    padding-top: 10px;
  }
  .text-block-3 {
    font-size: 24px;
  }
  .social-wrapper {
    position: relative;
    padding-top: 0px;
    padding-bottom: 14px;
  }
  .section-5 {
    max-height: none;
    min-height: auto;
  }
  .tb_heading_2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .tb_paragraph {
    width: 95%;
    padding-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .tb_paragraph_bold {
    font-size: 12px;
    line-height: 16px;
  }
  .button-3 {
    width: 100px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 10px;
  }
  .card_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .heading_date {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 28px;
    text-align: center;
  }
  .heading_time {
    font-size: 18px;
  }
  .paragraph_card {
    font-size: 14px;
    text-align: center;
  }
  .div_card_new {
    height: auto;
    max-height: none;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .teacher_name {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    text-align: center;
  }
  .image-19 {
    width: 100%;
    height: 150px;
    max-height: none;
    min-width: auto;
    padding: 5px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 33%;
    object-position: 50% 33%;
  }
  .pop_div_masha {
    display: none;
  }
  .popup_card {
    margin-top: 100px;
    padding: 30px 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph_card_popup {
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .div-block-18 {
    overflow: scroll;
    padding-right: 0px;
  }
  .text-span-4 {
    font-size: 10px;
  }
  .heading_titles {
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 32px;
    text-align: center;
  }
  .pop_div_nike {
    display: none;
  }
  .paragraph_card_2 {
    text-align: center;
  }
  .image-20 {
    display: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .pop_div_yaniv {
    display: none;
  }
  .pop_div_yair {
    display: none;
  }
  .pop_div_gon {
    display: none;
  }
  .pop_div_peleg {
    display: none;
  }
  .pop_div_yonatan {
    display: none;
  }
  .pop_div_yoram {
    display: none;
  }
  .pop_div_tami {
    display: none;
  }
  .pop_div_yuvalido {
    display: none;
  }
  .pop_div_tuval {
    display: none;
  }
  .pop_div_iririkin {
    display: none;
  }
}

#w-node-bc520955ae16-de232212 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.woff2') format('woff2'), url('../fonts/Material-Design-Iconic-Font.eot') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype'), url('../fonts/Material-Design-Iconic-Font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}