body {
  direction: rtl;
  font-family: Heebo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.section_main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 105vh;
  -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-bottom: 5px solid #1279b6;
  background-image: url('../images/hero_img.jpg'), -webkit-gradient(linear, left top, left bottom, color-stop(94%, #f2f2f2), to(#fff));
  background-image: url('../images/hero_img.jpg'), linear-gradient(180deg, #f2f2f2 94%, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding: 5rem 2.5rem 2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20em;
  margin-top: 0px;
  margin-bottom: 1rem;
  margin-left: 2.4rem;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Shual, sans-serif;
  color: #fff;
  font-size: 5rem;
  line-height: 3.1rem;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.h2.speakers {
  display: inline-block;
  width: 25%;
  margin-bottom: 0rem;
  margin-left: 0px;
}

.h2.social {
  max-width: 8.6rem;
  margin-bottom: 0rem;
  margin-left: 2rem;
  font-size: 3.75rem;
  line-height: 2.9rem;
  text-align: right;
}

.h2.social.newsletter {
  max-width: 12rem;
}

.h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 18px;
  line-height: 24px;
}

.h3.second {
  margin-top: 2rem;
}

.about_paragraph {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.625rem;
}

.about_text {
  margin-bottom: 19px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding: 5rem 2.5rem 2rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.speaker_container {
  max-width: 15.625rem;
  min-height: 22rem;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.speaker_image {
  position: relative;
  z-index: 1;
  text-align: center;
}

.speaker_img {
  position: relative;
}

.speaker_text {
  padding-top: 0.5rem;
}

.speaker_name {
  display: inline-block;
  margin-right: -0.5rem;
  margin-bottom: 0.2rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: #d31242;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

.speaker_title {
  font-family: Heebo, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-align: right;
}

.speaker_title.en {
  direction: ltr;
  text-align: left;
}

.closed_wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 10rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.close_text_wrapepr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1.5rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.closed_footer {
  margin-top: 1.5rem;
  text-align: center;
}

.closed_heading {
  margin-bottom: 25px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.bold-text {
  color: #d01e25;
  font-size: 3rem;
  line-height: 3rem;
}

.link {
  width: 2rem;
  height: 2rem;
  padding: 0.3rem 0.7rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #f3f3f3;
  color: #7a7a7a;
  font-size: 1rem;
  line-height: 1.4rem;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  background-color: #dadada;
  color: #636161;
}

.section-prog {
  max-width: 80rem;
  margin: 2rem auto 4rem;
  padding-top: 2rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.prog-up {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.prog_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prog-_column {
  width: 48%;
}

.prog_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.prog_time {
  width: 3rem;
  margin-left: 0.5rem;
  padding-top: 0.5rem;
}

.prog_content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.break {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.name {
  font-weight: 500;
}

.red {
  color: #d31242;
  font-weight: 500;
}

.button_prog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.7rem;
  border-radius: 5px;
  background-color: #d01e25;
  text-decoration: none;
}

.button_prog:hover {
  background-color: #a50006;
}

.div-block-3 {
  margin-left: 0.5rem;
}

.text-block-10 {
  color: #fff;
  text-decoration: none;
}

.line_red {
  color: #d01e25;
  font-size: 120%;
  line-height: 110%;
}

.button_red {
  overflow: visible;
  width: 20rem;
  margin: 0.5rem;
  background-color: #d01e25;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  font-size: 1.3rem;
  line-height: 1.2rem;
  text-align: center;
}

.button_red.button-blue {
  background-color: #3599d4;
}

.main_date {
  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-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  text-align: right;
}

.date_num {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 700;
}

.main_details {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main_buttons {
  position: relative;
  margin-top: 1rem;
}

.date_text {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.date_bold {
  font-size: 120%;
  line-height: 110%;
}

.date_bold.hours {
  font-size: 110%;
}

.partners_up {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section_partners {
  display: block;
  max-width: 80rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  padding-top: 5rem;
  padding-right: 2.5rem;
  padding-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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_text_wrapper {
  position: relative;
  z-index: 1;
  margin-top: 22%;
  margin-right: 51%;
  margin-left: auto;
  padding: 1.5rem;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.hide {
  display: none;
}

.blue_prog {
  color: #3599d4;
  font-weight: 500;
}

.body {
  background-color: #fff;
}

.social_icons {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  direction: ltr;
}

.social_icon {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -webkit-transition: opacity 475ms ease;
  transition: opacity 475ms ease;
}

.social_icon:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.section_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80rem;
  margin-right: auto;
  margin-bottom: 7rem;
  margin-left: auto;
  padding-top: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
  margin-left: 2rem;
}

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

.newsletter_iframe {
  max-width: 22.5rem;
}

.logo_image-link {
  margin-right: 1.6rem;
  margin-left: 1.6rem;
  -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;
}

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

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

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

.partners_comtainer {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.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_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_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

.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;
  color: #fff;
  font-weight: 700;
}

.nav_llink.red:hover {
  color: #fff;
}

.nav_llink.red:active {
  color: #fff;
}

.nav_llink.red:focus {
  color: #fff;
}

.nav_llink.red:visited {
  color: #fff;
}

.nav_llink.red.sold-out {
  background-color: #b3b3b3;
}

.topics_list {
  padding-left: 0px;
}

.toptics_item {
  margin-bottom: 0.5rem;
}

.medium {
  font-weight: 500;
}

.mark {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding-right: 0.7rem;
  padding-bottom: 0.3rem;
  padding-left: 0.7rem;
  background-color: #494949;
}

.speaker_cube {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #d31242;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.add2calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 7%, 88.5%, 0.9);
  font-size: 0.9rem;
  line-height: 1.3rem;
  cursor: pointer;
}

.cal_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -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;
  color: #000;
  font-weight: 700;
}

.cal_icon {
  margin-left: 0.5rem;
}

.cal_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cal_link {
  margin-right: 0.4rem;
  padding-left: 0.4rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #2c2c5b;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.cal_link:hover {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.cal_link:active {
  color: #000;
  text-decoration: none;
}

.cal_link:focus {
  color: #000;
  text-decoration: none;
}

.cal_link:visited {
  color: #000;
  text-decoration: none;
}

.cal_link.left {
  border-left-width: 0px;
}

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

.h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Shual, sans-serif;
  color: #d01e25;
  font-size: 7.7rem;
  line-height: 5.8rem;
  font-weight: 900;
}

.place_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  display: none;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.section_venue {
  margin-top: 6rem;
  margin-bottom: 8rem;
  padding-top: 3rem;
  background-color: #494949;
}

.list-item {
  color: #fff;
}

.place_address {
  color: #fff;
}

.button_map {
  margin-right: 3rem;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.vanue_list {
  padding-right: 19px;
}

.place_name {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.venue_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80rem;
  margin-right: auto;
  margin-left: 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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.venue_text {
  padding-right: 5rem;
}

.text-block-11 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.venue-parking {
  font-weight: 500;
}

.venue_pic {
  position: relative;
  margin-top: -6%;
  margin-bottom: -6%;
}

.venue_cube {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #d31242;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.venue_image {
  position: relative;
  z-index: 1;
}

.main_image_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
}

.main_image-box {
  width: 40%;
  height: 100%;
}

.heading {
  margin-bottom: 1rem;
  font-family: Shual, sans-serif;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.main_image-button01 {
  position: absolute;
  right: 15%;
  bottom: 49%;
  z-index: 1;
  width: 13vw;
}

.main_image-button02 {
  position: absolute;
  left: 40%;
  top: 9%;
  z-index: 1;
  width: 10vw;
}

.main_image-button03 {
  position: absolute;
  right: 41%;
  bottom: 12%;
  z-index: 1;
  width: 11vw;
}

.main_image-button04 {
  position: absolute;
  top: 14%;
  right: 22%;
  z-index: 1;
  width: 16vw;
}

.main_image-button05 {
  position: absolute;
  right: 3%;
  bottom: 12%;
  z-index: 1;
  width: 12vw;
}

.main_image-button06 {
  position: absolute;
  left: 5%;
  bottom: 21%;
  z-index: 1;
  width: 5vw;
}

.main_image-button07 {
  position: absolute;
  left: 1%;
  bottom: 49%;
  z-index: 1;
  width: 9vw;
}

.main_image-button08 {
  position: absolute;
  left: 24%;
  bottom: 9%;
  z-index: 1;
  width: 12vw;
}

.main_image-button09 {
  position: absolute;
  right: 2%;
  bottom: 63%;
  z-index: 1;
  width: 13vw;
}

.main_image-button10 {
  position: absolute;
  right: 26%;
  bottom: 7%;
  z-index: 1;
  width: 12vw;
}

.main_image-button11 {
  position: absolute;
  left: 30%;
  top: 11%;
  z-index: 1;
  width: 6vw;
}

.main_image-button12 {
  position: absolute;
  right: 2%;
  bottom: 40%;
  z-index: 1;
  width: 8vw;
}

.main_image-button13 {
  position: absolute;
  left: 32%;
  bottom: 17%;
  z-index: 1;
  width: 10vw;
}

.main_image-button14 {
  position: absolute;
  left: 10%;
  bottom: 11%;
  z-index: 1;
  width: 11vw;
}

.main_image-button15 {
  position: absolute;
  right: 14%;
  bottom: 71%;
  z-index: 1;
  width: 8vw;
}

.main_image-button16 {
  position: absolute;
  left: 2%;
  top: 29%;
  z-index: 1;
  width: 7vw;
}

.main_image-button17 {
  position: absolute;
  top: 5%;
  right: 34%;
  z-index: 1;
  width: 12vw;
}

.main_image-button18 {
  position: absolute;
  left: 18%;
  top: 15%;
  z-index: 1;
  width: 9vw;
}

.main_image-button19 {
  position: absolute;
  left: 8%;
  top: 11%;
  z-index: 1;
  width: 9vw;
}

.main_image-button20 {
  position: absolute;
  left: 9%;
  bottom: 35%;
  z-index: 1;
  width: 10vw;
}

.coming_soon {
  display: none;
  width: 70%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(73, 73, 73, 0.5);
  box-shadow: 0 0 18px 0 #000;
  opacity: 1;
  mix-blend-mode: normal;
}

.text_soon_speakers {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.text_soon_speakers_01 {
  color: #fff;
  font-size: 39px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.htn {
  text-align: right;
}

.text-span {
  color: #3599d4;
}

.image-4 {
  border-bottom: 0.5rem solid #3599d4;
}

.button_sols-out {
  position: absolute;
  right: 12%;
  width: 15rem;
  margin: 0.5rem;
  background-color: #b3b3b3;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section_main {
    height: 110vw;
  }

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

  .h2.speakers {
    width: 15.625rem;
  }

  .about_text {
    margin-left: 0rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .section_speakers {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .speaker_image {
    max-width: 140%;
  }

  .button_red {
    width: 15rem;
  }

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

  .main_buttons {
    margin-top: 2vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .date_text {
    margin-left: 0rem;
  }

  .main_text_wrapper {
    width: auto;
    margin-top: 56%;
    margin-right: auto;
  }

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

  .social_container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .logo_image-link {
    margin-right: 1rem;
    margin-left: 1rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

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

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

  .partners_sec.single {
    display: block;
  }

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

  .partners_comtainer {
    display: block;
  }

  .logo_image {
    height: 7rem;
  }

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

  .nav_container {
    padding-left: 0rem;
  }

  .nav_logo_image {
    height: 3rem;
  }

  .nav-menu {
    padding-top: 1rem;
    padding-bottom: 2rem;
    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;
  }

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

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

  .menu_icon {
    color: #000;
  }

  .menu_icon:focus {
    color: #000;
  }

  .add2calendar {
    margin-top: 0.5rem;
  }

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

  .section_venue {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
  }

  .button_map {
    margin-top: 1rem;
    margin-right: 0rem;
  }

  .vanue_list {
    padding-right: 19px;
    padding-left: 4px;
  }

  .venue_wrapper {
    max-width: none;
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .venue_text {
    width: auto;
    padding-right: 2.5rem;
  }

  .venue_pic {
    width: 40%;
    margin-top: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
  }

  .main_image_wrapper {
    background-size: 90vw;
  }

  .main_image-box {
    width: 60%;
    background-size: 250%;
  }

  .main_image-button01 {
    bottom: 24%;
    width: 20vw;
  }

  .main_image-button02 {
    left: 31%;
    width: 15vw;
  }

  .main_image-button03 {
    right: 55%;
    bottom: 16%;
    width: 18vw;
  }

  .main_image-button04 {
    width: 22vw;
  }

  .main_image-button05 {
    width: 21vw;
  }

  .main_image-button06 {
    width: 11vw;
  }

  .main_image-button07 {
    left: 4%;
    bottom: 46%;
    width: 15vw;
  }

  .main_image-button08 {
    bottom: 4%;
    width: 20vw;
  }

  .main_image-button09 {
    top: 19%;
    bottom: auto;
    width: 16vw;
  }

  .main_image-button10 {
    width: 19vw;
  }

  .main_image-button11 {
    top: 21%;
    width: 15vw;
  }

  .main_image-button12 {
    bottom: 29%;
    width: 13vw;
  }

  .main_image-button13 {
    bottom: 12%;
    width: 17vw;
  }

  .main_image-button14 {
    left: 6%;
    width: 17vw;
  }

  .main_image-button15 {
    bottom: 71%;
    width: 18vw;
  }

  .main_image-button16 {
    top: 26%;
    width: 15vw;
  }

  .main_image-button17 {
    right: 25%;
    width: 24vw;
  }

  .main_image-button18 {
    width: 17vw;
  }

  .main_image-button19 {
    width: 13vw;
  }

  .main_image-button20 {
    width: 21vw;
  }

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

  .button_sols-out {
    right: 0%;
  }
}

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

  .section_about {
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 4rem;
    line-height: 2.9rem;
  }

  .h2.speakers {
    width: 45%;
    max-width: 14.7rem;
  }

  .h2.social {
    margin-bottom: 0.5rem;
  }

  .h2.social.newsletter {
    max-width: none;
    margin-left: 1rem;
  }

  .section_speakers {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .speaker_container {
    width: 45%;
    min-height: 19rem;
  }

  .speaker_image {
    max-width: 100%;
  }

  .speaker_text {
    max-width: 13rem;
  }

  .close_text_wrapepr {
    width: 26rem;
  }

  .section-prog {
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .prog-_column {
    width: 100%;
    padding-left: 0px;
  }

  .button_red {
    margin: 1vw;
  }

  .date_num {
    font-size: 7.5vw;
    line-height: 7vw;
  }

  .main_buttons {
    text-align: center;
  }

  .date_text {
    margin-right: 2vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .section_partners {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .main_text_wrapper {
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    -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;
  }

  .social_icons {
    margin-bottom: 0.8rem;
  }

  .section_social {
    padding-right: 1rem;
  }

  .social_container {
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter_text {
    margin-bottom: 1rem;
  }

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

  .logo_container {
    margin-top: 9px;
    margin-bottom: 9px;
  }

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

  .logo_image {
    height: 6rem;
  }

  .footer_text {
    margin-bottom: 1rem;
  }

  .footer_line {
    margin-bottom: 1rem;
  }

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

  .footer_link {
    margin-bottom: 1rem;
  }

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

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

  .add2calendar {
    margin-top: 1vw;
  }

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

  .section_venue {
    margin-bottom: 20vw;
    padding-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vanue_list {
    padding-left: 0px;
  }

  .venue_wrapper {
    -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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .venue_pic {
    width: auto;
    margin-top: 1rem;
    margin-bottom: -21%;
    background-image: none;
  }

  .main_image-box {
    background-size: 180%;
  }

  .heading {
    margin-bottom: 2vw;
    font-size: 5vw;
    line-height: 4vw;
  }

  .main_image-button07 {
    bottom: 53%;
  }

  .button_sols-out {
    right: 6%;
    width: 12.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section_main {
    height: 140vw;
    padding-bottom: 10vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/header_israelicomm_1.png'), -webkit-gradient(linear, left top, left bottom, color-stop(94%, #f2f2f2), to(#fff));
    background-image: url('../images/header_israelicomm_1.png'), linear-gradient(180deg, #f2f2f2 94%, #fff);
    background-position: 46% 50%, 0px 0px;
    background-attachment: scroll, scroll;
  }

  .section_about {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .h2 {
    font-size: 17vw;
    line-height: 11vw;
  }

  .h2.speakers {
    width: 100%;
    margin-bottom: 1rem;
  }

  .h2.social {
    max-width: none;
    font-size: 3.5rem;
  }

  .section_speakers {
    padding-bottom: 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .speaker_container {
    min-height: auto;
  }

  .close_text_wrapepr {
    width: 20rem;
  }

  .bold-text {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

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

  .button_red {
    width: 70vw;
    font-size: 5vw;
  }

  .main_date {
    width: auto;
    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;
    text-align: center;
  }

  .date_num {
    font-size: 9vw;
    line-height: 9vw;
  }

  .main_details {
    width: 100%;
    margin-top: 1.5rem;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .section_partners {
    margin-top: 0rem;
    margin-bottom: 4.5rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .main_text_wrapper {
    position: absolute;
    bottom: 20%;
    text-align: center;
  }

  .social_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5rem 0rem 0rem 4rem;
  }

  .social_icon {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }

  .social_container {
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .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_image {
    height: 18vw;
  }

  .footer_text {
    font-size: 11px;
  }

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

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

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

  .section_footer {
    padding-left: 0rem;
  }

  .footer_link {
    font-size: 11px;
  }

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

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

  .section_venue {
    margin-bottom: 4.8rem;
  }

  .button_map {
    margin-top: 1rem;
    margin-right: 0rem;
  }

  .venue_text {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .venue_pic {
    background-image: none;
  }

  .main_image_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('../images/header_israelicomm.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/header_israelicomm.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
  }

  .main_image-box {
    width: 100%;
    height: 50%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, auto, auto;
  }

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

  .main_image-button01 {
    bottom: 58%;
    width: 25vw;
  }

  .main_image-button02 {
    width: 22vw;
  }

  .main_image-button03 {
    right: 11%;
    bottom: 1%;
    width: 25vw;
  }

  .main_image-button04 {
    width: 31vw;
  }

  .main_image-button05 {
    width: 24vw;
  }

  .main_image-button06 {
    bottom: 9%;
    width: 16vw;
  }

  .main_image-button07 {
    bottom: 60%;
    width: 21vw;
  }

  .main_image-button08 {
    bottom: 11%;
    width: 24vw;
  }

  .main_image-button09 {
    width: 24vw;
  }

  .main_image-button10 {
    bottom: 8%;
  }

  .main_image-button11 {
    width: 22vw;
  }

  .main_image-button12 {
    bottom: 61%;
    width: 22vw;
  }

  .main_image-button13 {
    bottom: 15%;
  }

  .main_image-button14 {
    bottom: 14%;
    width: 17vw;
  }

  .main_image-button15 {
    width: 26vw;
  }

  .main_image-button16 {
    width: 28vw;
  }

  .main_image-button17 {
    top: 8%;
    right: 11%;
    width: 31vw;
  }

  .main_image-button18 {
    top: 16%;
    width: 20vw;
  }

  .main_image-button19 {
    left: 8%;
    top: 6%;
    width: 19vw;
  }

  .main_image-button20 {
    left: 31%;
    bottom: 65%;
    width: 30vw;
  }

  .image-4 {
    border-bottom-width: 0rem;
  }

  .button_sols-out {
    right: 0%;
    width: 70vw;
  }
}

@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: auto;
}
@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: auto;
}
@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: auto;
}
@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: auto;
}