@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 19, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 23, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 27, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 31, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 35, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 39, ../sass/all/base.scss */
.taj {
  text-align: justify !important;
}

/* line 43, ../sass/all/base.scss */
.ltr {
  direction: ltr !important;
}

/* line 47, ../sass/all/base.scss */
.rtl {
  direction: rtl !important;
}

/* line 51, ../sass/all/base.scss */
.d-i-f {
  display: -webkit-inline-flex !important;
  display: -moz-inline-flex !important;
  display: -ms-inline-flex !important;
  display: -o-inline-flex !important;
  display: inline-flex !important;
}

/* line 59, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 67, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 75, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 79, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 83, ../sass/all/base.scss */
.j-c-f-s {
  justify-content: flex-start !important;
}

/* line 87, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 92, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 97, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 105, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 109, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 113, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 117, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 121, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 125, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 129, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 139, ../sass/all/base.scss */
.mob-ver {
  display: none;
}

/* line 143, ../sass/all/base.scss */
.pos-r {
  position: relative;
}

/* line 147, ../sass/all/base.scss */
.m-l-a {
  margin-left: auto;
}

/* line 151, ../sass/all/base.scss */
.no-visible-section {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}

/* line 159, ../sass/all/base.scss */
.lang-he .m-l-a {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 166, ../sass/all/base.scss */
  .mob-ver {
    display: block;
  }

  /* line 170, ../sass/all/base.scss */
  .desc-ver {
    display: none;
  }

  /* line 174, ../sass/all/base.scss */
  .no-pad-top-mob {
    padding-top: 0 !important;
  }
}
/* line 3, ../sass/often-searched.scss */
body:before {
  display: none !important;
}

/* line 7, ../sass/often-searched.scss */
.OftenSearchedNav {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 -5px;
  margin-bottom: 20px;
}
/* line 20, ../sass/often-searched.scss */
.OftenSearchedNav::-webkit-scrollbar {
  height: 2px;
}
/* line 23, ../sass/often-searched.scss */
.OftenSearchedNav::-webkit-scrollbar-track {
  background: transparent;
}
/* line 26, ../sass/often-searched.scss */
.OftenSearchedNav::-webkit-scrollbar-thumb {
  background: #288eff;
}
/* line 29, ../sass/often-searched.scss */
.OftenSearchedNav::-webkit-scrollbar-button {
  display: none;
}

