@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 1, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  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: flex-end;
  align-items: flex-end;
  background: #dbecff;
  width: calc((100% - 30px) / 2);
  min-height: 290px;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
}
/* line 24, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB.grad {
  justify-content: flex-end;
}
/* line 27, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB.grad:after {
  content: '';
  display: block;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(47, 41, 99, 0) 0%, #2f2963);
}
/* line 39, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB.grad .title {
  color: #fff;
  max-width: 100%;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  -o-order: 3;
  order: 3;
  margin-bottom: 0;
  margin-top: 15px;
}
/* line 51, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB.grad .tags {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}
/* line 59, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB.grad .site-btn {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  background: #288eff;
  border-color: #288eff;
  color: #fff;
  margin-left: auto;
}
/* line 72, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB.grad:hover .title {
  transform: none;
}
/* line 76, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB.grad:hover .site-btn {
  filter: saturate(0.5);
}
/* line 80, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB.grad:hover .img {
  transform: scale(1.05);
}
/* line 87, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB:hover .title {
  transform: translateY(-5px);
}
/* line 91, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB:hover .site-btn {
  background: #288eff;
  border-color: #288eff;
  color: #fff;
}
/* line 98, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB:nth-child(1), .IndexLinkBannerB:nth-child(2) {
  margin-top: 0;
}
/* line 102, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB .title {
  position: relative;
  text-align: right;
  max-width: 65%;
  z-index: 2;
  font-weight: 700;
  line-height: 1.5;
  color: #2f2963;
  font-size: 24px;
  margin-bottom: auto;
  transition: transform .3s ease-in-out;
}
/* line 115, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB .tags {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
  margin-top: 15px;
}
/* line 128, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB .tags p {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  border-radius: 20px;
  background: #fff;
  height: 40px;
  padding: 0 20px;
}
/* line 143, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB .tags p svg {
  margin-right: 10px;
  height: 16px;
  width: auto;
  display: block;
}
/* line 152, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB .site-btn {
  z-index: 2;
  margin-top: 15px;
}
/* line 157, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease transform;
}
/* line 165, ../sass/index/index-link-banner.scss */
.IndexLinkBannerB .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* line 175, ../sass/index/index-link-banner.scss */
.lang-he .IndexLinkBanner {
  direction: rtl;
}
/* line 179, ../sass/index/index-link-banner.scss */
.lang-he .IndexLinkBannerB {
  direction: rtl;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
/* line 184, ../sass/index/index-link-banner.scss */
.lang-he .IndexLinkBannerB .title {
  font-size: calc(24px * 1.2);
  line-height: 1.3;
}
/* line 189, ../sass/index/index-link-banner.scss */
.lang-he .IndexLinkBannerB .tags {
  justify-content: flex-start;
}
/* line 192, ../sass/index/index-link-banner.scss */
.lang-he .IndexLinkBannerB .tags p {
  font-size: 16px;
}
/* line 195, ../sass/index/index-link-banner.scss */
.lang-he .IndexLinkBannerB .tags p svg {
  margin-right: 0;
  margin-left: 10px;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 206, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB {
    width: calc((100% - 24px) / 2);
    min-height: 235px;
    padding: 24px;
    margin-top: 24px;
  }
  /* line 212, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .title {
    font-size: 20px;
  }
  /* line 216, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .img {
    right: 6px;
  }
  /* line 221, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .tags p {
    font-size: 15px;
    height: 38px;
    margin-left: 13px;
    padding: 0 18px;
  }
  /* line 227, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .tags p svg {
    margin-right: 10px;
    height: 14px;
  }

  /* line 237, ../sass/index/index-link-banner.scss */
  .lang-he .IndexLinkBannerB .title {
    font-size: calc(20px * 1.2);
  }
  /* line 242, ../sass/index/index-link-banner.scss */
  .lang-he .IndexLinkBannerB .tags p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 253, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB {
    width: calc((100% - 18px) / 2);
    min-height: 180px;
    padding: 18px;
    margin-top: 18px;
  }
  /* line 259, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .title {
    font-size: 16px;
  }
  /* line 263, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .img {
    right: 4px;
  }
  /* line 268, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .tags p {
    font-size: 14px;
    height: 36px;
    margin-left: 10px;
    padding: 0 15px;
  }
  /* line 274, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .tags p svg {
    margin-right: 10px;
    height: 14px;
  }

  /* line 284, ../sass/index/index-link-banner.scss */
  .lang-he .IndexLinkBannerB .title {
    font-size: calc(16px * 1.2);
  }
  /* line 289, ../sass/index/index-link-banner.scss */
  .lang-he .IndexLinkBannerB .tags p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 300, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB {
    width: 100%;
    height: auto;
    min-height: 180px;
    padding: 15px;
    margin-top: 15px;
  }
  /* line 307, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB:nth-child(2) {
    margin-top: 15px;
  }
  /* line 311, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .title {
    font-size: clamp(15px, 4.25vw, 16px);
    max-width: 50%;
  }
  /* line 316, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .img {
    right: 4px;
  }
  /* line 321, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .tags p {
    font-size: 13px;
    height: 24px;
    margin-left: 5px;
    padding: 0 10px;
  }
  /* line 327, ../sass/index/index-link-banner.scss */
  .IndexLinkBannerB .tags p svg {
    margin-right: 5px;
    height: 12px;
  }

  /* line 337, ../sass/index/index-link-banner.scss */
  .lang-he .IndexLinkBannerB .title {
    font-size: calc(clamp(15px,4.25vw,16px) * 1.2);
  }
  /* line 342, ../sass/index/index-link-banner.scss */
  .lang-he .IndexLinkBannerB .tags p {
    font-size: 13px;
  }
}
/* line 1, ../sass/blog/blog-grid.scss */
.BlogGrid {
  position: relative;
  padding: 50px 0;
}

/* line 6, ../sass/blog/blog-grid.scss */
.BlogGridWr {
  position: relative;
  display: flex;
  width: calc(100% + 10px);
  margin: 0 -5px;
}

/* line 14, ../sass/blog/blog-grid.scss */
.BlogGrid {
  position: relative;
}
/* line 17, ../sass/blog/blog-grid.scss */
.BlogGrid .img {
  display: block;
  width: 100%;
}
/* line 21, ../sass/blog/blog-grid.scss */
.BlogGrid .img:after {
  content: '';
  display: block;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(47, 41, 99, 0) 0%, #2f2963);
}
/* line 33, ../sass/blog/blog-grid.scss */
.BlogGrid .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 41, ../sass/blog/blog-grid.scss */
.BlogGrid .desc {
  position: relative;
  z-index: 2;
}

/* line 47, ../sass/blog/blog-grid.scss */
.BlogGridBox {
  position: relative;
}

/* line 53, ../sass/blog/blog-grid.scss */
a.BlogGridBox img {
  transition: .3s ease-in-out;
}
/* line 62, ../sass/blog/blog-grid.scss */
a.BlogGridBox:hover .img img {
  transform: scale(1.1);
}

/* line 72, ../sass/blog/blog-grid.scss */
.BlogGridBoxLinkWrap:hover .BlogGridArrowLink {
  background-image: url(../img/4115224_arrow_arrowleft_right_icon.svg);
  background-color: #fff;
}

/* line 79, ../sass/blog/blog-grid.scss */
.BlogGridBoxBig {
  position: relative;
  width: 40%;
  margin: 5px;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}
/* line 88, ../sass/blog/blog-grid.scss */
.BlogGridBoxBig .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 95, ../sass/blog/blog-grid.scss */
.BlogGridBoxBig .img:after {
  display: none;
}
/* line 99, ../sass/blog/blog-grid.scss */
.BlogGridBoxBig .img img {
  transition: .3s ease-in-out;
}
/* line 104, ../sass/blog/blog-grid.scss */
.BlogGridBoxBig .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 73%;
  background: #fff;
  border-top-right-radius: 20px;
  padding: 20px 10px 0;
  width: max-content;
}
/* line 129, ../sass/blog/blog-grid.scss */
.BlogGridBoxBig:hover .img img {
  transform: scale(1.1);
}

