<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 100px;
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  text-align: center;
}

.logoimg {
  height: 70px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 100px 30px;
  -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;
  background-color: #1286c4;
  background-image: -webkit-linear-gradient(270deg, rgba(6, 79, 139, 0) 50%, rgba(6, 79, 139, .5) 99%), url('../images/grid.svg');
  background-image: linear-gradient(180deg, rgba(6, 79, 139, 0) 50%, rgba(6, 79, 139, .5) 99%), url('../images/grid.svg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 600px;
  background-attachment: scroll, fixed;
}

.side {
  width: 30%;
  margin-right: 30px;
  padding: 15px;
  background-color: #1286c4;
}

.main {
  position: relative;
  width: 830px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  direction: rtl;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  background-color: #064f8b;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  font-family: Opensanshebrew, sans-serif;
  color: #fff;
  text-align: center;
}

.noarimg {
  height: 120px;
  margin-bottom: 30px;
}

.p {
  font-family: Opensanshebrew, sans-serif;
  color: #064f8b;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.timeplace {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #f26b24;
  border-bottom: 2px solid #f26b24;
  font-family: Opensanshebrew, sans-serif;
  color: #064f8b;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.sep {
  color: #1286c4;
  font-size: 32px;
  font-weight: 300;
}

.note {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #1286c4;
  font-family: Opensanshebrew, sans-serif;
  color: #064f8b;
  line-height: 18px;
  text-align: center;
}

.vidlink {
  position: absolute;
  left: 30px;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  padding-bottom: 15px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px dotted #fff;
  border-radius: 60px;
  background-color: #1286c4;
  -webkit-transform: rotate(-12.25deg);
  -ms-transform: rotate(-12.25deg);
  transform: rotate(-12.25deg);
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Opensanshebrew, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.vidlink:hover {
  background-color: #f26b24;
}

.vidlink.hide {
  display: none;
}

.vidt {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.vidimg {
  height: 30px;
}

.mainbut {
  display: block;
  width: 300px;
  margin: 20px auto 30px;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #f26b24;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Opensanshebrew, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.mainbut:hover {
  background-color: #1286c4;
}

.footerlink {
  font-family: Opensanshebrew, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footerlink:hover {
  color: #f26b24;
}

.footerbut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  -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: 30px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.footerbut:hover {
  background-color: #f26b24;
}

.icon {
  height: 20px;
}

.guy {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  height: 250px;
}

.footerall {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .header {
    height: 70px;
  }
  .logoimg {
    height: 50px;
  }
  .main {
    width: 100%;
  }
  .guy {
    left: 10px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: auto;
  }
  .main {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer {
    position: relative;
  }
  .vidlink {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .guy {
    position: absolute;
    z-index: 1;
  }
  .footerall {
    position: relative;
    z-index: 1;
    overflow: visible;
  }
}

@media (max-width: 479px) {
  .header {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .main {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .noarimg {
    margin-bottom: 0px;
  }
  .p {
    font-size: 14px;
    line-height: 18px;
  }
  .timeplace {
    font-size: 14px;
    line-height: 18px;
  }
  .sep {
    font-size: 14px;
    line-height: 14px;
  }
  .note {
    font-size: 12px;
    line-height: 14px;
  }
  .vidlink {
    margin-bottom: 20px;
  }
  .footerbut {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
  .icon {
    height: 15px;
  }
  .guy {
    height: 120px;
  }
}

@font-face {
  font-family: 'Opensanshebrew';
  src: url('../fonts/OpenSansHebrew-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Opensanshebrew';
  src: url('../fonts/OpenSansHebrew-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Opensanshebrew';
  src: url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}</pre></body></html>