/* line 34, ../sass/often-searched.scss */
.OftenSearchedNavTPL {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  width: calc(100% / 6 - 10px);
  margin: 5px;
  border-radius: 30px;
  overflow: hidden;
  isolation: isolate;
}
/* line 55, ../sass/often-searched.scss */
.OftenSearchedNavTPL .icon {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
/* line 64, ../sass/often-searched.scss */
.OftenSearchedNavTPL .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: .3s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* line 75, ../sass/often-searched.scss */
.OftenSearchedNavTPL .name {
  display: block;
  padding: 10px;
  background-color: rgba(194, 134, 177, 0.5);
  width: 100%;
  text-wrap: balance;
  min-height: calc(100% - 140px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease-in-out;
}
/* line 87, ../sass/often-searched.scss */
.OftenSearchedNavTPL .name span {
  font-size: 14px;
  display: block;
  font-weight: 700;
}
/* line 110, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(1) {
  background-color: rgba(255, 192, 203, 0.3);
}
/* line 113, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(1) .name {
  background-color: rgba(255, 192, 203, 0.3);
}
/* line 118, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(2) {
  background-color: rgba(255, 0, 43, 0.3);
}
/* line 121, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(2) .name {
  background-color: rgba(255, 0, 43, 0.3);
}
/* line 126, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(3) {
  background-color: rgba(38, 0, 255, 0.3);
}
/* line 129, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(3) .name {
  background-color: rgba(38, 0, 255, 0.3);
}
/* line 134, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(4) {
  background-color: rgba(62, 255, 181, 0.3);
}
/* line 139, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(4) .name {
  background-color: rgba(38, 0, 255, 0.3);
}
/* line 144, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(5) {
  background-color: rgba(255, 210, 8, 0.3);
}
/* line 149, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(5) .name {
  background-color: rgba(38, 0, 255, 0.3);
}
/* line 154, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(6) {
  background-color: rgba(60, 200, 255, 0.3);
}
/* line 159, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(6) .name {
  background-color: rgba(38, 0, 255, 0.3);
}
/* line 164, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(7) {
  background-color: rgba(255, 0, 221, 0.3);
}
/* line 169, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(7) .name {
  background-color: rgba(255, 0, 221, 0.3);
}
/* line 174, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(8) {
  background-color: rgba(43, 255, 0, 0.3);
}
/* line 179, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(8) .name {
  background-color: rgba(43, 255, 0, 0.3);
}
/* line 185, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(9) {
  background-color: rgba(0, 2, 150, 0.3);
}
/* line 190, ../sass/often-searched.scss */
.OftenSearchedNavTPL:nth-child(9) .name {
  background-color: rgba(0, 2, 150, 0.3);
}
/* line 200, ../sass/often-searched.scss */
.OftenSearchedNavTPL:hover .icon img {
  transform: scale(1.1);
}
/* line 205, ../sass/often-searched.scss */
.OftenSearchedNavTPL:hover .name {
  background-color: #288eff;
  color: #fff;
}

/* line 212, ../sass/often-searched.scss */
.OftenSearchedVideo {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 20px;
}
/* line 218, ../sass/often-searched.scss */
.OftenSearchedVideo iframe {
  display: block;
  width: 100%;
  height: initial;
  aspect-ratio: 16/9;
}

/* line 227, ../sass/often-searched.scss */
.lang-he .OftenSearchedNav {
  direction: rtl;
}
/* line 233, ../sass/often-searched.scss */
.lang-he .OftenSearchedNavTPL .name {
  font-size: calc(14px * 1.2);
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 241, ../sass/often-searched.scss */
  .OftenSearchedNavTPL {
    border-radius: 25px;
  }
  /* line 244, ../sass/often-searched.scss */
  .OftenSearchedNavTPL .icon {
    height: 112px;
  }
  /* line 248, ../sass/often-searched.scss */
  .OftenSearchedNavTPL .name {
    padding: 8px;
    min-height: calc(100% - 112px);
    font-size: 14px;
  }
  /* line 253, ../sass/often-searched.scss */
  .OftenSearchedNavTPL .name span {
    font-size: 12px;
  }

  /* line 259, ../sass/often-searched.scss */
  .OftenSearchedVideo {
    border-radius: 25px;
  }

  /* line 265, ../sass/often-searched.scss */
  .lang-he .OftenSearchedNavTPL .name {
    font-size: calc(14px * 1.2);
  }
  /* line 268, ../sass/often-searched.scss */
  .lang-he .OftenSearchedNavTPL .name span {
    font-size: calc(12px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 279, ../sass/often-searched.scss */
  .OftenSearchedNav {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
  }

  /* line 288, ../sass/often-searched.scss */
  .OftenSearchedNavTPL {
    min-width: calc(100% / 4 - 10px);
    width: calc(100% / 4 - 10px);
  }
  /* line 292, ../sass/often-searched.scss */
  .OftenSearchedNavTPL .name {
    font-size: 13px;
  }
  /* line 296, ../sass/often-searched.scss */
  .OftenSearchedNavTPL .icon {
    height: 110px;
  }

  /* line 301, ../sass/often-searched.scss */
  .OftenSearchedVideo {
    border-radius: 20px;
  }

  /* line 307, ../sass/often-searched.scss */
  .lang-he .OftenSearchedNavTPL .name {
    font-size: calc(13px * 1.2);
    min-height: calc(100% - 110px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 318, ../sass/often-searched.scss */
  .OftenSearchedNav {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    padding-right: 50px;
  }

  /* line 328, ../sass/often-searched.scss */
  .OftenSearchedNav {
    margin-bottom: 20px;
  }

  /* line 332, ../sass/often-searched.scss */
  .OftenSearchedNavTPL {
    min-width: calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
    border-radius: 15px;
  }
  /* line 337, ../sass/often-searched.scss */
  .OftenSearchedNavTPL .name {
    min-height: calc(100% - 20vw);
    font-size: 12px;
  }
  /* line 342, ../sass/often-searched.scss */
  .OftenSearchedNavTPL .icon {
    height: 20vw;
  }

  /* line 347, ../sass/often-searched.scss */
  .OftenSearchedVideo {
    border-radius: 15px;
  }

  /* line 352, ../sass/often-searched.scss */
  .lang-he .OftenSearchedNav {
    padding-left: 50px;
    padding-right: 0;
  }
  /* line 358, ../sass/often-searched.scss */
  .lang-he .OftenSearchedNavTPL .name {
    font-size: calc(12px * 1.2);
  }
}