/* line 136, ../sass/blog/blog-grid.scss */
.desc-blog-info {
  font-size: 14px;
}
/* line 143, ../sass/blog/blog-grid.scss */
.desc-blog-info i {
  font-weight: 600;
}
/* line 147, ../sass/blog/blog-grid.scss */
.desc-blog-info span {
  opacity: 0.7;
}
/* line 151, ../sass/blog/blog-grid.scss */
.desc-blog-info .date {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  opacity: 1;
  color: #000 !important;
  gap: 10px;
  border-radius: 15px;
  background: #fff;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 5px;
}
/* line 169, ../sass/blog/blog-grid.scss */
.desc-blog-info .date svg {
  width: 14px;
  height: 14px;
}
/* line 174, ../sass/blog/blog-grid.scss */
.desc-blog-info .date small {
  display: inline-block;
  line-height: 0.5;
}

/* line 181, ../sass/blog/blog-grid.scss */
.desc-blog-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 1.5;
}

/* line 189, ../sass/blog/blog-grid.scss */
.BlogGridRight {
  width: calc(60% - 20px);
  margin: 5px;
}

/* line 194, ../sass/blog/blog-grid.scss */
.BlogGridRightRow {
  display: flex;
  flex-wrap: wrap;
}
/* line 200, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(1) .BlogGridBox {
  height: 334px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* line 207, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(1) .BlogGridBox .desc {
  padding: 20px;
  padding-bottom: 10px;
}
/* line 212, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(1) .BlogGridBox .desc-info {
  max-width: 100%;
  margin-top: 14px;
}
/* line 216, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(1) .BlogGridBox .desc-info .desc-blog-title {
  font-size: 26px;
}
/* line 221, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(1) .BlogGridBox:nth-child(1) {
  width: 66%;
  background-color: #2f2963;
  color: #fff;
}
/* line 227, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(1) .BlogGridBox:nth-child(2) {
  width: calc(100% - 66% - 10px);
  margin-left: auto;
  background-color: #dbecff;
  transition: .3s ease-in-out;
}
/* line 233, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(1) .BlogGridBox:nth-child(2):hover {
  background-color: #2f2963;
  color: #fff;
}
/* line 237, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(1) .BlogGridBox:nth-child(2):hover img {
  transform: scale(1.1);
}
/* line 242, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(1) .BlogGridBox:nth-child(2) img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  transition: .3s ease-in-out;
}
/* line 254, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(2) {
  margin-top: 10px;
}
/* line 257, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(2) .BlogGridBox {
  width: 60%;
  height: 256px;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
  padding: 20px;
}
/* line 265, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(2) .BlogGridBox .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 272, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(2) .BlogGridBox .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* line 280, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(2) .BlogGridBox .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* line 289, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(2) .BlogGridBox .desc-blog-info span {
  color: #fff;
}
/* line 294, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(2) .BlogGridBox .desc-title-small-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}
/* line 300, ../sass/blog/blog-grid.scss */
.BlogGridRightRow:nth-child(2) .BlogGridBox:nth-child(2) {
  width: calc(100% - 60% - 10px);
  margin-left: auto;
  background: #E9E9F2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 313, ../sass/blog/blog-grid.scss */
.BlogGridTags {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 -5px;
}

/* line 320, ../sass/blog/blog-grid.scss */
.BlogGridTagsLink {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
  font-size: 12px;
  margin: 5px;
  color: #fff;
  transition: .3s ease-in-out;
}
/* line 336, ../sass/blog/blog-grid.scss */
.BlogGridTagsLink b {
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #288eff;
}
/* line 342, ../sass/blog/blog-grid.scss */
.BlogGridTagsLink span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #2f2963;
  border-radius: 50%;
  font-size: 9px;
}
/* line 359, ../sass/blog/blog-grid.scss */
.BlogGridTagsLink:hover b {
  background-color: #2f2963;
}

