body {
  background-color: #f9f9f9;
  direction: rtl;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: right;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.section_hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 34px;
  -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: #d0e6f3;
  box-shadow: 1px 1px 3px 0 transparent, inset 0 0 40px 40px transparent;
}

.hero_container {
  position: relative;
  top: 11%;
  z-index: 1;
  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;
}

.hero_details {
  position: relative;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: hsla(0, 0%, 100%, 0.88);
}

.hero_heading {
  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;
}

.hero_img {
  width: 70%;
  max-height: 50vh;
  max-width: 90%;
}

.h1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
  color: #233e82;
  font-size: 3rem;
  line-height: 100%;
  font-weight: 700;
}

.hero_text {
  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;
}

.hero_live {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9rem 1.3rem;
  -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;
  border-radius: 0.5rem;
  background-color: #fff;
}

.live_text {
  margin-right: 0.5rem;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-block {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.hero_date {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
}

.about_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70rem;
  margin-right: auto;
  margin-bottom: 7rem;
  margin-left: auto;
  padding-top: 3.75rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -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;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  text-align: center;
}

.h2 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff2d16;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 0.03rem;
}

.h3 {
  margin-top: 1rem;
  margin-bottom: 2.75rem;
  color: #233e82;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}

.about_text {
  display: inline;
}

.about_text.bold {
  display: block;
  font-weight: 700;
}

.hero_subject {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.subject_container {
  position: relative;
  bottom: -3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: -3.75rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.subject {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.6rem 0.4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0.5rem;
  background-color: #233e82;
  text-align: right;
}

.subject-title {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f9f9f9;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.no_wrap {
  white-space: nowrap;
}

.section_speakers {
  display: block;
  max-width: 1625rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  -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: #697caa;
}

.speaker_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1453rem;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.speaker_wrapper.hosts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  -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: 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;
  border-bottom: 1px solid hsla(0, 0%, 74.5%, 0.5);
}

.speaker_wrapper.full {
  display: none;
}

.speaker {
  width: 15.625rem;
  margin: 1rem;
}

.speaker_image {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.speaker_img {
  border: 0rem solid #000;
}

.speaker_details {
  margin-top: 0.5rem;
}

.speaker_name {
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.secion_partners {
  display: block;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  -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;
}

.secion_partners.hide {
  display: block;
}

.partners_text {
  text-align: center;
}

.partners_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  -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;
}

.partners_wrapper.no_high {
  padding-top: 2rem;
  border-top: 1px solid #bebebe;
}

.logo_image {
  max-width: 150rem;
  margin-top: -1px;
  mix-blend-mode: multiply;
}

.logo_image.mizrahi {
  width: 105%;
}

.logo_image._121212 {
  margin-top: -17px;
}

.logo_link {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0.5rem;
  right: 0px;
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand_link {
  margin-right: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ff2d16;
}

.brand_link.last {
  border-left-width: 0px;
}

.nav_link {
  padding: 1.25rem;
}

.nav_link:hover {
  color: #000;
}

.nav_link:active {
  color: #000;
}

.nav_link:focus {
  color: #000;
}

.nav_link:visited {
  color: #000;
}

.nav_link.w--current {
  color: #000;
  font-weight: 700;
}

.brand_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;
}

.footer_link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #ff2d16;
}

.footer_link:hover {
  color: #a50006;
}

.footer_link:focus {
  color: #a50006;
}

.footer_line {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer_text {
  margin-left: 0.25rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer_logo_link {
  margin-left: 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5rem solid #ff2d16;
  color: #1d2a30;
  font-size: 0.8rem;
}

.hero_stamps {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.stamp-01 {
  position: absolute;
  left: -3%;
  bottom: 30%;
  width: 13.625rem;
  opacity: 0.65;
  -webkit-transform: rotate(19deg);
  -ms-transform: rotate(19deg);
  transform: rotate(19deg);
}

.stamp-02 {
  position: absolute;
  left: 15%;
  top: 15%;
  width: 25rem;
  opacity: 0.8;
}

.stmap-03 {
  position: absolute;
  right: 8%;
  bottom: 63%;
  width: 32rem;
  max-width: none;
  opacity: 0.9;
  -webkit-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  transform: rotate(345deg);
}

.stmap-04 {
  position: absolute;
  top: 75%;
  right: 17%;
  width: 25rem;
}

.stmap-05 {
  position: absolute;
  right: -16%;
  bottom: 30%;
  width: 31.25rem;
  opacity: 0.5;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.stmap-06 {
  position: absolute;
  left: 13%;
  top: 78%;
  width: 25rem;
  opacity: 0.7;
  -webkit-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  transform: rotate(345deg);
}

.share {
  position: absolute;
  left: auto;
  top: -1rem;
  right: auto;
  bottom: auto;
  z-index: 2;
  padding: 0.3rem 0.2rem 0.1px;
  border-radius: 0.5rem;
  background-color: #fff;
}

.about_text-wrapper {
  max-width: 32rem;
}

.about_yed_logo {
  position: relative;
  bottom: 1px;
  display: inline;
  height: 1.4rem;
  margin-left: 0.3rem;
}

.add2calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10rem;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.cal_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cal_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0.5rem;
  background-color: #ff2d16;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.cal_link {
  padding: 0.3rem 0.2rem;
  border-bottom: 1px solid #bebebe;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.cal_link:hover {
  color: #000;
  font-weight: 600;
}

.cal_link:active {
  color: #000;
}

.cal_link:visited {
  color: #000;
}

.cal_link.last {
  border-bottom-width: 0px;
}

.section_about {
  display: block;
  margin-right: auto;
  margin-left: 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;
  background-color: #f9f9f9;
}

.section_agenda {
  display: block;
  padding-top: 3.75rem;
}

.section_agenda.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.program_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3.75rem;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0.0625rem solid #bebebe;
}

.prog_column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hour_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.timeline {
  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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hour {
  width: 3rem;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.prog_talkname {
  padding-bottom: 0.5rem;
  color: #b3b3b3;
  font-weight: 700;
}

.prog_speaker {
  padding-bottom: 1.5rem;
}

.name {
  font-weight: 600;
}

.circle {
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #b3b3b3;
  border-radius: 50%;
}

.line {
  width: 0.0625rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0.125rem dotted #b3b3b3;
}

.line.top {
  height: 0.35rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.line.top.first {
  border-right-width: 0rem;
}

.line.last {
  border-right-width: 0rem;
}

._100 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.note {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.7rem;
}

.div-block {
  background-color: #233e82;
}

.date {
  color: #233e82;
  font-size: 1.9rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.hero_text-small {
  margin-bottom: 0px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #233e82;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text_down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #233e82;
  border-bottom: 1px solid #233e82;
}

.up {
  font-weight: 700;
}

.text-block-2 {
  color: #f9f9f9;
  text-align: center;
}

.text-block-3 {
  color: #fff;
  text-align: center;
}

.text-block-4 {
  color: #fff;
  text-align: center;
}

.text-block-5 {
  color: #fff;
  text-align: center;
}

.text-block-6 {
  color: #fff;
  text-align: center;
}

.text-block-7 {
  text-align: center;
}

.text-span {
  color: #ff2d16;
}

.bold-text {
  text-align: center;
}

.hasut {
  padding-right: 0px;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}

.button_red {
  overflow: visible;
  width: 14rem;
  margin: 0.5rem;
  border-radius: 20px;
  background-color: #d01e25;
  font-size: 22px;
  text-align: center;
}

.button_red.grey {
  background-color: #00aeef;
}

.div-block-2 {
  padding-bottom: 1rem;
}

.bg_hero {
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 0px;
}

.image {
  position: relative;
  mix-blend-mode: darken;
}

.image.img-desktop {
  position: absolute;
  left: -11%;
  top: 2%;
  right: auto;
  bottom: 0%;
}

.bold-text-2 {
  color: #233e82;
}

.bold-text-3 {
  color: #233e82;
}

.bold-text-4 {
  color: #233e82;
}

.header {
  color: #233e82;
}

@media screen and (max-width: 991px) {
  .section_hero {
    height: 110vw;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .h1 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .hero_live {
    padding: 1.5vw 2vw;
  }

  .live_text {
    font-size: 3vw;
  }

  .text-block {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .hero_date {
    font-size: 4vw;
    line-height: 5vw;
  }

  .logo_link {
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .navbar {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .nav_link {
    margin-right: 1rem;
    margin-left: 1rem;
    border-bottom: 1px solid hsla(0, 0%, 74.5%, 0.8);
  }

  .section_footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .menu-button {
    padding: 1rem;
    background-color: transparent;
  }

  .menu-button:focus {
    border-top-left-radius: 0.5rem;
    background-color: #99989e;
  }

  .nav-menu {
    background-color: rgba(153, 152, 158, 0.95);
  }

  .stamp-01 {
    left: -10%;
    width: 25vw;
  }

  .stamp-02 {
    left: 7%;
    top: 17%;
    width: 40vw;
  }

  .stmap-03 {
    right: -18%;
    bottom: 72%;
    width: 50vw;
  }

  .stmap-04 {
    top: 79%;
    right: 1%;
    width: 40vw;
  }

  .stmap-05 {
    right: -34%;
    width: 50vw;
  }

  .stmap-06 {
    left: 11%;
    width: 40vw;
  }

  .program_container {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .image {
    top: 2.8vh;
    right: 616px;
  }

  .image.img-desktop {
    left: -9%;
    top: 3%;
  }
}

@media screen and (max-width: 767px) {
  .section_hero {
    height: 130vw;
  }

  .hero_container {
    margin-top: 17px;
  }

  .h1 {
    margin-top: 43px;
    font-size: 6vw;
  }

  .subject_container {
    width: auto;
    -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;
  }

  .subject {
    width: 29%;
    margin-bottom: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .speaker {
    max-width: 40vw;
    margin: 3vw;
  }

  .navbar {
    top: 1rem;
    width: 94vw;
    max-width: none;
  }

  .brand_link {
    margin-right: 3vw;
    padding-left: 3vw;
  }

  .brand_container {
    width: 70%;
  }

  .footer_link {
    margin-bottom: 1rem;
  }

  .footer_line {
    margin-bottom: 1rem;
  }

  .footer_text {
    margin-bottom: 1rem;
  }

  .footer_left {
    position: absolute;
    top: 2.2rem;
    right: 5.9rem;
  }

  .section_footer {
    padding-left: 2rem;
    -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;
    font-size: 0.7rem;
  }

  .menu-button {
    padding: 2vw;
  }

  .live_icon {
    width: 7vw;
  }

  .program_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .date {
    font-size: 1.8rem;
  }

  .hero_text-small {
    font-size: 1.1rem;
  }

  .bg_hero {
    background-color: #d0e6f3;
  }

  .image.img-desktop {
    left: -5%;
    top: 12%;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    height: 181vw;
    padding-top: 17vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 100%;
  }

  .hero_container {
    top: 5%;
  }

  .hero_details {
    margin-bottom: 40vw;
    padding-bottom: 4rem;
  }

  .hero_heading {
    -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;
  }

  .hero_img {
    width: 67vw;
    height: auto;
  }

  .h1 {
    margin-top: 48px;
    font-size: 8vw;
    line-height: 6vw;
  }

  .hero_text {
    margin-top: 4vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero_live {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .live_text {
    font-size: 4vw;
  }

  .text-block {
    font-size: 4vw;
    line-height: 4vw;
  }

  .hero_date {
    font-size: 7vw;
    line-height: 8vw;
  }

  .about_wrapper {
    padding-top: 7.35rem;
  }

  .subject {
    width: 47%;
    margin-right: 1vw;
    margin-bottom: 1vw;
    margin-left: 1vw;
  }

  .logo_image {
    width: 100.00005%;
  }

  .logo_image.diff {
    height: 20vw;
  }

  .logo_image._121212 {
    margin-top: -5px;
  }

  .logo_image.risedoor {
    width: 50%;
  }

  .brand_container {
    width: 80%;
  }

  .footer_line {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  .footer_text-lefr {
    right: 2.7rem;
  }

  .footer_left {
    top: 1.1rem;
    right: 3.9rem;
  }

  .footer_logo_link {
    max-width: 36px;
  }

  .section_footer {
    padding-left: 0rem;
    font-size: 0.6rem;
  }

  .stamp-01 {
    bottom: 40%;
    width: 35vw;
  }

  .stamp-02 {
    left: -9%;
    top: 8%;
    width: 70vw;
  }

  .stmap-03 {
    right: -41%;
    width: 100vw;
  }

  .stmap-04 {
    width: 70vw;
  }

  .stmap-05 {
    width: 100vw;
  }

  .stmap-06 {
    left: -19%;
    width: 80vw;
  }

  .add2calendar {
    top: 50%;
    right: 1rem;
    margin-top: 3vw;
  }

  .partners_text-diff {
    font-size: 0.8rem;
  }

  .hour {
    width: 2.8rem;
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }

  .date {
    font-size: 1.6rem;
  }

  .hero_text-small {
    font-size: 1rem;
  }

  .button_red {
    font-size: 1.5rem;
  }

  .bg_hero {
    display: block;
  }

  .image {
    top: 244px;
    right: 254px;
    max-width: 120%;
  }

  .image.img-desktop {
    position: absolute;
    left: 0%;
    top: 373px;
    right: auto;
    bottom: 98%;
    width: 140px;
  }
}

