.all {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #3c0110;
}

.left-section {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 4;
  width: 50%;
  height: 100vh;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fbff00;
}

.right-section {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fbff00;
}

.left-wrap.footer {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.logo-wrap {
  position: fixed;
  left: 40px;
  top: 40px;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 45%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lotti-wrap {
  width: 100%;
  height: 65%;
  padding-right: 40px;
  padding-bottom: 10px;
}

.nav-wrap {
  height: 13%;
  padding-right: 40px;
}

.first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

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

.button-date {
  width: 50%;
  height: 45px;
  margin-right: 10px;
  padding-top: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #3c0110;
  border-radius: 0px;
  background-color: #fbff00;
  font-family: neue-haas-unica, sans-serif;
  color: #3c0110;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button-date:hover {
  background-color: #3c0110;
  color: #fbff00;
}

.button-date.about {
  width: 40%;
}

.button-date.signup {
  width: 60%;
  background-color: #3c0110;
  color: #fbff00;
}

.button-date.signup:hover {
  background-color: #fff;
  color: #3c0110;
}

.button-date.signup.short {
  width: 70%;
  border-style: none;
  border-radius: 0px;
  background-color: #fbff00;
  color: #3c0110;
}

.button-date.signup.short:hover {
  border-style: solid;
  border-color: #fbff00;
  background-color: #3c0110;
  color: #fbff00;
}

.right-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  background-color: #fff;
}

.first-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.disclaimer {
  font-family: neue-haas-unica, sans-serif;
  color: #3c0110;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}

.disclaimer-wrap {
  padding-right: 35%;
  text-align: left;
}

.scroll-lotti {
  width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottie-animation {
  width: 100%;
}

.info-text {
  padding-top: 100px;
  padding-right: 20%;
  padding-left: 40px;
  border-top: 1.5px solid #3c0110;
}

.info-text .h2 {
    margin-top: 35px;
}

.info-text .h2:first-child {
    margin-top: 0px;
}

.h2 {
  font-family: neue-haas-unica, sans-serif;
  color: #3c0110;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0px;
}

.day-div {
  width: 100%;
  background-color: #3c0110;
}

.date-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20%;
  padding-bottom: 20%;
  -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;
  border-radius: 0px;
  background-color: #3c0110;
}

.icon-time {
  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;
  text-decoration: none;
}

.icon-time.hour {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-time.link {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}

.numbers {
  margin-bottom: 10px;
  font-family: neue-haas-unica, sans-serif;
  color: #fbff00;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.icon-wrap {
  width: 30px;
  margin-right: 10px;
}

.icon-wrap.mail {
  width: 25px;
  margin-right: 15px;
}

.expand {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.pannel-name {
  margin-top: 5px;
}

.pannel-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px;
  -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;
  border-bottom: 1.5px solid #3c0110;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
}

.pannel-header-wrap:hover {
  background-color: #ececf5;
}

.image-2 {
  height: 100%;
}

.pannel-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.pannel-info {
  width: 70%;
  padding-top: 20px;
  -webkit-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  cursor: pointer;
}

.info .pannel-info {
  width: 85%;
  cursor: initial;
}

.info .pannel-info a {
	padding: 0px;
}

.info .pannel-info a .portfolio-link {
	margin: 0px;
}
.info .pannel-info a .portfolio-link .link-text {
    color: #fff;
	font-size: 16px;
    line-height: initial;
	flex: auto;
}

.info .pannel-info a .link-icon img {
   /*filter: invert(1);*/
}

.info .pannel-info a:hover .link-icon img {
   /*filter: none;*/
}

.info .pannel-info a.link-div:hover {
	background-color: transparent;
	text-decoration: underline;
}
.info .pannel-info a.link-div:hover .portfolio-link .link-text {
	/*color:#3c0110;*/
}

.pannel-speakers {
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
  padding-right: 15%;
  padding-left: 40px;
}

.h3 {
  font-family: neue-haas-unica, sans-serif;
  color: #3c0110;
  font-size: 26px;
  line-height: 36px;
}

.h3.capital {
  text-transform: uppercase;
}

.h3.capital.white {
  color: #fff;
}

.h3.yellow {
  font-family: neue-haas-unica, sans-serif;
  color: #fbff00;
}

.expand-wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.pannel-div {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #3c0110;
}

.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.portrait {
  width: 40%;
  height: 28vh;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #3c0110;
  background-image: url('../images/Gad-Kaynar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-clip: border-box;
}

.portrait.interlude {
  width: 100%;
  height: 55vh;
  margin-top: 20px;
  margin-right: 0px;
  background-image: url('../images/HaGader_119x-.jpg');
  background-attachment: scroll;
  -webkit-filter: none;
  filter: none;
  background-position: top;
}

.portrait._2 {
  background-image: url('../images/EvanYionoulis101414_071-cropped-sm.jpg');
}

.portrait._3 {
  background-image: url('../images/מאיה-פורטרט-אלדד-מאסטרו.jpg');
}

.portrait._4 {
  background-image: url('../images/evdokimos-1-sm.jpg');
}

.portrait._5 {
  background-image: url('../images/Lee-Perlman.jpg');
}

.portrait._6 {
  background-image: url('../images/Jess-Thorpe.jpg');
}

.portrait._7 {
  background-image: url('../images/David.jpg');
}

.portrait._8 {
  background-image: url('../images/Nenni-Delmestre.jpg');
}

.portrait._9 {
  background-image: url('../images/Aroji-coffee.jpg');
}

.portrait._10 {
  background-image: url('../images/Tal-Feder.jpg');
}

.portrait._11 {
  background-image: url('../images/Tom-Fleming.jpg');
  background-position: top;	
}

.portrait._12 {
  background-image: url('../images/eyal-sher-1.jpg');
}

.portrait._13 {
  background-image: url('../images/Sasapin.jpg');
}

.portrait._14 {
  background-image: url('../images/Jason-Danino-Holt.jpeg');
}

.portrait._15 {
  background-image: url('../images/Erez-Maayan-2.jpg');
}

.portrait._16 {
  background-image: url('../images/Maya-Magnat--תמונה-של-סאלי-פטל.jpg');
}

.portrait._17 {
  background-image: url('../images/Nimrod-Danishman.JPG');
}

.portrait._18 {
  background-image: url('../images/Maera-Hagage_Headshot-.jpg');
}

.portrait._19 {
  background-image: url('../images/Feodor.jpg');
}

.portrait._20 {
  background-image: url('../images/Rainer-Hofmann-Anna-van-Kooij-sm.jpg');
}

.portrait._21 {
  background-image: url('../images/Gabriel-natcorss-sm.jpg');
}

.portrait._22 {
  background-image: url('../images/Nataly-Zukerman.jpg');
  background-position: top;
}

.portrait._23 {
  background-image: url('../images/Caroline-Ngorobi-sm.JPG');
}

.portrait._24 {
  background-image: url('../images/Marina-OLY_6958.jpg');
}

.portrait._25 {
  background-image: url('../images/מאי-זרחי-קרדיט-צילום-תמר-לם-sm.jpg');
}

.portrait._26 {
  background-image: url('../images/Nisha-theatre-NYU.jpg');
}

.portrait._27 {
  background-image: url('../images/Christine-Mayor-035-linkedin.jpg');
}

.portrait._28 {
  background-image: url('../images/daphna-attias.jpg');
}

.portrait._29 {
  background-image: url('../images/Zoe-Irvine.jpeg');
}

.portrait._30 {
  background-image: url('../images/Filipp2.jpeg');
  /*background-position: 50% 66%;*/	
}

.portrait._31 {
  background-image: url('../images/Maksym-sm.JPG');
}

.portrait._32 {
  background-image: url('../images/Simon-SennKamila-K-Stanley-sm.jpg');
}

.portrait._33 {
  background-image: url('../images/Jonas.jpg');
}

.portrait._34 {
  background-image: url('../images/Moshe.jpg');
}

.portrait._35 {
  background-image: url('../images/Joyce.jpg');
  background-position: top;	
}

.portrait._36 {
  background-image: url('../images/rotem.JPG');
}

.portrait._37 {
  background-image: url('../images/דנה-תכניה-sm.jpg');
}

.portrait._38 {
  background-image: url('../images/Ivan-Medenica-bitef-1-1.jpg');
}


.about-name {
  width: 70%;
  font-family: Arimo, sans-serif;
	text-align: left;	
}

.text-name {
  font-family: neue-haas-unica, sans-serif;
  color: #3c0110;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: none;
	text-align: left;
}

.text {
  font-family: neue-haas-unica, sans-serif;
  color: #3c0110;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
    text-align: left;	
}

.text.orange {
  display: inline;
  background-color: #fbff00;
  text-transform: none;
}

.text.white {
  color: #fff;
}

.portfolio-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: neue-haas-unica, sans-serif;
  color: #3c0110;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
	text-align: left;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.image-3 {
  width: 100%;
}

.link-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
}

.name-first {
  margin-bottom: 20px;
}

._150px {
  width: 100%;
  height: 150px;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #3c0110;
}

.footer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

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

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

._30px {
  height: 25px;
}

.right-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ececf5;
	text-align: left;
}

.left-footer {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ececf5;
}

.headline-logos {
  padding-bottom: 3%;
}

.logo-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 6px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #3c0110;
  text-decoration: none;
  cursor: pointer;
}

.logo-eve,
.logo {
  margin-right: 20px;
  position: initial;
  right: initial;
  bottom: initial;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}

.wrap-all {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-blank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-wrap-copy {
  z-index: 5;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  text-align: left;
}

.sign-div {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
	text-align: left;
}

.sign-div.inter {
  padding-bottom: 150px;
}

.sign-div.inter2 {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 0px;
}

.link {
  color: #3c0110;
  text-decoration: none;
}

.link-2 {
  color: #3c0110;
  text-decoration: none;
  cursor: pointer;
}

.link-2:hover {
  background-color: #fbff00;
}

.text-credit {
  font-family: neue-haas-unica, sans-serif;
  color: #3c0110;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.text-credit.ץ {
  font-size: 10px;
  line-height: 18px;
}

.bold {
  font-weight: 700;
  text-transform: none;
}

.link-div {
  display: inline-block;
  padding-bottom: 3px;
  text-decoration: none;
  cursor: pointer;
}

.link-div:hover {
  background-color: #fbff00;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.contact-wrapper:hover {
  background-color: #fbff00;
}

.lottie-animation-3 {
  height: 100%;
}

.lottie-animation-4 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.mobile {
  display: none;
}

.logo-wrap-mobile {
  position: fixed;
  left: 40px;
  top: 40px;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 480px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.navbar {
  display: none;
}

.slider {
  width: 100%;
}

.slide-1 {
  background-image: url('../images/עותק-של-IMG_2813edited.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: neue-haas-unica, sans-serif;
}

.slide-2 {
  background-image: url('../images/Maksym-work.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/מאיץ-חלקיקים--מירי-סגל.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-4 {
  background-image: url('../images/simon-be_arielle_1_elisa_larvego.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/zoe-screen.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Gabriel-4-Distant-Bodies.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Feodor-photo_2020-10-03 18.30.12.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-8 {
  background-image: url('../images/Daphna-user-not-found-digital-01-L.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/ACT-III-PROGRAM-POST-6.png');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/filipp-access-point.png');
  background-position: 50% 50%;
  background-size: cover;
}

.brand {
  display: none;
}

.slider-2 {
  height: 40vh;
}

.slide-0 {
  background-image: url('../images/2020-09-09_21-52-07__8f431d36-f2cd-11ea-adcb-901b0e8d97a6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/עותק-של-IMG_2813edited.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.image-4 {
  max-height: 40px;
}

.image-5 {
  max-height: 50px;
}

.image-8 {
  height: 70px;
  max-height: 71.703125px;
}

@media screen and (min-width: 1280px) {
  .right-footer {
    overflow: hidden;
  }
  .headline-logos.last {
    padding-bottom: 0%;
  }
  .text-credit {
    font-size: 14px;
    line-height: 22px;
  }
  .text-credit.small {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .right-section {
    max-width: 50%;
  }
  .logo-wrap {
    width: 38%;
  }
  .right-wrap {
    max-width: 100%;
  }
  .first-screen {
    max-width: 100%;
  }
  .disclaimer {
    font-size: 44px;
    line-height: 54px;
  }
  .day-div {
    max-width: 100%;
  }
  .numbers {
    font-size: 64px;
  }
  .pannel-name-wrap {
    width: 90%;
  }
  .h3 {
    font-size: 30px;
  }
  .pannel-div {
    max-width: 100%;
  }
  .portrait.interlude {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer {
    max-width: 100%;
  }
  .right-footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .footer-blank {
    max-width: 100%;
  }
  .image-4 {
    max-height: 50px;
  }
  .image-8 {
    max-height: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .left-wrap.footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .logo-wrap {
    top: 5%;
    width: 30%;
  }
  .button-date.signup.short {
    width: 40%;
  }
  .disclaimer {
    font-size: 50px;
    line-height: 60px;
  }
  .disclaimer-wrap {
    padding-right: 50%;
  }
  .info-text {
    padding-top: 10%;
    padding-left: 5%;
  }
  .day-div {
    background-color: #3c0110;
  }
  .date-div {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .pannel-header-wrap {
    padding-left: 5%;
  }
  .pannel-speakers {
    padding-left: 5%;
  }
  .h3.capital.white {
    color: #fff;
  }
  .portrait.interlude {
    width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: cover;
  }
  .info {
    padding: 5% 10% 0px 5%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .right-footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .headline-logos {
    padding-bottom: 5%;
  }
  .sign-div {
    padding-left: 5%;
  }
  .sign-div.inter {
    padding-bottom: 10%;
  }
  .text-credit {
    line-height: 30px;
  }
  .text-credit.small {
    font-size: 13px;
    line-height: 15px;
  }
  .image-8 {
    height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .logo-wrap {
    display: none;
  }
  .lotti-wrap {
    position: relative;
    height: 60%;
    padding-right: 0px;
  }
  .nav-wrap {
    height: auto;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .disclaimer-wrap {
    padding-left: 40px;
  }
  .info-text {
    padding-top: 60px;
    border-top-style: none;
  }
  .pannel-div {
    background-color: #fff;
  }
  .portrait {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .portrait.interlude {
    background-image: url('../images/HaGader_119x-.jpg');
    background-position: 0% 50%;
    background-size: 100%;
    -webkit-filter: none;
    filter: none;
  }
  ._150px {
    height: 80px;
  }
  .info {
    padding-top: 100px;
  }
  .footer {
    display: none;
  }
  .contact-wrap {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    border-bottom: 1.5px solid #3c0110;
  }
  ._30px {
    height: 40px;
  }
  .headline-logos {
    padding-bottom: 0%;
  }
  .headline-logos.last {
    padding-bottom: 0%;
  }
  .logo-image {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .half-footer {
    padding-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .wrap-all {
    display: none;
  }
  .footer-blank {
    display: none;
  }
  .sign-div.inter {
    padding-bottom: 100px;
  }
  .text-credit {
    font-size: 18px;
    line-height: 28px;
  }
  .text-credit.small {
    font-size: 15px;
    line-height: 22px;
  }
  .lottie-animation-3 {
    position: relative;
  }
  .mobile {
    display: block;
    background-color: #fbff00;
  }
  .section {
    z-index: 20;
  }
  .section.one {
    z-index: 15;
    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-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1.5px solid #3c0110;
  }
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ececf5;
  }
  .section-padding.white {
    background-color: #fff;
  }
  .logo-wrap-mobile {
    position: static;
    z-index: 8;
    width: 100%;
  }
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: block;
    height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fbff00;
	min-height: initial;
    margin-bottom: initial;
    border: initial;  
  }
  .menu-button {
    padding: 0px;
    font-size: 40px;
  }
  .menu-button.w--open {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 30;
    background-color: transparent;
    color: #3c0110;
  }
  .icon {
    margin-top: 10px;
    margin-right: 10px;
    color: #3c0110;
    font-size: 50px;
  }
  .container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 20px;
  }
  .nav-menu {
    padding: 80px 40px 40px;
    border-bottom: 1.5px solid #3c0110;
    background-color: #fbff00;
  }
  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    font-family: neue-haas-unica, sans-serif;
    color: #3c0110;
    font-size: 24px;
    text-transform: uppercase;
  }
  .nav-link.w--current {
    color: #3c0110;
    text-decoration: none;
  }
  .div-block-6 {
    width: 100%;
    height: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .div-block-7 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-8 {
    width: 40px;
  }
  .brand {
    position: absolute;
    display: block;
    width: 80%;
    padding-top: 40px;
    padding-left: 20px;
  }
  .slider-3 {
    height: 50vh;
  }
  .image-6 {
    max-height: 70px;
  }
  .image-7 {
    max-height: 50px;
  }
  .directors .name > div {
		width: 40%;
  }
  .directors .name {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
  }
   .directors .name ._34 {
		order: 4;
	}
   .directors .name div.about-name.moshe {
	   order: 2;
	   margin-bottom: 20px;
	}
   .directors .name ._22 {
		order: 3;
	}
	.directors .name div.about-name.nataly {
		order: 1;
		margin-right: 9%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
  .lotti-wrap {
    display: none;
  }	
    .directors .name > div {
    width: 70%;
  }
  .directors .name ._22 {
    order: 2;
    margin-bottom: 30px;
  }
  .directors .name div.about-name.moshe {		
	order: 3;
  }
  .directors .portrait {
    padding: 33% 0%;
  }	
}

@media screen and (max-width: 479px) {
  .lotti-wrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    height: 100vh;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .nav-wrap {
    position: relative;
    z-index: 5;
    padding-right: 10px;
    padding-bottom: 10%;
    padding-left: 20px;
  }
  .first-row {
    margin-bottom: 0px;
  }
  .second-row {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 22px;
  }
  .button-date.signup.short {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .disclaimer {
    font-size: 30px;
    line-height: 38px;
  }
  .disclaimer-wrap {
    padding-right: 40px;
    padding-left: 20px;
  }
  .info-text {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 20px;
    border-top-style: none;
  }
  .h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .date-div {
    padding-top: 35%;
    padding-bottom: 35%;
  }
  .numbers {
    font-size: 42px;
    line-height: 40px;
  }
  .icon-wrap {
    width: 25px;
  }
  .pannel-name {
    margin-top: 10px;
  }
  .pannel-header-wrap {
    padding: 40px 20px;
  }
  .pannel-info {
    width: 100%;
  }
  .pannel-speakers {
    padding-right: 40px;
    padding-left: 20px;
  }
  .h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .h3.capital {
    line-height: 30px;
  }
  .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portrait {
    width: 70%;
    margin-bottom: 20px;
  }
  .portrait.interlude {
    height: 34vh;
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .about-name {
    width: 100%;
  }
  .text-name {
    font-size: 16px;
  }
  .text {
    font-size: 16px;
    line-height: 22px;
  }
  .link-icon {
    width: 18px;
    height: 18px;
  }
  .link-text {
    font-size: 16px;
  }
  .info {
    padding: 80px 20px 20px;
  }
  .contact-wrap {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1.5px solid #3c0110;
  }
  .half-footer {
    padding: 40px 40px 60px 20px;
    background-color: #ececf5;
  }
  .sign-div {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sign-div.inter {
    padding-bottom: 80px;
  }
  .link-div {
    font-size: 16px;
  }
  .lottie-animation-3 {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section.one {
    height: 90vh;
  }
  .section-padding {
    padding-bottom: 0px;
  }
  .section-padding.white {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .navbar {
    height: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99;
    margin-top: 10px;
    margin-right: 10px;
  }
  .menu-button.w--open {
    position: fixed;
    z-index: 99;
  }
  .icon {
    font-family: 'Changa One', Impact, sans-serif;
    color: #3c0110;
    font-size: 40px;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: -40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    margin-top: 0px;
  }
  .nav-link {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }
  .nav-link:hover {
    text-decoration: none;
  }
  .nav-link:active {
    color: #3c0110;
  }
  .nav-link:focus {
    color: #3c0110;
    text-decoration: none;
  }
  .nav-link:visited {
    color: #3c0110;
    text-decoration: none;
  }
  .div-block-6 {
    height: 30px;
  }
  .slider {
    margin-bottom: 40px;
  }
  .brand {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-3 {
    height: 40vh;
  }
}

/** NATAN tweaks for EVE site **/
nav#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    display: none;
}

html body.pojo-a11y-focusable a:focus {
    outline-width: 0px !important;
}

body a:visited, body a:focus, body a:hover {
    color: inherit;
}

body a:focus {
	text-decoration: inherit;
	color: inherit;
}

body a:hover {
	text-decoration: none;
}

body p, body span, body a, body li, body ul, body h1, body h2, body h3, body h4, body strong, body div, body input, body textarea, body select, body label {
	font-family: neue-haas-unica, sans-serif;	
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: inherit;
	margin: inherit;
	margin-bottom: inherit;
	margin-left: inherit;
	margin-top: inherit;
	margin-left: inherit;
    text-align: left;	
}

/** Read more **/
input.read-more-state {
  display: none;
}
span.read-more-target,
span.read-more-target p,
span.read-more-target div {
  font-size: 0;
  max-height: 0;
  opacity: 0;
  margin: 0;
  /*transition: .25s ease;*/
  max-width: 0;
}
input.read-more-state:checked ~ div.read-more-wrap span.read-more-target,
input.read-more-state:checked ~ div.read-more-wrap span.read-more-target p,
input.read-more-state:checked ~ div.read-more-wrap span.read-more-target div {
  font-size: inherit;
  max-height: 999em;
  opacity: 1;
}
input.read-more-state:checked ~ div.read-more-wrap span.read-more-target p {
  margin-bottom: 5px;
  max-width: initial;	
}
input.read-more-state:checked ~ div.read-more-wrap span.read-more-target div {
  max-width: initial;
}

input.read-more-state:checked ~ div.read-more-wrap span.read-more-target .directors {
    margin: 20px 0px;
}

input.read-more-state:checked ~ div.read-more-wrap span.read-more-target .directors .name {
    margin: 0px 0px 20px;
}

input.read-more-state:checked ~ div.read-more-wrap span.read-more-target .directors .name .portrait {
    margin-right: 9%;
}

input.read-more-state ~ label.read-more-trigger:before {
  content: 'Read more +';
  /*font-weight: bold;*/
  text-transform: uppercase;
  font-size: 14px;
  color: #3c0110;
}

input.read-more-state ~ label.white.read-more-trigger:before {
  color: #fff;
}
input.read-more-state:checked ~ label.read-more-trigger:before {
  content: 'Read less -';
}
label.read-more-trigger {
  cursor: pointer;
  display: flex;
  font-weight: normal;
}
.read-more-off label.read-more-trigger {
    display: none;
}

a.credit-link:hover {
    text-decoration: underline;
}
a.credit-link {
    color: inherit;
}