/* line 365, ../sass/blog/blog-grid.scss */
.BlogGridInfo {
  padding: 0 20px 10px;
  font-size: 14px;
}

/* line 370, ../sass/blog/blog-grid.scss */
.BlogGridTagsClick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
/* line 377, ../sass/blog/blog-grid.scss */
.BlogGridTagsClick i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/4115224_arrow_arrowleft_right_icon-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #288eff;
  transition: .3s ease-in-out;
}
/* line 393, ../sass/blog/blog-grid.scss */
.BlogGridTagsClick:hover i {
  background-color: #2f2963;
}

/* line 399, ../sass/blog/blog-grid.scss */
.BlogGridLink {
  margin-top: auto;
}
/* line 402, ../sass/blog/blog-grid.scss */
.BlogGridLink a {
  padding: 13px 20px;
  border-top: 2px solid #fff;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  position: relative;
  transition: .3s ease-in-out;
}
/* line 411, ../sass/blog/blog-grid.scss */
.BlogGridLink a:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 10px;
  width: 25px;
  height: 25px;
  background-image: url(../img/4115224_arrow_arrowleft_right_icon-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .3s ease-in-out;
}
/* line 425, ../sass/blog/blog-grid.scss */
.BlogGridLink a:hover {
  border-color: #2f2963;
  background: #fff;
  color: #2f2963;
}
/* line 430, ../sass/blog/blog-grid.scss */
.BlogGridLink a:hover:after {
  background-image: url(../img/4115224_arrow_arrowleft_right_icon.svg);
}

