body {
  direction: rtl;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: right;
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 94.9%, 0.7)), to(hsla(0, 0%, 94.9%, 0.3)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.9%, 0.7) 56%, hsla(0, 0%, 94.9%, 0.3));
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, 0);
}

.nav_logo_image {
  height: 3.5rem;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_llink {
  padding: 1rem;
  color: #666;
  text-decoration: none;
}

.nav_llink:hover {
  color: #666;
}

.nav_llink:active {
  color: #666;
}

.nav_llink:focus {
  color: #666;
}

.nav_llink:visited {
  color: #666;
}

.nav_llink.w--current {
  color: #666;
  font-weight: 600;
}

.nav_llink.red {
  padding: 0.2rem 0.9rem;
  background-color: #d01e25;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 700;
}

.section_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1rem solid #2c68f3;
  background-image: none;
  background-size: auto;
}

.text_wrapper {
  margin-bottom: 4rem;
}

.date {
  position: relative;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 1rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 300;
  text-align: center;
}

.date:hover {
  color: #f9f9f9;
}

.date:active {
  color: #f9f9f9;
}

.date:focus {
  color: #f9f9f9;
}

.date:focus-visible {
  color: #f9f9f9;
}

.date[data-wf-focus-visible] {
  color: #f9f9f9;
}

.date:visited {
  color: #f9f9f9;
}

.h1 {
  position: relative;
  z-index: 10;
  margin: 0px -3% 6vw -7%;
  font-family: Montserrat, sans-serif;
  color: #f9f9f9;
  font-size: 6vw;
  line-height: 5vw;
  font-weight: 400;
  text-shadow: 4px 4px 0 #f9f9f9, -4px -4px 0 #f9f9f9;
}

.hero_image {
  position: relative;
}

.hero_img {
  width: 40vw;
  mix-blend-mode: darken;
}

.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;
  font-family: Montserrat, sans-serif;
  color: #d01e25;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-align: left;
}

.heading {
  position: absolute;
  right: 7.5%;
  bottom: 0vw;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d01e25;
  font-size: 1.7vw;
  line-height: 2vw;
  font-weight: 400;
}

.section_about {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about_text {
  position: relative;
  max-width: 51rem;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 11rem;
  background-color: #333;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
}

.note {
  margin-top: 1rem;
  margin-bottom: 0px;
  color: #d01e25;
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 0 0 10px hsla(0, 0%, 97.6%, 0.2);
}

.section_speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -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;
}

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

.h2_wrapper.partners {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 0.2rem solid #2c68f3;
  font-family: Shual, sans-serif;
  color: #2c68f3;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  text-align: center;
}

.prog_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75rem;
  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;
}

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

.prog_container.hour {
  margin-bottom: 1rem;
}

.prog_container.hide {
  display: none;
}

.prog_container._50 {
  margin-top: 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;
  font-size: 1.125rem;
  text-align: center;
}

.prog_hour {
  position: relative;
  z-index: 3;
  margin-bottom: 0px;
  padding: 0.5rem;
  color: #f9f9f9;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.hour_red {
  color: #f9f9f9;
  font-size: 2.5rem;
  font-weight: 300;
}

.line-hour {
  width: 3.75rem;
  height: 0.0625rem;
  margin-right: 1rem;
  margin-left: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top: 1px solid #333;
  background-color: #333;
}

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

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

.speaker_line.buttom {
  border-bottom: 0.0625rem solid #333;
  border-top-width: 0rem;
}

.speaker_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  margin-right: 0.9rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
  -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;
}

.speaker_container._50 {
  width: 26%;
}

.speaker_img {
  position: relative;
  max-width: 150%;
  padding-left: 3%;
}

.speaker_img.liz-img {
  padding-left: 0%;
  border-radius: 20rem;
  background-color: transparent;
}

.speaker_image {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
}

.speaker_image.liz {
  width: 149%;
  background-color: transparent;
}

