/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./cartridges/org_hila/cartridge/client/default/scss/experience/customHome.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* _functions.scss: homebrewed and 3rd party SASS functions */
.dashboard-nav {
  overflow: hidden;
}

@media (min-width: 1023px) {
  .nav-pills-home {
    margin-right: -10px !important;
  }
}
.nav-pills-home .swiper-slide {
  width: auto;
}
@media (max-width: 1022.98px) {
  .nav-pills-home .swiper-slide {
    width: 85px;
    height: 85px;
    background: var(--primary);
    border-radius: 0.5rem;
  }
}
@media (max-width: 1022.98px) {
  .nav-pills-home .js-widget-tab-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.js-widget-tab {
  -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  direction: rtl;
  unicode-bidi: isolate;
}
@media (max-width: 1022.98px) {
  .js-widget-tab {
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    height: 21px;
    width: 100%;
    overflow: hidden;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 21px;
    line-height: 1;
  }
}
@media (min-width: 1023px) {
  .js-widget-tab {
    padding: 4px 1rem;
    background: none;
    border: 0;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    color: var(--primary);
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 21px;
    line-height: 1;
  }
}
.js-widget-tab.active {
  background: var(--primary);
  color: #fff;
}
.js-widget-tab.active:hover {
  color: #fff;
}
.js-widget-tab:hover {
  color: var(--secondary);
}

.js-widget-tab-same-mobile {
  padding: 4px 1rem;
  background: none;
  border: 0;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  color: var(--primary);
  direction: rtl;
  unicode-bidi: isolate;
}
@media (max-width: 1022.98px) {
  .js-widget-tab-same-mobile {
    letter-spacing: -0.17px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 17px;
    line-height: 1;
  }
}
@media (min-width: 1023px) {
  .js-widget-tab-same-mobile {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 21px;
    line-height: 1;
  }
}
.js-widget-tab-same-mobile.active, .js-widget-tab-same-mobile:hover {
  background: var(--primary);
  color: #fff;
}

.nav-pills-item {
  margin-left: 4px;
}

.homepage-swiper {
  height: 80vw;
  background-position: center center;
  position: relative;
}
@media (min-width: 1023px) {
  .homepage-swiper {
    height: auto;
  }
}
.homepage-swiper .link-button-context {
  display: block;
  height: 100%;
}
.homepage-swiper .link-button-context img {
  width: 100%;
  height: 100%;
  -o-object-fit: initial !important;
     object-fit: initial !important;
}

div img {
  max-width: 100%;
}

.homepage-promos {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1022.98px) {
  .homepage-promos {
    border-bottom: 1px solid #5e6b78;
  }
}
.homepage-promos p.small-caption {
  font-weight: 600;
  color: var(--secondary);
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 108%;
}
@media (max-width: 1022.98px) {
  .homepage-promos p.small-caption {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 108%;
  }
}
.homepage-promos p.big-caption {
  color: var(--primary);
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  line-height: 1;
}
@media (max-width: 1022.98px) {
  .homepage-promos p.big-caption {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 108%;
  }
}
.homepage-promos .promo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homepage-promos .promo-wrapper .promo-item {
  border-radius: 1rem;
  background: var(--primary);
  width: 208px;
  height: 428px;
  overflow: hidden;
  color: #fff;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
@media (max-width: 1022.98px) {
  .homepage-promos .promo-wrapper .promo-item {
    width: 292px;
    height: 246px;
  }
}
.homepage-promos .promo-wrapper .promo-item .promo-item-link {
  height: 246px;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
@media (max-width: 1022.98px) {
  .homepage-promos .promo-wrapper .promo-item .promo-item-link {
    height: 185px;
    display: block;
    overflow: hidden;
  }
}
.homepage-promos .promo-wrapper .promo-item .promo-item-image {
  width: 208px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media (max-width: 1022.98px) {
  .homepage-promos .promo-wrapper .promo-item .promo-item-image {
    width: 292px;
    vertical-align: top;
    -o-object-fit: initial !important;
       object-fit: initial !important;
  }
}
.homepage-promos .promo-wrapper .promo-item .caption {
  height: 51px;
  margin: 0.5rem 0;
  overflow: hidden;
  padding: 0 4px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 1022.98px) {
  .homepage-promos .promo-wrapper .promo-item .caption {
    height: 60px;
    font-weight: 700;
    margin: 0;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1;
  }
}
.homepage-promos .promo-wrapper .promo-item .promo-small-text {
  padding: 0 4px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.homepage-promos .promo-wrapper .promo-item:hover {
  background: var(--primary-light);
}
.homepage-promos .promo-wrapper .promo-item:hover .promo-item-image {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.homepage-promos .swiper .swiper-pagination {
  bottom: 24px;
}

.homepage-article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.homepage-article .article-image-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.homepage-article .article-image-container .article-texting {
  position: absolute;
  right: 52px;
  top: 60px;
  width: 404px;
}
.homepage-article .article-image-container .article-texting .small-caption {
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 8px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 108%;
}
.homepage-article .article-image-container .article-texting .big-caption {
  font-weight: 700;
  color: var(--primary);
  font-size: 51px;
  font-size: 3.1875rem;
  line-height: 90%;
}
@media (min-width: 1023px) {
  .homepage-article .articles-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.homepage-article .articles-place .article-column {
  width: 100%;
}
@media (min-width: 1023px) {
  .homepage-article .articles-place .article-column {
    width: 360px;
  }
}
@media (max-width: 1022.98px) {
  .homepage-article .articles-place .article-column .article-item {
    border-top: 1px solid #c8ced4;
    border-bottom: 1px solid #c8ced4;
    margin-top: -1px;
    position: relative;
  }
}
.homepage-article .articles-place .article-column .article-item .article-headLine {
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--secondary);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 108%;
}
.homepage-article .articles-place .article-column .article-item .article-text {
  margin-bottom: 0;
  color: var(--primary);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 104%;
}
@media (min-width: 1023px) {
  .homepage-article .collapse {
    display: block !important;
  }
}
.homepage-article .article-button {
  position: relative;
  border-radius: 0;
  padding: 1.5rem;
  color: var(--primary-dark);
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1;
}
.homepage-article .article-button .svg-icon-second {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: 1.5rem;
  top: 28px;
}
.homepage-article .article-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.homepage-article .article-button.collapsed .svg-icon-second {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 1.5rem;
}
@media (max-width: 1022.98px) {
  .homepage-article .small-caption {
    color: var(--secondary);
    font-weight: 600;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1;
  }
}
@media (max-width: 1022.98px) {
  .homepage-article .big-caption {
    color: var(--primary);
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    line-height: 1;
  }
}

.personal-grow .text-section p {
  margin: 0 0 21px;
}
.personal-grow .text-section .caption {
  color: var(--secondary);
  font-weight: 600;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 1022.98px) {
  .personal-grow .text-section .caption {
    margin: 0;
    padding: 1.5rem 0 1rem;
    font-weight: 700;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1;
  }
}
.personal-grow .text-section .pg-big-text {
  font-weight: 700;
  color: var(--primary);
  font-size: 51px;
  font-size: 3.1875rem;
  line-height: 90%;
}
@media (max-width: 1022.98px) {
  .personal-grow .text-section .pg-big-text {
    margin: 0;
    padding-bottom: 1rem;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 90%;
  }
}
.personal-grow .text-section .pg-small-text {
  color: var(--primary);
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (max-width: 1022.98px) {
  .personal-grow .text-section .pg-small-text {
    margin: 0;
    padding-bottom: 1rem;
  }
}
.personal-grow .personal-grow-image {
  border-radius: 15px;
}
@media (max-width: 1022.98px) {
  .personal-grow .personal-grow-image {
    display: block;
    border-radius: 0;
    margin: 0 auto;
    vertical-align: top;
  }
}

.homepage-reviews {
  background: var(--primary-light);
}
.homepage-reviews .reviews-container .caption {
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  line-height: 1;
}
@media (max-width: 1022.98px) {
  .homepage-reviews .reviews-container .caption {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1;
  }
}
.homepage-reviews .reviews-container .review-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homepage-reviews .reviews-container .review-wrapper .review-tile {
  background: #fff;
  width: 170px;
  height: 229px;
  padding: 8px 6px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1022.98px) {
  .homepage-reviews .reviews-container .review-wrapper .review-tile {
    width: 160px;
    height: 160px;
    padding: 1.5rem 0.5rem;
  }
}
.homepage-reviews .reviews-container .review-wrapper .review-tile .score {
  width: 100%;
  height: 15px;
  background: #fff;
  overflow: hidden;
}
.homepage-reviews .reviews-container .review-wrapper .review-tile .score .icon-star {
  fill: var(--secondary);
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
}
.homepage-reviews .reviews-container .review-wrapper .review-tile .review {
  width: 100%;
  color: var(--primary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 106%;
}
@media (max-width: 1022.98px) {
  .homepage-reviews .reviews-container .review-wrapper .review-tile .review {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 1;
  }
}
.homepage-reviews .reviews-container .review-wrapper .review-tile .name {
  width: 100%;
  color: var(--secondary);
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  line-height: 1;
}
@media (max-width: 1022.98px) {
  .homepage-reviews .reviews-container .review-wrapper .review-tile .name {
    font-size: 14.17px;
    font-size: 0.885625rem;
    line-height: 108%;
  }
}

.legal-banner p {
  margin: 0;
  border-top: 1px solid var(--primary);
  padding: 1rem 0 0;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 106%;
}

@media (min-width: 1023px) {
  .widget-global-container {
    background: #f3f4f6;
  }
}

.home-widget-top-text {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: var(--secondary);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 27px;
  line-height: 0.9;
  direction: rtl;
  unicode-bidi: isolate;
}
@media (min-width: 1023px) {
  .home-widget-top-text {
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: -0.6px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1;
  }
}

.home-widget-title {
  margin-bottom: 2.5rem;
  color: var(--primary);
  font-weight: 600;
  direction: rtl;
  unicode-bidi: isolate;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1;
}
@media (min-width: 1023px) {
  .home-widget-title {
    margin-bottom: 1.5rem;
    letter-spacing: -1.06px;
    font-weight: 700;
    font-size: 51px;
    font-size: 3.1875rem;
    line-height: 45.9px;
    line-height: 0.9;
  }
}

.home-widget {
  overflow: hidden;
}

/*# sourceMappingURL=customHome.css.map*/