/* line 437, ../sass/blog/blog-grid.scss */
.BlogGridArrowLink {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: url(../img/4115224_arrow_arrowleft_right_icon-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 10px solid #fff;
  transform: rotate(-45deg);
  transition: .3s ease-in-out;
}

/* line 455, ../sass/blog/blog-grid.scss */
.lang-he .BlogGrid {
  direction: rtl;
}
/* line 459, ../sass/blog/blog-grid.scss */
.lang-he .BlogGridArrowLink {
  right: initial;
  left: -10px;
  transform: scaleX(-1) rotate(-45deg);
}
/* line 467, ../sass/blog/blog-grid.scss */
.lang-he .BlogGridTagsClick i {
  transform: scaleX(-1);
}
/* line 476, ../sass/blog/blog-grid.scss */
.lang-he .BlogGridLink a:after {
  left: 10px;
  right: initial;
  transform: scaleX(-1);
}
/* line 486, ../sass/blog/blog-grid.scss */
.lang-he .BlogGridBoxBig .desc {
  left: initial;
  right: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 20px;
}
/* line 500, ../sass/blog/blog-grid.scss */
.lang-he .BlogGridRightRow:nth-child(1) .BlogGridBox:nth-child(2) {
  margin-right: auto;
  margin-left: initial;
}
/* line 511, ../sass/blog/blog-grid.scss */
.lang-he .BlogGridRightRow:nth-child(2) .BlogGridBox:nth-child(2) {
  margin-right: auto;
  margin-left: initial;
}
/* line 519, ../sass/blog/blog-grid.scss */
.lang-he .BlogGridTagsLink {
  font-size: calc(12px * 1.2);
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 525, ../sass/blog/blog-grid.scss */
  .BlogGrid {
    padding: 40px 0;
  }

  /* line 529, ../sass/blog/blog-grid.scss */
  .BlogGridWr {
    flex-wrap: wrap;
  }

  /* line 533, ../sass/blog/blog-grid.scss */
  .BlogGridBox.BlogGridBoxBig {
    width: 100%;
    height: 420px;
    margin: 5px 0;
  }
  /* line 538, ../sass/blog/blog-grid.scss */
  .BlogGridBox.BlogGridBoxBig .desc {
    padding-bottom: 10px;
  }

  /* line 543, ../sass/blog/blog-grid.scss */
  .BlogGridRight {
    width: calc(100% - 0px);
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 550, ../sass/blog/blog-grid.scss */
  .BlogGrid {
    padding: 30px 0;
  }

  /* line 554, ../sass/blog/blog-grid.scss */
  .BlogGridWr {
    flex-wrap: wrap;
  }

  /* line 558, ../sass/blog/blog-grid.scss */
  .BlogGridBox.BlogGridBoxBig {
    width: 100%;
    height: 420px;
    margin: 5px 0;
  }
  /* line 563, ../sass/blog/blog-grid.scss */
  .BlogGridBox.BlogGridBoxBig .desc {
    padding-bottom: 10px;
  }

  /* line 568, ../sass/blog/blog-grid.scss */
  .BlogGridRight {
    width: calc(100% - 0px);
    margin: 5px 0 0 0;
  }

  /* line 573, ../sass/blog/blog-grid.scss */
  .desc-blog-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 579, ../sass/blog/blog-grid.scss */
  .BlogGrid {
    padding: 25px 0;
  }

  /* line 583, ../sass/blog/blog-grid.scss */
  .BlogGridWr {
    flex-wrap: wrap;
  }

  /* line 587, ../sass/blog/blog-grid.scss */
  .BlogGridBox.BlogGridBoxBig {
    width: 100%;
    margin: 5px 0;
    min-height: 310px;
  }
  /* line 592, ../sass/blog/blog-grid.scss */
  .BlogGridBox.BlogGridBoxBig .desc {
    margin-bottom: 0px;
    max-width: 95%;
  }

  /* line 601, ../sass/blog/blog-grid.scss */
  .BlogGridRightRow:nth-child(1) .BlogGridBox .desc-info .desc-blog-title {
    font-size: 24px;
  }
  /* line 606, ../sass/blog/blog-grid.scss */
  .BlogGridRightRow:nth-child(1) .BlogGridBox:nth-child(2) img {
    left: auto;
    right: 0;
    max-height: 90%;
  }

  /* line 614, ../sass/blog/blog-grid.scss */
  .BlogGridRightRow:nth-child(2) {
    margin-top: 15px;
  }

  /* line 618, ../sass/blog/blog-grid.scss */
  .BlogGridBox {
    width: 100% !important;
    height: auto !important;
    min-height: 220px;
  }
  /* line 623, ../sass/blog/blog-grid.scss */
  .BlogGridBox:nth-child(1) {
    margin-bottom: 15px;
  }

  /* line 628, ../sass/blog/blog-grid.scss */
  .BlogGridRight {
    width: calc(100% - 0px);
    margin: 0;
  }

  /* line 633, ../sass/blog/blog-grid.scss */
  .desc-blog-title {
    font-size: 24px;
  }

  /* line 638, ../sass/blog/blog-grid.scss */
  .desc-blog-info .date {
    font-size: 13px;
    height: 24px;
  }
  /* line 642, ../sass/blog/blog-grid.scss */
  .desc-blog-info .date svg {
    width: 12px;
    height: 12px;
  }
  /* line 647, ../sass/blog/blog-grid.scss */
  .desc-blog-info .date small {
    line-height: 0.6;
  }

  /* line 655, ../sass/blog/blog-grid.scss */
  .lang-he .BlogGridRightRow:nth-child(1) .BlogGridBox:nth-child(2) img {
    left: 0;
    right: auto;
  }
  /* line 661, ../sass/blog/blog-grid.scss */
  .lang-he .BlogGridTagsClick {
    font-size: 16px;
  }
}
/* line 1, ../sass/blog/blog-tpl.scss */
.BlogTPL {
  position: relative;
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
  margin-top: 75px;
}
/* line 7, ../sass/blog/blog-tpl.scss */
.BlogTPL:nth-child(1), .BlogTPL:nth-child(2) {
  margin-top: 0;
}
/* line 11, ../sass/blog/blog-tpl.scss */
.BlogTPL:nth-child(3n) {
  margin-left: calc((100% - 30px) / 3 + 15px);
}
/* line 15, ../sass/blog/blog-tpl.scss */
.BlogTPL:nth-child(4n) {
  margin-right: 0;
}
/* line 19, ../sass/blog/blog-tpl.scss */
.BlogTPL .img {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 490px;
}
/* line 25, ../sass/blog/blog-tpl.scss */
.BlogTPL .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: 0.5s ease;
}
/* line 38, ../sass/blog/blog-tpl.scss */
.BlogTPL .name {
  position: relative;
  color: #288eff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
}
/* line 45, ../sass/blog/blog-tpl.scss */
.BlogTPL .name h3, .BlogTPL .name p {
  display: inline;
}
/* line 50, ../sass/blog/blog-tpl.scss */
.BlogTPL .intro {
  position: relative;
  color: #2f2963;
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
}
/* line 58, ../sass/blog/blog-tpl.scss */
.BlogTPL .tags {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
/* line 72, ../sass/blog/blog-tpl.scss */
.BlogTPL .tags p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  margin-right: 10px;
}
/* line 83, ../sass/blog/blog-tpl.scss */
.BlogTPL .tags p:nth-last-child(1) {
  margin-right: 0;
}
/* line 88, ../sass/blog/blog-tpl.scss */
.BlogTPL .tags svg {
  display: block;
  height: 15px;
  width: auto;
  margin-right: 5px;
}
@media (hover: hover) {
  /* line 98, ../sass/blog/blog-tpl.scss */
  .BlogTPL:hover img {
    transform: scale(1.05);
  }
  /* line 102, ../sass/blog/blog-tpl.scss */
  .BlogTPL:hover .name, .BlogTPL:hover .intro {
    opacity: 0.7;
  }
}

/* line 110, ../sass/blog/blog-tpl.scss */
.lang-he .BlogTPL {
  margin-left: 15px;
  margin-right: 0;
}
/* line 114, ../sass/blog/blog-tpl.scss */
.lang-he .BlogTPL:nth-child(3n) {
  margin-left: 15px;
  margin-right: auto;
}
/* line 119, ../sass/blog/blog-tpl.scss */
.lang-he .BlogTPL:nth-child(4n) {
  margin-left: 0;
}
/* line 123, ../sass/blog/blog-tpl.scss */
.lang-he .BlogTPL .name {
  font-size: calc(16px * 1.2);
}
/* line 127, ../sass/blog/blog-tpl.scss */
.lang-he .BlogTPL .intro {
  font-size: calc(16px * 1.2);
}
/* line 132, ../sass/blog/blog-tpl.scss */
.lang-he .BlogTPL .tags p {
  margin-right: 0;
  margin-left: 10px;
}
/* line 136, ../sass/blog/blog-tpl.scss */
.lang-he .BlogTPL .tags p:nth-last-child(1) {
  margin-left: 0;
}
/* line 141, ../sass/blog/blog-tpl.scss */
.lang-he .BlogTPL .tags svg {
  margin-left: 5px;
  margin-right: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 151, ../sass/blog/blog-tpl.scss */
  .BlogTPL {
    margin-top: 60px;
  }
  /* line 154, ../sass/blog/blog-tpl.scss */
  .BlogTPL .img {
    height: 392px;
  }
  /* line 158, ../sass/blog/blog-tpl.scss */
  .BlogTPL .name {
    font-size: 15px;
    margin-top: 15px;
  }
  /* line 163, ../sass/blog/blog-tpl.scss */
  .BlogTPL .intro {
    font-size: 15px;
  }

  /* line 170, ../sass/blog/blog-tpl.scss */
  .lang-he .BlogTPL .name {
    font-size: calc(15px * 1.2);
  }
  /* line 174, ../sass/blog/blog-tpl.scss */
  .lang-he .BlogTPL .intro {
    font-size: calc(15px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 184, ../sass/blog/blog-tpl.scss */
  .BlogTPL {
    margin-top: 46px;
  }
  /* line 187, ../sass/blog/blog-tpl.scss */
  .BlogTPL .img {
    height: 302px;
  }
  /* line 191, ../sass/blog/blog-tpl.scss */
  .BlogTPL .name {
    font-size: 14px;
    margin-top: 15px;
  }
  /* line 196, ../sass/blog/blog-tpl.scss */
  .BlogTPL .intro {
    font-size: 14px;
  }

  /* line 203, ../sass/blog/blog-tpl.scss */
  .lang-he .BlogTPL .name {
    font-size: calc(14px * 1.2);
  }
  /* line 207, ../sass/blog/blog-tpl.scss */
  .lang-he .BlogTPL .intro {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 217, ../sass/blog/blog-tpl.scss */
  .BlogTPL {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  /* line 222, ../sass/blog/blog-tpl.scss */
  .BlogTPL:nth-child(2) {
    margin-top: 30px;
  }
  /* line 226, ../sass/blog/blog-tpl.scss */
  .BlogTPL .img {
    height: 118vw;
    max-height: 490px;
  }

  /* line 233, ../sass/blog/blog-tpl.scss */
  .lang-he .BlogTPL {
    margin-left: 0;
  }
  /* line 236, ../sass/blog/blog-tpl.scss */
  .lang-he .BlogTPL:nth-child(3n) {
    margin-left: 0;
  }
}
/* line 3, ../sass/blog/blog-pagination.scss */
.BlogWr .pagination {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
/* line 20, ../sass/blog/blog-pagination.scss */
.BlogWr .page-item {
  position: relative;
  margin: 0 8px;
}
/* line 24, ../sass/blog/blog-pagination.scss */
.BlogWr .page-item:nth-child(1), .BlogWr .page-item:nth-child(2), .BlogWr .page-item:nth-last-child(1), .BlogWr .page-item:nth-last-child(2) {
  display: none;
}
/* line 29, ../sass/blog/blog-pagination.scss */
.BlogWr .page-item.active .page-link {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
/* line 36, ../sass/blog/blog-pagination.scss */
.BlogWr .page-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #ededed;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.84);
  height: 32px;
  width: 32px;
}
/* line 51, ../sass/blog/blog-pagination.scss */
.BlogWr .page-link:hover {
  background: #e0e0e0;
}

/* line 1, ../sass/blog/blog-full-page.scss */
.BlogFullPageNav {
  position: relative;
  counter-reset: section;
}
/* line 5, ../sass/blog/blog-full-page.scss */
.BlogFullPageNav li {
  position: relative;
  margin-bottom: 15px;
}
/* line 10, ../sass/blog/blog-full-page.scss */
.BlogFullPageNav a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  padding-left: 40px;
}
/* line 17, ../sass/blog/blog-full-page.scss */
.BlogFullPageNav a:before {
  counter-increment: section;
  content: counter(section);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2f2963;
  color: #288eff;
  font-weight: 600;
  font-size: 16px;
}
/* line 40, ../sass/blog/blog-full-page.scss */
.BlogFullPageNav a:hover {
  color: #288eff;
}

/* line 47, ../sass/blog/blog-full-page.scss */
.BlogFullPage .BlogPost {
  padding-top: var(--header-height);
}
/* line 50, ../sass/blog/blog-full-page.scss */
.BlogFullPage .BlogPost .site-title {
  color: #2f2963;
  text-align: left;
  margin-left: 0;
  padding: 0;
}
/* line 57, ../sass/blog/blog-full-page.scss */
.BlogFullPage .BlogPost .content {
  width: 100%;
}

/* line 64, ../sass/blog/blog-full-page.scss */
.lang-he .BlogFullPageNav {
  direction: rtl;
}
/* line 67, ../sass/blog/blog-full-page.scss */
.lang-he .BlogFullPageNav a {
  font-size: calc(18px * 1.2);
  padding-right: 40px;
  padding-left: 0;
}
/* line 72, ../sass/blog/blog-full-page.scss */
.lang-he .BlogFullPageNav a:before {
  top: -2px;
  left: auto;
  right: 0;
}
/* line 82, ../sass/blog/blog-full-page.scss */
.lang-he .BlogFullPage .BlogPost .site-title {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 92, ../sass/blog/blog-full-page.scss */
  .BlogFullPageNav li {
    margin-bottom: 15px;
  }
  /* line 96, ../sass/blog/blog-full-page.scss */
  .BlogFullPageNav a {
    font-size: 16px;
    padding-left: 35px;
  }
  /* line 100, ../sass/blog/blog-full-page.scss */
  .BlogFullPageNav a:before {
    top: -3px;
    width: 25px;
    height: 25px;
    font-size: 15px;
  }

  /* line 111, ../sass/blog/blog-full-page.scss */
  .lang-he .BlogFullPageNav a {
    font-size: calc(16px * 1.2);
    padding-right: 35px;
  }
  /* line 115, ../sass/blog/blog-full-page.scss */
  .lang-he .BlogFullPageNav a:before {
    top: -1px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 127, ../sass/blog/blog-full-page.scss */
  .BlogFullPageNav li {
    margin-bottom: 15px;
  }
  /* line 131, ../sass/blog/blog-full-page.scss */
  .BlogFullPageNav a {
    font-size: 14px;
    padding-left: 30px;
  }
  /* line 135, ../sass/blog/blog-full-page.scss */
  .BlogFullPageNav a:before {
    top: -2px;
    width: 21px;
    height: 21px;
    font-size: 13px;
  }

  /* line 145, ../sass/blog/blog-full-page.scss */
  .BlogFullPage .BlogPost {
    padding-top: 20px;
  }

  /* line 152, ../sass/blog/blog-full-page.scss */
  .lang-he .BlogFullPageNav a {
    font-size: calc(14px * 1.2);
    padding-right: 30px;
  }
  /* line 156, ../sass/blog/blog-full-page.scss */
  .lang-he .BlogFullPageNav a:before {
    top: 0px;
  }
}
/* line 1, ../sass/investments/investments-rew.scss */
.InvestRew {
  position: relative;
}

/* line 5, ../sass/investments/investments-rew.scss */
.InvestRewSlider {
  position: relative;
  overflow: hidden;
}
/* line 9, ../sass/investments/investments-rew.scss */
.InvestRewSlider .swiper-button-next, .InvestRewSlider .swiper-button-prev {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
}
/* line 23, ../sass/investments/investments-rew.scss */
.InvestRewSlider .swiper-button-next.swiper-button-disabled, .InvestRewSlider .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
/* line 27, ../sass/investments/investments-rew.scss */
.InvestRewSlider .swiper-button-next:after, .InvestRewSlider .swiper-button-prev:after {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
/* line 33, ../sass/investments/investments-rew.scss */
.InvestRewSlider .swiper-button-next:hover, .InvestRewSlider .swiper-button-prev:hover {
  background: #288eff;
}
/* line 36, ../sass/investments/investments-rew.scss */
.InvestRewSlider .swiper-button-next:hover:after, .InvestRewSlider .swiper-button-prev:hover:after {
  color: #fff;
}
/* line 42, ../sass/investments/investments-rew.scss */
.InvestRewSlider .swiper-button-next {
  right: 5px;
  left: auto;
}
/* line 47, ../sass/investments/investments-rew.scss */
.InvestRewSlider .swiper-button-prev {
  left: 5px;
  right: auto;
}

/* line 53, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox {
  width: 100%;
  background: #f5f5fa;
  border-radius: 25px;
}
/* line 58, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 30px;
}
/* line 65, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .top span {
  font-size: 16px;
  display: block;
  max-width: 64%;
}
/* line 72, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .top-img {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
}
/* line 82, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .top-flag {
  position: relative;
  display: block;
  margin-left: auto;
  height: 30px;
}
/* line 89, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .cont {
  padding: 10px 50px;
  border-top: 1px dashed #dfdfdf;
  border-bottom: 1px dashed #dfdfdf;
  height: 175px;
  overflow-y: auto;
  position: relative;
}
/* line 97, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .cont p {
  line-height: 1.4;
  font-size: 16px;
}
/* line 103, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 20px;
}
/* line 109, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .bot .bot-star {
  display: flex;
  gap: 5px;
  align-items: center;
}
/* line 115, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .bot .bot-star-icon {
  width: 18px;
  height: 18px;
  background-image: url(../img/211930_star_icon.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: contrast(0.5);
}
/* line 124, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .bot .bot-star-icon.active {
  background-image: url(../img/211930_star_icon-ative-blue.svg);
  filter: inherit;
}
/* line 130, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .bot .bot-logo {
  position: relative;
}
/* line 133, ../sass/investments/investments-rew.scss */
.InvestRewSliderBox .bot .bot-logo .bot-logo-img {
  position: relative;
  display: block;
  max-height: 50px;
}

/* line 144, ../sass/investments/investments-rew.scss */
.lang-he .InvestRewSlider .swiper-button-next {
  left: 5px;
  right: auto;
}
/* line 149, ../sass/investments/investments-rew.scss */
.lang-he .InvestRewSlider .swiper-button-prev {
  right: 5px;
  left: auto;
}
/* line 155, ../sass/investments/investments-rew.scss */
.lang-he .InvestRew {
  direction: rtl;
}
/* line 161, ../sass/investments/investments-rew.scss */
.lang-he .InvestRewSliderBox .top span {
  font-size: calc(16px * 1.2);
}
/* line 166, ../sass/investments/investments-rew.scss */
.lang-he .InvestRewSliderBox .top-flag {
  margin-left: initial;
  margin-right: auto;
}
/* line 172, ../sass/investments/investments-rew.scss */
.lang-he .InvestRewSliderBox .cont p {
  font-size: calc(16px * 1.2);
}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
  /* line 180, ../sass/investments/investments-rew.scss */
  .InvestRewSlider {
    position: relative;
    overflow: hidden;
  }
  /* line 184, ../sass/investments/investments-rew.scss */
  .InvestRewSlider .swiper-button-next, .InvestRewSlider .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  /* line 188, ../sass/investments/investments-rew.scss */
  .InvestRewSlider .swiper-button-next:after, .InvestRewSlider .swiper-button-prev:after {
    font-size: 14px;
  }

  /* line 195, ../sass/investments/investments-rew.scss */
  .InvestRewSliderBox .cont {
    padding: 10px 45px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 205, ../sass/investments/investments-rew.scss */
  .InvestRewSliderBox .top {
    padding: 15px 20px;
  }
  /* line 209, ../sass/investments/investments-rew.scss */
  .InvestRewSliderBox .cont {
    padding: 10px 43px;
    height: auto;
  }
  /* line 214, ../sass/investments/investments-rew.scss */
  .InvestRewSliderBox .bot {
    padding: 10px 20px 15px;
  }
  /* line 219, ../sass/investments/investments-rew.scss */
  .InvestRewSliderBox .bot .bot-logo .bot-logo-img {
    max-height: 44px;
  }
}
/* line 15, ../sass/blog.scss */
body {
  padding-top: var(--header-height);
}

/* line 19, ../sass/blog.scss */
.BlogWr {
  padding-top: 25px;
}

/* line 24, ../sass/blog.scss */
.lang-he .BlogWr {
  direction: rtl;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 32, ../sass/blog.scss */
  .BlogWr {
    padding-top: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 40, ../sass/blog.scss */
  .BlogWr {
    padding-top: 13px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 49, ../sass/blog.scss */
  .BlogTop .site-title {
    font-size: 28px;
  }

  /* line 54, ../sass/blog.scss */
  .BlogWr {
    padding-top: 15px;
  }

  /* line 60, ../sass/blog.scss */
  .lang-he .BlogTop .site-title {
    font-size: calc(28px * 1.2);
  }
}