.speaker_circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  padding-right: 0%;
  padding-left: 5%;
  border-radius: 50%;
}

.speaker_circle._50 {
  background-image: url('../images/speaker_circle-50.svg');
}

.speaker_text {
  padding-top: 0.5rem;
  text-align: center;
}

.speaker_text._50 {
  color: #00aeef;
}

.speaker_name {
  display: inline-block;
  margin-right: -0.5rem;
  margin-bottom: 0.2rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 500;
}

.speaker_title {
  margin-bottom: 0.2rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.speaker_title.title {
  margin-top: 0.2rem;
  color: #2c68f3;
  font-weight: 600;
}

.speakers_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.no_wrap {
  white-space: nowrap;
}

.section_partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -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;
}

.partners_title {
  color: #666;
  font-weight: 300;
}

.partners_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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.partners_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.partners_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.8rem;
  padding-bottom: 3rem;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.partners_sec.double {
  margin-bottom: 0px;
}

.logo_link {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer_link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #d01e25;
  font-size: 13px;
}

.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;
  font-size: 13px;
}

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

.footer_text-lefr {
  font-size: 13px;
}

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

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

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

.section_footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-right: 2rem;
  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;
  background-color: #fff;
  color: #1d2a30;
}

.medium {
  font-weight: 500;
}

.speaker_heading {
  margin-left: -16%;
}

.partners_heading {
  margin-top: -1rem;
  margin-right: -16%;
}

