:root {
  --color: #000;
  --ynet-blue: #1417ac;
  --firebrick-2: #bb2c2d;
  --firebrick: #cc0001;
  --1417ac: var(--firebrick);
  --color-2: #333644;
  --333644: #1417ac;
}

.w-layout-blockcontainer {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  direction: rtl;
  color: #333;
  background-color: #000;
  font-family: Narkissblock Regular, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

h1 {
  width: 1240px;
  margin: 20px auto 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.2;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.div-block {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body {
  display: block;
}

.image-3 {
  max-width: 50%;
  position: absolute;
  inset: 2% 0% auto 19%;
}

.image-4 {
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-block-3 {
  direction: rtl;
  color: #0b409c;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.navigation {
  background-color: #fcfcfce6;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.sharing-button {
  grid-column-gap: 10px;
  display: flex;
}

.sharing-button.facebook {
  background-image: url('../images/Facebook_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.sharing-button.facebook.full-blue {
  background-image: url('../images/fa.svg');
}

.sharing-button.mail {
  background-image: url('../images/mail_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}

.sharing-button.mail.full-blue {
  background-image: url('../images/mail.svg');
}

.sharing-button.whatsapp {
  background-image: url('../images/Whatsapp_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 32px;
  height: 32px;
}

.sharing-button.whatsapp.full-blue {
  background-image: url('../images/wh.svg');
}

.sharing-button.instagram {
  background-image: url('../images/Share2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.sharing-button.instagram.full-blue {
  background-image: url('../images/Share.svg');
}

.sharing-button.twiiter {
  object-fit: contain;
  background-image: url('../images/tweeter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.sharing-button.twiiter.full-blue {
  background-image: url('../images/tw.svg');
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-contact-us {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #c8e8f9;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  display: flex;
  position: static;
}

.button.cc-contact-us.mobile {
  justify-content: center;
  margin-left: 360px;
  margin-right: 360px;
  display: block;
  position: static;
}

.html-embed {
  justify-content: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.paragraph-4 {
  direction: rtl;
  color: #0b409c;
  text-align: right;
  border-right: 5px solid #0b409c;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.section-3 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: 52vh;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 20px 60px;
  display: grid;
  position: static;
  top: 0;
}

.section-3.laisha {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 52vh;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 500px;
  display: grid;
}

.photo {
  background-image: url('../images/לשיגב2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.photo.laisha {
  flex: 1;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
}

.bold-text-headling {
  color: #6dc3ee;
  text-align: right;
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 80px;
  line-height: 90px;
  display: block;
}

.heading {
  direction: rtl;
  color: #0b409c;
  text-align: center;
  background-color: #fcfcfc;
  flex: 0 auto;
  margin-top: 33px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 80px;
  display: block;
  position: relative;
  top: 0;
}

.heading.hero {
  text-align: right;
  background-color: #0000;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 100px;
  position: static;
  overflow: visible;
}

.heading.paragraph {
  text-align: right;
  border-top: 2px #041839;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 71px;
  top: 0;
}

.heading.paragraph.section {
  letter-spacing: 0;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  display: flex;
  position: static;
  overflow: visible;
}

.heading.paragraph.section.riv {
  font-size: 34px;
  line-height: 48px;
}

.heading.paragraph.section.miri {
  font-size: 34px;
}

.heading.paragraph.section.neta {
  font-size: 38px;
  line-height: 48px;
}

.heading.paragraph.section.hana {
  font-size: 40px;
}

.heading.paragraph.section.rita {
  font-size: 34px;
  line-height: 45px;
}

.heading.paragraph.section.orn {
  font-size: 34px;
  line-height: 46px;
}

.heading.paragraph.section.aya {
  font-size: 34px;
}

.heading.paragraph.section.nunu {
  font-size: 44px;
}

.heading.paragraph.section.shani {
  font-size: 38px;
  line-height: 48px;
}

.heading.paragraph.section.marsel {
  font-size: 44px;
  line-height: 50px;
}

.heading.paragraph.section.sivan {
  color: #0b409c;
  font-size: 38px;
  line-height: 48px;
}

.heading.paragraph.section.kira {
  font-size: 36px;
  line-height: 48px;
}

.heading.paragraph.section.lena {
  font-size: 38px;
  line-height: 48px;
}

.heading.paragraph.section.eden {
  letter-spacing: 0;
  font-size: 34px;
}

.heading.paragraph.section.nili {
  letter-spacing: 0;
  font-size: 34px;
  line-height: 44px;
}

.heading.paragraph.section.tzroia {
  font-size: 38px;
  line-height: 50px;
}

.heading.paragraph.section.juzi {
  font-size: 34px;
  line-height: 48px;
}

.heading.paragraph.section.val {
  font-size: 36px;
  line-height: 48px;
}

.heading.paragraph.section.adi {
  font-size: 44px;
}

.heading.paragraph.section.savion {
  font-size: 36px;
  line-height: 46px;
}

.heading.paragraph.section.dalia, .heading.paragraph.section.noa {
  font-size: 38px;
  line-height: 50px;
}

.heading.paragraph.section.yehudit {
  font-size: 40px;
  line-height: 56px;
}

.heading.paragraph.section.yona, .heading.paragraph.section.tzupit {
  font-size: 40px;
}

.heading.paragraph.section.rina, .heading.paragraph.section.yadena {
  font-size: 36px;
}

.heading.paragraph.section.shlo {
  font-size: 36px;
  line-height: 46px;
}

.heading.paragraph.section.si {
  font-size: 44px;
}

.heading.paragraph.section.dana {
  font-size: 38px;
  line-height: 46px;
}

.heading.paragraph.section.karoli {
  font-size: 34px;
  line-height: 46px;
}

.heading.paragraph.section.ilanit {
  font-size: 30px;
  line-height: 40px;
}

.heading.paragraph.section.norit {
  font-size: 32px;
  line-height: 42px;
}

.heading.paragraph.section.tamar, .heading.paragraph.section.daf {
  font-size: 30px;
  line-height: 40px;
}

.heading.paragraph.section.lea, .heading.paragraph.section.idit {
  font-size: 40px;
}

.heading.paragraph.section.din, .heading.paragraph.section.sand {
  font-size: 34px;
}

.heading.paragraph.section.zehava {
  font-size: 38px;
  line-height: 50px;
}

.heading.paragraph.section.pnina {
  font-size: 40px;
  line-height: 50px;
}

.heading.paragraph.section.yardena {
  font-size: 36px;
  line-height: 44px;
}

.heading.paragraph.section._4 {
  font-size: 36px;
}

.heading.paragraph.section.small {
  font-size: 33px;
  line-height: 45px;
}

.heading.paragraph.section.small.yael {
  font-size: 38px;
  line-height: 48px;
}

.heading.paragraph.section.dalit {
  font-size: 35px;
  line-height: 46px;
}

.heading.paragraph.section.galia {
  font-size: 34px;
  line-height: 46px;
}

.heading.paragraph.section.adis {
  font-size: 38px;
  line-height: 48px;
}

.subtext {
  text-align: right;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: static;
  left: 0;
}

.social-icons {
  clear: none;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  left: 15px;
}

.social-icons.section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  padding-right: 0;
  display: flex;
}

.listening {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 11%;
  grid-auto-columns: 1fr;
  place-content: center flex-end;
  place-items: center end;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.credit-video {
  direction: rtl;
  text-align: right;
  margin-top: 10px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.credit-video.padding {
  margin-top: 0;
  margin-bottom: 145px;
  padding-right: 20px;
}

.credit-video.padding.odaaia {
  margin-bottom: 29px;
  padding-right: 40px;
  font-size: 12px;
}

.credit-video.padding.odaaia._1 {
  color: #041839;
  margin-bottom: 16px;
  padding-right: 20px;
  position: relative;
}

.credit-video.padding.odaaia._1.eti {
  margin-bottom: 37px;
}

.credit-video.padding.odaaia._3 {
  margin-bottom: 20px;
  padding-right: 41px;
}

.credit-video.padding.stand {
  margin-bottom: 6px;
  margin-right: 53px;
  padding-top: 0;
  padding-right: 0;
  font-size: 12px;
}

.credit-video.padding.stand._1 {
  margin-bottom: 12px;
  margin-right: 50px;
}

.photo-section {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: 500px 0;
  grid-template-columns: 5.5fr .5fr .5fr 1.25fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  margin: 100px 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.photo-section.wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

.photo-section.wide.michal {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr .75fr;
  margin-top: 0;
  padding-bottom: 0;
}

.photo-section.wide.michal.laisha {
  grid-template-columns: 1fr 1fr;
}

.photo-section.wide.spotify-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: min-content;
  grid-template-columns: 1.5fr .5fr;
  margin-top: 100px;
  margin-bottom: 100px;
}

.photo-section.wide.spotify-small.yehudit {
  grid-template-columns: 1.5fr;
}

.photo-section.wide.spotify-small.tzufit {
  grid-template-rows: min-content;
  padding-bottom: 0;
  display: block;
}

.photo-section.hana {
  grid-column-gap: 20px;
  grid-template-rows: 555px;
  grid-template-columns: 11.25fr .75fr .75fr 2fr;
  margin-top: 100px;
  padding-bottom: 0;
}

.photo-section.shani {
  grid-template-rows: 1.5fr;
  grid-template-columns: 3fr 2fr;
  margin-top: 100px;
}

.photo-section.shani.gali {
  grid-column-gap: 16px;
  grid-template-rows: 2.75fr;
}

.photo-section.tzruia {
  grid-column-gap: 20px;
  grid-template-rows: 540px 0;
}

.photo-section.valary {
  grid-template-rows: 2fr;
  grid-template-columns: 17.5fr 12.25fr;
}

.photo-section.tzipis {
  grid-template-rows: 5.75fr;
  grid-template-columns: 5fr 1fr .25fr .5fr;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.photo-section.tzipis._1 {
  grid-template-rows: 6.25fr;
  grid-template-columns: 2.25fr .25fr .25fr .25fr;
}

.photo-section.tzipis._1.adi {
  grid-template-rows: 50vh;
  grid-template-columns: 3.5fr .5fr .5fr .25fr;
}

.photo-section.etti {
  grid-template-rows: 2fr;
  grid-template-columns: 13.75fr 17.5fr;
}

.photo-section.savion {
  grid-template-rows: 416px 0fr;
  grid-template-columns: 1fr 11% 2% .25fr;
}

.photo-section.yona {
  grid-template-rows: 390px 0;
  grid-template-columns: 5.5fr 3.75fr;
}

.photo-section.raya {
  grid-template-rows: 479px;
  grid-template-columns: .75fr 4% 2% .25fr;
}

.photo-section._2 {
  grid-template-rows: 491px 23px;
}

.photo-section.dana {
  grid-template-rows: 7fr;
  grid-template-columns: 1.75fr .25fr .25fr .25fr;
}

.photo-section.rahel {
  grid-template-columns: 7fr .5fr .5fr 1.25fr;
}

.photo-section.pnina {
  grid-template-rows: 475px 23px;
  grid-template-columns: 1.75fr 14% 5% .25fr;
  margin-top: 100px;
  margin-bottom: 120px;
}

.photo-section.yael {
  grid-template-rows: 6.75fr;
  grid-template-columns: 5.5fr 3.75fr;
}

.link {
  direction: rtl;
  color: #0b409c;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-30 {
  border-left: 1px solid #041839;
  border-right: 1px #041839;
  padding: 0 0 0 20px;
}

.bold-text-4 {
  color: #0b409c;
  text-align: left;
  margin-top: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
  display: block;
}

.bold-text-4._2 {
  margin-top: 5px;
  font-size: 34px;
  line-height: 43px;
}

.bold-text-4.riv {
  font-size: 38px;
  line-height: 44px;
}

.bold-text-4.right {
  text-align: center;
  font-size: 44px;
  line-height: 46px;
}

.bold-text-4.right.neta {
  text-align: left;
  margin-top: 10px;
}

.bold-text-4.right.hana {
  text-align: left;
  font-size: 42px;
  line-height: 50px;
}

.bold-text-4.right._1 {
  font-size: 48px;
  line-height: 52px;
}

.bold-text-4.noam {
  text-align: center;
  margin-top: 10px;
  font-size: 44px;
  line-height: 50px;
}

.bold-text-4.orna, .bold-text-4.nas {
  font-size: 32px;
  line-height: 42px;
}

.bold-text-4.mid {
  text-align: center;
  font-size: 46px;
  line-height: 55px;
}

.bold-text-4.mid.yuval {
  color: #0b409c;
  text-align: left;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 44px;
  line-height: 50px;
}

.bold-text-4.mid.yuval._1 {
  text-align: center;
  margin-top: 0;
}

.bold-text-4.rita {
  margin-top: 10px;
  font-size: 38px;
  line-height: 50px;
}

.bold-text-4.left {
  font-size: 46px;
  line-height: 53px;
}

.bold-text-4.left.small {
  margin-top: 10px;
  font-size: 42px;
  line-height: 52px;
}

.bold-text-4.left.marsel {
  margin-top: 10px;
  font-size: 34px;
  line-height: 46px;
}

.bold-text-4.left.dana {
  margin-top: 10px;
  font-size: 32px;
  line-height: 42px;
}

.bold-text-4.left.pnina {
  margin-top: 10px;
}

.bold-text-4.left._1.dalit {
  margin-top: 0;
  font-size: 42px;
  line-height: 51px;
}

.bold-text-4.ricki {
  text-align: left;
  font-size: 46px;
  line-height: 60px;
}

.bold-text-4.kira {
  font-size: 38px;
}

.bold-text-4.sivan {
  font-size: 42px;
  line-height: 50px;
}

.bold-text-4.tzipi {
  font-size: 38px;
  line-height: 48px;
}

.bold-text-4.eden {
  font-size: 36px;
  line-height: 46px;
}

.bold-text-4.tzroia {
  font-size: 42px;
  line-height: 54px;
}

.bold-text-4.val {
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
}

.bold-text-4.linoy {
  color: #0b409c;
  text-align: right;
  font-size: 44px;
  line-height: 56px;
}

.bold-text-4.big {
  margin-top: 10px;
  font-size: 46px;
  line-height: 56px;
}

.bold-text-4.yona {
  text-align: right;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 36px;
  line-height: 44px;
}

.bold-text-4._1 {
  font-size: 38px;
  line-height: 47px;
}

.bold-text-4._1.roti {
  font-size: 40px;
  line-height: 50px;
}

.bold-text-4.raya {
  margin-top: 10px;
  font-size: 38px;
  line-height: 46px;
}

.bold-text-4.rina {
  font-size: 40px;
  line-height: 50px;
}

.bold-text-4.dikla {
  font-size: 38px;
  line-height: 46px;
}

.bold-text-4.shlo {
  font-size: 40px;
}

.bold-text-4.yar {
  font-size: 40px;
  line-height: 46px;
}

.bold-text-4._4 {
  font-size: 50px;
  line-height: 56px;
}

.bold-text-4.karo {
  margin-top: 10px;
  font-size: 36px;
  line-height: 48px;
}

.bold-text-4.karo._1.nor {
  font-size: 36px;
  line-height: 42px;
}

.bold-text-4.karo._3 {
  font-size: 38px;
}

.bold-text-4.shafita {
  margin-top: 10px;
  font-size: 38px;
  line-height: 46px;
}

.bold-text-4.hav {
  font-size: 44px;
  line-height: 50px;
}

.bold-text-4.daf, .bold-text-4.tamar {
  margin-top: 10px;
  font-size: 32px;
  line-height: 40px;
}

.bold-text-4.zehava {
  margin-top: 10px;
  font-size: 44px;
  line-height: 52px;
}

.bold-text-4._5 {
  font-size: 42px;
}

.bold-text-4.small {
  font-size: 40px;
}

.bold-text-4.small.yael {
  margin-top: 10px;
  font-size: 44px;
  line-height: 50px;
}

.bold-text-4.efrat {
  font-size: 41px;
  line-height: 51px;
}

.bold-text-4.galia {
  margin-top: 10px;
  font-size: 30px;
  line-height: 38px;
}

.section-image {
  width: 110%;
}

.section-image.wide {
  width: 100%;
}

.heading-4 {
  float: none;
  clear: left;
  direction: rtl;
  color: #041839;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: static;
}

.heading-4.noam {
  padding-right: 229px;
}

.heading-4.micki {
  padding-right: 0;
}

.heading-4.photo {
  text-align: right;
  margin: 0 36px 0 20px;
  padding-right: 0;
  display: block;
}

.heading-4.photo._12 {
  margin-bottom: 65px;
  margin-right: 0;
}

.heading-4.photo._12._1 {
  background-image: none;
  margin-bottom: 0;
  margin-left: 0;
}

.heading-4.photo._6 {
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  line-height: 18px;
}

.heading-4.photo._13 {
  background-image: none;
  margin-top: -52px;
  margin-right: 20px;
  font-size: 12px;
}

.heading-4.photo._7 {
  color: #c8e8f9;
  background-image: none;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 40px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.heading-4.photo._11 {
  background-image: none;
  margin-bottom: 10px;
  margin-right: 50px;
  font-size: 12px;
}

.heading-4.photo._8 {
  color: #041839;
  background-image: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  line-height: 18px;
}

.heading-4.photo._2 {
  color: #c8e8f9;
  background-image: none;
  margin-bottom: 10px;
  margin-right: 40px;
  font-size: 12px;
  line-height: 18px;
}

.heading-4.photo._4 {
  color: #c8e8f9;
  background-image: none;
  margin-bottom: 10px;
  margin-right: 37px;
  font-size: 12px;
  position: relative;
}

.heading-4.photo.rahel {
  margin-bottom: 29px;
  margin-right: 63px;
}

.heading-4.photo.rahel._1 {
  margin-bottom: 10px;
  margin-right: 31px;
  line-height: 20px;
}

.heading-4.photo._10 {
  margin-right: 36px;
  font-size: 12px;
  position: static;
}

.heading-4.photo._10.ahi {
  background-image: none;
  margin-bottom: 47px;
  margin-left: 0;
  margin-right: 50px;
}

.heading-4.left {
  clear: none;
  text-align: left;
  margin-top: 10px;
}

.heading-4._1 {
  font-size: 15px;
}

.divider-small {
  background-color: #041839;
  margin-left: 200px;
  margin-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
}

.divider-small.song-section {
  background-color: #0b409c;
  margin-left: 365px;
  margin-right: 0;
}

.divider-small.song-section._5 {
  margin-left: 1140px;
  padding-left: 0;
}

.divider-small.song-section._4 {
  margin-left: 685px;
}

.divider-small.duble-section {
  background-color: #0b409c;
  margin-left: 491px;
}

.divider-small._5 {
  background-color: #0b409c;
  margin-left: 928px;
}

.divider-small.bold-text-6 {
  margin-left: 327px;
}

.divider-small._2, .divider-small._6 {
  background-color: #0b409c;
}

.divider-small._1 {
  background-color: #0b409c;
  margin-left: 509px;
  margin-right: 0;
}

.divider-small._3 {
  background-color: #0b409c;
  margin-left: 545px;
}

.block-quote {
  direction: rtl;
  color: #041839;
  text-align: right;
  border-left-width: 0;
  border-right: 7px solid #0b409c;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  position: static;
}

.block-quote.small {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.block-quote.laisha {
  font-family: Open Sans, sans-serif;
}

.listen {
  padding-left: 0;
}

.name-heading {
  direction: rtl;
  color: #041839;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.social-section {
  margin-right: 0;
  padding: 10px 0 0;
  display: flex;
}

.social-section.big, .social-section.small {
  padding-right: 0;
}

.social-section.laisha {
  flex-direction: row;
  display: block;
}

.long-section {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: .25fr min-content;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: end;
  align-items: stretch;
  margin: 100px 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.long-section.savyon.juzi {
  grid-column-gap: 20px;
  grid-template-rows: .25fr;
  grid-template-columns: 2fr 2fr;
}

.long-section.rita {
  grid-template-rows: .25fr;
  grid-template-columns: 50% 50%;
  grid-auto-rows: 1fr;
}

.long-section.rita.aya {
  grid-column-gap: 20px;
  grid-template-columns: 5fr 5fr;
}

.long-section.lena {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 5fr;
  grid-template-columns: 5.75fr 7.5fr;
  grid-auto-rows: 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.long-section.duble {
  grid-template-rows: min-content;
}

.long-section.duble.norit {
  grid-column-gap: 20px;
}

.long-section.dalia.noa {
  grid-template-rows: .25fr;
}

.div-block-16, .div-block-16.padding {
  margin-top: 0;
}

.div-block-16.aya {
  padding-left: 6px;
}

.div-block-33 {
  border-right: 1px solid #041839;
  padding-right: 20px;
}

.div-block-33.rita {
  border-left: 1px solid #041839;
  border-right-width: 0;
  padding-left: 20px;
  padding-right: 0;
}

.div-block-33.sivan {
  border-left: 0 #041839;
  border-right-width: 1px;
  padding-left: 0;
  padding-right: 20px;
}

.div-block-33.nili {
  border-left: 1px #041839;
  border-right-width: 1px;
  padding-left: 0;
  padding-right: 20px;
}

.div-block-33.ilanit {
  border-left: 1px solid #041839;
  border-right-style: none;
  padding-left: 25px;
  padding-right: 0;
}

.fluid-video {
  border-right: 1px solid #041839;
  height: 0;
  margin-right: 20px;
  padding-top: 56.25%;
  position: relative;
}

.fluid-video.small {
  border-right-style: none;
  margin-right: 0;
}

.fluid-video.small.yuval {
  margin-right: 0;
}

.fluid-video.small.nunu {
  margin-right: 0;
  position: relative;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px #041839;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.youtube-section {
  margin: 50px 30px;
  position: relative;
  top: auto;
}

.youtube-section.small {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.youtube-section.small.neta {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.youtube-section.small.neta.laisha {
  grid-template-columns: 1fr 1fr;
}

.youtube-section.small.nunu {
  grid-template-columns: 1fr;
}

.youtube-section.small.haviva {
  grid-template-columns: 1.5fr 1fr;
  margin-left: 20px;
  margin-right: 20px;
}

.youtube-section.small.yuval {
  grid-template-columns: .5fr .75fr;
  margin-left: 20px;
  margin-right: 20px;
}

.youtube-section.small.yuval.laisha {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  direction: rtl;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
  position: static;
}

.div-block-27 {
  border-right: 1px solid #041839;
  padding-right: 20px;
}

.div-block-27.neta {
  border-left: 1px solid #041839;
  border-right-style: none;
  border-right-width: 9px;
  padding-left: 20px;
  padding-right: 0;
}

.div-block-27.nunu {
  border-left: 1px #041839;
  border-right-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-27.yuval {
  direction: ltr;
  border-left: 1px solid #000;
  border-right-style: none;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 0;
}

.photo-div {
  background-image: url('../images/LAI1928.jpg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 21px 0 16px;
  position: relative;
}

.photo-div.eti {
  background-image: url('../images/LAI2331.jpg');
}

.photo-div.hava {
  background-image: url('../images/D1230-089.JPG');
  margin: 0;
}

.photo-div.hava.inside {
  position: static;
}

.photo-div.leas {
  background-image: url('../images/לאה-שבת---ריאן-פרויס.png');
  background-position: 86% 20%;
  background-size: auto;
  margin: 0 0 20px;
}

.photo-div._1 {
  background-image: url('../images/עפרה---ששון-משה.png');
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.photo-div.lea {
  background-image: url('../images/לאה-גולדברג2---באדיבות-מכון-גנזים.jpg');
  margin-top: 20px;
  margin-bottom: 50px;
}

.photo-div.adi {
  background-image: url('../images/אהובה-עוזרי---אביגיל-עוזי.png');
  margin-top: 20px;
  margin-bottom: 50px;
}

.photo-div.adi._4 {
  background-position: 50%;
  margin-left: 0;
  margin-right: 0;
}

.photo-div.linoi {
  background-image: url('../images/שרית-חדד--מור-צידון.png');
  margin-top: 20px;
  margin-bottom: 40px;
}

.photo-div.yona {
  background-image: url('../images/ריקי-גל---טל-שחר.png');
  background-position: 50%;
  background-size: contain;
  margin: 0;
}

.photo-div.yafa {
  background-image: url('../images/LAI979.jpg');
  background-position: 50%;
  margin: 30px 0;
}

.photo-div.odaia {
  background-image: url('../images/RU0350504.png');
  background-position: 50%;
  margin: 20px 0 30px;
}

.photo-div._3 {
  background-image: url('../images/YE0729645.png');
  background-position: 50%;
  margin: 20px 0 40px;
}

.photo-div.dikla {
  background-image: url('../images/דיקלה---עמרי-רוזנגרט2.png');
  background-position: 50%;
  margin: 20px 0 40px;
}

.photo-div.rahel {
  background-image: url('../images/YE1031463.jpg');
  background-position: 50%;
  background-size: contain;
  width: auto;
  height: auto;
  margin: 20px 0 40px;
  position: relative;
}

.photo-div.ahi {
  background-image: url('../images/LAI005717.png');
  background-position: 50%;
  margin: 30px 0 40px;
}

.photo-div.gali {
  background-image: url('../images/LAI1799.jpg');
  background-position: 50%;
  margin: 20px 0;
}

.photo-div.yael {
  background-image: url('../images/YEs018148.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-20 {
  border-left: 1px #041839;
  border-right: 1px #041839;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.div-block-20._1 {
  border-left-style: none;
  border-right-style: solid;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
}

.div-block-20.hava {
  border-right-style: solid;
  padding-right: 20px;
}

.div-block-20.line {
  border-left-style: none;
  border-right-style: solid;
  padding-right: 20px;
}

.div-block-20.lena {
  border-left-style: solid;
  padding-left: 20px;
}

.div-block-20.right {
  border-left-style: none;
  border-right-style: solid;
  padding-left: 0;
  padding-right: 20px;
}

.div-block-20._3 {
  border-left-style: solid;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.div-block-20.odaia {
  border-left-style: solid;
  border-left-width: 0;
  border-right-style: solid;
  border-right-width: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
}

.div-block-20.lea {
  border-left-style: none;
  border-left-width: 0;
  border-right-style: solid;
  border-right-width: 1px;
  padding: 40px 20px 40px 0;
}

.div-block-20.pnina {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-20._5 {
  border: 1px #000;
  border-right-style: solid;
  padding-right: 20px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c8e8f9;
  border-bottom: 0 solid #c8e8f9;
  border-right: 0 solid #c8e8f9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 8px 9px #0b409c;
}

.div-block-19.dark {
  background-color: #0b409c;
  box-shadow: 8px 9px #c8e8f9;
}

.text-section {
  border-right: 1px solid #041839;
  padding-right: 20px;
}

.text-section.micki {
  border-right-style: none;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 0;
}

.text-section.tamar {
  border-right-style: none;
  padding: 0;
}

.text-section.si {
  border-right-style: none;
  padding-right: 0;
}

.text-section.dalit {
  border-left: 1px #041839;
  border-right-style: none;
  padding-left: 0;
  padding-right: 0;
}

.text-section.efrat {
  border-right-style: none;
  padding-right: 0;
}

.bold-text-14 {
  font-size: 44px;
  font-weight: 400;
}

.bold-text-13 {
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

.banner {
  margin-left: 275px;
  margin-right: 275px;
  display: block;
  position: relative;
  top: 0;
}

.link-block-4 {
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.bold-text-10.sivan {
  color: #0b409c;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.bold-text-6 {
  font-size: 36px;
  font-weight: 400;
  line-height: 51px;
  display: block;
}

.bold-text-6.kira {
  color: #0b409c;
  font-size: 42px;
  line-height: 52px;
}

.bold-text-6.nili {
  font-size: 36px;
  line-height: 42px;
}

.bold-text-6.savion {
  margin-top: 5px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.bold-text-6.ilanit {
  font-size: 36px;
  line-height: 48px;
}

.bold-text-23 {
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
}

.reg-section {
  margin: 100px 20px;
}

.reg-section.efrat {
  margin-left: 20px;
  margin-right: 20px;
}

.reg-section.karina {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reg-section.telama-radio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 45vh;
  grid-template-columns: 847px 376px;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.bold-text-26 {
  font-weight: 400;
}

.text-span-13 {
  text-align: left;
  font-size: 44px;
  line-height: 54px;
}

.text-span-6 {
  text-align: left;
  font-size: 38px;
  line-height: 50px;
}

.text-span-5 {
  text-align: left;
}

.div-block-32 {
  margin-top: 10px;
}

.bold-text-8 {
  font-size: 12px;
  font-weight: 400;
}

.spotify {
  display: block;
}

.div-block-37 {
  display: none;
}

.credits-section {
  background-color: #c8e8f9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 170px;
  padding-right: 170px;
  display: grid;
}

.text-block-7 {
  direction: rtl;
  color: #0b409c;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #041839;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 22px 20px;
  display: grid;
}

.link-block-3 {
  display: flex;
}

.text {
  color: #fcfcfc;
  align-self: center;
  padding-left: 10px;
}

.text._1 {
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.container-10 {
  grid-column-gap: 20px;
  justify-content: space-between;
  font-family: Opensanshebrew;
  display: flex;
}

.link-4 {
  direction: rtl;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.text-span-12 {
  line-height: 40px;
}

.link-6 {
  direction: rtl;
  color: #0b409c;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading-7 {
  float: none;
  clear: left;
  direction: rtl;
  color: #041839;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.heading-8 {
  direction: rtl;
  color: #0b409c;
  text-align: center;
  background-color: #fcfcfc;
  flex: 0 auto;
  margin-top: 33px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensanshebrew;
  font-size: 80px;
  display: block;
  position: relative;
  top: 0;
}

.heading-8.paragraph {
  text-align: right;
  border-top: 2px #041839;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 71px;
  top: 0;
}

.heading-8.paragraph.section {
  letter-spacing: 0;
  object-fit: fill;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-8.paragraph.section.neta {
  background-color: #0000;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.section-4 {
  margin-bottom: 60px;
  margin-left: 140px;
  margin-right: 140px;
}

.link-7 {
  direction: rtl;
  color: #0b409c;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading-10 {
  direction: rtl;
  color: #0b409c;
  text-align: center;
  background-color: #fcfcfc;
  flex: 0 auto;
  margin-top: 33px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensanshebrew;
  font-size: 80px;
  display: block;
  position: relative;
  top: 0;
}

.heading-10.paragraph {
  text-align: right;
  border-top: 2px #041839;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 71px;
  top: 0;
}

.heading-10.paragraph.section {
  letter-spacing: 0;
  object-fit: fill;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-10.paragraph.section.dalit {
  background-color: #0000;
  margin-right: 0;
  padding-right: 20px;
  font-size: 34px;
  font-weight: 400;
  line-height: 46px;
}

.media-newslogo {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  text-align: right;
  grid-template-rows: .5fr auto .25fr auto .25fr auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 20px 0 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.h1 {
  direction: rtl;
  text-align: right;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 69px;
}

.h4 {
  direction: rtl;
  text-align: right;
  margin: 0 auto;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.h4.white {
  color: #333;
  text-align: right;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
}

.logo {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: rtl;
  text-align: right;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.success-message {
  background-color: #ddd0;
}

.form-2 {
  text-align: center;
  margin-right: 0;
  padding: 0 40px 20px;
  display: block;
}

.error-message {
  text-align: center;
}

.h2 {
  direction: rtl;
  color: #cc0001;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.form {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: min-content min-content min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: center;
  width: 462px;
  height: 95vh;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 10px;
  padding: 20px;
  display: grid;
  position: sticky;
  inset: 0% auto auto 0%;
  box-shadow: 4px 4px 13px 4px #0000001a;
}

.text-block-8 {
  font-family: Open Sans, sans-serif;
}

.h3 {
  direction: rtl;
  color: #cc0001;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.text-field {
  direction: rtl;
  color: #cc0001;
  background-color: #fff0;
  border: 2px solid #cc0001;
  border-radius: 6px;
  height: 50px;
  font-size: 16px;
}

.text-field:active {
  border-color: var(--ynet-blue);
}

.text-field:focus {
  border-color: var(--ynet-blue);
  background-color: #ffffff57;
}

.submit-button {
  color: #fff;
  text-align: center;
  background-color: #cc0001;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-top: 20px;
  padding: 15px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: static;
}

.submit-button:hover {
  background-color: var(--firebrick-2);
  color: #fff;
  font-weight: 700;
}

.submit-button:active {
  background-color: #222;
}

.email {
  direction: rtl;
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 6px;
  height: 50px;
  font-size: 16px;
}

.email.text-field {
  color: #333;
  border-color: #cc0001;
}

.email.text-field:active, .email.text-field:focus {
  border-color: var(--ynet-blue);
}

.text-block-9 {
  direction: rtl;
  color: var(--firebrick);
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.field-label-3 {
  direction: rtl;
  color: #cc0001;
  text-align: right;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-40 {
  background-color: #0000;
  height: auto;
  margin: 69px 0 0;
  padding: 0 40px 0 10px;
  display: block;
  position: static;
  inset: 0% 0% 0% 480px;
}

.body-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: block;
  overflow: hidden;
}

.section-5 {
  display: none;
}

.div-block-41 {
  border-right: 1px #000;
  width: auto;
  padding-right: 20px;
}

.section-6 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-image: url('../images/Group-25.png');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: 60vh 40vh;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.image-42 {
  display: block;
}

.image-43 {
  max-width: none;
  display: block;
}

.link-block-5 {
  display: block;
}

.paragraph {
  direction: rtl;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.running-text {
  direction: rtl;
  margin-top: 20px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.running-text.p2 {
  direction: rtl;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.bold-text-32 {
  padding-top: 5px;
  display: block;
}

.div-block-42 {
  display: flex;
}

.div-block-43 {
  background-image: url('../images/Star-1_1Star 1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 17px;
  height: 15px;
  margin-left: 10px;
}

.list_1 {
  direction: rtl;
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffffb3;
  border-radius: 10px;
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin: 0 20px 0 0;
  padding: 20px;
  display: grid;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: 30vh;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
  position: static;
}

.button-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-block.desktop {
  cursor: pointer;
  transition: opacity .2s;
}

.button-block.desktop:hover {
  opacity: .75;
}

.button-block.mobile {
  display: none;
}

.image-44 {
  width: 160px;
  margin-left: 24px;
}

.heading-12 {
  text-align: right;
  margin-top: 15px;
  font-size: 22px;
  line-height: 22px;
}

.button-text {
  text-align: right;
  font-size: 22px;
  position: absolute;
}

.div-block-46 {
  max-width: 370px;
  margin-right: -20px;
}

.not-bold {
  font-weight: 400;
}

.news-wrapper {
  color: #fff;
  text-align: center;
  background-color: #000;
  display: flex;
}

.image-45 {
  width: 166px;
}

.body-3 {
  background-color: #0000;
  font-family: Moses text Webfont vf, Arial, sans-serif;
}

.body-4 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.red_strip-2 {
  color: #fff;
  background-color: #de1b1b;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  max-height: 30px;
  margin-bottom: 15px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.see_more-2 {
  color: #fff;
  letter-spacing: .2px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
}

.podcast-2 {
  color: #fff;
  letter-spacing: .2px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
}

.gallery_strip-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-around;
  max-width: 100%;
  display: flex;
}

.image-49 {
  cursor: pointer;
  width: 201px;
}

.image-49:hover {
  opacity: .8;
}

.divred {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: transparent;
  object-fit: fill;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-49 {
  flex-direction: column;
  flex: none;
  order: 0;
  align-items: stretch;
  display: flex;
}

.image-5 {
  height: 44px;
}

.image-5.mobile {
  display: none;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding-right: 23px;
  line-height: 12px;
}

.button-3.watch {
  cursor: pointer;
  padding-right: 15px;
  font-family: Narkissblock;
  font-size: 18px;
  font-weight: 600;
}

.button-3.watch:hover {
  opacity: .6;
}

.image-50 {
  display: none;
  overflow: hidden;
}

.text-block {
  text-align: center;
  -webkit-text-stroke-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Narkissblock;
  line-height: 20px;
  display: block;
}

.text-block._2 {
  display: none;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
  overflow: auto;
}

.text-span {
  color: red;
}

.button-4 {
  background-color: #ec3838;
  border-radius: 20px;
  line-height: 12px;
}

.button-4.listen {
  cursor: pointer;
  padding-left: 15px;
  font-family: Narkissblock;
  font-size: 18px;
  font-weight: 600;
  line-height: 12px;
}

.button-4.listen:hover {
  opacity: .6;
}

.show {
  display: none;
}

.div-block-50 {
  width: 1500px;
  max-width: 100%;
  height: 300px;
  max-height: 100%;
  position: relative;
}

.image-51 {
  width: 1500px;
  height: 300px;
  max-height: 100%;
  margin-top: 10px;
}

.button-5 {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  inset: 192px 18% 17% 546px;
}

.body-5 {
  background-color: #0000;
}

.containr {
  text-align: center;
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.containr.container-disney {
  padding: 20px 20px 100px;
}

.questionnaire {
  text-align: center;
  background-color: #fce1d9;
  width: 40%;
  padding: 0;
}

.article {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 59px 0 40px;
  padding-top: 0;
  display: grid;
}

.maintitle {
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.div-block-blue {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #e3faff;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 20px 16px;
  display: flex;
  position: relative;
}

.div-block-pink {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fce1d9;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 20px 16px;
  display: flex;
  position: relative;
}

.ynet-logo1 {
  direction: rtl;
  text-align: right;
  width: 70px;
  height: 25px;
  padding-right: 0;
}

.div-block-53 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 20px;
  line-height: 40px;
  display: flex;
  position: relative;
}

.image-57 {
  width: 80%;
}

.image-57.mobile {
  display: none;
}

.button-7 {
  background-color: #58a4c6;
  border-radius: 20px;
  width: 40%;
  font-size: 18px;
  line-height: 14px;
}

.image-58 {
  width: 50px;
}

.text-block-11 {
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 22px;
}

.image-unfamilerplace {
  margin-top: 33px;
}

.image-unfamilerplace.arrow1 {
  margin-top: 10px;
  padding-top: 0;
  display: none;
}

.div-block-54 {
  background-color: #fff;
  border: 2px solid #58a4c6;
  border-radius: 20px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-12 {
  text-align: center;
  font-size: 15px;
}

.button-8 {
  direction: ltr;
  color: #000;
  background-color: #fff;
  border: 1px solid #58a4c6;
  border-radius: 20px;
  line-height: 10px;
}

.button-8:hover {
  color: #000;
  background-color: #d7d7d7a1;
}

.text-block-13 {
  text-align: center;
  width: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 26px;
}

.text-block-14 {
  font-family: "Mosestext 1", sans-serif;
  font-size: 12px;
}

.image-61 {
  width: 73px;
  margin-top: -50px;
}

.div-block-56 {
  direction: rtl;
}

.div-block-9 {
  width: 400px;
  max-width: 100%;
}

.image-62 {
  width: 100px;
}

.text-block-15 {
  color: #fff;
}

.div-block-57 {
  width: 50px;
}

.video {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: auto;
  padding-right: 0;
  display: block;
}

.header-2 {
  direction: rtl;
  justify-content: space-between;
  max-width: 100.018%;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-8 {
  padding-left: 125px;
  padding-right: 0;
  display: none;
}

.image-63 {
  direction: rtl;
  text-align: right;
  width: 30px;
  height: 25px;
}

.p-text {
  color: #fff;
  text-align: left;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.p-text.tex-decoration {
  color: #b6f1ff;
}

.p-text-copy {
  color: #fff;
  text-align: right;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mainititledisney {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.footer-3 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-64 {
  padding-left: 125px;
  padding-right: 0;
}

.image-64.mobilr {
  position: relative;
  overflow: visible;
}

.div-block-10 {
  object-fit: fill;
  width: auto;
  max-width: none;
  overflow: visible;
}

.div-block-58 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 0;
  display: flex;
}

.div-block-59 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  display: block;
}

.disney-right {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.div-block-14 {
  background-image: radial-gradient(circle, #b4619c, #253977 27%, #b4619c 64%, #2a3a78 84%);
  font-size: 18px;
  line-height: 22px;
}

.div-block-60 {
  align-items: center;
  width: 1240px;
  height: 400px;
  display: flex;
  position: relative;
}

.div-block-61 {
  grid-column-gap: 7px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-de {
  color: #a4dcec;
}

.disney-left {
  grid-column-gap: 20px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.text-block-16 {
  direction: rtl;
  color: #fff;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-16.tex-decoration {
  text-align: right;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 22px;
  line-height: 24px;
}

.text-block-16.credit {
  text-align: center;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 12px;
  line-height: 14px;
}

.body-6 {
  direction: rtl;
  font-family: Moses text Webfont vf, Arial, sans-serif;
}

.image-65 {
  width: 400px;
}

.div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67, .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72 {
  width: 50px;
}

.image-67 {
  z-index: 2;
  position: absolute;
  inset: auto 334px auto auto;
}

.image-68 {
  z-index: 2;
  position: absolute;
  inset: 0 578px auto auto;
}

.image-68.fadeinout_animation {
  padding-top: 18px;
}

.judistar4 {
  z-index: 2;
  position: absolute;
  inset: 179px 644px auto auto;
}

.judistar4.fadeinout_animation {
  z-index: 5;
  top: 30%;
  bottom: auto;
  right: 63%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-image {
  text-align: center;
  background-color: #fce1d9;
  width: 60%;
  margin-left: 0;
  padding: 40px 0;
}

.div-block-question {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #0000;
  border: 2px solid #58a4c6;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 16px;
  display: flex;
  position: relative;
}

.image-70 {
  padding-top: 0;
  position: absolute;
  inset: 16% 326px -52px 0%;
}

.image-71 {
  margin-left: 76px;
  padding-top: 35px;
  padding-right: 0;
}

.text-block-17 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-19 {
  color: #58a4c6;
}

.arrow2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: absolute;
}

.grid-judi-refernce {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  direction: rtl;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1400px;
  max-width: 100%;
  margin: -62px auto 40px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.image-72 {
  width: 100px;
}

.judi-paragref {
  direction: rtl;
  text-align: right;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  position: static;
}

.judi-paragref.bold {
  font-weight: 700;
}

.judi-section {
  direction: rtl;
  text-align: right;
  background-image: url('../images/Asset-2.webp');
  background-position: 0 0;
  background-size: cover;
  margin-top: -1px;
  font-size: 17px;
}

.div-block-74 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.image-73 {
  direction: rtl;
  text-align: right;
  width: 70px;
  height: 25px;
}

.image-74 {
  width: 100%;
}

.footer-4 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.div-block-75 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 0;
  display: flex;
}

.button-9 {
  direction: ltr;
  color: #fff;
  background-color: #007972;
  border: 1px solid #0000;
  border-radius: 20px;
  width: 50%;
  padding: 14px;
  font-size: 22px;
  line-height: 10px;
}

.button-9:hover {
  color: #fff;
  background-color: #ff09ce;
}

.judi-credit {
  text-align: center;
  position: static;
}

.judi-image-bk {
  height: auto;
  position: relative;
}

.header-3 {
  direction: rtl;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.heading-14 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 100px;
  font-size: 25px;
  line-height: 30px;
  position: static;
  inset: -442px 0% 0%;
}

.judi-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e3faff00;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px 16px;
  display: flex;
  position: relative;
}

.body-7 {
  direction: rtl;
  font-family: Moses text Webfont vf, Arial, sans-serif;
}

.image-75 {
  margin-bottom: 62px;
  padding-top: 226px;
}

.div-block-76 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  padding-bottom: 16px;
  display: flex;
}

.judi-image-bk-mobile {
  height: auto;
  display: none;
  position: relative;
}

.wrapper-time-counter {
  color: #fff;
  background-color: #b11412;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Narkissblock;
  display: flex;
  position: absolute;
  inset: 0;
}

.js-clock {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  display: flex;
}

.box {
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84px;
  max-width: 100%;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  text-align: center;
  font-family: Narkissblock Regular, sans-serif;
  font-size: 76px;
  font-weight: 500;
  line-height: 50px;
}

.clock-label {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-family: Narkissblock Regular, sans-serif;
  font-size: 26px;
  line-height: 17px;
}

.mynet-banner-time-counter-warp {
  direction: rtl;
  color: #fff;
  background-color: #1417ac;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 660px;
  max-height: 128px;
  padding-bottom: 12px;
  font-family: Narkissblock Regular, sans-serif;
  font-size: 50px;
  line-height: 0;
  display: flex;
}

.mynet-banner-time-counter-title {
  grid-column-gap: 9px;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 230px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 5px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  position: relative;
  top: 3px;
}

.mynet-banner-time-counter-title.time {
  grid-column-gap: 0px;
  grid-row-gap: 6px;
  flex-direction: column;
  max-width: 244px;
}

.text-block-41 {
  padding-top: 34px;
  padding-bottom: 8px;
  font-size: 90px;
  line-height: 0;
}

.text-block-40 {
  padding-top: 5px;
  font-size: 29px;
  font-weight: 400;
  line-height: 31px;
}

.text-block-40.mobile {
  display: none;
}

.html-embed-2 {
  flex-direction: row;
  max-width: 50%;
  height: 67px;
  display: flex;
}

.mynet-time-counter-link {
  font-size: 16px;
  line-height: 16px;
}

.link-9 {
  color: #fff;
  text-decoration: underline;
  display: none;
}

.judi-star2 {
  z-index: 2;
  position: absolute;
  inset: 179px 644px auto auto;
}

.judi-star2.fadeinout_animation {
  z-index: 5;
  inset: 32% 41% auto auto;
}

.judistar3 {
  z-index: 2;
  position: absolute;
  inset: 179px 644px auto auto;
}

.judistar3.fadeinout_animation {
  z-index: 5;
  inset: 3% 30% auto auto;
}

.judistar5 {
  z-index: 2;
  position: absolute;
  inset: 179px 644px auto auto;
}

.judistar5.fadeinout_animation {
  z-index: 5;
  inset: 3% auto auto 33%;
}

.judi-star6 {
  z-index: 2;
  position: absolute;
  inset: 179px 644px auto auto;
}

.judi-star6.fadeinout_animation {
  z-index: 5;
  inset: 14% 74% auto auto;
}

.bold-text-38 {
  font-size: 20px;
}

.body-9 {
  direction: rtl;
  background-color: #fff0;
}

.heading-17 {
  direction: rtl;
  color: #fff;
  text-align: right;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.ynet-original-grid-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 1240px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-42 {
  color: #fff;
}

.div-block-78 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 0;
  display: flex;
}

.bold-text {
  color: #d81a1a;
}

.ynet-logo1-2 {
  direction: rtl;
  text-align: right;
  width: 70px;
  height: 25px;
}

.ourseries {
  grid-column-gap: 20px;
  direction: rtl;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.buttonto-watch {
  text-align: center;
  background-color: #d81a1a;
  width: 100%;
  font-size: 20px;
}

.card-ynet-original {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border: .52px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.html-embed-3 {
  width: 50%;
}

.ynetoriginelstrock {
  direction: rtl;
  text-align: left;
  background-color: red;
  border: 1px solid #000;
  flex: 1;
  width: 70%;
  height: 5px;
  margin-left: auto;
}

.ynetoriginalmain {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 8px;
  color: #5f5f5f;
  -webkit-text-stroke-color: #2e2b2b;
  background-color: #181b24;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.text-block-43 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.ynetoriginal-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.whiteheader {
  direction: rtl;
  justify-content: space-between;
  align-items: flex-end;
  width: 1240px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-77 {
  direction: rtl;
  text-align: right;
  width: 70px;
  height: 25px;
}

.text-block-44 {
  color: #fff;
}

.ynet-oroginals-logo-wrap {
  object-fit: cover;
  width: 100%;
  height: 150px;
  overflow: auto;
}

.body-10 {
  background-color: #0d0c0c;
  font-family: Moses text Webfont vf, Arial, sans-serif;
}

.div-block-80 {
  direction: rtl;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-45 {
  color: #fff;
  text-align: right;
  overflow-wrap: normal;
  padding-left: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.ynet-originalbuttun {
  align-items: flex-end;
  display: flex;
}

.ynetoriginaltop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.fotterynetoriginal {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.ynet-capital-logo-header {
  position: absolute;
  right: 0%;
}

.ynet-capital-logos-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ynet-capital-header-social-icons {
  grid-column-gap: 7px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0%;
  right: auto;
}

.ynet-capital-header-social-icons.mobile {
  display: none;
}

.ynet-capital-bottom-red-strip {
  margin-top: 15px;
}

.container {
  max-width: 100%;
}

.nav-link {
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  line-height: 0;
}

.nav-link:active, .nav-link:visited {
  font-weight: 600;
}

.ynet-capital-header {
  direction: rtl;
  max-width: 1240px;
  font-family: Mosestext;
  position: relative;
}

.navbar {
  background-color: #de1a1a;
  max-height: 30px;
}

.mynet-time-counter-warp {
  display: flex;
}

.capital-logo-mobile {
  display: none;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-81 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.image-wrapper {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.collection-item {
  display: flex;
}

.auto-bottom {
  margin-top: auto;
}

.section {
  overflow: hidden;
}

.section.overflow-none {
  max-width: 1240px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.container-13 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.slider-wrapper {
  padding-left: 0;
  display: block;
}

.slider-list {
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -10px;
  display: flex;
}

.slider-item {
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.image-carousel {
  width: 240px;
  height: 360px;
}

.gradient {
  width: 100%;
  height: 100%;
  position: absolute;
}

.textbuttonfredoomcomponenet {
  padding-bottom: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.text-block-fredoomcomponenet {
  color: #fff;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Narkissblock;
  font-size: 18px;
  font-weight: 700;
}

.image-83, .cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-fredoomcomponenet {
  background-color: #de1a1a;
  font-family: Narkissblock;
  font-size: 16px;
  font-weight: 700;
}

.text-block-46 {
  color: #fff;
  margin-left: auto;
  margin-right: 3px;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.text-block-6 {
  color: #fff;
  font-size: 19px;
}

.tencommandmantsaditur {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.footer10commandments {
  background-color: #3e6222;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.imagetencommandmentsmobile {
  object-fit: cover;
  display: none;
}

.text-block-47 {
  color: #fff;
}

.arrowdown {
  margin-top: 10px;
}

.header10commandments {
  direction: rtl;
  background-color: #f15a25;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 10px 0 0;
  display: flex;
  position: static;
}

.imagecretive10com {
  width: 100px;
}

.author10commtext {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.div-block-82 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 60px;
  display: flex;
}

.tencommandments-namber {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  align-items: center;
  padding: 15px 10px;
  display: flex;
  position: relative;
}

.link-block-10 {
  text-decoration: none;
}

.link-block-10.ten-comm-lightgrin {
  background-color: #52832d;
}

._10commandmentstitle {
  grid-row-gap: 15px;
  background-color: #53832d;
  flex-direction: column;
  align-items: center;
  padding-bottom: 45px;
  display: flex;
}

.tencommandments-grid {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._12immgrtextblock {
  color: #fff;
  text-align: center;
  background-color: #04233f;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
}

._12immgrtextblock.lightgreen10comm {
  color: #fff;
  padding-top: 40px;
  font-size: 16px;
}

._12immgrtextblock.lightgreen10comm._10commdesign {
  background-color: #3e6222;
}

.authorwrap {
  grid-column-gap: 5px;
  display: flex;
}

.warptencommandments {
  direction: rtl;
  position: relative;
}

.text-block-2 {
  color: #03283d;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-decoration: none;
}

.ynet-logo1-3 {
  direction: rtl;
  text-align: right;
  width: 79px;
  height: 30px;
  margin-right: 20px;
}

.imagetencommandmentsdesk {
  object-fit: cover;
  width: 100%;
}

.tencommandments-card {
  grid-column-gap: 15px;
  background-color: #3e6222;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  font-style: normal;
  text-decoration: none;
  display: flex;
  overflow: auto;
}

.tencommandments-card.ten-comm-lightgrin {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 30px;
}

.imagetitle10comm {
  text-align: center;
  padding: 20px 140px;
}

.text-block-48 {
  color: #fff;
  font-size: 20px;
}

.seasonopeningrectangle {
  background-color: #f15a24;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 31%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tencommandments-footer {
  background-color: #3e6222;
}

.text-span-20 {
  color: #f15a24;
}

.text-span-21 {
  -webkit-text-stroke-color: #f15a24;
}

.text-span-23 {
  color: #d45f22;
}

.text-span-24 {
  color: var(--ynet-blue);
  font-weight: 700;
}

.div-block-83 {
  grid-column-gap: 15px;
  align-items: center;
  width: 400px;
  max-width: 100%;
  display: flex;
}

.image-84 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 202px 0% auto;
}

.text-block-49 {
  color: #050505;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.card-12immigrants {
  text-align: right;
  background-color: #fff;
  border: 0 solid #0000;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

._12immirgrantswrapper {
  direction: ltr;
}

.section-12immigrantsmain-footer {
  background-color: #04233f;
  padding-left: 60px;
  padding-right: 60px;
}

.white-termsof-se {
  color: #fff;
  display: flex;
}

.white-termsof-se:hover {
  color: #fff;
}

.text-block-51 {
  color: #e91c24;
  font-size: 20px;
  font-weight: 700;
}

.footer12immirgrants {
  color: #04233f;
  background-color: #04233f;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

._12immirgantsleftimage {
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-52 {
  color: #000;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
}

.image-85 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.imagemobile12imm {
  text-align: left;
  width: 50%;
  margin: 10px auto 40px;
  padding-top: 10px;
  position: relative;
}

.imagewrapper12immir {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: static;
}

._12olim--imag {
  padding-top: 0;
  position: absolute;
  inset: 9% 50% 0% auto;
}

.blackheadr {
  direction: rtl;
  justify-content: space-between;
  width: auto;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main12immigr {
  direction: ltr;
  position: relative;
}

.div-block-84 {
  text-align: center;
}

.flag-country {
  align-items: center;
  display: flex;
}

.titlemobile12immngrte {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

._12immgrationpaet2 {
  align-items: center;
  display: flex;
  position: relative;
}

.text--title--12olim-desktop {
  background-color: #c5f1ff;
}

.button12immgration {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  direction: ltr;
  background-color: #e91c24;
  border: 1px solid #0000;
  justify-content: center;
  align-items: baseline;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.button12immgration:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid red;
}

.secondtitle-12immigrants {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -52px;
  display: flex;
  position: relative;
}

.facebook {
  direction: rtl;
  text-align: right;
  width: 70px;
  height: 25px;
}

.text--title--12olim-mobile {
  background-color: #c5f1ff;
  display: none;
  overflow: hidden;
}

.div-block-85 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 0;
  display: flex;
}

.cardmaintitle {
  grid-column-gap: 10px;
  align-items: center;
  height: 30%;
  padding-top: 0;
  line-height: 1;
  display: flex;
}

.section-12immigrantsmain {
  background-color: #04233f;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.arrows {
  margin-bottom: 100px;
  padding-top: 10px;
}

.imageadventuretitle {
  text-align: left;
  margin: 10px auto 40px;
  padding-top: 10px;
  position: relative;
}

.logoyscreative {
  width: 100px;
}

.country-maintitle {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  line-height: 1;
  display: flex;
}

.ynet-logo1-4 {
  direction: rtl;
  text-align: right;
  width: 70px;
  height: 25px;
  padding-right: 20px;
}

.image-7 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 13px;
  padding-right: 0;
  position: absolute;
  top: 21px;
}

.container12immigration {
  direction: rtl;
  background-color: #c5f1ff;
  width: 100%;
  max-width: 1200px;
  height: 100%;
}

.grid-12-immigrants {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #04233f;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  padding-top: 100px;
  display: grid;
}

.whatsapp {
  direction: rtl;
  text-align: right;
  width: 70px;
  height: 25px;
}

.heading12imm {
  color: var(--color);
  margin-top: 0;
  padding-bottom: 31px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
  position: static;
}

.image-9 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragreaf12immirgrants {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.ynet-newsletter-warp-slider {
  flex: 1;
}

.ynet-newsletter-slide-conent {
  grid-column-gap: 20px;
  direction: rtl;
  text-align: right;
  align-items: center;
  font-family: "Mosestext 1", sans-serif;
  font-size: 28px;
  display: flex;
}

.ynet-newsletter-slider {
  direction: ltr;
  background-color: #0000;
  height: 115px;
}

.ynet-newsletter-button-text {
  color: #fff;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 23px;
  font-weight: 600;
  position: absolute;
  inset: 33% 46px 0% auto;
}

.ynet-newsletter-button-image-warp {
  width: 211px;
  max-width: 110%;
}

.hide {
  display: none;
}

.ynet-newsletter-slider-text-content {
  font-weight: 700;
}

.ynet-nl-slider-text-block-warp {
  font-family: "Mosestext 1", sans-serif;
  line-height: 28px;
}

.ynet-newsletter-button {
  justify-content: flex-end;
  align-items: center;
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 693px;
}

.p12immigwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 13px 15px 15px;
  display: flex;
}

.div-block-88 {
  margin-top: auto;
}

.imagewrapper12imm {
  width: 100%;
  height: 200px;
}

.ynet-newsletter-mobile-register-text-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 22px;
  display: flex;
  position: absolute;
}

.ynet-newslettter-button-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ynet-newslettter-button-block.mobile, .ynet-newsletter-mobile-button-2 {
  display: none;
}

.ynet-nl-ttriangle-img-3 {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -1px;
}

.ynet-nl-img-wrap-3 {
  position: relative;
}

.ynet-newsletter-mobile-button-image--2 {
  width: 160px;
}

.ynet-newsletter-button-arrow {
  position: absolute;
  top: 47px;
  left: 53px;
}

.ynet-newsletter-iframe-warpper-4 {
  direction: rtl;
  color: #fff;
  background-color: #000;
  width: 900px;
  font-family: Narkissblock;
  display: flex;
  position: relative;
}

.ynet-whatsapp-banner-content-warpper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ynet-whatsapp-banner-icon {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.ynet-whatsapp-banner-content {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ynet-whatsapp-banner-text-warpper-desktop {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ynet-whatsapp-banner-text-warpper-mobile {
  display: none;
}

.ynet-whatsapp-banner-warpper {
  direction: rtl;
  background-color: #000;
  border-top: 4px solid #de1a1a;
  border-bottom: 4px solid #de1a1a;
  justify-content: center;
}

.ynet-whatsapp-banner-text-1 {
  color: #fff;
  text-align: center;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 45px;
  line-height: 57px;
}

.ynet-whatsapp-banner-icon-image {
  max-width: 100%;
}

.ynet-whatsapp-banner-text-warpper {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-direction: row;
  align-items: center;
  display: none;
}

.ynet-whatsapp-banner-ynet-icon {
  flex: 0 auto;
  margin-top: 5px;
  margin-left: 0;
  display: block;
  position: static;
  inset: 21px 52% auto auto;
}

.ynet-whatsapp-banner-text-2 {
  color: #fff;
  text-align: center;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 46px;
  line-height: 56px;
}

.link-10 {
  color: #fff;
  text-decoration: none;
}

.link-10:hover {
  color: #1d00f5;
  text-decoration: underline;
}

.link-11 {
  color: #fff;
  text-decoration: none;
}

.link-11:hover {
  color: #0004ff;
  text-decoration: underline;
}

.link-12, .link-13 {
  color: #fff;
  text-decoration: none;
}

.section-12immigrantsmainopy {
  background-color: #c5f1ff;
  padding-left: 60px;
  padding-right: 60px;
}

.linkballfreedoom {
  width: 100%;
  height: 100%;
}

.ynet-freedom-componnet-headline {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Narkissblock;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.ynet-freedom-componnet-headline-mobile {
  display: none;
}

.yacrtext {
  align-items: center;
  width: 55%;
  margin-right: -29px;
  display: flex;
}

.ycarbutton-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ycarbutton-block.desktop {
  cursor: pointer;
  margin-left: 20px;
  transition: opacity .2s;
}

.ycarbutton-block.desktop:hover {
  opacity: .75;
}

.ycarredstrock {
  color: #fc0000;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  width: 3px;
  padding-right: 0;
}

.icon-2 {
  display: none;
}

.sliderycar {
  direction: ltr;
  background-color: #000;
  width: 850px;
  height: 95px;
}

.logoycarwhite {
  position: absolute;
  inset: 5% 0% auto auto;
}

.ycar-wrapper {
  direction: rtl;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 3px solid #de1b1b;
  border-left: 0 solid #d80000;
  border-right: 0 solid #d80000;
  justify-content: center;
  align-items: stretch;
  width: 850px;
  max-width: 100%;
  height: 95px;
  max-height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.right-arrow {
  top: 10px;
}

.image {
  object-fit: cover;
  object-position: 50% 21%;
  width: 100%;
  height: 100%;
  margin-left: 24px;
  position: absolute;
  inset: 0% 0% 0;
}

.ycar-wrapper2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.ycardivimage {
  width: 35%;
  position: relative;
}

.buttonycar {
  background-color: #de1b1b;
  border-radius: 17px;
  margin-left: 20px;
  padding: 10px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 16px;
}

.ycar-text {
  text-align: right;
  width: 99.9998%;
  font-family: "Mosestext 1", sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.body-michaael {
  font-family: Narkissblock;
}

.link-block-unstyled {
  max-width: 100%;
  text-decoration: none;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.tab-link {
  color: #aaa;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.card-title {
  margin-top: 0;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.text-span-27 {
  color: #0000;
}

.text-span-28 {
  font-weight: 700;
}

.titlrfamliy12 {
  color: #000;
  text-align: right;
  font-family: Narkissblock Semibold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.text-span-29 {
  color: #e91c24;
}

.text-span-30 {
  color: var(--firebrick);
}

.link-block-12 {
  text-decoration: none;
}

.card5--golden-age-project {
  padding: 0;
  line-height: 31px;
}

.bold-text-40 {
  width: 100%;
  font-size: 30px;
}

.ynet-ga-credits-desktop {
  text-align: center;
  font-size: 15px;
}

.card3--golden-age-project {
  padding: 0;
  line-height: 31px;
}

.logo-ynet-ga-header {
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.card4--golden-age-project {
  padding: 0;
  line-height: 31px;
}

.image-14 {
  width: 30px;
  height: 30px;
}

.card1--golden-age-project {
  flex-direction: column;
  padding: 0;
  line-height: 31px;
  display: flex;
}

.ga-gold-deco {
  align-self: stretch;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.oldmensectiondesk {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.link-14 {
  color: #fff;
  -webkit-text-stroke-color: #000;
  text-decoration: none;
}

.ynet-ga-hero-section {
  flex-direction: column;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.ynet-ga-hero-warpper-title {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.ynet-ga-header-warpper {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 10px 14px 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.ynet-ga-cards-project {
  text-align: center;
  align-self: center;
  width: 100%;
  max-width: 1400vh;
  margin-top: 0;
}

.text-span-2 {
  color: #b38521;
  font-weight: 700;
}

.yney-ga-hero-main-video {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card2--golden-age-project {
  padding: 0;
  line-height: 31px;
}

.bold-text-3 {
  text-decoration: none;
}

.oldmensectiondmobile {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
}

.text-block-5 {
  color: #000;
  text-align: center;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 25px;
  line-height: 35px;
}

.ga-hero-container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card7--golden-age-project {
  padding: 0;
  line-height: 31px;
}

.ynet-golden-age-project {
  direction: rtl;
  flex-direction: column;
}

.image-15 {
  width: 30px;
  height: 30px;
}

.card6--golden-age-project {
  padding: 0;
  line-height: 31px;
}

._16-9-ratio {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cardiimag-goldeniage {
  object-fit: cover;
  object-position: 52% 50%;
  background-image: url('../images/רקע-בלבד.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 343px;
  font-size: 22px;
  line-height: 22px;
}

.gifoldmangif {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  justify-content: space-around;
  height: 70%;
  display: flex;
}

.ynet-ga-hero-video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 55%;
}

.ga-navbar {
  direction: rtl;
  background-color: #fff;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 10px #7f7a7a33;
}

.card10--golden-age-project {
  padding: 0;
  line-height: 31px;
}

.card-name-role-ga {
  color: #000;
  text-align: center;
  font-size: 28px;
  line-height: 33px;
  text-decoration: none;
  display: none;
}

.ynet-ga-credits-warpper {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.ynet-footer-creative_studio-image {
  width: 100px;
}

.link-block-14 {
  justify-content: center;
  text-decoration: none;
}

.card8--golden-age-project {
  padding: 0;
  line-height: 31px;
}

.grid-golden-age-12--card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.ynet-footer-links-text {
  color: #fffcfc;
  text-align: center;
  font-family: Narkissblock;
}

.ynet-ga-footer-credits {
  text-align: center;
}

.ynet-ga-header-barnd-logo {
  flex: 0 auto;
}

.ynet-ga-footer-links {
  direction: rtl;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.link-block-15 {
  align-self: center;
}

.card-name-bold-ga {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

.ynet-ga-header-social-buttons {
  grid-column-gap: 15px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.containerolldman {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 1220px;
  height: 100%;
  display: flex;
}

.image-12 {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
}

.link-block-16 {
  color: #000;
  text-decoration: none;
}

.card9--golden-age-project {
  padding: 0;
  line-height: 31px;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-17 {
  justify-content: center;
  text-decoration: none;
}

.slide {
  object-position: 50% 100%;
  background-color: #000;
}

.ynet-ga-credits-mobile {
  text-align: center;
  font-family: Narkissblock;
  font-size: 18px;
  display: none;
}

.text-span-33 {
  color: #000;
}

.ynet-ga-hero-content-container {
  font-size: 17px;
}

.slide-2 {
  object-position: 50% 40%;
}

.ynet_ron_main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-2 {
  object-fit: contain;
  width: 646px;
  max-width: 100%;
  height: 347px;
  max-height: 100%;
}

.body-12 {
  background-color: #0000;
}

.unplaceimagetitle {
  text-align: right;
  width: 40%;
  margin-top: 0;
}

.hero_img {
  z-index: -9;
  width: 27%;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto auto 14%;
}

.sectiongrid8unfplace {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 1240px;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.earthmobile {
  z-index: 20;
  width: 100%;
  height: 100%;
  padding-bottom: 140px;
  display: none;
  position: relative;
}

.sectionunplaceimagedesk {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.earthhdesk {
  z-index: 20;
  background-color: #33a5bc;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: block;
  position: static;
}

.sectionunplaceimagefotter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.wrapperunfplace {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sectiongrid2unfplace {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 1240px;
  max-width: 100%;
  margin-top: -196px;
  padding: 0 60px;
  display: flex;
  position: static;
  inset: auto 0% -10% auto;
}

.secctionunfamilerplacetitle-2 {
  z-index: 54;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: ltr;
  text-align: right;
  background-color: #33a5bc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: static;
  inset: 5% -2% auto auto;
}

.image-88 {
  width: 1240px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-54 {
  direction: rtl;
  color: #fff;
  text-align: right;
  width: 40%;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.credit-unfamilierplace {
  color: #000;
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
}

.haederunfamilerplace {
  direction: rtl;
  background-color: #33a5bd;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 10px 0 0;
  display: flex;
  position: static;
}

.wrappettitle-p {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-13 {
  background-color: #0000;
}

.sectionunfamilerplace1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1240px;
  margin-top: 20px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.eu-event-form-recipebook-warrperer {
  background-color: #203d83;
  width: 100%;
  height: 900px;
}

.image-27 {
  width: 870px;
  height: 415px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.un-event-form-recipebook-fail-popup-warpper {
  color: #fff;
  background-color: red;
  line-height: 8px;
}

.checkbox-label-3 {
  margin-left: 0;
}

.un-event-form-recipebook-main-title {
  color: #f8dd00;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 76px;
  line-height: 55px;
}

.un-event-form-recipebook-main-title._2 {
  margin-top: -32px;
  padding-top: 0;
  font-size: 48px;
}

.un-event-form-warrper {
  align-items: center;
  height: 65px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.un-event-form-recipebook-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  background-color: #fff0;
  border-bottom: 4px #000;
  border-left: 4px #000;
  border-right: 0 solid #000;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: baseline;
  width: 1062px;
  max-width: none;
  height: 866px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.un-event-form-container-name {
  color: #203d83;
  text-align: right;
  -webkit-text-stroke-color: transparent;
  mix-blend-mode: hard-light;
  border: 2px red;
  border-radius: 20px;
  width: 214px;
  height: 33px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 20px 0 0;
  font-size: 17px;
}

.un-event-form-recipebook-hero-disclaimer-warpper {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  height: 40px;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-5 {
  color: #f8dd00;
}

.image-29 {
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 0;
}

.checkbox-3 {
  margin-left: 5px;
}

.un-event-form-container {
  grid-column-gap: 5px;
  grid-row-gap: 13px;
  direction: rtl;
  grid-template: ". . . ."
                 ". Area Area Area"
                 / minmax(200px, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: grid;
}

.un-event-form-recipebook-subtitle-1 {
  direction: rtl;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 23px;
  font-size: 22px;
  line-height: 24px;
}

.un-event-form-recipebook-hero-top {
  height: 416px;
  margin-left: auto;
  margin-right: auto;
}

.un-event-form-recipebook-form-block-warpper {
  margin: 10px auto 0;
}

.un-event-form-recipebook-hero-disclaimer-text {
  direction: rtl;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  display: flex;
}

.un-event-form-container-phone {
  color: #203d83;
  text-align: right;
  -webkit-text-stroke-color: transparent;
  overflow-wrap: normal;
  mix-blend-mode: hard-light;
  border: 1px #000;
  border-radius: 20px;
  width: 214px;
  height: 33px;
  margin-bottom: 0;
  padding: 0 13px 0 0;
  font-size: 17px;
}

.link-block {
  width: 815px;
  min-width: 0;
  height: 415px;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 21%;
}

.un-event-form-recipebook-subtitle-2 {
  direction: rtl;
  color: #fff;
  padding-top: 10px;
  font-size: 17px;
  line-height: 19px;
  text-decoration: none;
}

.un-event-form-container-mail {
  color: #203d83;
  text-align: right;
  -webkit-text-stroke-color: #3330;
  mix-blend-mode: hard-light;
  border: 1px #000;
  border-radius: 20px;
  width: 214px;
  height: 33px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 13px 0 0;
  font-size: 17px;
}

.link-15 {
  color: #f8dd00;
}

.un-event-form-recipebook-success-popup-warpper {
  background-color: #ddd0;
}

.un-event-form-container-submit-button {
  color: #203d83;
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #f8dd00;
  border-radius: 20px;
  width: 214px;
  height: 33px;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
  line-height: 17px;
}

.un-event-form-recipebook-hero-bottom {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.un-event-form-container-checkbox-warpper {
  direction: rtl;
  color: #fff;
  margin-left: -440px;
  padding-left: 0;
  display: flex;
}

.un-event-form-recipebook-hero-title {
  margin-top: -110px;
  padding-top: 0;
}

.eu-event-form-recipebook-hero-bottom-contain-plane {
  justify-content: center;
  margin-top: -200px;
  display: flex;
}

.image-28 {
  margin-top: 0;
  margin-left: 1090px;
}

.link-block-18 {
  flex: 1;
}

.wrapperattackingaza {
  display: block;
  position: relative;
}

.cardgazaattack-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  border: .52px solid #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  transition: color 1s;
  display: flex;
  position: relative;
}

.cardgazaattack-name:hover {
  color: #ffffffa1;
}

.gazaattack-name {
  margin-top: 0;
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.maintitlegaza {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  line-height: 1.1;
  display: flex;
}

.attackgazamain {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.fallen-body {
  color: #fff;
  background-color: #000;
  font-family: Moses text Webfont vf, Arial, sans-serif;
}

.gridgazaattack {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: flex-start center;
  place-items: stretch center;
  width: 100%;
  display: flex;
}

.redlinegazaattack {
  color: #de1a1a;
  background-color: #de1a1a;
  height: 2px;
  margin-bottom: 10px;
}

.fallen-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.imagewrappergazaattack {
  object-fit: cover;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.gazaattack-place-age {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.ptextgazaattack {
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.footergazaattack {
  background-color: #000;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.gazaattackfooter {
  z-index: 3;
  direction: rtl;
  background-image: linear-gradient(#000, #000000cf 38%, #000000a1 60%, #0000);
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2.5rem 3rem 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.section-fallen {
  min-height: 100vh;
  padding-bottom: 13rem;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-fallen {
  z-index: 30;
  background-image: none;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.search-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.fallen-field {
  height: auto;
  min-height: 40px;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 12px;
  position: relative;
}

.fallen-field::placeholder {
  font-size: 1.2rem;
  line-height: 1.7;
}

.fallen-search-form {
  width: 100%;
  max-width: 401px;
}

.fallen-search {
  z-index: 50;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
  top: 0;
}

.bottom-margin-30 {
  margin-bottom: 40px;
}

.fallen-hero-mishne {
  margin-bottom: .2rem;
  font-size: 1.7rem;
  line-height: 1;
}

.fallen-container {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.fallen-heading-wrapper {
  max-width: 27rem;
  margin-left: auto;
  margin-right: auto;
}

.falllen-hero-text-wrap {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.fallen-card {
  flex: 1;
  min-width: 13rem;
  max-width: 14rem;
  position: relative;
}

.gazaattack-name-story {
  margin-top: 0;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.fallen-max-width {
  max-width: 30rem;
}

.fallen-card-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.search-icon {
  opacity: .44;
  padding-left: 4px;
  position: absolute;
  inset: auto auto 20% 7px;
}

.span-red-marker {
  background-color: #de1a1a;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.fallen-text-top {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 90px;
  padding-top: 6px;
  display: flex;
}

.article-link {
  text-align: right;
  background-color: #000;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: .9rem;
  text-decoration: none;
}

.article-text {
  color: var(--firebrick);
  font-weight: 600;
  text-decoration: none;
}

.article-text:hover {
  text-decoration: underline;
}

.fallen-block-div {
  z-index: 4;
  background-color: #00000003;
  font-family: Georgia, Times, Times New Roman, serif;
  display: block;
  position: absolute;
  inset: 0%;
}

.share-icon {
  width: 24px;
  height: 24px;
}

.share-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.brand-logo {
  height: 24px;
}

.red-mail-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  align-items: center;
  max-width: 8.9rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.red-mail-link.ml-hide {
  display: none;
}

.red-mail-link.vert {
  flex-direction: column;
}

.html-embed-5 {
  color: var(--firebrick);
  width: 32px;
  height: 24px;
}

.fallen-not-found-wrap {
  border: 1px solid var(--firebrick);
  max-width: 40rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.center-all {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.candle-vid {
  width: 100%;
  height: 100%;
}

.candel-wrap {
  aspect-ratio: 16 / 9;
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  display: none;
}

.scrolltotop-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  max-width: 4rem;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.isr-under-attack {
  color: #fff;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  height: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.isr-under-attack-desktop-image {
  color: #fff0;
  align-self: flex-end;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.isr-under-attack-image-mobile-dark, .isr-under-attack-image-mobile-light {
  align-self: auto;
  width: 508px;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.fallen-name-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-wrap: wrap;
  display: flex;
}

.fallen-info-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.body-14 {
  background-color: #fff;
  display: flex;
}

.section-fallen-credits {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
}

.gushon-link {
  color: red;
}

.gushon-link:hover {
  color: #fff;
}

.clear-icon {
  opacity: .44;
  padding-bottom: 2px;
  padding-left: 4px;
  position: absolute;
  inset: auto auto 20% 7px;
}

.button-div {
  z-index: 40;
  opacity: .4;
  position: sticky;
  top: 20px;
}

.newspapertext {
  align-items: center;
  display: flex;
}

.newspaperwrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  height: 64px;
  margin-left: 5px;
  display: flex;
}

.newspaperwrapperimage {
  transition: transform .2s;
}

.text-block-60 {
  color: #000;
  font-family: "Mosestext 1", sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
}

.image-94 {
  height: 100%;
  margin-top: 10px;
}

.link-block-19 {
  text-decoration: none;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.wrapperabducted-name-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.heading-19 {
  color: #ffffff82;
}

.text-block-61 {
  color: #b3a7a7;
  padding-top: 0;
  font-size: 20px;
  line-height: 22px;
  position: static;
}

.wrapperimgabductd {
  flex-direction: column;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.image-95 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.text-span-34 {
  color: red;
}

.kidnap {
  color: #de1a1a;
  -webkit-text-stroke-color: #de1a1a;
  width: auto;
  font-size: 24px;
}

.p-abducted {
  width: 100%;
  position: relative;
}

.redline {
  background-color: #de1109;
  width: 1200px;
  max-width: 100%;
  height: 2px;
  margin-bottom: 10px;
}

.abductedimg {
  width: 100%;
  max-width: 100%;
}

.maintitleabducted {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.conntainerabducted {
  background-color: #000;
  overflow: hidden;
}

.image-2 {
  width: 100%;
  margin-bottom: 10px;
}

.image-2.image-scale {
  width: 200px;
  height: 240px;
  overflow: hidden;
}

.wrappercardabducted {
  direction: rtl;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.nameofabductee {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 15px 0;
  font-size: 18px;
  display: flex;
}

.text-block-62 {
  column-count: auto;
  word-break: break-all;
  width: 100%;
  margin-top: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  position: static;
}

.text-span-36 {
  color: #de1a1a;
  font-size: 26px;
  line-height: 1;
}

.abductedmain {
  color: #fff;
  background-color: #000;
  justify-content: center;
  width: 99.9999%;
  max-width: 100%;
  height: 800px;
  margin-top: 0;
  display: flex;
}

.haederkidnapp {
  direction: rtl;
  background-color: #000;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 10px 0 0;
  display: flex;
  position: static;
}

.kidnappname {
  color: #fff;
  -webkit-text-stroke-color: #de1a1a;
  width: auto;
  font-size: 26px;
}

.kidnappwapper, .familyerwrapper {
  line-height: 1.1;
}

.familiername {
  color: #de1a13;
  -webkit-text-stroke-color: #de1a1a;
  width: auto;
  font-size: 24px;
}

.familerdata {
  color: #fff;
  -webkit-text-stroke-color: #de1a1a;
  width: auto;
  font-size: 26px;
}

.diagonal {
  color: #de1a1a;
  justify-content: center;
  align-items: center;
  width: 50px;
  font-size: 30px;
  display: flex;
}

.collection-list-wrapper {
  width: 99.9999%;
  max-width: 99.9986%;
}

.search-wrap-copy {
  align-items: center;
  display: block;
  position: relative;
}

.fallen-field-copy {
  min-height: 40px;
  margin-bottom: 0;
  padding-top: 12px;
  position: static;
}

.fallen-field-copy::placeholder {
  font-size: 1.2rem;
  line-height: 1.7;
}

.button-div-copy {
  opacity: .4;
}

.fallen-search-form-copy {
  width: 100%;
  max-width: 401px;
  position: static;
}

.fallen-search-copy {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.container-fallen-copy {
  z-index: 30;
  background-image: none;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  top: 0;
  overflow: visible;
}

.image-98 {
  margin-top: -13px;
  margin-bottom: -34px;
  padding-bottom: 0;
}

.img-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.wrappeisraelatwarr {
  justify-content: center;
  display: flex;
}

.image-99 {
  display: block;
}

.abductedimg-copy {
  justify-content: center;
  align-items: stretch;
  width: 40px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.abductedwrappersection-copy {
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1665.56px;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.wrappercardabducted-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  direction: rtl;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-95-copy {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 0;
}

.nameofabductee-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 15px auto 10px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: flex;
}

.wrapperimgabductd-copy {
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.kidnappwapper-copy {
  line-height: 1.1;
}

.diagonal-en {
  color: #de1a1a;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  font-size: 50px;
  display: flex;
}

.familyerwrapper-copy {
  line-height: 1.1;
}

.wrapperabducted-name-text-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-direction: column;
  align-items: stretch;
  width: 708px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.image-100 {
  width: 200px;
  height: 240px;
  margin-bottom: 0;
}

.text-block-66-20 {
  color: #969696;
  width: 71.6829%;
  font-size: 16px;
}

.kidnapp-collection-item {
  justify-content: center;
  display: flex;
}

.imgwrapperr {
  margin-bottom: 0;
}

.imgweapperkidnapp {
  height: auto;
  max-height: none;
  overflow: hidden;
}

.abductedwrappersectionmobile {
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1665.56px;
  max-width: 100%;
  margin-bottom: 0;
  display: none;
}

.abductedwrappersectiondesk {
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1665.56px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.kiddnaphader {
  z-index: 3;
  direction: rtl;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2.5rem 1rem 4.7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.rich-text-block-2 {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 1.2;
}

.counter-wrap {
  margin-top: 2rem;
}

.count-items-text {
  margin-left: .3rem;
  display: inline;
}

.scrolltotop-wrapkidnapp-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  max-width: 4rem;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  padding: 22px 10px 40px;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.blackfotter {
  background-color: #000;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.arrow1 {
  display: none;
}

.arrow1101 {
  margin-top: 140px;
}

.html-embed-6 {
  opacity: .7;
  background-color: #000;
  width: 400px;
  margin-top: 30px;
}

.hostages-warpper-time-counter {
  direction: ltr;
  color: #000;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  display: flex;
  position: absolute;
  inset: 0;
}

.hostages-js-clock-time-counter-white {
  justify-content: center;
  align-items: center;
  width: 560px;
  max-width: 100%;
  height: auto;
  display: flex;
}

.hostages-days-warrper-white {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.hostages-clock-number {
  color: #fff;
  text-align: center;
  background-color: #de1a1a;
  width: 110%;
  padding-top: 10px;
  padding-bottom: 14px;
  font-family: Oswald, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 41px;
}

.hostages-clock-label {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Narkissblock Regular, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.hostages-hours-warrper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.hostages-minutes-warrper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.hostages-seconds-warrper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.kidnappfamileycontent {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-16 {
  color: #fff;
  background-color: #de1109;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.button-11 {
  border-bottom: 1px solid var(--firebrick);
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  background-color: #fff0;
  max-width: 100%;
  display: none;
}

.bottom-margin-30-copy {
  z-index: 200;
  margin-bottom: 40px;
  display: block;
  position: sticky;
  top: 0;
}

.fallen-search-form-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.text-block-71 {
  color: #fff;
}

.div-block-95 {
  border: 2px solid #d91a1a;
  border-radius: 0;
  justify-content: center;
  max-width: 400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: none;
}

.search-wrap-copy {
  align-items: center;
  width: 30%;
  display: flex;
  position: relative;
}

.button-div-copy {
  z-index: 40;
  opacity: .4;
  position: sticky;
  top: 20px;
}

.clear-icon-copy {
  opacity: .44;
  width: 3.99306px;
  padding-bottom: 2px;
  padding-left: 4px;
  position: absolute;
  inset: auto auto 20% 7px;
}

.search-icon-copy {
  opacity: .44;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  padding-left: 4px;
  display: flex;
  position: absolute;
  inset: -2px auto auto 0%;
}

.image-101 {
  height: auto;
  padding-left: 0;
  display: block;
}

.fallen-search-copy {
  z-index: 50;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.abductedimg-copy, .abductedimg-copy-copy {
  width: 100%;
  max-width: 100%;
}

.nameofabductee-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 15px 0;
  font-size: 18px;
  display: flex;
}

.abductedimg-copy-copy {
  justify-content: center;
  align-items: stretch;
  width: 40%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.kidnappedwrapperproject-en {
  direction: ltr;
  text-align: right;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.abductedmainen {
  color: #fff;
  background-color: #000;
  justify-content: center;
  width: 99.9999%;
  max-width: 100%;
  height: 800px;
  margin-top: 0;
  display: flex;
}

.maintitleabducted-en {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.heading-19-en {
  color: #ffffff82;
}

.html-embed-6-copy-copy-copy {
  opacity: .7;
  width: 400px;
  margin-top: 30px;
}

.kidnapp-content-wrapper-en {
  color: #fff;
  width: 60%;
  margin-left: 0;
  margin-right: 0;
}

.kidnapp-img-wrapper-en {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.image-fameliy-en {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  width: 200px;
  height: 240px;
  display: block;
}

.text-wrepper-en {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: ltr;
  text-align: left;
  background-color: #000;
  justify-content: flex-start;
  display: flex;
}

.text-block-72 {
  color: var(--firebrick);
  width: 300.903px;
  font-size: 26px;
}

.text-block-73 {
  color: #bf0000;
  font-size: 26px;
}

.text-block-74, .text-block-75 {
  font-size: 26px;
}

.text-block-76 {
  color: #bf0000;
  font-size: 50px;
  font-weight: 700;
}

.richtext-wrapper {
  text-align: left;
  display: flex;
}

.image-102 {
  width: 3%;
  height: auto;
  position: absolute;
}

.content-kidnapp-wrapper-englisdeskh {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.imgwrapper-en-fm {
  width: 40%;
  height: auto;
}

.image-103 {
  width: 100%;
}

.image-104 {
  width: 100%;
}

.text-block-78 {
  color: #958a8a;
  width: 100%;
  font-size: 18px;
}

.rich-text-block-3 {
  font-size: 20px;
  line-height: 22px;
}

.scrolltotop-wrapkidnapp--en {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: ltr;
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  max-width: 4rem;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  padding: 22px 10px 40px;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.kiddnaphader--en {
  z-index: 3;
  direction: rtl;
  background-color: #000;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2.5rem 1rem 4.7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.kidnappfamileycontent-en {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blackfotterenglish {
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.missing-wrapper-content {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.missing-section-one {
  max-width: 100%;
}

.missing-main-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-79 {
  margin-bottom: 6px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
  display: block;
}

.text-block-80 {
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-80.hurryback {
  text-align: center;
  margin-top: 0;
  font-family: "Mosestext 1", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 40px;
}

.missing-p-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #de1a1a;
  border-width: 0 3px;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin: 40px 60px;
  display: flex;
}

.missing-paragref {
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.text-span-40 {
  color: #de1a1a;
}

.conter-missing {
  display: none;
}

.missing-card {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.missing-img-wrapper-border {
  border: 3px solid #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.image-105 {
  aspect-ratio: 3 / 3.5;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-81 {
  font-size: 1.2em;
  font-weight: 700;
}

.missing-place {
  font-size: 1em;
}

.text-block-81-copy {
  font-family: "Mosestext 1", sans-serif;
  font-weight: 400;
}

.horizontal-line {
  background-color: #de1a1a;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.missing-artical {
  margin-top: auto;
}

.text-block-82 {
  font-weight: 500;
}

.link-block-20 {
  color: #de1a1a;
  text-decoration: none;
}

.square-missing {
  color: #fff;
  text-align: center;
  background-color: #de1a1a;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto auto 5px;
}

.text-block-83 {
  letter-spacing: .5px;
  padding: 5px 10px 7px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.collection-list-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.collection-list-wrapper-3 {
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 60px;
}

.fallen-search-wissing {
  z-index: 50;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
}

.fallen-search-form-missing {
  width: 100%;
  max-width: 401px;
}

.search-wrapmissing {
  align-items: center;
  display: flex;
  position: relative;
}

.fallen-field-missing {
  height: auto;
  min-height: 40px;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 12px;
  font-family: "Mosestext 1", sans-serif;
  position: relative;
}

.fallen-field-missing::placeholder {
  font-size: 1.2rem;
  line-height: 1.7;
}

.html-embed-7 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-icon-missing {
  opacity: .44;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  padding-left: 4px;
  display: flex;
  position: absolute;
  inset: -2px auto auto 0%;
}

.text-span-41 {
  color: #de1a1a;
  display: none;
}

.missing-contentus {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 60px auto 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.text-block-84 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1rem;
  display: flex;
}

.red-mail-link-black {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  align-items: center;
  max-width: 8.9rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.text-block-85 {
  color: #000;
  font-family: "Mosestext 1", sans-serif;
  line-height: 1.1;
}

.scrolltotop-wrapkidnappwhitr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  max-width: 4rem;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 0;
  padding: 22px 10px 40px;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-69-whit-missing {
  color: #000;
  display: none;
}

.footer-2-black {
  border-top: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
  padding: 10px 0;
  display: flex;
}

.header-number-missing {
  color: #de1a1a;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 224px;
  line-height: 230px;
  display: flex;
}

.div-block-97 {
  height: 0;
}

.link-17, .link-18 {
  color: #000;
  font-family: "Mosestext 1", sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link-19 {
  text-decoration: none;
}

.body-15 {
  background-color: #fff;
  font-family: Moses text Webfont vf, Arial, sans-serif;
  font-size: 17px;
  line-height: 140%;
  overflow: visible;
}

.hostages-warpper-time-counter-white {
  direction: ltr;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  display: flex;
  position: absolute;
  inset: 0;
}

.hostages-clock-label-white, .hostages-clock-label-white-2, .hostages-clock-label-white-3, .hostages-clock-label-white-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-right: -5px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.hostages-clock-label--english1, .hostages-clock-label--english2, .hostages-clock-label-english3, .hostages-clock-label--english4 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Narkissblock;
  font-size: 17px;
  font-weight: 400;
}

.rich-text-block-4 {
  font-family: "Mosestext 1", sans-serif;
  font-size: 0;
}

.image-106 {
  display: none;
}

.collection-item-3 {
  font-size: 1em;
}

.murdered-fallens-war {
  background-color: #de1a1a;
  justify-content: flex-start;
  align-items: center;
  height: 34px;
  display: flex;
}

.title-merder-fall {
  color: #fff;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.wrapper-daystowar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrapper-sec1-war {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin-top: 2px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-whatsapp-war {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #de1a1a;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: -14px;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
}

.text-block-86 {
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-87 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-block-88 {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
}

.wrapper-memorialcandle {
  flex-direction: column;
  width: 100%;
  height: 146px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  height: auto;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 35px;
  font-weight: 400;
  line-height: 32px;
}

.wrapper-wardata {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 78%;
  display: flex;
  position: relative;
}

.text-block-89 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.text-block-90 {
  font-size: 60px;
  font-weight: 700;
}

.wrapper-alerts-war {
  width: 60%;
  max-width: 100%;
  height: 100%;
}

.headline-alerts-war {
  background-color: #de1a1a;
  justify-content: center;
  align-items: center;
  height: 37px;
  display: flex;
}

.text-span-42 {
  color: #de1a1a;
  font-weight: 700;
}

.text-block-92 {
  text-align: right;
  font-size: 22px;
  line-height: 20px;
}

.data-lastday-war-namber {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 77.9883px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-decoration: none;
}

.link-block-24 {
  text-decoration: none;
}

.wrapper-war-component-desk {
  color: #000;
  background-image: linear-gradient(#25408f, #061645);
  width: 1240px;
  max-width: 100%;
  height: 194px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.wrapper-war-component-mobile {
  display: none;
}

.link-20 {
  text-decoration: none;
}

.image-109 {
  z-index: 60;
  width: 232px;
  height: 160px;
  margin-top: -4px;
  margin-left: 0;
  padding-bottom: 4px;
  position: absolute;
  inset: -13% auto -19% -5%;
}

.body-16 {
  background-color: #0000;
  margin-bottom: 5px;
}

.wrapper--alerts-war {
  width: 100%;
  max-width: 100%;
  height: 180px;
  margin-right: 0;
  position: static;
}

.sectuon1-wrapperall {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 140px;
  display: flex;
  position: static;
}

.text-merderall {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 317px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper-textmarrder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-right: 10px;
  display: flex;
}

.data-lastweek-war-namber {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 77.9883px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.lastweek-namber {
  font-size: 60px;
  font-weight: 700;
}

.lastweek-text-war {
  text-align: right;
  font-size: 22px;
  line-height: 20px;
}

.murderanffulltitle {
  background-color: #de1a1a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-right: 10px;
  display: flex;
}

.murderandfall_link {
  justify-content: flex-start;
  align-items: center;
  height: 42px;
  padding-right: 10px;
  display: flex;
}

.kidnappstory-title {
  background-color: #de1a1a;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  padding-right: 10px;
  display: flex;
}

._850murderedandfall {
  text-align: right;
  background-color: #fff;
  width: 24%;
  height: 70px;
  margin-left: 10px;
}

._850_war_componenet-wrappedesk {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  color: #fff;
  background-image: linear-gradient(#25408f, #061645);
  justify-content: center;
  align-items: center;
  width: 850px;
  max-width: 100%;
  height: 81px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

._850daytowar-wrapprt {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 100%;
  display: flex;
}

._850kidnaapstory-war {
  text-align: right;
  background-color: #fff;
  width: 24%;
  height: 70px;
}

._850help-war {
  text-align: right;
  background-color: #fff;
  width: 42%;
  height: 70px;
  margin-right: 10px;
}

.textblockblack-850war {
  color: #000;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-102, .text-block-103, .text-block-104 {
  font-size: 23px;
  font-weight: 700;
}

.text-block-105 {
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}

.image-111 {
  height: 110px;
  margin-left: -5px;
  display: block;
  position: absolute;
  inset: -18% auto auto -2%;
}

.text-block-107 {
  font-size: 17px;
  line-height: 17px;
}

.text-span-44, .text-span-45 {
  color: #de1a1a;
  font-weight: 700;
}

.link-block-27, .link-block-28, .link-block-29 {
  text-decoration: none;
}

.text-span-46 {
  color: #de1a1a;
  font-weight: 700;
}

.textblockblack-850war-copy {
  color: #000;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
}

.body-17 {
  background-color: #fff0;
}

.text-block-108 {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 5px;
  font-family: "Mosestext 1", sans-serif;
  font-size: .9rem;
  line-height: 1.1rem;
  display: flex;
}

.link-block-30 {
  text-decoration: none;
}

.image-112 {
  margin-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
}

.wrapper--donations-desk {
  border: 1px solid #dc5152;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  display: flex;
}

.wrapper--donations-mobile {
  border: 1px solid #dc5152;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  display: none;
}

._640mobile_war-componenet {
  display: none;
}

.link-to--terms-of-use-pop-up {
  padding-right: 0;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.terms-of-use-pop-uptextblock {
  margin-top: 20px;
  font-size: 50px;
  text-decoration: none;
}

.submit-button-termsofuse {
  direction: rtl;
  background-color: #1417ac;
  margin-bottom: 10px;
  font-family: "Mosestext 1", sans-serif;
}

.textblocktremsup {
  direction: rtl;
  padding: 80px 40px 40px;
  font-size: 1rem;
}

.checkbox-field {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

.link-block-tremup {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto;
}

.pop_ap_condicinal {
  text-align: right;
  background-color: #ededed;
  width: 800px;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.formtremsup {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.terms_of-_use_-popup {
  direction: ltr;
}

.textblock-thremsup_conditaion {
  margin-right: 20px;
  padding-right: 5px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.checkbox-4 {
  border-color: #604e4e;
  box-shadow: 0 1px 7px #18151533;
}

.wrapper_text_updatetable {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#25408f, #061645), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.text-block-110 {
  color: #fff;
  width: 90%;
  margin-top: 0;
  margin-right: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.bold-text-48 {
  color: #f06464;
  font-family: "Mosestext 1", sans-serif;
  font-size: 17px;
  text-decoration: underline;
}

.link-21 {
  text-decoration: underline;
}

.link_to_redmail {
  color: #fff;
  width: 60%;
  margin-top: 0;
  margin-right: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.bold-text-49 {
  width: 99.0111%;
  font-family: "Mosestext 1", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.wrapper-memorialcandle-termsofuse {
  flex-direction: column;
  width: 70%;
  height: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.title-merder-fall-termsofuse {
  color: #fff;
  padding-right: 10px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.wrapper-wardata-termsofuse {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
}

.wrapper-textmarrder-termsofuse {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.bold-text-50 {
  font-family: "Mosestext 1", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.file_update_text {
  justify-content: center;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block-111 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mosestext 1", sans-serif;
  font-size: .9rem;
  font-weight: 400;
  display: flex;
}

.horizontal--line-red {
  background-color: #de1a1a;
  width: 36%;
  height: 2px;
}

.link-22 {
  color: #de1a1a;
}

.heading-text-metderanffulls {
  color: #000;
}

.murdered_h1_title {
  max-width: 100%;
  margin-top: 10px;
  display: none;
}

.collection-list-wrapper-4 {
  display: block;
}

.main-gaza {
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Narkissblock Bold, sans-serif;
  line-height: 1.1;
}

.wrapper_volunteer_assistance {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-tag-helf-war {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #ececec00;
  background-clip: border-box;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 14px;
  display: flex;
  position: relative;
}

.wrapper-tag-helf-war:hover {
  color: #fff7f7;
  -webkit-text-stroke-color: #fff;
  background-color: #1417ac;
}

.text-block-112 {
  opacity: 1;
  border: 1px solid #1417ac;
  border-radius: 13px;
  width: auto;
  padding: 5px 10px;
  font-size: 13px;
  text-decoration: none;
}

.text-block-112:hover {
  color: #fff;
}

.text-block-112:active {
  color: #fff;
  background-color: #1417ac;
}

.wrapper_help_assistance-p {
  background-color: #eee;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 25px;
  display: flex;
}

.link-block-37 {
  color: #000;
  text-decoration: none;
}

.wrapper-850-img-class {
  width: 100%;
}

.wrapper-main-section_helpwar {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.main_title_helpwar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.text-block-113 {
  border-right: 4px solid var(--ynet-blue);
  text-align: center;
  border-left: 5px solid #1417ac;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 28px;
  line-height: 32px;
}

.ga-navbar---helpwar {
  direction: rtl;
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
}

.link-block-facebook-help-war, .link-block_hlp_wa-whattsap {
  align-self: center;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.heading-19-kidnapp_war {
  color: #ffffff82;
  text-align: center;
  max-width: 25%;
}

.faq-trigger-2 {
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tags-wrapperall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 34%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2px;
  display: flex;
  position: sticky;
  top: 0;
  right: 0;
}

.tags-wrapperall:hover {
  color: #fff;
}

.wrepper_title_hlp_war {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 0 solid #1417ac;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.collection-item-4 {
  flex-direction: column;
  justify-content: space-between;
  width: 1240px;
  max-width: 100%;
  display: flex;
}

.collection-list-wrapper-5 {
  width: 65%;
  margin-right: 10px;
}

.text-block-115 {
  border-right: 5px solid #1417ac;
  padding-right: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.fallen-search-helpwar {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
}

.fallen-search-form-helpwarcopy {
  width: 80%;
}

.search-helpwarcopy {
  align-items: center;
  width: 99.9999%;
  display: flex;
  position: relative;
}

.button-divhelpwar {
  z-index: 40;
  opacity: 1;
  position: sticky;
  top: 20px;
}

.search-icon-helpwarcopy {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  padding-left: 4px;
  display: flex;
  position: absolute;
  inset: -2px auto auto 0%;
}

.image-helpwarcopy {
  height: auto;
  padding-left: 0;
  display: none;
}

.fallen-field-helpwarcopy {
  background-color: #eee;
  width: 100%;
  height: auto;
  min-height: 40px;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 12px;
  position: relative;
}

.fallen-field-helpwarcopy::placeholder {
  color: #3c3333;
  font-size: 1.2rem;
  line-height: 1.7;
}

.image-desk-help {
  opacity: 1;
}

.ynet-helpwar-footer-links {
  direction: rtl;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.rich-text-block-6 {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 19px;
  line-height: 22px;
}

.sticet-warhelp-serch {
  width: 100%;
}

.image-124, .img-640-war-help {
  display: none;
}

.scrolltotop-wrapper-help-war-voulnteir {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  max-width: 4rem;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 0;
  padding: 22px 10px 40px;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-69-whit-help-war-volunteercopy {
  color: #000;
  display: none;
}

.rich-text-block-7 {
  color: #fff0;
  -webkit-text-stroke-color: #fff0;
}

.ynet-creative-studio-subhead-line {
  border: 2px solid #de1a1a;
  flex: 1;
  margin-top: 13px;
}

.ynet-creative-studio-header-logo {
  justify-content: center;
  align-self: stretch;
  display: block;
}

.ynet-creative-studio-header-logo-mobile {
  justify-content: center;
  align-self: stretch;
  display: none;
}

.image-125 {
  width: 115px;
  margin-right: 10px;
  display: block;
}

.heading-2 {
  color: #000;
  text-align: center;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: "Mosesdisplay 1", sans-serif;
  font-weight: 700;
}

.link-block-40 {
  align-self: center;
}

.ynet-creative-studio-header-social-buttons {
  grid-column-gap: 15px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around flex-end;
  align-self: center;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ynet-creative-studio-header {
  z-index: 3;
  direction: ltr;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  height: 141px;
  margin-top: -10px;
  margin-bottom: 13px;
  font-family: "Mosestext 1", sans-serif;
  display: flex;
  position: sticky;
  top: 0;
}

.ynet-creative-studio-subhead-warpper {
  grid-column-gap: 35px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-126, .image-127 {
  width: 30px;
  height: 30px;
}

.ynet-creative-studio-head {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  display: flex;
  position: relative;
}

.link-block-71, .link-block-140, .link-block-45, .link-block-52, .link-block-97, .link-block-161, .link-block-152, .link-block-104, .link-block-148, .link-block-55, .link-block-162, .link-block-80, .link-block-153, .link-block-163, .link-block-102, .link-block-158, .link-block-164 {
  text-decoration: none;
}

.ynet-creative-studio-project-name {
  color: #000;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 96px;
  margin-bottom: 8px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-134, .link-block-93 {
  text-decoration: none;
}

.ynet-creative-studio-project-warpper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  flex: 1;
  order: -1;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  align-self: center;
  place-items: center stretch;
  width: 1440px;
  max-width: 100%;
  margin-top: 20px;
  padding-left: 90px;
  padding-right: 90px;
  display: grid;
}

.link-block-155, .link-block-144, .link-block-165, .link-block-81, .link-block-121, .link-block-64, .link-block-166, .link-block-149, .link-block-146, .link-block-142, .link-block-167, .link-block-168, .link-block-56, .link-block-136, .link-block-127 {
  text-decoration: none;
}

.ynet-creative-studio-project-title {
  color: #de1a1a;
  text-align: center;
  align-self: stretch;
  margin-top: 0;
  font-family: "Mosestext 1", sans-serif;
  font-weight: 700;
}

.link-block-57, .link-block-169, .link-block-109, .link-block-78 {
  text-decoration: none;
}

.ynet-creative-studio-portfolio-warpper {
  direction: rtl;
  flex-direction: column;
  width: 1400px;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.link-23 {
  color: #000;
  font-family: "Mosestext 1", sans-serif;
  text-decoration: none;
}

.link-23:hover {
  color: #0004ff;
  text-decoration: underline;
}

.ynet-creative-studio-protfolio-footer {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.bold-text-53 {
  color: #fff;
  font-family: "Mosestext 1", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
}

.ynet-creative-studio-project-warp {
  text-align: center;
  border: 1px solid #dadada;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  width: 170px;
  height: 296.823px;
  max-height: 100%;
  display: flex;
  position: relative;
}

.link-24 {
  color: #000;
  font-family: "Mosestext 1", sans-serif;
  text-decoration: none;
}

.link-24:hover {
  color: #1d00f5;
  text-decoration: underline;
}

.ynet-creative-studio-scrolltotop-wrap {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #de1a1a;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 55px;
  max-width: 4.5rem;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 7% auto;
}

.link-block-14-copy {
  text-decoration: none;
}

.ynet-creative-studio-project-button-text {
  text-align: center;
  background-color: #de1a1a;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 41px;
  display: flex;
}

.ynet-creative-studio-project-button-text:hover {
  background-color: #000;
}

.ynet-creative-studio-project-thumbnail {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  max-height: 100%;
  display: block;
}

.text-block-116 {
  color: #000;
  font-family: "Mosestext 1", sans-serif;
}

.ya-brand-landing {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ya-ark-head-back {
  -webkit-backdrop-filter: brightness(300%) blur(50px);
  backdrop-filter: brightness(300%) blur(50px);
  background-color: #ffffff1a;
  border-radius: 80px;
  flex: none;
  align-items: flex-end;
  width: 160px;
  height: 160px;
  display: flex;
}

.ya-ark-song-info-box {
  border-top: 1px solid #ffffff40;
  width: 100%;
  margin-bottom: 26px;
  padding-top: 26px;
  display: block;
}

.ya-ark-albumcover {
  float: right;
  width: 90px;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-left: 3%;
}

.ya-ark-head-crop {
  border-radius: 20px 20px 80px 80px;
  justify-content: center;
  align-items: flex-end;
  width: 160px;
  height: 210px;
  display: flex;
  overflow: hidden;
}

.ya-ark-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ya-ark-background-video.ya-ark-sec-dark {
  background-color: #0003;
}

.ya-brand-seclogo {
  width: 100px;
}

.ya-ark-video {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.ya-ark-backdrop-img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.ya-brand-credit {
  color: #222;
  letter-spacing: -.5px;
  background-color: #fff;
  margin-top: 4%;
  margin-left: auto;
  margin-right: 0;
  padding: 4px 8px 6px;
  font-family: Alef, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: inline-block;
}

.ya-ark-h2 {
  opacity: .85;
  color: #ddd;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Narkissblock Semibold, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.ya-ark-h2.ya-ark-h2-invert {
  color: #222;
  text-shadow: 0 1px 1px #fff3;
}

.ya-ark-rtf {
  z-index: 1;
  -webkit-backdrop-filter: brightness(60%) saturate(200%) blur(60px);
  backdrop-filter: brightness(60%) saturate(200%) blur(60px);
  color: #ddd;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 4% 5% 5%;
  font-family: Alef, sans-serif;
  position: relative;
}

.ya-ark-box-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: auto;
  margin-left: 5%;
  display: flex;
  position: relative;
}

.ya-ark-close {
  z-index: 3;
  background-color: #fff3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: -4% auto auto -4%;
}

.ya-ark-close.ya-ark-close-invert {
  background-color: #0003;
}

.ya-ark-head-box {
  z-index: 1;
  margin-right: 3%;
}

.ya-ark-h3 {
  color: #ddd;
  letter-spacing: .2px;
  text-shadow: 0 1px 1px #0003;
  width: 40ch;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Narkissblock Regular, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.ya-ark-h3.ya-ark-h3-invert {
  color: #222;
  text-shadow: 0 1px 1px #fff3;
}

.ya-brand-land-box {
  z-index: 4;
  direction: rtl;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
  font-family: Narkissblock;
  position: relative;
}

.ya-brand-text-box {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  height: auto;
  display: flex;
}

.ya-brand-head-box {
  direction: rtl;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 240px;
  margin-bottom: 10%;
  display: flex;
  position: relative;
}

.ya-brand-head-box.gallerya {
  margin-bottom: 5%;
}

.ya-brand-h1 {
  color: #fff;
  text-align: right;
  letter-spacing: -3px;
  text-shadow: 0 2px 3px #0000004d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 900;
  line-height: 5rem;
}

.ya-brand-h1.gallerya {
  letter-spacing: -5px;
  text-shadow: none;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 85%;
}

.ya-ark-box-left {
  border-right: 2px solid #ffffff40;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ya-brand-yedlogo {
  width: 114px;
}

.ya-brand-yedlogo.gallerya {
  width: 100px;
  max-width: none;
}

.ya-ark-sec {
  z-index: 4;
  direction: rtl;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 70vh;
  font-size: 1.1rem;
  line-height: 1.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ya-brand-date {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  width: 130px;
  margin-top: 7px;
  font-family: Narkissblock;
  font-size: 1rem;
  font-weight: 300;
  line-height: .7rem;
}

.ya-brand-h2 {
  color: #fff;
  text-align: right;
  letter-spacing: -1px;
  text-shadow: 0 2px 3px #0000004d;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
}

.ya-brand-h2.gallerya {
  text-shadow: none;
}

.ya-ark-qu {
  color: #ddd;
  letter-spacing: -3px;
  text-indent: -20px;
  text-shadow: 0 2px 2px #0003;
  max-width: 16ch;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  font-family: Alef, sans-serif;
  font-size: 3rem;
  line-height: 2.6rem;
  position: absolute;
}

.ya-ark-qu.ya-ark-qu-invert {
  color: #222;
  -webkit-text-stroke-width: 1px;
  text-shadow: 0 2px 2px #fff3;
  font-weight: 700;
}

.ya-ark-h1 {
  color: #ddd;
  letter-spacing: -.5px;
  text-shadow: 0 1px 1px #0003;
  width: 100%;
  min-width: 10ch;
  max-width: 12ch;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Narkissblock Bold, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.ya-ark-h1.ya-ark-h1-invert {
  color: #222;
  text-shadow: 0 1px 1px #fff3;
}

.ya-ark-box {
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.ya-ark-close-icon {
  color: #ddd;
  text-align: center;
  width: 40px;
  height: 40px;
  font-family: Alef, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.ya-ark-close-icon.ya-ark-close-icon-invert {
  color: #222;
}

.ya-ark-img-writer {
  max-width: none;
  height: 100%;
  margin-left: -16%;
}

.ya-ark-head-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.ya-brand-date-box {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.ya-landing-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-119 {
  font-family: "Mosestext 1", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.ya-brand-header-box {
  direction: ltr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ya-brand-header-share-link {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: inline-block;
}

.ya-brand-header-share-link.inactive {
  display: none;
}

.ya-brand-header-mobilebar {
  background-image: linear-gradient(to top, #fff0, #fff);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ya-brand-header-yedlogo {
  z-index: 2;
  opacity: .9;
  filter: invert(90%);
  width: auto;
  max-width: none;
  height: 100%;
}

.ya-brand-header-yedlogo._24-hours {
  filter: none;
  height: 40%;
  margin-bottom: 3px;
}

.ya-brand-header-bar {
  z-index: 1;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #fbfbfdcc;
  border-bottom: 1px solid #b3b3b326;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 1px;
}

.ya-brand-header-bar.ya-24 {
  background-color: #bd2d3acc;
}

.ya-brand-header-share-icon {
  aspect-ratio: 1;
  -webkit-backdrop-filter: brightness(80%) saturate(180%) blur(20px);
  backdrop-filter: brightness(80%) saturate(180%) blur(20px);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #22222240;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  padding: 5%;
  font-size: .9em;
  line-height: .9em;
  text-decoration: none;
  transition: transform .1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.ya-brand-header-share-icon:hover {
  transform: scale(1.2);
}

.ya-brand-header-share-icon.work {
  display: none;
}

.ya-brand-header-share-box {
  z-index: 2;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ya-brand-header {
  z-index: 10;
  direction: rtl;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50px;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.ya-brand-footer-sec {
  z-index: 10;
  filter: invert(90%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.ya-brand-footer-sec.non-vert {
  filter: none;
}

.ya-brand-footer-endcredits {
  direction: rtl;
  color: #ddd;
  text-align: right;
  border-bottom: 1px solid #ffffff4d;
  width: 90%;
  max-width: 960px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.ya-brand-footer-box {
  direction: rtl;
  color: #ddd;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 960px;
  height: auto;
  font-family: "Mosestext 1", sans-serif;
  line-height: 1px;
  display: flex;
}

.ya-brand-footer-yedlogo {
  width: 140px;
}

.ya-brand-footer-txt {
  color: #fff;
  text-align: left;
  letter-spacing: .2px;
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 10px;
  font-size: .9rem;
  font-weight: 300;
  line-height: .7rem;
}

.ya-brand-footer-txt.rights {
  color: #ddd;
  border-right-style: none;
  margin-right: auto;
  padding-left: 0;
}

.ya-brand-footer-links {
  margin-right: 20px;
  display: flex;
}

.ya-brand-footer-link {
  color: #ddd;
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: .7rem;
  text-decoration: none;
  display: inline-block;
}

.ya-brand-land-paraback {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.ya-brand-land-paraback-b {
  z-index: 0;
  object-fit: cover;
  min-width: 110%;
  max-width: 110%;
  min-height: 110%;
  position: absolute;
}

.ya-brand-land-paraback-m {
  z-index: 1;
  object-fit: cover;
  min-width: 110%;
  max-width: 110%;
  min-height: 110%;
  position: absolute;
}

.ya-brand-land-paraback-f {
  z-index: 2;
  object-fit: cover;
  min-width: 110%;
  max-width: 110%;
  min-height: 110%;
  position: absolute;
}

.body-18 {
  background-color: #fff0;
  border: 0 solid #fff;
  box-shadow: 0 2px 5px #0003;
}

.new_small-copy {
  font-family: "Mosestext 1", sans-serif;
}

.wrapper-hompage-kidnapp {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.murderedandfallen-kidnapp-hompage {
  width: 100%;
  height: 140px;
}

.wrapper-murderandfallen {
  position: relative;
  overflow: hidden;
}

.murder-title-redline {
  background-color: #de1a1a;
  justify-content: flex-start;
  align-items: center;
  height: 39px;
  display: flex;
}

.whit-box-mureder-hompcom {
  background-color: #fff;
  align-items: center;
  height: 101px;
  display: flex;
}

.text-block-120 {
  color: #fff;
  text-align: right;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-121 {
  color: #000;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  font-size: 24px;
  line-height: 24px;
}

.div-block-101 {
  height: auto;
}

.bold-text-54 {
  color: #000;
}

.image-128 {
  height: 164px;
  margin-top: -1px;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: -7% auto 0% -3%;
}

.red-class-aroow {
  color: #de1a1a;
}

.wrapper-whattsap-redline {
  background-color: #fff;
  width: 40%;
  height: 140px;
  display: block;
  position: relative;
}

.kidnapp_in-gaza-comp {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 140px;
  text-decoration: none;
  position: relative;
}

.kidnapp-in-gaza-redline {
  background-color: #de1a1a;
  justify-content: center;
  align-items: center;
  width: 99.9999%;
  height: 39px;
  display: flex;
}

.kidnapp-in-gaza-white-box {
  width: 100%;
  display: flex;
}

.wrapper-info-text-box {
  color: var(--firebrick);
  border-left: 1px solid #11255f;
  border-right: 2px solid #00417d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 102px;
  display: flex;
  position: relative;
}

.text-incaptivity {
  color: var(--color);
  font-size: 24px;
}

.text-block-number-in-captivity, .text-block-number-free-captivity-copy-copy-copy {
  color: var(--1417ac);
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.text-free-incaptivity {
  color: var(--color);
  font-size: 24px;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.wrapper-lefftsidehompagecom {
  flex-direction: column;
  width: 80%;
  height: 100%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rapper-whattsap-calltous {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #de1a1a;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-top: 2px;
  margin-bottom: 5px;
  display: flex;
}

.bold-text-55 {
  color: #fff;
  font-size: 22px;
}

.div-block-105 {
  width: 100%;
}

.html-embed-9 {
  height: 102px;
  overflow: hidden;
}

.link-block-170 {
  height: 20%;
  text-decoration: none;
}

.link-block-171 {
  width: 35%;
  text-decoration: none;
}

.link-block-172 {
  width: 25%;
  text-decoration: none;
}

.wrapper-captivty-war-ingaza, .wrapper-freedom-war-ingaza-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  border-right: 1px solid #132865;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper-murder-and-whattsap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.wrapper-wardata-flag-murder {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: relative;
}

.wrapper-gallery-captivity {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 98%;
  display: flex;
  position: relative;
}

.gallery-photo-kidnapp-wrapper-war {
  width: 100%;
  height: 108%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-kidansppgallery {
  direction: ltr;
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.left-arrow, .right-arrow-2 {
  display: none;
}

.wrapper-info-text--copy {
  color: var(--firebrick);
  border-left: 1px solid #11255f;
  border-right: 1px solid #00417d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 102px;
  display: flex;
  position: relative;
}

.bold-text-56 {
  color: #f9f9f9;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.ya-24-recs-body {
  background-color: #b40821;
  font-family: "Mosesdisplay 1", sans-serif;
}

.ya-24-recs-backdrop {
  z-index: 0;
  background-color: #fff;
  background-image: radial-gradient(circle, #b4082154, #b40821 80%);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.ya-24-recs-header {
  z-index: 5;
  direction: rtl;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 20px;
  font-family: Narkissblock;
  display: flex;
  position: relative;
}

.ya-24-recs-header-lott {
  width: 90px;
  height: 110px;
  margin-top: -10px;
  margin-left: 10px;
}

.ya-24-recs-header-txt {
  z-index: 1;
  position: relative;
}

.ya-24-recs-header-txt-h {
  color: #fff;
  margin-bottom: 11px;
  padding-bottom: 4px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 60%;
}

.ya-24-recs-header-txt-h.black {
  color: #222;
}

.ya-24-recs-header-24logo {
  opacity: .85;
  width: 54px;
  max-width: none;
  height: 30px;
}

.ya-24-recs-item-head-txt-stars {
  color: #b40821;
  letter-spacing: 4px;
  text-indent: -4px;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.ya-24-recs-item-head-txt-h1 {
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 95%;
}

.ya-24-recs-item-head-txt-genre-box {
  margin-bottom: 15px;
}

.ya-24-recs-item-body {
  z-index: 1;
  border-top-left-radius: 50px;
  width: 50%;
  margin-top: 100px;
  margin-right: 3px;
  position: relative;
  overflow: hidden;
}

.ya-24-recs-item-head {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding-top: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.ya-24-recs-item-head-txtbox {
  z-index: 2;
  background-color: #e4d2d2a6;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 3px;
  padding: 24px 30px 30px;
  display: flex;
  position: relative;
}

.ya-24-recs-item-head-txt-h2 {
  text-align: right;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.ya-24-recs-item-head-txt-genre {
  text-align: right;
  border-bottom: 3px solid #222;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-bottom: 2px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2rem;
  display: inline-block;
}

.ya-24-recs-item-head-txt-genre.credit {
  color: #b40821;
  border-bottom-color: #b40821;
}

.ya-24-recs-item-head-writer-txt {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 1.2rem;
  line-height: .8rem;
}

.ya-24-recs-item-head-writer-wrap {
  z-index: 4;
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #222;
  border-top-left-radius: 16px;
  flex: none;
  align-items: center;
  width: auto;
  height: 38px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 13px;
  display: flex;
  position: absolute;
  inset: -41px auto auto -24px;
}

.ya-24-recs-head-weiter-tip {
  width: 20px;
  position: absolute;
  inset: auto 0% -14px auto;
}

.ya-24-recs-item-head-imgbox {
  z-index: 3;
  perspective-origin: 0%;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ya-24-recs-item {
  direction: rtl;
  align-items: flex-start;
  width: 90%;
  display: flex;
  position: relative;
}

.ya-24-recs-item-rtframe {
  background-color: #ffffffbf;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ya-24-recs-item-rtframe p {
  width: 85%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 150%;
}

.ya-24-recs-item-rtframe h1 {
  letter-spacing: -1px;
  width: 85%;
  font-size: 2.5rem;
  line-height: 2rem;
}

.ya-24-recs-item-rtframe h2 {
  color: #b40821;
  letter-spacing: -1px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  line-height: 2rem;
}

.ya-24-recs-item-rtframe h5 {
  color: #b40821;
  border: 1px solid #b40821;
  margin-right: 7.5%;
  padding: 3px 10px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1rem;
  display: inline-block;
}

.ya-24-recs-item-rtframe h3 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.ya-24-recs-item-rtframe h4 {
  color: #b40821;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.ya-24-recs-item-rtframe h6 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.ya-24-recs-item-rtframe a {
  color: var(--firebrick);
  text-decoration: none;
}

.ya-hro23-landing {
  z-index: 0;
  background-color: #00b9ff80;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
}

.ya-hro23-landing-clouds {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ya-hro23-landing-cloud2 {
  z-index: -1;
  width: 110%;
  max-width: none;
  position: absolute;
  top: 1%;
}

.ya-hro23-landing-cloud2._2nd {
  width: 90%;
  top: 20%;
}

.ya-hro23-landing-cloud1 {
  z-index: 1;
  max-width: none;
  height: 100vh;
  position: absolute;
  bottom: -40%;
}

.ya-hro23-landing-cloud1._2nd {
  height: 120vh;
}

.ya-hro23-item-headpic-crop {
  background-color: #d6777d;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -34px;
  margin-bottom: 6px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 2px #b4082133;
}

.ya-hro23-item-headpic-crop.big {
  width: 80px;
  height: 80px;
  margin-top: -70px;
  margin-bottom: 15px;
}

.ya-hro23-item-text-names {
  border-bottom: 2px solid #d6777d;
  margin-bottom: 10px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}

.ya-hro23-land-logo-frame {
  direction: rtl;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 24px 26px;
  text-decoration: none;
  display: flex;
}

.ya-hro23-content {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.ya-hro-land-header-yedlogobox {
  background-color: #e32a32;
  position: absolute;
  inset: -45px 0% auto auto;
}

.ya-hro23-land-logo-type-box {
  font-family: Narkissblock;
}

.ya-hro23-land-logo-type-box._2023 {
  direction: ltr;
  justify-content: flex-end;
  font-family: Narkissblock Regular, sans-serif;
}

.ya-hro23-item-text-h1 {
  color: #222;
  text-align: center;
  letter-spacing: -.2px;
  width: auto;
  margin: 0 auto;
  font-family: Narkissblock Bold, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
}

.ya-hro23-item-text-h1.big {
  letter-spacing: -2px;
  width: 90%;
  max-width: 480px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Narkissblock;
  font-size: 4.2rem;
  line-height: 3.3rem;
}

.ya-hro23-land-logo-txt {
  color: #626466;
  letter-spacing: -5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Narkissblock Bold, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 4.7rem;
}

.ya-hro23-land-logo-txt._2023 {
  color: #91d8f2;
  letter-spacing: -4px;
  padding-right: 5px;
  font-weight: 400;
}

.ya-hro-land-header-yedlogo {
  width: 180px;
  margin-bottom: 0;
  padding: 12px 14px 14px;
}

.ya-hro23-content-txt-frame {
  direction: rtl;
  background-color: #fffc;
  border-radius: 40px;
  width: 90%;
  max-width: 640px;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.ya-hro23-item-text-h2 {
  color: #b40821;
  letter-spacing: -.15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Narkissblock Semibold, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: .8rem;
  text-decoration: none;
  display: inline;
}

.ya-hro23-item-text-h2.dim {
  opacity: .6;
  margin-left: 4px;
  margin-right: 4px;
}

.ya-hro23-item-text-h2.dim.big {
  margin-left: 5px;
  margin-right: 5px;
}

.ya-hro23-item-text-h2.big {
  font-size: 1.5rem;
  font-weight: 600;
}

.ya-hro23-land-logo-lot {
  width: 60px;
  margin: -60px 10px -10px;
  padding-bottom: 0;
}

.ya-hro23-item-headpic {
  object-fit: cover;
  max-width: none;
  height: 100%;
}

.ya-hro23-landing-box {
  width: auto;
  max-width: none;
  margin-top: 25vh;
  position: relative;
}

.ya-hro23-landing-box.inner {
  margin-top: 150px;
  transform: scale(.6);
}

.ya-hro23-item-text-box {
  z-index: 4;
  direction: rtl;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 10px;
  font-family: Narkissblock;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 0;
}

.ya-hro23-item-text-box.big {
  margin-top: 0;
}

.ya-hro23-item-rtf {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-family: Alef, sans-serif;
}

.ya-hro23-item-rtf p {
  font-size: 1.1rem;
  line-height: 1.3;
}

.ya-hro23-item-iamge {
  width: 100%;
  margin-bottom: 40px;
}

.ya-hro23-item-h3 {
  text-align: center;
  letter-spacing: -.2px;
  width: 88%;
  margin: 0 auto 30px;
  font-family: Alef, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.ya-hro23-body {
  background-color: #fff;
}

.ya-hro23-land-h1 {
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  background-color: #626466;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px 6px;
  font-family: Narkissblock;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1em;
}

.ya-hro23-land-h1.negative {
  color: #fff;
  background-color: #00adef;
  flex: 0 auto;
}

.ya-hro23-land-h1.negative.mb, .ya-hro23-land-h1.mb {
  font-family: Narkissblock Medium, sans-serif;
}

.ya-hro23-land-h1.mb-show {
  font-family: Narkissblock Medium, sans-serif;
  display: none;
}

.ya-hro23-land-h-wrap {
  direction: rtl;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ya-hro23-item-box {
  direction: rtl;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  text-decoration: none;
  transition: transform .1s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px #001f3526;
}

.ya-hro23-item-box:hover {
  transform: scale(1.02);
}

.ya-hro23-item-box:active {
  transform: scale(.97);
}

.ya-hro23-items-sec {
  z-index: 4;
  width: 100vw;
  margin-top: 60vh;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.ya-hro23-item-img-crop {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ya-hro23-item-text-h1box {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 62px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.ya-hro23-item-img {
  object-fit: cover;
  min-width: 120%;
  max-width: none;
  min-height: 120%;
}

.ya-hro23-items-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  direction: rtl;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ya-hro-land-header-box {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 220px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.ya-hro23-head-logo-frame {
  z-index: 3;
  direction: rtl;
  align-items: center;
  display: flex;
  position: relative;
}

.ya-hro23-head-logo-type {
  color: #616566;
  letter-spacing: -.5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Narkissblock Bold, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.ya-hro23-head-logo-type._2023 {
  color: #26ade0;
  letter-spacing: 0;
  font-family: Narkissblock Regular, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.ya-hro23-head-logo-flame-lott {
  width: 14px;
  margin-top: -6px;
  margin-left: 4px;
  margin-right: 4px;
}

.ya-hro23-collection {
  direction: rtl;
}

.ya-hro23-item-image-credit {
  opacity: .6;
  border-bottom: 1px solid #0000004d;
  width: 480px;
  margin: -30px auto 30px;
  padding-bottom: 10px;
  line-height: 1.1;
}

.wrapper-alerts-war-copy-kidnapp {
  width: 60%;
  max-width: 100%;
  height: 100%;
}

.wrapper-war-component-mobilekidnapppic-copy-copy {
  display: none;
}

.mask-5 {
  width: 100%;
}

.link-block-174 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.warerfilter-category-kidnap {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.button-12 {
  background-color: #a8a8a8;
  border: 1px solid #fff;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1rem;
}

.button-13 {
  background-color: #a8a8a8;
  border: 1px solid #fff;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 1rem;
}

.button-14 {
  background-color: #a8a8a8;
  border: 1px solid #fff;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1rem;
}

.button-15 {
  border: 1px solid #fff;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1rem;
}

.link-block-175 {
  color: #000;
  width: 38%;
  margin-right: 10px;
  text-decoration: none;
  position: relative;
}

.text-block-86-moses {
  margin-left: auto;
  margin-right: auto;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-10-moses {
  color: #fff;
  text-align: center;
  height: auto;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-89-moses {
  color: #fff;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.text-block-128-moses, .text-block-128-copy-moses {
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-block-127--mos {
  color: var(--1417ac);
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-127-copy {
  color: var(--1417ac);
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}

.bold-text-57 {
  font-weight: 400;
}

.text-block-87--mos {
  color: #fff;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.title-merder-fall-mos {
  color: #fff;
  padding-right: 10px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.ya-ednat-land {
  background-color: #ef5a89;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 70vh;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ya-ednat-land-img-r {
  z-index: 1;
  width: 100%;
  max-width: none;
  position: absolute;
}

.ya-ednat-land-img-l {
  width: 100%;
  max-width: none;
  position: absolute;
}

.ya-ednat-land-img-m {
  width: 100%;
  max-width: none;
  position: relative;
}

.ya-ednat-02-1 {
  width: 62.1%;
}

.ya-ednat-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.ya-ednat-04 {
  flex-direction: row-reverse;
  align-items: flex-start;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ya-ednat-04--2._1 {
  z-index: 1;
  width: 25.5%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ya-ednat-04--2._3 {
  width: 26.5%;
}

.ya-ednat-04--2._2 {
  width: 74%;
  margin-right: -1px;
}

.ya-ednat-content {
  direction: ltr;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ya-ednat-02-2 {
  width: 38.4%;
}

.ya-ednat-02 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  max-width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ya-ednat-comic {
  width: 100%;
  max-width: none;
  min-height: 100%;
}

.ya-ednat-03-1 {
  width: 31.5%;
  min-height: 100%;
}

.ya-ednat-03-1._2 {
  width: 37%;
}

.ya-ednat-cell {
  justify-content: flex-start;
  align-items: center;
}

.ya-cfu-backdrop {
  background-color: #222;
  flex-direction: column;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.ya-cfu-backdrop-color {
  background-image: linear-gradient(#161617, #000);
  width: 100%;
  height: 50vh;
}

.ya-cfu-backdrop-edge {
  z-index: 0;
  object-fit: fill;
  flex: none;
  position: relative;
  overflow: hidden;
}

.ya-cfu-item-song-artist {
  color: #6e6e6e;
  text-align: left;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1rem;
}

.ya-cfu-item-song-artist.hide, .ya-cfu-item-trigger {
  display: none;
}

.ya-cfu-item-box-in {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  width: 105%;
  height: 105%;
  padding: 30px;
  display: flex;
  position: absolute;
  overflow: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 0 20px 30px #00000080;
}

.ya-cfu-item-box-in.edit {
  transform-style: preserve-3d;
  transform: none;
}

.ya-cfu-item-img-box {
  z-index: 1;
  background-image: linear-gradient(45deg, #e7e5e3, #fff 65%);
  border-radius: 2px;
  flex-direction: column;
  width: 330px;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 30px #0006;
}

.ya-cfu-item-box {
  perspective: 2000px;
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 20px;
  transition: transform .1s;
  display: flex;
  position: relative;
  transform: perspective(500px)rotate(1deg)perspective(2000px)perspective(239px)translate(0)perspective(2000px);
}

.ya-cfu-item-song-box {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 47%;
  height: 60px;
  font-size: 1rem;
  line-height: 1.3rem;
  display: flex;
  position: absolute;
  inset: auto auto 10px 20px;
}

.ya-cfu-item-song-box.odd {
  flex-direction: column;
  align-items: flex-end;
}

.ya-cfu-item-song-box.odd.tight {
  max-width: 44%;
}

.ya-cfu-item-song-box.odd.wide {
  max-width: 50%;
}

.ya-cfu-item-cont-name {
  color: var(--firebrick);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.ya-cfu-item-box-out {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ya-cfu-item-box-out.odd {
  position: relative;
}

.ya-cfu-item-cont-terror {
  color: #00adef;
  margin-top: 0;
  font-family: Narkissblock;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.ya-cfu-item-cont-img {
  float: left;
  border: 1px solid #e4dad0;
  width: 40%;
  margin-bottom: 14px;
  margin-right: 20px;
  padding: 3px;
}

.ya-cfu-item-cont-video {
  margin-top: 10px;
}

.ya-cfu-content-container {
  transform-style: preserve-3d;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
  transform: scale3d(1, 1, 2);
}

.ya-cfu-content-sec {
  direction: rtl;
  padding-top: 60px;
}

.ya-cfu-item-txt-box {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}

.ya-cfu-item-cont-song-box {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.ya-cfu-item-img-crop {
  aspect-ratio: 1;
  border-radius: 2px;
  width: 300px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 0 3px #00000026;
}

.ya-cfu-item-cont-stat {
  color: var(--firebrick);
  margin-top: 0;
  font-family: Narkissblock;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.ya-cfu-item-cont-song {
  color: #00adef;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: inline;
}

.ya-cfu-content-coll-list {
  perspective-origin: 50%;
  transform-origin: 50%;
  transform-style: preserve-3d;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale3d(1, 1, 2);
}

.ya-cfu-land {
  z-index: 1;
  min-height: 70vh;
  position: relative;
}

.ya-cfu-land-frame {
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.ya-cfu-land-h2 {
  color: #f3f3f3;
  letter-spacing: .5px;
  width: 100%;
  max-width: 720px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.blue {
  color: #0099d8;
}

.ya-cfu-land-video {
  background-image: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.ya-cfu-land-logo {
  width: 28vw;
  margin: 40px auto;
}

.ya-cfu-land-action {
  color: #000;
  letter-spacing: 0;
  background-color: #0099d8;
  margin: 10px auto 20px;
  font-size: 1.6rem;
  font-weight: 500;
  display: none;
}

.ya-cfu-land-branding-frame {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 480px;
  height: 60px;
  display: flex;
}

.ya-cfu-land-brand-logo {
  width: 70px;
  max-width: none;
  height: 100%;
}

.ya-cfu-land-brand-logo.big {
  height: 140%;
}

.ya-ednat-text {
  direction: rtl;
  width: 85%;
  max-width: 640px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.ya-ednat-text h1 {
  width: 100%;
  display: none;
}

.ya-ednat-text h2 {
  letter-spacing: .2px;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.ya-ednat-text p {
  font-family: Alef, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.ya-ednat-text h3 {
  color: #ef5a89;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.yay-header-pos {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  background-image: none;
  border-bottom: 1px solid #80808033;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.yay-header-pos.dark {
  background-color: #161617cc;
  background-image: none;
}

.yay-header-share-box {
  justify-content: flex-end;
  align-items: flex-start;
  width: 70px;
  display: flex;
}

.yay-header-share-box.dark {
  filter: invert();
}

.ya-header-share-link-block {
  margin-right: 10px;
  padding-right: 0;
}

.ya-header-share-link-icon {
  width: 30px;
  height: 25px;
}

.yay-lheader-ynetlogo {
  width: 70px;
  height: 30px;
}

.yay-lheader-yedlogo {
  width: 162px;
  height: 20px;
}

.yay-lheader-yedlogo.wide {
  width: auto;
  height: 36px;
}

.wrapper-sport-event2024 {
  background-image: url('../images/Group-66.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  width: 1279px;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.whot-line-vertical {
  background-color: #fff;
  width: 1px;
  height: 50px;
}

.wrapper-fotball-event {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 99.9999%;
  display: flex;
}

.wrappermaintitle-sportevent {
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  bottom: 40px;
}

.body-19 {
  background-color: #000;
}

.ya-cfu-item-cont-2 {
  flex-direction: column;
  width: 100%;
}

.ya-cfu-item-cont-rtf {
  width: 100%;
  margin-top: 10px;
}

.ya-cfu-item-cont-rtf h1 {
  color: var(--firebrick);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.ya-cfu-item-cont-rtf h2 {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.ya-cfu-item-cont-rtf h3 {
  color: #0099d8;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.ya-cfu-item-cont-rtf h4 {
  color: #0099d8;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.ya-cfu-item-cont-rtf p {
  margin-bottom: 0;
  font-weight: 300;
}

.ya-cfu-item-cont-rtf figure {
  margin-top: 10px;
}

.ya-cfu-item-song-name_2 {
  color: #0099d8;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1rem;
}

.ya-cfu-item-song-name_2.odd {
  text-align: left;
}

.ya-cfu-content-sec-2 {
  display: flex;
}

.ya-cfu-item-txt-name-2 {
  color: #1b232e;
  text-align: right;
  letter-spacing: .5px;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 4px;
  font-family: Gveret levin, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.ya-cfu-item-cont-4, .ya-cfu-item-cont-5 {
  border-left: 3px solid #009dde;
  border-right: 3px solid #009dde;
  flex-direction: column;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-9 {
  font-size: 1.1rem;
}

.open-sentance-sportevent2024-2 {
  text-align: right;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
  position: static;
}

.wrapper-jjanuary-section-sport2024 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-main-title-sportevent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.textblock-subtitle-spoetevents2024 {
  direction: rtl;
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 460px;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

.war-pop-up-text {
  width: 319px;
  margin-left: 184px;
  margin-right: -2px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.image-109--flagwar-popap-image {
  z-index: 60;
  width: 232px;
  height: 147px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: -64% auto -37% -7%;
}

.textblock-dateofevent-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  min-width: 60px;
  font-size: 1.1px;
  line-height: 10px;
  display: flex;
}

.title-kind-of-football-2 {
  color: #2befe2;
  font-size: 18px;
  font-weight: 500;
}

.title-kind-of-football-2.title-type {
  font-size: 20px;
  font-weight: 500;
}

.title-kind-of-football-2.title-type.title-type-april {
  font-family: "Mosestext 1", sans-serif;
  font-weight: 500;
}

.ya-brand-header-2 {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 4vw;
  min-height: 46px;
  max-height: 50px;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.ya-brand-header-2.ya-24 {
  direction: ltr;
  height: 50px;
  min-height: auto;
  max-height: none;
}

.ya-brand-header-mobilebar-2 {
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ya-brand-header-mobilebar-2._24 {
  background-image: linear-gradient(#b40821, #b4082100);
}

.ya-cfu-body {
  background-color: #161617;
  font-family: "Mosestext 1", sans-serif;
}

.ya-cfu-paging {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ya-cfu-paging-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ya-cfu-paging-but {
  z-index: 1;
  opacity: .5;
  background-color: #009dde;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}

.ya-cfu-paging-but.w--current {
  z-index: 1;
  opacity: 1;
}

.wrapper-all-sportevent {
  width: 100%;
}

.container-fallen-copy {
  z-index: 30;
  background-image: none;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.bottom-margin-30-copy {
  margin-bottom: 40px;
}

.fallen-search-copy {
  z-index: 50;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
  top: 0;
}

.sp24-test-item {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-daystowar-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-88-copy {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
}

.wrapper-war-component-desk-clock-copy {
  color: #000;
  width: 160px;
  max-width: 100%;
  height: 194px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.text-block-10-moses-copy-copy {
  color: #fff0;
  text-align: center;
  height: auto;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.event-sport-rightsidewrapper-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 90px;
  padding: 50px 20px;
  display: flex;
}

.main-title-month-sportevent-3 {
  color: #dffc30;
  text-align: right;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 40px;
}

.fallen-search-form-kidnapp-ed {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.form-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  display: flex;
}

.radio-button-label-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.radio-button-label-4:hover {
  color: #e0fc30;
}

.radio-button-field-5 {
  color: #000;
  background-color: #000000d6;
  border: 1px solid #fff;
  padding: 10px;
  position: relative;
}

.radio-button-field-5.color-basketball {
  border-color: #ffa60c;
}

.radio-button-field-5.colorfootball.color-tenis {
  border-color: #dffc30;
}

.radio-button-field-5.c-ballhand {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #9dfff8;
  padding: 0 2px;
}

.radio-button-field-5.color-water-ball {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #ff8686;
  padding: 0 2px;
}

.radio-button-field-5.color-windsurfing {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #ef8cff;
  padding: 0 2px;
}

.radio-button-field-5.color-football {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #ff6db3;
  padding: 0 2px;
}

.radio-button-field-5.colorfootball {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #18dea6;
  padding: 0 2px;
}

.radio-button-field-5.colorfootball.c-baxketball {
  border-color: #fcc330;
}

.radio-button-field-5.c-swimming {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #be8cff;
  padding: 0 2px;
}

.radio-button-field-5.c-athletics {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #89b2d9;
  padding: 0 2px;
}

.radio-button-field-5.c-formola {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #fc3030;
  padding: 0 2px;
}

.radio-button-field-5.color-judo {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #ff67f9;
  padding: 0 2px;
}

.radio-button-field-5.color-instruments {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #94abfd;
  padding: 0 2px;
}

.radio-button-field-5.color-bicycle {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #59b1e3;
  padding: 0 2px;
}

.radio-button-field-5.color-bycycale {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #59b1e3;
  padding: 0 2px;
}

.radio-button-field-5.color-byccle {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #59b1e3;
  padding: 0 2px;
}

.radio-button-field-5.color-olmp, .radio-button-field-5.color-olim {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #cebc74;
  padding: 0 2px;
}

.radio-button-field-5.color-olimp {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #cebc74;
  padding: 0 2px;
}

.radio-button-field-5.color-tenis {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #dffc30;
  padding: 0 2px;
}

.radio-button-field-5.color-basketball {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #fcc330;
  padding: 0 2px;
}

.radio-button-field-5.color-baseball {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #fabde5;
  padding: 0 2px;
}

.radio-button-field-5.color-gymnastics {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #94abfd;
  padding: 0 2px;
}

.radio-button-field-5.color-olim {
  -webkit-text-stroke-color: #fff0;
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-color: #cebc74;
  padding: 0 2px;
}

.radio-button-3 {
  width: 100%;
  height: 56.7891%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
}

.faq-trigger-3 {
  cursor: pointer;
  background-color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.wrapper-war-component-mobilekidnapppic-copy-copy-copy-clock {
  display: none;
}

.bold-text-58 {
  font-weight: 600;
}

._5-things-white-line-text {
  background-color: #fff;
  width: auto;
  height: 1px;
  line-height: 10px;
}

.right-arrow-4 {
  width: 54px;
  height: 53px;
  display: block;
  inset: auto 0% 0%;
  transform: rotate(90deg);
}

.text-block-153 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

._5-things-wapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 500px;
  transition: opacity .2s;
  display: flex;
  transform: rotate(0);
}

._5-things-slide-cms {
  direction: rtl;
  width: 300px;
  max-width: 300px;
  height: 500px;
  max-height: 500px;
  position: relative;
}

.bold-text-60 {
  direction: rtl;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

._5-things-slider-warp {
  direction: ltr;
  background-color: #de1a1b;
  width: 300px;
  height: 500px;
}

.image-146 {
  width: 40px;
}

._5-things-slider-warpper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 115px;
  display: flex;
}

.five-things-arrow {
  z-index: 11;
  position: absolute;
}

.text-block-155 {
  direction: rtl;
  text-align: center;
  font-size: 75px;
  line-height: 75px;
}

.slide-nav-4 {
  display: none;
}

._5-things-slide-image {
  width: 300px;
  height: 230px;
}

.maintitle-image-desk-sport2024 {
  width: 50%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  position: static;
  inset: 267px 558px 0% 170px;
}

.maintitle-image-mobilr-sport2024-copy {
  width: 50%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 267px 558px 0% 170px;
}

.sportevent2024-hader {
  z-index: 3;
  direction: rtl;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2.5rem 1rem 4.7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.peb-wrapper-sport-event2024-janu-tryarycopy-copy-copy-copy {
  z-index: 40;
  background-color: #08060600;
  flex-direction: column;
  justify-content: center;
  width: 1023px;
  max-width: 100%;
  margin: 0 auto 100px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-block-2--feb {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event-sport-left-side-wrapper-feb-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: "Mosesdisplay 1", sans-serif;
  display: flex;
}

.rich-text-block--spoetevent-3 {
  letter-spacing: .3px;
  width: 99.9999%;
  font-family: "Mosestext 1", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 12px;
}

.text-block-156 {
  font-size: 16px;
  font-weight: 300;
}

.text-block-157 {
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-157.day-of-month {
  font-weight: 100;
  line-height: 30px;
}

.ya-cfu-item-cont-song-action {
  color: #01adef;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.ya-cfu-item-cont-song-action-txt {
  font-weight: 400;
  line-height: 1.1;
}

.ya-cfu-land-h3 {
  color: #f3f3f3;
  width: 100%;
  max-width: 720px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.tablinksport2024 {
  color: #fff;
  background-color: #0000;
  border-right: 1px solid #fff;
  width: 150px;
}

.tablinksport2024.w--current {
  color: #dffc30;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
}

.tablinksport2024.nolinewhite {
  border-right-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.tablinksport2024.nolinewhite.w--current {
  border-right-width: 0;
  width: 150px;
  margin-top: 15px;
}

.tablinksport2024.no-line-right.w--current, .tablinksport2024.mid-line2024.w--current {
  width: 150px;
}

.text-block-158 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 18px;
  display: flex;
}

.text-block-158:hover {
  color: #dffc30;
}

.text-span-62 {
  font-family: Neuropol, sans-serif;
  font-size: 55px;
  line-height: 50px;
}

.tab-pane-tab-2-2 {
  max-width: 100%;
}

.collection-item-7 {
  width: 600px;
  max-width: 100%;
}

.wrapper-left-side2024 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding-right: 10px;
  display: flex;
}

.image-149 {
  object-fit: contain;
  width: auto;
  height: 300px;
  padding-top: 10px;
}

.radio-button-field-all {
  color: #000;
  background-color: #000000d6;
  border: 1px solid #fff;
  padding: 10px;
  position: relative;
}

.radio-button-field-all.colorfootball {
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  border-width: 1px;
  border-color: #fff;
  padding: 0 2px;
}

.title-box-food-com {
  text-align: right;
  border-bottom: 1px solid #fff;
  margin: 5px 8px;
  padding: 4px 0 4px 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-162 {
  text-align: right;
  margin-left: 10px;
  margin-right: 8px;
}

.bold-text-61 {
  display: none;
}

.body-21 {
  justify-content: center;
  font-family: Moses text Webfont vf, Arial, sans-serif;
  display: flex;
}

.paragraph-10 {
  margin-bottom: 10px;
}

.collection-list-wrapper--mer-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-sport-event2024 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  border-top: 0 solid #fff;
  border-bottom: 0 solid #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 1043px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-5-wrapper-spoer-event2024 {
  max-width: 1043px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-165 {
  color: #dffc30;
  text-align: center;
  margin-top: 40px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
}

.rich-text-block-10 {
  display: block;
}

.collection-list-wrapper--peb2024 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper--s-3-2024, .collection-list-wrapper--4-sport2024-2024-y {
  width: 100%;
}

.collection-list-wrapper--5-sport2024 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper--sport24, .collection-list-wrapper--7sport-2024, .collection-list-wrapper--8-sport-2024, .collection-list-wrapper--9sport-2024 {
  width: 100%;
}

.collection-list-wrapper--10sport {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper--11copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper--12-2024 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-boardofthegame {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #de1a1a;
  border: 1px solid #fff0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 7px;
  display: flex;
}

.wrapper-boardofthegame:hover {
  background-color: #de1a1a00;
  border: 1px solid #fff;
}

.collection-list-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-5, .collection-list-6, .collection-list-7, .collection-list-8, .collection-list-9, .collection-list-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-text-button-sport-event {
  margin-top: auto;
}

.ynet-24sport-credits-warpper {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.ynet-footer {
  direction: rtl;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.new_small-copy-copy {
  font-size: .9rem;
  font-weight: 400;
  display: none;
}

.text-block-167 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  padding-left: 5px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
}

.link-block-178 {
  margin-top: 10px;
  text-decoration: none;
}

.credit-sport-2024 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.text-block-169 {
  text-align: center;
  max-width: 100%;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: .9rem;
  font-weight: 100;
}

.tnaeim {
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.mov_pic_next24 {
  align-items: flex-end;
  width: 378px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small_title_down {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.icon_next24 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.link-25 {
  color: #fff;
  text-decoration: none;
}

.whiteline {
  background-color: #ffffff38;
  width: 484px;
  height: 1px;
}

.share_next24 {
  margin-right: 0;
  padding-right: 0;
}

.html-embed-12 {
  width: 376px;
  height: 208px;
}

.image-153 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.small-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row-reverse;
  place-content: center;
  align-items: center;
  margin: 10px auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gallery_next_24 {
  width: auto;
  max-width: none;
}

.fac_24 {
  margin-right: 10px;
}

.wrapper-next_24 {
  background-color: #000;
  background-image: url('../images/תרבות-24-new.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 20px;
}

.text-block-170 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  text-decoration: none;
}

.w_24 {
  margin-left: auto;
  padding-left: 0;
}

.img_logonext24 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.img_logonext24._1 {
  margin-top: 40px;
}

.img_logonext24._2 {
  display: none;
}

.text-span-64 {
  color: #fff;
  text-decoration: none;
}

.page2_next24 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 100px;
  display: flex;
}

.page2_next24._2, .page2_next24._10, .page2_next24._17 {
  flex-direction: row-reverse;
}

.title_next24 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-109 {
  width: 484px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.logo_ynet_24 {
  margin-top: 0;
  margin-bottom: 0;
}

.header_next_24 {
  z-index: auto;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.number_24next {
  width: 1050px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.down_text_credit_24 {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.bigtext {
  direction: rtl;
  color: #ff7272;
  font-size: 19px;
  line-height: 22px;
}

.page1_next24 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: space-between;
  width: 1050px;
  margin-bottom: 100px;
  display: flex;
}

.page1_next24._7 {
  flex-direction: row-reverse;
}

.o {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.box_text24 {
  width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  overflow: visible;
}

.paragraph-11._1 {
  width: 630px;
  font-size: 17px;
}

.paragraph-11.narrow {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-25 {
  direction: rtl;
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 10px;
  font-size: 35px;
  line-height: 35px;
}

.text-block-171 {
  direction: rtl;
  color: #eadb9a;
  font-size: 19px;
}

.text-block-172 {
  direction: rtl;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.line {
  color: #eadb9a;
  font-size: 22px;
  line-height: 22px;
}

.small-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 14px;
  display: inline;
}

.big_text24 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.code-block-2 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: padding-box;
  width: .1px;
  height: .1px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.whith_line_sport_event_info {
  color: #fff;
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  align-self: stretch;
  width: 1px;
  height: auto;
}

.text-span-67 {
  color: #2befe0;
}

.androiad-_sport_event2024 {
  text-align: right;
  width: 50%;
  position: relative;
}

.button_back_sport2024 {
  direction: rtl;
  text-align: center;
  background-color: #de1a1a;
  border-radius: 8px;
  align-self: center;
  width: 290px;
  margin-top: 56px;
  margin-bottom: 33px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 22px;
  font-weight: 100;
}

.button_back_sport2024:hover {
  background-color: #770404;
}

.wrapper_text_info_sportevent {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.button-18 {
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  background-color: #fff0;
  border-bottom: 1px solid #cc0001;
  max-width: 100%;
  display: none;
}

.ynet-footer-links-text-2 {
  color: #fff;
  text-align: center;
  font-family: "Mosestext 1", sans-serif;
}

.number_info_sportevent2024 {
  direction: rtl;
  font-size: 18px;
}

.wrapper_s24_text_number {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  direction: ltr;
  color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 18px;
  font-weight: 100;
  display: flex;
}

.bold-text-68 {
  color: #2befe0;
  font-weight: 600;
}

.textblock-subtitle-spoetevents2024-2 {
  direction: rtl;
  color: #fff;
  text-align: right;
  letter-spacing: .3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 376px;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.div-block-111 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row-reverse;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 80%;
  margin-left: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.apple_icon_sport2024 {
  margin-bottom: 9px;
}

.wrappermaintitle-sportevent-2 {
  flex-direction: column-reverse;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  bottom: 40px;
}

.text-block-andro-sportevent2024 {
  color: #fff;
  margin-bottom: 18px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 22px;
}

.text_info_sport_event {
  direction: rtl;
  color: #fff;
  overflow-wrap: anywhere;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-howitwork_sport2024 {
  background-color: #de1a1a00;
  align-self: center;
  width: 264px;
  height: 40px;
  margin-top: 25px;
  margin-bottom: 50px;
}

.wrapper-main-title-sportevent-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row-reverse;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bold-text-64 {
  color: #2befe0;
  font-weight: 600;
}

.link-26 {
  color: #fff;
  text-decoration: none;
}

.bold-text-62 {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.bold-text-62:hover {
  color: #2befe0;
}

.bold-text-63 {
  color: #2befe0;
  font-weight: 600;
}

.text-block-173 {
  direction: rtl;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: block;
  position: relative;
  inset: 0%;
}

.icon_andro_sport2024 {
  margin-bottom: 9px;
}

.link-27 {
  clear: none;
  direction: ltr;
  color: #fff;
  -webkit-text-stroke-color: #000;
  width: auto;
  padding-right: 18px;
  text-decoration: none;
  position: relative;
}

.bold-text-65 {
  color: #2befe0;
  font-weight: 600;
}

.wrapper_conditions_sport2024 {
  direction: ltr;
}

.body-23 {
  font-family: Moses text Webfont vf, Arial, sans-serif;
  font-size: 17px;
}

.body-24 {
  background-color: #0000;
  font-family: Moses text Webfont vf, Arial, sans-serif;
}

.text-span-68 {
  color: #2befe0;
  font-weight: 600;
}

.bold-text-69 {
  font-weight: 600;
}

.body-26 {
  background-color: #0000;
}

.body-27 {
  background-color: #0000;
  font-family: Moses text Webfont vf, Arial, sans-serif;
  font-size: 17px;
}

.bold-text-70 {
  font-weight: 700;
}

.body-28 {
  background-color: #fff0;
  font-family: Moses text Webfont vf, Arial, sans-serif;
}

.bold-text-77 {
  font-family: Narkissblock Bold, sans-serif;
}

.text-span-69 {
  font-size: 19px;
}

.bold-text-79, .bold-text-80 {
  font-family: Narkissblock Bold, sans-serif;
}

.body-29 {
  background-color: #0000;
}

.body-29.laisha {
  direction: ltr;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
}

.body-30 {
  background-color: #0000;
}

.bold-text-5 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: "Mosestext 1", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.image-156 {
  width: 190px;
}

.mezuke-project-content-warp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 41px 8% 20px;
  display: flex;
}

.ynet-footer-links-text-3 {
  color: #fff;
  text-align: center;
  font-family: "Mosestext 1", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-179 {
  flex: 1;
  align-self: center;
}

.image-157 {
  width: 100%;
}

.mezuke-nav-bar-social-icons-contain {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  width: 70px;
  display: flex;
}

.mezuke-project-images-container {
  aspect-ratio: auto;
  object-fit: fill;
  margin-top: 153px;
  margin-bottom: 153px;
  display: block;
}

.image-158 {
  width: 70px;
}

.mezuke-project-text-warp {
  text-align: right;
  align-self: center;
  width: 50%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 21px;
}

.mezuke-project-subheading {
  width: 100%;
  max-width: 100%;
}

.link-28 {
  color: #fff;
  text-decoration: none;
}

.mzuke-project-warp {
  direction: rtl;
  color: #fff;
  background-color: #000;
  padding-top: 4px;
}

.text-block-180 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mosestext 1", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.mezuke-project-credit-box {
  background-color: #de1a19;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.mezuke-project-headline-warp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 20px 8%;
  display: flex;
  position: relative;
}

.mezuke-nave-bar-container {
  justify-content: center;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.ynet-footer-mezuke {
  direction: ltr;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.ynet-footer-creative_studio-image-2 {
  width: 100px;
}

.image-159 {
  width: 900px;
  height: 100%;
  max-height: 100%;
  margin-bottom: 42px;
}

.link-29 {
  clear: none;
  direction: ltr;
  color: #fff;
  -webkit-text-stroke-color: #000;
  width: auto;
  padding-right: 18px;
  text-decoration: none;
  position: relative;
}

.mezuke-nav-bar-warp {
  direction: rtl;
  background-color: #000;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin-bottom: 6px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.mezuke-project-credit-box-warp {
  flex: 0 auto;
  align-self: center;
}

.image-160 {
  width: 100%;
  margin-top: 79px;
  margin-bottom: 79px;
}

.mezuke-nav-bar-logo-warp {
  flex: 1;
  justify-content: center;
  display: flex;
}

.link-30 {
  color: #fff;
  text-decoration: none;
}

.ya-7d-simple-body {
  background-color: #fff;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.ya-gallerya-land {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ya-brand-h1-light {
  font-weight: 400;
}

.ya-gallerya-land-img {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  position: absolute;
}

.ya-gallerya-land-overlay {
  z-index: 1;
  background-image: linear-gradient(to right, #fff0, #ffffffe6);
  width: 65%;
  height: 100%;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ya-brand-credit-2 {
  color: #222;
  background-color: #fff;
  margin-top: 4%;
  margin-left: auto;
  margin-right: 0;
  padding: 4px 8px 6px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
}

.ya-brand-text-box-2 {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  height: auto;
  display: flex;
}

.ya-brand-text-box-2.gallerya {
  width: 45%;
}

.ya-gallerya-land-txt {
  z-index: 1;
  filter: invert(95%);
  direction: rtl;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.ya-brand-date-2 {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  width: 130px;
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 300;
  line-height: .7rem;
}

.ya-brand-date-2.gallerya {
  text-align: center;
  width: auto;
  font-size: 14px;
  line-height: 90%;
}

.ya-gallerya-item-trigger-icon-glyph {
  color: #222c;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 4px;
  padding-left: 1px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1rem;
}

.ya-gallerya-item-trigger-icon {
  aspect-ratio: 1;
  background-color: #ddd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.ya-gallerya-item-trigger {
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #222c;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 6px;
  display: flex;
  position: absolute;
  bottom: 5%;
  box-shadow: 0 0 20px #0006;
}

.ya-gallerya-item-text-box {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.ya-gallerya-item-img {
  z-index: 2;
  object-fit: cover;
  width: auto;
  max-width: 140%;
  height: 50vh;
  position: relative;
  box-shadow: 0 5px 20px #0003;
}

.ya-gallerya-content {
  direction: rtl;
  overflow: hidden;
}

.ya-gallerya-item-rtf {
  z-index: 1;
  height: auto;
  margin-bottom: 60px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.ya-gallerya-item-rtf h1 {
  color: #222;
  width: 100%;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 110%;
}

.ya-gallerya-item-rtf p {
  color: #222;
  line-height: 140%;
}

.ya-gallerya-item-rtf figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ya-gallerya-item-rtf h4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 130%;
}

.ya-gallerya-item-rtf figcaption {
  opacity: .7;
}

.ya-gallerya-item-trigger-txt {
  transform-origin: 0%;
  color: #ddd;
  white-space: nowrap;
  width: auto;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  overflow: hidden;
}

.ya-gallerya-item-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-181 {
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 26px;
  line-height: 29px;
}

.bold_text_big {
  font-size: 52px;
  font-weight: 700;
}

.lightbox-link_mezuke {
  width: 100%;
}

.section-7 {
  margin-top: 180px;
}

.ya-brand-header-yedlogo-link {
  z-index: 3;
  flex-direction: row;
  flex: none;
  align-items: center;
  width: auto;
  height: 36px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.ya-body {
  background-color: #fff;
}

.ya-brand-headrr-yedlogo-y {
  aspect-ratio: 1;
  width: auto;
  max-width: none;
  height: 100%;
}

.wrapper-telegram-content-redmail {
  justify-content: center;
  align-items: center;
  width: 540px;
  margin: 20px auto;
  display: flex;
}

.headline-ynet-push--now {
  direction: ltr;
  color: #807d7d;
  width: auto;
  font-family: "Mosestext 1", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.headline-ynet-push--now.now-none {
  color: #807d7d00;
}

.logo-ynet-push {
  padding: 0 5px;
}

.p-push-ynet {
  color: #000;
  width: auto;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.text-time-redmail {
  color: #ffffff96;
  letter-spacing: .1px;
  width: auto;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.wrapper-telegram-msg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color-2);
  direction: rtl;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 95%;
  margin: 7px 0 7px auto;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: static;
}

.wrapper-telegram-msg.oneline {
  justify-content: center;
  align-items: center;
  max-width: 95%;
  margin-right: 0;
}

.wrapper-telegram-msg.msg3_narrow {
  max-width: 80%;
  margin-right: 0;
}

.wrapper-telegram-msg.msg4_narrow {
  max-width: 90%;
  margin-right: 0;
}

.wrp-top-redmail-img {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-redmail-msg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #6b6b70;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 95%;
  margin: 7px auto 7px 0;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: static;
}

.wrapper-redmail-msg.one-line {
  align-items: center;
}

.wrapper-redmail-msg.redmail_narrow1 {
  max-width: 90%;
}

.wrapper-redmail-msg.redmail_narrow2 {
  max-width: 80%;
}

.wrp-tel-masg-img {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #252837;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin: 7px auto;
  padding: 20px;
  display: flex;
  position: static;
}

.wrp-header-right-side {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrp-tel-text {
  color: #452f2f;
  width: auto;
}

.wrp-telegram-messages-img {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #6b6b70;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin: 7px auto 7px 0;
  padding: 20px;
  display: flex;
  position: static;
}

.headline-tel {
  color: #989696;
  width: auto;
  font-family: "Mosestext 1", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.wrapper-push-ynet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #d9d9d9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 7px auto;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: static;
}

.p-red-mail {
  color: #fff;
  width: auto;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.headline-ynet-push {
  color: #1a1a1a;
  width: auto;
  font-family: "Mosestext 1", sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.wrp-img-report {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #84848500;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 100%;
  margin: 15px auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.link-facebook-white-icon {
  width: auto;
}

.section2-redmail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 800px;
  margin: 80px auto;
  font-family: "Mosestext 1", sans-serif;
  display: flex;
  position: relative;
}

.section1-main-title-redmail {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 880px;
  margin: 0 auto;
  font-family: "Mosestext 1", sans-serif;
  display: flex;
  position: relative;
}

.main-title-redmail {
  text-align: center;
  width: auto;
  margin-bottom: 0;
  font-family: "Mosesdisplay 1", sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.main-p-redmail {
  text-align: center;
  width: 650px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 18px;
}

.wrp-content-redmail {
  flex-flow: wrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
}

.image-168 {
  direction: rtl;
  text-align: right;
  width: auto;
  height: auto;
}

.wrp-social-icon-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 0;
  display: flex;
}

.header-ynet-black-2 {
  direction: rtl;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100.018%;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 0;
  padding: 10px 20px 10px 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.image-63-copy-2 {
  direction: rtl;
  text-align: right;
  width: auto;
  height: auto;
}

.image-169 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.bk-image-redmail {
  background-image: url('../images/shutterstock_19233188601.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.section-opentext-redmail {
  width: 100%;
  padding-top: 0;
}

.wrp-all-msg-06-30-07-00 {
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.html-embed-13 {
  width: 100%;
}

.wrp-tel-masg-video {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #333644;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 100%;
  margin: 7px 0 7px auto;
  padding: 20px;
  display: flex;
  position: static;
}

.wrp-all-msg-09-00-10-00, .wrp-all-msg-07-00-08-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.wrp-tel-masg-img-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #252837;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin: 7px auto;
  padding: 20px;
  display: flex;
  position: static;
}

.p-push-ynet-2 {
  color: #000;
  width: auto;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 22px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.html-embed-14 {
  width: 100%;
}

.wrapper-tele-msg-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #333644;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 95%;
  margin: 7px 0 7px auto;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: static;
}

.wrapper-tele-msg-2.oneline {
  align-items: center;
  max-width: 95%;
  margin-right: 0;
}

.wrapper-tele-msg-2.msg3_narrow80 {
  max-width: 80%;
}

.wrapper-tele-msg-2.msg4_narrow {
  max-width: 90%;
}

.wrapper-tele-msg-2.oneline {
  align-items: center;
}

.wrp-top-redmail-img-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrp-tel-masg-video-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #252837;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin: 7px auto;
  padding: 20px;
  display: flex;
  position: static;
}

.image-171 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.wrp-all-msg-08-00-09-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.bold-text-84 {
  font-weight: 700;
}

.link_redmail {
  color: #fff;
}

.link_redmail:hover {
  color: #000;
}

.p-red-mail-2 {
  color: #fff;
  text-align: right;
  width: auto;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.wrp-tel-masg-img-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #252837;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin: 7px 0 7px auto;
  padding: 20px;
  display: flex;
  position: static;
}

.wrp-all-msg-11-00-12-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.p-push-ynet-3 {
  color: #000;
  width: auto;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 22px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.image-172, .image-173 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.wrp-all-msg-10-00-11-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.p-red-mail-english {
  direction: ltr;
  color: #fff;
  text-align: left;
  width: auto;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.wrp-all-msg-12-00-13-00, .wrp-all-msg-17-00-18-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.wrapper-telegram-msg-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #333644;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 95%;
  margin: 7px 0 7px auto;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: static;
}

.wrapper-telegram-msg-3.oneline {
  align-items: center;
}

.wrapper-telegram-msg-3.msg3_narrow {
  max-width: 90%;
  margin-right: 0;
}

.wrapper-telegram-msg-3.msg3_narrow_80 {
  max-width: 80%;
}

.wrapper-redmail-msg-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #6b6b70;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 95%;
  margin: 7px auto 7px 0;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: static;
}

.wrapper-redmail-msg-2.oneline {
  align-items: center;
}

.wrapper-redmail-msg-2.redmail_narrow90 {
  max-width: 90%;
}

.wrapper-redmail-msg-2.redmail_narrow80 {
  max-width: 80%;
}

.p-red-mail-3 {
  color: #fff;
  width: auto;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.wrp-all-msg-13-00-14-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.wrapper-telegram-msg-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #333644;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin: 7px auto;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: static;
}

.p-red-mail-4 {
  color: #fff;
  width: auto;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.wrp-all-msg-14-00-15-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-top: -39px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.wrapper-telegram-msg-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #333644;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 95%;
  margin: 7px 0 7px auto;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: static;
}

.wrapper-redmail-msg-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #6b6b70;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 95%;
  margin: 7px auto 7px 0;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: static;
}

.wrapper-redmail-msg-4.oneline {
  align-items: center;
}

.wrapper-redmail-msg-4.remail_narrow90 {
  max-width: 90%;
}

.wrapper-redmail-msg-4.remail_narrow80 {
  max-width: 80%;
}

.wrapper-redmail-msg-4.one-line {
  align-items: center;
}

.wrp-all-msg-15-00-16-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.p-red-mail-5 {
  color: #fff;
  text-align: right;
  width: auto;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.wrp-tel-masg-img-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #252837;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin: 7px 0 7px auto;
  padding: 20px;
  display: flex;
  position: static;
}

.headline-tel-2 {
  color: #989696;
  text-align: right;
  width: auto;
  font-family: "Mosestext 1", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.wrp-all-msg-18-00-19-00, .wrp-all-msg-19-00-20-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.wrp-telegram-messages-img-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #6b6b70;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin: 7px auto 7px 0;
  padding: 20px;
  display: flex;
  position: static;
}

.image-174 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.wrp-all-msg-16-00-17-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.section2-redmail-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 100px auto 120px;
  font-family: "Mosestext 1", sans-serif;
  display: flex;
  position: relative;
}

.main-title-redmail-big {
  text-align: center;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 300px;
  font-weight: 800;
  line-height: 200px;
}

.main-title-redmail-small {
  text-align: center;
  width: auto;
  margin-bottom: 20px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 65px;
  line-height: 111px;
}

.main-p-redmail-copy {
  text-align: center;
  width: 650px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 40px;
}

.wrp-sticky-clock-houers {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: rtl;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 8%;
  height: 100vh;
  margin-left: auto;
  font-family: "Mosesdisplay 1", sans-serif;
  display: flex;
  position: sticky;
  top: 100px;
}

.link-clock-redmail {
  color: #fff;
  letter-spacing: 2px;
  border-left: 1px solid #5f494900;
  border-right: 0 solid #ffdfdf;
  font-family: "Mosestext 1", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-clock-redmail:active, .link-clock-redmail.w--current:active {
  color: red;
}

.text-clock-redmail {
  letter-spacing: 4px;
  border-bottom: .5px solid #ffffff7a;
  border-left: 0 solid #fff;
  border-right: 0 solid #fff;
  padding: 5px 6px;
  font-size: 15px;
}

.text-clock-redmail:hover {
  color: #de1a1a;
}

.text-clock-redmail:focus-visible {
  color: #fff;
}

.text-clock-redmail[data-wf-focus-visible] {
  color: #fff;
}

.wrp-all-mag-containr-redmail {
  width: 100%;
  margin-left: 120px;
}

.scrolltotop-redmail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  max-width: 4rem;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 0;
  padding: 22px 10px 40px;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0;
}

.text-block-69-whit-redmail {
  color: #000;
  display: none;
}

.ynet-footer-redmails {
  direction: ltr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-117 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section2-redmail-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 500px;
  margin: 80px auto;
  font-family: "Mosestext 1", sans-serif;
  display: flex;
  position: relative;
}

.wrp-tel-masg-img-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #252837;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin: 7px auto;
  padding: 20px;
  display: flex;
  position: static;
}

.image-175 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.wrp-all-msg-23-00-24-00, .wrp-all-msg-24-00-01-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.headline-tel-3 {
  color: #989696;
  width: auto;
  font-family: "Mosestext 1", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.p-red-mail-6 {
  color: #fff;
  text-align: right;
  width: auto;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.wrp-all-msg-22-00-23-00, .wrp-all-msg-21-00-22-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.image-176 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.wrp-all-msg-01-00-06-00, .wrp-all-msg-20-00-21-00 {
  color: #fff;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.footet_text_credits {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: "Mosestext 1", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.wrp-credit {
  align-items: flex-end;
  width: 100%;
  height: 300px;
  margin-top: 31px;
  margin-bottom: 31px;
  display: flex;
}

.redmail_mishne {
  text-align: right;
  word-break: normal;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  width: 700px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.image-177 {
  padding-right: 0;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: center;
  white-space: break-spaces;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-3.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-p {
  direction: rtl;
  background-color: #f4f6f800;
  border-radius: 4px;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 700px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.faq-body-cont {
  color: #000;
  text-align: right;
  background-color: #0000;
  border-top: 1px #000;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  color: #fff;
  width: 100%;
  margin-bottom: 24px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.faq-icon {
  z-index: auto;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 25px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
  inset: 0% auto;
  transform: translate3d(0, 0, 300px);
}

.toggle-text {
  z-index: 2;
  font-family: "Mosestext 1", sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.text-span-73 {
  text-align: left;
  flex-direction: column;
  width: 100%;
  font-weight: 700;
  display: flex;
}

.redmail_mishne-copy {
  text-align: right;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  width: 700px;
  margin-bottom: 20px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: static;
  overflow: hidden;
}

.read-all-block {
  z-index: 15;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(to top, #050505, #060606 34%, #26262600);
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 1279px;
  height: 130px;
  margin-top: 0;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.read-all {
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 7px 10px 10px;
  font-size: 21px;
  line-height: 21px;
  transition: transform .1s;
  display: inline-block;
  box-shadow: 0 10px 20px #0009;
}

.read-all:active {
  transform: scale(.9);
}

.div-block-119 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrp-redmail-masg-video {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  background-color: #6b6b70;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 100%;
  margin: 7px auto 7px 0;
  padding: 20px;
  display: flex;
  position: static;
}

.hedline-redmail {
  color: #989696;
  width: auto;
  font-family: "Mosestext 1", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-178 {
  width: 18px;
  margin-right: 10px;
}

.wrp-pluse-read-only {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrp-credit--redmails {
  align-items: flex-end;
  width: 100%;
  height: 300px;
  margin-top: 31px;
  margin-bottom: 31px;
  display: flex;
}

.ya-7d-blt-head-7d_logo {
  z-index: 1;
  flex: none;
  width: 100px;
  position: relative;
}

.ya-7d-blt-img {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.ya-footer-2024 {
  width: 60%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ya-footer-2024-box {
  opacity: .6;
  direction: rtl;
  border-top: 1px solid #a0a0a0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.ya-7d-blt-head-h1 {
  color: #ddd;
  width: 100%;
  font-size: 5em;
  font-weight: 800;
  line-height: 90%;
}

.ya-7d-blt-head-yed_logo {
  background-image: linear-gradient(135deg, #b40821 59%, #e32a3200);
  flex: none;
  height: 34px;
  margin-top: 16px;
  margin-right: -58px;
  padding: 6px 50px 8px 8px;
  position: relative;
}

.ya--header-ynet_logo {
  z-index: 10;
  height: 100%;
  position: relative;
}

.ya-7d-blt-video {
  aspect-ratio: 2 / 3;
  box-shadow: 0 0 60px #fff3;
}

.ya-7d-blt-txt-rtf {
  color: #ddd;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1em;
  font-weight: 400;
  line-height: 135%;
  position: relative;
}

.ya-7d-blt-txt-rtf._1st {
  padding-top: 60px;
}

.ya-7d-blt-txt-rtf p {
  margin-bottom: 10px;
  font-family: "Mosestext 1", sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.ya-7d-blt-txt-rtf blockquote {
  color: #e32a32;
  border-left-style: none;
  padding: 0;
  font-family: "Mosestext 1", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 140%;
}

.ya-7d-blt-txt-rtf h1 {
  color: #e32a32;
  text-indent: -27%;
  width: auto;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 100%;
  display: inline-block;
}

.ya-7d-blt-txt-rtf h5 {
  font-family: "Mosestext 1", sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 140%;
}

.ya-7d-blt-sec {
  direction: rtl;
  background-color: #161717;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  max-width: 80%;
  display: flex;
}

.ya-7d-blt-timeline {
  z-index: 3;
  border-left: 6px solid #e32a32;
  width: 18%;
  height: 100vh;
  margin-right: 0;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.ya-7d-blt-head-creditbox {
  z-index: 1;
  width: 100%;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.ya-7d-blt-head-h2 {
  color: #ddd;
  letter-spacing: .2px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 130%;
}

.ya-7d-blt-vis-wrap {
  background-color: #161617;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-right: -100%;
  display: flex;
  position: sticky;
  top: 0%;
}

.ya-7d-blt-vis-wrap.small {
  height: auto;
}

.ya-7d-blt-head-date {
  color: #a0a0a0;
  font-size: 1.6em;
  font-weight: 100;
  line-height: 120%;
}

.ya--ynet_head-logobox {
  height: 70%;
}

.grey {
  color: #e32a32;
}

.ya-7d-blt-head-h3 {
  color: #f2f2f2;
  text-align: center;
  letter-spacing: 1px;
  background-image: linear-gradient(283deg, #e32a32 65%, #de1a1900);
  flex: none;
  height: 34px;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: -40px;
  padding-bottom: 3px;
  padding-left: 32px;
  padding-right: 6px;
  font-size: 25px;
  line-height: 120%;
  display: inline-block;
  position: relative;
}

.ya-7d-blt-cont-wrap {
  z-index: 3;
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.ya-7d-blt-body {
  direction: ltr;
  background-color: #161617;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 1rem;
}

.heading-27 {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 6px;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 76%;
  display: inline-block;
}

.ya-7d-blt-land {
  direction: rtl;
  background-color: #161717;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ya-7d-blt-head-credit {
  float: right;
  direction: rtl;
  color: #a0a0a0;
  margin-left: 10px;
  font-size: 1.6rem;
  line-height: 120%;
  text-decoration: none;
}

.ya-7d-blt-land-vis-smoke {
  width: 100%;
  max-width: none;
  position: absolute;
  overflow: hidden;
}

.ya-footer-2024-txtlink {
  color: #f2f2f2;
  font-weight: 200;
  text-decoration: none;
}

.red {
  color: #e32a32;
}

.ya-7d-blt-land-brandbox {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.ya-7d-blt-head-texbox {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 720px;
  margin-right: 20%;
  display: flex;
  position: relative;
}

.ya-7d-blt-vis-wrap-overlay {
  z-index: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(to right, #0000 25%, #161617d9 55%, #161617);
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.ya-7d-blt-vis-wrap-overlay.small {
  height: 100%;
}

.ya-7d-blt-video-pad {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 10%;
  display: flex;
}

.white {
  color: #f2f2f2;
}

.ya-7d-blt-big_video {
  width: 100vw;
  min-height: 100vh;
}

.ya-7d-blt-img-credit {
  color: #f2f2f2;
  background-color: #161617b3;
  width: auto;
  max-width: 50ch;
  padding: 4px 8px 6px;
  font-family: "Mosestext 1", sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 130%;
  position: absolute;
  inset: auto auto 1% 1%;
}

.ya-footer-2024-yedlogo {
  width: 140px;
  margin-left: 20px;
}

.ya-7d-blt-ynet_head {
  z-index: 10;
  direction: ltr;
  background-image: linear-gradient(#161617 5%, #16161700);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  margin-top: -1px;
  padding-top: 20px;
  display: flex;
  position: fixed;
}

.ya-footer-2024-txtbox {
  grid-column-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ya-7d-blt-map-wrap-box {
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.ya-7d-blt-map-wrap-box.small {
  height: auto;
  position: relative;
}

.ya-7d-blt-map-lootie {
  min-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
}

.text-span-74 {
  font-size: 16px;
  line-height: .9;
}

.div-block-120 {
  flex: 0 auto;
  align-self: center;
  padding-left: 0;
}

.bold-text-86 {
  font-family: Open Sans, sans-serif;
}

.div-block-121 {
  direction: ltr;
}

.body-32 {
  background-color: #fff;
}

.navbar-report {
  direction: rtl;
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
}

.image-179 {
  width: 30px;
  height: 30px;
}

.wrapper-1240-report {
  width: 100%;
}

.wrapper-main-section_helpwar-2 {
  direction: rtl;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Mosesdisplay 1", sans-serif;
}

.main_title_report {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-28 {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.text-block-182 {
  text-align: center;
  border-left: 5px solid #de1a1a;
  border-right: 4px solid #de1a1a;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 24px;
  line-height: 32px;
}

.ynet-report-footer-links {
  direction: rtl;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.ynet-footer-creative_studio-image-3 {
  width: 100px;
}

.ynet-footer-links-text-4 {
  color: #fffcfc;
  text-align: center;
}

.link-31 {
  color: #fff;
  -webkit-text-stroke-color: #000;
  text-decoration: none;
}

.link-32 {
  color: #fff;
  text-decoration: none;
}

.body-33 {
  background-color: #fff;
}

.collection-item-8 {
  color: #000;
}

.body-34 {
  background-color: #fff;
  font-family: "Mosestext 1", sans-serif;
  font-size: 21px;
  line-height: 1.3px;
}

.war_hp_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 1240px;
  display: flex;
}

.div_war_hp_days {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #de1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 142px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 23px;
  line-height: 1.3px;
  display: flex;
}

.div_line {
  object-fit: fill;
  background-color: #de1a1a;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div_line.under {
  z-index: 2;
  flex: 0 auto;
  align-self: auto;
  line-height: 8px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div_line.mobile {
  display: none;
}

.div_war_hp_redlines {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 142px;
  display: flex;
  position: relative;
}

.text_war_hp_days {
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 62px;
}

.text-block-183 {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 23px;
}

.text-block-184 {
  color: #fff;
  text-align: center;
  background-color: #de1a1a;
  margin: 0 auto;
  padding: 15px 0 17px;
  font-size: 21px;
  font-weight: 700;
}

.div_war_hp_alerts {
  width: 160px;
  max-width: 160px;
  height: 100%;
}

.div_war_hp_inside {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  width: 1110px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div_war_hp_100days {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(110deg, #000 59%, #4d4d4d);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  max-width: 320px;
  height: 100%;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.div_war_hp_kiddnaps {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-bottom: 10px;
  line-height: 21px;
  display: flex;
}

.text-block-185 {
  color: #fff;
  margin-left: 0;
  margin-right: 18px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 21px;
  line-height: 22px;
}

.text-block-185:hover {
  color: #949191;
}

.text-block-185.new {
  margin-right: 4px;
  padding-bottom: 4px;
}

.image-180 {
  z-index: 2;
  width: auto;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  margin-left: -81px;
  padding: 0;
  position: relative;
}

.image-180.gif {
  margin-left: 0;
  padding-left: 0;
}

.image-180.alarts {
  margin-left: -66px;
}

.image-181 {
  z-index: 2;
  max-width: 27px;
  margin-right: 83px;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.image-181.left {
  margin-left: 0;
  margin-right: 140px;
  padding-bottom: 4px;
  inset: auto 0% 0%;
}

.div-block-124 {
  text-align: right;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.html-embed-15 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 8px;
  line-height: 0;
}

.text-block-186 {
  color: #de1a1a;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-187 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

.div_war_hp_gallery {
  direction: ltr;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 123px;
  max-height: none;
  display: flex;
}

.slider-3 {
  max-width: none;
  height: 100%;
  max-height: none;
  position: static;
}

.right-arrow-5 {
  display: none;
}

.text_name_kiddnap_war {
  font-family: "Mosestext 1", sans-serif;
}

.collection-item-9 {
  flex-direction: column;
  font-family: "Mosestext 1", sans-serif;
  display: flex;
}

.div-block-125 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-10 {
  max-width: none;
}

.div-block-126 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: row;
  align-items: center;
  max-width: none;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  line-height: 20px;
  display: flex;
}

.text_war_hp_where {
  text-align: right;
  font-size: 16px;
  line-height: 16px;
}

.text_war_hp_name {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.image_blackoutline {
  border: 2px solid #000;
  line-height: 1px;
}

.text-span-77 {
  font-size: 21px;
  line-height: 19px;
}

.div_war_hp_images {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: 100px;
  display: flex;
}

.div_war_hp_dead {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(110deg, #000, #4d4d4d 76%);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 268px;
  max-width: 268px;
  height: 100%;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.text-span-78 {
  margin-right: -16px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-79 {
  margin-right: 11px;
}

.bold-text-88 {
  margin-right: 21px;
}

.ynet-war-hostages-container {
  width: 100%;
  max-width: 207px;
}

.ynet-war-gallery-slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 207px;
}

.ynet-wh-cms-warp {
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 207px;
  max-width: 207px;
  height: auto;
  display: flex;
}

.text-block-188 {
  font-family: "Mosestext 1", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
}

.text-block-189 {
  font-family: "Mosestext 1", sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.text-block-190 {
  padding-bottom: 3px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.ynet-wh-cms-text-warp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: 123px;
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 22px;
  display: flex;
}

.image-182 {
  background-color: #fff;
  border: 2px solid #000;
  align-self: center;
  width: 105px;
  max-width: none;
  height: 114px;
  max-height: none;
}

.body-35 {
  background-color: #fff;
}

.ynet-wh-slider-warp {
  direction: ltr;
  text-align: center;
  background-color: #0000;
  align-self: flex-end;
  width: auto;
  max-width: none;
  height: auto;
}

.html-embed-16 {
  height: 130px;
}

.div_war_hp_mobile {
  display: none;
}

.div_war_hp_days_mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #de1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 142px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 23px;
  line-height: 1.3px;
  display: flex;
}

.div_war_hp_alerts_mobile {
  width: 160px;
  max-width: 160px;
  height: 100%;
}

.div_war_hp_images_mobile {
  width: auto;
  max-width: 320px;
  display: flex;
}

.div_war_hp_gallery_mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 207px;
  height: auto;
  display: flex;
}

.html-embed-17 {
  height: 130px;
  margin-right: 7px;
}

.div_war_hp_gallery-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 207px;
  height: auto;
  margin-right: 10px;
  display: flex;
}

.div_hafnayot {
  display: none;
}

.collection-list-wrapper-7 {
  text-align: left;
}

.collection-list-13 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-130 {
  width: 207px;
  max-width: 207px;
}

.div-block-131 {
  width: 134px;
  max-width: 134px;
  height: 142px;
  max-height: 142px;
}

.body-36 {
  background-color: #0000;
}

.ya-7d-wls-section {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000000bf;
  background-image: none;
  width: 100%;
  padding-top: 40px;
}

.ya-7d-wls-split-lines {
  color: #161617;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 135%;
}

.ya-7d-article-date {
  letter-spacing: 3px;
  padding-bottom: 2px;
  font-size: 1.6em;
  line-height: 100%;
}

.ya-7d-article-h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 120%;
}

.ya-7d-wls-wts_tip {
  transform-style: preserve-3d;
  width: 5%;
  position: absolute;
  inset: auto auto 0% -2.9%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.light {
  font-weight: 300;
}

.ya-7d-article-h1 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 90%;
}

.ya-7d-wls-main-imgbox {
  aspect-ratio: 1;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.ya-7d-article-7d_logo {
  filter: invert(80%);
  width: 2.4em;
  margin-left: 10px;
  margin-right: 8px;
}

.ya-7d-wls-wlbox-notebook_overlay {
  z-index: 3;
  mix-blend-mode: multiply;
  background-image: linear-gradient(135deg, #ffd0001a, #ffd00040);
  position: absolute;
  inset: 0%;
}

.ya-7d-wls-h2 {
  direction: rtl;
  color: #f2f2f2;
  letter-spacing: .2px;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}

.ya-7d-wls-container {
  flex-direction: column;
  width: 600px;
  max-width: none;
  height: auto;
}

.ya-7d-article-credit {
  color: #222;
  padding-bottom: 2px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.ya-7d-wls-main-img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.ya-7d-wls-rtf {
  direction: rtl;
  color: #f2f2f2;
  border-bottom: 1px solid #fff;
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 1.2rem;
  line-height: 150%;
}

.ya-7d-wls-rtf p {
  letter-spacing: .3px;
  margin-bottom: 10px;
  line-height: 140%;
}

.ya-7d-wls-rtf figure {
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.ya-7d-wls-rtf figcaption {
  opacity: .6;
  text-align: left;
  letter-spacing: .5px;
  font-size: 1rem;
}

.ya-7d-wls-rtf img {
  border-radius: 10px;
}

.ya-7d-wls-land-backdrop-txt2 {
  opacity: .3;
  mix-blend-mode: overlay;
  min-width: 110%;
  max-width: none;
  min-height: 110%;
  position: absolute;
  inset: 0%;
}

.ya-7d-wls-land-backdrop-img {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.ya-7d-article-body {
  direction: ltr;
  background-color: #161617;
  font-family: "Mosestext 1", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}

.ya-7d-wls-land-backdrop {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.ya-7d-wls-land-section {
  z-index: 1;
  direction: rtl;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90svh;
  padding-top: 18%;
  padding-bottom: 22%;
  display: flex;
  position: relative;
}

.ya-7d-wls-h1 {
  direction: rtl;
  color: #ff9100;
  letter-spacing: 1px;
  width: 90%;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 110%;
}

.ya-7d-article-h3box {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ya-7d-wls-wlbox {
  direction: rtl;
}

.ya-7d-wls-wlbox.ya-7d-wls-note {
  letter-spacing: .5px;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 30px;
  font-family: Gveret levin, sans-serif;
  font-weight: 400;
  position: relative;
  box-shadow: 11px 11px 30px #000000b3;
}

.ya-7d-wls-wlbox.ya-7d-wls-note.book {
  position: relative;
  transform: none;
  box-shadow: 0 0 20px #000c;
}

.ya-7d-wls-wlbox.ya-7d-wls-whatsapp {
  background-color: #fff;
  border-radius: 30px;
  width: auto;
  height: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.ya-7d-article-headbox {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 640px;
  padding-bottom: 10px;
  display: flex;
}

.ya-7d-wls-land-backdrop-txt1 {
  opacity: .5;
  mix-blend-mode: overlay;
  object-fit: cover;
  min-width: 110%;
  max-width: none;
  min-height: 110%;
  position: absolute;
  inset: 0%;
}

.ynet-wh-slider-warp_info {
  direction: ltr;
  text-align: left;
  background-color: #0000;
  align-self: center;
  width: auto;
  max-width: none;
  height: auto;
}

.div_war_hp_days_inffo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #de1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 142px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 23px;
  line-height: 1.3px;
  display: flex;
}

.war_hp_wrap_new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 1240px;
  display: flex;
}

.div_war_hp_days_new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  background-color: #de1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 142px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 23px;
  line-height: 1.3px;
  display: flex;
}

.text_war_hp_days_new {
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 62px;
}

.text-block-183-_new {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 23px;
}

.div_war_hp_redlines_news {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 1070px;
  height: 142px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div_line-_new {
  object-fit: fill;
  background-color: #de1a1a;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div_line-_new.under {
  z-index: 2;
  flex: 0 auto;
  align-self: auto;
  line-height: 8px;
  position: absolute;
  inset: auto 0% 0%;
}

.div_line-_new.mobile {
  display: none;
}

.div_war_hp_inside-_new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  width: 1070px;
  height: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div_war_hp_alerts-_new {
  width: 160px;
  max-width: 160px;
  height: 100%;
  display: none;
}

.div_war_hp_100days-_new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(110deg, #000 59%, #4d4d4d);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 355px;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div_war_hp_images-_new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 370px;
  height: 121px;
  max-height: none;
  margin-left: -14px;
  margin-right: 23px;
  padding-left: 0;
  display: flex;
}

.div_war_hp_kiddnaps-_new {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100px;
  margin-left: 12px;
  margin-right: 0;
  padding-bottom: 10px;
  line-height: 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div_war_hp_gallery-_new {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 207px;
  height: 123px;
  max-height: none;
  margin-right: 10px;
  display: flex;
}

.ynet-wh-slider-warp-_new {
  direction: rtl;
  text-align: left;
  background-color: #0000;
  align-self: center;
  width: auto;
  max-width: none;
  height: auto;
}

.ynet-wh-cms-warp_new {
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.ynet-wh-cms-text-warp-_new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: 123px;
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 22px;
  display: flex;
}

.div_war_hp_dead-new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(110deg, #000, #4d4d4d 76%);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 310px;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.div_line-copy {
  object-fit: fill;
  background-color: #de1a1a;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div_line-copy.under {
  z-index: 2;
  flex: 0 auto;
  align-self: auto;
  line-height: 8px;
  position: absolute;
  inset: auto 0% 0%;
}

.div_line-copy.mobile, .div_war_hp_mobile-_new, .div_hafnayot-_new {
  display: none;
}

.div_war_hp_days_mobile-_new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #de1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 142px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Mosestext 1", sans-serif;
  font-size: 23px;
  line-height: 1.3px;
  display: flex;
}

.div_war_hp_alerts_mobile_new {
  width: 160px;
  max-width: 160px;
  height: 100%;
}

.text-block-184-_new {
  color: #fff;
  text-align: center;
  background-color: #de1a1a;
  margin: 0 auto;
  padding: 15px 0 17px;
  font-size: 21px;
  font-weight: 700;
}

.div_war_hp_images_mobile-copy {
  width: auto;
  max-width: 320px;
  display: flex;
}

.div_war_hp_kiddnaps-copy {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-bottom: 10px;
  line-height: 21px;
  display: flex;
}

.ynet-wh-slider-warp-copy {
  direction: ltr;
  text-align: left;
  background-color: #0000;
  align-self: center;
  width: auto;
  max-width: none;
  height: auto;
}

.div_war_hp_gallery-_new-copy {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-height: 100px;
  display: flex;
}

.ynet-wh-slider-warp-_new-copy {
  direction: ltr;
  text-align: left;
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  height: auto;
  display: flex;
}

.collection-list-wrapper-8 {
  direction: ltr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-item-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-9 {
  align-self: flex-start;
}

.ynet-war-hostages-slideshow {
  direction: rtl;
}

.slider-war-hostages-warp {
  grid-column-gap: 7px;
  direction: rtl;
  justify-content: flex-start;
  align-items: center;
  max-width: 260px;
  margin-top: 0;
  display: flex;
}

.ynet-war-hostages-text-warp {
  text-align: right;
  align-self: center;
  font-size: 16px;
  line-height: 1.3;
}

.text-block-191 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.slider-7 {
  direction: ltr;
  background-color: #ddd0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 121px;
  margin-top: 18px;
  display: block;
}

.collection-list-wrapper-10 {
  direction: ltr;
}

.image-183 {
  border: 2px solid #000;
  height: 121px;
}

.text-block-192, .text-block-193 {
  font-size: 18px;
  line-height: 18px;
}

.ya-brand-header-data-share-facebook {
  background-color: #0037db;
  width: 30px;
  height: 30px;
}

.ya-brand-header-data-share-twitter {
  background-color: #02c8ff;
  width: 30px;
  height: 30px;
}

.ya-brand-header-data-share-whatsapp {
  background-color: #48ff00;
  width: 30px;
  height: 30px;
}

.image-184 {
  width: 77px;
  max-width: none;
  height: 32px;
  margin-left: 4px;
}

.link-block-179 {
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-194 {
  color: #000;
  width: auto;
  padding-left: 3px;
  font-family: "Mosesdisplay 1", sans-serif;
  font-size: 33px;
  font-weight: 200;
  text-decoration: none;
}

.text-block-194:hover {
  color: #6d6a6a;
}

.image-185 {
  margin-right: 0;
  position: absolute;
  inset: 0% auto auto -22%;
}

.image-186 {
  width: 20px;
  position: absolute;
  inset: 32% auto 0% -19%;
}

.slide8 {
  width: 20px;
  display: block;
  position: absolute;
  inset: 32% auto 0% -19%;
}

.ynet-mekomiot-counter-vote---warp {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 405px;
  margin-left: 0;
  display: block;
}

.text-block-136 {
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}

.ynet-mekomiot-counter-1 {
  background-color: #d9d9d980;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: "Mosestext 1", sans-serif;
  display: flex;
  position: relative;
}

.ynet-mekomiot-counter-image-warp {
  margin-left: -27px;
  margin-right: -6px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-195 {
  font-size: 12px;
  font-weight: 300;
}

.ynet-mekomiot-counter-ynet-mekomiot-counter-button-updates {
  text-align: center;
  background-color: #0e117c;
  border: 1px solid #0e117c;
  width: 160px;
  font-size: 16px;
}

.ynet-mekomiot-counter-ynet-mekomiot-counter-button-updates:hover {
  color: #000;
  background-color: #0e117c00;
  border: 1px solid #0e117c;
}

.image-130 {
  width: 69px;
}

.text-block-130-copy-2 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-127 {
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
}

.ynet-mekomiot-counter-details-warp {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-130 {
  font-weight: 300;
  display: none;
}

.ynet-mekomiot-counter-time-countdown-text {
  grid-column-gap: 4px;
  text-align: center;
  letter-spacing: 4px;
  flex-direction: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.ynet-mekomiot-counter-title-warp {
  margin-left: 10px;
  margin-right: 30px;
}

.ynet-mekomiot-counter-details-mobile-divider {
  display: none;
}

.text-block-132 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.text-block-134 {
  align-self: stretch;
  font-size: 45px;
  line-height: 1;
}

.ynet-mekomiot-counter-vote-text-details-warp {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-block-128 {
  letter-spacing: 2px;
  font-size: 38px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-126 {
  margin-left: 20px;
  font-size: 36px;
  line-height: 32px;
}

.ynet-mekomiot-counter-buttons-warp {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.ynet-mekomiot-counter-mobile-top-banner-border {
  display: none;
}

.ynet-mekomiot-counter-countdown-warp {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #0e117c;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 405px;
  height: 74.8438px;
  margin-left: 0;
  padding: 10px 20px;
  display: flex;
}

.text-block-131 {
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
}

.ynet-mekomiot-counter-vote-text-update-warp {
  grid-column-gap: 10px;
  display: flex;
}

.text-block-133 {
  align-self: stretch;
  font-size: 45px;
  line-height: 1;
}

.body-37 {
  background-color: #fff;
}

.ynet-mekomiot-counter-copy {
  background-color: #d9d9d980;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: "Mosestext 1", sans-serif;
  display: flex;
  position: relative;
}

.ynet-mekomiot-counter-2 {
  background-color: #d9d9d980;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: "Mosestext 1", sans-serif;
  display: none;
  position: relative;
}

.ynet-mekomiot-counter-mobile-top-banner-border-2 {
  display: none;
}

.ynet-mekomiot-counter-image-warp-2 {
  margin-left: -27px;
  margin-right: -6px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ynet-mekomiot-counter-title-warp-2 {
  margin-left: 10px;
  margin-right: 30px;
}

.ynet-mekomiot-counter-details-warp-2 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.ynet-mekomiot-counter-countdown-warp-2 {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #0e117c;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 405px;
  margin-left: 0;
  padding: 10px 20px;
  display: flex;
}

.ynet-mekomiot-counter-time-countdown-text-2 {
  grid-column-gap: 4px;
  text-align: center;
  letter-spacing: 4px;
  flex-direction: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.ynet-mekomiot-counter-details-mobile-divider-2 {
  display: none;
}

.ynet-mekomiot-counter-vote---warp-2 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 405px;
  margin-left: 0;
  display: flex;
}

.ynet-mekomiot-counter-vote-text-update-warp-2 {
  grid-column-gap: 10px;
  display: flex;
}

.ynet-mekomiot-counter-vote-text-details-warp-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.ynet-mekomiot-counter-buttons-warp-2 {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.ynet-mekomiot-counter-article-item {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.ynet-mekomiot-counter-article-item-image {
  width: 140px;
  max-width: 100%;
}

.text-block-196 {
  color: #0f1177;
  font-size: 1.4rem;
  font-weight: 700;
}

.text-block-197 {
  width: 174px;
}

.ynet-mekomiot-counter-article-item-mobile-button {
  display: none;
}

.text-span-80 {
  color: #0e117c;
}

.image-187 {
  width: 400px;
  height: 74px;
}

.body-38 {
  background-color: #fff0;
}

.div-block-133 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #273443;
  border-left: 4px solid #de1a1a;
  border-right: 4px solid #de1a1a;
  justify-content: center;
  align-items: center;
  width: 850vw;
  max-width: 65vw;
  height: 16vh;
  font-family: "Mosestext 1", sans-serif;
  text-decoration: none;
  display: flex;
}

.image-188 {
  width: 3rem;
  max-width: none;
  height: 3rem;
  max-height: none;
}

.image-189 {
  width: 4.2rem;
  max-width: none;
  height: 1.7rem;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.text-block-198, .text-block-199 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
}

.html-embed-18 {
  display: block;
}

.collection-list-wrapper-11 {
  width: 100%;
  max-width: 960px;
  margin-bottom: 30px;
}

.ya-cfu-land-rtf {
  color: #f3f3f3;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.ya-cfu-land-rtf h1 {
  width: 100%;
}

.ya-cfu-land-rtf h2 {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
}

.ya-cfu-land-rtf h3 {
  color: #0099d8;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
}

.collection-item-13 {
  flex-flow: column;
  display: flex;
}

.ynet-commercial-search {
  z-index: 50;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
}

.ynet-commercial-search-form {
  width: 100%;
  max-width: 401px;
}

.search-wrapcommercial {
  align-items: center;
  display: flex;
  position: relative;
}

.ynet-field-commercial {
  direction: rtl;
  text-align: right;
  height: auto;
  min-height: 40px;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 12px;
  position: relative;
}

.ynet-field-commercial::placeholder {
  font-size: 1.2rem;
  line-height: 1.7;
}

.button-div-copy-2 {
  z-index: 40;
  opacity: .4;
  position: sticky;
  top: 20px;
}

.search-icon-commercial {
  opacity: .44;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  padding-left: 4px;
  display: flex;
  position: absolute;
  inset: -2px auto auto 0%;
}

.image-190 {
  height: auto;
  padding-left: 0;
  display: block;
}

.ynet-projects-search {
  z-index: 50;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.ynet-projects-search-form {
  width: 100%;
  max-width: 401px;
}

.search-wrapprojects {
  align-items: center;
  display: flex;
  position: relative;
}

.ynet-field-projects {
  direction: rtl;
  text-align: right;
  height: auto;
  min-height: 40px;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 12px;
  position: relative;
}

.ynet-field-projects::placeholder {
  font-size: 1.2rem;
  line-height: 1.7;
}

.search-icon-projects {
  opacity: .44;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  padding-left: 4px;
  display: flex;
  position: absolute;
  inset: -2px auto auto 0%;
}

.collection-list-wrapper-12 {
  display: none;
}

.collection-list-16 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 1440px;
  max-width: 100%;
  margin-top: 20px;
  padding-left: 90px;
  padding-right: 90px;
  display: grid;
}

.ycar-image-1 {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 100%;
  margin-left: 24px;
  position: absolute;
  inset: 0% 0% 0;
}

.ycar-image-2, .ycar-image-2-copy {
  object-fit: cover;
  object-position: 50% 21%;
  width: 100%;
  height: 100%;
  margin-left: 24px;
  position: absolute;
  inset: 0% 0% 0;
}

.ycar-image-3 {
  object-fit: cover;
  object-position: 50% 16%;
  width: 100%;
  height: 100%;
  margin-left: 24px;
  position: absolute;
  inset: 0% 0% 0;
}

.ycar-image-4 {
  object-fit: cover;
  object-position: 50% 73%;
  width: 100%;
  height: 100%;
  margin-left: 24px;
  position: absolute;
  inset: 0% 0% 0;
}

.ycar-image-5 {
  object-fit: cover;
  object-position: 50% 69%;
  width: 100%;
  height: 100%;
  margin-left: 24px;
  position: absolute;
  inset: 0% 0% 0;
}

.ycar-image-6 {
  object-fit: cover;
  object-position: 50% 66%;
  width: 100%;
  height: 100%;
  margin-left: 24px;
  position: absolute;
  inset: 0% 0% 0;
}

.ycar-image-7 {
  object-fit: cover;
  object-position: 50% 43%;
  width: 100%;
  height: 100%;
  margin-left: 24px;
  position: absolute;
  inset: 0% 0% 0;
}

.ycar-image-8, .ycar-image-9 {
  object-fit: cover;
  object-position: 50% 69%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0;
}

.ycar-image-10 {
  object-fit: cover;
  object-position: 50% 78%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0;
}

.ycar-image-11 {
  object-fit: cover;
  object-position: 50% 54%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0;
}

.text-span-81 {
  color: #de1a1a;
}

.div-block-134 {
  background-color: #ffea0000;
  flex-flow: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  display: flex;
}

.image-191 {
  width: 70px;
}

.text-hathfim {
  font-variation-settings: "wght" 340;
}

.text-hathfim p {
  font-size: 1rem;
  line-height: 145%;
}

.test-html-img {
  object-fit: cover;
}

.collection-item-14 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-135 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  overflow: clip;
}

.kdnpd-body {
  color: #fff;
  font-variation-settings: "wght" 340;
  background-color: #fff;
  flex-flow: column;
  min-height: 100vh;
  font-family: Moses text Webfont vf, Arial, sans-serif;
  font-size: 18px;
  line-height: 155%;
  display: flex;
}

.h-p-ynet-haeder-nb-mobile {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 13px;
}

.h-p-ynet-haeder-nb-mobile:hover {
  font-weight: 700;
}

.ynetplus-header {
  margin-top: 40px;
  margin-right: 11px;
  padding-top: 0;
}

.car-ynet-header-navbar {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.car-ynet-header-navbar:hover {
  font-weight: 700;
}

.podcast-ynet-header-navbar {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.podcast-ynet-header-navbar:hover {
  font-weight: 700;
}

.nav_stickey_28-mobile {
  justify-content: center;
  align-items: center;
  width: 1240px;
  height: 28px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
}

.wrp-icon-text-redmail {
  grid-column-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.towomen-ynet-header-navbar {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.towomen-ynet-header-navbar:hover {
  font-weight: 700;
}

.ynet-brand-header-share-icon {
  aspect-ratio: 1;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 5%;
  font-size: .9em;
  line-height: .9em;
  text-decoration: none;
  transition: transform .1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.ynet-brand-header-share-icon:hover {
  transform: scale(1.2);
}

.ynet-brand-header-share-icon._3, .ynet-brand-header-share-icon._2, .ynet-brand-header-share-icon._1 {
  margin-top: 40px;
  padding: 3%;
}

.initial-navmobile {
  z-index: 999;
  direction: rtl;
  background-color: #de1a1a;
  width: 1240px;
  max-width: 1240px;
  height: 28px;
  margin: 20px auto;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.ynet-header-top-link-txt {
  width: auto;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}

.sport-ynet-haeder-navbar {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.sport-ynet-haeder-navbar:hover {
  font-weight: 700;
}

.gossip-ynet-header-navber {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.gossip-ynet-header-navber:hover {
  font-weight: 700;
}

.health-yent-header-navbar {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.health-yent-header-navbar:hover {
  font-weight: 700;
}

.tarbut-ynet-header-navbar {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.tarbut-ynet-header-navbar:hover {
  font-weight: 700;
}

.ynet_logo_main_header {
  width: 156px;
}

.digital-ynet-header-navbar {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.digital-ynet-header-navbar:hover {
  font-weight: 700;
}

.ynet-header-top-linkbox {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #000;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: -3px;
  text-decoration: none;
  transition: filter .1s;
  display: flex;
}

.ynet-header-top-linkbox:hover {
  filter: invert(20%) sepia(77%) saturate(2551%) hue-rotate(344deg) brightness(90%) contrast(113%);
}

.ynet-header-top-linkbox.share-ds {
  background-color: #1e1e1e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background-color .1s;
}

.ynet-header-top-linkbox.share-ds:hover {
  filter: none;
  background-color: #de1a1a;
}

.ynet-header-top-linkbox.icon {
  width: 30px;
  height: 30px;
  font-family: "Fa 400", Arial, sans-serif;
  font-weight: 400;
}

.ynet--ynet-header-navbar-mobile {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.ynet--ynet-header-navbar-mobile:hover {
  font-weight: 700;
}

.ynet-header-top-links {
  grid-column-gap: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 190px;
  margin-bottom: 11px;
  display: flex;
}

.ynet-header-top-links.share {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
}

.ynet-logo-flashes-redmails {
  direction: rtl;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  height: 102px;
  margin: 15px auto auto;
  display: flex;
  position: relative;
}

._24-7-ynet-header-navber-mobile {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

._24-7-ynet-header-navber-mobile:hover {
  font-weight: 700;
}

.ynet-brand-header-share-link-2 {
  filter: invert();
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.ynet_logo_header_link {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 176px;
  display: flex;
  position: relative;
}

.calala-ynet-header-navbar {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.calala-ynet-header-navbar:hover {
  font-weight: 700;
}

.food-ynet-haeder-navbar {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.food-ynet-haeder-navbar:hover {
  font-weight: 700;
}

.ynet-header-top {
  z-index: 100;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto 16px;
  padding-top: 17px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.news-ynet-header-navbar-mobile {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.news-ynet-header-navbar-mobile:hover {
  font-weight: 700;
}

.container-3-mobile {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.ynet-brand-header-share-box-2 {
  z-index: 2;
  grid-column-gap: 10px;
  direction: rtl;
  flex-flow: row;
  align-items: center;
  display: flex;
  position: relative;
}

._24-7-ynet-header-navber {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

._24-7-ynet-header-navber:hover {
  font-weight: 700;
}

.digital-ynet-header-navbar-copy {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.digital-ynet-header-navbar-copy:hover {
  font-weight: 700;
}

.container-3 {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 40px;
  display: flex;
}

.gossip-ynet-header-navber-copy {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.gossip-ynet-header-navber-copy:hover {
  font-weight: 700;
}

.tarbut-ynet-header-navbar-copy {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.tarbut-ynet-header-navbar-copy:hover {
  font-weight: 700;
}

.towomen-ynet-header-navbar-copy {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.towomen-ynet-header-navbar-copy:hover {
  font-weight: 700;
}

.news-ynet-header-navbar {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.news-ynet-header-navbar:hover {
  font-weight: 700;
}

.food-ynet-haeder-navbar-copy {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.food-ynet-haeder-navbar-copy:hover {
  font-weight: 700;
}

.health-yent-header-navbar-copy {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.health-yent-header-navbar-copy:hover {
  font-weight: 700;
}

.ynet--ynet-header-navbar {
  direction: ltr;
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.ynet--ynet-header-navbar:hover {
  font-weight: 700;
}

.hp-header-link {
  color: #000;
  font-variation-settings: "wght" 500;
  text-align: center;
  cursor: pointer;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.hp-header-link:hover, .hp-header-link.w--current {
  font-variation-settings: "wght" 670;
}

.podcast-ynet-header-navbar-copy {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.podcast-ynet-header-navbar-copy:hover {
  font-weight: 700;
}

.car-ynet-header-navbar-copy {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.car-ynet-header-navbar-copy:hover {
  font-weight: 700;
}

.initial-nav {
  z-index: 999;
  direction: rtl;
  text-align: center;
  background-color: #0000;
  border-bottom: .8px solid #de1a1a;
  justify-content: center;
  align-items: center;
  width: 1240px;
  max-width: 1240px;
  height: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nav_stickey_28 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.calala-ynet-header-navbar-copy {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.calala-ynet-header-navbar-copy:hover {
  font-weight: 700;
}

.sport-ynet-haeder-navbar-copy {
  direction: ltr;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.sport-ynet-haeder-navbar-copy:hover {
  font-weight: 700;
}

.div-block-136 {
  justify-content: flex-start;
  align-items: center;
  line-height: 18px;
  display: flex;
}

.image-192 {
  width: 0;
  height: 27px;
  margin-left: 7px;
}

.ynet-header-logo {
  width: 176px;
  height: auto;
}

.ynet-header-share {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ynet-header-top-link-glyph {
  height: 24px;
}

.ynet-header-top-link-glyph.share-ds {
  height: 30px;
}

.image-193 {
  height: 24px;
}

.ynet-header-sticky {
  z-index: 100;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #de1a1a;
  justify-content: flex-start;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  height: 39px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.ynet-header-sticky-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-194 {
  opacity: .3;
  width: 176px;
  position: absolute;
}

.kdnpd-margins {
  width: 1280px;
  max-width: 100%;
  margin: 20px auto;
  padding: 30px 20px;
}

.ynet-header-sticky-ycon {
  vertical-align: middle;
  cursor: pointer;
  width: 0;
  height: auto;
  transition: width .3s cubic-bezier(.39, .575, .565, 1);
}

.code-embed {
  display: none;
}

.ynet-header-sticky-yconlink {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-left: -28px;
}

.kdnpd-headings {
  color: #1e1e1e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1240px;
  padding-top: 30px;
  display: flex;
}

.kdnpd-headings-stats {
  color: #1e1e1e;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 798px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kdnpd-headings-h1-wrap {
  color: #1e1e1e;
  text-align: center;
  width: 100%;
}

.kdnpd-headings-sort {
  z-index: 5;
  grid-column-gap: 30px;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  transition: border-width .3s;
  display: flex;
  position: sticky;
  top: 39px;
}

.kdnpd-headings-h3 {
  text-align: center;
  max-width: 798px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 33px;
}

.kdnpd-headings-h1 {
  font-variation-settings: "wght" 900;
  text-align: center;
  letter-spacing: -5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100%;
  display: inline;
}

.kdnpd-headings-headline {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.kdnpd-headings-h2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1e1e1e;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: -10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.image-195 {
  vertical-align: text-bottom;
  margin-left: 10px;
  margin-right: 5px;
}

.kdnpd-headings-h2-txt {
  font-variation-settings: "wght" 670;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 100%;
  display: inline;
  position: relative;
}

.text-block-200 {
  font-variation-settings: "wght" 670;
  letter-spacing: -1px;
  margin-left: 4px;
  font-size: 38px;
  line-height: 100%;
  display: inline;
}

.text-block-201 {
  font-variation-settings: "wght" 500;
  font-size: 14px;
  line-height: 14px;
  display: inline;
}

.div-block-137 {
  border-left: 4px solid #fee803;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding-left: 15px;
  display: flex;
}

.div-block-137.last {
  border-left-style: none;
  margin-left: 0;
  padding-left: 0;
}

.div-block-138 {
  margin-top: 10px;
}

.kdnpd-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.kdnpd-item {
  grid-row-gap: 16px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: end center;
  width: 280px;
  height: 420px;
  transition: box-shadow .1s ease-in-out;
  display: grid;
  overflow: hidden;
  box-shadow: 0 0 2px #0003;
}

.kdnpd-item:hover {
  box-shadow: 0 4px 10px #0006;
}

.kdnpd-item-texts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #eee;
  text-shadow: 0 1px 1px #0003;
  background-image: linear-gradient(#0000, #000 45%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  padding-top: 60px;
  display: flex;
}

.kdnpd-item-img-embed {
  width: 100%;
  max-height: 400px;
  overflow: clip;
}

.kdnpd-item-namewrap {
  grid-column-gap: .5ch;
  grid-row-gap: .5ch;
  font-variation-settings: "wght" 700;
  text-align: center;
  letter-spacing: .5px;
  mix-blend-mode: luminosity;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 100%;
  display: flex;
}

.kdnpd-item-detwrap {
  mix-blend-mode: luminosity;
  border-bottom: 1px solid #aaa;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
  padding-bottom: 10px;
  display: flex;
}

.kdnpd-item-kdnpd {
  mix-blend-mode: luminosity;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kdnpd-item-statusbox {
  grid-column-gap: .5ch;
  grid-row-gap: .5ch;
  background-color: #de1a1a;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  margin-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.kdnpd-item-name {
  display: inline;
}

.kdnpd-item-details {
  margin-left: .5ch;
  font-size: 14px;
  line-height: 100%;
}

.kdnpd-item-details.nospace {
  margin-left: 0;
}

.kdnpd-item-status {
  font-variation-settings: "wght" 700;
  font-size: 16px;
  line-height: 100%;
  display: inline;
}

.kdnpd-item-status.status {
  font-variation-settings: "wght" 340;
}

.kdnpd-item-kdnpd-txt {
  margin-left: .5ch;
  font-size: 14px;
  line-height: 100%;
}

.kdnpd-item-kdnpd-txt.nospace {
  margin-left: 0;
}

.kdnpd-headings-searchfield {
  color: #000;
  cursor: text;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #78787b;
  width: 220px;
  height: 30.5px;
  margin-bottom: 6px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 100%;
}

.kdnpd-headings-searchfield:focus {
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.kdnpd-headings-search-tag {
  opacity: 1;
  color: #78787b;
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
  line-height: 100%;
  transition: opacity .3s;
}

.kdnpd-headings-search-tag.hidden {
  opacity: 0;
}

.kdnpd-headings-sort-search {
  height: 31px;
}

.div-block-139 {
  text-align: center;
}

.kdnpd-filter-button {
  color: #78787b;
  font-variation-settings: "wght" 400;
  text-align: center;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 8px 10px;
  transition: border-width .1s;
  display: flex;
}

.kdnpd-filter-button:hover {
  color: #de1a1a;
}

.kdnpd-filter-button.active {
  font-variation-settings: "wght" 700;
  cursor: pointer;
  border-bottom: 2px solid #78787b;
  height: 31px;
}

.kdnpd-filter-button.active:hover {
  color: #7b7b7b;
}

.text-block-203 {
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  transition: font-variation-settings .1s;
  display: inline-block;
}

.text-block-203.spaced {
  margin-left: 4px;
}

.kdnpd-item-wrap {
  perspective: 1200px;
  transition: transform .2s cubic-bezier(.86, 0, .07, 1);
}

.kdnpd-item-wrap:hover {
  transform: scale(1.03);
}

.text-block-203-copy {
  text-align: center;
  margin-left: 0;
  font-size: 14px;
  line-height: 100%;
  transition: font-variation-settings .1s;
  display: inline-block;
}

.text-block-203-copy.spaced {
  margin-left: 4px;
}

.fas-fa-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa 400", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: filter .1s;
  display: flex;
}

.fas-fa-copy:hover {
  filter: invert(20%) sepia(77%) saturate(2551%) hue-rotate(344deg) brightness(90%) contrast(113%);
}

.fas-fa-copy.share-ds {
  background-color: #1e1e1e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background-color .1s;
}

.fas-fa-copy.share-ds:hover {
  filter: none;
  background-color: #de1a1a;
}

.fas-fa-copy.icon {
  width: 30px;
  height: 30px;
  font-family: "Fa 400", Arial, sans-serif;
  font-weight: 400;
}

.div-block-140 {
  align-self: center;
  display: flex;
}

.kdnpd-headings-sort-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 0;
  display: flex;
}

.ynet-inlineshre {
  grid-column-gap: 16px;
  opacity: 0;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  transition: opacity .3s;
  display: flex;
}

.ynet-inlineshre.share {
  justify-content: flex-end;
  align-items: center;
}

.kdnpd-sort-logo {
  opacity: 0;
  width: 200px;
  min-width: 200px;
  transition: opacity .3s;
}

.heading-29 {
  color: #1e1e1e;
  font-variation-settings: "wght" 800;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 100%;
  display: inline;
}

.image-196 {
  z-index: 3;
  vertical-align: top;
  width: 22px;
  margin-left: 0;
  margin-right: 0;
  display: inline;
  position: relative;
}

.section-8 {
  text-align: center;
  border-top: 1px solid #de1a1a;
  width: 1240px;
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}

.ynet-footer-links {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: right;
  justify-content: space-between;
  align-items: flex-start;
  width: 1160px;
  margin: 40px auto;
  display: none;
}

.ynet-footer-social {
  color: #333;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  margin-right: auto;
  display: none;
}

.ynet-footer-links-list-txt {
  color: #000;
  cursor: pointer;
  width: 110px;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
}

.ynet-footer-links-list-txt:hover {
  text-decoration: underline;
}

.ynet-footer-links-list-txt.head {
  font-variation-settings: "wght" 670;
  cursor: auto;
}

.ynet-footer-links-list-txt.head:hover {
  text-decoration: none;
}

.div-block-141 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 280px;
  display: flex;
}

.ynet-footer-social-icon {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 2px;
  display: block;
}

.text-block-204 {
  color: #333;
  font-variation-settings: "wght" 670;
  font-size: 13px;
  line-height: 30px;
  display: inline;
}

.text-block-205 {
  display: inline;
}

.link-40 {
  color: #000;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
}

.link-40:hover {
  text-decoration: underline;
}

.div-block-142 {
  color: #333;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.text-block-206 {
  color: #78787b;
  font-variation-settings: "wght" 270;
  text-align: center;
  letter-spacing: .2px;
  max-width: 798px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  display: block;
}

.kdnpd-item-hover-box {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  color: #eee;
  background-color: #1e1e1eb3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  transition: opacity .3s cubic-bezier(.485, -.011, 0, 1.018);
  display: flex;
  position: relative;
  overflow: clip;
}

.kdnpd-item-hover-box:hover {
  opacity: 1;
  background-image: linear-gradient(#1e1e1e00, #000 80%);
}

.kdnpd-item-hover-txt {
  color: #fee803;
  font-variation-settings: "wght" 300;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 140%;
}

.kdnpd-item-hover-txt.credit {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.link-41 {
  color: #fee803;
  font-variation-settings: "wght" 500;
  cursor: pointer;
  border: 1px solid #fee803;
  margin-top: 20px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: transform .15s;
}

.link-41:hover {
  transform: scale(1.1);
}

.link-41:active {
  transform: scale(.95);
}

.text-span-82 {
  font-size: 16px;
}

.text-block-206-copy {
  color: #78787b;
  font-variation-settings: "wght" 270;
  text-align: center;
  letter-spacing: .2px;
  max-width: 798px;
  margin-left: auto;
  margin-right: 5px;
  font-size: 13px;
  display: inline;
}

.div-block-143 {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.kndnpd-navbar {
  z-index: 5;
  background-color: #1e1e1e;
  justify-content: flex-start;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  height: 80px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: sticky;
  top: 39px;
}

.kdnpd-headings-headline-inpage {
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.kdnpd-headings-h1-wrap-inpage {
  color: #fee803;
  text-align: right;
  margin-left: 6px;
  font-size: 40px;
}

.kdnpd-headings-h2-inpage {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fee803;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  font-size: 40px;
  display: flex;
}

.kdnpd-headings-h1-inpage {
  font-variation-settings: "wght" 900;
  text-align: center;
  letter-spacing: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4px;
  font-size: 50px;
  line-height: 100%;
  display: inline;
}

.image-195--inpage {
  vertical-align: text-bottom;
  width: auto;
  height: 46px;
  margin-left: 4px;
}

.kdnpd-headings-h2-txt-inpage {
  color: #fff;
  font-variation-settings: "wght" 670;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 100%;
  display: inline;
}

.kndnpd-navigation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}

.kndnpd-navigation-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.kndnpd-navigation-btn-txt {
  color: #fee803;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 16px;
  line-height: 100%;
  display: inline;
}

.kndnpd-navigation-btn-txt.dis {
  color: #fee80300;
}

.image-197.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.kdnpd-person-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #1e1e1e;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.kdnpd-person-txtwrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.kdnpd-person-name-h1 {
  font-variation-settings: "wght" 670;
  letter-spacing: -1px;
  width: auto;
  margin: 0 0 0 .3ch;
  font-size: 36px;
  line-height: 130%;
  display: inline;
}

.kdnpd-person-sub {
  font-variation-settings: "wght" 500;
  margin-left: .3ch;
  font-size: 22px;
  font-weight: 500;
  display: inline;
}

.kdnpd-person-sub.nospace {
  margin-left: 0;
}

.kdnpd-person-sub.nonospace {
  margin-right: -.3ch;
}

.text-block-208 {
  display: none;
}

.kdnpd-person-sub-more, .collection-list-17 {
  display: inline;
}

.collection-item-15 {
  justify-content: flex-start;
  align-items: center;
  display: inline;
}

.empty-state-2 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.prevnext_list {
  position: relative;
}

.kdnpd-person-subwrap {
  margin-bottom: 10px;
}

.kdnpd-person-rtf {
  width: 100%;
  font-size: 17px;
}

.kdnpd-person-rtf p {
  font-size: 16px;
  font-weight: 300;
  line-height: 145%;
}

.kdnpd-person-rtf strong {
  font-weight: 600;
}

.kdnpd-person-rtf-links {
  width: 100%;
  display: none;
  overflow: hidden;
}

.kdnpd-person-imgswrap {
  width: 30%;
}

.image-198 {
  display: block;
}

.kdnpd-person-img {
  width: 100%;
  height: auto;
}

.kndnpd-navigation-btn-copy {
  cursor: pointer;
}

.prevnext_item {
  position: absolute;
  inset: 0%;
}

.link-42 {
  color: #0000;
  padding: 1em;
  position: absolute;
  inset: 0%;
}

.text-block-209, .text-block-210 {
  color: #0000;
}

.kdnpd-person-status {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.kdnpd-person-statustxt {
  color: #fff;
  background-color: #1e1e1e;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 100%;
  display: block;
}

.kdnpd-person-statustxt.nospace {
  margin-left: 0;
}

.kdnpd-person-statustxt.nonospace {
  margin-right: -.3ch;
}

.kdnpd-person-statustxt.kidnapped {
  background-color: #de1a1a;
}

.fs_prevnext_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_prevnext_block {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs_prevnext_block:hover {
  color: #fffc;
}

.fs_prevnext_empty {
  color: #ffffff4d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.prevnext_link {
  z-index: 2;
  cursor: pointer;
  padding: 1rem;
  position: absolute;
  inset: 0%;
}

.pagination-2 {
  display: none;
}

.div-block-144 {
  text-align: center;
  width: 1240px;
  max-width: 96%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-145 {
  margin-top: auto;
  padding-top: 50px;
}

.div-block-146 {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-147 {
  z-index: 10;
  width: 1240px;
  max-width: 100%;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 120px;
}

.text-block-211 {
  color: #333;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 100%;
}

.div-block-144-2-2 {
  z-index: 6;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #333;
  border-radius: 1.5px;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.div-block-144-2-2:hover {
  transform: scale(1.05);
}

.bold-text-89 {
  font-variation-settings: "wght" 520;
}

.image-199 {
  max-width: none;
  height: 22px;
}

.div-block-145-2-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  display: flex;
}

.image-200 {
  filter: invert(85%);
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.div-block-146-2-2 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 97%;
  max-width: 1240px;
  height: 80px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kdnpd-sub-marker {
  object-position: 0% 50%;
  background-color: #fee803;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.body-39, .body-40, .body-41, .body-42, .body-43 {
  font-family: Moses text Webfont vf, Arial, sans-serif;
}

@media screen and (min-width: 1280px) {
  .hero_img {
    margin-top: -123px;
    top: -9px;
  }

  .sectionunplaceimagedesk {
    background-color: #0000;
    height: auto;
  }

  .earthhdesk {
    display: block;
  }

  .sectiongrid2unfplace {
    margin-top: -450px;
    padding-top: 259px;
  }

  .secctionunfamilerplacetitle-2 {
    background-color: #33a5bd;
    align-items: center;
    width: 100%;
    position: static;
  }

  .text-block-54 {
    text-align: right;
    width: 45%;
  }

  .haederkidnapp {
    position: static;
  }

  .img-wrapper {
    justify-content: flex-start;
    display: flex;
  }

  .text-block-66-20 {
    font-size: 1px;
  }

  .kidnapp-collection-item {
    margin-left: 60px;
    margin-right: 60px;
  }

  .maintitleabducted-en {
    direction: ltr;
  }

  .bold-text-47 {
    color: var(--firebrick);
  }

  .kidnapp-content-wrapper-en {
    width: 1200px;
  }

  .kidnapp-img-wrapper-en {
    background-color: #000;
  }

  .missing-p-wrapper {
    margin-top: 40px;
  }

  .wrapper-sec1-war {
    height: 157px;
  }

  .wrapper-whatsapp-war {
    color: #0000;
    flex-direction: row;
    height: 37px;
    margin-top: auto;
    position: static;
    top: auto;
  }

  .body-16 {
    background-color: #0000;
  }

  .text-block-112 {
    font-size: 12px;
    line-height: 1.2;
  }

  .wrapper_help_assistance-p {
    background-color: #f8f6f6;
  }

  .wrapper-main-section_helpwar {
    margin-top: 10px;
  }

  .heading-22 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tags-wrapperall {
    width: 28%;
    padding-left: 0;
  }

  .collection-list-wrapper-5 {
    width: 70%;
  }

  .fallen-field-helpwarcopy {
    background-color: #f8f6f6;
  }

  .ya-cfu-backdrop-edge {
    z-index: 0;
    position: relative;
  }

  .ya-cfu-content-container {
    max-width: 1440px;
  }

  .wrapper-sport-event2024 {
    width: 100%;
  }

  .ya-cfu-paging-box {
    z-index: 2;
    margin-top: 60px;
    position: relative;
  }

  .peb-wrapper-sport-event2024-janu-tryarycopy-copy-copy-copy {
    justify-content: center;
  }

  .mezuke-project-content-warp {
    margin-left: 15%;
    margin-right: 15%;
  }

  .text-block-180 {
    font-size: 17px;
    line-height: 20px;
  }

  .mezuke-project-headline-warp {
    margin-left: 15%;
    margin-right: 15%;
  }

  .read-all-block {
    width: 100%;
  }

  .wrapper-main-section_helpwar-2 {
    margin-top: 10px;
  }

  .heading-28 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .initial-navmobile {
    box-shadow: none;
  }
}

@media screen and (min-width: 1440px) {
  .photo-section._2 {
    grid-template-rows: 491px;
  }

  .heading-4.photo.rahel._1 {
    background-image: none;
  }

  .heading-4.photo._10.ahi {
    margin-bottom: 10px;
    margin-right: 40px;
  }

  .photo-div.odaia {
    margin-bottom: 50px;
  }

  .photo-div.gali {
    margin-bottom: 45px;
  }

  .hero_img {
    top: -40px;
  }

  .sectiongrid2unfplace {
    padding-top: 200px;
  }

  .secctionunfamilerplacetitle-2 {
    justify-content: center;
    align-items: center;
  }

  .text-block-54 {
    text-align: right;
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-6, .html-embed-6-copy-copy-copy {
    width: 560px;
    height: 157.326px;
    margin-top: 10px;
  }

  .missing-paragref {
    padding-left: 100px;
    padding-right: 140px;
  }

  .wrapper-sec1-war {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 180px;
  }

  .wrapper-memorialcandle {
    height: 75%;
  }

  .image-109 {
    width: 260px;
    height: 158px;
    top: -5%;
    left: -4%;
    right: 79px;
  }

  .wrapper--alerts-war {
    margin-right: 10px;
  }

  .text-block-110 {
    margin-top: 20px;
  }

  .link_to_redmail {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .bold-text-49 {
    font-weight: 400;
  }

  .wrapper_volunteer_assistance {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-128 {
    left: -10%;
  }

  .wrapper-wardata-flag-murder {
    height: 100px;
  }

  .slider-kidansppgallery {
    justify-content: center;
  }

  .wrapper-jjanuary-section-sport2024 {
    display: flex;
  }

  .wrapper-main-title-sportevent {
    width: 1043px;
  }

  .textblock-subtitle-spoetevents2024 {
    width: 500px;
    margin-right: 0;
    padding-left: 0;
  }

  .image-109--flagwar-popap-image {
    width: 260px;
    height: 158px;
    top: -5%;
    left: -4%;
    right: 79px;
  }

  .wrapper-all-sportevent {
    width: 100%;
  }

  .event-sport-rightsidewrapper-3 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .maintitle-image-desk-sport2024, .maintitle-image-mobilr-sport2024-copy {
    padding-left: 0;
    right: 629px;
  }

  .peb-wrapper-sport-event2024-janu-tryarycopy-copy-copy-copy {
    margin-bottom: 80px;
  }

  .tablinksport2024.mid-line2024.w--current {
    background-color: #01143e00;
  }

  .collection-item-7 {
    width: 700px;
    max-width: 100%;
  }

  .tabs-5-wrapper-spoer-event2024 {
    padding-bottom: 0;
  }

  .collection-list-wrapper--peb2024 {
    justify-content: center;
    align-items: center;
  }

  .collection-list-wrapper--11copy-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-4 {
    width: auto;
  }

  .collection-list-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .textblock-subtitle-spoetevents2024-2 {
    width: 500px;
    margin-right: 0;
    padding-left: 0;
  }

  .wrapper-main-title-sportevent-2 {
    width: 1043px;
  }

  .body-23 {
    background-color: #fff;
  }

  .body-29.laisha {
    margin-left: 220px;
    margin-right: 220px;
  }

  .bold-text-5 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .text-block-179 {
    flex: 0 auto;
  }

  .text-block-180 {
    line-height: 24px;
  }

  .mezuke-project-credit-box {
    width: auto;
    height: 36px;
  }

  .mezuke-nave-bar-container {
    flex: 1;
  }

  .wrapper-telegram-msg-3 {
    max-width: 95%;
    margin-right: 0;
  }

  .wrapper-telegram-msg-3.msg3_narrow {
    max-width: 90%;
  }

  .wrapper-telegram-msg-3.msg3_narrow_80 {
    max-width: 80%;
  }

  .wrapper-redmail-msg-2 {
    max-width: 95%;
    margin-left: 0;
  }

  .wrapper-redmail-msg-2.oneline {
    align-items: center;
    max-width: 95%;
  }

  .wrapper-redmail-msg-2.redmail_narrow90, .wrapper-redmail-msg-2.redmail_narrow80 {
    max-width: 90%;
  }

  .read-all-block {
    width: 100%;
  }

  .ynet-wh-cms-warp_new {
    width: 100%;
    max-width: 300px;
  }

  .initial-navmobile {
    box-shadow: none;
  }

  .text-block-203.hide {
    display: none;
  }

  .heading-29 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1920px) {
  .photo.laisha {
    max-width: 650px;
    min-height: 600px;
    max-height: 800px;
  }

  .heading.paragraph.section {
    font-size: 50px;
    line-height: 54px;
  }

  .heading.paragraph.section.neta {
    font-size: 48px;
    line-height: 58px;
  }

  .heading.paragraph.section.hana {
    font-size: 44px;
    line-height: 58px;
  }

  .heading.paragraph.section.rita, .heading.paragraph.section.orn {
    font-size: 44px;
    line-height: 56px;
  }

  .heading.paragraph.section.aya {
    font-size: 44px;
  }

  .heading.paragraph.section.nunu {
    font-size: 54px;
  }

  .heading.paragraph.section.tzipi {
    line-height: 54px;
  }

  .credit-video.padding.odaaia._1.eti {
    margin-bottom: 10px;
  }

  .bold-text-4.right.hana {
    font-size: 56px;
  }

  .bold-text-4.right._1.nunu {
    font-size: 54px;
  }

  .bold-text-4.noam {
    font-size: 50px;
  }

  .bold-text-4.orna {
    font-size: 44px;
    line-height: 56px;
  }

  .bold-text-4.nas {
    font-size: 48px;
    line-height: 58px;
  }

  .bold-text-4.mid.yuval {
    font-size: 58px;
    line-height: 60px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .block-quote, .block-quote.small {
    font-size: 22px;
    line-height: 30px;
  }

  .block-quote._2, .name-heading {
    font-size: 22px;
  }

  .photo-div.eti {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .bold-text-14, .bold-text-13 {
    font-size: 50px;
  }

  .submit-button:hover {
    background-color: #c74141;
  }

  .ynet-logo1 {
    padding-right: 0;
  }

  .unplaceimagetitle {
    width: 30%;
  }

  .hero_img {
    top: -86px;
  }

  .text-block-54 {
    text-align: right;
    width: 40%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrappettitle-p {
    flex-direction: row;
    justify-content: center;
  }

  .eu-event-form-recipebook-warrperer {
    margin-top: auto;
    padding-top: 0;
    font-size: 15px;
  }

  .un-event-form-recipebook-fail-popup-warpper {
    color: #fff;
    background-color: red;
    padding-bottom: 0;
  }

  .un-event-form-container-name {
    color: #203d83;
    text-align: right;
    padding-right: 10px;
    font-size: 17px;
  }

  .un-event-form-recipebook-hero-disclaimer-warpper {
    margin-top: 30px;
  }

  .image-29 {
    width: auto;
    height: auto;
  }

  .un-event-form-container-phone {
    color: #203d83;
    border: 1px solid #0000;
    font-style: normal;
    text-decoration: none;
  }

  .link-block {
    float: none;
    clear: none;
    object-fit: fill;
    width: 870px;
    height: 415px;
    position: absolute;
    inset: 5% 0% auto 450px;
  }

  .un-event-form-container-mail {
    opacity: 1;
    color: #203d83;
    -webkit-text-stroke-color: transparent;
  }

  .un-event-form-container-submit-button {
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #203d83;
  }

  .un-event-form-container-submit-button:hover {
    color: #f8dd00;
    -webkit-text-stroke-color: #f8dd00;
    background-color: #0b225a;
  }

  .un-event-form-recipebook-hero-bottom {
    margin-top: 7px;
  }

  .eu-event-form-recipebook-hero-bottom-contain-plane {
    margin-top: -201px;
  }

  .image-28 {
    margin-left: 1110px;
  }

  .gridgazaattack {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .imagewrappergazaattack {
    height: 300px;
  }

  .fallen-field:focus {
    border: 0 solid #000;
  }

  .fallen-field:focus-visible {
    border: 0 solid #000;
  }

  .fallen-field[data-wf-focus-visible] {
    border: 0 solid #000;
  }

  .isr-under-attack {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }

  .newspapertext {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    margin: 10px 5px;
    line-height: 1.1;
    display: flex;
  }

  .kidnappname {
    width: 100%;
    font-size: 24px;
  }

  .familerdata {
    font-size: 24px;
  }

  .fallen-field-copy:focus {
    border: 0 solid #000;
  }

  .fallen-field-copy:focus-visible {
    border: 0 solid #000;
  }

  .fallen-field-copy[data-wf-focus-visible] {
    border: 0 solid #000;
  }

  .img-wrapper {
    justify-content: flex-start;
    display: flex;
  }

  .abductedimg-copy {
    margin-top: 0;
  }

  .abductedwrappersection-copy {
    width: 100%;
  }

  .wrappercardabducted-copy {
    width: 1600px;
  }

  .image-95-copy {
    margin-top: 0;
  }

  .nameofabductee-copy {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .text-block-66-20 {
    color: #969696;
    font-size: 16px;
  }

  .abductedwrappersectionmobile, .abductedwrappersectiondesk {
    width: 100%;
  }

  .rich-text-block-2 {
    width: 100%;
  }

  .abductedimg-copy-copy {
    margin-top: 0;
  }

  .fallen-field-missing:focus {
    border: 0 solid #000;
  }

  .fallen-field-missing:focus-visible {
    border: 0 solid #000;
  }

  .fallen-field-missing[data-wf-focus-visible] {
    border: 0 solid #000;
  }

  .missing-contentus {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-2-black {
    padding-left: 0;
    padding-right: 0;
  }

  .fallen-field-helpwarcopy:focus {
    border: 0 solid #000;
  }

  .fallen-field-helpwarcopy:focus-visible {
    border: 0 solid #000;
  }

  .fallen-field-helpwarcopy[data-wf-focus-visible] {
    border: 0 solid #000;
  }

  .ynet-creative-studio-project-name {
    margin-bottom: 8px;
    padding-bottom: 0;
  }

  .ynet-creative-studio-project-title {
    align-self: stretch;
    margin-top: 0;
  }

  .ynet-creative-studio-project-warp {
    width: 188px;
  }

  .text-block-129 {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .whot-line-vertical {
    height: 50px;
    display: block;
  }

  .textblock-subtitle-spoetevents2024 {
    width: 100%;
    margin-right: 0;
  }

  .event-sport-rightsidewrapper-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .maintitle-image-desk-sport2024, .maintitle-image-mobilr-sport2024-copy {
    right: 744px;
  }

  .tablinksport2024.mid-line2024.w--current {
    background-color: #01143e00;
  }

  .collection-item-7 {
    width: 800px;
    padding-bottom: 15px;
  }

  .tabs-sport-event2024 {
    border: 1px solid #0000;
  }

  .mov_pic_next24 {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .html-embed-12 {
    width: 376px;
    height: 208px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .image-153 {
    display: block;
    overflow: visible;
  }

  .gallery_next_24 {
    margin-left: auto;
    margin-right: auto;
  }

  .fac_24 {
    margin-right: 20px;
  }

  .wrapper-next_24 {
    padding-top: 20px;
  }

  .img_logonext24 {
    padding-bottom: 40px;
  }

  .img_logonext24._1 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .page2_next24 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .logo_ynet_24 {
    margin-bottom: 0;
  }

  .header_next_24 {
    aspect-ratio: auto;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    display: block;
    overflow: visible;
  }

  .image-155 {
    padding-top: 20px;
  }

  .textblock-subtitle-spoetevents2024-2 {
    width: 100%;
    margin-right: 0;
  }

  .body-29.laisha {
    direction: ltr;
  }

  .bold-text-5 {
    font-size: 24px;
  }

  .image-156 {
    width: 384px;
  }

  .mezuke-project-content-warp {
    justify-content: center;
    align-items: center;
    margin: 64px 15%;
  }

  .mezuke-project-title {
    align-self: center;
  }

  .ynet-footer-links-text-3 {
    font-size: 24px;
  }

  .text-block-179 {
    font-size: 28px;
    line-height: 30px;
  }

  .mezuke-nav-bar-social-icons-contain {
    width: 90px;
  }

  .image-158 {
    width: 80px;
  }

  .mezuke-project-subheading {
    align-self: center;
    width: 70%;
  }

  .text-block-180 {
    font-size: 20px;
    line-height: 29px;
  }

  .mezuke-project-credit-box {
    width: 573px;
    height: 45px;
    margin-top: 31px;
  }

  .mezuke-project-headline-warp {
    width: 100%;
    max-width: 100%;
    margin: 30px 0%;
  }

  .mezuke-nave-bar-container {
    flex: 1;
    justify-content: center;
  }

  .ynet-footer-mezuke {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .ynet-footer-creative_studio-image-2 {
    width: 131px;
  }

  .image-159 {
    width: 983px;
  }

  .mezuke-nav-bar-warp {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 49px;
  }

  .section-7 {
    text-align: center;
    display: block;
  }

  .section1-main-title-redmail {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrp-content-redmail {
    background-image: url('../images/shutterstock_19233188601.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .ynet-footer-redmails {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .read-all-block {
    width: 100%;
  }

  .div_war_hp_images, .div_war_hp_images-_new {
    max-height: 100px;
  }

  .ynet-field-commercial:focus {
    border: 0 solid #000;
  }

  .ynet-field-commercial:focus-visible {
    border: 0 solid #000;
  }

  .ynet-field-commercial[data-wf-focus-visible], .ynet-field-projects:focus {
    border: 0 solid #000;
  }

  .ynet-field-projects:focus-visible {
    border: 0 solid #000;
  }

  .ynet-field-projects[data-wf-focus-visible] {
    border: 0 solid #000;
  }

  .nav_stickey_28-mobile {
    margin-bottom: 40px;
  }

  .initial-navmobile {
    box-shadow: none;
    margin-bottom: 40px;
  }

  .ynet-brand-header-share-link-2 {
    filter: invert(70%);
  }

  .initial-nav, .nav_stickey_28 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .image-40 {
    margin-left: 0;
    display: block;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 17px;
  }

  .navigation {
    padding: 25px 30px;
    position: sticky;
  }

  .navigation-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    background-color: #fcfcfc;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .sharing-button {
    margin-left: 0;
  }

  .sharing-button.facebook.full-blue, .sharing-button.mail.full-blue {
    width: 36px;
    height: 36px;
  }

  .sharing-button.whatsapp.full-blue {
    background-size: contain;
    width: 36px;
    height: 36px;
  }

  .sharing-button.instagram.full-blue, .sharing-button.twiiter.full-blue {
    width: 36px;
    height: 36px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: block;
  }

  .html-embed {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
    top: 0;
    left: 0;
  }

  .section-3 {
    grid-column-gap: 0px;
    grid-template-rows: 1.75fr 1.25fr;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-headling {
    margin-top: 13px;
    font-size: 82px;
    line-height: 80px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 70px;
    line-height: 70px;
    top: -15px;
  }

  .heading.hero {
    margin: 0 0 30px;
    line-height: 70px;
    display: block;
    position: static;
  }

  .heading.paragraph {
    margin-top: 8px;
    font-size: 40px;
    line-height: 50px;
    position: static;
  }

  .heading.paragraph.section {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.paragraph.section.riv {
    font-size: 38px;
    line-height: 46px;
  }

  .heading.paragraph.section.miri {
    font-size: 38px;
    line-height: 44px;
  }

  .heading.paragraph.section.neta {
    font-size: 40px;
    line-height: 48px;
  }

  .heading.paragraph.section.hana {
    font-size: 36px;
    line-height: 42px;
  }

  .heading.paragraph.section.rita {
    font-size: 38px;
    line-height: 46px;
  }

  .heading.paragraph.section.orn {
    font-size: 38px;
  }

  .heading.paragraph.section.aya {
    font-size: 42px;
    line-height: 50px;
    display: block;
  }

  .heading.paragraph.section.marsel {
    font-size: 36px;
    line-height: 42px;
  }

  .heading.paragraph.section.sivan {
    font-size: 44px;
  }

  .heading.paragraph.section.kira {
    font-size: 38px;
    line-height: 46px;
  }

  .heading.paragraph.section.tzroia {
    line-height: 46px;
  }

  .heading.paragraph.section.juzi {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.paragraph.section.adi {
    font-size: 40px;
  }

  .heading.paragraph.section.yehudit {
    font-size: 38px;
    line-height: 48px;
  }

  .heading.paragraph.section.rina {
    font-size: 36px;
  }

  .heading.paragraph.section.dana {
    line-height: 42px;
  }

  .heading.paragraph.section.karoli {
    line-height: 44px;
  }

  .heading.paragraph.section.tamar, .heading.paragraph.section.daf {
    font-size: 38px;
    line-height: 46px;
  }

  .heading.paragraph.section.din, .heading.paragraph.section.sand {
    font-size: 38px;
  }

  .heading.paragraph.section.pnina {
    font-size: 36px;
    line-height: 42px;
  }

  .heading.paragraph.section.small.yael {
    font-size: 40px;
  }

  .heading.paragraph.section.galia {
    font-size: 40px;
    line-height: 48px;
  }

  .heading.paragraph.section.adis {
    font-size: 40px;
  }

  .subtext {
    margin-top: 16px;
    margin-right: 51px;
    font-size: 14px;
    line-height: 20px;
  }

  .social-icons {
    display: none;
  }

  .social-icons.section {
    grid-column-gap: 10px;
    grid-row-gap: 3px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: flex-start;
    padding-top: 0;
    display: flex;
    position: static;
    left: 0;
  }

  .listening {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template: "."
    / .5fr 38px;
    grid-auto-columns: 1fr;
    place-content: stretch end;
    justify-items: end;
    padding-top: 0;
    padding-right: 0;
    line-height: 32px;
    display: grid;
    position: static;
  }

  .credit-video {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .credit-video.padding, .credit-video.padding.odaaia, .credit-video.padding.odaaia._1 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .credit-video.padding.odaaia._1.eti {
    margin-bottom: 0;
  }

  .credit-video.padding.odaaia._3 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .credit-video.padding.stand {
    margin-bottom: 0;
  }

  .credit-video.padding.stand._2 {
    margin-right: 0;
  }

  .credit-video.padding.stand._1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .photo-section {
    grid-row-gap: 20px;
    grid-template: "." 1.25fr
                   "." 1fr
                   / 68.25fr;
    align-content: stretch;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .photo-section.wide {
    grid-template-rows: 1fr .25fr min-content;
    grid-template-columns: .25fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: .5fr;
    justify-items: stretch;
    margin-bottom: 80px;
    position: static;
  }

  .photo-section.wide.michal {
    grid-template-rows: 1fr .25fr;
    grid-template-columns: 1.5fr;
  }

  .photo-section.wide.michal.laisha {
    grid-template-columns: 1fr;
  }

  .photo-section.wide.spotify-small.yehudit {
    grid-template-columns: 1.5fr;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .photo-section.wide.spotify-small.tzufit {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .photo-section.hana {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: 594px auto;
    grid-template-columns: 2fr;
    margin-bottom: 80px;
  }

  .photo-section.shani {
    grid-template-rows: 1.5fr 1.5fr;
    grid-template-columns: 1.75fr;
  }

  .photo-section.shani.gali {
    grid-template-rows: 45vh 4.25fr;
    margin-bottom: 100px;
  }

  .photo-section.tzruia {
    grid-template-rows: 50vh .25fr;
  }

  .photo-section.valary {
    grid-template-rows: .25fr auto;
    grid-template-columns: 17.5fr;
  }

  .photo-section.tzipis {
    grid-template-rows: 50vh .25fr;
    grid-template-columns: 5fr;
    grid-auto-columns: .75fr;
  }

  .photo-section.tzipis._1 {
    grid-template-rows: 50vh .25fr;
    grid-template-columns: 5.75fr;
  }

  .photo-section.tzipis._1.adi {
    grid-template-rows: 60vh auto;
    grid-template-columns: 3.5fr;
  }

  .photo-section.etti {
    grid-template-rows: 50vh 5.5fr;
    grid-template-columns: 16.5fr;
  }

  .photo-section.savion {
    grid-template-rows: 1.25fr 0fr;
    grid-template-columns: 1fr;
  }

  .photo-section.yona {
    grid-template-rows: 1.25fr .25fr;
    grid-template-columns: 5.5fr;
  }

  .photo-section.raya {
    grid-template-rows: 50vh 0fr;
    grid-template-columns: 1.25fr;
  }

  .photo-section._2 {
    grid-row-gap: 20px;
    grid-template-rows: 5fr 4fr;
    grid-template-columns: 68.25fr;
    margin-bottom: 80px;
  }

  .photo-section.dana {
    grid-template-rows: 1.5fr 1.5fr;
    grid-template-columns: 1fr;
  }

  .photo-section.rahel {
    grid-template-rows: 1.75fr 1fr;
    grid-template-columns: 7fr;
  }

  .photo-section.pnina {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: 475px 122fr;
    grid-template-columns: 1.75fr;
  }

  .photo-section.yael {
    grid-template-rows: 1.25fr 1fr;
    grid-template-columns: 81fr;
  }

  .link {
    justify-content: center;
    font-size: 18px;
  }

  .div-block-30 {
    border-top: 1px #041839;
    border-left-style: none;
    border-right-style: none;
    padding: 0;
  }

  .bold-text-4 {
    text-align: left;
    margin-top: 10px;
    font-size: 38px;
    line-height: 46px;
  }

  .bold-text-4.riv {
    margin-top: 0;
    font-size: 40px;
    line-height: 42px;
  }

  .bold-text-4.right {
    font-size: 40px;
    line-height: 48px;
  }

  .bold-text-4.right.hana {
    margin-top: 10px;
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-4.right._1.nunu, .bold-text-4.noam {
    text-align: left;
  }

  .bold-text-4.orna {
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-4.nas {
    font-size: 36px;
  }

  .bold-text-4.mid {
    line-height: 40px;
  }

  .bold-text-4.rita {
    font-size: 38px;
    line-height: 44px;
  }

  .bold-text-4.left {
    font-size: 40px;
    line-height: 46px;
  }

  .bold-text-4.left.small {
    font-size: 40px;
    line-height: 48px;
  }

  .bold-text-4.left.marsel {
    font-size: 32px;
    line-height: 43px;
  }

  .bold-text-4.left.dana {
    font-size: 34px;
    line-height: 44px;
  }

  .bold-text-4.left.pnina {
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-4.left._1 {
    font-size: 40px;
  }

  .bold-text-4.ricki {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-4.kira {
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-4.big {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 44px;
  }

  .bold-text-4.yona {
    line-height: 44px;
  }

  .bold-text-4.rina {
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-4.karo {
    line-height: 44px;
  }

  .bold-text-4.karo._3 {
    font-size: 44px;
  }

  .bold-text-4.daf {
    margin-top: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .bold-text-4.tamar {
    font-size: 36px;
    line-height: 44px;
  }

  .bold-text-4.galia {
    font-size: 38px;
    line-height: 46px;
  }

  .section-image {
    margin-left: auto;
    margin-right: 3px;
    padding-left: 14px;
    padding-right: 10px;
  }

  .section-image.wide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    position: static;
  }

  .heading-4.photo {
    margin: 0;
    padding-right: 0;
  }

  .heading-4.photo._12 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-4.photo._12._1 {
    margin-bottom: 10px;
  }

  .heading-4.photo._6, .heading-4.photo._13 {
    margin-right: 0;
  }

  .heading-4.photo._7 {
    color: #0b409c;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-4.photo._11 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-4.photo._8 {
    color: #041839;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-4.photo._2 {
    color: #041839;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-4.photo._4 {
    color: #041839;
    margin-right: 0;
  }

  .heading-4.photo.rahel, .heading-4.photo.rahel._1, .heading-4.photo._10.ahi {
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-4.left {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .divider-small.song-section._5 {
    margin-left: 481px;
  }

  .divider-small._5 {
    margin-left: 470px;
  }

  .divider-small.bold-text-6 {
    background-color: #0b409c;
  }

  .divider-small._2 {
    margin-left: 412px;
  }

  .block-quote {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .block-quote.small {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .block-quote.small._1 {
    margin-top: 0;
  }

  .listen {
    object-fit: fill;
    align-self: center;
    width: 36px;
    height: 36px;
    margin-left: 0;
    padding-left: 0;
  }

  .name-heading {
    line-height: 30px;
  }

  .social-section {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
    display: block;
  }

  .text-span-8 {
    font-size: 35px;
    line-height: 43px;
  }

  .long-section {
    grid-template-rows: .25fr min-content auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .long-section.savyon.juzi {
    grid-row-gap: 30px;
    grid-template-rows: .25fr 1fr;
    grid-template-columns: 2fr;
  }

  .long-section.savyon.juzi.laisha {
    grid-template-rows: 1fr;
  }

  .long-section.rita.aya {
    grid-row-gap: 30px;
    grid-template-rows: .25fr .75fr;
    grid-template-columns: 50fr;
  }

  .long-section.lena {
    grid-row-gap: 20px;
    grid-template-rows: .75fr auto;
    grid-template-columns: 5.75fr;
  }

  .long-section.duble {
    grid-row-gap: 20px;
    grid-template-rows: 0fr .75fr;
    grid-template-columns: 1.5fr;
  }

  .long-section.duble.karolina {
    grid-row-gap: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .long-section.duble.ruti {
    grid-row-gap: 30px;
  }

  .long-section.dalia.noa {
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr;
  }

  .div-block-16 {
    margin-top: 10px;
  }

  .div-block-16.rina {
    margin-top: 0;
  }

  .div-block-33 {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-33.rita {
    border-left-style: none;
    padding-left: 0;
  }

  .div-block-33.sivan {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-33.nili {
    padding-right: 0;
  }

  .div-block-33.ilanit {
    border-left-style: none;
    padding-left: 0;
  }

  .fluid-video {
    margin-top: 22px;
  }

  .fluid-video.small.offrah, .fluid-video.small.nunu {
    margin-top: 0;
  }

  .youtube-section.small {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .youtube-section.small.neta {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .youtube-section.small.neta.laisha {
    grid-template-columns: 1fr;
  }

  .youtube-section.small.nunu {
    grid-column-gap: 10px;
    grid-row-gap: 9px;
    grid-template-rows: 1fr min-content;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .youtube-section.small.haviva {
    grid-template-columns: 1.5fr;
  }

  .youtube-section.small.yuval {
    grid-template-columns: 1.25fr;
  }

  .div-block-27 {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-27.neta {
    border-top: 1px #041839;
    border-left-style: none;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-27.nunu, .div-block-27.yuval {
    border-left-style: none;
    padding-left: 0;
  }

  .photo-div {
    margin: 12px 0 12px 12px;
  }

  .photo-div.eti {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .photo-div.hava {
    background-position: 50%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .photo-div.leas {
    margin-bottom: 20px;
  }

  .photo-div._1 {
    background-position: 50%;
    margin: 0 0 30px;
  }

  .photo-div.lea {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .photo-div.adi._4 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .photo-div.linoi {
    background-position: 50%;
  }

  .photo-div.yona {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .photo-div.odaia {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .photo-div._3 {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .photo-div.dikla {
    background-position: 50%;
    margin: 0 0 30px;
  }

  .photo-div.rahel {
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .photo-div.ahi {
    margin-bottom: 20px;
  }

  .photo-div.gali {
    margin-bottom: 30px;
  }

  .photo-div.yael {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-20 {
    border-top: 1px #041839;
    border-left-width: 0;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20._1, .div-block-20.hava, .div-block-20.line, .div-block-20.right, .div-block-20.odaia {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-20.lea {
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-20.pnina {
    border-top-style: none;
    padding-top: 0;
  }

  .div-block-19 {
    display: none;
  }

  .text-section.micki {
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-section.tamar {
    border-top: 1px #041839;
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-section.dalit {
    border-left-style: none;
    padding-left: 0;
  }

  .bold-text-13 {
    text-align: left;
  }

  .banner {
    margin-left: auto;
    margin-right: 0;
  }

  .bold-text-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-6.ilanit {
    font-size: 42px;
  }

  .reg-section.karina {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .reg-section.telama-radio {
    grid-template-rows: 45fr auto;
    grid-template-columns: 847fr;
  }

  .text-span-13 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-span-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-span-10 {
    line-height: 44px;
  }

  .text-span-11 {
    font-size: 33px;
    line-height: 42px;
  }

  .spotify {
    object-fit: contain;
    margin-top: 0;
    padding-right: 0;
  }

  .text-span-4 {
    font-size: 46px;
  }

  .text-span-9 {
    font-size: 34px;
    line-height: 39px;
  }

  .container-7 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer {
    grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
  }

  .image-37 {
    margin-left: 0;
  }

  .text {
    padding-left: 0;
  }

  .text._1 {
    padding-left: 20px;
  }

  .link-6 {
    justify-content: center;
    font-size: 18px;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    position: static;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 70px;
    line-height: 70px;
    top: -15px;
  }

  .heading-8.paragraph {
    margin-top: 8px;
    font-size: 40px;
    line-height: 50px;
    position: static;
  }

  .heading-8.paragraph.section {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-8.paragraph.section.neta {
    font-size: 40px;
    line-height: 48px;
  }

  .link-7 {
    justify-content: center;
    font-size: 18px;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 70px;
    line-height: 70px;
    top: -15px;
  }

  .heading-10.paragraph {
    margin-top: 8px;
    font-size: 40px;
    line-height: 50px;
    position: static;
  }

  .heading-10.paragraph.section {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-5 {
    margin-top: 40px;
  }

  .h2 {
    margin-top: 10px;
    font-size: 28px;
  }

  .form {
    width: auto;
    height: auto;
    margin: 10px 20px;
    padding-top: 30px;
    display: block;
    position: static;
  }

  .h3 {
    margin-top: 10px;
    font-size: 20px;
  }

  .submit-button {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-40 {
    margin: 0;
    padding: 40px 20px 0;
    position: static;
  }

  .body-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .div-block-41 {
    border-right-style: none;
    padding-right: 0;
  }

  .section-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.75fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-bottom: 10px;
    display: grid;
  }

  .div-block-44 {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .button-3.watch {
    direction: ltr;
  }

  .text-block {
    font-size: 24px;
  }

  .div-block-4 {
    direction: rtl;
    overflow: visible;
  }

  .bold-text-2, .text-span {
    font-size: 24px;
  }

  .button-4.listen {
    direction: ltr;
    width: auto;
    height: auto;
  }

  .button-5 {
    left: 415px;
    right: 20%;
  }

  .containr {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .questionnaire {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .article {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .header-2 {
    padding-left: 0;
  }

  .div-block-59 {
    max-width: 350px;
  }

  .div-block-60 {
    max-width: 100%;
  }

  .disney-left {
    justify-content: flex-end;
    max-width: 100%;
    margin-left: auto;
  }

  .text-block-16.tex-decoration, .text-block-16.credit {
    padding-left: 60px;
    padding-right: 60px;
  }

  .judistar4.fadeinout_animation {
    padding-top: 0;
    top: 28%;
    right: 61%;
  }

  .grid-judi-refernce {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-74 {
    padding-top: 0;
  }

  .header-3 {
    padding-left: 0;
  }

  .heading-14 {
    text-align: right;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .judi-box {
    padding-top: 0;
  }

  .image-75 {
    padding-top: 150px;
  }

  .clock-number {
    font-size: 82px;
    line-height: 55px;
  }

  .text-block-40.mobile {
    display: none;
  }

  .judi-star2.fadeinout_animation {
    top: 30%;
    right: 39%;
  }

  .judistar3.fadeinout_animation {
    top: -2%;
    right: 28%;
  }

  .judistar5.fadeinout_animation {
    top: -1%;
    left: 31%;
  }

  .ynet-original-grid-card {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-3 {
    width: 90%;
  }

  .ynetoriginalmain {
    flex-direction: column;
  }

  .ynetoriginal-right {
    width: 70%;
  }

  .whiteheader {
    padding-left: 0;
  }

  .body-10 {
    flex-direction: column;
    display: flex;
  }

  .div-block-80 {
    padding-right: 20px;
  }

  .image-79 {
    display: none;
  }

  .ynet-capital-header-social-icons {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .ynet-capital-header-social-icons.mobile {
    margin-top: auto;
    margin-left: 1%;
    margin-right: auto;
    display: flex;
    top: 9px;
  }

  .container {
    height: 35px;
  }

  .nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .image-6, .image-80 {
    line-height: 0;
  }

  .navbar {
    max-height: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-item {
    align-items: stretch;
    display: flex;
  }

  .auto-bottom {
    margin-top: auto;
  }

  .section.overflow-none {
    width: 1240px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-13 {
    width: auto;
    max-width: none;
    margin-top: -30px;
  }

  .slider-list {
    display: flex;
  }

  .slider-item {
    width: 33vw;
  }

  .text-block-46 {
    font-size: 24px;
  }

  .footer10commandments.lightgreen10comm {
    background-color: #52832d;
  }

  .header10commandments {
    padding-left: 60px;
  }

  .author10commtext {
    font-size: 18px;
  }

  ._10commandmentstitle {
    grid-row-gap: 5px;
    padding-bottom: 32px;
  }

  .tencommandments-grid {
    grid-column-gap: 1px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._12immgrtextblock {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._12immgrtextblock.lightgreen10comm {
    background-color: #52832d;
  }

  .ynet-logo1-3 {
    margin-right: 10px;
  }

  .tencommandments-card {
    align-items: center;
    height: 100%;
    margin-bottom: 0;
  }

  .tencommandments-card.ten-comm-lightgrin {
    align-items: center;
    height: 100%;
  }

  .tencommandments-card.ten-comm-lightgrin.darkgreen10 {
    background-color: #3e6222;
  }

  .tencommandments-card.lightgreen10comm {
    background-color: #52832d;
  }

  .imagetitle10comm {
    padding-bottom: 15px;
  }

  .seasonopeningrectangle {
    width: 50%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  ._12immirgantsleftimage {
    inset: auto 0% 0% auto;
  }

  .image-85 {
    margin-bottom: 19px;
  }

  ._12olim--imag {
    margin-left: 0;
    margin-right: 45px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    inset: 12% auto -40px 0%;
  }

  .blackheadr {
    padding-left: 60px;
  }

  .main12immigr {
    margin-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .titlemobile12immngrte {
    margin-left: 10px;
    padding-right: 10px;
  }

  .text--title--12olim-desktop {
    display: none;
  }

  .secondtitle-12immigrants {
    flex-direction: column;
  }

  .text--title--12olim-mobile {
    display: block;
  }

  .heading12imm {
    margin-top: -12px;
    margin-bottom: 57px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-9 {
    inset: auto auto 0% 0%;
  }

  .ynet-newsletter-slide-conent {
    align-items: center;
  }

  .ynet-newsletter-slider {
    left: auto;
  }

  .ynet-nl-slider-text-block-warp {
    align-items: center;
    font-size: 24px;
    line-height: 24px;
  }

  .ynet-newsletter-button {
    right: auto;
  }

  .ynet-nl-slider-text-conent-2 {
    justify-content: center;
    align-items: center;
  }

  .ynet-newsletter-slider-cover-image-4 {
    max-height: 100%;
  }

  .ynet-newsletter-iframe-warpper-4 {
    max-width: 100%;
  }

  .ynet-whatsapp-banner-content {
    justify-content: center;
  }

  .ynet-whatsapp-banner-text-warpper-desktop {
    grid-column-gap: 97px;
    grid-row-gap: 97px;
    justify-content: space-between;
  }

  .ynet-whatsapp-banner-text-1 {
    font-size: 40px;
  }

  .ynet-whatsapp-banner-text-warpper {
    grid-column-gap: 97px;
    grid-row-gap: 97px;
    justify-content: space-between;
    display: none;
  }

  .ynet-whatsapp-banner-ynet-icon {
    width: 76px;
    margin-left: 3px;
    margin-right: 3px;
    position: absolute;
    top: 26px;
    right: 53%;
  }

  .ynet-whatsapp-banner-text-2 {
    font-size: 40px;
  }

  .ynet-freedom-componnet-headline {
    display: none;
  }

  .ynet-freedom-componnet-headline-mobile {
    font-family: Narkissblock;
    display: block;
  }

  .sliderycar {
    width: auto;
  }

  .ycar-wrapper {
    width: 100%;
  }

  .image {
    object-position: 100% 50%;
    inset: 0%;
  }

  .link-block-unstyled {
    width: 100%;
    max-width: none;
  }

  .link-block-12 {
    justify-content: space-between;
    display: flex;
  }

  .card5--golden-age-project {
    width: 100%;
  }

  .ynet-ga-credits-desktop {
    display: none;
  }

  .card3--golden-age-project, .card4--golden-age-project {
    width: 100%;
  }

  .oldmantext {
    margin-top: 56px;
  }

  .card1--golden-age-project {
    width: auto;
  }

  .ga-gold-deco {
    width: 1.7419%;
    height: 100%;
  }

  .oldmensectiondesk {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .ynet-ga-hero-section {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    place-items: center;
    width: 100%;
    max-width: 182%;
    display: flex;
  }

  .ynet-ga-hero-warpper-title {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: auto;
    max-width: 1400px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .ynet-ga-header-warpper {
    align-items: center;
  }

  .ynet-ga-cards-project {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Narkissblock;
    display: flex;
  }

  .yney-ga-hero-main-video {
    object-fit: fill;
    height: auto;
    padding-top: 0;
  }

  .card2--golden-age-project {
    width: 100%;
  }

  .oldmensectiondmobile {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .text-block-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ga-hero-container {
    clear: none;
    direction: rtl;
    text-align: center;
    text-transform: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1400px;
    position: static;
  }

  .card7--golden-age-project, .card6--golden-age-project {
    width: 100%;
  }

  ._16-9-ratio {
    object-fit: fill;
    height: auto;
    padding-top: 0%;
  }

  .cardiimag-goldeniage {
    object-fit: cover;
    width: 100%;
    height: 76%;
  }

  .gifoldmangif {
    grid-column-gap: 30px;
    flex: 0 auto;
    height: 400px;
  }

  .card10--golden-age-project {
    width: 100%;
  }

  .link-block-14 {
    justify-content: space-between;
    display: flex;
  }

  .card8--golden-age-project {
    width: 100%;
  }

  .grid-golden-age-12--card {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    place-items: center;
    width: 100%;
    display: grid;
  }

  .ynet-ga-footer-credits {
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
    display: flex;
  }

  .ynet-ga-footer-links {
    width: 100%;
  }

  .card-name-bold-ga {
    font-size: 25px;
  }

  .containerolldman {
    max-width: 100%;
  }

  .link-block-16 {
    justify-content: space-between;
    width: auto;
    display: flex;
  }

  .card9--golden-age-project {
    width: 100%;
  }

  .link-block-8, .link-block-17 {
    justify-content: space-between;
    display: flex;
  }

  .ynet-ga-credits-mobile {
    display: block;
  }

  .ynet_ron_main {
    align-items: stretch;
  }

  .hero_img {
    margin-top: -79px;
    bottom: 28%;
  }

  .sectiongrid8unfplace {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .earthmobile {
    padding-bottom: 0;
  }

  .earthhdesk {
    padding-top: 1px;
    padding-bottom: 0;
  }

  .sectiongrid2unfplace {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: static;
  }

  .secctionunfamilerplacetitle-2 {
    background-color: #33a5bd;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    position: static;
  }

  .text-block-54 {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .credit-unfamilierplace {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .haederunfamilerplace {
    padding-left: 60px;
  }

  .sectionunfamilerplace1 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-27 {
    width: 768px;
    max-width: 700px;
    height: 350px;
    margin-left: 20px;
  }

  .checkbox-label-3 {
    text-align: right;
  }

  .un-event-form-warrper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 240px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .un-event-form-recipebook-hero {
    max-width: 700px;
    margin-left: auto;
  }

  .un-event-form-container-name {
    width: 380px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 13px;
    font-size: 20px;
  }

  .un-event-form-recipebook-hero-disclaimer-warpper {
    width: 470px;
    height: 130px;
    margin-top: 20px;
  }

  .image-29 {
    display: block;
  }

  .un-event-form-container {
    max-height: NaN% ;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 270px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .un-event-form-recipebook-form-block-warpper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-top: 0;
    display: block;
  }

  .un-event-form-recipebook-hero-disclaimer-text {
    width: auto;
  }

  .un-event-form-container-phone {
    width: 380px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .link-block {
    left: 0%;
  }

  .un-event-form-recipebook-subtitle-2 {
    margin-bottom: 30px;
    padding-top: 10px;
  }

  .un-event-form-container-mail {
    width: 380px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .un-event-form-container-submit-button {
    direction: rtl;
    text-transform: none;
    width: 380px;
    height: 50px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    font-style: normal;
    line-height: 0;
    display: block;
  }

  .un-event-form-recipebook-hero-bottom {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 768px;
    margin-top: 45px;
    margin-left: -30px;
    margin-right: auto;
    padding-left: 1px;
    padding-right: 0;
    display: flex;
  }

  .un-event-form-container-checkbox-warpper {
    align-items: baseline;
    margin-left: 0;
  }

  .un-event-form-recipebook-hero-title {
    margin-top: -140px;
  }

  .eu-event-form-recipebook-hero-bottom-contain-plane {
    justify-content: flex-end;
    margin-top: 107px;
    margin-left: -4px;
    margin-right: 20px;
    padding-right: 0;
  }

  .container-fallen {
    margin-right: 75px;
  }

  .search-wrap, .fallen-field {
    width: 100%;
  }

  .fallen-search-form {
    max-width: 400px;
  }

  .fallen-hero-mishne {
    font-size: 1.4rem;
  }

  .falllen-hero-text-wrap {
    max-width: 26rem;
  }

  .gazaattack-name-story {
    font-size: 1rem;
  }

  .scrolltotop-wrap.w--current {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 5rem;
  }

  .section-fallen-credits {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapperabducted-name-text {
    margin-left: 20px;
    padding-right: 20px;
  }

  .wrapperimgabductd {
    padding-right: 10px;
  }

  .image-95 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrappercardabducted {
    margin-left: 60px;
    margin-right: 60px;
  }

  .nameofabductee {
    margin-right: 10px;
    padding-right: 20px;
  }

  .text-block-62 {
    padding-left: 10px;
  }

  .haederkidnapp {
    padding-left: 60px;
  }

  .search-wrap-copy, .fallen-field-copy {
    width: 100%;
  }

  .abductedwrappersection-copy {
    color: #fff;
    background-color: #000;
    margin-right: 0;
  }

  .wrappercardabducted-copy {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-95-copy {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperimgabductd-copy {
    padding-right: 10px;
  }

  .wrapperabducted-name-text-copy-copy {
    margin-left: 20px;
    padding-right: 20px;
  }

  .abductedwrappersectionmobile, .abductedwrappersectiondesk {
    color: #fff;
    background-color: #000;
    margin-right: 0;
  }

  .kiddnaphader {
    padding-left: 60px;
  }

  .scrolltotop-wrapkidnapp-copy.w--current {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 5rem;
  }

  .fallen-search-form-copy {
    max-width: 400px;
  }

  .search-wrap-copy {
    width: 100%;
  }

  .nameofabductee-copy {
    margin-right: 10px;
    padding-right: 20px;
  }

  .scrolltotop-wrapkidnapp--en.w--current {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 5rem;
  }

  .kiddnaphader--en {
    padding-left: 60px;
  }

  .text-block-79 {
    font-size: 120px;
    line-height: 80px;
  }

  .missing-p-wrapper {
    height: auto;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .missing-paragref {
    line-height: 31px;
  }

  .collection-list-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .collection-list-wrapper-3 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .fallen-search-form-missing {
    max-width: 400px;
  }

  .search-wrapmissing, .fallen-field-missing, .missing-contentus {
    width: 100%;
  }

  .text-block-84 {
    text-align: center;
  }

  .scrolltotop-wrapkidnappwhitr.w--current {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 5rem;
  }

  .footer-2-black {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .header-number-missing {
    font-size: 220px;
    line-height: 200px;
  }

  .body-15 {
    overflow: hidden;
  }

  .text-block-86 {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-89 {
    font-size: 20px;
  }

  .wrapper-war-component-desk {
    width: 100%;
    max-width: 100%;
  }

  .image-109 {
    left: -24%;
  }

  ._850_war_componenet-wrappedesk {
    width: 100%;
  }

  .textblockblack-850war {
    width: auto;
    padding-right: 5px;
    font-size: 28px;
  }

  .text-block-102 {
    padding-right: 5px;
    font-size: 26px;
  }

  .text-block-103, .text-block-104 {
    padding-right: 5px;
    font-size: 26px;
    line-height: 26px;
  }

  .image-111 {
    margin-left: 0;
  }

  .textblockblack-850war-copy {
    width: auto;
    padding-right: 5px;
    font-size: 28px;
  }

  .textblock-thremsup_conditaion {
    margin-right: 25px;
  }

  .wrapper_textaboutthetable {
    width: 71.3%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-110 {
    width: 100%;
    margin-right: 10px;
  }

  .link_to_redmail {
    width: 100%;
    margin-right: 10px;
    font-size: 1rem;
  }

  .bold-text-49 {
    font-size: 1rem;
    font-weight: 400;
  }

  .wrapper-memorialcandle-termsofuse {
    width: 40%;
  }

  .bold-text-50 {
    font-size: 1rem;
  }

  .text-block-111 {
    width: auto;
    font-size: 1rem;
  }

  .horizontal--line-red {
    width: 15%;
  }

  .heading-text-metderanffulls {
    font-size: 30px;
    line-height: 30px;
  }

  .murdered_h1_title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: .7rem;
  }

  .wrapper_volunteer_assistance {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-112 {
    padding: 5px;
  }

  .wrapper-main-section_helpwar {
    max-width: 100%;
  }

  .heading-22 {
    width: auto;
  }

  .collection-list-wrapper-5 {
    width: 60%;
  }

  .text-block-115 {
    border-right-width: 5px;
  }

  .fallen-search-form-helpwarcopy {
    max-width: 400px;
  }

  .search-helpwarcopy, .fallen-field-helpwarcopy {
    width: 100%;
  }

  .scrolltotop-wrapper-help-war-voulnteir.w--current {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 5rem;
  }

  .ynet-creative-studio-header-logo {
    display: flex;
  }

  .ynet-creative-studio-header-logo-mobile {
    display: none;
  }

  .image-125 {
    flex: 0 auto;
    align-self: center;
  }

  .ynet-creative-studio-header-social-buttons {
    justify-content: center;
    left: 0;
  }

  .ynet-creative-studio-head {
    align-self: stretch;
    display: block;
  }

  .ynet-creative-studio-project-name {
    height: 115px;
  }

  .ynet-creative-studio-project-warpper {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ynet-creative-studio-project-warp {
    width: 247px;
    height: 372px;
  }

  .ynet-creative-studio-scrolltotop-wrap {
    z-index: 10;
    margin-bottom: 36px;
    bottom: 3%;
  }

  .ynet-creative-studio-scrolltotop-wrap.w--current {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 5rem;
  }

  .ynet-creative-studio-project-thumbnail {
    object-fit: cover;
  }

  .ya-ark-head-back {
    border-radius: 60px;
    width: 120px;
    height: 120px;
  }

  .ya-ark-song-info-box {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .ya-ark-albumcover {
    width: 80px;
  }

  .ya-ark-head-crop {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    width: 120px;
    height: 160px;
  }

  .ya-ark-h2 {
    font-size: 1.4rem;
    line-height: 1.1rem;
  }

  .ya-ark-box-right {
    width: 47%;
    margin-left: 3%;
  }

  .ya-ark-h3 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .ya-brand-land-box {
    max-width: 640px;
  }

  .ya-ark-box-left {
    flex: 1;
  }

  .ya-ark-qu {
    letter-spacing: -2.5px;
    text-indent: -17px;
    padding-bottom: 26px;
    padding-right: 17px;
    font-size: 2.4rem;
    line-height: 2rem;
  }

  .ya-ark-h1 {
    min-width: 8ch;
    font-size: 2.4rem;
    line-height: 2rem;
  }

  .ya-ark-box {
    width: 90%;
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .ya-ark-head-wrap {
    margin-bottom: 20px;
  }

  .ya-landing-img {
    min-height: 100%;
  }

  .ya-brand-header-box {
    justify-content: center;
    max-width: 640px;
  }

  .ya-brand-header-mobilebar {
    display: block;
    bottom: 0;
  }

  .ya-brand-header-yedlogo {
    transform: none;
  }

  .ya-brand-header-share-icon {
    width: 34px;
    height: 34px;
  }

  .ya-brand-header-share-box {
    display: flex;
  }

  .ya-brand-header {
    height: 50px;
  }

  .ya-brand-footer-yedlogo {
    width: 120px;
  }

  .ya-brand-footer-txt {
    margin-right: 6px;
    padding-right: 5px;
    font-size: .8rem;
  }

  .body-18 {
    border-width: 0;
    border-color: #78747400;
  }

  .ya-24-recs-header {
    padding-bottom: 4px;
  }

  .ya-24-recs-item-head-txt-stars {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .ya-24-recs-item-body, .ya-24-recs-item-head {
    width: 50%;
  }

  .ya-24-recs-item-head-txtbox {
    padding: 20px 25px 25px;
  }

  .ya-24-recs-item-head-txt-genre {
    margin-left: 8px;
    font-size: 1.1rem;
    line-height: 1rem;
  }

  .ya-24-recs-item-head-writer-txt {
    font-size: 1.1rem;
    line-height: .7rem;
  }

  .ya-24-recs-item-head-writer-wrap {
    height: 34px;
    padding-left: 12px;
    padding-right: 10px;
    top: -36px;
  }

  .ya-24-recs-item {
    max-width: none;
  }

  .ya-hro-land-header-yedlogobox {
    top: -39px;
  }

  .ya-hro23-land-logo-txt {
    font-size: 7rem;
  }

  .ya-hro-land-header-yedlogo {
    width: 160px;
    padding: 10px 12px 12px;
  }

  .ya-hro23-land-logo-lot {
    width: 50px;
  }

  .ya-hro23-landing-box {
    max-width: none;
  }

  .ya-hro23-land-h1 {
    font-size: 1.5em;
  }

  .ya-hro23-land-h1.mb-show {
    display: none;
  }

  .ya-hro23-items-sec {
    margin-top: 50vh;
  }

  .ya-hro-land-header-box {
    height: 80px;
    display: none;
  }

  .text-block-86-moses {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-89-moses {
    font-size: 20px;
  }

  .ya-ednat-land {
    margin-top: 50px;
  }

  .ya-ednat-content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .ya-cfu-land-h2 {
    max-width: 600px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .ya-cfu-land-logo {
    width: 40vw;
  }

  .ya-cfu-land-branding-frame {
    width: 50vw;
    max-width: none;
    height: 6vw;
  }

  .yay-header-pos {
    width: 100%;
    height: 50px;
  }

  .yay-lheader-yedlogo.wide {
    height: 30px;
  }

  .wrapper-sport-event2024 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .whot-line-vertical {
    background-color: #fff;
    width: 1px;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .wrapper-fotball-event {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .wrappermaintitle-sportevent {
    width: 100%;
    margin-bottom: 0;
  }

  .wrapper-jjanuary-section-sport2024 {
    justify-content: center;
    align-items: center;
  }

  .wrapper-main-title-sportevent {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .textblock-subtitle-spoetevents2024 {
    justify-content: center;
    width: 100%;
    margin-right: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .war-pop-up-text {
    margin-left: 140px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .image-109--flagwar-popap-image {
    height: 149px;
    margin-right: 12px;
    padding-bottom: 0;
    top: -61%;
    left: -24%;
    right: 89px;
  }

  .textblock-dateofevent-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .title-kind-of-football-2 {
    color: #2befe2;
    background-color: #0000;
    width: 219.233px;
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .ya-brand-header-2 {
    height: 5vw;
  }

  .ya-brand-header-2.ya-24 {
    height: 50px;
  }

  .ya-brand-header-mobilebar-2 {
    display: none;
    bottom: 0;
  }

  .wrapper-all-sportevent {
    width: 100%;
  }

  .container-fallen-copy {
    margin-right: 75px;
  }

  .wrapper-war-component-desk-clock-copy {
    width: 100%;
    max-width: 100%;
  }

  .event-sport-rightsidewrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-title-month-sportevent-3 {
    line-height: 40px;
  }

  .fallen-search-form-kidnapp-ed {
    max-width: 400px;
  }

  .form-3 {
    padding-left: 0;
  }

  .maintitle-image-desk-sport2024, .maintitle-image-mobilr-sport2024-copy {
    margin-right: 0;
    top: 248px;
    left: -72px;
    right: 450px;
  }

  .sportevent2024-hader {
    padding-left: 60px;
  }

  .peb-wrapper-sport-event2024-janu-tryarycopy-copy-copy-copy {
    flex-direction: column;
    width: 100%;
  }

  .event-sport-left-side-wrapper-feb-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 70%;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .rich-text-block--spoetevent-3 {
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-156 {
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 18px;
  }

  .text-block-157 {
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 40px;
  }

  .tablinksport2024 {
    border-left: 1px solid #fff;
    width: 140px;
  }

  .tablinksport2024.w--current, .tablinksport2024.nolinewhite {
    width: 140px;
  }

  .tab-pane-tab-2-2 {
    width: 660px;
    max-width: 100%;
  }

  .title-box-food-com {
    margin-top: 5px;
  }

  .tabs-sport-event2024 {
    justify-content: center;
    width: 600px;
  }

  .ynet-footer-logo-image {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .ynet-footer {
    width: 100%;
  }

  .mov_pic_next24 {
    justify-content: center;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-12 {
    width: 700px;
    height: 380px;
    padding-top: 0;
  }

  .image-153 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-170 {
    font-size: 15px;
  }

  .img_logonext24._1 {
    margin-top: 0;
    display: none;
  }

  .img_logonext24._2 {
    display: block;
  }

  .page2_next24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .page2_next24._2, .page2_next24._10, .page2_next24._17 {
    flex-direction: column-reverse;
  }

  .image-154 {
    width: 700px;
    max-width: none;
  }

  .header_next_24 {
    position: static;
  }

  .number_24next {
    width: 700px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .down_text_credit_24 {
    width: 700px;
  }

  .page1_next24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    width: 700px;
    max-width: none;
  }

  .page1_next24._7 {
    flex-direction: column-reverse;
  }

  .box_text24 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-11 {
    margin-bottom: auto;
  }

  .small-text {
    margin-left: auto;
    margin-right: auto;
  }

  .big_text24 {
    justify-content: center;
  }

  .textblock-subtitle-spoetevents2024-2 {
    justify-content: center;
    width: 100%;
    margin-right: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .wrappermaintitle-sportevent-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .wrapper-main-title-sportevent-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ya-gallerya-land-txt {
    max-width: 640px;
  }

  .ya-gallerya-item-img {
    max-width: 120%;
  }

  .ya-brand-header-yedlogo-link {
    height: 34px;
  }

  .wrapper-telegram-content-redmail {
    max-width: 100%;
  }

  .main-title-redmail {
    font-size: 42px;
    line-height: 40px;
  }

  .wrp-content-redmail {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-ynet-black-2 {
    padding-left: 0;
  }

  .wrp-all-msg-06-30-07-00, .wrp-all-msg-09-00-10-00, .wrp-all-msg-07-00-08-00, .wrp-all-msg-08-00-09-00, .wrp-all-msg-11-00-12-00, .wrp-all-msg-10-00-11-00, .wrp-all-msg-12-00-13-00, .wrp-all-msg-17-00-18-00, .wrp-all-msg-13-00-14-00, .wrp-all-msg-14-00-15-00, .wrp-all-msg-15-00-16-00, .wrp-all-msg-18-00-19-00, .wrp-all-msg-19-00-20-00, .wrp-all-msg-16-00-17-00 {
    width: 100%;
  }

  .main-title-redmail-big {
    font-size: 219px;
    line-height: 150px;
  }

  .main-title-redmail-small {
    font-size: 61px;
  }

  .link-clock-redmail {
    border-top: 1px solid #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-clock-redmail {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .wrp-all-mag-containr-redmail {
    margin-left: 0;
    margin-right: 23px;
  }

  .scrolltotop-redmail.w--current {
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 5rem;
  }

  .wrp-all-msg-23-00-24-00, .wrp-all-msg-24-00-01-00, .wrp-all-msg-22-00-23-00, .wrp-all-msg-21-00-22-00 {
    width: 100%;
  }

  .wrp-all-msg-01-00-06-00 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .wrp-all-msg-20-00-21-00 {
    width: 100%;
  }

  .footet_text_credits {
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
  }

  .redmail_mishne {
    width: auto;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 17px;
    line-height: 1.3;
  }

  .faq-p {
    width: 580px;
  }

  .redmail_mishne-copy {
    width: auto;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 17px;
    line-height: 1.3;
  }

  .read-all-block {
    width: 100%;
  }

  .ya-footer-2024 {
    width: 72%;
  }

  .ya-7d-blt-head-h1 {
    font-size: 5em;
  }

  .ya--header-ynet_logo {
    height: 2em;
  }

  .ya-7d-blt-txt-rtf h1 {
    text-indent: -43%;
  }

  .ya-7d-blt-sec {
    max-width: 86%;
  }

  .ya-7d-blt-timeline {
    width: 10%;
  }

  .ya-7d-blt-head-h2 {
    font-size: 1.7em;
  }

  .ya-7d-blt-head-date {
    font-size: 1.3em;
  }

  .ya-7d-blt-cont-wrap {
    width: 45%;
  }

  .ya-7d-blt-land {
    min-height: 90vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ya-7d-blt-head-credit {
    font-size: 1.3em;
  }

  .ya-7d-blt-head-texbox {
    width: 80%;
    margin-right: 14%;
  }

  .ya-7d-blt-img-credit {
    max-width: 32ch;
  }

  .ya-7d-blt-map-lootie {
    min-height: auto;
  }

  .wrapper-main-section_helpwar-2 {
    max-width: 100%;
  }

  .heading-28 {
    width: auto;
  }

  .ya-7d-wls-container {
    max-width: none;
  }

  .ya-7d-article-headbox {
    max-width: 500px;
  }

  .div-block-133 {
    max-width: 74vw;
  }

  .ynet-commercial-search-form {
    max-width: 400px;
  }

  .search-wrapcommercial, .ynet-field-commercial {
    width: 100%;
  }

  .ynet-projects-search-form {
    max-width: 400px;
  }

  .search-wrapprojects, .ynet-field-projects {
    width: 100%;
  }

  .ycar-image-1, .ycar-image-2, .ycar-image-2-copy {
    object-position: 100% 50%;
    inset: 0%;
  }

  .h-p-ynet-haeder-nb-mobile, .car-ynet-header-navbar, .podcast-ynet-header-navbar {
    color: #000;
  }

  .nav_stickey_28-mobile {
    width: auto;
  }

  .towomen-ynet-header-navbar {
    color: #000;
  }

  .initial-navmobile {
    background-color: #fff;
    width: auto;
    margin-top: 0;
  }

  .sport-ynet-haeder-navbar, .gossip-ynet-header-navber, .health-yent-header-navbar, .tarbut-ynet-header-navbar, .digital-ynet-header-navbar, .ynet--ynet-header-navbar-mobile {
    color: #000;
  }

  .ynet-header-top-links {
    align-self: center;
    margin-bottom: 0;
  }

  ._24-7-ynet-header-navber-mobile {
    color: #000;
  }

  .ynet_logo_header_link {
    width: 110px;
  }

  .calala-ynet-header-navbar, .food-ynet-haeder-navbar {
    color: #000;
  }

  .ynet-header-top {
    border-bottom: .5px solid #3333;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .news-ynet-header-navbar-mobile {
    color: #000;
  }

  .container-3-mobile {
    justify-content: flex-start;
    width: 100vw;
    overflow: scroll;
  }

  .ynet-brand-header-share-box-2 {
    display: none;
  }

  ._24-7-ynet-header-navber, .digital-ynet-header-navbar-copy {
    color: #000;
  }

  .container-3 {
    justify-content: flex-start;
    width: 100vw;
    overflow: scroll;
  }

  .gossip-ynet-header-navber-copy, .tarbut-ynet-header-navbar-copy, .towomen-ynet-header-navbar-copy, .news-ynet-header-navbar, .food-ynet-haeder-navbar-copy, .health-yent-header-navbar-copy, .ynet--ynet-header-navbar, .hp-header-link {
    color: #000;
  }

  .hp-header-link.w--current {
    flex: none;
  }

  .podcast-ynet-header-navbar-copy, .car-ynet-header-navbar-copy {
    color: #000;
  }

  .initial-nav {
    box-shadow: none;
    background-color: #fff;
    width: auto;
    margin-top: 0;
  }

  .nav_stickey_28 {
    width: auto;
  }

  .calala-ynet-header-navbar-copy, .sport-ynet-haeder-navbar-copy {
    color: #000;
  }

  .ynet-header-sticky {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: scroll;
  }

  .ynet-header-sticky-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: none;
  }

  .ynet-header-sticky-yconlink {
    margin-left: -16px;
  }

  .kdnpd-headings {
    width: 100%;
  }

  .kdnpd-headings-sort {
    justify-content: center;
    align-items: center;
    height: 60px;
    position: static;
  }

  .kdnpd-headings-h3 {
    max-width: 600px;
  }

  .ynet-inlineshre, .kdnpd-sort-logo {
    display: none;
  }

  .section-8 {
    padding-top: 30px;
  }

  .ynet-footer-links {
    display: none;
  }

  .kndnpd-navbar {
    height: 70px;
    margin-top: 0;
    position: sticky;
    top: 70px;
  }

  .kdnpd-headings-h2-inpage {
    grid-column-gap: .8vw;
    grid-row-gap: .8vw;
  }

  .kdnpd-headings-h1-inpage {
    font-size: 5vw;
  }

  .image-195--inpage {
    height: 4.5vw;
    line-height: 100%;
  }

  .kdnpd-headings-h2-txt-inpage {
    letter-spacing: 0;
    font-size: 5vw;
  }

  .kdnpd-person-wrap {
    margin-top: 70px;
  }

  .kdnpd-person-txtwrap {
    width: 60%;
  }

  .kdnpd-person-name-h1 {
    font-size: 32px;
  }

  .fs_prevnext_block {
    width: 80px;
  }

  .fs_prevnext_block._2 {
    padding-left: 0;
  }

  .div-block-147 {
    width: 100%;
    max-width: none;
    margin-bottom: -20px;
    padding-left: 5px;
    padding-right: 5px;
    top: 140px;
  }

  .div-block-146-2-2 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 39px;
  }

  .navigation {
    padding: 20px;
  }

  .navigation-wrap {
    position: static;
  }

  .sharing-button.facebook.full-blue, .sharing-button.mail.full-blue, .sharing-button.whatsapp.full-blue, .sharing-button.instagram.full-blue, .sharing-button.twiiter.full-blue {
    width: 32px;
    height: 32px;
  }

  .button.cc-contact-us {
    margin-left: 0;
    display: block;
  }

  .button.cc-contact-us.mobile {
    margin-bottom: 20px;
    margin-left: 181px;
    margin-right: 181px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .html-embed {
    top: 0;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .section-3 {
    grid-column-gap: 10px;
    grid-template-rows: .25fr .25fr;
    grid-template-columns: 1fr 1fr;
    margin-top: -96px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .photo {
    display: none;
  }

  .bold-text-headling {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 78px;
    line-height: 90px;
    display: block;
  }

  .heading {
    max-width: 100vh;
    padding-bottom: 19px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 50px;
    line-height: 50px;
    top: -22px;
  }

  .heading.hero {
    grid-column-gap: 20px;
    align-items: center;
    max-width: none;
    max-height: none;
    margin: 20px 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 68px;
    display: block;
    top: 0;
  }

  .heading.paragraph {
    flex-direction: row;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
    display: block;
  }

  .heading.paragraph.section {
    font-size: 36px;
    line-height: 35px;
  }

  .heading.paragraph.section.neta {
    font-size: 36px;
    line-height: 43px;
  }

  .heading.paragraph.section.hana {
    font-size: 32px;
  }

  .heading.paragraph.section.rita {
    font-size: 34px;
    line-height: 42px;
  }

  .heading.paragraph.section.orn {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.paragraph.section.aya {
    font-size: 36px;
    line-height: 44px;
  }

  .heading.paragraph.section.marsel {
    font-size: 33px;
    line-height: 41px;
  }

  .heading.paragraph.section.sivan {
    font-size: 40px;
    line-height: 48px;
  }

  .heading.paragraph.section.kira {
    font-size: 35px;
    line-height: 46px;
  }

  .heading.paragraph.section.lena {
    font-size: 34px;
    line-height: 48px;
  }

  .heading.paragraph.section.tzroia {
    font-size: 31px;
    line-height: 38px;
  }

  .heading.paragraph.section.juzi {
    font-size: 34px;
    line-height: 42px;
  }

  .heading.paragraph.section.savion {
    font-size: 36px;
    line-height: 44px;
  }

  .heading.paragraph.section.dalia, .heading.paragraph.section.noa {
    font-size: 34px;
    line-height: 48px;
  }

  .heading.paragraph.section.yehudit {
    font-size: 33px;
    line-height: 45px;
  }

  .heading.paragraph.section.tzupit {
    font-size: 28px;
    line-height: 39px;
  }

  .heading.paragraph.section.rina {
    font-size: 30px;
  }

  .heading.paragraph.section.dikl {
    font-size: 29px;
    line-height: 42px;
  }

  .heading.paragraph.section.yadena {
    font-size: 32px;
  }

  .heading.paragraph.section.daf {
    font-size: 34px;
    line-height: 44px;
  }

  .heading.paragraph.section.lea {
    line-height: 55px;
  }

  .heading.paragraph.section.idit {
    font-size: 34px;
    line-height: 44px;
  }

  .heading.paragraph.section.sand {
    font-size: 33px;
    line-height: 40px;
  }

  .heading.paragraph.section.zehava {
    font-size: 35px;
    line-height: 45px;
  }

  .heading.paragraph.section.pnina {
    font-size: 36px;
    line-height: 46px;
  }

  .heading.paragraph.section._4 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.paragraph.section.small.yael {
    font-size: 36px;
    line-height: 42px;
  }

  .heading.paragraph.section.dalit {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.paragraph.section.galia {
    font-size: 36px;
    line-height: 44px;
  }

  .heading.paragraph.section.adis {
    font-size: 36px;
  }

  .subtext {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 13px;
  }

  .social-icons.section {
    grid-column-gap: 8px;
  }

  .listening {
    align-items: start;
  }

  .credit-video.padding.odaaia._1.eti {
    margin-top: 10px;
  }

  .photo-section {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: 5.5fr 4.5fr;
    grid-template-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .photo-section.wide {
    margin-bottom: 60px;
  }

  .photo-section.wide.michal {
    grid-row-gap: 16px;
    grid-template-rows: .5fr .25fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .photo-section.wide.spotify-small {
    grid-template-rows: auto min-content auto;
  }

  .photo-section.wide.spotify-small.yehudit {
    grid-template-rows: auto;
  }

  .photo-section.wide.spotify-small.tzufit {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .photo-section.hana {
    grid-template-rows: 40vh auto;
    margin-bottom: 100px;
  }

  .photo-section.shani {
    margin-top: 80px;
  }

  .photo-section.shani.gali {
    margin-top: 100px;
  }

  .photo-section.etti {
    grid-template-rows: 33vh 5.5fr;
  }

  .photo-section.savion, .photo-section.yona {
    grid-template-rows: 1.25fr .25fr;
  }

  .photo-section.dana {
    grid-template-rows: 300px min-content;
    grid-template-columns: 1.75fr;
  }

  .link {
    font-size: 16px;
  }

  .bold-text-4 {
    margin-top: 0;
    padding-right: 24px;
    font-size: 32px;
    line-height: 44px;
  }

  .bold-text-4._2, .bold-text-4.riv {
    padding-right: 0;
  }

  .bold-text-4.right {
    margin-top: 9px;
    padding-right: 0;
    font-size: 32px;
    line-height: 39px;
  }

  .bold-text-4.right.hana {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.noam {
    font-size: 36px;
    line-height: 42px;
  }

  .bold-text-4.orna {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.nas {
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-4.mid {
    text-align: left;
    font-size: 40px;
  }

  .bold-text-4.mid.yuval {
    font-size: 38px;
    line-height: 46px;
  }

  .bold-text-4.rita {
    line-height: 30px;
  }

  .bold-text-4.left {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.left.small {
    font-size: 31px;
    line-height: 40px;
  }

  .bold-text-4.left.marsel {
    padding-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.left.pnina {
    font-size: 30px;
    line-height: 39px;
  }

  .bold-text-4.left._1.dalit {
    font-size: 36px;
    line-height: 42px;
  }

  .bold-text-4.kira {
    padding-right: 0;
    font-size: 33px;
  }

  .bold-text-4.tzroia {
    padding-right: 0;
    font-size: 31px;
    line-height: 40px;
  }

  .bold-text-4.linoy {
    margin-top: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .bold-text-4.big {
    padding-right: 0;
    font-size: 29px;
    line-height: 35px;
  }

  .bold-text-4.yona {
    padding-right: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .bold-text-4._1.roti {
    font-size: 29px;
  }

  .bold-text-4.shlo {
    font-size: 35px;
  }

  .bold-text-4.yar {
    font-size: 36px;
  }

  .bold-text-4._4 {
    padding-right: 0;
    font-size: 38px;
    line-height: 53px;
  }

  .bold-text-4.karo._3 {
    font-size: 38px;
  }

  .bold-text-4.shafita {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.hav {
    font-size: 34px;
    line-height: 45px;
  }

  .bold-text-4.zehava {
    font-size: 35px;
    line-height: 44px;
  }

  .bold-text-4._5 {
    font-size: 36px;
  }

  .bold-text-4.small.yael {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.efrat {
    margin-top: 10px;
    padding-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.galia {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-4 {
    font-size: 14px;
    line-height: 19px;
  }

  .heading-4.noam {
    padding-right: 0;
  }

  .heading-4.photo {
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .heading-4.photo._7 {
    color: #041839;
  }

  .heading-4.photo._11 {
    margin-bottom: 0;
  }

  .heading-4.photo._8 {
    margin-top: 0;
  }

  .divider-small.song-section._4 {
    margin-left: 320px;
  }

  .divider-small._3 {
    margin-left: 380px;
  }

  .block-quote {
    font-size: 16px;
    line-height: 24px;
  }

  .block-quote.small {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .block-quote._1 {
    font-size: 16px;
    line-height: 26px;
  }

  .listen {
    width: 32px;
    height: 32px;
  }

  .name-heading {
    font-size: 18px;
  }

  .social-section {
    padding-top: 0;
    display: flex;
  }

  .long-section {
    grid-template-rows: .25fr min-content auto auto;
    grid-template-columns: 1.5fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .long-section.savyon.juzi {
    grid-row-gap: 20px;
    grid-template-rows: .25fr .75fr;
  }

  .long-section.ricki {
    grid-template-rows: .25fr min-content auto;
  }

  .long-section.lena {
    grid-template-rows: 5fr;
  }

  .fluid-video.small.yuval {
    margin-top: 0;
  }

  .fluid-video.small.nunu {
    margin-top: 0;
    margin-right: 0;
  }

  .div-block-21 {
    border-right-style: none;
  }

  .youtube-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .youtube-section.small {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
  }

  .youtube-section.small.neta {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .youtube-section.small.nunu {
    grid-row-gap: 10px;
    grid-template-rows: 1fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .youtube-section.small.haviva {
    position: static;
  }

  .youtube-section.small.yuval {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    margin-top: 70px;
  }

  .div-block-27 {
    border-top: 1px #041839;
    border-right-width: 0;
    margin-top: 0;
    padding-right: 0;
  }

  .div-block-27.nunu {
    border-top-style: none;
  }

  .photo-div {
    background-position: 50%;
    background-size: contain;
    margin: 0;
    display: block;
    position: static;
  }

  .photo-div.lea, .photo-div.linoi {
    margin-bottom: 25px;
  }

  .photo-div.yona {
    margin-bottom: 20px;
  }

  .photo-div.ahi {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .div-block-20 {
    border-top: 1px #041839;
    border-left-style: none;
    border-right-style: none;
    padding: 0;
  }

  .div-block-20.right {
    padding-right: 0;
  }

  .div-block-20._5 {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-19 {
    display: none;
  }

  .text-section.si {
    border-right-style: none;
    padding-right: 0;
  }

  .bold-text-14 {
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-13 {
    font-size: 36px;
    line-height: 42px;
  }

  .banner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-38 {
    margin-left: 0;
  }

  .bold-text-10.sivan {
    line-height: 44px;
  }

  .bold-text-6 {
    font-size: 32px;
  }

  .bold-text-6.kira {
    line-height: 46px;
  }

  .bold-text-6.savion {
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-6.ilanit {
    font-size: 36px;
    line-height: 50px;
  }

  .bold-text-23 {
    font-size: 34px;
    line-height: 44px;
  }

  .text-span-13 {
    font-size: 34px;
    line-height: 46px;
  }

  .text-span-5 {
    font-size: 34px;
    line-height: 44px;
  }

  .text-span-4 {
    font-size: 41px;
    line-height: 37px;
  }

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 11px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-37 {
    margin-left: 0;
  }

  .text {
    padding-left: 0;
  }

  .link-6 {
    font-size: 16px;
  }

  .heading-7 {
    font-size: 14px;
    line-height: 19px;
  }

  .heading-8 {
    max-width: 100vh;
    padding-bottom: 19px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 50px;
    line-height: 50px;
    top: -22px;
  }

  .heading-8.paragraph {
    flex-direction: row;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
    display: block;
  }

  .heading-8.paragraph.section {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-8.paragraph.section.neta {
    font-size: 36px;
    line-height: 43px;
  }

  .link-7 {
    font-size: 16px;
  }

  .heading-10 {
    max-width: 100vh;
    padding-bottom: 19px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 50px;
    line-height: 50px;
    top: -22px;
  }

  .heading-10.paragraph {
    flex-direction: row;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
    display: block;
  }

  .heading-10.paragraph.section {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-10.paragraph.section.dalit {
    font-size: 30px;
    line-height: 40px;
  }

  .h1 {
    font-size: 38px;
  }

  .form-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .form {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .section-5 {
    display: block;
  }

  .section-6 {
    grid-template-rows: auto .25fr .75fr;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .running-text {
    font-size: 24px;
  }

  .running-text.p2 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-45 {
    grid-template-rows: 35vh;
  }

  .button-block.desktop {
    display: none;
  }

  .button-block.mobile {
    height: 40px;
    display: flex;
    overflow: hidden;
  }

  .image-44 {
    object-fit: cover;
    object-position: 0% 50%;
    width: 320px;
    height: 100%;
  }

  .div-block-46 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 340px;
    margin-right: 0;
    padding-left: 14px;
    display: flex;
  }

  .gallery_strip-3 {
    flex-wrap: wrap;
    align-content: flex-end;
  }

  .image-5 {
    display: none;
  }

  .image-5.mobile {
    display: block;
  }

  .button-3.watch {
    display: none;
  }

  .image-50 {
    height: 39px;
    display: block;
  }

  .button-4.listen {
    display: none;
  }

  .containr {
    padding-left: 10px;
    padding-right: 10px;
  }

  .questionnaire {
    width: auto;
    padding-bottom: 20px;
  }

  .maintitle {
    flex-direction: column;
  }

  .div-block-9 {
    margin-top: 20px;
  }

  .text-block-15 {
    color: #fff;
    text-decoration: none;
  }

  .p-text-copy {
    margin-top: 10px;
  }

  .disney-right {
    flex-direction: column;
  }

  .div-block-61 {
    margin-top: 20px;
  }

  .disney-left {
    flex-direction: column;
  }

  .hero-image {
    width: auto;
  }

  .heading-14 {
    padding-bottom: 30px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .image-75 {
    padding-top: 0;
  }

  .mynet-banner-time-counter-title {
    align-content: flex-start;
    font-size: 28px;
    line-height: 20px;
  }

  .mynet-banner-time-counter-title.time {
    border-right: 16px solid #1417ac;
    padding-top: 0;
    padding-right: 0;
  }

  .text-block-41 {
    font-size: 48px;
    line-height: 0;
  }

  .text-block-40.mobile {
    display: none;
  }

  .ynet-original-grid-card {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-79 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .text-block-43 {
    padding-left: 15px;
    padding-right: 10px;
  }

  .ynetoriginal-right {
    width: 80%;
  }

  .div-block-80 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ynet-capital-header-social-icons.mobile {
    margin-top: auto;
    margin-left: 1%;
    top: 9px;
  }

  .link-block-9 {
    flex-direction: column;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .slider-item {
    width: 50vw;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .tencommandments-grid {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .imagetitle10comm {
    padding-left: 100px;
    padding-right: 100px;
  }

  .seasonopeningrectangle {
    width: 60%;
  }

  .section-12immigrantsmain-footer {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._12immirgantsleftimage {
    margin-top: 49px;
    margin-bottom: -56px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .imagemobile12imm {
    padding-left: 0;
    padding-right: 0;
  }

  ._12olim--imag {
    margin-left: 40px;
    padding-right: 0;
    top: 9%;
    right: 28%;
  }

  .titlemobile12immngrte {
    margin-left: 0;
  }

  .text--title--12olim-desktop {
    display: none;
    overflow: visible;
  }

  .secondtitle-12immigrants, .text--title--12olim-mobile {
    display: block;
  }

  .section-12immigrantsmain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .imageadventuretitle {
    padding-left: 40px;
    padding-right: 0;
  }

  .grid-12-immigrants {
    grid-template-columns: 1fr 1fr;
  }

  .heading12imm {
    margin-top: -26px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragreaf12immirgrants {
    position: relative;
  }

  .ynet-newsletter-button-text {
    width: 134px;
    right: 53px;
  }

  .ynet-newsletter-button-image-warp {
    width: 212px;
    max-width: 208px;
    position: relative;
    right: 2px;
  }

  .ynet-newsletter-slider-text-content {
    line-height: 21px;
  }

  .ynet-nl-slider-text-block-warp {
    margin-right: -38px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 24px;
    position: relative;
  }

  .ynet-newslettter-button-block.mobile {
    height: 40px;
    display: none;
    overflow: hidden;
  }

  .ynet-newsletter-slider-cover-image-4 {
    object-fit: cover;
    object-position: 10% 50%;
    width: 158px;
    min-width: 3px;
    height: 115px;
    min-height: 115px;
  }

  .ynet-newsletter-button-arrow {
    top: 52px;
    left: 47px;
  }

  .ynet-whatsapp-banner-content-warpper {
    grid-column-gap: 13px;
  }

  .ynet-whatsapp-banner-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .ynet-whatsapp-banner-content {
    align-items: center;
  }

  .ynet-whatsapp-banner-text-warpper-desktop {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

  .ynet-whatsapp-banner-warpper {
    justify-content: center;
    display: flex;
  }

  .ynet-whatsapp-banner-text-1 {
    flex: 1;
    font-size: 23px;
    line-height: 27px;
  }

  .ynet-whatsapp-banner-text-warpper {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .ynet-whatsapp-banner-ynet-icon {
    object-fit: contain;
    flex: 1;
    width: 56px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 18px;
    right: 51.7vw;
  }

  .ynet-whatsapp-banner-text-2 {
    flex: 1;
    font-size: 31px;
    line-height: 27px;
  }

  .section-12immigrantsmainopy {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .yacrtext {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 340px;
    margin-right: 0;
    padding-left: 10px;
    font-size: 23px;
    display: flex;
  }

  .ycarbutton-block.desktop {
    width: 300px;
    margin-left: 30px;
    display: block;
  }

  .ycarredstrock {
    height: 100%;
  }

  .sliderycar {
    background-color: #0000;
    max-width: 100%;
    height: 115px;
  }

  .logoycarwhite {
    inset: 4% 0% 0% auto;
  }

  .ycar-wrapper {
    width: 100%;
    height: 100%;
  }

  .right-arrow {
    top: 7px;
  }

  .image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    inset: 0% 0 0% 0%;
  }

  .ycar-wrapper2 {
    grid-column-gap: 20px;
    grid-row-gap: 7px;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    height: auto;
  }

  .ycardivimage {
    width: 30%;
  }

  .buttonycar {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    font-size: 17px;
    font-weight: 700;
    display: flex;
  }

  .ycar-text {
    width: 100%;
    height: auto;
    padding-right: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
  }

  .link-block-unstyled {
    width: 100%;
    height: 100%;
  }

  .card-wrap {
    flex: 1;
  }

  .card5--golden-age-project, .card3--golden-age-project, .card4--golden-age-project, .card1--golden-age-project {
    width: 150%;
  }

  .ga-gold-deco {
    height: 300px;
  }

  .oldmensectiondesk {
    display: none;
  }

  .oldmantitle {
    align-self: center;
  }

  .ynet-ga-hero-section {
    justify-content: space-around;
    align-items: stretch;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ynet-ga-cards-project {
    padding-left: 10px;
    padding-right: 10px;
  }

  .yney-ga-hero-main-video {
    height: 100%;
  }

  .image-16 {
    margin-left: auto;
    margin-right: auto;
  }

  .card2--golden-age-project {
    width: 150%;
  }

  .oldmensectiondmobile {
    display: block;
  }

  .text-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card7--golden-age-project, .card6--golden-age-project {
    width: 150%;
  }

  .gifoldmangif {
    height: 300px;
  }

  .ga-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card10--golden-age-project, .card8--golden-age-project {
    width: 150%;
  }

  .grid-golden-age-12--card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: 100%;
  }

  .ynet-ga-footer-credits {
    margin-left: 20px;
  }

  .containerolldman {
    grid-row-gap: 20px;
  }

  .card9--golden-age-project {
    width: 150%;
  }

  .background-video-2 {
    object-fit: cover;
  }

  .hero_img {
    margin-top: -67px;
    margin-left: auto;
    padding-top: 23px;
    position: static;
    bottom: 31%;
  }

  .sectionunplaceimagedesk {
    z-index: -8;
    position: relative;
  }

  .earthhdesk {
    padding-top: 0;
  }

  .wrapperunfplace {
    width: 100%;
  }

  .sectiongrid2unfplace {
    margin-top: 162px;
  }

  .secctionunfamilerplacetitle-2 {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .text-block-54 {
    width: 80%;
    padding-right: 0;
  }

  .eu-event-form-recipebook-warrperer {
    justify-content: center;
    width: 568px;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .image-27 {
    width: 510px;
    height: 240px;
  }

  .checkbox-label-3 {
    text-align: right;
  }

  .un-event-form-recipebook-main-title {
    font-size: 62px;
  }

  .un-event-form-recipebook-hero {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .un-event-form-container-name {
    mix-blend-mode: hard-light;
  }

  .un-event-form-recipebook-hero-disclaimer-warpper {
    width: 510px;
    margin-top: 0;
  }

  .image-29 {
    width: auto;
    margin-top: 0;
  }

  .un-event-form-recipebook-subtitle-1 {
    direction: rtl;
    font-size: 19px;
  }

  .un-event-form-recipebook-hero-top {
    height: 290px;
  }

  .un-event-form-container-phone {
    mix-blend-mode: hard-light;
  }

  .link-block {
    float: none;
    clear: none;
    height: 160px;
    position: relative;
    inset: -200px auto auto;
  }

  .un-event-form-recipebook-subtitle-2 {
    direction: rtl;
    letter-spacing: 0;
    text-indent: 5px;
    column-count: 0;
    margin-top: -1px;
    margin-bottom: 26px;
    padding-top: 8px;
  }

  .un-event-form-container-mail {
    mix-blend-mode: hard-light;
  }

  .un-event-form-container-submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 23px;
  }

  .un-event-form-recipebook-hero-bottom {
    width: 568px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 68px;
    display: block;
  }

  .un-event-form-container-checkbox-warpper {
    align-items: baseline;
  }

  .un-event-form-recipebook-hero-title {
    margin-top: -120px;
  }

  .eu-event-form-recipebook-hero-bottom-contain-plane {
    justify-content: flex-end;
    margin-top: 49px;
    padding-right: 230px;
  }

  .image-28 {
    max-width: 50%;
    margin-top: 14px;
    margin-left: 0;
    margin-right: -228px;
    padding-left: 0;
  }

  .gazaattack-name {
    font-size: 1.3rem;
  }

  .gridgazaattack {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .redlinegazaattack {
    height: 1px;
    margin-bottom: 4px;
  }

  .fallen-image {
    object-position: 50% 0%;
  }

  .imagewrappergazaattack {
    height: 210px;
  }

  .gazaattack-place-age {
    font-size: 1rem;
  }

  .gazaattackfooter {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .container-fallen {
    background-image: linear-gradient(#000 38%, #0000);
    max-width: none;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .fallen-field {
    width: 100%;
    min-height: 40px;
    font-size: 1.1rem;
  }

  .fallen-search {
    flex: 1;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bottom-margin-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }

  .falllen-hero-text-wrap {
    max-width: 23rem;
  }

  .fallen-card {
    min-width: 11rem;
    max-width: 14rem;
  }

  .search-icon {
    opacity: .48;
    bottom: 19%;
    left: 6px;
  }

  .red-mail-link {
    max-width: 9rem;
  }

  .red-mail-link.ml-hide {
    display: flex;
  }

  .html-embed-5 {
    width: 50px;
    height: 30px;
  }

  .scrolltotop-wrap {
    padding-left: 9px;
    padding-right: 9px;
  }

  .scrolltotop-wrap.w--current {
    padding: .5rem 6px 1rem;
    bottom: 0;
  }

  .mobile-hide {
    display: none;
  }

  .clear-icon {
    opacity: .48;
    bottom: 19%;
    left: 6px;
  }

  .link-block-19 {
    display: none;
  }

  .fallen-field-copy {
    width: 100%;
    min-height: 40px;
    font-size: 1.1rem;
  }

  .container-fallen-copy {
    background-image: linear-gradient(#000 38%, #0000);
    max-width: none;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 30px;
  }

  .kiddnaphader {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .scrolltotop-wrapkidnapp-copy {
    padding-left: 9px;
    padding-right: 9px;
  }

  .scrolltotop-wrapkidnapp-copy.w--current {
    padding: .5rem 6px 1rem;
    bottom: 0;
  }

  .button-div-copy {
    width: 40px;
    height: 40px;
    position: absolute;
    inset: 3px auto 0% 3px;
  }

  .clear-icon-copy, .search-icon-copy {
    opacity: .48;
    bottom: 19%;
    left: 6px;
  }

  .text-wrepper-en {
    flex-direction: column;
  }

  .text-block-76 {
    display: none;
  }

  .image-102 {
    width: 10%;
  }

  .content-kidnapp-wrapper-englisdeskh {
    flex-direction: column;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block-3 {
    margin-top: 10px;
  }

  .scrolltotop-wrapkidnapp--en {
    padding-left: 9px;
    padding-right: 9px;
  }

  .scrolltotop-wrapkidnapp--en.w--current {
    padding: .5rem 6px 1rem;
    bottom: 0;
  }

  .kiddnaphader--en {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .text-block-80 {
    text-align: center;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .fallen-search-wissing {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .fallen-field-missing {
    width: 100%;
    min-height: 40px;
    margin-top: auto;
    font-size: 1.1rem;
  }

  .search-icon-missing {
    opacity: .48;
    height: 40px;
    position: static;
    inset: 3px auto 0% 0%;
  }

  .missing-contentus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .red-mail-link-black {
    max-width: 9rem;
    font-size: .8rem;
  }

  .scrolltotop-wrapkidnappwhitr {
    padding-left: 9px;
    padding-right: 9px;
  }

  .scrolltotop-wrapkidnappwhitr.w--current {
    padding: .5rem 6px 1rem;
    bottom: 0;
  }

  .body-15 {
    font-size: 16px;
  }

  .murdered-fallens-war {
    position: relative;
  }

  .text-block-86 {
    font-size: 13px;
    line-height: 13px;
  }

  .wrapper-wardata {
    width: 99.9999%;
  }

  .wrapper-alerts-war {
    width: 60%;
  }

  .text-block-92 {
    font-size: 18px;
  }

  .wrapper-war-component-desk {
    display: block;
  }

  .wrapper-war-component-mobile {
    width: 640px;
    display: none;
  }

  .image-109 {
    inset: -42px auto 0% -4%;
  }

  .wrapper--alerts-war {
    width: 60%;
  }

  .lastweek-text-war {
    font-size: 18px;
  }

  .murderanffulltitle, .murderandfall_link, .kidnappstory-title {
    padding-right: 5px;
  }

  .textblockblack-850war {
    font-size: 17px;
    line-height: 16px;
  }

  .text-block-102, .text-block-103, .text-block-104 {
    font-size: 18px;
    line-height: 17px;
  }

  .text-block-105 {
    font-size: 45px;
  }

  .image-111 {
    left: -3%;
  }

  .text-block-107 {
    font-size: 16px;
    line-height: 16px;
  }

  .textblockblack-850war-copy {
    font-size: 17px;
    line-height: 16px;
  }

  .text-block-108 {
    padding-left: 0;
    font-size: .7rem;
    line-height: .7rem;
  }

  .wrapper--donations-desk, .wrapper--donations-mobile {
    width: 143.263px;
  }

  .pop_ap_condicinal, .formtremsup {
    width: auto;
  }

  .wrapper_text_updatetable {
    flex-direction: row;
    justify-content: space-between;
  }

  .wrapper_textaboutthetable {
    width: 50%;
    font-size: .7rem;
  }

  .link_to_redmail, .bold-text-49 {
    font-size: .9rem;
  }

  .wrapper-memorialcandle-termsofuse {
    align-items: stretch;
  }

  .title-merder-fall-termsofuse {
    font-size: 16px;
  }

  .wrapper-wardata-termsofuse {
    width: 99.9999%;
  }

  .text-block-111 {
    font-size: .8rem;
  }

  .horizontal--line-red {
    width: 10%;
  }

  .wrapper_volunteer_assistance {
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ga-navbar---helpwar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tags-wrapperall {
    flex-direction: column;
    display: none;
  }

  .collection-list-wrapper-5 {
    width: 100%;
  }

  .fallen-search-helpwar {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-divhelpwar {
    width: 40px;
    height: 40px;
    position: absolute;
    inset: 3px auto 0% 3px;
  }

  .search-icon-helpwarcopy {
    opacity: .48;
    height: 40px;
    position: static;
    inset: 3px auto 0% 0%;
  }

  .fallen-field-helpwarcopy {
    width: 100%;
    min-height: 40px;
    margin-top: auto;
    font-size: 1.1rem;
  }

  .scrolltotop-wrapper-help-war-voulnteir {
    padding-left: 9px;
    padding-right: 9px;
  }

  .scrolltotop-wrapper-help-war-voulnteir.w--current {
    padding: .5rem 6px 1rem;
    bottom: 0;
  }

  .ynet-creative-studio-header-logo {
    display: flex;
  }

  .ynet-creative-studio-header-logo-mobile {
    display: none;
  }

  .ynet-creative-studio-project-warpper {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: start center;
    place-items: center stretch;
    width: 100%;
    padding-right: 20px;
    display: flex;
  }

  .ynet-creative-studio-scrolltotop-wrap {
    padding-left: 9px;
    padding-right: 9px;
  }

  .ynet-creative-studio-scrolltotop-wrap.w--current {
    padding: .5rem 6px 1rem;
    bottom: 0;
  }

  .ya-brand-landing {
    height: 90svh;
  }

  .ya-ark-head-back {
    border-radius: 40px;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .ya-ark-head-crop {
    border-radius: 0 0 40px 40px;
    width: 80px;
    height: 100px;
  }

  .ya-ark-background-video {
    perspective-origin: 0%;
    transform-origin: 0%;
    width: 200%;
    height: 100%;
    margin-right: -100%;
  }

  .ya-brand-seclogo {
    width: 70px;
  }

  .ya-brand-credit {
    padding: 3px 6px 5px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .ya-ark-h2 {
    text-align: center;
    margin-bottom: 6px;
    font-size: 1rem;
    line-height: .7rem;
  }

  .ya-ark-box-right {
    width: 85%;
    margin-left: 0%;
  }

  .ya-ark-close {
    margin-top: 0;
    margin-bottom: 0;
    inset: 0 auto auto;
  }

  .ya-brand-land-box {
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .ya-brand-head-box {
    margin-bottom: 5%;
  }

  .ya-brand-h1 {
    letter-spacing: -2px;
    margin-left: auto;
    font-size: 5rem;
    line-height: 3.2rem;
  }

  .ya-brand-h1.gallerya {
    letter-spacing: -2px;
    font-size: 4rem;
    line-height: 3rem;
  }

  .ya-ark-box-left {
    border-top: 2px solid #fff3;
    border-right-style: none;
    border-right-width: 0;
    width: 85%;
  }

  .ya-brand-yedlogo {
    width: 92px;
  }

  .ya-brand-yedlogo.gallerya {
    width: 80px;
  }

  .ya-ark-sec {
    width: 100vw;
  }

  .ya-brand-date {
    letter-spacing: 2px;
    margin-top: 3px;
    font-size: .7rem;
    line-height: .5rem;
  }

  .ya-brand-h2 {
    letter-spacing: 0;
    width: 18ch;
    margin-left: auto;
    font-size: 1.4rem;
    line-height: 1.3rem;
  }

  .ya-brand-h2.gallerya {
    width: 100%;
    margin-right: auto;
    line-height: 1.4rem;
  }

  .ya-ark-qu {
    text-align: center;
    text-indent: 0;
    width: 80%;
    max-width: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 2.2rem;
    line-height: 1.8rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .ya-ark-h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6rem;
  }

  .ya-ark-box {
    flex-direction: column;
    width: 100%;
  }

  .ya-ark-head-wrap {
    flex-direction: column;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .ya-brand-date-box {
    margin-right: 6px;
  }

  .ya-brand-header-box {
    width: 90%;
  }

  .ya-brand-header-share-link {
    font-size: .6em;
    line-height: .6em;
  }

  .ya-brand-header-bar {
    border-bottom-width: .5px;
  }

  .ya-brand-header-bar.ya-24 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .ya-brand-header-share-icon {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }

  .ya-brand-header-share-icon.work {
    width: 18px;
    height: 18px;
  }

  .ya-brand-header {
    height: 40px;
  }

  .ya-brand-footer-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ya-brand-footer-endcredits {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .ya-brand-footer-box {
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: center;
  }

  .ya-brand-footer-yedlogo {
    width: 140px;
    margin-bottom: 20px;
  }

  .ya-brand-footer-txt.rights {
    letter-spacing: .6px;
    margin-left: auto;
    padding-right: 0;
  }

  .ya-brand-footer-links {
    margin-right: 0;
  }

  .wrapper-wardata-flag-murder {
    width: 99.9999%;
  }

  .ya-24-recs-header-lott {
    width: 66px;
    height: 81px;
    margin-left: 8px;
  }

  .ya-24-recs-header-txt-h {
    margin-bottom: 6px;
    font-size: 2.8rem;
    line-height: 1.8rem;
  }

  .ya-24-recs-header-24logo {
    width: 40px;
    height: 24px;
  }

  .ya-24-recs-item-head-txt-stars {
    perspective-origin: 100%;
    transform-origin: 100%;
    margin-top: -1vw;
  }

  .ya-24-recs-item-head-txt-h1 {
    margin-bottom: 1vw;
  }

  .ya-24-recs-item-head-txt-genre-box {
    margin-bottom: 10px;
  }

  .ya-24-recs-item-body {
    border-radius: 0;
    width: 100%;
    margin-top: 3px;
    margin-right: 0;
  }

  .ya-24-recs-item-head {
    width: 100%;
    padding-top: 36px;
    position: relative;
  }

  .ya-24-recs-item-head-txtbox {
    border-top-right-radius: 30px;
    align-items: flex-start;
  }

  .ya-24-recs-item-head-img {
    width: 100%;
  }

  .ya-24-recs-item-sec {
    margin-bottom: 20px;
  }

  .ya-24-recs-item-head-txt-h2 {
    margin-top: 1vw;
    margin-bottom: 2vw;
    overflow: hidden;
  }

  .ya-24-recs-item-head-txt-genre {
    border-bottom-width: 2px;
    font-size: 1rem;
    line-height: .9rem;
  }

  .ya-24-recs-item-head-writer-wrap {
    left: 0;
  }

  .ya-24-recs-item-head-imgbox {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .ya-24-recs-item {
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }

  .ya-hro-land-header-yedlogobox {
    top: -35px;
  }

  .ya-hro23-item-text-h1.big {
    font-size: 8vw;
    line-height: 7vw;
  }

  .ya-hro23-land-logo-txt {
    letter-spacing: -2px;
    font-size: 4rem;
    line-height: 2.4rem;
  }

  .ya-hro-land-header-yedlogo {
    width: 130px;
  }

  .ya-hro23-item-text-h2.big {
    font-size: 1.3rem;
    line-height: .8rem;
  }

  .ya-hro23-land-logo-lot {
    width: 38px;
    margin-bottom: -30px;
  }

  .ya-hro23-landing-box {
    margin-top: 20vh;
  }

  .ya-hro23-item-rtf {
    width: 90%;
  }

  .ya-hro23-item-h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .ya-hro23-land-h1 {
    font-size: .95em;
  }

  .ya-hro23-land-h1.mb-show {
    display: none;
  }

  .ya-hro23-item-box {
    width: 100%;
  }

  .ya-hro23-items-sec {
    margin-top: 40vh;
  }

  .ya-hro23-items-wrap {
    width: 100%;
  }

  .ya-hro23-item-image-credit {
    width: 90%;
  }

  .wrapper-alerts-war-copy-kidnapp {
    width: 60%;
  }

  .wrapper-war-component-mobilekidnapppic-copy-copy {
    width: 640px;
    display: none;
  }

  .ya-hro23-items-wrap-ci {
    width: 85%;
  }

  .text-block-86-moses {
    font-size: 13px;
    line-height: 13px;
  }

  .ya-ednat-content {
    margin-left: auto;
    margin-right: auto;
  }

  .ya-cfu-content-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .ya-cfu-land-frame {
    width: 90%;
  }

  .yay-header-pos {
    background-color: #fff0;
    background-image: linear-gradient(#fff, #fffc);
  }

  .yay-header-share-box {
    width: 60px;
  }

  .yay-lheader-ynetlogo {
    width: 60px;
    height: 25px;
  }

  .yay-lheader-yedlogo {
    width: 140px;
    height: 20px;
  }

  .open-sentance-sportevent2024-2 {
    font-size: 14px;
  }

  .textblock-subtitle-spoetevents2024 {
    font-size: 12px;
    line-height: 16px;
  }

  .war-pop-up-text {
    font-size: 13px;
    line-height: 13px;
  }

  .image-109--flagwar-popap-image {
    inset: -42px auto 0% -4%;
  }

  .ya-brand-header-2 {
    min-height: 30px;
  }

  .ya-brand-header-2.ya-24 {
    height: 40px;
  }

  .ya-brand-header-mobilebar-2 {
    display: block;
  }

  .ya-brand-header-mobilebar-2._24 {
    background-image: linear-gradient(#b40821, #b4082180);
  }

  .wrapper-all-sportevent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-fallen-copy {
    background-image: linear-gradient(#000 38%, #0000);
    max-width: none;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .bottom-margin-30-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }

  .fallen-search-copy {
    flex: 1;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-war-component-desk-clock-copy {
    display: block;
  }

  .event-sport-rightsidewrapper-3 {
    align-items: center;
    width: auto;
    max-width: none;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-war-component-mobilekidnapppic-copy-copy-copy-clock {
    width: 640px;
    display: none;
  }

  .sportevent2024-hader {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .peb-wrapper-sport-event2024-janu-tryarycopy-copy-copy-copy {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form-block-2--feb {
    width: 100%;
  }

  .tab-pane-tab-2-2 {
    width: auto;
  }

  .tabs-sport-event2024 {
    width: 600px;
    max-width: 100%;
  }

  .text-block-169 {
    font-size: .9rem;
    line-height: 1;
  }

  .mov_pic_next24 {
    align-items: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .small_title_down {
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon_next24 {
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-12 {
    width: 500px;
    height: 280px;
  }

  .image-153 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .small-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .gallery_next_24 {
    max-width: 100%;
  }

  .img_logonext24 {
    display: block;
  }

  .img_logonext24._1 {
    display: none;
  }

  .img_logonext24._2 {
    display: block;
  }

  .page2_next24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .logo_ynet_24 {
    margin-bottom: 20px;
  }

  .header_next_24 {
    position: static;
  }

  .number_24next {
    width: 500px;
  }

  .down_text_credit_24 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .bigtext {
    width: auto;
  }

  .page1_next24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 500px;
    max-width: none;
  }

  .box_text24, .paragraph-11._1 {
    width: 500px;
  }

  .text-block-171 {
    width: auto;
    line-height: 11px;
  }

  .text-block-172 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

  .line {
    color: #eadb9a00;
    font-size: 10px;
    line-height: 10px;
  }

  .big_text24 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    align-items: center;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .textblock-subtitle-spoetevents2024-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .wrappermaintitle-sportevent-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mezuke-project-text-warp {
    width: 80%;
  }

  .image-160 {
    margin-top: 51px;
    margin-bottom: 51px;
  }

  .ya-brand-credit-2 {
    padding: 3px 6px 5px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .ya-brand-text-box-2 {
    width: 60%;
  }

  .ya-gallerya-land-txt {
    width: 90%;
    max-width: 480px;
  }

  .ya-brand-date-2 {
    letter-spacing: 2px;
    margin-top: 3px;
    font-size: .7rem;
    line-height: .5rem;
  }

  .ya-brand-date-2.gallerya {
    font-size: 9px;
  }

  .ya-gallerya-item-img {
    max-width: 160%;
    min-height: 60vh;
  }

  .text-block-181 {
    font-size: 25px;
  }

  .section-7 {
    margin-top: 106px;
    margin-bottom: 106px;
  }

  .ya-brand-header-yedlogo-link {
    height: 28px;
  }

  .section2-redmail {
    width: 100%;
  }

  .main-title-redmail {
    font-size: 36px;
    line-height: 6px;
  }

  .main-p-redmail {
    width: auto;
  }

  .wrp-content-redmail {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bk-image-redmail {
    margin-left: auto;
    margin-right: auto;
  }

  .wrp-all-msg-06-30-07-00, .wrp-all-msg-09-00-10-00, .wrp-all-msg-07-00-08-00, .wrp-all-msg-08-00-09-00, .wrp-all-msg-11-00-12-00, .wrp-all-msg-10-00-11-00, .wrp-all-msg-12-00-13-00, .wrp-all-msg-17-00-18-00, .wrp-all-msg-13-00-14-00, .wrp-all-msg-14-00-15-00, .wrp-all-msg-15-00-16-00, .wrp-all-msg-18-00-19-00, .wrp-all-msg-19-00-20-00, .wrp-all-msg-16-00-17-00 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section2-redmail-title {
    flex-direction: column;
    width: 100%;
  }

  .main-title-redmail-big {
    margin-top: 11px;
    font-size: 150px;
    line-height: 106px;
  }

  .main-title-redmail-small {
    font-size: 46px;
    line-height: 31px;
  }

  .main-p-redmail-copy {
    width: auto;
  }

  .wrp-sticky-clock-houers {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 12%;
  }

  .wrp-all-mag-containr-redmail {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 88%;
    margin-left: auto;
    margin-right: 70px;
    display: flex;
  }

  .scrolltotop-redmail {
    padding-left: 9px;
    padding-right: 9px;
  }

  .scrolltotop-redmail.w--current {
    padding: .5rem 6px 1rem;
    bottom: 0;
  }

  .div-block-117 {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .wrp-all-msg-23-00-24-00, .wrp-all-msg-24-00-01-00, .wrp-all-msg-22-00-23-00, .wrp-all-msg-21-00-22-00, .wrp-all-msg-01-00-06-00, .wrp-all-msg-20-00-21-00 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footet_text_credits {
    line-height: 1.2;
  }

  .faq-body {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .faq-3 {
    align-self: center;
    padding-left: 96px;
    padding-right: 96px;
  }

  .faq-p {
    flex-direction: column;
    justify-content: center;
    width: 380px;
  }

  .faq-body-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    display: flex;
  }

  .faq-answer {
    width: 380px;
    font-size: 17px;
  }

  .ya-footer-2024-box {
    padding-top: 20px;
  }

  .ya-7d-blt-head-h1 {
    font-size: 4em;
  }

  .ya--header-ynet_logo {
    height: 1.5em;
  }

  .ya-7d-blt-txt-rtf h1 {
    text-indent: -29%;
  }

  .ya-7d-blt-head-h2 {
    font-size: 1.3em;
  }

  .ya-footer-2024-txtlink {
    font-size: 11px;
  }

  .ya-7d-blt-img-credit {
    font-size: .9em;
  }

  .ya-footer-2024-yedlogo {
    width: 120px;
    margin-bottom: 0;
  }

  .navbar-report {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ya-7d-wls-container, .ya-7d-article-headbox {
    width: 90%;
  }

  .ynet-mekomiot-counter-image-warp, .ynet-mekomiot-counter-title-warp, .ynet-mekomiot-counter-buttons-warp, .ynet-mekomiot-counter-image-warp-2, .ynet-mekomiot-counter-title-warp-2, .ynet-mekomiot-counter-buttons-warp-2 {
    display: none;
  }

  .div-block-133 {
    max-width: 84vw;
  }

  .image-188 {
    width: 2.7rem;
    height: 2.7rem;
  }

  .image-189 {
    width: 3.9rem;
    height: 1.5rem;
  }

  .text-block-198, .text-block-199 {
    font-size: 1.2rem;
  }

  .ynet-commercial-search {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .ynet-field-commercial {
    width: 100%;
    min-height: 40px;
    margin-top: auto;
    font-size: 1.1rem;
  }

  .button-div-copy-2 {
    width: 40px;
    height: 40px;
    position: absolute;
    inset: 3px auto 0% 3px;
  }

  .search-icon-commercial {
    opacity: .48;
    height: 40px;
    position: static;
    inset: 3px auto 0% 0%;
  }

  .ynet-projects-search {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .ynet-field-projects {
    width: 100%;
    min-height: 40px;
    margin-top: auto;
    font-size: 1.1rem;
  }

  .search-icon-projects {
    opacity: .48;
    height: 40px;
    position: static;
    inset: 3px auto 0% 0%;
  }

  .ycar-image-1, .ycar-image-2, .ycar-image-2-copy {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    inset: 0% 0 0% 0%;
  }

  .ynet-brand-header-share-icon {
    height: 30px;
  }

  .ynet-header-top-links {
    display: none;
  }

  .ynet-header-top-links.share {
    grid-column-gap: 6px;
    align-self: center;
    height: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .ynet-brand-header-share-link-2 {
    font-size: .6em;
    line-height: .6em;
  }

  .ynet_logo_header_link {
    width: 80px;
  }

  .ynet-header-top {
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-top: 0;
  }

  .ynet-brand-header-share-box-2 {
    grid-column-gap: 8px;
    display: none;
  }

  .ynet-header-sticky {
    display: none;
    position: static;
  }

  .kdnpd-margins {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kdnpd-headings {
    padding-top: 20px;
  }

  .kdnpd-headings-sort {
    flex-flow: row;
    height: auto;
    padding-top: 20px;
    position: static;
  }

  .kdnpd-headings-h3 {
    text-wrap: balance;
    width: 87%;
    font-size: 18px;
    line-height: 24px;
  }

  .kdnpd-headings-h1 {
    font-size: 80px;
  }

  .kdnpd-headings-headline {
    margin-bottom: 20px;
  }

  .kdnpd-headings-h2 {
    height: 60px;
  }

  .image-195 {
    width: auto;
    max-width: none;
    height: 60px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .kdnpd-headings-h2-txt {
    letter-spacing: -1px;
    font-size: 50px;
  }

  .kdnpd-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .kdnpd-item {
    width: 250px;
    height: 360px;
  }

  .kdnpd-headings-searchfield {
    border-radius: 0;
    width: 100%;
  }

  .kdnpd-headings-sort-search {
    margin-bottom: 20px;
  }

  .div-block-140 {
    font-size: 14px;
  }

  .kdnpd-headings-sort-form {
    flex-flow: wrap;
    font-size: 16px;
  }

  .ynet-inlineshre, .kdnpd-sort-logo, .ynet-footer-social {
    display: none;
  }

  .div-block-142 {
    justify-content: center;
    align-items: center;
  }

  .kndnpd-navbar {
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    top: 50px;
  }

  .kdnpd-headings-headline-inpage {
    margin-bottom: 0;
  }

  .kdnpd-headings-h1-wrap-inpage {
    justify-content: flex-start;
    align-items: center;
    margin-left: 5px;
    display: flex;
  }

  .kdnpd-headings-h2-inpage {
    height: auto;
  }

  .kdnpd-headings-h1-inpage {
    margin-left: 0;
    font-size: 5vw;
  }

  .image-195--inpage {
    width: auto;
    max-width: none;
    height: 5.5vw;
    margin-left: 2px;
    margin-right: 2px;
  }

  .kdnpd-headings-h2-txt-inpage {
    letter-spacing: -1px;
    font-size: 5vw;
  }

  .kdnpd-person-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 100px;
  }

  .kdnpd-person-txtwrap {
    width: 65%;
  }

  .kdnpd-person-name-h1 {
    line-height: 110%;
  }

  .kdnpd-person-sub {
    font-size: 20px;
  }

  .kdnpd-person-name-wrap {
    flex-flow: wrap;
    display: flex;
  }

  .kdnpd-person-imgswrap {
    width: 25%;
  }

  .fs_prevnext_block {
    width: 60px;
  }

  .div-block-147 {
    margin-bottom: -70px;
    top: 106px;
  }

  .text-block-211 {
    font-size: 14px;
  }

  .div-block-144-2-2 {
    height: 36px;
  }

  .image-199 {
    height: 18px;
  }

  .div-block-145-2-2 {
    width: 18px;
    height: 18px;
    margin-left: 4px;
  }

  .image-200 {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }

  .div-block-146-2-2 {
    height: 60px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    object-fit: contain;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-39 {
    display: none;
  }

  .navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .link-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .navigation-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex: 1;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fit, 263px);
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    justify-items: center;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .sharing-button.facebook.full-blue, .sharing-button.mail.full-blue, .sharing-button.whatsapp.full-blue, .sharing-button.instagram.full-blue, .sharing-button.twiiter.full-blue {
    width: 28px;
    height: 28px;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.cc-contact-us.mobile {
    margin: 20px 47px;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .html-embed {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: static;
    top: 20px;
  }

  .paragraph-4 {
    text-align: center;
    border-right-style: none;
    padding-right: 0;
    font-size: 19px;
    line-height: 28px;
    display: block;
  }

  .section-3 {
    grid-column-gap: 9px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-3.laisha {
    min-height: 0;
    margin-bottom: 20px;
    display: block;
  }

  .photo {
    display: none;
  }

  .bold-text-headling {
    text-align: center;
    margin-top: 34px;
    font-size: 87px;
    line-height: 80px;
  }

  .bold-text-27 {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .heading {
    align-self: center;
    width: auto;
    padding: 14px 0;
    font-size: 74px;
    display: block;
  }

  .heading.hero {
    text-align: center;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 70px;
    line-height: 70px;
    display: block;
  }

  .heading.paragraph {
    float: none;
    text-align: right;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 40px;
    line-height: 38px;
    display: block;
    position: static;
    left: 0;
  }

  .heading.paragraph.section {
    text-align: right;
    background-color: #0000;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .heading.paragraph.section.riv {
    font-size: 32px;
    line-height: 42px;
  }

  .heading.paragraph.section.miri {
    font-size: 36px;
  }

  .heading.paragraph.section.neta {
    direction: rtl;
    text-align: right;
    align-items: flex-end;
    font-size: 34px;
    line-height: 42px;
    display: block;
  }

  .heading.paragraph.section.hana {
    font-size: 32px;
    line-height: 42px;
  }

  .heading.paragraph.section.rita {
    align-items: flex-end;
    font-size: 30px;
    line-height: 42px;
  }

  .heading.paragraph.section.orn {
    font-size: 32px;
    line-height: 42px;
  }

  .heading.paragraph.section.aya {
    align-items: flex-end;
    font-size: 34px;
    line-height: 42px;
  }

  .heading.paragraph.section.nunu {
    font-size: 29px;
  }

  .heading.paragraph.section.shani {
    font-size: 34px;
    line-height: 42px;
  }

  .heading.paragraph.section.marsel {
    font-size: 33px;
    line-height: 40px;
  }

  .heading.paragraph.section.sivan {
    align-items: flex-start;
    font-size: 34px;
    line-height: 42px;
    display: block;
  }

  .heading.paragraph.section.kira {
    font-size: 30px;
    line-height: 38px;
  }

  .heading.paragraph.section.lena {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.paragraph.section.eden {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.paragraph.section.nili {
    font-size: 32px;
    line-height: 42px;
  }

  .heading.paragraph.section.tzroia {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.paragraph.section.juzi {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.paragraph.section.val {
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .heading.paragraph.section.adi {
    font-size: 34px;
    line-height: 46px;
    display: block;
  }

  .heading.paragraph.section.savion {
    font-size: 34px;
    font-weight: 400;
    line-height: 44px;
  }

  .heading.paragraph.section.dalia {
    font-size: 32px;
    line-height: 44px;
  }

  .heading.paragraph.section.noa {
    max-width: none;
    font-size: 30px;
    line-height: 40px;
  }

  .heading.paragraph.section.yehudit {
    font-size: 31px;
    line-height: 41px;
  }

  .heading.paragraph.section.tzupit {
    font-size: 31px;
    line-height: 40px;
  }

  .heading.paragraph.section.rina {
    font-size: 32px;
    line-height: 42px;
  }

  .heading.paragraph.section.dikl {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.paragraph.section.yadena {
    font-size: 30px;
  }

  .heading.paragraph.section.shlo {
    font-size: 34px;
    line-height: 42px;
  }

  .heading.paragraph.section.si {
    font-size: 34px;
    line-height: 44px;
  }

  .heading.paragraph.section.dana {
    font-size: 34px;
    line-height: 42px;
  }

  .heading.paragraph.section.karoli {
    font-size: 32px;
    line-height: 42px;
  }

  .heading.paragraph.section.ilanit {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.paragraph.section.norit {
    font-size: 29px;
    line-height: 38px;
  }

  .heading.paragraph.section.tamar {
    font-size: 31px;
    line-height: 41px;
  }

  .heading.paragraph.section.daf {
    font-size: 34px;
    line-height: 42px;
  }

  .heading.paragraph.section.lea {
    font-size: 36px;
    line-height: 45px;
  }

  .heading.paragraph.section.idit {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.paragraph.section.din {
    font-size: 30px;
    line-height: 42px;
  }

  .heading.paragraph.section.sand {
    font-size: 33px;
    line-height: 40px;
  }

  .heading.paragraph.section.zehava {
    font-size: 30px;
    line-height: 38px;
  }

  .heading.paragraph.section.pnina {
    font-size: 34px;
    line-height: 42px;
  }

  .heading.paragraph.section.yardena {
    font-size: 29px;
    line-height: 37px;
    display: block;
  }

  .heading.paragraph.section._4 {
    font-size: 32px;
    line-height: 42px;
  }

  .heading.paragraph.section.small.yael {
    font-size: 34px;
    line-height: 42px;
  }

  .heading.paragraph.section.dalit {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.paragraph.section.galia {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.paragraph.section.adis {
    font-size: 32px;
    line-height: 42px;
  }

  .heading.paragraph.section.tzipi {
    font-size: 30px;
  }

  .subtext {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    position: static;
  }

  .social-icons {
    display: none;
  }

  .social-icons.section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    grid-auto-columns: 2fr;
    justify-content: flex-start;
    display: flex;
  }

  .listening {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: .5fr 38px;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .credit-video {
    margin-top: 5px;
    font-size: 12px;
  }

  .credit-video.padding.odaaia._1.eti {
    margin-bottom: 0;
  }

  .photo-section {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    grid-auto-columns: 1.5fr;
    margin: 100px 10px;
  }

  .photo-section.wide {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    grid-template-rows: .25fr .25fr min-content min-content;
    padding-top: 20px;
  }

  .photo-section.wide.michal {
    grid-row-gap: 20px;
    grid-template-rows: .5fr auto;
    grid-template-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .photo-section.wide.michal.laisha {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .photo-section.wide.spotify-small {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto min-content;
    grid-auto-rows: min-content;
  }

  .photo-section.wide.spotify-small.yehudit {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .photo-section.wide.spotify-small.tzufit {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .photo-section.hana {
    grid-template-rows: 472px auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .photo-section.shani {
    grid-template-rows: .75fr 1.5fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .photo-section.shani.gali {
    grid-template-rows: 2.25fr 4.25fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .photo-section.tzruia {
    grid-template-rows: 45vh .5fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .photo-section.valary {
    grid-template-columns: 17.5fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .photo-section.tzipis {
    grid-template-rows: 50vh .25fr;
    margin-top: 100px;
  }

  .photo-section.tzipis._1 {
    grid-template-rows: 1fr .25fr;
    grid-template-columns: 1.5fr;
  }

  .photo-section.etti {
    grid-template-rows: 3fr 5.5fr;
    grid-template-columns: 16.5fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .photo-section.savion {
    grid-template-rows: 1fr 0fr;
  }

  .photo-section.yona {
    grid-template-rows: 40vh auto;
  }

  .photo-section.raya {
    grid-template-rows: 45vh 0fr;
    margin-top: 100px;
  }

  .photo-section._2 {
    grid-template-rows: 3fr 4fr;
    margin-bottom: 100px;
  }

  .photo-section.dana {
    grid-template-rows: 1fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .photo-section.rahel {
    grid-template-rows: 1fr 1fr;
  }

  .photo-section.pnina {
    grid-row-gap: 8px;
    grid-template-rows: 1fr;
    grid-auto-rows: 0fr;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .photo-section.yael {
    grid-template-rows: 1fr auto;
  }

  .link {
    font-size: 15px;
  }

  .div-block-30 {
    padding-top: 0;
    padding-left: 0;
  }

  .bold-text-4 {
    margin-top: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-4._2 {
    font-size: 32px;
    line-height: 42px;
  }

  .bold-text-4.riv {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.right {
    text-align: left;
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.right.neta {
    line-height: 40px;
  }

  .bold-text-4.right.hana {
    font-size: 36px;
    line-height: 43px;
  }

  .bold-text-4.right._1.nunu {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-4.noam {
    text-align: left;
    font-size: 34px;
    line-height: 44px;
  }

  .bold-text-4.orna {
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-4.nas {
    margin-top: 5px;
    font-size: 33px;
    line-height: 38px;
  }

  .bold-text-4.mid {
    text-align: left;
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .bold-text-4.mid.yuval {
    font-size: 33px;
    line-height: 41px;
  }

  .bold-text-4.mid.yuval._1 {
    text-align: left;
    justify-content: flex-start;
    margin-top: 5px;
    font-size: 32px;
    line-height: 40px;
    display: block;
  }

  .bold-text-4.rita {
    align-self: auto;
    font-size: 34px;
  }

  .bold-text-4.left {
    margin-top: 8px;
    font-size: 33px;
    line-height: 39px;
  }

  .bold-text-4.left.small {
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-4.left.marsel {
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-4.left.dana {
    font-size: 32px;
    line-height: 38px;
  }

  .bold-text-4.left.pnina {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.left._1.dalit {
    margin-top: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.ricki {
    font-size: 33px;
    line-height: 40px;
  }

  .bold-text-4.kira {
    margin-top: 0;
  }

  .bold-text-4.tzipi {
    margin-top: 5px;
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-4.eden {
    font-size: 34px;
    line-height: 44px;
  }

  .bold-text-4.tzroia {
    font-size: 32px;
    line-height: 41px;
  }

  .bold-text-4.val {
    font-size: 32px;
    line-height: 42px;
  }

  .bold-text-4.linoy {
    margin-top: 0;
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-4.big {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.yona {
    font-size: 30px;
    line-height: 38px;
  }

  .bold-text-4._1.roti {
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-4.raya {
    margin-top: 5px;
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.rina {
    margin-top: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .bold-text-4.dikla {
    margin-top: 5px;
    font-size: 34px;
    line-height: 42px;
  }

  .bold-text-4.shlo {
    font-size: 32px;
  }

  .bold-text-4.yar {
    font-size: 28px;
    line-height: 37px;
  }

  .bold-text-4._4 {
    font-size: 28px;
    line-height: 40px;
  }

  .bold-text-4.karo {
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-4.karo._1.nor {
    font-size: 32px;
  }

  .bold-text-4.karo._3 {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.shafita {
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-4.hav {
    font-size: 34px;
    line-height: 40px;
  }

  .bold-text-4.daf {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.tamar {
    font-size: 31px;
    line-height: 40px;
  }

  .bold-text-4.zehava {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-4._5 {
    font-size: 32px;
  }

  .bold-text-4.small.yael {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-4.efrat, .bold-text-4.galia {
    font-size: 30px;
    line-height: 40px;
  }

  .section-image.wide {
    width: 100%;
  }

  .heading-4 {
    color: var(--color);
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-4.noam {
    padding-right: 0;
  }

  .heading-4.photo._12._1 {
    margin-bottom: 0;
  }

  .heading-4.photo._6 {
    margin-right: 0;
  }

  .heading-4.photo._13 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-4.photo._7 {
    color: #0b409c;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-4.photo._11 {
    margin-bottom: 15px;
  }

  .heading-4.photo._8 {
    color: var(--ynet-blue);
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-4.photo._2 {
    margin-bottom: 0;
  }

  .heading-4.photo.rahel._1 {
    margin-top: 0;
    margin-right: 0;
  }

  .heading-4.photo._10.ahi {
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-4.left {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-4.left._1 {
    margin-bottom: 10px;
  }

  .divider-small.song-section {
    background-color: #0b409c;
    margin-top: 0;
    margin-left: 191px;
    margin-right: 0;
  }

  .divider-small.song-section._5 {
    margin-left: 134px;
  }

  .divider-small.song-section._4 {
    margin-left: 63px;
  }

  .divider-small.duble-section {
    margin-left: 165px;
  }

  .divider-small._5 {
    background-color: #0b409c;
    margin-left: 111px;
  }

  .divider-small.bold-text-6 {
    margin-left: 200px;
  }

  .divider-small._2 {
    margin-left: 0;
  }

  .divider-small._1 {
    margin-left: 107px;
  }

  .divider-small._3 {
    background-color: #0b409c;
    margin-left: 187px;
  }

  .block-quote {
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    display: block;
  }

  .block-quote.small {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .block-quote._1 {
    margin-bottom: 10px;
  }

  .listen {
    width: 28px;
    height: 28px;
  }

  .name-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .social-section {
    grid-column-gap: 7px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .social-section.small {
    padding-top: 0;
  }

  .text-span-8 {
    font-size: 32px;
  }

  .long-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: .25fr .25fr auto;
    grid-template-columns: 1.5fr;
    margin: 100px 10px;
  }

  .long-section.savyon.juzi {
    grid-row-gap: 30px;
    grid-template-rows: .25fr .75fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .long-section.savyon.juzi.laisha {
    grid-template-rows: .25fr;
  }

  .long-section.rita.aya {
    grid-row-gap: 30px;
    grid-template-rows: .25fr auto;
    grid-template-columns: 3.5fr;
    margin-top: 100px;
  }

  .long-section.ricki {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .long-section.lena {
    grid-template-rows: .25fr;
  }

  .long-section.duble {
    grid-row-gap: 30px;
    grid-template-rows: 0fr .5fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .long-section.duble.karolina {
    grid-row-gap: 30px;
    grid-template-rows: .25fr .5fr;
  }

  .long-section.duble.ruti {
    grid-row-gap: 30px;
  }

  .long-section.dalia.noa {
    grid-row-gap: 30px;
    margin-top: 100px;
  }

  .div-block-16, .div-block-16.padding {
    margin-top: 0;
  }

  .div-block-16.aya {
    padding-left: 0;
  }

  .div-block-33.nili {
    padding-right: 0;
  }

  .div-block-33.ilanit {
    border-left-style: none;
    padding-left: 0;
  }

  .fluid-video, .fluid-video.small {
    margin-top: 0;
    margin-right: 0;
  }

  .youtube-section {
    margin-top: 28px;
    top: -316px;
  }

  .youtube-section.small {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    position: static;
  }

  .youtube-section.small.neta {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .youtube-section.small.neta.laisha {
    grid-template-columns: 1fr;
  }

  .youtube-section.small.nunu {
    grid-row-gap: 20px;
    grid-template-rows: .25fr;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .youtube-section.small.haviva {
    grid-template-rows: auto auto;
    align-content: start;
    margin: 100px 10px;
  }

  .youtube-section.small.yuval {
    margin: 100px 10px;
  }

  .div-block-27 {
    border-top-style: none;
  }

  .div-block-27.nunu {
    border-top-style: none;
    border-left-style: none;
  }

  .div-block-27.yuval {
    border-left-style: none;
    padding-left: 0;
  }

  .photo-div.hava {
    background-size: cover;
    margin-bottom: 20px;
  }

  .photo-div.leas {
    margin-bottom: 20px;
  }

  .photo-div.lea, .photo-div.adi._4 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .photo-div.linoi {
    background-size: cover;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .photo-div.yona {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .photo-div.yona._2 {
    background-size: cover;
  }

  .photo-div.yafa {
    background-position: 50%;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
  }

  .photo-div.odaia {
    background-image: url('../images/RU0350504.png');
  }

  .photo-div.rahel {
    margin-bottom: 25px;
    margin-right: 0;
    padding-bottom: 0;
    position: relative;
  }

  .photo-div.ahi {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .photo-div.yael {
    background-size: contain;
  }

  .div-block-20 {
    border-top: 1px #041839;
    border-left-style: none;
    border-right-style: none;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-20.lena {
    padding-left: 0;
  }

  .div-block-20.right {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-20._3 {
    padding-left: 0;
  }

  .div-block-20._5 {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-19 {
    display: none;
    position: static;
  }

  .text-section.micki {
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-section.si {
    border-right-style: none;
    padding-right: 0;
  }

  .bold-text-14 {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-13 {
    font-size: 35px;
    line-height: 40px;
  }

  .banner {
    margin: 20px 10px;
    position: static;
  }

  .image-38 {
    margin-left: 0;
  }

  .bold-text-10.sivan {
    text-align: left;
    justify-content: flex-start;
    font-size: 34px;
    line-height: 40px;
    display: block;
  }

  .bold-text-6 {
    font-size: 32px;
    line-height: 42px;
  }

  .bold-text-6.kira {
    margin-top: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-6.nili {
    font-size: 32px;
    line-height: 40px;
  }

  .bold-text-6.savion {
    margin-top: 10px;
    line-height: 44px;
  }

  .bold-text-6.ilanit {
    font-size: 31px;
    line-height: 40px;
  }

  .bold-text-23 {
    font-size: 32px;
    line-height: 42px;
  }

  .reg-section, .reg-section.efrat {
    margin-left: 10px;
    margin-right: 10px;
  }

  .reg-section.karina {
    grid-column-gap: 13px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-26 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-span-13 {
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .text-span-6 {
    font-size: 34px;
    line-height: 42px;
    display: block;
  }

  .text-span-5 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 40px;
    display: block;
  }

  .spotify {
    object-fit: fill;
    margin-top: 0;
    position: static;
  }

  .container-7 {
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-7 {
    text-align: center;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer {
    grid-column-gap: 10px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-37 {
    margin-left: 0;
  }

  .text {
    padding-left: 0;
  }

  .text._1 {
    font-size: 16px;
  }

  .link-4 {
    text-align: right;
    font-size: 16px;
    line-height: 26px;
  }

  .link-6 {
    font-size: 15px;
  }

  .heading-7 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-8 {
    align-self: center;
    width: auto;
    padding: 14px 0;
    font-size: 74px;
    display: block;
  }

  .heading-8.paragraph {
    float: none;
    text-align: right;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 40px;
    line-height: 38px;
    display: block;
    position: static;
    left: 0;
  }

  .heading-8.paragraph.section {
    text-align: right;
    background-color: #0000;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .heading-8.paragraph.section.neta {
    direction: rtl;
    text-align: right;
    align-items: flex-end;
    font-size: 34px;
    line-height: 42px;
    display: block;
  }

  .section-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-7 {
    font-size: 15px;
  }

  .heading-10 {
    align-self: center;
    width: auto;
    padding: 14px 0;
    font-size: 74px;
    display: block;
  }

  .heading-10.paragraph {
    float: none;
    text-align: right;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 40px;
    line-height: 38px;
    display: block;
    position: static;
    left: 0;
  }

  .heading-10.paragraph.section {
    text-align: right;
    background-color: #0000;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .heading-10.paragraph.section.dalit {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .h4 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .h4.white {
    margin-top: 0;
    font-size: 26px;
    line-height: 29px;
  }

  .form-2 {
    flex: 1;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2 {
    font-size: 22px;
    line-height: 30px;
    display: flex;
  }

  .form {
    box-shadow: none;
    text-align: center;
    margin: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
  }

  .form-block {
    margin-bottom: 0;
    display: flex;
  }

  .h3 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
    display: flex;
  }

  .submit-button {
    padding-left: 105px;
    padding-right: 105px;
  }

  .div-block-40 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
  }

  .section-5 {
    display: block;
  }

  .section-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: .25fr .25fr .75fr;
    grid-template-columns: 3fr;
    grid-auto-rows: 1fr;
    padding-bottom: 0;
  }

  .container-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .running-text {
    font-size: 21px;
    line-height: 28px;
  }

  .div-block-44 {
    background-color: #f8f8f8e6;
    background-image: none;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .div-block-45 {
    grid-template-rows: auto;
  }

  .button-block.mobile {
    width: auto;
    height: 30px;
  }

  .heading-12 {
    font-size: 17px;
    line-height: 20px;
  }

  .button-text {
    font-size: 18px;
  }

  .news-wrapper {
    background-color: #000;
  }

  .image-45 {
    width: 290px;
    max-width: 100%;
  }

  .gallery_strip-3 {
    flex-wrap: wrap;
    align-content: flex-end;
  }

  .divred {
    justify-content: space-between;
    display: flex;
  }

  .image-5 {
    width: 100%;
    height: 35px;
    display: none;
  }

  .image-5.mobile {
    display: block;
  }

  .button-3 {
    height: 20px;
    display: none;
    overflow: visible;
  }

  .image-50 {
    height: 33px;
    display: block;
  }

  .text-block {
    font-size: 16px;
    line-height: 15px;
    display: none;
  }

  .text-block._2 {
    direction: rtl;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .bold-text-2 {
    font-size: 17px;
    font-weight: 700;
  }

  .text-span {
    font-size: 16px;
  }

  .button-4 {
    display: none;
  }

  .show {
    width: 126px;
    height: 25px;
    font-family: Narkissblock;
    font-size: 15px;
    display: block;
  }

  .text-span-15 {
    color: #de1919;
    font-size: 16px;
  }

  .button-5 {
    left: -129px;
    right: -38%;
  }

  .containr {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .containr.container-disney {
    padding: 10px;
  }

  .questionnaire {
    height: 10%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .article {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .maintitle {
    grid-column-gap: 20px;
    flex-direction: column-reverse;
  }

  .ynet-logo1 {
    width: 50px;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-53 {
    grid-column-gap: 20px;
    height: 70%;
    margin-bottom: 0;
    padding: 10px 10px 0;
  }

  .image-57 {
    width: 100%;
    display: none;
  }

  .image-57.mobile {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button-7 {
    width: 50%;
  }

  .image-58 {
    width: 30px;
  }

  .text-block-11 {
    object-fit: fill;
    width: 98.327%;
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
  }

  .image-unfamilerplace.arrow1 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 84px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-54 {
    background-color: #fff;
    border: 2px solid #58a4c6;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .text-block-12 {
    text-align: center;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-13 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-14 {
    font-size: 10px;
  }

  .div-block-56 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-9 {
    max-width: 100%;
  }

  .image-62 {
    width: 60px;
  }

  .text-block-15 {
    font-size: 12px;
  }

  .div-block-57 {
    align-self: center;
    width: 50px;
  }

  .video {
    max-width: 100%;
  }

  .header-2 {
    justify-content: space-between;
    margin-right: 20px;
    padding-left: 0;
  }

  .image-8 {
    width: 80%;
    padding-left: 0;
    display: block;
  }

  .image-63 {
    width: 40px;
  }

  .p-text, .p-text.tex-decoration {
    padding-top: 0;
  }

  .p-text-copy {
    margin-top: 10px;
    padding-top: 0;
    font-weight: 300;
  }

  .mainititledisney {
    flex-direction: column;
    height: auto;
  }

  .footer-3 {
    flex-direction: row-reverse;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-64 {
    width: 100%;
    padding-left: 0;
  }

  .image-64.mobilr {
    display: none;
  }

  .div-block-10 {
    max-width: 100%;
  }

  .div-block-12 {
    align-self: flex-start;
    margin-right: 10px;
  }

  .div-block-58 {
    justify-content: space-between;
  }

  .div-block-59 {
    margin-top: 20px;
  }

  .disney-right {
    flex-direction: column;
    max-width: 100%;
  }

  .div-block-14 {
    background-image: radial-gradient(circle, #b4619c, #253977 27%, #b4619c 64%, #9d5b96 86%, #2a3a78 93%);
    font-size: 20px;
  }

  .div-block-60 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    display: flex;
  }

  .disney-left {
    flex-direction: column;
    max-width: 100%;
  }

  .div-block-62 {
    padding-right: 10px;
  }

  .text-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16.tex-decoration, .text-block-16.credit {
    text-align: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-63 {
    width: 17%;
  }

  .image-67.fadeinout_animation {
    top: 100px;
    right: 50px;
  }

  .image-68.fadeinout_animation {
    right: 120px;
  }

  .hero-image {
    height: 10%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-70 {
    z-index: 0;
    padding: 0 0 0 12px;
    inset: auto auto 0% 0%;
  }

  .image-71 {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .arrow2 {
    flex: 0 auto;
    display: block;
  }

  .grid-judi-refernce {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .image-72 {
    width: 60px;
  }

  .judi-paragref {
    text-align: right;
    font-size: 20px;
    line-height: 22px;
  }

  .judi-section {
    background-image: url('../images/part-2-mobile.webp');
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-74 {
    justify-content: space-between;
    height: auto;
    top: 40%;
  }

  .image-73 {
    width: 40px;
  }

  .image-74 {
    height: 100%;
  }

  .footer-4 {
    flex-direction: row;
    width: 100%;
    height: 5%;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-75 {
    justify-content: space-between;
  }

  .judi-credit {
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
  }

  .judi-image-bk {
    display: none;
  }

  .header-3 {
    justify-content: space-between;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

  .heading-14 {
    text-align: left;
    align-items: flex-end;
    width: 65%;
    margin-bottom: 0;
    padding: 10px 0 0 10px;
    font-size: 20px;
    display: block;
  }

  .judi-box {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-76 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: -31px;
  }

  .judi-image-bk-mobile {
    display: block;
  }

  .wrapper-time-counter {
    flex-wrap: wrap;
    align-content: center;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    width: 64px;
    margin-bottom: 10px;
    line-height: 12px;
  }

  .clock-number {
    font-size: 41px;
    line-height: 32px;
  }

  .clock-label {
    font-size: 21px;
    line-height: 14px;
  }

  .mynet-banner-time-counter-warp {
    grid-column-gap: 36px;
    grid-row-gap: 23px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 490px;
    max-height: 206px;
    padding-bottom: 0;
    font-size: 50px;
    position: relative;
  }

  .mynet-banner-time-counter-title {
    flex: 1;
    align-self: auto;
    padding-top: 0;
    padding-right: 0;
    font-size: 29px;
    line-height: 25px;
  }

  .mynet-banner-time-counter-title.time {
    border-right-style: none;
    border-right-width: 0;
    flex-direction: column;
    align-content: space-around;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    top: -5px;
  }

  .text-block-41 {
    padding-top: 0;
    font-size: 50px;
    line-height: 50px;
    position: relative;
    top: 7px;
  }

  .text-block-40 {
    padding-top: 0;
    display: none;
    position: relative;
    top: 4px;
  }

  .text-block-40.mobile {
    padding-bottom: 5px;
    display: block;
  }

  .html-embed-2 {
    align-content: center;
    align-items: flex-end;
    min-width: 229px;
    max-width: 100%;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .mynet-time-counter-link {
    align-items: center;
    font-size: 18px;
    position: relative;
    bottom: 3px;
  }

  .judi-star2.fadeinout_animation {
    inset: 19% 7% auto auto;
  }

  .judistar3.fadeinout_animation {
    top: 2%;
    right: 20%;
  }

  .judistar5.fadeinout_animation {
    margin-top: 18px;
    padding-right: 10px;
  }

  .bold-text-38 {
    font-size: 20px;
  }

  .body-9 {
    background-color: #fff0;
  }

  .ynet-original-grid-card {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-78 {
    justify-content: space-between;
  }

  .ynet-logo1-2 {
    width: 50px;
  }

  .ourseries {
    grid-column-gap: 10px;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .card-ynet-original {
    grid-row-gap: 10px;
  }

  .html-embed-3 {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .ynetoriginalmain {
    justify-content: space-between;
    position: relative;
  }

  .div-block-79 {
    padding-right: 15px;
    font-size: 20px;
  }

  .text-block-43 {
    padding-right: 15px;
  }

  .ynetoriginal-right {
    width: 100%;
  }

  .whiteheader {
    justify-content: space-between;
  }

  .image-77 {
    width: 40px;
  }

  .ynet-oroginals-logo-wrap {
    width: auto;
    height: auto;
  }

  .div-block-80 {
    padding-right: 10px;
    font-family: Narkissblock;
  }

  .text-block-45 {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 28px;
  }

  .ynetoriginaltop {
    grid-row-gap: 10px;
  }

  .fotterynetoriginal {
    flex-direction: row-reverse;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: flex;
  }

  .ynet-capital-logos-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ynet-capital-header-social-icons.mobile {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    align-items: center;
    margin-top: -7px;
    margin-left: 3%;
    top: 10px;
  }

  .container {
    height: 30px;
  }

  .nav-link {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .nav-menu {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 15px;
    overflow: visible;
  }

  .navbar {
    height: 30px;
    min-height: 30px;
    max-height: 100%;
  }

  .mynet-time-counter-warp {
    display: block;
  }

  .capital-logo-mobile {
    width: 303px;
    display: block;
  }

  .link-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section.overflow-none {
    margin-top: 0;
  }

  .container-13 {
    margin-top: -15px;
  }

  .slider-list {
    width: auto;
  }

  .slider-item {
    width: 100%;
  }

  .image-carousel {
    width: 260px;
    height: 440px;
  }

  .text-block-fredoomcomponenet {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
  }

  .image-83 {
    object-fit: cover;
  }

  .text-block-46 {
    font-size: 23px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .tencommandmantsaditur {
    grid-row-gap: 5px;
  }

  .footer10commandments {
    flex-direction: row-reverse;
    margin-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footer10commandments.lightgreen10comm {
    margin-left: 0;
    padding-bottom: 20px;
  }

  .imagetencommandmentsmobile {
    object-fit: cover;
    object-position: 50% 100%;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .text-block-47 {
    font-size: 12px;
  }

  .header10commandments {
    background-color: #f15a24;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: static;
  }

  .imagecretive10com {
    width: 60px;
  }

  .author10commtext {
    font-size: 20px;
  }

  .div-block-82 {
    opacity: 1;
    cursor: auto;
    mix-blend-mode: normal;
    justify-content: space-between;
    margin-left: 0;
    padding-left: 35px;
  }

  ._10commandmentstitle {
    padding-bottom: 30px;
  }

  .tencommandments-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  ._12immgrtextblock {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9rem;
  }

  ._12immgrtextblock.lightgreen10comm {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .ynet-logo1-3 {
    width: 60px;
    padding-right: 5px;
  }

  .imagetencommandmentsdesk {
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .tencommandments-card {
    grid-column-gap: 12px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tencommandments-card.ten-comm-lightgrin {
    grid-column-gap: 12px;
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .tencommandments-card.ten-comm-lightgrin.darkgreen10 {
    grid-column-gap: 12px;
    padding-right: 10px;
  }

  .tencommandments-card.lightgreen10comm {
    grid-column-gap: 12px;
  }

  .imagetitle10comm {
    padding-left: 30px;
    padding-right: 30px;
  }

  .arrowleft {
    display: flex;
  }

  .seasonopeningrectangle {
    width: 80%;
  }

  .capital-logo-desktop, .image-84 {
    display: none;
  }

  .text-block-49 {
    font-size: 22px;
  }

  .section-12immigrantsmain-footer {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .white-termsof-se {
    font-size: 12px;
  }

  .footer12immirgrants {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-52 {
    font-size: 22px;
    line-height: 24px;
  }

  .image-85 {
    display: none;
  }

  .imagemobile12imm {
    width: 90%;
    padding-left: 0;
  }

  .blackheadr {
    justify-content: space-between;
  }

  .image-86 {
    max-width: 85%;
  }

  .flag-country {
    justify-content: center;
    align-items: center;
  }

  .text--title--12olim-desktop {
    display: none;
  }

  .button12immgration {
    font-size: 18px;
  }

  .facebook {
    width: 40px;
  }

  .text--title--12olim-mobile {
    display: block;
  }

  .div-block-85 {
    justify-content: space-between;
  }

  .cardmaintitle {
    font-size: 1.1px;
    line-height: 18px;
  }

  .section-12immigrantsmain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrows {
    margin-top: -91px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 152px;
  }

  .logoyscreative {
    width: 60px;
  }

  .ynet-logo1-4 {
    width: 50px;
    margin-right: 10px;
    padding-right: 0;
  }

  .grid-12-immigrants {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .whatsapp {
    width: 40px;
  }

  .heading12imm {
    color: var(--ynet-blue);
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .image-9 {
    margin-top: 0;
    left: auto;
  }

  .paragreaf12immirgrants {
    grid-row-gap: 60px;
  }

  .ynet-newsletter-slide-conent {
    align-items: center;
  }

  .ynet-newsletter-mobile-button-warp {
    background-color: #de1a1b;
    justify-content: center;
    align-items: center;
    height: 45px;
    max-height: 45px;
    display: flex;
  }

  .ynet-newsletter-slider-text-content {
    justify-content: flex-end;
  }

  .ynet-newsletter-mobile-button-text {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }

  .ynet-nl-slider-text-block-warp {
    text-align: right;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 22px;
    padding-right: 0;
    font-size: 17px;
    line-height: 19px;
    position: static;
  }

  .ynet-newsletter-button {
    display: none;
  }

  .ynet-newsletter-mobile-register-text-button {
    font-size: 16px;
    font-weight: 600;
    inset: auto 4% 15% 0%;
  }

  .ynet-newslettter-button-block.mobile {
    z-index: 3;
    z-index: 1;
    width: 382px;
    max-width: 204%;
    height: 46px;
    min-height: 26px;
    max-height: 17px;
    display: block;
    position: relative;
    top: auto;
    bottom: 28px;
    right: 137px;
  }

  .ynet-newsletter-mobile-button-2 {
    text-decoration: none;
    display: none;
  }

  .ynet-nl-slider-text-conent-2 {
    text-align: center;
    flex: 0 auto;
    width: 100px;
    min-width: 277px;
    max-width: 100%;
    padding-bottom: 23px;
    padding-left: 0;
    padding-right: 10px;
    position: absolute;
    right: 97px;
  }

  .ynet-nl-ttriangle-img-3 {
    z-index: 0;
    width: 104%;
    max-width: 93%;
    height: 115%;
    max-height: 100%;
    margin-left: -16px;
    padding-left: 0;
    left: -33px;
  }

  .ynet-newsletter-mobile-button-image--2 {
    width: 210%;
    max-width: 203%;
    display: block;
  }

  .ynet-newsletter-slider-cover-image-4 {
    object-fit: cover;
    object-position: 42% 50%;
    width: 146px;
    min-width: 80px;
    height: 113px;
    min-height: 113px;
    position: relative;
  }

  .ynet-newsletter-button-arrow {
    inset: 27% 22% auto 0%;
  }

  .ynet-newsletter-iframe-warpper-4 {
    border-top: 3px solid red;
    flex-direction: column;
    max-height: 117px;
  }

  .ynet-whatsapp-banner-content-warpper {
    flex: 1;
  }

  .ynet-whatsapp-banner-icon {
    width: 39px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 5px;
    padding-right: 0;
  }

  .ynet-whatsapp-banner-text-mobile {
    color: #fff;
    width: 287px;
    margin-left: 0;
    font-family: "Mosestext 1", sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

  .ynet-whatsapp-banner-content {
    flex: 1;
  }

  .ynet-whatsapp-banner-text-warpper-desktop {
    display: none;
  }

  .ynet-whatsapp-banner-text-warpper-mobile {
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    display: flex;
    position: relative;
  }

  .ynet-whatsapp-banner-ynet-icon-mobile {
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    position: absolute;
    right: 133px;
  }

  .ynet-whatsapp-banner-icon-image {
    max-width: 100%;
  }

  .ynet-whatsapp-banner-text-warpper {
    display: none;
  }

  .section-12immigrantsmainopy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ynet-freedom-componnet-headline {
    display: none;
  }

  .ynet-freedom-componnet-headline-mobile {
    margin-right: 9px;
    font-family: Narkissblock;
    font-size: 30px;
    line-height: 30px;
  }

  .yacrtext {
    width: 90%;
    margin-top: auto;
    margin-right: 10px;
    padding-left: 0;
  }

  .ycarbutton-block.desktop {
    align-items: flex-end;
    width: 100%;
    margin-top: auto;
    display: flex;
  }

  .ycarbutton-block.desktop:hover {
    background-color: #020202;
  }

  .ycarredstrock {
    height: auto;
  }

  .sliderycar {
    height: 115px;
  }

  .mask {
    height: auto;
  }

  .ycar-wrapper {
    border-width: 3px 0;
    border-color: var(--firebrick) #de1b1b #de1b1b var(--firebrick);
    background-color: #000;
    height: 115px;
  }

  .image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .ycar-wrapper2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    height: auto;
  }

  .ycardivimage {
    width: 40%;
  }

  .buttonycar {
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .ycar-text {
    text-align: right;
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .link-block-unstyled {
    height: 115px;
  }

  .titlrfamliy12 {
    font-size: 22px;
    line-height: 24px;
  }

  .card5--golden-age-project {
    width: 100%;
    max-width: 100%;
  }

  .bold-text-40 {
    font-size: 20px;
    line-height: 22px;
  }

  .ynet-ga-credits-desktop {
    text-align: center;
    padding-bottom: 8px;
    display: none;
  }

  .card3--golden-age-project {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .logo-ynet-ga-header {
    justify-content: flex-end;
    margin-right: 0;
  }

  .card4--golden-age-project {
    width: 100%;
    max-width: 100%;
  }

  .image-14 {
    width: 30px;
    height: 30px;
  }

  .oldmantext {
    margin-top: 0;
  }

  .card1--golden-age-project {
    width: 100%;
    max-width: 100%;
  }

  .ga-gold-deco {
    align-self: auto;
    height: 450px;
  }

  .link-14 {
    color: #fff;
    text-decoration: none;
  }

  .ynet-ga-hero-section {
    margin-left: auto;
    margin-right: auto;
  }

  .ynet-ga-hero-warpper-title {
    flex-direction: row;
    margin: auto;
  }

  .ynet-ga-header-warpper {
    color: #000;
    padding-left: 10px;
    padding-right: 0;
  }

  .ynet-ga-cards-project {
    place-content: space-between center;
    align-self: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-top: 0%;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .yney-ga-hero-main-video {
    object-fit: cover;
    height: 100%;
  }

  .image-16 {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 5px 10px;
  }

  .card2--golden-age-project {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .oldmensectiondmobile {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-5 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 22px;
  }

  .card7--golden-age-project {
    width: 100%;
    max-width: 100%;
  }

  .image-15 {
    width: 30px;
    height: 30px;
  }

  .card6--golden-age-project {
    width: 100%;
    max-width: 100%;
  }

  ._16-9-ratio {
    align-self: auto;
    height: 450px;
    padding-top: 0;
    display: block;
  }

  .cardiimag-goldeniage {
    width: 120%;
    max-width: 100%;
    height: 260px;
    display: block;
  }

  .gifoldmangif {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    align-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
  }

  .card10--golden-age-project {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .bold-text-41 {
    line-height: 22px;
  }

  .card-name-role-ga {
    font-size: 20px;
    line-height: 24px;
  }

  .ynet-ga-credits-warpper {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ynet-footer-creative_studio-image {
    width: 60px;
  }

  .card8--golden-age-project {
    width: 100%;
    max-width: 100%;
  }

  .divline {
    margin-top: auto;
  }

  .grid-golden-age-12--card {
    grid-column-gap: 10px;
    grid-row-gap: 6px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    max-width: 100%;
    display: grid;
  }

  .ynet-footer-links-text {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }

  .ynet-ga-footer-credits {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ynet-ga-footer-links {
    flex-direction: row-reverse;
    padding-right: 10px;
    display: flex;
  }

  .card-name-bold-ga {
    margin-top: 3px;
    font-size: 20px;
    line-height: 22px;
  }

  .ynet-ga-header-social-buttons {
    flex: 0 auto;
    justify-content: flex-end;
    margin-left: 45px;
  }

  .link-2 {
    color: #fff;
    text-decoration: none;
  }

  .containerolldman {
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-12 {
    margin-top: -24px;
  }

  .card9--golden-age-project {
    width: 100%;
    max-width: 100%;
  }

  .ynet-ga-credits-mobile {
    text-align: center;
    padding-bottom: 8px;
    display: block;
  }

  .ynet_ron_main {
    align-items: flex-start;
  }

  .background-video-2 {
    object-fit: cover;
    width: 640px;
    max-width: 100%;
    max-height: none;
    position: static;
  }

  .body-12 {
    background-color: #0000;
  }

  .image1111-11 {
    width: 100%;
    max-width: none;
  }

  .unplaceimagetitle {
    width: 100%;
    margin: 0 auto 10px;
    padding-top: 20px;
  }

  .hero_img {
    width: 55%;
    margin-top: 60px;
    margin-bottom: -47px;
    padding-top: 0;
    bottom: 46%;
    left: 21%;
  }

  .sectiongrid8unfplace {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: grid;
  }

  .earthmobile {
    object-fit: contain;
    object-position: 50% 50%;
    background-color: #33a5bd;
    width: 100%;
    max-width: none;
    margin-top: -136px;
    padding-bottom: 0;
    display: block;
    top: 130px;
  }

  .istanbul_image {
    flex: 0 auto;
    width: 85%;
    max-width: none;
    margin-right: 12px;
  }

  .sectionunplaceimagedesk {
    width: 100%;
    display: block;
  }

  .earthhdesk {
    object-fit: contain;
    object-position: 50% 50%;
    width: 320px;
    max-width: none;
    padding-bottom: 60px;
    display: none;
  }

  .wrapperunfplace {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    margin-top: -13px;
    display: flex;
  }

  .sectiongrid2unfplace {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .secctionunfamilerplacetitle-2 {
    background-color: #33a5bd;
    width: 100%;
    margin-bottom: auto;
    padding: 3px 10px 40px;
    display: flex;
    position: static;
  }

  .image-88 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-54 {
    direction: rtl;
    text-align: center;
    width: 100%;
    padding-right: 0;
    font-size: 1.4rem;
  }

  .credit-unfamilierplace {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9rem;
  }

  .haederunfamilerplace {
    z-index: 64;
    background-color: #33a5bd;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
  }

  .wrappettitle-p {
    flex-direction: column-reverse;
  }

  .sectionunfamilerplace1 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: grid;
  }

  .eu-event-form-recipebook-warrperer {
    justify-content: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-27 {
    width: 320px;
    height: 160px;
    margin-left: -5px;
    overflow: visible;
  }

  .un-event-form-recipebook-main-title {
    direction: ltr;
    margin-left: auto;
    font-size: 41px;
    line-height: 38px;
  }

  .un-event-form-recipebook-hero {
    width: 310px;
    height: 870px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .un-event-form-container-name {
    mix-blend-mode: hard-light;
    width: 300px;
  }

  .un-event-form-recipebook-hero-disclaimer-warpper {
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 70px;
    margin-top: 10px;
  }

  .image-29 {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 6px;
  }

  .un-event-form-container {
    margin-left: auto;
  }

  .un-event-form-recipebook-subtitle-1 {
    direction: rtl;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 600;
  }

  .un-event-form-recipebook-hero-top {
    height: 230px;
  }

  .un-event-form-recipebook-hero-disclaimer-text {
    font-size: 12px;
    line-height: 16px;
  }

  .un-event-form-container-phone {
    mix-blend-mode: hard-light;
    width: 300px;
  }

  .un-event-form-recipebook-subtitle-2 {
    direction: rtl;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 500;
  }

  .un-event-form-container-mail {
    mix-blend-mode: hard-light;
    width: 300px;
    padding-right: 13px;
  }

  .un-event-form-container-submit-button {
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .un-event-form-recipebook-hero-bottom {
    width: 230px;
    max-width: 90%;
    margin-top: 70px;
    margin-left: auto;
    padding-left: 0;
  }

  .eu-event-form-recipebook-hero-bottom-contain-plane {
    justify-content: flex-end;
    margin-top: 60px;
    padding-right: 70px;
  }

  .image-28 {
    margin-top: -85px;
  }

  .wrapperattackingaza {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .gazaattack-name {
    font-size: 1.2rem;
  }

  .maintitlegaza {
    font-size: 36px;
  }

  .attackgazamain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gridgazaattack {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .redlinegazaattack {
    height: 1px;
  }

  .imagewrappergazaattack {
    height: 200px;
  }

  .footergazaattack {
    background-color: #000;
    flex-direction: row-reverse;
    margin-left: 0;
    padding-right: 10px;
    display: flex;
  }

  .gazaattackfooter {
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .section-fallen {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-fallen {
    padding-top: 1.2rem;
  }

  .fallen-field {
    position: relative;
  }

  .fallen-field::placeholder {
    font-size: 1.3rem;
  }

  .fallen-search-form {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .fallen-hero-mishne {
    margin-bottom: .3rem;
  }

  .fallen-card {
    min-width: 9rem;
    max-width: 11rem;
  }

  .gazaattack-name-story {
    margin-top: 2px;
  }

  .fallen-text-top {
    min-height: 79px;
    padding-bottom: 12px;
  }

  .share-link-wrap {
    margin-left: 30px;
  }

  .brand-logo {
    padding-left: 30px;
  }

  .red-mail-link {
    text-align: center;
    flex-direction: row;
    max-width: 9rem;
  }

  .red-mail-link.ml-hide {
    display: none;
  }

  .html-embed-5 {
    width: 30px;
  }

  .fallen-not-found-wrap {
    margin-top: .4rem;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .candel-wrap {
    width: 17rem;
  }

  .scrolltotop-wrap.w--current {
    padding-bottom: .5rem;
  }

  .isr-under-attack {
    color: #fff0;
    border-top-width: 0;
    border-top-color: #0000;
    border-bottom-width: 0;
  }

  .isr-under-attack-desktop-image {
    width: 320px;
    height: 31px;
    display: none;
  }

  .isr-under-attack-image-mobile-dark, .isr-under-attack-image-mobile-light {
    width: 320px;
    height: auto;
    display: block;
  }

  .body-14 {
    background-color: #fff0;
  }

  .section-fallen-credits {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9rem;
  }

  .newspaperwrapper {
    display: none;
  }

  .wrapperabducted-name-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .heading-19 {
    font-size: 50px;
  }

  .text-block-61 {
    width: 45%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .wrapperimgabductd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    display: flex;
  }

  .image-95 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .kidnap {
    width: 40%;
    font-size: 22px;
  }

  .p-abducted {
    width: 100%;
  }

  .maintitleabducted {
    margin-left: 20px;
    margin-right: 20px;
  }

  .conntainerabducted {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .image-2 {
    width: 40%;
  }

  .image-2.image-scale {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .wrappercardabducted {
    margin-bottom: 10px;
    display: flex;
  }

  .nameofabductee {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-62 {
    text-align: right;
    width: 99.9999%;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-span-36 {
    font-size: 22px;
  }

  .abductedmain {
    text-align: center;
    align-items: center;
    width: 100%;
    height: 400px;
    margin-top: 0;
  }

  .haederkidnapp {
    z-index: 64;
    background-color: #000;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: static;
    inset: 0% 0% auto auto;
  }

  .text-block-63 {
    margin-left: 0;
    margin-right: 0;
  }

  .kidnappname {
    width: 100%;
    font-size: 22px;
    line-height: 1.1;
  }

  .kidnappwapper {
    width: 299.965px;
    font-size: 22px;
  }

  .familyerwrapper {
    font-size: 22px;
  }

  .familiername {
    width: 40%;
    font-size: 22px;
  }

  .familerdata {
    width: 100%;
    font-size: 22px;
    line-height: 1.1;
  }

  .diagonal {
    width: auto;
    display: none;
  }

  .fallen-field-copy::placeholder {
    font-size: 1.3rem;
  }

  .fallen-search-form-copy {
    max-width: 22rem;
  }

  .container-fallen-copy {
    z-index: 0;
    width: 100%;
    padding-top: 1.2rem;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .image-98 {
    margin-right: 9px;
  }

  .img-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .wrappeisraelatwarr {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-92 {
    justify-content: flex-end;
    width: 100%;
    margin-left: 10px;
    display: flex;
  }

  .abductedimg-copy {
    width: 100%;
    height: 100%;
  }

  .abductedwrappersection-copy {
    color: #fff;
    background-color: #000;
    justify-content: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .wrappercardabducted-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-95-copy {
    width: 99.9999%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .wrapperimgabductd-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    display: flex;
  }

  .kidnappwapper-copy {
    width: 299.965px;
    font-size: 22px;
  }

  .diagonal-en {
    width: auto;
    display: none;
  }

  .familyerwrapper-copy {
    font-size: 22px;
  }

  .wrapperabducted-name-text-copy-copy {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .image-100 {
    width: 100%;
    height: 100%;
  }

  .text-block-66-20 {
    aspect-ratio: auto;
    width: 45%;
    margin-left: 15px;
    font-size: 16px;
  }

  .imgwrapperr {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .imgweapperkidnapp {
    width: 45%;
    height: auto;
  }

  .abductedwrappersectionmobile {
    color: #fff;
    background-color: #000;
    justify-content: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .abductedwrappersectiondesk {
    color: #fff;
    background-color: #000;
    justify-content: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .rich-text-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .kiddnaphader {
    background-color: #000;
    background-image: linear-gradient(#000, #000000cf 38%, #000000a1 60%, #0000);
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    position: fixed;
  }

  .scrolltotop-wrapkidnapp-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 2px 40px;
  }

  .scrolltotop-wrapkidnapp-copy.w--current {
    padding-bottom: .5rem;
  }

  .blackfotter {
    flex-direction: row-reverse;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-69 {
    display: none;
  }

  .arrow1 {
    display: block;
  }

  .arrow1101 {
    margin-top: 10px;
  }

  .html-embed-6 {
    width: 320px;
    height: 120px;
    margin-top: 10px;
  }

  .hostages-warpper-time-counter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
  }

  .hostages-js-clock-time-counter-white {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .hostages-days-warrper-white {
    flex-direction: column;
    justify-content: center;
    width: 25%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 15px;
  }

  .hostages-clock-number {
    text-align: center;
    background-color: #de1a1a;
    border-width: 2px;
    border-color: #73737300;
    width: 90%;
    padding-bottom: 3px;
    padding-left: 0;
    font-size: 2rem;
    line-height: 37px;
  }

  .hostages-clock-label {
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 5px;
    margin-right: -2px;
    line-height: 20px;
  }

  .hostages-hours-warrper {
    width: 25%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hostages-minutes-warrper {
    flex-direction: column;
    width: 25%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hostages-seconds-warrper {
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .link-16 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.1;
  }

  .button-11 {
    color: #b4bcbc;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: .9;
  }

  .button-11.w--current {
    width: auto;
    padding-right: 9px;
  }

  .fallen-search-form-copy {
    max-width: 22rem;
    display: none;
  }

  .div-block-95 {
    display: none;
  }

  .button-div-copy {
    position: absolute;
    inset: 3px auto 0% 3px;
  }

  .search-icon-copy {
    width: 40px;
    margin-top: -222px;
    padding-bottom: 0;
    inset: auto auto 0% 0%;
  }

  .image-101 {
    width: auto;
    margin-left: 0;
    position: static;
    inset: 0% auto auto 0%;
  }

  .nameofabductee-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .abductedimg-copy-copy {
    width: 100%;
    height: 100%;
  }

  .abductedmainen {
    text-align: center;
    align-items: center;
    width: 100%;
    height: 400px;
    margin-top: 0;
    overflow: hidden;
  }

  .maintitleabducted-en {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-19-en {
    font-size: 40px;
  }

  .text-block-63-encopy {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-63-encopy.en {
    margin-left: 20px;
    margin-right: 20px;
  }

  .html-embed-6-copy-copy-copy {
    width: 320px;
    height: 120px;
    margin-top: 10px;
  }

  .bold-text-47 {
    color: #cc0001;
  }

  .kidnapp-content-wrapper-en {
    width: 100%;
    margin-left: auto;
  }

  .kidnapp-img-wrapper-en, .image-fameliy-en {
    height: auto;
  }

  .richtext-wrapper {
    width: 100%;
  }

  .image-102 {
    width: 15%;
  }

  .content-kidnapp-wrapper-englisdeskh {
    padding-left: 10px;
    padding-right: 10px;
  }

  .imgwrapper-en-fm {
    width: 100%;
  }

  .rich-text-block-3 {
    width: 100%;
  }

  .div-block-96 {
    text-align: left;
  }

  .scrolltotop-wrapkidnapp--en {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 2px 40px;
  }

  .scrolltotop-wrapkidnapp--en.w--current {
    padding-bottom: .5rem;
  }

  .text-block-69--en {
    display: none;
  }

  .kiddnaphader--en {
    background-color: #000;
    background-image: linear-gradient(#000, #000000cf 38%, #000000a1 60%, #0000);
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    position: static;
  }

  .blackfotterenglish {
    flex-direction: row-reverse;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .collection-list-wrapper-2 {
    overflow: hidden;
  }

  .missing-wrapper-content {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .missing-section-one {
    width: 100%;
    position: relative;
  }

  .text-block-79 {
    font-size: 63px;
    line-height: 63px;
  }

  .text-block-80 {
    font-size: 26px;
    font-weight: 400;
    line-height: 20px;
  }

  .text-block-80.hurryback {
    font-size: 22px;
    font-weight: 300;
  }

  .missing-p-wrapper {
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    margin-top: 20px;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
  }

  .missing-paragref {
    margin-top: 0;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .missing-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-bottom: 40px;
  }

  .missing-img-wrapper-border {
    border-width: 3px;
  }

  .text-block-81 {
    margin-top: 5px;
  }

  .text-block-81-copy {
    font-size: 18px;
  }

  .horizontal-line {
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .text-block-82 {
    font-size: 16px;
  }

  .square-missing {
    width: 80%;
  }

  .text-block-83 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }

  .collection-list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .collection-list-wrapper-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .fallen-search-wissing {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    margin-right: 0;
    padding: 10px;
    position: sticky;
  }

  .fallen-search-form-missing {
    max-width: 22rem;
    display: block;
  }

  .search-wrapmissing {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .fallen-field-missing {
    display: block;
    position: static;
  }

  .fallen-field-missing::placeholder {
    font-size: 1.3rem;
  }

  .html-embed-7 {
    height: 156.621px;
    display: block;
    overflow: visible;
  }

  .search-icon-missing {
    width: 40px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    inset: auto 0% 0% auto;
  }

  .missing-contentus {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-84 {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .red-mail-link-black {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: row;
    width: auto;
    max-width: 9rem;
  }

  .text-block-85 {
    text-align: right;
    width: 100%;
    font-size: .8rem;
    line-height: .8;
  }

  .scrolltotop-wrapkidnappwhitr {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 2px 40px;
  }

  .scrolltotop-wrapkidnappwhitr.w--current {
    padding-bottom: .5rem;
  }

  .text-block-69-whit-missing {
    display: none;
  }

  .footer-2-black {
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    display: flex;
  }

  .header-number-missing {
    font-size: 140px;
    line-height: 140px;
  }

  .body-15 {
    overflow: visible;
  }

  .hostages-warpper-time-counter-white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
  }

  .hostages-clock-label-white, .hostages-clock-label-white-2, .hostages-clock-label-white-3, .hostages-clock-label-white-4, .hostages-clock-label--english1, .hostages-clock-label--english2, .hostages-clock-label-english3, .hostages-clock-label--english4 {
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 5px;
    margin-right: -2px;
    line-height: 20px;
  }

  .rich-text-block-4 {
    font-size: .9rem;
  }

  .link-block-21, .link-block-22 {
    width: 30px;
  }

  .image-106 {
    display: none;
  }

  .collection-item-3 {
    width: 45%;
  }

  .murdered-fallens-war {
    width: 100%;
    height: 25px;
    margin-right: auto;
  }

  .text-block-86 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .wrapper-wardata {
    width: 100%;
    height: 40%;
  }

  .wrapper-alerts-war {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    height: 50%;
    margin-bottom: 12px;
    display: flex;
    position: relative;
  }

  .wrapper-war-component-desk {
    display: none;
  }

  .wrapper-war-component-mobile {
    color: #000;
    background-color: #25408f;
    background-image: linear-gradient(165deg, #25408f 29%, #000);
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 194px;
    padding: 5px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .war-wrapper-alerts {
    width: 65%;
    height: 110px;
  }

  .days-to-war-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 10px 5px;
    display: flex;
  }

  .text-block-93 {
    color: #fff;
    text-align: center;
    width: auto;
    margin-bottom: auto;
    padding-top: 0;
    font-family: Narkissblock;
    font-size: 50px;
    font-weight: 700;
    line-height: 46px;
  }

  .text-block-94 {
    text-align: center;
    font-size: 16px;
    line-height: 14px;
  }

  .title-alerts-war {
    background-color: #de1a1a;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 24px;
    display: flex;
  }

  .text-block-95 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  .wrapper-number-alerts {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 73px;
    margin-top: auto;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .namber-alerts-day {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 0;
    padding-right: 5px;
    font-size: 1.1px;
    display: flex;
  }

  .namber-alerts-week {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-left: 5px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-96 {
    text-align: center;
    padding-right: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
  }

  .text-block-97 {
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
  }

  .war-wrapper-merder {
    width: 80%;
    height: 74px;
    margin-top: 0;
    position: relative;
    overflow: hidden;
  }

  .marder-title {
    color: #fff;
    text-align: right;
    padding-right: 3px;
    font-size: 15px;
    font-weight: 700;
  }

  .title-merrder-war {
    background-color: #de1a1a;
    justify-content: flex-start;
    align-items: center;
    width: 99.9998%;
    height: 24px;
    padding-right: 5px;
    display: flex;
  }

  .light-a-candle-text {
    text-align: right;
    width: 120%;
    padding-right: 3px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-light-candle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: auto;
    display: flex;
    overflow: hidden;
  }

  .text-block-99 {
    width: 80px;
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-100 {
    width: auto;
    font-size: 12px;
    line-height: 12px;
  }

  .image-108 {
    width: 140px;
    height: 91px;
    margin-top: -9px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% auto 0% -5%;
    overflow: hidden;
  }

  .image-109 {
    width: 30%;
    height: 66px;
    margin-right: 0;
    padding-left: 0;
    display: block;
    inset: auto auto -33% -3%;
  }

  .text-span-43 {
    color: #de1a1a;
  }

  .red-whattsap-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--1417ac);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 92px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 6px;
    display: flex;
  }

  .wrapper-sectuo2-war {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: flex-start;
    height: 82px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .text-block-101 {
    color: #fff;
    width: 110px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 13px;
  }

  .image-110 {
    margin-left: auto;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-right: 0;
    display: block;
  }

  .link-block-25 {
    text-decoration: none;
    display: block;
  }

  .link-block-26 {
    color: #000;
    width: 100%;
    text-decoration: none;
  }

  .body-16 {
    background-color: #0000;
  }

  .wrapper--alerts-war {
    width: 100%;
    height: 50%;
    display: flex;
  }

  .murderanffulltitle {
    height: 20px;
    padding-left: 5px;
  }

  .murderandfall_link {
    height: 34px;
  }

  .kidnappstory-title {
    height: 20px;
  }

  ._850murderedandfall {
    width: 160px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

  ._850_war_componenet-wrappedesk {
    justify-content: space-between;
    width: 640px;
    height: 60px;
    display: none;
  }

  ._850daytowar-wrapprt {
    width: 42px;
    display: none;
  }

  ._850kidnaapstory-war {
    width: 160px;
    height: 50px;
  }

  ._850help-war {
    width: 230px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .textblockblack-850war {
    width: NaN% ;
    padding-right: 0;
    font-size: 14px;
    line-height: 13px;
  }

  .text-block-102 {
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-103 {
    padding-left: 5px;
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-104 {
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .image-111 {
    height: 120px;
    padding-left: 0;
    display: none;
    inset: -19% auto auto -6%;
  }

  .textblockblack-850war-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 13px;
  }

  .body-17 {
    background-color: #fff0;
  }

  .text-block-108 {
    text-align: right;
    padding-left: 5px;
    padding-right: 0;
    font-size: .9rem;
    font-weight: 600;
    line-height: .9rem;
  }

  .link-block-30 {
    font-weight: 600;
  }

  .wrapper--donations-desk {
    display: none;
  }

  .wrapper--donations-mobile {
    width: 70%;
    margin: 40px auto 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  ._640mobile_war-componenet {
    color: #fff;
    background-color: #fff;
    background-image: linear-gradient(#25408f, #061645);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .image-116 {
    width: auto;
    height: auto;
    margin-right: 7px;
  }

  .image-117 {
    margin-right: 0;
  }

  .image-118 {
    margin-right: 5px;
  }

  ._640_help_war {
    width: auto;
    margin-right: auto;
  }

  .link-to--terms-of-use-pop-up {
    font-size: .8rem;
  }

  .terms-of-use-pop-uptextblock {
    margin-top: 0;
  }

  .textblocktremsup {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
  }

  .checkbox-field {
    padding-left: 10px;
  }

  .pop_ap_condicinal {
    display: none;
  }

  .textblock-thremsup_conditaion {
    margin-right: 20px;
    font-size: .8rem;
    font-weight: 400;
  }

  .checkbox-label-4 {
    margin-left: auto;
  }

  .checkbox-4 {
    margin-top: 6px;
  }

  .wrapper_text_updatetable {
    flex-direction: column;
    margin-top: 10px;
  }

  .wrapper_textaboutthetable {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .bold-text-48 {
    font-size: .9rem;
  }

  .link_to_redmail {
    margin-left: 20px;
  }

  .bold-text-49 {
    width: auto;
    margin-left: 20px;
    padding-left: 0;
    font-size: .9rem;
    display: flex;
  }

  .wrapper-memorialcandle-termsofuse {
    width: 95%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .title-merder-fall-termsofuse {
    font-size: 16px;
  }

  .wrapper-wardata-termsofuse {
    justify-content: flex-start;
    width: 100%;
    height: 25px;
    margin-right: auto;
  }

  .wrapper-textmarrder-termsofuse {
    justify-content: flex-start;
    width: 100%;
    height: 25px;
    margin-right: auto;
    overflow: hidden;
  }

  .bold-text-50 {
    font-size: .9rem;
  }

  .text-block-111 {
    text-align: center;
    font-size: .9rem;
    line-height: .9;
  }

  .horizontal--line-red {
    width: 20%;
  }

  .heading-text-metderanffulls {
    color: #fff;
    text-align: right;
    width: auto;
    margin: 10px 0 0;
    padding-left: 0;
    font-size: 24px;
    line-height: 22px;
  }

  .murdered_h1_title {
    color: #fff;
    text-align: right;
    align-self: flex-start;
    display: block;
  }

  .main-gaza {
    font-size: 36px;
  }

  .wrapper_volunteer_assistance {
    -webkit-text-stroke-color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-tag-helf-war {
    justify-content: flex-start;
    margin-top: 10px;
    font-size: 16px;
  }

  .text-block-112 {
    font-size: 14px;
  }

  .wrapper_help_assistance-p {
    background-color: #f8f6f6;
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 20px;
  }

  .wrapper-main-section_helpwar {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .main_title_helpwar {
    line-height: 1.1;
  }

  .heading-22 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-113 {
    color: #000;
    border-left-width: 4px;
    border-right-width: 4px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  .ga-navbar---helpwar {
    box-shadow: none;
    padding-right: 10px;
    position: static;
  }

  .heading-19-kidnapp_war {
    font-size: 50px;
  }

  .tags-wrapperall {
    display: none;
  }

  .wrepper_title_hlp_war {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .collection-item-4 {
    width: auto;
  }

  .title-wraper-h2-text {
    width: 100%;
  }

  .text-block-115 {
    color: #000;
    border-right-width: 5px;
    width: 100%;
    padding-right: 10px;
    font-size: 24px;
    line-height: 22px;
  }

  .fallen-search-helpwar {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    flex-direction: row;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0 10px;
    position: sticky;
  }

  .fallen-search-form-helpwarcopy {
    -webkit-text-stroke-color: #fff;
    width: 100%;
    max-width: 22rem;
    display: block;
  }

  .search-helpwarcopy {
    -webkit-text-stroke-color: #fff;
    border: 1.5px solid #da1a1a;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    box-shadow: 0 2px 5px #0003;
  }

  .button-divhelpwar {
    opacity: 1;
    background-color: #de1a1a;
    width: 13%;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .search-icon-helpwarcopy {
    opacity: 1;
    width: 45px;
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    inset: auto 0% 0% auto;
  }

  .image-helpwarcopy {
    width: 50%;
    height: auto;
    margin-top: 0;
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 0;
    display: block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .fallen-field-helpwarcopy {
    background-color: #fff;
    display: block;
    position: static;
  }

  .fallen-field-helpwarcopy:focus {
    background-color: #fff0;
  }

  .fallen-field-helpwarcopy::placeholder {
    color: #000;
    -webkit-text-stroke-color: #fff;
    background-color: #eee0;
    font-size: 1.2rem;
  }

  .image-desk-help {
    display: none;
  }

  .ynet-helpwar-footer-links {
    flex-direction: row-reverse;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .rich-text-block-6 {
    color: #000;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 21px;
  }

  .text-span-51 {
    font-size: 50px;
    line-height: 40px;
  }

  .text-span-52 {
    color: #1417ac;
    font-size: 26px;
  }

  .bold-text-52 {
    color: #000;
    line-height: 30px;
  }

  .sticet-warhelp-serch {
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .image-124 {
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 40px;
    padding: 12px 0;
    display: block;
  }

  .link-block-39 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-640-war-help {
    display: block;
  }

  .img850-war-help {
    margin-top: 10px;
    display: none;
  }

  .scrolltotop-wrapper-help-war-voulnteir {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 2px 40px;
  }

  .scrolltotop-wrapper-help-war-voulnteir.w--current {
    background-color: #0000;
    padding-bottom: .5rem;
  }

  .text-block-69-whit-help-war-volunteercopy {
    display: none;
  }

  .ynet-creative-studio-subhead-line {
    flex: 0 auto;
    order: 0;
    width: 56%;
    margin-top: 0;
    margin-right: 0;
  }

  .ynet-creative-studio-header-logo {
    justify-content: flex-end;
    margin-bottom: 4px;
    display: none;
  }

  .ynet-creative-studio-header-logo-mobile {
    flex: 0 auto;
    justify-content: flex-end;
    margin-bottom: 4px;
    display: flex;
  }

  .image-125 {
    flex: 0 auto;
    width: 30px;
    margin-right: 6px;
  }

  .heading-2 {
    text-align: center;
    width: 190%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
  }

  .ynet-creative-studio-header-social-buttons {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 8px;
    position: absolute;
    left: 0;
  }

  .ynet-creative-studio-header {
    height: 0%;
    margin-top: 0;
    margin-bottom: auto;
  }

  .ynet-creative-studio-subhead-warpper {
    grid-column-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    height: 68px;
  }

  .image-126, .image-127 {
    width: 30px;
    height: 30px;
  }

  .ynet-creative-studio-project-name {
    aspect-ratio: 1;
    object-fit: cover;
    flex: 0 auto;
    height: 40px;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 15px;
  }

  .ynet-creative-studio-project-warpper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    flex: 0 auto;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    align-self: center;
    place-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
  }

  .ynet-creative-studio-project-title {
    flex: 0 auto;
    align-self: stretch;
    margin-top: 0;
    font-weight: 700;
  }

  .ynet-creative-studio-portfolio-warpper {
    align-items: center;
    width: 100%;
    margin-top: 5%;
    display: flex;
  }

  .ynet-creative-studio-protfolio-footer {
    background-color: #fff;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-self: stretch;
    margin-left: 0;
    padding-right: 10px;
    display: flex;
  }

  .bold-text-53 {
    font-size: 14px;
  }

  .ynet-creative-studio-project-warp {
    aspect-ratio: auto;
    object-fit: cover;
    border: 1px solid #dadada;
    flex: 0 auto;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    height: 300px;
  }

  .ynet-creative-studio-scrolltotop-wrap {
    z-index: 6;
    border-radius: 30px 0 0 30px;
    justify-content: center;
    height: 70px;
    padding: 12px 6px 11px 8px;
    right: -1%;
  }

  .ynet-creative-studio-scrolltotop-wrap.w--current {
    padding-bottom: .5rem;
  }

  .ynet-creative-studio-project-button-text {
    flex: 0 auto;
    align-self: auto;
  }

  .ynet-creative-studio-project-thumbnail {
    aspect-ratio: 1;
    object-fit: fill;
    flex: 1;
    align-self: center;
  }

  .text-block-116 {
    font-size: 12px;
  }

  .ya-brand-landing {
    height: 80svh;
  }

  .ya-ark-head-back {
    border-radius: 40px;
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
  }

  .ya-ark-song-info-box {
    margin-bottom: 10px;
    padding-top: 16px;
  }

  .ya-ark-head-crop {
    border-radius: 0 0 40px 40px;
    width: 80px;
    height: 100px;
  }

  .ya-ark-background-video {
    background-color: #0006;
  }

  .ya-ark-background-video.ya-ark-sec-dark {
    background-color: #0006;
    width: 180%;
    margin-right: -80%;
  }

  .ya-brand-credit {
    letter-spacing: 0;
    font-size: 5vw;
    line-height: 5vw;
  }

  .ya-ark-h2 {
    margin-bottom: 4px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .ya-ark-h2.ya-ark-h2-invert {
    color: #ddd;
    text-shadow: 0 1px 1px #0003;
  }

  .ya-ark-head-box {
    width: 100%;
    margin-right: 0%;
  }

  .ya-ark-h3.ya-ark-h3-invert {
    color: #ddd;
    text-shadow: 0 1px 1px #0003;
  }

  .ya-brand-land-box {
    height: 88%;
  }

  .ya-brand-text-box {
    width: 60%;
  }

  .ya-brand-head-box {
    margin-bottom: 20%;
    margin-right: -2px;
  }

  .ya-brand-h1 {
    text-shadow: 0 2px 5px #0000004d;
  }

  .ya-brand-h1.gallerya {
    letter-spacing: -2px;
    font-size: 14vw;
    line-height: 11vw;
  }

  .ya-ark-box-left {
    margin-top: 5%;
  }

  .ya-brand-yedlogo {
    width: 90px;
  }

  .ya-ark-sec {
    height: auto;
  }

  .ya-brand-h2 {
    text-shadow: 0 2px 5px #00000059;
    width: 100%;
  }

  .ya-brand-h2.gallerya {
    letter-spacing: -.3px;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .ya-ark-qu {
    letter-spacing: -1.5px;
    width: 100%;
    max-width: 16ch;
    margin-top: 10px;
    font-size: 8vw;
    line-height: 7vw;
  }

  .ya-ark-qu.ya-ark-qu-invert {
    color: #ddd;
    -webkit-text-stroke-width: 0px;
    text-shadow: 0 2px 2px #0003;
  }

  .ya-ark-h1 {
    letter-spacing: 0;
    width: 100%;
    min-width: auto;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    font-size: 8vw;
    line-height: 7vw;
  }

  .ya-ark-h1.ya-ark-h1-invert {
    color: #ddd;
    letter-spacing: -.6px;
    text-shadow: 0 1px 1px #0003;
  }

  .ya-ark-h1.short {
    max-width: 8ch;
  }

  .ya-ark-h1.shortest {
    max-width: 5ch;
  }

  .ya-ark-box {
    min-height: 60vh;
    margin-bottom: 30px;
  }

  .ya-ark-close-icon {
    transform: rotate(45deg);
  }

  .ya-ark-head-wrap {
    width: 100%;
  }

  .ya-brand-date-box.gallerya {
    margin-right: 4px;
  }

  .text-block-119 {
    font-size: 16px;
    line-height: 16px;
  }

  .ya-brand-header-share-icon {
    width: 26px;
    height: 26px;
  }

  .ya-brand-header {
    height: 40px;
  }

  .ya-brand-footer-endcredits {
    width: 85%;
  }

  .ya-brand-footer-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    width: 100%;
  }

  .ya-brand-footer-yedlogo {
    height: 15px;
  }

  .ya-brand-footer-txt {
    text-align: center;
    font-size: 14px;
  }

  .ya-brand-land-paraback {
    height: 80vh;
  }

  .ya-brand-land-paraback-b, .ya-brand-land-paraback-m, .ya-brand-land-paraback-f {
    min-height: 100%;
  }

  .new_small-copy {
    font-size: .9rem;
  }

  .war-wrapper--kidnapp-alertscopy {
    width: 100%;
    height: 90px;
    margin-right: auto;
  }

  .html-embed-11 {
    align-self: flex-start;
    width: 260px;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .wrapper-kidnapp-number-componnent {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #fff;
    border-right: 0 solid #1c316d;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .wrapeer-number-captivty {
    border-left: 2px solid #1c316d;
    border-right: 0 solid #1f3269;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    display: flex;
  }

  .text-block-123 {
    color: #de1a1a;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
  }

  .wrapeer-number-freecopy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    display: flex;
  }

  .title-alerts-war-copy {
    z-index: 20;
    background-color: #de1a1a;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 24px;
    display: flex;
    position: relative;
  }

  .war-wrapper--kidnapp-alertscopy-copy {
    width: 75%;
    max-width: 100%;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .link-block-173 {
    color: #000;
    width: 45%;
    text-decoration: none;
  }

  .text-block-124, .text-block-125 {
    font-size: .9rem;
  }

  .wrapper-wardata-flag-murder {
    width: 100%;
    height: 40%;
  }

  .ya-24-recs-header {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .ya-24-recs-item-head-txt-stars {
    perspective-origin: 100%;
    transform-origin: 100%;
    margin-top: 0;
  }

  .ya-24-recs-item-body {
    margin-top: 2px;
  }

  .ya-24-recs-item-head-txtbox {
    align-items: flex-start;
    margin-bottom: 2px;
  }

  .ya-24-recs-item-head-writer-txt {
    font-size: 1rem;
  }

  .ya-24-recs-item-head-imgbox {
    justify-content: center;
    align-items: center;
  }

  .ya-24-recs-item {
    perspective-origin: 50%;
    transform-origin: 50%;
    width: 100%;
    margin-bottom: 20px;
  }

  .ya-hro23-item-headpic-crop.big {
    width: 70px;
    height: 70px;
  }

  .ya-hro23-item-text-names {
    margin-bottom: 0;
  }

  .ya-hro23-land-logo-frame {
    padding: 3vw 4vw 4vw;
  }

  .ya-hro-land-header-yedlogobox {
    top: -26px;
  }

  .ya-hro23-item-text-h1.big {
    letter-spacing: -.5px;
    font-size: 10vw;
    line-height: 8vw;
  }

  .ya-hro23-land-logo-txt {
    letter-spacing: -1px;
    font-size: 12vw;
    line-height: 1.8rem;
  }

  .ya-hro23-land-logo-txt._2023 {
    letter-spacing: -2px;
  }

  .ya-hro-land-header-yedlogo {
    width: 110px;
    padding: 6px 8px 8px;
  }

  .ya-hro23-content-txt-frame {
    border-radius: 20px;
    margin-top: 70px;
  }

  .ya-hro23-item-text-h2.big {
    font-size: 1.1rem;
    line-height: .6rem;
  }

  .ya-hro23-land-logo-lot {
    width: 8vw;
    height: 18vw;
    margin-bottom: -37px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .ya-hro23-landing-box.inner {
    margin-top: 70px;
    transform: scale(.8);
  }

  .ya-hro23-item-h3 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2rem;
  }

  .ya-hro23-land-h1 {
    flex: 0 auto;
    padding-left: 6px;
    padding-right: 6px;
    font-size: .9em;
  }

  .ya-hro23-land-h1.negative.mb, .ya-hro23-land-h1.mb {
    display: none;
  }

  .ya-hro23-land-h1.mb-show {
    color: #222;
    text-align: center;
    background-color: #fff0;
    width: 26ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
    font-weight: 600;
    line-height: 5vw;
    display: block;
  }

  .ya-hro23-item-box, .ya-hro23-items-wrap {
    width: 100%;
  }

  .ya-hro23-item-image-credit {
    font-size: 1rem;
  }

  .days-to-war-wrapper-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
    height: auto;
    padding: 0 5px;
    display: flex;
  }

  .wrapper-alerts-war-copy-kidnapp {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 50%;
    margin-bottom: 0;
    font-size: 1.6rem;
    display: flex;
    position: relative;
  }

  .wrappper-rightside-kidnapp-img {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    width: 70%;
    height: 169px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .wrapeer-image-gallery-kidnapp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start space-around;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
  }

  .wrapper-war-component-mobilekidnapppic-copy-copy {
    color: #000;
    background-color: #25408f;
    background-image: linear-gradient(165deg, #25408f 29%, #000);
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    height: 184px;
    padding: 8px 10px 5px 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .image-136 {
    align-self: flex-start;
    width: 124px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .war-wrapper-kidanpp-captivity-hompage {
    width: 100%;
    height: 80px;
  }

  .wrapper-number-captivity-freedom {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    margin-top: auto;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .wrap-captivity-namber-text {
    border-left: 1px solid #15234f;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    display: flex;
  }

  .wrap-freedom-namber-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    display: flex;
  }

  .slider-6 {
    direction: ltr;
    background-color: #ddd0;
    width: 45%;
    height: 100%;
  }

  .right-arrow-3, .left-arrow-2, .slide-nav-3 {
    display: none;
  }

  .war-wrapper-merder-kidnapp-hompagecom {
    width: 100%;
    height: 400px;
    margin-top: 0;
    position: relative;
    overflow: hidden;
  }

  .text-light-candle-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 52px;
    margin-top: auto;
    display: flex;
    overflow: hidden;
  }

  .ya-hro23-items-wrap-ci {
    width: 85%;
  }

  .button-12, .button-13, .button-14, .button-15 {
    font-size: 1rem;
  }

  .text-block-86-moses {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .text-block-95--mos {
    color: #fff;
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-131-mos, .text-block-132-mos {
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: .9rem;
  }

  .text-block-130-mos, .text-block-130-copy {
    color: var(--1417ac);
    -webkit-text-stroke-color: var(--1417ac);
    width: auto;
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }

  .light-a-candle-text--kidnapp-gallmosery-copy-copy {
    text-align: right;
    width: 120%;
    padding-right: 3px;
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 13px;
    line-height: 13px;
  }

  .marder-title--kidnapp-gallery-mos {
    color: #fff;
    text-align: right;
    padding-right: 3px;
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-94--mos {
    text-align: center;
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 14px;
    line-height: 15px;
  }

  .link-block-176 {
    color: #000;
    width: 100%;
    text-decoration: none;
  }

  .slide-9 {
    text-align: center;
  }

  .ya-ednat-land {
    margin-top: 40px;
  }

  .ya-ednat-land-img-r, .ya-ednat-land-img-l, .ya-ednat-land-img-m {
    width: 100%;
    height: auto;
  }

  .ya-ednat-content {
    width: 100%;
    padding: 25px 10px 15px;
  }

  .ya-cfu-item-song-artist {
    color: #009dde;
    text-align: center;
    letter-spacing: 0;
    font-size: 4svw;
    font-weight: 400;
    line-height: 4svw;
  }

  .ya-cfu-item-song-artist.odd {
    text-align: left;
  }

  .ya-cfu-item-song-artist.hide {
    text-align: right;
    display: block;
  }

  .ya-cfu-item-trigger {
    z-index: 2;
    background-color: #009dde;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    margin-left: -5px;
    margin-right: -5px;
    display: block;
    position: relative;
  }

  .ya-cfu-item-box-in {
    z-index: 0;
    box-shadow: none;
    background-color: #fff0;
    width: 100vw;
    height: auto;
    padding: 0 0%;
    position: relative;
    transform: none;
  }

  .ya-cfu-item-img-box {
    width: 42vw;
    margin-left: 15px;
    margin-right: 15px;
    padding: 5px;
    transform: rotate(3deg);
  }

  .ya-cfu-item-img-box.odd {
    margin-left: 20px;
    margin-right: 15px;
    transform: rotate(-3deg);
  }

  .ya-cfu-item-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 -4px 0%;
    transform: perspective(500px)perspective(2000px)perspective(239px)translate(0);
  }

  .ya-cfu-item-trigger-glyph {
    color: #000;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2rem;
  }

  .ya-cfu-item-song-box {
    flex-direction: column;
    align-items: flex-start;
    max-width: 45%;
    height: auto;
    display: flex;
    position: static;
  }

  .ya-cfu-item-song-box.odd {
    padding-right: 12px;
  }

  .ya-cfu-item-song-box.tight {
    max-width: 45%;
  }

  .ya-cfu-item-cont-name {
    display: none;
  }

  .ya-cfu-item-box-out {
    flex-direction: row;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .ya-cfu-item-box-out.odd {
    flex-direction: row-reverse;
  }

  .ya-cfu-item-cont-img {
    display: none;
  }

  .ya-cfu-content-container {
    flex-flow: column;
    align-items: center;
    width: 100vw;
    padding: 30px 0;
  }

  .ya-cfu-content-sec {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .ya-cfu-item-txt-box {
    flex: 1;
    height: 30px;
    min-height: 30px;
    max-height: 40px;
  }

  .ya-cfu-item-cont-song-box {
    display: none;
  }

  .ya-cfu-item-img-crop {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
  }

  .ya-cfu-land-frame {
    width: 85%;
    padding-top: 40px;
  }

  .ya-cfu-land-h2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .ya-cfu-land-video {
    margin-bottom: 20px;
  }

  .ya-cfu-land-logo {
    width: 55vw;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .ya-cfu-land-action {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .ya-cfu-land-branding-frame {
    width: 80vw;
    height: 10vw;
  }

  .ya-ednat-text {
    width: 90%;
    margin-bottom: 30px;
  }

  .ya-ednat-text h2 {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .ya-ednat-text p {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .ya-ednat-text h3 {
    letter-spacing: .3px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .yay-header-pos {
    height: 40px;
  }

  .yay-header-pos.dark {
    background-color: #16161700;
    background-image: linear-gradient(#161617, #161617cc);
  }

  .yay-header-share-box {
    width: 50px;
  }

  .ya-header-share-link-block {
    margin-right: 4px;
  }

  .ya-header-share-link-icon {
    width: 25px;
    height: 20px;
  }

  .yay-lheader-ynetlogo {
    width: 50px;
    height: 22px;
  }

  .yay-lheader-yedlogo {
    width: 120px;
    height: 18px;
  }

  .yay-lheader-yedlogo.wide {
    height: 20px;
  }

  .wrapper-sport-event2024 {
    background-image: none;
    flex-wrap: nowrap;
    width: 100%;
  }

  .wrappermaintitle-sportevent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: url('../images/Group-66-1.png');
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .ya-cfu-item-cont-2 {
    border-left-style: none;
    border-left-width: 2px;
    border-right-style: none;
    border-right-width: 2px;
    margin: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .ya-cfu-item-cont-rtf {
    color: #f8f8f8;
    border-bottom: 1px solid #009dde;
    padding-bottom: 20px;
    font-weight: 300;
  }

  .ya-cfu-item-cont-rtf h1 {
    display: none;
  }

  .ya-cfu-item-cont-rtf h3 {
    margin-bottom: 10px;
  }

  .ya-cfu-item-cont-rtf h4 {
    display: none;
  }

  .ya-cfu-item-cont-rtf p {
    line-height: 140%;
  }

  .ya-cfu-item-song-name_2 {
    color: #fff;
    text-align: right;
    letter-spacing: .5px;
    max-width: 100%;
    margin-bottom: 2px;
    font-size: 6svw;
    font-style: normal;
    line-height: 6svw;
  }

  .ya-cfu-item-song-name_2.odd {
    text-align: left;
  }

  .ya-cfu-content-sec-2 {
    overflow: hidden;
  }

  .ya-cfu-item-txt-name-2 {
    text-align: center;
    width: 100%;
    margin-top: 3px;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 4.5svw;
  }

  .ya-cfu-item-cont-4, .ya-cfu-item-cont-5 {
    border-left-style: none;
    border-left-width: 2px;
    border-right-style: none;
    border-right-width: 2px;
    margin: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .open-sentance-sportevent2024-2 {
    text-align: center;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .wrapper-jjanuary-section-sport2024 {
    margin-top: 0;
  }

  .wrapper-main-title-sportevent {
    object-fit: fill;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 9px;
    position: static;
  }

  .textblock-subtitle-spoetevents2024 {
    color: #fff;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 335px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
  }

  .war-pop-up-text {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .image-109--flagwar-popap-image {
    width: 30%;
    height: 66px;
    margin-right: 0;
    padding-left: 0;
    display: block;
    inset: auto auto -33% -3%;
  }

  .textblock-dateofevent-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    line-height: 26px;
  }

  .ya-brand-header-2 {
    height: 10vw;
    max-height: 40px;
    display: flex;
  }

  .ya-brand-header-2.ya-24 {
    height: 40px;
  }

  .ya-cfu-paging {
    margin-top: 30px;
  }

  .ya-cfu-paging-box {
    margin-top: 0;
  }

  .ya-cfu-paging-but.w--current {
    z-index: 1;
    position: relative;
  }

  .wrapper-all-sportevent {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .container-fallen-copy {
    padding-top: 1.2rem;
  }

  .wrapper-war-component-desk-clock-copy {
    display: none;
  }

  .event-sport-rightsidewrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    overflow: visible;
  }

  .main-title-month-sportevent-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .fallen-search-form-kidnapp-ed {
    max-width: 22rem;
    display: none;
  }

  .form-3 {
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
    display: flex;
  }

  .radio-button-label-4 {
    padding-top: 0;
  }

  .radio-button-field-5.c-ballhand, .radio-button-field-5.color-water-ball, .radio-button-field-5.color-windsurfing, .radio-button-field-5.color-football, .radio-button-field-5.colorfootball, .radio-button-field-5.c-swimming, .radio-button-field-5.c-athletics, .radio-button-field-5.c-formola, .radio-button-field-5.color-judo, .radio-button-field-5.color-instruments, .radio-button-field-5.color-bicycle, .radio-button-field-5.color-tenis, .radio-button-field-5.color-bycycale, .radio-button-field-5.color-byccle, .radio-button-field-5.color-olmp, .radio-button-field-5.color-olim, .radio-button-field-5.color-olimp, .radio-button-field-5.color-basketball, .radio-button-field-5.color-baseball, .radio-button-field-5.color-gymnastics {
    padding: 4px;
  }

  .wrappper-rightside-kidnapp-img-copy-clock {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    width: 100%;
    height: 169px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .wrapper-war-component-mobilekidnapppic-copy-copy-copy-clock {
    color: #000;
    background-color: #25408f00;
    flex-direction: row;
    width: 160px;
    max-width: 100%;
    height: 184px;
    padding: 8px 0 5px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .text-block-151 {
    width: 100%;
    display: none;
  }

  .bold-text-58 {
    text-align: center;
  }

  .maintitle-image-desk-sport2024 {
    width: 90%;
    margin: 20px 20px 40px;
    padding-bottom: 0;
    display: none;
    inset: 49% 116% 50% 17px;
  }

  .maintitle-image-mobilr-sport2024-copy {
    width: 90%;
    margin: 40px 20px;
    padding-bottom: 0;
    display: block;
    inset: 49% 116% 50% 17px;
  }

  .sportevent2024-hader {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    position: static;
  }

  .peb-wrapper-sport-event2024-janu-tryarycopy-copy-copy-copy {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    margin: 0 0 0 10px;
    display: flex;
  }

  .form-block-2--feb {
    height: auto;
    display: flex;
  }

  .event-sport-left-side-wrapper-feb-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block--spoetevent-3 {
    width: 100.006%;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-157 {
    font-size: 30px;
    line-height: 30px;
  }

  .tablinksport2024 {
    border: 1px solid #0000;
    width: 105px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tablinksport2024.w--current {
    border-left-width: 1px;
    width: 105px;
  }

  .tablinksport2024.nolinewhite {
    width: 105px;
    margin-top: 10px;
  }

  .tablinksport2024.nolinewhite.w--current {
    width: 105px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tablinksport2024.no-line-right {
    border: 1px solid #0000;
    width: 105px;
    margin-bottom: 10px;
  }

  .tablinksport2024.no-line-right.w--current {
    width: 105px;
  }

  .tablinksport2024.mid-line2024 {
    border-left-color: #fff;
    border-right-color: #fff;
    width: 105px;
    margin-bottom: 10px;
  }

  .tablinksport2024.mid-line2024.w--current {
    width: 105px;
  }

  .text-block-158 {
    padding-left: 0;
    font-size: 18px;
  }

  .text-span-62 {
    font-size: 45px;
  }

  .tab-pane-tab-2-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-7 {
    width: 100%;
  }

  .wrapper-left-side2024 {
    flex-direction: column;
    width: 100%;
  }

  .image-149 {
    width: 227px;
  }

  .radio-button-field-all.colorfootball {
    padding: 4px;
  }

  .tabs-sport-event2024 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    place-content: stretch center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-content-sport-event2024 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tabs-5-wrapper-spoer-event2024 {
    width: 100%;
  }

  .text-block-165 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wrapper-boardofthegame {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1px;
  }

  .wrapper-text-button-sport-event {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .ynet-24sport-credits-warpper {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ynet-footer {
    flex-direction: row-reverse;
    padding-right: 10px;
    display: flex;
  }

  .new_small-copy-copy {
    font-size: .8rem;
  }

  .text-block-167 {
    padding-left: 22px;
    padding-right: 11px;
    font-size: 16px;
  }

  .link-block-178 {
    width: 90%;
  }

  .text-block-169 {
    width: 335px;
    min-width: auto;
    font-size: .8rem;
    line-height: 1.2;
  }

  .mov_pic_next24 {
    align-items: center;
    width: 300px;
    margin-bottom: 10px;
  }

  .small_title_down {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon_next24 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .whiteline {
    width: 300px;
  }

  .html-embed-12 {
    height: 171px;
  }

  .small-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .gallery_next_24 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .img_logonext24 {
    object-fit: fill;
    padding-bottom: 20px;
    display: none;
    overflow: hidden;
  }

  .img_logonext24._2 {
    display: block;
  }

  .page2_next24 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .div-block-109, .image-154 {
    width: 300px;
  }

  .logo_ynet_24 {
    margin-bottom: 20px;
  }

  .header_next_24 {
    position: static;
  }

  .number_24next {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .down_text_credit_24 {
    width: 300px;
    font-size: 14px;
  }

  .bigtext {
    align-self: flex-start;
    width: 54px;
  }

  .page1_next24 {
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .box_text24 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-11 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 21px;
  }

  .paragraph-11._1 {
    width: 300px;
  }

  .heading-25 {
    direction: rtl;
  }

  .text-block-171 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }

  .text-block-172 {
    font-size: 19px;
    line-height: 22px;
  }

  .line {
    font-size: 9px;
    line-height: 5px;
  }

  .big_text24 {
    margin-left: auto;
    margin-right: auto;
  }

  .whith_line_sport_event_info {
    width: auto;
    height: 1px;
    margin: 31px auto;
  }

  .androiad-_sport_event2024 {
    width: auto;
  }

  .button_back_sport2024 {
    width: 250px;
    font-size: 20px;
  }

  .button-18 {
    color: #b4bcbc;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: .9;
  }

  .button-18.w--current {
    width: auto;
    padding-right: 9px;
  }

  .ynet-footer-links-text-2 {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }

  .textblock-subtitle-spoetevents2024-2 {
    color: #fff;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }

  .div-block-111 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 90%;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .wrappermaintitle-sportevent-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: url('../images/Group-66-1.png');
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .wrapper-main-title-sportevent-2 {
    object-fit: fill;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 9px;
    position: static;
  }

  .link-26 {
    color: #fff;
    text-decoration: none;
  }

  .div-block-112 {
    text-align: center;
  }

  .link-27 {
    color: #fff;
    text-decoration: none;
  }

  .body-29.laisha {
    direction: ltr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-5 {
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 6px;
  }

  .ynet-footer-links-text-3 {
    color: #fff;
    text-align: right;
    font-size: 12px;
    text-decoration: none;
  }

  .mezuke-project-text-warp {
    width: 100%;
  }

  .link-28 {
    color: #fff;
    text-decoration: none;
  }

  .text-block-180 {
    text-align: right;
    letter-spacing: .2px;
    width: 100%;
    font-size: 17px;
    line-height: 21px;
  }

  .mezuke-project-credit-box {
    width: 290px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .mezuke-project-headline-warp {
    align-items: flex-start;
    margin-left: 8%;
    margin-right: 8%;
    display: flex;
  }

  .ynet-footer-mezuke {
    justify-content: space-between;
    align-items: center;
    padding: 6px 0 6px 5px;
  }

  .ynet-footer-creative_studio-image-2 {
    width: 66px;
  }

  .image-159 {
    width: 321px;
  }

  .link-29 {
    color: #fff;
    text-align: right;
    padding-right: 0;
    text-decoration: none;
  }

  .mezuke-project-credit-box-warp {
    align-self: center;
  }

  .mezuke-nav-bar-logo-warp {
    margin-left: 9px;
    margin-right: 5px;
  }

  .ya-brand-h1-light {
    letter-spacing: -2.5px;
  }

  .ya-gallerya-land-overlay {
    width: 80%;
  }

  .ya-brand-credit-2 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .ya-brand-text-box-2 {
    width: 80%;
  }

  .ya-brand-text-box-2.gallerya {
    width: 60%;
  }

  .ya-gallerya-item-trigger {
    max-width: 90%;
    overflow: hidden;
  }

  .ya-gallerya-item-img {
    max-width: 300%;
    height: 60vh;
    min-height: auto;
  }

  .ya-gallerya-item-rtf {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .ya-gallerya-item-trigger-txt {
    font-size: 5vw;
    line-height: 5vw;
  }

  .image-161 {
    margin-right: 10px;
    padding-right: 2px;
  }

  .text-block-181 {
    font-size: 24px;
  }

  .section-7 {
    text-align: center;
  }

  .ya-brand-header-yedlogo-link {
    height: 24px;
  }

  .wrapper-telegram-content-redmail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 320px;
    margin: 10px auto;
  }

  .icon-tel-img {
    width: 35px;
  }

  .headline-ynet-push--now {
    font-size: 14px;
  }

  .p-push-ynet {
    font-size: 18px;
    line-height: 20px;
  }

  .text-time-redmail {
    margin-top: 3px;
    font-size: 13px;
    line-height: 15px;
  }

  .wrapper-telegram-msg {
    width: auto;
    padding: 12px;
  }

  .wrapper-telegram-msg.oneline {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 16px;
  }

  .wrapper-redmail-msg {
    width: auto;
    padding: 12px 12px 12px 16px;
  }

  .wrp-tel-masg-img, .wrp-telegram-messages-img {
    width: auto;
    padding: 12px;
  }

  .headline-tel {
    margin-top: 3px;
    font-size: 13px;
    line-height: 15px;
  }

  .wrapper-push-ynet {
    width: auto;
    padding: 12px 12px 12px 16px;
  }

  .p-red-mail {
    font-size: 15px;
    line-height: 19px;
  }

  .icon-redmail-img {
    width: 35px;
  }

  .headline-ynet-push {
    font-size: 16px;
  }

  .icon-redmail, .icon-telegram {
    width: 35px;
  }

  .wrp-img-report {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .section2-redmail {
    width: auto;
    height: 500px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section1-main-title-redmail {
    height: 400px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .main-title-redmail {
    font-size: 32px;
    line-height: 24px;
  }

  .main-p-redmail {
    text-align: center;
    width: auto;
  }

  .wrp-content-redmail {
    background-image: none;
    height: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-31 {
    overflow: visible;
  }

  .image-168 {
    width: 30px;
    height: 31px;
  }

  .wrp-social-icon-2 {
    justify-content: space-between;
  }

  .link-whattsap-icon-white-2 {
    width: 30px;
  }

  .header-ynet-black-2 {
    z-index: 40;
    background-image: url('../images/640-mobile.png');
    background-position: 50% 0;
    background-size: auto;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 10px 50px;
  }

  .image-63-copy-2 {
    width: auto;
    height: auto;
  }

  .bk-image-redmail {
    width: 100vw;
    height: 100vh;
    inset: 0%;
  }

  .wrp-all-msg-06-30-07-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrp-tel-masg-video {
    width: auto;
    padding: 12px;
  }

  .wrp-all-msg-09-00-10-00, .wrp-all-msg-07-00-08-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrp-tel-masg-img-3 {
    width: auto;
    padding: 12px;
  }

  .p-push-ynet-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .wrapper-tele-msg-2 {
    width: auto;
    padding: 12px;
  }

  .wrapper-tele-msg-2.oneline {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 16px;
  }

  .wrp-tel-masg-video-2 {
    width: auto;
    padding: 12px;
  }

  .wrp-all-msg-08-00-09-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p-red-mail-2 {
    font-size: 15px;
    line-height: 19px;
  }

  .wrp-tel-masg-img-4 {
    width: auto;
    padding: 12px;
  }

  .wrp-all-msg-11-00-12-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p-push-ynet-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .wrp-all-msg-10-00-11-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p-red-mail-english {
    font-size: 15px;
    line-height: 19px;
  }

  .wrp-all-msg-12-00-13-00, .wrp-all-msg-17-00-18-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrapper-telegram-msg-3 {
    width: auto;
    padding: 12px;
  }

  .wrapper-telegram-msg-3.oneline {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 16px;
  }

  .wrapper-redmail-msg-2 {
    width: auto;
    padding: 12px 12px 12px 16px;
  }

  .p-red-mail-3 {
    font-size: 15px;
    line-height: 19px;
  }

  .wrp-all-msg-13-00-14-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrapper-telegram-msg-4 {
    width: auto;
    padding: 12px;
  }

  .p-red-mail-4 {
    font-size: 15px;
    line-height: 19px;
  }

  .wrp-all-msg-14-00-15-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrapper-telegram-msg-5 {
    width: auto;
    padding: 12px;
  }

  .wrapper-redmail-msg-4 {
    width: auto;
    padding: 12px 12px 12px 16px;
  }

  .wrp-all-msg-15-00-16-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p-red-mail-5 {
    font-size: 15px;
    line-height: 19px;
  }

  .wrp-tel-masg-img-5 {
    width: auto;
    padding: 12px;
  }

  .headline-tel-2 {
    margin-top: 3px;
    font-size: 13px;
    line-height: 15px;
  }

  .wrp-all-msg-18-00-19-00, .wrp-all-msg-19-00-20-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrp-telegram-messages-img-2 {
    width: auto;
    padding: 12px;
  }

  .wrp-all-msg-16-00-17-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section2-redmail-title {
    width: auto;
  }

  .main-title-redmail-big {
    margin-bottom: 0;
    font-size: 95px;
    line-height: 53px;
  }

  .main-title-redmail-small {
    font-size: 38px;
    font-weight: 500;
    line-height: 30px;
  }

  .main-p-redmail-copy {
    text-align: center;
    width: auto;
  }

  .wrp-sticky-clock-houers {
    z-index: 40;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    text-align: center;
    background-image: linear-gradient(#36353500, #363535 0% 65%, #fff0);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    min-width: 100vw;
    height: 90px;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 1.1rem;
    display: flex;
    position: sticky;
    top: 40px;
    overflow: scroll;
  }

  .link-clock-redmail {
    border-top-width: 0;
    border-left-color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .link-clock-redmail.w--current {
    font-size: 16px;
  }

  .text-clock-redmail {
    text-align: center;
    letter-spacing: 3px;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    padding: 0 10px 0 12px;
    font-size: 17px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .text-clock-redmail:hover {
    color: #de1a1a;
  }

  .wrp-all-mag-containr-redmail {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .scrolltotop-redmail {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 2px 40px;
    left: auto;
    right: 10px;
  }

  .scrolltotop-redmail.w--current {
    background-color: #0000;
    margin-left: 6px;
    padding-bottom: .5rem;
  }

  .text-block-69-whit-redmail {
    display: none;
  }

  .ynet-footer-redmails {
    justify-content: space-between;
    align-items: center;
    padding: 6px 0 6px 5px;
  }

  .div-block-117 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section2-redmail-copy {
    width: auto;
    height: 400px;
  }

  .wrp-tel-masg-img-6 {
    width: auto;
    padding: 12px;
  }

  .wrp-all-msg-23-00-24-00, .wrp-all-msg-24-00-01-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .headline-tel-3 {
    margin-top: 3px;
    font-size: 13px;
    line-height: 15px;
  }

  .p-red-mail-6 {
    font-size: 15px;
    line-height: 19px;
  }

  .wrp-all-msg-22-00-23-00, .wrp-all-msg-21-00-22-00, .wrp-all-msg-01-00-06-00, .wrp-all-msg-20-00-21-00 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footet_text_credits {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 1.1;
  }

  .redmail_mishne {
    text-align: right;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .faq-3 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-p {
    width: auto;
  }

  .faq-body-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .faq-answer {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .redmail_mishne-copy {
    text-align: right;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .wrp-redmail-masg-video {
    width: auto;
    padding: 12px;
  }

  .hedline-redmail {
    margin-top: 3px;
    font-size: 13px;
    line-height: 15px;
  }

  .ya-7d-blt-head-7d_logo {
    width: 60px;
  }

  .ya-footer-2024 {
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ya-footer-2024-box {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }

  .ya-7d-blt-head-h1 {
    margin-top: 20px;
    font-size: 16vw;
    line-height: 90%;
  }

  .ya-7d-blt-head-yed_logo {
    height: 22px;
    margin-top: 11px;
    padding: 5px 49px 7px 6px;
  }

  .ya--header-ynet_logo {
    height: 1.3em;
  }

  .ya-7d-blt-video {
    aspect-ratio: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
  }

  .ya-7d-blt-txt-rtf {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .ya-7d-blt-txt-rtf p {
    font-size: 1.05rem;
  }

  .ya-7d-blt-txt-rtf h1 {
    text-indent: -7.5vw;
  }

  .ya-7d-blt-sec {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100vw;
    max-width: 100vw;
    position: relative;
  }

  .ya-7d-blt-timeline {
    z-index: 3;
    border-left-width: 4px;
    width: 6%;
  }

  .bold-text-85 {
    display: inline-block;
  }

  .ya-7d-blt-head-creditbox {
    font-family: "Mosestext 1", sans-serif;
    display: block;
  }

  .ya-7d-blt-head-h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5vw;
  }

  .ya-7d-blt-vis-wrap {
    width: 100%;
    height: 40vh;
    margin-right: 0;
    box-shadow: 0 40px 50px #000;
  }

  .ya-7d-blt-vis-wrap.video {
    max-width: none;
    overflow: hidden;
  }

  .ya-7d-blt-vis-wrap.small.image, .ya-7d-blt-vis-wrap.small.non-stick {
    position: relative;
  }

  .ya-7d-blt-head-date {
    font-size: 1.1rem;
  }

  .ya-7d-blt-head-h3 {
    height: 22px;
    margin-top: 11px;
    margin-left: -38px;
    padding-top: 1px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 125%;
  }

  .ya-7d-blt-cont-wrap {
    z-index: 0;
    width: 84%;
    margin-left: 5%;
    margin-right: auto;
    position: relative;
  }

  .ya-7d-blt-body {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-27 {
    font-size: 3.1em;
    line-height: 78%;
  }

  .ya-7d-blt-land {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ya-7d-blt-head-credit {
    border-bottom-width: 2px;
    font-size: 1.1rem;
  }

  .ya-7d-blt-land-vis-smoke {
    width: 200%;
  }

  .ya-footer-2024-txtlink {
    font-size: 12px;
  }

  .ya-7d-blt-head-texbox {
    width: 80%;
    margin-right: 12%;
  }

  .ya-7d-blt-vis-wrap-overlay {
    width: 100%;
    height: 50vh;
    display: none;
  }

  .ya-7d-blt-video-pad {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .white {
    font-weight: 100;
  }

  .ya-7d-blt-big_video {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
  }

  .ya-7d-blt-img-credit {
    letter-spacing: .5px;
    background-color: #222;
    max-width: none;
    font-size: .7em;
    font-weight: 400;
    line-height: 125%;
    bottom: 0%;
    left: 0;
    right: auto;
  }

  .ya-footer-2024-yedlogo {
    margin-bottom: 20px;
  }

  .ya-7d-blt-ynet_head {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-image: linear-gradient(#161617 5%, #161617b3);
    border-bottom: 1px solid #5e5d5d1a;
    align-items: center;
    height: 36px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .ya-7d-blt-map-wrap-box {
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .ya-7d-blt-map-lootie {
    object-fit: cover;
    min-width: 120%;
    min-height: auto;
    max-height: none;
  }

  .navbar-report {
    box-shadow: none;
    padding-right: 10px;
    position: static;
  }

  .image-179 {
    width: 30px;
    height: 30px;
  }

  .wrapper-main-section_helpwar-2 {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .main_title_report {
    line-height: 1.1;
  }

  .heading-28 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 30px;
  }

  .text-span-75 {
    color: #1417ac;
    font-size: 26px;
  }

  .text-span-76 {
    font-size: 50px;
    line-height: 40px;
  }

  .bold-text-87 {
    color: #000;
    line-height: 30px;
  }

  .text-block-182 {
    color: #000;
    border-left-width: 4px;
    border-right-width: 4px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  .ynet-report-footer-links {
    flex-direction: row-reverse;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .ynet-footer-creative_studio-image-3 {
    width: 60px;
  }

  .ynet-footer-links-text-4 {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }

  .link-31, .link-32 {
    color: #fff;
    text-decoration: none;
  }

  .war_hp_wrap {
    display: none;
  }

  .div_war_hp_days {
    background-color: #fff0;
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .div_line.mobile {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div_war_hp_redlines {
    display: none;
  }

  .text_war_hp_days {
    color: #000;
    text-align: center;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 65px;
    line-height: 47px;
  }

  .text_war_hp_days.alarts {
    font-size: 50px;
  }

  .text-block-183 {
    color: #000;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 23px;
    line-height: 29px;
    display: block;
  }

  .text-block-183.alarts {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-184 {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 9px;
  }

  .div_war_hp_100days {
    justify-content: space-between;
    width: 50%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .div_war_hp_kiddnaps {
    background-color: #de1a1a;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    width: auto;
    min-width: 108px;
    max-width: 108px;
    height: 29px;
    margin-top: 10px;
    margin-left: 0;
    padding-bottom: 0;
    text-decoration: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .text-block-185 {
    font-size: 13px;
    line-height: 13px;
  }

  .text-block-185.new {
    margin-right: -15px;
    padding-right: 0;
  }

  .text-block-185.mobile {
    margin-right: 3px;
  }

  .image-180 {
    margin-left: 0;
  }

  .image-180.gif {
    margin-left: 10px;
  }

  .image-181 {
    max-width: 16px;
    margin-right: 41px;
  }

  .image-181.left {
    max-width: 16px;
    margin-right: 76px;
  }

  .div-block-124 {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-right: 0;
    font-size: 13px;
    line-height: 13px;
  }

  .div-block-124.mobile {
    margin-right: 0;
  }

  .html-embed-15 {
    width: 182px;
    height: 34px;
  }

  .html-embed-15.mobile {
    width: auto;
  }

  .text-block-186 {
    color: #fff;
    -webkit-text-stroke-color: #de1a1a00;
    padding-bottom: 4px;
    padding-left: 6px;
    font-family: "Mosesdisplay 1", sans-serif;
    font-size: 32px;
    text-decoration: none;
  }

  .text-block-187 {
    color: #fff;
    text-align: right;
    -webkit-text-stroke-color: #fff0;
    padding-bottom: 2px;
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
  }

  .div_war_hp_gallery {
    background-color: #afafaf;
  }

  .text-span-77 {
    text-align: right;
    font-size: 13px;
    line-height: 13px;
  }

  .div_war_hp_dead {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .text-span-78 {
    margin-right: -7px;
    line-height: 20px;
  }

  .text-span-79 {
    margin-right: 6px;
  }

  .bold-text-88 {
    margin-right: 13px;
  }

  .ynet-wh-cms-warp {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    direction: ltr;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0 auto;
  }

  .ynet-wh-cms-warp.alarts {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-188 {
    font-size: 13px;
    line-height: 13px;
  }

  .text-block-189 {
    font-size: 13px;
    line-height: 14px;
  }

  .text-block-190 {
    padding-bottom: 0;
    font-size: 13px;
    line-height: 13px;
  }

  .ynet-wh-cms-text-warp {
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 21px;
  }

  .image-182 {
    align-self: flex-end;
    width: 70px;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .ynet-wh-slider-warp {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    display: flex;
  }

  .div_war_hp_mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div_war_hp_days_mobile {
    background-color: #fff0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: auto;
    max-width: none;
    height: 90px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div_inside_days {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div_war_hp_alerts_mobile {
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 53%;
  }

  .div_war_hp_images_mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    min-width: auto;
    max-width: none;
    height: 90px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div_war_hp_gallery_mobile {
    background-color: #afafaf;
    width: 67px;
    height: 90px;
  }

  .div_war_hp_gallery-copy {
    background-color: #afafaf;
  }

  .div_war_hp_gallery-copy.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff0;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 90px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .div_war_hp_gallery-copy.mobile.alarts {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div_hafnayot {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row-reverse;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 68px;
    max-height: 68px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    inset: auto;
  }

  .div-block-129 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 375px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .collection-list-wrapper-6 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .collection-item-11 {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-12 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-130 {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .div-block-131 {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .body-36 {
    background-color: #0000;
  }

  .div-block-132 {
    width: 10px;
  }

  .ya-7d-wls-section {
    padding-top: 0;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .ya-7d-wls-split-lines {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .ya-7d-article-date {
    font-size: 1.2em;
    line-height: 120%;
  }

  .ya-7d-article-h2 {
    font-size: 6vw;
    line-height: 120%;
  }

  .ya-7d-article-h1 {
    letter-spacing: -1px;
    font-size: 16vw;
  }

  .ya-7d-wls-main-imgbox {
    border-radius: 0;
    margin-bottom: 20px;
  }

  .ya-7d-wls-h2 {
    width: 85%;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .ya-7d-wls-container {
    width: 100%;
  }

  .ya-7d-article-credit {
    font-size: 1.2em;
    line-height: 120%;
  }

  .ya-7d-wls-rtf {
    width: 85%;
    padding-bottom: 20px;
    font-size: 1.05rem;
    line-height: 140%;
  }

  .ya-7d-wls-rtf p {
    font-size: 1.1rem;
  }

  .ya-7d-wls-land-section {
    min-height: 98svh;
  }

  .ya-7d-wls-h1 {
    width: 85%;
    font-size: 1.6rem;
    line-height: 110%;
  }

  .ya-7d-wls-wlbox.ya-7d-wls-note {
    width: 90%;
    margin: 20px auto 40px;
    padding: 20px;
    transform: rotate(1.5deg);
  }

  .ya-7d-wls-wlbox.ya-7d-wls-whatsapp {
    border-radius: 20px;
    width: 90%;
    margin: 20px auto 40px;
    padding: 20px;
  }

  .ya-7d-article-headbox {
    width: 90%;
  }

  .ynet-wh-slider-warp_info {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    display: flex;
  }

  .div_war_hp_days_inffo {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    background-color: #fff0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .war_hp_wrap_new {
    display: none;
  }

  .div_war_hp_days_new {
    background-color: #fff0;
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .text_war_hp_days_new {
    color: #000;
    text-align: center;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 47px;
    line-height: 47px;
  }

  .text-block-183-_new {
    color: #000;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 13px;
    display: block;
  }

  .div_war_hp_redlines_news {
    display: none;
  }

  .div-block-129-_n {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 375px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div_line-_new.mobile {
    width: 100%;
    max-width: none;
    display: block;
  }

  .div_war_hp_100days-_new {
    justify-content: space-between;
    width: 50%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .div_war_hp_kiddnaps-_new {
    background-color: #de1a1a;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    width: auto;
    min-width: 108px;
    max-width: 108px;
    height: 29px;
    margin-top: 10px;
    margin-left: 0;
    padding-bottom: 0;
    text-decoration: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .div_war_hp_gallery-_new {
    background-color: #afafaf;
  }

  .ynet-wh-slider-warp-_new {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    display: flex;
  }

  .ynet-wh-cms-warp_new {
    justify-content: flex-end;
    align-items: center;
    width: 182px;
    max-width: 182px;
  }

  .ynet-wh-cms-text-warp-_new {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    margin-right: 5px;
    font-size: 21px;
  }

  .div_war_hp_dead-new {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .div-block-129-_new {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div_line-copy.mobile {
    width: 100%;
    max-width: none;
    display: block;
  }

  .div_war_hp_mobile-_new {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div_hafnayot-_new {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row-reverse;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 68px;
    max-height: 68px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    inset: auto;
  }

  .div_war_hp_days_mobile-_new {
    text-align: center;
    background-color: #fff0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: auto;
    max-width: none;
    height: 90px;
    padding-top: 14px;
    padding-bottom: 0;
  }

  .div_inside_days-_new {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div_war_hp_alerts_mobile_new {
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 53%;
    display: none;
  }

  .text-block-184-_new {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 9px;
  }

  .div_war_hp_images_mobile-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: flex-end;
    width: 50%;
    min-width: auto;
    max-width: none;
    height: 90px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: relative;
  }

  .div_war_hp_images_mobile-copy.alarts {
    justify-content: flex-end;
    width: auto;
    right: 3px;
  }

  .div_war_hp_kiddnaps-copy {
    background-color: #de1a1a;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    width: auto;
    min-width: 108px;
    max-width: 108px;
    height: 29px;
    margin-top: 10px;
    margin-left: 0;
    padding-bottom: 0;
    text-decoration: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .ynet-wh-slider-warp-copy {
    direction: ltr;
    flex-direction: row;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 100%;
    max-width: 180px;
    height: 100%;
    position: absolute;
    top: 10px;
  }

  .ynet-wh-slider-warp-copy.alarts {
    width: auto;
    inset: 0% 0% 0% 0;
  }

  .collection-list-wrapper-6-copy {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div_war_hp_gallery-_new-copy {
    background-color: #afafaf;
  }

  .ynet-wh-slider-warp-_new-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    display: flex;
  }

  .slide-10 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .mask-6, .slide-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .ynet-mekomiot-counter-vote---warp {
    color: #000;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-136 {
    font-size: 14px;
  }

  .link-39 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .ynet-mekomiot-counter-countdown-title {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
  }

  .ynet-mekomiot-counter-1 {
    background-color: #f3f8f9;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    max-height: 230px;
    padding: 0 0 10px;
  }

  .ynet-mekomiot-counter-image-warp {
    display: none;
  }

  .text-block-195 {
    letter-spacing: 2px;
    font-weight: 400;
  }

  .ynet-mekomiot-counter-time-countdow-seconds {
    flex: 1;
    margin-left: 4px;
  }

  .text-block-130-copy-2 {
    font-size: 14px;
  }

  .text-block-127 {
    text-align: center;
    height: 44px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
  }

  .ynet-mekomiot-counter-time-countdow-minutes {
    flex: 1;
    margin-right: 4px;
  }

  .ynet-mekomiot-counter-details-warp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: none;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .text-block-130 {
    display: none;
  }

  .ynet-mekomiot-counter-titlewarp {
    text-align: center;
    margin-bottom: 9px;
  }

  .ynet-mekomiot-counter-time-countdown-text {
    grid-column-gap: 0px;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .ynet-mekomiot-counter-title-warp {
    display: none;
  }

  .ynet-mekomiot-counter-details-mobile-divider {
    z-index: 5;
    text-align: center;
    background-color: #0e117c;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1px;
    padding-right: 1px;
    display: block;
  }

  .text-block-132 {
    font-size: 37px;
  }

  .text-block-134 {
    flex: 1;
  }

  .ynet-mekomiot-counter-vote-text-details-warp {
    flex: 0 auto;
  }

  .text-block-128 {
    width: 100%;
    font-size: 37px;
    font-weight: 700;
  }

  .ynet-mekomiot-counter-time-countdown-hour {
    flex: 1;
    margin-left: 4px;
    margin-right: 4px;
  }

  .image-131 {
    margin-right: 4px;
  }

  .ynet-mekomiot-counter-buttons-warp {
    display: none;
  }

  .ynet-mekomiot-counter-mobile-top-banner-border-link-title {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ynet-mekomiot-counter-mobile-top-banner-border {
    color: #fff;
    background-color: #090a43;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 44.7656px;
    margin-bottom: 14px;
    padding: 14px 10px;
    display: flex;
  }

  .ynet-mekomiot-counter-countdown-warp {
    grid-column-gap: 0px;
    color: #000;
    background-color: #0e117c00;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
  }

  .text-block-131 {
    font-size: 24px;
  }

  .ynet-mekomiot-counter-vote-text-update-warp {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-133 {
    flex: 1;
    margin-bottom: 11px;
  }

  .text-block-135 {
    font-size: 18px;
    font-weight: 700;
  }

  .ynet-mekomiot-counter-copy, .ynet-mekomiot-counter-2 {
    background-color: #f3f8f9;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    max-height: 230px;
    padding: 0 0 10px;
  }

  .ynet-mekomiot-counter-mobile-top-banner-border-2 {
    color: #fff;
    background-color: #090a43;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 44.7656px;
    margin-bottom: 14px;
    padding: 14px 10px;
    display: flex;
  }

  .ynet-mekomiot-counter-mobile-top-banner-border-link-title-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ynet-mekomiot-counter-image-warp-2, .ynet-mekomiot-counter-title-warp-2 {
    display: none;
  }

  .ynet-mekomiot-counter-details-warp-2 {
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .ynet-mekomiot-counter-countdown-warp-2 {
    grid-column-gap: 0px;
    color: #000;
    background-color: #0e117c00;
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
  }

  .ynet-mekomiot-counter-countdown-title-2 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .ynet-mekomiot-counter-time-countdown-text-2 {
    grid-column-gap: 0px;
    justify-content: center;
    display: flex;
  }

  .ynet-mekomiot-counter-time-countdow-seconds-2 {
    flex: 1;
    margin-left: 4px;
  }

  .ynet-mekomiot-counter-time-countdown-hour-2 {
    flex: 1;
    margin-left: 4px;
    margin-right: 4px;
  }

  .ynet-mekomiot-counter-time-countdow-minutes-2 {
    flex: 1;
    margin-right: 4px;
  }

  .ynet-mekomiot-counter-details-mobile-divider-2 {
    z-index: 5;
    text-align: center;
    background-color: #0e117c;
    height: 100px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 1px;
    padding-right: 1px;
    display: block;
  }

  .ynet-mekomiot-counter-vote---warp-2 {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 41%;
    margin-left: auto;
    margin-right: auto;
  }

  .ynet-mekomiot-counter-titlewarp-2 {
    text-align: center;
    margin-bottom: 9px;
  }

  .ynet-mekomiot-counter-vote-text-update-warp-2 {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ynet-mekomiot-counter-vote-text-details-warp-2 {
    flex: 0 auto;
  }

  .ynet-mekomiot-counter-buttons-warp-2 {
    display: none;
  }

  .ynet-mekomiot-counter-article-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ynet-mekomiot-counter-article-item-image {
    display: none;
  }

  .ynet-mekomiot-counter-article-item-text {
    text-align: center;
  }

  .text-block-196 {
    color: #000;
  }

  .text-block-197 {
    font-size: 1.1rem;
  }

  .ynet-mekomiot-counter-article-item-mobile-button {
    margin-top: 11px;
    display: block;
  }

  .button-19 {
    background-color: #090a40;
    border-radius: 20px;
  }

  .div-block-133 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1%;
  }

  .image-189 {
    margin-bottom: -1px;
  }

  .text-block-198, .text-block-199 {
    text-align: center;
  }

  .ya-cfu-land-rtf h2, .ya-cfu-land-rtf h3 {
    font-size: 1.1rem;
  }

  .ynet-commercial-search {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    margin-top: 20px;
    margin-right: 0;
    padding: 10px;
    position: sticky;
  }

  .ynet-commercial-search-form {
    max-width: 22rem;
    display: block;
  }

  .search-wrapcommercial {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .ynet-field-commercial {
    display: block;
    position: static;
  }

  .ynet-field-commercial::placeholder {
    font-size: 1.3rem;
  }

  .button-div-copy-2 {
    position: absolute;
    inset: 3px auto 0% 3px;
  }

  .search-icon-commercial {
    width: 40px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    inset: auto 0% 0% auto;
  }

  .image-190 {
    width: auto;
    margin-left: 0;
    position: static;
    inset: 0% auto auto 0%;
  }

  .ynet-projects-search {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    margin-top: 20px;
    margin-right: 0;
    padding: 10px;
    position: sticky;
  }

  .ynet-projects-search-form {
    max-width: 22rem;
    display: block;
  }

  .search-wrapprojects {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .ynet-field-projects {
    display: block;
    position: static;
  }

  .ynet-field-projects::placeholder {
    font-size: 1.3rem;
  }

  .search-icon-projects {
    width: 40px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    inset: auto 0% 0% auto;
  }

  .collection-list-wrapper-12 {
    justify-content: center;
    display: flex;
  }

  .collection-list-16 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    place-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ycar-image-1, .ycar-image-2, .ycar-image-2-copy {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .text-hathfim {
    font-size: .8rem;
  }

  .h-p-ynet-haeder-nb-mobile {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .ynetplus-header {
    display: none;
  }

  .car-ynet-header-navbar, .podcast-ynet-header-navbar {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .nav_stickey_28-mobile {
    z-index: 3000;
    background-color: #fff;
    width: 100%;
    height: 40px;
    position: relative;
    overflow: scroll;
    box-shadow: 0 2px 5px #0003;
  }

  .towomen-ynet-header-navbar {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .ynet-brand-header-share-icon {
    height: 26px;
    padding: 3%;
  }

  .initial-navmobile {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: 40px;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    display: none;
    position: relative;
    overflow: scroll;
  }

  .sport-ynet-haeder-navbar, .gossip-ynet-header-navber, .health-yent-header-navbar, .tarbut-ynet-header-navbar {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .ynet_logo_main_header {
    width: 97px;
    position: static;
  }

  .digital-ynet-header-navbar, .ynet--ynet-header-navbar-mobile {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .ynet-header-top-links {
    display: none;
  }

  .ynet-header-top-links.share {
    width: auto;
  }

  .ynet-logo-flashes-redmails {
    background-color: #fff;
    justify-content: center;
    width: 100%;
    height: 51px;
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
    position: static;
    top: 0;
  }

  ._24-7-ynet-header-navber-mobile {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .ynet_logo_header_link {
    width: 60px;
  }

  .calala-ynet-header-navbar, .food-ynet-haeder-navbar {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .ynet-header-top {
    z-index: 20000;
    border-bottom-width: .2px;
    height: 40px;
  }

  .news-ynet-header-navbar-mobile {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .container-3-mobile {
    width: 100%;
    display: block;
  }

  .wrp-ynet-logo {
    display: block;
  }

  .ynet-brand-header-share-box-2 {
    grid-column-gap: 6px;
    height: 66%;
    display: none;
  }

  ._24-7-ynet-header-navber, .digital-ynet-header-navbar-copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .container-3 {
    width: auto;
    display: none;
  }

  .gossip-ynet-header-navber-copy, .tarbut-ynet-header-navbar-copy, .towomen-ynet-header-navbar-copy, .news-ynet-header-navbar, .food-ynet-haeder-navbar-copy, .health-yent-header-navbar-copy, .ynet--ynet-header-navbar, .hp-header-link, .podcast-ynet-header-navbar-copy, .car-ynet-header-navbar-copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .initial-nav {
    width: 0;
    max-width: none;
    height: 35px;
    display: none;
    position: static;
  }

  .nav_stickey_28 {
    z-index: 3000;
    background-color: #fff;
    width: auto;
    height: 40px;
    position: relative;
  }

  .calala-ynet-header-navbar-copy, .sport-ynet-haeder-navbar-copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .ynet-header-top-link-glyph.share-ds {
    height: 24px;
  }

  .kdnpd-margins {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .kdnpd-headings {
    padding-top: 20px;
  }

  .kdnpd-headings-sort {
    padding-left: 10px;
    padding-right: 10px;
  }

  .kdnpd-headings-h3 {
    letter-spacing: -.05vw;
    font-size: 5vw;
    line-height: 130%;
  }

  .kdnpd-headings-h1 {
    letter-spacing: -.9vw;
    font-size: 18vw;
  }

  .kdnpd-headings-h2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    height: auto;
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .image-195 {
    height: 14vw;
    margin-left: -1vw;
    margin-right: -2vw;
    position: relative;
  }

  .kdnpd-headings-h2-txt {
    font-size: 11vw;
  }

  .kdnpd-item {
    width: 85vw;
    max-width: 360px;
    height: 120vw;
    max-height: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .kdnpd-item-texts {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 60px;
  }

  .kdnpd-item-namewrap {
    flex-flow: wrap;
    font-size: 7vw;
  }

  .kdnpd-item-statusbox {
    margin-top: 2px;
  }

  .kdnpd-item-details {
    font-size: 4.5vw;
  }

  .kdnpd-item-status {
    font-size: 5vw;
  }

  .kdnpd-item-kdnpd-txt {
    font-size: 4.5vw;
  }

  .kdnpd-headings-searchfield {
    text-align: center;
    padding-left: 10px;
  }

  .kdnpd-headings-search-tag {
    text-align: center;
  }

  .kdnpd-headings-sort-search {
    width: 280px;
  }

  .kdnpd-filter-button {
    padding: 6px;
  }

  .text-block-203-copy {
    margin-left: 0;
  }

  .fas-fa-copy {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .div-block-140 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .kdnpd-headings-sort-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ynet-inlineshre {
    display: none;
  }

  .text-block-206 {
    width: 90%;
  }

  .kdnpd-item-hover-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kdnpd-item-hover-txt, .kdnpd-item-hover-txt.credit {
    font-size: 5.5vw;
  }

  .link-41 {
    margin-top: 10px;
    font-size: 5vw;
  }

  .div-block-143 {
    text-align: right;
    width: 90%;
  }

  .kndnpd-navbar {
    z-index: 10;
    flex-flow: column;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    top: 40px;
  }

  .kdnpd-headings-headline-inpage {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .kdnpd-headings-h1-wrap-inpage {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .kdnpd-headings-h2-inpage {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    height: auto;
  }

  .kdnpd-headings-h1-inpage {
    font-size: 9vw;
  }

  .image-195--inpage {
    height: 8vw;
  }

  .kdnpd-headings-h2-txt-inpage {
    letter-spacing: 0;
    font-size: 7vw;
  }

  .kndnpd-navigation-btn-txt {
    display: none;
  }

  .image-197 {
    height: 20px;
  }

  .kdnpd-person-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .kdnpd-person-txtwrap {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .kdnpd-person-name-h1 {
    letter-spacing: -.5px;
    font-size: 24px;
    line-height: 30px;
  }

  .kdnpd-person-sub {
    font-variation-settings: "wght" 400;
    font-size: 19px;
  }

  .kdnpd-person-name-wrap {
    line-height: 130%;
  }

  .kdnpd-person-subwrap {
    text-align: center;
    flex-flow: wrap;
    width: 90%;
  }

  .kdnpd-person-rtf {
    margin-top: 10px;
  }

  .kdnpd-person-imgswrap {
    aspect-ratio: 1;
    outline-offset: 0px;
    border-radius: 2px;
    outline: 2px solid #fff3;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-shadow: 0 15px 30px #00000040;
  }

  .kdnpd-person-statustxt {
    font-size: 17px;
  }

  .fs_prevnext_wrapper {
    place-content: center start;
    width: 95%;
    position: absolute;
    top: 6vw;
  }

  .fs_prevnext_block {
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    padding: .5rem 0;
  }

  .fs_prevnext_block._2 {
    justify-content: flex-end;
    align-items: center;
    margin-right: auto;
  }

  .div-block-144 {
    text-wrap: pretty;
    width: 90%;
    max-width: none;
    line-height: 120%;
  }

  .div-block-147 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    top: 31vw;
  }

  .div-block-146-2-2 {
    height: 40px;
  }
}

#ga-click1.w-node-b5609481-0d06-bd80-55b0-9a3e01778147-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-b5609481-0d06-bd80-55b0-9a3e0177814a-00544777 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b5609481-0d06-bd80-55b0-9a3e0177814b-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5609481-0d06-bd80-55b0-9a3e01778151-00544777 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-b5609481-0d06-bd80-55b0-9a3e01778152-00544777 {
  grid-area: 1 / 3 / 2 / 5;
  place-self: center;
}

#Laisha.w-node-b5609481-0d06-bd80-55b0-9a3e01778153-00544777 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: end;
}

#w-node-_7f710776-29ab-97f0-4d81-05958d261be9-00544777 {
  align-self: end;
}

#w-node-e6be5600-0bb8-5f46-1988-124e9c9d20c6-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-e6be5600-0bb8-5f46-1988-124e9c9d20cc-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-e6be5600-0bb8-5f46-1988-124e9c9d20cf-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6be5600-0bb8-5f46-1988-124e9c9d20ce-00544777 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_78ce5b24-36c2-e1d6-6101-e6bc0eb6c5a7-00544777 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: center;
}

#w-node-_78ce5b24-36c2-e1d6-6101-e6bc0eb6c5c2-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_78ce5b24-36c2-e1d6-6101-e6bc0eb6c5c3-00544777, #Miri-Aloni.w-node-fc782fad-ac0d-82ad-375b-abfa3f020279-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#Rivka-michaeli.w-node-fc782fad-ac0d-82ad-375b-abfa3f020295-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc7686b-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc76878-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc7687a-00544777 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc76869-00544777 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc7686a-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-dac0225f-6178-144f-5e2e-547c8a814e2a-00544777 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dac0225f-6178-144f-5e2e-547c8a814e37-00544777 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dac0225f-6178-144f-5e2e-547c8a814e3a-00544777 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dac0225f-6178-144f-5e2e-547c8a814e47-00544777 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7676-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7689-00544777 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7696-00544777 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7697-00544777 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: end;
}

#w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7699-00544777 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c9e80ac2-7f58-5e14-6c6e-b0d0eda9eb0f-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Micki-kam.w-node-_878c932a-95c2-0d45-d6a0-a9d1b672a6bc-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#Rivka-michaeli.w-node-_878c932a-95c2-0d45-d6a0-a9d1b672a6d8-00544777, #Nasrin.w-node-_4c83fbea-5977-3355-1a65-6613bd566c13-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#Orna-datz.w-node-_4c83fbea-5977-3355-1a65-6613bd566c31-00544777, #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b8d-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b9c-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b9d-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4f3d6e7b-92f4-7269-6705-276a92c91ba9-00544777 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_4f3d6e7b-92f4-7269-6705-276a92c91bad-00544777, #w-node-_808e22e8-1ea4-d386-4943-7928259538e0-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_808e22e8-1ea4-d386-4943-7928259538fb-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_40418b79-a234-c31f-413c-2be598a5968d-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_40418b79-a234-c31f-413c-2be598a5969a-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40418b79-a234-c31f-413c-2be598a5969c-00544777 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd635c-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd636b-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd636c-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd6378-00544777 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd637c-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_929158e7-63e2-9342-ab04-dad829962c00-00544777 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_929158e7-63e2-9342-ab04-dad829962c0f-00544777 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_929158e7-63e2-9342-ab04-dad829962c12-00544777 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a23-00544777 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a32-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a33-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a3f-00544777 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a40-00544777 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a41-00544777 {
  grid-area: 1 / 2 / 3 / 5;
  align-self: end;
}

#Sivan-rahav.w-node-_81e6dfe5-0f9a-fbe0-8924-e7fb120a9f1d-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81e6dfe5-0f9a-fbe0-8924-e7fb120a9f38-00544777, #w-node-_7d1f328b-edf6-ec8b-d8e2-ae813e90cccc-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7d1f328b-edf6-ec8b-d8e2-ae813e90cce7-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_7d1f328b-edf6-ec8b-d8e2-ae813e90cce8-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_050bb464-eda6-ce62-60b5-33bddc0d5220-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_050bb464-eda6-ce62-60b5-33bddc0d5221-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#Nili-tal.w-node-_0c519064-194a-9252-a1ad-72e00ea9124d-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#Eden-ben.w-node-_0c519064-194a-9252-a1ad-72e00ea91268-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80413786-4f49-8812-733d-6449df64eb31-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_80413786-4f49-8812-733d-6449df64eb3f-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_80413786-4f49-8812-733d-6449df64eb40-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_80413786-4f49-8812-733d-6449df64eb4c-00544777 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-_80413786-4f49-8812-733d-6449df64eb4d-00544777 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_80413786-4f49-8812-733d-6449df64eb4e-00544777 {
  grid-area: 2 / 2 / 3 / 5;
}

#Agam-Buch.w-node-a087753e-ad16-98cd-afa4-b2c91ce6f440-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#Anna-zack.w-node-a087753e-ad16-98cd-afa4-b2c91ce6f45b-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d33-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d42-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d43-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d4f-00544777 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d50-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_49a62490-64bf-7bc3-867b-9bb41ac52272-00544777 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_49a62490-64bf-7bc3-867b-9bb41ac52281-00544777 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afb16859-8da0-0c35-ec59-f22b6a252798-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-afb16859-8da0-0c35-ec59-f22b6a2527a6-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-afb16859-8da0-0c35-ec59-f22b6a2527a7-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-afb16859-8da0-0c35-ec59-f22b6a2527b3-00544777 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: end;
}

#w-node-afb16859-8da0-0c35-ec59-f22b6a2527b7-00544777 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-afb16859-8da0-0c35-ec59-f22b6a2527b8-00544777 {
  grid-area: 1 / 3 / 2 / 5;
}

#Juzi-katz.w-node-_6c89066c-4355-9857-467c-46f851fbf714-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c89066c-4355-9857-467c-46f851fbf72f-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e0f06df-6dec-8814-2bf3-47d08e991f91-00544777 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_2e0f06df-6dec-8814-2bf3-47d08e991f9f-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e0f06df-6dec-8814-2bf3-47d08e991fa0-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2e0f06df-6dec-8814-2bf3-47d08e991fac-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_2e0f06df-6dec-8814-2bf3-47d08e991fad-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#Noa-yadlin.w-node-_18d4c3f9-b99c-271c-ca2d-d3f09fa08973-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18d4c3f9-b99c-271c-ca2d-d3f09fa08990-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e503-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e510-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e511-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51d-00544777 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51e-00544777 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51f-00544777 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: end;
}

#w-node-edc59112-1ebd-9a38-636d-b3029ae6cab4-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-edc59112-1ebd-9a38-636d-b3029ae6cac5-00544777 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d6c43c1e-03b9-c19f-06d6-91a644363172-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d6c43c1e-03b9-c19f-06d6-91a64436317f-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d6c43c1e-03b9-c19f-06d6-91a644363180-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d6c43c1e-03b9-c19f-06d6-91a64436318c-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d6c43c1e-03b9-c19f-06d6-91a64436318d-00544777 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#Narkis.w-node-_63b4ab9d-9861-61c2-97a0-6fd0eb3854c5-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#Ruti-brudo.w-node-_63b4ab9d-9861-61c2-97a0-6fd0eb3854e0-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5b3461e2-5473-a58d-9fbc-080c777f3ffc-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5b3461e2-5473-a58d-9fbc-080c777f400b-00544777 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_38f69a30-4208-ed47-8558-b04ec508d94b-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_38f69a30-4208-ed47-8558-b04ec508d959-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38f69a30-4208-ed47-8558-b04ec508d95a-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_38f69a30-4208-ed47-8558-b04ec508d966-00544777 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_38f69a30-4208-ed47-8558-b04ec508d967-00544777 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_38f69a30-4208-ed47-8558-b04ec508d968-00544777 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: end;
}

#lea-shabat.w-node-c15cc53d-e260-85ef-9aef-31aed84c5f00-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#rina-matzlih.w-node-c15cc53d-e260-85ef-9aef-31aed84c5f1b-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2013aced-53a6-bf52-5e0c-b8085bda4deb-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2013aced-53a6-bf52-5e0c-b8085bda4dfa-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba53-00544777 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba54-00544777 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba55-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba65-00544777 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba66-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba72-00544777 {
  grid-area: 1 / 2 / 3 / 5;
  align-self: end;
}

#Yardena-arazi.w-node-b84c9201-517f-0288-246a-69996f393068-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#Shlomit-Ahron.w-node-b84c9201-517f-0288-246a-69996f393085-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec864828-6e54-dbba-f6cf-03b6e42044a1-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ec864828-6e54-dbba-f6cf-03b6e42044c0-00544777 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ec864828-6e54-dbba-f6cf-03b6e42044c1-00544777 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-ec864828-6e54-dbba-f6cf-03b6e42044c2-00544777 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: end;
}

#Sarit-levi.w-node-a8f90594-ecf7-ad8f-d4d4-2c1650310c15-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#Karolina.w-node-a8f90594-ecf7-ad8f-d4d4-2c1650310c30-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f85-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f93-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f94-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa0-00544777 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa1-00544777 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa2-00544777 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: end;
}

#Norit-zarhi.w-node-_86fb92a7-b645-fbdc-77dd-de27f2260ae8-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#Ilanit.w-node-_86fb92a7-b645-fbdc-77dd-de27f2260b04-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805b-00544777 {
  grid-area: 1 / 2 / 3 / 2;
  align-self: center;
}

#w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805c-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805d-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2806a-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2806c-00544777 {
  grid-area: 2 / 2 / 3 / 3;
}

#Dafna-armoni.w-node-eb496823-ef79-3be5-0f64-2b51d99418e1-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#Tamar-Ish-Shalom.w-node-eb496823-ef79-3be5-0f64-2b51d99418fd-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e7f555b-2641-c391-be00-70ccc6f9f478-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_8e7f555b-2641-c391-be00-70ccc6f9f488-00544777 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_8e7f555b-2641-c391-be00-70ccc6f9f489-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8e7f555b-2641-c391-be00-70ccc6f9f495-00544777 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_8e7f555b-2641-c391-be00-70ccc6f9f496-00544777 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_8e7f555b-2641-c391-be00-70ccc6f9f497-00544777 {
  grid-area: 1 / 2 / 3 / 5;
  align-self: end;
}

#w-node-f671eeab-d09b-5644-3efb-972ac6d4c8e9-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0f70e44f-0a46-268d-ef5f-b84917787232-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_0f70e44f-0a46-268d-ef5f-b84917787240-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f70e44f-0a46-268d-ef5f-b84917787241-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_0f70e44f-0a46-268d-ef5f-b8491778724d-00544777 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_536a527e-87d4-b33f-9e01-7e7201aa05a3-00544777 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_0f70e44f-0a46-268d-ef5f-b8491778724e-00544777 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: center;
}

#dindin-aviv.w-node-_71b6afdb-14e5-cd6b-6074-a3753bcacfc2-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#sandra-sade.w-node-_71b6afdb-14e5-cd6b-6074-a3753bcacfde-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a94a9e12-4b8f-6a1b-9e7c-c84b45cb4d8d-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a94a9e12-4b8f-6a1b-9e7c-c84b45cb4dab-00544777 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da1-00544777 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da2-00544777 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da3-00544777 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_6051d6fa-f4a0-3787-6c64-930c3c951db3-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6051d6fa-f4a0-3787-6c64-930c3c951db4-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6051d6fa-f4a0-3787-6c64-930c3c951dc0-00544777 {
  grid-area: 1 / 2 / 3 / 5;
  align-self: end;
}

#Mika-karni.w-node-fbb2bcda-27cc-61e5-f160-a87fc3ee636e-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#Shimrit-or.w-node-fbb2bcda-27cc-61e5-f160-a87fc3ee638c-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_948e6d02-dba7-9824-b25b-09af9a5af1d9-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_948e6d02-dba7-9824-b25b-09af9a5af1e5-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_948e6d02-dba7-9824-b25b-09af9a5af1e6-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f84a1e93-ca04-a84e-4b39-e554509878cf-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f84a1e93-ca04-a84e-4b39-e554509878ea-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f84a1e93-ca04-a84e-4b39-e554509878eb-00544777 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-e1c1a776-90a0-27be-5395-bea4e76159d6-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e1c1a776-90a0-27be-5395-bea4e76159e5-00544777 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e1c1a776-90a0-27be-5395-bea4e76159e6-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d7155015-889c-f1ef-2b82-df7a6a4a0b70-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f77-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f88-00544777 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f89-00544777 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f95-00544777 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cb-00544777 {
  grid-area: 1 / 2 / 3 / 2;
  align-self: center;
}

#w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cc-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cd-00544777 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024da-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Adi-sofer.w-node-_98bc21d0-9397-f5c7-b076-d0b9eae21fc8-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#Galia-Rahav.w-node-_98bc21d0-9397-f5c7-b076-d0b9eae21fe8-00544777, #w-node-_9efeb7b1-3076-2a3a-3e04-5c068ae37c90-00544777, #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0932-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0933-00544777 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0940-00544777, #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d094f-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0950-00544777 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0943-00544777 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f71e38ed-80e7-4f2f-284a-51763ef5fa9a-00544777 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ae94254d-8a31-6adf-13d3-6ab9228f02f2-00544777 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68d58ec3-c51b-2b5b-245d-4ef569967805-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68d58ec3-c51b-2b5b-245d-4ef569967809-00544777 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center;
}

#w-node-_68d58ec3-c51b-2b5b-245d-4ef56996780a-00544777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e260ddb-3b6b-5e4a-601f-aef2e45d83e0-00544790 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e260ddb-3b6b-5e4a-601f-aef2e45d83e7-00544790 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_8e260ddb-3b6b-5e4a-601f-aef2e45d83e8-00544790 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee08-00544794 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee0b-00544794 {
  grid-column: span 2 / span 2;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee0d-00544794 {
  grid-row: span 2 / span 2;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee0f-00544794 {
  grid-column: span 3 / span 3;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee11-00544794, #w-node-_897fe1eb-8399-e7c9-7cf7-95824babee13-00544794 {
  grid-row: span 2 / span 2;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee15-00544794 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee17-00544794 {
  grid-column: span 2 / span 2;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee1c-00544794 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee1d-00544794 {
  grid-column: span 10 / span 10;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee1f-00544794 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee21-00544794 {
  grid-column: span 3 / span 3;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee23-00544794 {
  grid-column: span 7 / span 7;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee25-00544794 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee26-00544794 {
  grid-column: span 2 / span 2;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee28-00544794 {
  grid-column: span 3 / span 3;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee2a-00544794 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee2c-00544794 {
  grid-column: span 5 / span 5;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee32-00544794 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee3f-00544794 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee40-00544794 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_897fe1eb-8399-e7c9-7cf7-95824babee42-00544794 {
  grid-row: span 2 / span 2;
}

#w-node-a5112c2a-3f66-62f5-21fa-96b354d96d5d-00544795, #w-node-a5112c2a-3f66-62f5-21fa-96b354d96d68-00544795, #w-node-a5112c2a-3f66-62f5-21fa-96b354d96d73-00544795, #w-node-_33700bfc-4872-bb43-506f-2e07d709f344-00544795, #w-node-a5112c2a-3f66-62f5-21fa-96b354d96d89-00544795, #w-node-_0602857a-2066-3fbe-189f-ec71bc45aedd-00544795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dda8b2b-1e1a-b32b-3f06-b1e1d785b9f6-00544834 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_8dda8b2b-1e1a-b32b-3f06-b1e1d785b9fb-00544834 {
  justify-self: end;
}

#w-node-_8dda8b2b-1e1a-b32b-3f06-b1e1d785b9ff-00544834 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9062f759-530a-4cf1-0e06-47117ac3b868-00544834 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: auto;
}

#w-node-_9d88ee75-b91d-7842-7840-aeeaa4288d3e-00544834 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9062f759-530a-4cf1-0e06-47117ac3b869-00544834 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9062f759-530a-4cf1-0e06-47117ac3b86b-00544834 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9062f759-530a-4cf1-0e06-47117ac3b86d-00544834 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d48e542f-0544-8483-da0e-cc384d2daffa-00544834 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d523a6da-13da-25d1-a622-0e34506a88f3-00544834 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc56-00544834 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc58-00544834 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc59-00544834 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc5d-00544834 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc5e-00544834 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc62-00544834 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc63-00544834 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc67-00544834 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc68-00544834 {
  grid-area: 2 / 2 / 3 / 3;
}

#name.w-node-_512d1a77-1a9b-24a8-f42e-97f955038d6b-0054484a, #w-node-_512d1a77-1a9b-24a8-f42e-97f955038d6f-0054484a, #w-node-fae19a10-5dd1-04af-6b41-30cf3cbea2e0-0054484e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a840db35-608b-7de6-ad33-d78875aa08a4-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08d6-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08eb-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08b8-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08c2-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08cc-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08e1-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa0899-00544852 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a840db35-608b-7de6-ad33-d78875aa0884-00544852 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a840db35-608b-7de6-ad33-d78875aa0885-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa0890-00544852 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-df1fa94e-3453-4ec6-f95a-c26fcc8d2f73-00544893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_92d5cd20-617f-387e-a1df-07bdadead2b8-005448fb, #w-node-_11c2e572-aa93-6311-0be7-5b4d660a042a-005448fb, #w-node-ae3aaa76-1b07-b41d-7416-e2800b7f96b7-005448fb, #w-node-_0a5569b3-1520-6319-427b-8b64e649f7ba-005448fb, #w-node-_12ed6ac2-d86b-00f4-6d93-33d8cbde64b5-005448fb, #w-node-df9209c2-d55a-8419-e235-febe2f4fbdb1-005448fb, #w-node-_09d651c5-611a-f3fe-fa19-198d24f7ff5e-005448fb, #w-node-_9aefba7e-5d19-932e-06b4-f03203141901-005448fb, #w-node-_6276526d-1714-b7a9-6578-ed11f9a7f2ff-005448fb, #w-node-ba50be5e-82bd-8c82-d793-e58332a54974-005448fb, #w-node-_807ba670-7dbc-088b-b9ef-561a71650e92-005448fb, #w-node-_3409efde-1e91-76cc-da0a-6aefcfaed93e-005448fb, #w-node-a5112c2a-3f66-62f5-21fa-96b354d96d5d-0054491a, #w-node-a5112c2a-3f66-62f5-21fa-96b354d96d68-0054491a, #w-node-a5112c2a-3f66-62f5-21fa-96b354d96d73-0054491a, #w-node-_33700bfc-4872-bb43-506f-2e07d709f344-0054491a, #w-node-a5112c2a-3f66-62f5-21fa-96b354d96d89-0054491a, #w-node-_0602857a-2066-3fbe-189f-ec71bc45aedd-0054491a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f170bad-78f2-afbc-7da8-0572fd5ab3a9-00544975, #w-node-_23ae2394-95c9-a7f3-c723-75674f90666d-00544975, #w-node-efaedfd0-6001-a647-954e-004d2903bbee-00544975, #w-node-f8f042dc-2d22-39f4-0907-0ec5660c2624-00544975, #w-node-a031a872-dfaf-c067-e6de-01c515d81a6c-00544975, #w-node-e943bf02-25a2-b75f-2efa-334510b8b6c9-00544975, #w-node-_5af73a79-d2e3-d53b-77ce-9c8cc3b80098-00544975, #w-node-e82d7cb4-f329-f81f-b661-d240db31bbf7-00544975, #w-node-aa6f6dc9-6538-3361-4f77-c314161ba59c-00544975, #w-node-aa61cb60-a368-0a1e-af26-2e97ef34db18-00544975, #w-node-e3c32325-b942-a4b0-914c-d8413dc5ebfb-00544975, #w-node-_9aa9df93-24ae-cb8c-85bf-18c6a8aedcf9-00544975, #w-node-_4f9e65cc-e252-5ac1-6e9e-70e2552b4c80-00544975, #w-node-_3cbe380e-b045-9c36-fa0a-199d58ded574-00544975, #w-node-f6ac7f9b-62ea-feb5-966c-aec0e03bc4cd-00544975, #w-node-_14a90ba1-8ceb-c54a-fba7-4cd92f1bca51-00544975, #w-node-_66b5ded0-9f91-47ba-6cb4-1b00889c9084-00544975, #w-node-_7d82a17a-2bb3-fd50-efc9-54ddf0a7a88e-00544975, #w-node-d362cf10-cc28-98f8-b82a-530e2d572b32-00544975, #w-node-_302c6a90-12d6-7709-264d-7f44aa78c8b2-00544975, #w-node-d407e4a3-053f-59df-ad78-bac5e876ed6f-00544975, #w-node-c9a14e44-3e7a-65f3-048d-789f559bb951-00544975, #w-node-_1f7cd92f-8742-5771-db6c-692f45c9588d-00544975 {
  align-self: start;
}

#w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5438-00544977, #w-node-_0d066f8c-82b8-89c8-60c9-bf012ca086d5-00544977, #w-node-e151d8ba-4abe-1e5f-f89e-6d8a467fe375-00544977, #w-node-a627f106-354b-41b1-c969-40fdef1c3a70-00544977, #w-node-db5484b3-804a-9f3c-4fe4-4e3eb14ad4f0-00544977, #w-node-_6712f1d7-2444-c764-0138-1774dacdb6e8-00544977, #w-node-_0fdf205d-8c79-fa42-b035-276a9e505c3d-00544977, #w-node-f95c1fd4-190e-ad82-b643-53ab6908f8da-00544977, #w-node-_98332935-bb5d-0d14-700b-241105f77eed-00544977, #w-node-c83adb86-46c3-a083-b749-b14aafb5395a-00544977, #w-node-_82d668fc-0aba-b87f-9f7d-3246d24f18d9-00544977, #w-node-_61f60923-f2ec-20e4-6e17-7318b00a735f-00544977, #w-node-b9edbd81-2313-1a54-3271-c109ce133eda-00544977, #w-node-cf6b3055-e656-72dd-6848-db0879169b5e-00544977, #w-node-_62de9540-af5b-5853-29d3-aced14302521-00544977, #w-node-_8b57d58d-76fd-58b1-ab57-3b288d8ed2c9-00544977, #w-node-ed09b19f-421c-b15c-0eb2-58e46031c418-00544977, #w-node-_149d7c4e-66e7-3987-6fbf-6700b702c60e-00544977, #w-node-_018112a0-f1b1-433e-6682-352ec0a1c771-00544977, #w-node-e7356589-9d06-5851-6e7b-629d92baaa6b-00544977, #w-node-_1b509e9d-788a-48e1-e4ed-7527c66bf348-00544977, #w-node-f9d15646-7f96-ed2e-7c55-cca44adee43e-00544977, #w-node-_49d2f8ee-9cb5-60d7-2064-e7602be2c8eb-00544977, #w-node-_45da5994-d86f-6007-60af-be13caa5a7d8-00544977, #w-node-b954e6c9-6e1e-6104-6408-34a09deb2695-00544977, #w-node-_015b4142-bf67-3e4b-7a0f-cb93b81fc76d-00544977, #w-node-a003f2b3-10b0-1efd-dd6a-c5f45159b00c-00544977, #w-node-_54d3e10a-153a-b052-de40-036749dd41b3-00544977, #w-node-f6c7d4c9-404b-59d0-f758-85c4158f269f-00544977, #w-node-bfa6e054-54cb-f6ae-3558-06cea4fa84a4-00544977, #w-node-fd6b9350-7b0b-8b68-9003-d9fff7a33402-00544977, #w-node-fb5d25ff-9682-c10a-0fe4-1427db3bc990-00544977, #w-node-_7406d7bc-22d1-5e29-1fc0-56ae52bb9b31-00544977, #w-node-d3b5a522-147f-7ce1-6171-35d4a0e5619d-00544977, #w-node-ecc911fd-b8c0-4e82-8d35-d26ad070d211-00544977, #w-node-_4059c1a0-c5ef-c8d4-3236-5307227231a2-00544977 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5444-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da544f-00544977 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_558fd85f-dd27-253e-91cd-471c9114c466-00544977 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0ce58c50-84f9-3fc7-5290-e48d43da545a-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5465-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5470-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da547b-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5486-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5491-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da549c-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da54a7-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da54b2-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da54bd-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da54c8-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da54d3-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da54de-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da54e9-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da54f4-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da54ff-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da550a-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5515-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5520-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da552b-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5536-00544977 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a1e-00544977 {
  place-self: center;
}

#w-node-_6492e4ff-d406-36f7-c695-edbe73e8c330-60e04a08 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3e16e02f-f3a9-2867-0f5d-fac3062c9833-60e04a08 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_46289b05-45af-45b4-d141-1d23f818546c-60e04a08 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1920px) {
  #ga-click1.w-node-b5609481-0d06-bd80-55b0-9a3e01778147-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-b5609481-0d06-bd80-55b0-9a3e0177814a-00544777 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-b5609481-0d06-bd80-55b0-9a3e01778151-00544777 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-b5609481-0d06-bd80-55b0-9a3e01778152-00544777 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: center;
  }

  #Laisha.w-node-b5609481-0d06-bd80-55b0-9a3e01778153-00544777 {
    grid-area: 1 / 5 / 2 / 6;
    justify-self: end;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20c6-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center end;
  }

  #w-node-_78ce5b24-36c2-e1d6-6101-e6bc0eb6c5a7-00544777 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7696-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7697-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7699-00544777 {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b8d-00544777 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91ba9-00544777 {
    grid-area: 1 / 2 / 3 / 3;
    align-self: end;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91bad-00544777 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a23-00544777 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a40-00544777 {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a41-00544777 {
    grid-area: 2 / 2 / 3 / 5;
    align-self: end;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4d-00544777 {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4e-00544777 {
    grid-area: 1 / 2 / 3 / 5;
    align-self: end;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527b8-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #Juzi-katz.w-node-_6c89066c-4355-9857-467c-46f851fbf714-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e503-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51d-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51e-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51f-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d94b-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d967-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d968-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba53-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba54-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba55-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba72-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044a1-00544777 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c0-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c1-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c2-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa0-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa1-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa2-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f478-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f495-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f496-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f497-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b84917787232-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b8491778724d-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_536a527e-87d4-b33f-9e01-7e7201aa05a3-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b8491778724e-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-a94a9e12-4b8f-6a1b-9e7c-c84b45cb4d8d-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da1-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da2-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da3-00544777 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951dc0-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-_948e6d02-dba7-9824-b25b-09af9a5af1d9-00544777 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-f84a1e93-ca04-a84e-4b39-e554509878cf-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-f84a1e93-ca04-a84e-4b39-e554509878eb-00544777 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }

  #w-node-_8dda8b2b-1e1a-b32b-3f06-b1e1d785b9f6-00544834 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-_9062f759-530a-4cf1-0e06-47117ac3b868-00544834 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-d48e542f-0544-8483-da0e-cc384d2daffa-00544834 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d523a6da-13da-25d1-a622-0e34506a88f3-00544834 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #ga-click1.w-node-b5609481-0d06-bd80-55b0-9a3e01778147-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-b5609481-0d06-bd80-55b0-9a3e0177814a-00544777 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-b5609481-0d06-bd80-55b0-9a3e01778151-00544777 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: center;
  }

  #w-node-b5609481-0d06-bd80-55b0-9a3e01778152-00544777 {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: center;
  }

  #Laisha.w-node-b5609481-0d06-bd80-55b0-9a3e01778153-00544777 {
    grid-column: 5 / 6;
    justify-self: end;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20ce-00544777 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7676-00544777 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7689-00544777 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7696-00544777 {
    grid-area: 1 / 2 / 3 / 5;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7697-00544777 {
    grid-area: 1 / 2 / 3 / 5;
    align-self: end;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7699-00544777 {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91ba9-00544777 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a41-00544777 {
    align-self: end;
  }

  #w-node-_050bb464-eda6-ce62-60b5-33bddc0d5220-00544777 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4e-00544777 {
    grid-area: 1 / 2 / 3 / 5;
    align-self: end;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba54-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba55-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba72-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c1-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c2-00544777, #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa2-00544777 {
    align-self: end;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b84917787232-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_536a527e-87d4-b33f-9e01-7e7201aa05a3-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b8491778724e-00544777 {
    grid-area: 1 / 2 / 2 / 5;
    align-self: end;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da1-00544777 {
    grid-area: 1 / 2 / 3 / 5;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da3-00544777 {
    align-self: center;
  }

  #w-node-f84a1e93-ca04-a84e-4b39-e554509878eb-00544777 {
    align-self: end;
  }

  #w-node-_68d58ec3-c51b-2b5b-245d-4ef569967807-00544777 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #ga-click1.w-node-b5609481-0d06-bd80-55b0-9a3e01778147-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-b5609481-0d06-bd80-55b0-9a3e01778151-00544777 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: center;
  }

  #Laisha.w-node-b5609481-0d06-bd80-55b0-9a3e01778153-00544777 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #ga-click1.w-node-b5609481-0d06-bd80-55b0-9a3e01778147-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-b5609481-0d06-bd80-55b0-9a3e0177814a-00544777 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center;
  }

  #w-node-b5609481-0d06-bd80-55b0-9a3e01778151-00544777 {
    grid-area: 1 / 2 / 2 / 4;
    place-self: center;
  }

  #w-node-b5609481-0d06-bd80-55b0-9a3e01778152-00544777 {
    grid-area: 1 / 3 / 2 / 6;
    place-self: center;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20c6-00544777 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20cc-00544777 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: end;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20cf-00544777 {
    align-self: center;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20ce-00544777 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-_78ce5b24-36c2-e1d6-6101-e6bc0eb6c5a7-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_78ce5b24-36c2-e1d6-6101-e6bc0eb6c5c2-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #Miri-Aloni.w-node-fc782fad-ac0d-82ad-375b-abfa3f020279-00544777 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #Rivka-michaeli.w-node-fc782fad-ac0d-82ad-375b-abfa3f020295-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc7686b-00544777 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc76869-00544777 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-dac0225f-6178-144f-5e2e-547c8a814e3a-00544777 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7676-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7696-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7697-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #Rivka-michaeli.w-node-_878c932a-95c2-0d45-d6a0-a9d1b672a6d8-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #Nasrin.w-node-_4c83fbea-5977-3355-1a65-6613bd566c13-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Orna-datz.w-node-_4c83fbea-5977-3355-1a65-6613bd566c31-00544777, #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b8d-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b9c-00544777 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91ba9-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91bad-00544777, #w-node-_808e22e8-1ea4-d386-4943-7928259538e0-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_808e22e8-1ea4-d386-4943-7928259538fb-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_40418b79-a234-c31f-413c-2be598a5968d-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd635c-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd636b-00544777 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd6378-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd637c-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_929158e7-63e2-9342-ab04-dad829962c12-00544777 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a23-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a3f-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a41-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_81e6dfe5-0f9a-fbe0-8924-e7fb120a9f38-00544777, #w-node-_7d1f328b-edf6-ec8b-d8e2-ae813e90cccc-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7d1f328b-edf6-ec8b-d8e2-ae813e90cce7-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #Eden-ben.w-node-_0c519064-194a-9252-a1ad-72e00ea91268-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb31-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4c-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4e-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #Anna-zack.w-node-a087753e-ad16-98cd-afa4-b2c91ce6f45b-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d33-00544777 {
    grid-row: 2 / 3;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d4f-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_49a62490-64bf-7bc3-867b-9bb41ac52281-00544777 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a252798-00544777 {
    grid-row-start: 2;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527b3-00544777 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527b7-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527b8-00544777 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_6c89066c-4355-9857-467c-46f851fbf72f-00544777, #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991f91-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991fac-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_18d4c3f9-b99c-271c-ca2d-d3f09fa08990-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e503-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51d-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51f-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-edc59112-1ebd-9a38-636d-b3029ae6cab4-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a644363172-00544777 {
    grid-row: 2 / 3;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a64436318c-00544777, #w-node-d6c43c1e-03b9-c19f-06d6-91a64436318d-00544777 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #Ruti-brudo.w-node-_63b4ab9d-9861-61c2-97a0-6fd0eb3854e0-00544777, #w-node-_5b3461e2-5473-a58d-9fbc-080c777f3ffc-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d94b-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d966-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d968-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #rina-matzlih.w-node-c15cc53d-e260-85ef-9aef-31aed84c5f1b-00544777, #w-node-_2013aced-53a6-bf52-5e0c-b8085bda4deb-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba53-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba55-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba72-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #Shlomit-Ahron.w-node-b84c9201-517f-0288-246a-69996f393085-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044a1-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c0-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c2-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #Karolina.w-node-a8f90594-ecf7-ad8f-d4d4-2c1650310c30-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f85-00544777 {
    grid-area: 2 / 1 / 4 / 2;
    align-self: center;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa0-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa2-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #Norit-zarhi.w-node-_86fb92a7-b645-fbdc-77dd-de27f2260ae8-00544777 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Ilanit.w-node-_86fb92a7-b645-fbdc-77dd-de27f2260b04-00544777 {
    grid-column-start: 1;
  }

  #w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805b-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805d-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #Tamar-Ish-Shalom.w-node-eb496823-ef79-3be5-0f64-2b51d99418fd-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f478-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f495-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f497-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-f671eeab-d09b-5644-3efb-972ac6d4c8e9-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b84917787232-00544777 {
    grid-row-start: 2;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b8491778724d-00544777 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b8491778724e-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #dindin-aviv.w-node-_71b6afdb-14e5-cd6b-6074-a3753bcacfc2-00544777, #w-node-a94a9e12-4b8f-6a1b-9e7c-c84b45cb4d8d-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a94a9e12-4b8f-6a1b-9e7c-c84b45cb4dab-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da1-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da3-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951dc0-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #Shimrit-or.w-node-fbb2bcda-27cc-61e5-f160-a87fc3ee638c-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_948e6d02-dba7-9824-b25b-09af9a5af1d9-00544777, #w-node-f84a1e93-ca04-a84e-4b39-e554509878cf-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-f84a1e93-ca04-a84e-4b39-e554509878ea-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f84a1e93-ca04-a84e-4b39-e554509878eb-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-e1c1a776-90a0-27be-5395-bea4e76159d6-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d7155015-889c-f1ef-2b82-df7a6a4a0b70-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f77-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f95-00544777, #w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cb-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cd-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #Adi-sofer.w-node-_98bc21d0-9397-f5c7-b076-d0b9eae21fc8-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Galia-Rahav.w-node-_98bc21d0-9397-f5c7-b076-d0b9eae21fe8-00544777, #w-node-_9efeb7b1-3076-2a3a-3e04-5c068ae37c90-00544777, #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0932-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0933-00544777 {
    grid-column-end: 2;
  }

  #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0940-00544777 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d094f-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0943-00544777 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68d58ec3-c51b-2b5b-245d-4ef569967809-00544777 {
    grid-area: 1 / 4 / 2 / 6;
    place-self: center;
  }

  #w-node-_8dda8b2b-1e1a-b32b-3f06-b1e1d785b9f6-00544834 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_9062f759-530a-4cf1-0e06-47117ac3b868-00544834 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
  }

  #w-node-d48e542f-0544-8483-da0e-cc384d2daffa-00544834 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d523a6da-13da-25d1-a622-0e34506a88f3-00544834 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a840db35-608b-7de6-ad33-d78875aa08a4-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08d6-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08eb-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08b8-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08c2-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08cc-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08e1-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa0899-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa0885-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08ae-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa0890-00544852 {
    justify-self: center;
  }

  #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5438-00544977, #w-node-_0d066f8c-82b8-89c8-60c9-bf012ca086d5-00544977, #w-node-e151d8ba-4abe-1e5f-f89e-6d8a467fe375-00544977, #w-node-a627f106-354b-41b1-c969-40fdef1c3a70-00544977, #w-node-db5484b3-804a-9f3c-4fe4-4e3eb14ad4f0-00544977, #w-node-_6712f1d7-2444-c764-0138-1774dacdb6e8-00544977, #w-node-_0fdf205d-8c79-fa42-b035-276a9e505c3d-00544977, #w-node-f95c1fd4-190e-ad82-b643-53ab6908f8da-00544977, #w-node-_98332935-bb5d-0d14-700b-241105f77eed-00544977, #w-node-c83adb86-46c3-a083-b749-b14aafb5395a-00544977, #w-node-_82d668fc-0aba-b87f-9f7d-3246d24f18d9-00544977, #w-node-_61f60923-f2ec-20e4-6e17-7318b00a735f-00544977, #w-node-b9edbd81-2313-1a54-3271-c109ce133eda-00544977, #w-node-cf6b3055-e656-72dd-6848-db0879169b5e-00544977, #w-node-_62de9540-af5b-5853-29d3-aced14302521-00544977, #w-node-_8b57d58d-76fd-58b1-ab57-3b288d8ed2c9-00544977, #w-node-ed09b19f-421c-b15c-0eb2-58e46031c418-00544977, #w-node-_149d7c4e-66e7-3987-6fbf-6700b702c60e-00544977, #w-node-_018112a0-f1b1-433e-6682-352ec0a1c771-00544977, #w-node-e7356589-9d06-5851-6e7b-629d92baaa6b-00544977, #w-node-_1b509e9d-788a-48e1-e4ed-7527c66bf348-00544977, #w-node-f9d15646-7f96-ed2e-7c55-cca44adee43e-00544977, #w-node-_49d2f8ee-9cb5-60d7-2064-e7602be2c8eb-00544977, #w-node-_45da5994-d86f-6007-60af-be13caa5a7d8-00544977, #w-node-b954e6c9-6e1e-6104-6408-34a09deb2695-00544977, #w-node-_015b4142-bf67-3e4b-7a0f-cb93b81fc76d-00544977, #w-node-a003f2b3-10b0-1efd-dd6a-c5f45159b00c-00544977, #w-node-_54d3e10a-153a-b052-de40-036749dd41b3-00544977, #w-node-f6c7d4c9-404b-59d0-f758-85c4158f269f-00544977, #w-node-bfa6e054-54cb-f6ae-3558-06cea4fa84a4-00544977, #w-node-fd6b9350-7b0b-8b68-9003-d9fff7a33402-00544977, #w-node-fb5d25ff-9682-c10a-0fe4-1427db3bc990-00544977, #w-node-_7406d7bc-22d1-5e29-1fc0-56ae52bb9b31-00544977, #w-node-d3b5a522-147f-7ce1-6171-35d4a0e5619d-00544977, #w-node-ecc911fd-b8c0-4e82-8d35-d26ad070d211-00544977, #w-node-_4059c1a0-c5ef-c8d4-3236-5307227231a2-00544977, #w-node-_558fd85f-dd27-253e-91cd-471c9114c466-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5541-00544977 {
    place-self: center;
  }

  #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da554c-00544977 {
    justify-self: center;
  }

  #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5557-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5562-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da556d-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5578-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5583-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da558e-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5599-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da55a4-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da55af-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da55ba-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da55c5-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da55d0-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da55db-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da55e6-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da55f1-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da55fc-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5607-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5612-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da561d-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5628-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5633-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da563e-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5649-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5654-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da565f-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da566a-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5675-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5680-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da568b-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5696-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da56a1-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da56ae-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da56b9-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da56c4-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da56cf-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da56da-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da56e5-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da56f0-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da56fb-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5706-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5711-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da571c-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5727-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5732-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da573d-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5748-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5753-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da575e-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5769-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5774-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da577f-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da578a-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5795-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da57a0-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da57ab-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da57b6-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da57c1-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da57cc-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da57d7-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da57e2-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da57ed-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da57f8-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5803-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da580e-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5819-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5824-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da582f-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da583a-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5845-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5850-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da585b-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5866-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5871-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da587c-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5887-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5892-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da589d-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da58a8-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da58b3-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da58be-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da58c9-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da58d4-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da58df-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da58ea-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da58f5-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5900-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da590b-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5916-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5921-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da592c-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5937-00544977 {
    place-self: center;
  }

  #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5942-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da594d-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5958-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5963-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da596e-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5979-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5984-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da598f-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da599a-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da59a5-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da59b0-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da59bb-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da59c6-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da59d1-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da59dc-00544977 {
    justify-self: center;
  }

  #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da59e7-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da59f2-00544977 {
    place-self: center;
  }

  #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da59fd-00544977 {
    justify-self: center;
  }

  #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a08-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a13-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a29-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a34-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a3f-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a4a-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a55-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a60-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a6b-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a76-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a81-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a8c-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5a97-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5aa2-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5aad-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5ab8-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5ac3-00544977, #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5ace-00544977 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #ga-click1.w-node-b5609481-0d06-bd80-55b0-9a3e01778147-00544777 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center start;
  }

  #Laisha.w-node-b5609481-0d06-bd80-55b0-9a3e01778153-00544777 {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20c6-00544777 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20cc-00544777 {
    grid-column: 2 / 3;
    grid-row-start: 1;
    justify-self: end;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20ce-00544777 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc7686b-00544777 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc7687a-00544777 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc76869-00544777 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc7686a-00544777 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-dac0225f-6178-144f-5e2e-547c8a814e2a-00544777 {
    grid-column-end: 2;
  }

  #w-node-dac0225f-6178-144f-5e2e-547c8a814e37-00544777 {
    grid-row: 3 / 4;
  }

  #w-node-dac0225f-6178-144f-5e2e-547c8a814e3a-00544777 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac0225f-6178-144f-5e2e-547c8a814e47-00544777 {
    grid-column: 1 / 2;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7676-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7689-00544777 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7696-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7699-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b8d-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b9c-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b9d-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91ba9-00544777, #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91bad-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_40418b79-a234-c31f-413c-2be598a5968d-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_40418b79-a234-c31f-413c-2be598a5969c-00544777 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd635c-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd636b-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd636c-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd6378-00544777, #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd637c-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_929158e7-63e2-9342-ab04-dad829962c00-00544777, #w-node-_929158e7-63e2-9342-ab04-dad829962c0f-00544777 {
    grid-column-end: 2;
  }

  #w-node-_929158e7-63e2-9342-ab04-dad829962c12-00544777 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a23-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a32-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a33-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a3f-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a40-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_7d1f328b-edf6-ec8b-d8e2-ae813e90cce7-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_7d1f328b-edf6-ec8b-d8e2-ae813e90cce8-00544777 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_050bb464-eda6-ce62-60b5-33bddc0d5220-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_050bb464-eda6-ce62-60b5-33bddc0d5221-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb31-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb3f-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb40-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4c-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4d-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4e-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d33-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d42-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d43-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d4f-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d50-00544777 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_49a62490-64bf-7bc3-867b-9bb41ac52272-00544777 {
    grid-column-end: 2;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a252798-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527a6-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527a7-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527b7-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527b8-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991f91-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991f9f-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991fa0-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991fac-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991fad-00544777 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e503-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e510-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e511-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51d-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51e-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51f-00544777, #w-node-edc59112-1ebd-9a38-636d-b3029ae6cab4-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-edc59112-1ebd-9a38-636d-b3029ae6cac5-00544777 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a644363172-00544777 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a64436317f-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a644363180-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a64436318c-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5b3461e2-5473-a58d-9fbc-080c777f400b-00544777 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d94b-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d959-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d95a-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d966-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d967-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_2013aced-53a6-bf52-5e0c-b8085bda4dfa-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba53-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba54-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba55-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba65-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba66-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044a1-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c0-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c1-00544777 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f85-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f93-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f94-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa0-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa1-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805b-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805c-00544777 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805d-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2806c-00544777 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f478-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f488-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f489-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f495-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f496-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f497-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b84917787232-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b84917787240-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b84917787241-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b8491778724d-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_536a527e-87d4-b33f-9e01-7e7201aa05a3-00544777 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da1-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da2-00544777 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da3-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951db3-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951db4-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_948e6d02-dba7-9824-b25b-09af9a5af1d9-00544777 {
    grid-area: 2 / 1 / 5 / 2;
  }

  #w-node-_948e6d02-dba7-9824-b25b-09af9a5af1e5-00544777 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_948e6d02-dba7-9824-b25b-09af9a5af1e6-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f84a1e93-ca04-a84e-4b39-e554509878cf-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f84a1e93-ca04-a84e-4b39-e554509878ea-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e1c1a776-90a0-27be-5395-bea4e76159e5-00544777 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-e1c1a776-90a0-27be-5395-bea4e76159e6-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f88-00544777 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f89-00544777 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cb-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cc-00544777 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cd-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-f71e38ed-80e7-4f2f-284a-51763ef5fa9a-00544777 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5609481-0d06-bd80-55b0-9a3e01778154-00544777 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20c6-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20cc-00544777 {
    grid-column: 1 / 2;
    grid-row-end: 2;
    justify-self: start;
  }

  #w-node-e6be5600-0bb8-5f46-1988-124e9c9d20ce-00544777 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_78ce5b24-36c2-e1d6-6101-e6bc0eb6c5a7-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_78ce5b24-36c2-e1d6-6101-e6bc0eb6c5c2-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_78ce5b24-36c2-e1d6-6101-e6bc0eb6c5c3-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Miri-Aloni.w-node-fc782fad-ac0d-82ad-375b-abfa3f020279-00544777 {
    grid-column: 1 / 2;
  }

  #w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc7686b-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc7687a-00544777 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc76869-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_52ef49a3-caa1-cb4d-083f-ae7b4fc7686a-00544777 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-dac0225f-6178-144f-5e2e-547c8a814e2a-00544777 {
    grid-column-end: 2;
  }

  #w-node-dac0225f-6178-144f-5e2e-547c8a814e37-00544777 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dac0225f-6178-144f-5e2e-547c8a814e3a-00544777 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac0225f-6178-144f-5e2e-547c8a814e47-00544777 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7676-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7683-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7689-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7696-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_236fed01-ee07-4b0a-6966-bc2f8edb7699-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b8d-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b9a-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b9c-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91b9d-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91ba9-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_4f3d6e7b-92f4-7269-6705-276a92c91bad-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_808e22e8-1ea4-d386-4943-7928259538fb-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_40418b79-a234-c31f-413c-2be598a5968d-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_40418b79-a234-c31f-413c-2be598a5969c-00544777 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd635c-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd6369-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd636b-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd636c-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd6378-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-a0c5a01c-fc2f-b19e-a04f-15de19dd637c-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_929158e7-63e2-9342-ab04-dad829962c0f-00544777, #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a23-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a30-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a32-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a33-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a3f-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c92545a-4deb-dff3-5e16-99e6c5142a40-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_7d1f328b-edf6-ec8b-d8e2-ae813e90cce7-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_7d1f328b-edf6-ec8b-d8e2-ae813e90cce8-00544777 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_050bb464-eda6-ce62-60b5-33bddc0d521e-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_050bb464-eda6-ce62-60b5-33bddc0d5220-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_050bb464-eda6-ce62-60b5-33bddc0d5221-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #Eden-ben.w-node-_0c519064-194a-9252-a1ad-72e00ea91268-00544777, #w-node-_80413786-4f49-8812-733d-6449df64eb31-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb3d-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb3f-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb40-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4c-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4d-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_80413786-4f49-8812-733d-6449df64eb4e-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d33-00544777 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d40-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d42-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d43-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d4f-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_3b34e0d0-1e73-456e-5c7e-936e587d1d50-00544777 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_49a62490-64bf-7bc3-867b-9bb41ac52272-00544777 {
    grid-column-end: 2;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a252798-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527a4-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527a6-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527a7-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527b3-00544777 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527b7-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb16859-8da0-0c35-ec59-f22b6a2527b8-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991f91-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991f9d-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991f9f-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991fa0-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991fac-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_2e0f06df-6dec-8814-2bf3-47d08e991fad-00544777 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e503-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e50e-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e510-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e511-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51d-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51e-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_14b40aea-4b3d-fbeb-f3e1-01792505e51f-00544777, #w-node-edc59112-1ebd-9a38-636d-b3029ae6cab4-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-edc59112-1ebd-9a38-636d-b3029ae6cac5-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a644363172-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a64436317d-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a64436317f-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a644363180-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a64436318c-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d6c43c1e-03b9-c19f-06d6-91a64436318d-00544777 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_5b3461e2-5473-a58d-9fbc-080c777f3ffc-00544777 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5b3461e2-5473-a58d-9fbc-080c777f400b-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d94b-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d957-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d959-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d95a-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d966-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_38f69a30-4208-ed47-8558-b04ec508d967-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2013aced-53a6-bf52-5e0c-b8085bda4deb-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2013aced-53a6-bf52-5e0c-b8085bda4dfa-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba53-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba54-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba55-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba62-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba65-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_4b8ea202-99b4-0856-10f1-c31d2a69ba66-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #Shlomit-Ahron.w-node-b84c9201-517f-0288-246a-69996f393085-00544777, #w-node-ec864828-6e54-dbba-f6cf-03b6e42044a1-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c0-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ec864828-6e54-dbba-f6cf-03b6e42044c1-00544777 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #Karolina.w-node-a8f90594-ecf7-ad8f-d4d4-2c1650310c30-00544777, #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f85-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f91-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f93-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8f94-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa0-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4fa51553-8131-f1c7-7dd5-da3dc94d8fa1-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #Norit-zarhi.w-node-_86fb92a7-b645-fbdc-77dd-de27f2260ae8-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #Ilanit.w-node-_86fb92a7-b645-fbdc-77dd-de27f2260b04-00544777 {
    grid-column: 1 / 2;
  }

  #w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805b-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805c-00544777 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2805d-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_23014a3c-7212-2bc9-1608-d9ac8ee2806c-00544777 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f478-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f485-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f488-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f489-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f495-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f496-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_8e7f555b-2641-c391-be00-70ccc6f9f497-00544777, #w-node-f671eeab-d09b-5644-3efb-972ac6d4c8e9-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b84917787232-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b8491778723e-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b84917787240-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b84917787241-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b8491778724d-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_536a527e-87d4-b33f-9e01-7e7201aa05a3-00544777 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0f70e44f-0a46-268d-ef5f-b8491778724e-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #dindin-aviv.w-node-_71b6afdb-14e5-cd6b-6074-a3753bcacfc2-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a94a9e12-4b8f-6a1b-9e7c-c84b45cb4d8d-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-a94a9e12-4b8f-6a1b-9e7c-c84b45cb4dab-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da1-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da2-00544777 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951da3-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951db0-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951db3-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_6051d6fa-f4a0-3787-6c64-930c3c951db4-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #Shimrit-or.w-node-fbb2bcda-27cc-61e5-f160-a87fc3ee638c-00544777, #w-node-_948e6d02-dba7-9824-b25b-09af9a5af1d9-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_948e6d02-dba7-9824-b25b-09af9a5af1e3-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-_948e6d02-dba7-9824-b25b-09af9a5af1e5-00544777 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_948e6d02-dba7-9824-b25b-09af9a5af1e6-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-f84a1e93-ca04-a84e-4b39-e554509878cf-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f84a1e93-ca04-a84e-4b39-e554509878dc-00544777 {
    grid-area: 5 / 2 / 6 / 6;
  }

  #w-node-f84a1e93-ca04-a84e-4b39-e554509878ea-00544777, #w-node-e1c1a776-90a0-27be-5395-bea4e76159d6-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e1c1a776-90a0-27be-5395-bea4e76159e5-00544777 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-e1c1a776-90a0-27be-5395-bea4e76159e6-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-d7155015-889c-f1ef-2b82-df7a6a4a0b70-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f77-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f88-00544777 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f89-00544777 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8c7d99b5-3179-15a2-8aeb-fbcefb3d8f95-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cb-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cc-00544777 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f6f6f25d-63ec-a842-4c5e-c2034e6024cd-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0932-00544777 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0933-00544777 {
    grid-column-end: 2;
  }

  #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0940-00544777 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d094f-00544777 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6167d12d-91d2-77ef-fb56-fa22b15d0943-00544777 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f71e38ed-80e7-4f2f-284a-51763ef5fa9a-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-ae94254d-8a31-6adf-13d3-6ab9228f02f2-00544777 {
    grid-row: 2 / 3;
    justify-self: auto;
  }

  #w-node-_68d58ec3-c51b-2b5b-245d-4ef569967805-00544777 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_68d58ec3-c51b-2b5b-245d-4ef569967809-00544777 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_8dda8b2b-1e1a-b32b-3f06-b1e1d785b9f6-00544834 {
    align-self: start;
  }

  #w-node-_8dda8b2b-1e1a-b32b-3f06-b1e1d785b9ff-00544834 {
    grid-column-end: 2;
  }

  #w-node-_9062f759-530a-4cf1-0e06-47117ac3b868-00544834 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
  }

  #w-node-d48e542f-0544-8483-da0e-cc384d2daffa-00544834 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc56-00544834 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc58-00544834 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc5d-00544834 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc62-00544834 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-c5a1c8c1-cc79-7adf-f4a1-fc00c7b3bc67-00544834 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-a840db35-608b-7de6-ad33-d78875aa08a4-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08d6-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08eb-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08b8-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08c2-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08cc-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa08e1-00544852 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a840db35-608b-7de6-ad33-d78875aa0899-00544852 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-a840db35-608b-7de6-ad33-d78875aa0885-00544852 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-a840db35-608b-7de6-ad33-d78875aa08ae-00544852, #w-node-a840db35-608b-7de6-ad33-d78875aa0890-00544852 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2c9e0fa7-7e7c-838c-80d2-8d3161b214af-00544955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_0ce58c50-84f9-3fc7-5290-e48d43da5444-00544977 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Neuropol';
  src: url('../fonts/NEUROPOL.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gveret levin';
  src: url('../fonts/GveretLevinAlefAlefAlef-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosestext 1';
  src: url('../fonts/MosesText_1.0-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosestext 1';
  src: url('../fonts/MosesText_1.0-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosestext 1';
  src: url('../fonts/MosesText_1.0-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosestext 1';
  src: url('../fonts/MosesText_1.0-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosesdisplay 1';
  src: url('../fonts/MosesDisplay_1.0-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosesdisplay 1';
  src: url('../fonts/MosesDisplay_1.0-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosesdisplay 1';
  src: url('../fonts/MosesDisplay_1.0-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosesdisplay 1';
  src: url('../fonts/MosesDisplay_1.0-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosesdisplay 1';
  src: url('../fonts/MosesDisplay_1.0-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosesdisplay 1';
  src: url('../fonts/MosesDisplay_1.0-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosesdisplay 1';
  src: url('../fonts/MosesDisplay_1.0-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosesdisplay 1';
  src: url('../fonts/MosesDisplay_1.0-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosesdisplay 1';
  src: url('../fonts/MosesDisplay_1.0-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Narkissblock Bold';
  src: url('../fonts/NarkissBlock-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Narkissblock black';
  src: url('../fonts/NarkissBlock-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Narkissblock Regular';
  src: url('../fonts/NarkissBlock-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Narkissblock Semibold';
  src: url('../fonts/NarkissBlock-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Narkissblock Light';
  src: url('../fonts/NarkissBlock-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Narkissblock Medium';
  src: url('../fonts/NarkissBlock-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Narkissblock Heavy';
  src: url('../fonts/NarkissBlock-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Digital 7';
  src: url('../fonts/digital-7.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moses text Webfont vf';
  src: url('../fonts/MosesText_WebfontVF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}