@font-face {
  font-family: "noto_sans_sc_regular";
  src: url("assets/fonts/notosanshebrew-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "noto_sansSCnSBd";
  src: url("assets/fonts/notosanshebrew-bold-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "noto_sansSCnSBk";
  src: url("assets/fonts/notosanshebrew-black-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
body.rtl p:not([class*=has-text-align]),
body.rtl h1:not([class*=has-text-align]),
body.rtl h2:not([class*=has-text-align]),
body.rtl h3:not([class*=has-text-align]),
body.rtl h4:not([class*=has-text-align]),
body.rtl h5:not([class*=has-text-align]),
body.rtl h6:not([class*=has-text-align]),
body.rtl li:not([class*=has-text-align]) {
  unicode-bidi: plaintext;
  text-align: start;
}

@media only screen and (max-width: 768px) {
  .table .t__head .t__col::before,
  .table .t__body .t__col::before {
    left: auto;
    right: -35%;
  }
}
@media only screen and (max-width: 640px) {
  .table .t__head .t__col::before,
  .table .t__body .t__col::before {
    left: auto;
    right: 0%;
  }
}
@media only screen and (max-width: 768px) {
  .table .t__head .fx__row,
  .table .t__body .fx__row {
    padding-left: 0;
    padding-right: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .table .t__head .fx__row,
  .table .t__body .fx__row {
    padding-right: 0%;
  }
}

.button__row .heb_swiper__button-next span,
.button__row .heb_swiper__button-prev span {
  transform: scaleX(-1);
}

/*# sourceMappingURL=style-rtl.css.map */