.hero_circle {
  position: relative;
  bottom: 169%;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background-image: url('../images/hero_circle.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.hero_deco {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 30rem;
  height: 20rem;
}

.about_deco {
  position: absolute;
  top: -35%;
  right: 0%;
  overflow: hidden;
  width: 25rem;
  height: 50rem;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.about_circle {
  width: 50rem;
  height: 50rem;
  background-image: url('../images/about_circle.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.about_deco-right {
  position: absolute;
  right: -2.8rem;
  bottom: 5rem;
}

.about_deco-right.dec-animation {
  display: block;
  -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;
}

.about_deco-right.deci {
  width: 15%;
}

.about_deco-left {
  position: absolute;
  left: -2rem;
  bottom: -3.8rem;
}

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

.plus {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background-image: url('../images/about_circle-02.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(208, 30, 37, 0.1)), to(rgba(208, 30, 37, 0.1)));
  background-image: url('../images/about_circle-02.svg'), linear-gradient(180deg, rgba(208, 30, 37, 0.1), rgba(208, 30, 37, 0.1));
  background-position: -13px 0px, 0px 0px;
  background-size: 240%, auto;
  background-repeat: repeat, repeat;
  color: #f9f9f9;
  font-size: 3rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.partner_text {
  margin-top: 2rem;
  color: #646464;
  font-size: 0.9rem;
}

.plus50 {
  position: absolute;
  top: 10%;
  z-index: 4;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.5rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #f9f9f9;
  border-radius: 50%;
  background-color: #d01e25;
  color: #f9f9f9;
  font-size: 4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.hour_wrapper {
  position: relative;
  background-color: #00aeef;
}

.hour-circle01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(229, 185, 0, 0.1);
}

.hour-circle02 {
  position: absolute;
  left: 3%;
  top: 0%;
  right: 30%;
  bottom: 0%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(229, 185, 0, 0.1);
}

.hour-circle03 {
  position: absolute;
  left: -21%;
  top: -101%;
  right: auto;
  bottom: auto;
  z-index: 1;
  mix-blend-mode: normal;
}

.hour_circle-text {
  position: absolute;
  left: -25%;
  top: -132%;
  bottom: 0%;
  z-index: 4;
  width: 6rem;
  height: 6rem;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  font-size: 1.5rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-align: center;
}

.hour-circle04 {
  position: absolute;
  left: -25%;
  top: -136%;
  bottom: 0%;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #e5b900;
}

.underline {
  text-decoration: underline;
}

.venue {
  position: relative;
  margin: 1rem auto 0px;
  padding: 0.6rem 1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #d01e25;
  background-color: #fff;
  color: #d01e25;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.venue.hide {
  display: none;
}

.date_wrapper {
  position: relative;
  top: -206px;
  padding: 1rem;
  background-color: #2c68f3;
}

.paragraph-2 {
  font-family: Rubik, sans-serif;
  font-weight: 300;
}

.innovation {
  color: #00aeef;
}

.text-block {
  color: #f9f9f9;
  font-size: 6rem;
  line-height: 5rem;
  font-weight: 300;
}

.text-block.hide {
  display: none;
}

.name-cube {
  font-weight: 500;
}

.div-hour {
  width: 13rem;
  height: 5rem;
  padding-top: 0.1rem;
  padding-right: 0px;
  background-color: #00aeef;
}

.text-hero {
  margin-bottom: 0px;
  color: #f9f9f9;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-align: center;
}

.bg_hero {
  width: 100%;
  height: 100vh;
}

.hero_element {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.muzmanim {
  color: #d01e25;
  font-weight: 700;
}

.muzmanim.hide {
  display: none;
}

.venue-2 {
  position: relative;
  margin: 1rem auto 0px;
  padding: 0.6rem 1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #f9f9f9;
  color: #f9f9f9;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

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

.plus_wrapper {
  width: 60%;
  padding: 1rem;
  border-style: solid;
  border-width: 3px;
  border-color: #00aeef;
}

.plus_wrapper.hide {
  display: none;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.bold_prog {
  font-size: 1.3rem;
  font-weight: 700;
}

.text-block-2 {
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}

.text-block-3 {
  position: relative;
  top: 23px;
  color: #000;
  font-size: 4.2rem;
  text-align: center;
}

.ai {
  color: #2c68f3;
}

.div-block {
  max-width: 120%;
}

.div-block-2 {
  position: relative;
  top: -155px;
}

.paragraph-4 {
  position: relative;
  top: 33px;
  margin-top: -371px;
  margin-bottom: 0px;
  color: #d01e25;
  font-size: 1.3rem;
  font-weight: 500;
}

.div-block-3 {
  margin-top: -251px;
  padding-top: 0px;
}

.div-block-4 {
  position: relative;
  top: 69px;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #2c68f3;
  background-color: #2c68f3;
}

.div-block-4.div4 {
  top: 80px;
}

.image-5 {
  position: relative;
  left: -625px;
}

.bold-text {
  border-bottom: 1px solid #2c68f3;
}

.bold-text-2 {
  border-bottom: 1px solid #2c68f3;
}

@media screen and (max-width: 991px) {
  .nav_container {
    padding-left: 0rem;
  }

  .nav_logo_image {
    height: 3rem;
  }

  .nav-menu {
    background-color: #f2f2f2;
  }

  .nav_llink {
    margin-right: 1rem;
    margin-left: 1rem;
    border-bottom: 0.065rem solid #000;
    color: #000;
  }

  .nav_llink:hover {
    color: #000;
  }

  .nav_llink:active {
    color: #000;
  }

  .nav_llink:focus {
    color: #000;
  }

  .nav_llink:visited {
    color: #000;
  }

  .nav_llink.red {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_llink.lsat {
    border-bottom-width: 0rem;
  }

  .menu-button {
    height: 3rem;
    padding: 0.8rem;
  }

  .menu-button:focus {
    background-color: #f2f2f2;
  }

  .menu_icon {
    color: #000;
  }

  .menu_icon:focus {
    color: #000;
  }

  .section_hero {
    min-height: auto;
    background-image: none;
  }

  .heading {
    bottom: -0.5vw;
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .section_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about_text {
    max-width: 40rem;
    margin: 4.9rem auto 6.5rem;
    padding-right: 4.9rem;
    padding-left: 4.9rem;
  }

  .prog_wrapper {
    margin-top: 2rem;
  }

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

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

  .line-hour {
    width: 0.1rem;
    height: 6rem;
  }

  .speaker_container {
    width: 30vw;
    margin-right: 2vw;
    margin-bottom: 4vw;
    margin-left: 2vw;
  }

  .speaker_container._50 {
    width: 35%;
  }

  .speaker_title.title {
    text-align: center;
  }

  .speakers_wrapper {
    margin-top: 2vw;
    margin-bottom: 2vw;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo_image {
    height: 13vw;
  }

  .partners_title {
    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-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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .partners_container {
    display: block;
  }

  .partners_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners_sec {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .partners_sec.single {
    display: block;
  }

  .partners_sec.double {
    display: block;
    padding-bottom: 0rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo_link {
    margin-right: 4vw;
    margin-left: 4vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .hero_circle {
    bottom: 187%;
    width: 80vw;
    height: 80vw;
  }

  .hero_deco {
    width: 50vw;
    height: 30vw;
  }

  .about_deco {
    width: 45vw;
    height: 90vw;
  }

  .about_circle {
    width: 80vw;
    height: 90vw;
  }

  .about_deco-right {
    right: -3.9rem;
    bottom: 8.9rem;
  }

  .about_deco-left {
    bottom: -6.1rem;
  }

  .about_text-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hour_wrapper {
    margin-top: -7px;
  }

  .text-block-3 {
    top: 0px;
    font-size: 2rem;
  }

  .paragraph-4 {
    top: -224px;
    margin-top: 0px;
  }

  .div-block-3 {
    margin-top: -306px;
  }

  .image-5.animation-dots {
    left: -261px;
  }

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

@media screen and (max-width: 767px) {
  .nav_container {
    padding-right: 1rem;
  }

  .nav_logo_image {
    height: 2rem;
  }

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

  .section_hero {
    height: 80vw;
    padding-bottom: 0vw;
    background-image: none;
  }

  .date {
    padding: 3vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .heading {
    bottom: -2.3vw;
    background-color: #f9f9f9;
    font-size: 3vw;
    line-height: 3vw;
  }

  .prog_wrapper {
    margin-top: 2rem;
  }

  .prog_container.hour {
    margin-bottom: 2vw;
  }

  .prog_hour {
    max-width: 80vw;
  }

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

  .speaker_line {
    margin-bottom: 2vw;
  }

  .speaker_container {
    width: 40vw;
  }

  .speaker_container._50 {
    width: 47%;
  }

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

  .partners_sec {
    width: 100%;
    margin-bottom: 1rem;
    padding-top: 2px;
  }

  .logo_link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer_link {
    margin-bottom: 1rem;
  }

  .footer_line {
    margin-bottom: 1rem;
  }

  .footer_text {
    margin-bottom: 1rem;
  }

  .footer_left {
    position: absolute;
    top: 2.5rem;
    right: 3.7rem;
  }

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

  .hero_circle {
    bottom: 198%;
  }

  .about_deco {
    top: -8%;
  }

  .about_circle {
    width: 100vw;
    height: 100vw;
  }

  .about_deco-right {
    top: -4.6rem;
    right: -4.4rem;
    bottom: 0rem;
  }

  .hour_wrapper {
    margin-top: 25px;
  }

  .venue {
    padding: 3vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .venue-2 {
    padding: 3vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .paragraph-4 {
    top: -133px;
    padding-bottom: 0px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    height: auto;
    min-height: 65vh;
    padding-top: 6.9rem;
    padding-bottom: 7vh;
    background-image: none;
  }

  .text_wrapper {
    margin-bottom: 79vw;
    -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;
  }

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

  .h1 {
    margin-right: 0%;
    margin-bottom: 2vw;
    margin-left: 0%;
    font-size: 20vw;
    line-height: 20vw;
  }

  .hero_img {
    width: 70vw;
  }

  .hero_text {
    position: relative;
    font-size: 4vw;
    line-height: 4vw;
  }

  .heading {
    position: absolute;
    right: auto;
    bottom: -14.3vw;
    background-color: transparent;
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
  }

  .section_about {
    top: -202px;
  }

  .about_text {
    margin-bottom: 8.3rem;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  .section_speakers {
    position: relative;
    top: -231px;
  }

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

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

  .prog_hour {
    max-width: 80vw;
    padding-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .hour_red {
    font-size: 1.9rem;
  }

  .line-hour {
    width: 0.1rem;
    height: 5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .speaker_container {
    width: 70vw;
  }

  .speaker_container._50 {
    width: 85%;
  }

  .speaker_img.liz-img {
    display: block;
    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;
  }

  .speaker_circle {
    background-size: cover;
  }

  .speakers_wrapper {
    width: auto;
  }

  .section_partners {
    position: relative;
    top: -74px;
  }

  .partners_title {
    display: block;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .partners_sec {
    display: block;
    padding-bottom: 0rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo_link {
    margin-right: 0.7rem;
    margin-left: 0.7rem;
    text-align: center;
  }

  .footer_link {
    font-size: 11px;
  }

  .footer_line {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 11px;
  }

  .footer_text {
    font-size: 11px;
  }

  .footer_text-lefr {
    right: 2.7rem;
    font-size: 11px;
  }

  .link-block {
    max-width: 36px;
  }

  .footer_right {
    position: relative;
  }

  .section_footer {
    padding-left: 0rem;
  }

  .hero_circle {
    left: -46px;
    bottom: 118%;
  }

  .hero_deco {
    width: 70vw;
    height: 40vw;
  }

  .about_deco {
    top: -1%;
    right: 0%;
    width: 75vw;
    height: 150vw;
  }

  .about_circle {
    position: relative;
    width: 150vw;
    height: 150vw;
  }

  .about_deco-right {
    right: -3.9rem;
  }

  .about_deco-left {
    bottom: -7.8rem;
  }

  .hour_wrapper {
    margin-top: -14px;
    padding-bottom: 0px;
  }

  .hour-circle03 {
    left: 1%;
    top: auto;
    bottom: -100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .hour_circle-text {
    top: auto;
    bottom: -104%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .hour-circle04 {
    top: auto;
    bottom: -71%;
  }

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

  .date_wrapper {
    top: -128px;
  }

  .text-block {
    position: relative;
    padding-right: 61px;
    font-size: 2.5rem;
    line-height: 2rem;
  }

  .div-hour {
    width: 9rem;
    height: 5rem;
    padding-bottom: 0px;
    padding-left: 0px;
  }

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

  .text-block-3 {
    top: 0px;
    font-size: 1.3rem;
  }

  .body {
    min-height: 60vh;
    padding-top: 6.9rem;
    padding-bottom: 7vw;
  }

  .div-block-2 {
    position: relative;
    top: -244px;
  }

  .paragraph-4 {
    top: -159px;
    font-size: 1rem;
  }

  .div-block-4 {
    top: 9px;
  }

  .image-5.animation-dots {
    left: -195px;
    top: -189px;
  }
}

@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Regular.eot') format('embedded-opentype'), url('../fonts/Shual-Regular.woff') format('woff'), url('../fonts/Shual-Regular.ttf') format('truetype'), url('../fonts/Shual-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Bold.eot') format('embedded-opentype'), url('../fonts/Shual-Bold.woff') format('woff'), url('../fonts/Shual-Bold.ttf') format('truetype'), url('../fonts/Shual-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Black.eot') format('embedded-opentype'), url('../fonts/Shual-Black.woff') format('woff'), url('../fonts/Shual-Black.ttf') format('truetype'), 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-Light.eot') format('embedded-opentype'), url('../fonts/Shual-Light.woff') format('woff'), url('../fonts/Shual-Light.ttf') format('truetype'), url('../fonts/Shual-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}