body {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-family: Assistant, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.body {
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/bg.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  border: 1px solid #0b0c1c;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand_container {
  border-bottom: 1px solid #d01e25;
  align-self: flex-end;
  display: flex;
}

.navbar {
  background-color: rgba(3, 14, 4, .06);
  padding: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brand {
  margin-left: 2rem;
}

.nav-link {
  color: #fff;
  padding: 1rem;
}

.nav-link:hover {
  color: #fff;
  font-weight: 600;
}

.nav-link:active {
  color: #fff;
}

.nav-link:focus {
  color: #fff;
  font-weight: 700;
}

.nav-link:focus-visible {
  color: #fff;
}

.nav-link[data-wf-focus-visible], .nav-link:visited {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.section_main {
  min-height: 100vh;
  background-image: url('../images/header-img.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: .5rem solid #0b6d10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.sub-header {
  max-width: 36rem;
  text-align: center;
  flex: 0 auto;
  align-self: center;
  padding-top: 0;
  font-family: Shual, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3rem;
  position: relative;
}

.sub-header.sub {
  justify-content: space-between;
  align-items: flex-start;
  font-family: Shual, sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  display: flex;
  position: relative;
}

.sub-header.text-podcast {
  border-top: 1px #fff;
  border-bottom: 1px solid #fff;
  font-family: Shual, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.main_button {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .2rem solid #d01e25;
  margin-left: 68px;
  margin-right: 29px;
  padding-left: 0;
  font-family: Shual, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.main_button.hide {
  display: none;
}

.section_host {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.wsection_host {
  max-width: 70rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
}

.wsection_host.hide {
  display: none;
}

.h2 {
  color: #0b6d10;
  flex: none;
  margin-top: 4rem;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.h2.red {
  color: #d01e25;
  margin-top: -1.4rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Shual, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.host_container {
  border: .25rem solid #0b6d10;
  flex-direction: row;
  align-items: flex-end;
  margin-right: 2rem;
  padding: 4rem;
  display: flex;
}

.host_image {
  margin-top: -6rem;
  margin-left: 4rem;
}

.host_name {
  margin-bottom: .2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.host_title {
  font-size: 1.3rem;
}

.host_line {
  width: 3rem;
  height: .4rem;
  background-color: #0b6d10;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section_videos {
  max-width: 70rem;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.videos_heading-wrapper {
  justify-content: center;
  display: flex;
}

.videos_border {
  height: 3.75rem;
  border: .25rem solid #d01e25;
  flex: 1;
}

.videos_border.t-r {
  border-top-color: #0b6d10;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-color: #0b6d10;
  margin-right: 4rem;
}

.videos_border.t-l {
  border-top-color: #0b6d10;
  border-bottom-width: 0;
  border-left-color: #0b6d10;
  border-right-width: 0;
  margin-left: 4rem;
}

.videos_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.video {
  width: 49%;
  background-color: #030e04;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}

.video.hide {
  display: none;
}

.video_image {
  background-image: linear-gradient(#000, #7a7a7a 48%, #fff);
  position: relative;
}

.video_image.soon {
  filter: blur(14px);
}

.video_image.soon_image {
  background-color: #0b0c1c;
}

.video_heading {
  color: #fff;
  text-align: right;
  margin-top: .7rem;
  margin-bottom: .2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.63rem;
}

.button {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #0b6d10;
  margin-top: 1rem;
  padding: .4rem .5rem;
  font-family: Shual, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: 2rem;
  left: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.button.hide {
  display: none;
}

.button.nolink {
  cursor: default;
  background-color: #757575;
  position: static;
}

.button.nolink.hide {
  display: none;
}

.button.soon {
  background-color: #d01e25;
}

.button.button-red {
  background-color: #d01e25;
  font-size: 2rem;
}

.button.button-red.button-watch {
  background-color: #0b6d10;
  font-size: 1.3rem;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button.button-red.button-watch.sikur {
  background-color: #d01e25;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button.button-red.soon {
  background-color: #d01e25;
}

.button.button-red.hide {
  display: none;
}

.videos_border.b {
  border-top-width: 0;
  border-bottom-color: #0b6d10;
  border-left-color: #0b6d10;
  border-right-color: #0b6d10;
  flex: 0 auto;
  margin-left: 4rem;
  margin-right: 4rem;
}

.video_img {
  background-color: #030e04;
  background-image: linear-gradient(#000, #404040 24%, #fff);
}

.video_img.soon {
  filter: blur(20px);
}

.footer_image {
  max-width: 98%;
  object-fit: contain;
}

.footer_link {
  color: #d01e25;
  align-self: center;
  font-size: 13px;
}

.footer_link:hover, .footer_link:focus {
  color: #a50006;
}

.footer_center {
  align-self: center;
  display: flex;
}

.footer_text {
  align-self: center;
  margin-left: .25rem;
  font-size: .8rem;
  line-height: 1rem;
}

.section_footer {
  color: #fff;
  background-color: #030e04;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.footer_logo-link {
  background-color: #d01e25;
  margin-left: .5rem;
  padding: 1rem .5rem;
}

.social_link {
  margin-left: .2rem;
  margin-right: .2rem;
}

.social_icon {
  height: 2rem;
}

.footer_right {
  display: flex;
}

.footer_left {
  align-self: center;
}

.footer_line {
  align-self: center;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 13px;
}

.social_icons {
  flex-direction: row-reverse;
  display: flex;
}

.image-3 {
  max-width: 98%;
  object-fit: contain;
}

.brand_image.ctech {
  max-width: 90%;
}

.video_date {
  background-color: #d01e25;
  padding: .3rem .5rem .6rem;
  font-family: Shual, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 532.828px;
  right: -72px;
}

.video_date.hide {
  display: none;
}

.share {
  z-index: 2;
  margin-top: 2rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.video_bio {
  color: #ccc;
  text-align: right;
  background-color: #0b0c1c;
  line-height: 1.25rem;
  display: none;
}

.video_subheading {
  color: #fff;
  text-align: right;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.video_subheading.hide {
  display: none;
}

.dropdown {
  width: 100%;
}

.icon {
  background-color: #d01e25;
}

.dropdown-toggle {
  width: 100%;
  padding: 0 0 2rem;
}

.no_wrap {
  white-space: nowrap;
}

.name_link {
  color: #fff;
  text-decoration: underline;
}

.name_link:active {
  color: #fff;
}

.name_link:focus-visible {
  color: #fff;
}

.name_link[data-wf-focus-visible], .name_link:visited {
  color: #fff;
}

.image-4 {
  max-width: 40%;
  flex: 0 auto;
  align-self: flex-end;
  margin-bottom: -61px;
}

.image-5 {
  display: inline-block;
}

.image-6 {
  width: 50vw;
  height: 100%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  margin-left: 51px;
  display: block;
}

.div-block.div-main {
  flex-direction: column;
  display: flex;
}

.div-block-2 {
  order: 1;
  align-self: flex-end;
  margin-left: 190px;
  padding-right: 0;
}

.div-block-3 {
  align-self: flex-end;
  margin-top: 18px;
  margin-left: 56px;
  padding-right: 0;
}

.div-sub {
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: -205px;
  left: 572px;
}

.image-7 {
  width: 50%;
  height: 50%;
}

.bold-text {
  font-weight: 700;
  line-height: 1.2rem;
}

.bold-text.hebrew-head {
  font-weight: 300;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-family: Shual, sans-serif;
}

.mentor-class {
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
}

.class {
  color: #d01e25;
  font-size: 5rem;
  font-weight: 700;
}

.speaker_line-2 {
  width: 75%;
  height: 2rem;
  border-top: .0625rem solid #e5b900;
  border-left: .0625rem solid #e5b900;
  border-right: .0625rem solid #e5b900;
}

.speaker_line-2.hide {
  display: none;
}

.speaker_line-2.buttom {
  border-top-width: 0;
  border-bottom: .0625rem solid #e5b900;
}

.speaker_line-2.buttom.hide {
  display: none;
}

.tat-koteret-mankalim {
  text-align: center;
  border: .2rem solid #d01e25;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 2rem;
  font-family: Shual, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
  box-shadow: 1px 1px 3px #000;
}

.speaker_img {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 3%;
  display: flex;
  position: relative;
}

.prog_container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.prog_container._50 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.125rem;
}

.prog_container.hide {
  display: none;
}

.line-hour-2 {
  width: 3.75rem;
  height: .0625rem;
  background-color: #333;
  border-top: 1px solid #333;
  align-self: center;
  margin-left: 1rem;
  margin-right: 1rem;
}

.line-hour-2.ver {
  width: .0625rem;
  height: 3.75rem;
  background-color: #333;
}

.h2_wrapper {
  text-align: right;
  flex-direction: column;
  align-items: center;
  display: block;
}

.text-block-7 {
  color: #333;
}

.plus-2 {
  width: 4rem;
  height: 4rem;
  color: #f9f9f9;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, .6);
  background-image: linear-gradient(#d01e25, #d01e25);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0%;
  margin-bottom: .5rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: .5rem;
  box-shadow: 1px 1px 3px #000;
}

.prog_wrapper {
  max-width: 75rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.speakers_wrapper {
  width: 180%;
  max-width: 180%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.speaker_image {
  z-index: 1;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.speaker_image.hide {
  display: none;
}

.bold-text-sub {
  font-size: 1.4rem;
  font-weight: 700;
}

.button-watch {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #0b6d10;
  margin-top: 1rem;
  padding: .4rem .5rem;
  font-family: Shual, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.button-watch.hide {
  display: none;
}

.button-watch.nolink {
  cursor: default;
  background-color: #757575;
  position: static;
}

.button-watch.nolink.hide {
  display: none;
}

.button-watch.soon {
  background-color: #d01e25;
}

.button-watch.button-red {
  background-color: #d01e25;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .brand_container {
    position: relative;
    right: -158px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .brand {
    margin-left: 2vw;
  }

  .section_main {
    background-position: 50% 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sub-header.sub {
    position: relative;
    bottom: -594px;
    left: -428px;
  }

  .wsection_host {
    flex-direction: column;
    align-items: center;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .host_container {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .host_text {
    margin-top: 2rem;
  }

  .section_videos {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .videos_border.t-r {
    margin-right: 8vw;
  }

  .videos_border.t-l {
    margin-left: 8vw;
  }

  .videos_container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button.button-red.button-watch {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .videos_border.b {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .footer_center {
    align-self: auto;
    margin-bottom: .5rem;
    margin-right: 4.7rem;
  }

  .section_footer {
    flex-flow: column wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 0 1rem 1rem;
  }

  .footer_logo-link {
    padding: .5rem 1rem .5rem 2rem;
  }

  .footer_left {
    align-self: auto;
    margin-right: 4.7rem;
  }

  .brand_image {
    height: 5vw;
  }

  .brand-2 {
    margin-left: 2vw;
  }

  .nav-menu, .menu_button:focus {
    background-color: #0b0c1c;
  }

  .video_date {
    left: 462.828px;
  }

  .dropdown-toggle {
    width: auto;
  }

  .image-4 {
    max-width: 80%;
    position: relative;
    right: -64px;
  }

  .speaker_line-2 {
    width: 35%;
  }

  .prog_container._50 {
    margin-top: 2vw;
  }

  .prog_wrapper {
    margin-top: 2rem;
  }

  .speakers_wrapper {
    flex-wrap: wrap;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .section_main {
    background-position: 50% 0;
  }

  .sub-header.sub {
    font-size: 1.3rem;
    bottom: -620px;
    left: -77px;
    right: 141px;
  }

  .videos_border {
    height: 3rem;
  }

  .video {
    width: 100%;
  }

  .section_footer {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2rem;
  }

  .social_icon {
    height: 5vw;
  }

  .video_date {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    top: -13%;
    left: 233.828px;
    right: 223px;
  }

  .image-4 {
    max-width: 100%;
    right: -27px;
  }

  .div-sub {
    bottom: -671px;
    left: -2px;
  }

  .bold-text.hebrew-head {
    font-size: .9rem;
  }

  .mentor-class, .class {
    font-size: 2rem;
  }

  .speaker_line-2 {
    width: 47%;
    margin-bottom: 2vw;
  }

  .line-hour-2 {
    flex: 1;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .prog_wrapper {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .brand_container {
    flex-wrap: nowrap;
    align-self: center;
    align-items: center;
    position: static;
  }

  .section_main {
    background-position: 50%;
    background-size: cover;
  }

  .sub-header {
    text-align: center;
    flex: 1;
    align-self: center;
    position: relative;
    left: -17px;
  }

  .sub-header.sub {
    font-size: 1.3rem;
    top: 86px;
    right: 54px;
  }

  .main_button {
    margin-left: auto;
  }

  .button.button-red {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .button.button-red.button-watch {
    margin-top: -.2rem;
    font-size: 1.1rem;
  }

  .footer_link {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .footer_center {
    top: 2.9rem;
  }

  .footer_text {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .section_footer {
    padding-left: 0;
  }

  .social_link {
    margin-left: .2rem;
    margin-right: .2rem;
  }

  .social_icon {
    height: 7vw;
  }

  .footer_left {
    top: 2.9rem;
  }

  .footer_line {
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .social_icons {
    display: flex;
  }

  .brand_image {
    width: 200%;
    height: 5%;
  }

  .video_date {
    padding-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 9vw;
    line-height: 9vw;
    top: -11%;
    left: 143.828px;
    right: 143px;
  }

  .image-4 {
    max-width: 100%;
    right: -6px;
  }

  .div-block {
    order: 1;
    align-self: stretch;
  }

  .div-sub {
    order: 1;
    top: -48px;
    left: 78px;
  }

  .bold-text {
    font-size: 1rem;
  }

  .bold-text.hebrew-head {
    font-size: .9rem;
  }

  .mentor-class, .class {
    font-size: 2.2rem;
  }

  .speaker_line-2 {
    width: 40%;
  }

  .tat-koteret-mankalim {
    text-align: center;
    border-width: .3rem;
    border-color: #d01e25;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .line-hour-2 {
    width: 2.2rem;
    flex: 0 auto;
  }

  .h2_wrapper {
    text-align: center;
  }

  .plus-2 {
    box-shadow: 1px 1px 3px #000;
  }

  .prog_wrapper {
    margin-top: 2rem;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .speakers_wrapper {
    width: auto;
  }

  .speaker_image {
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 3px #000;
  }
}


@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shualserif';
  src: url('../fonts/ShualSerif-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shualserif';
  src: url('../fonts/ShualSerif-Regular_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shualserif 0';
  src: url('../fonts/ShualSerif-Regular_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shual 0';
  src: url('../fonts/Shual-Regular_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Light_0.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}