@font-face {
  font-family: "Font37HEB";
  src: url("../fonts/Font37HEB/Font37HEB-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Font37HEB";
  src: url("../fonts/Font37HEB/Font37HEB-Blocks.otf");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: "Font37HEB";
  font-weight: 400;
  font-size: 14px;
}
ul.sticky-footer {
  display: none;
}
.fp-header {
  padding: 10px 50px;
  /*position: sticky;
  top: 0;*/
}
div#footer-wrapper {
  padding-bottom: 35px;
}
nav#new-footer-site-navigation ul {
  display: flex;
  flex-wrap: wrap;
}
nav#new-footer-site-navigation {
  padding: 30px 0;
}
nav#new-footer-site-navigation ul#menu-main li {
  width: 50%;
}
nav#new-footer-site-navigation ul#menu-main li a {
  color: #151616;
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
div#footer-wrapper small.rights {
  color: #151616;
  font-family: "Amiro", sans-serif;
  font-size: 100%;
  border-top: 0 none;
  width: 100%;
  display: block;
  padding: 0 0 30px;
}
.menu-new-fp-container {
  margin: 0 30px;
  display: flex;
  align-items: center;
}
ul.fp-menu {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}
ul.fp-menu li {
  margin: 0 15px;
}
ul.fp-menu li a {
  font-size: 16px;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  color: #000;
}
a.new-login-btn {
  color: #fff;
  border: 2px solid #fff;
  padding: 7px 20px;
  border-radius: 25px;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
}
a.btn-on-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 55%;
  bottom: 3vh;
  z-index: 2;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  background: var(--turquoise);
  border-radius: 30px;
  color: #000;
  font-family: "Arimo", sans-serif;
  font-weight: 600;
}
a.btn-on-video.hod {
  display: none;
}
.new-login-area a {
  margin-right: 20px;
}
.btn-rec-header {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 7px 20px;
  border-radius: 25px;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
}
body.desktop-white .body-wrapper.bg-offwhite {
  background-color: #f9f9f9;
}
section#nfp-1 {
  background-color: #2c2d2d;
  padding: 30px 65px 45px;
  color: #fff;
}
.nfp-container {
  max-width: 1455px;
  margin: 0 auto;
  padding: 0 15px;
}
.nfp-content {
  width: 660px;
  font-family: "Arimo", sans-serif;
  font-size: 229%;
  line-height: 1.1;
}
.nfp-content h1 {
  font-family: "Font37HEB";
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3px;
  font-size: 225%;
  margin-bottom: 5vh;
}
.nfp-content > img {
  max-width: 160px;
}

video.nfp-video-video {
  width: 427px;
  height: auto;
  /* max-height: 600px; */
  object-fit: cover;
  object-position: top;
  max-width: 100vw;
}
a.nfp-video-play {
  position: absolute;
  left: 18px;
  top: 18px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  border-radius: 100%;
  z-index: 1;
}
a.nfp-video-play:hover {
  background: rgba(0, 0, 0, 0.7);
}
.nfp-video {
  position: relative;
}
.nfp-video:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 35vh;
  z-index: 1;
  display: none;
  background: rgb(157, 178, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(157, 178, 255, 0) 22%,
    rgba(0, 0, 0, 1) 89%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(157, 178, 255, 0) 22%,
    rgba(0, 0, 0, 1) 89%
  );
  background: linear-gradient(
    180deg,
    rgba(157, 178, 255, 0) 22%,
    rgba(0, 0, 0, 1) 89%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9db2ff",endColorstr="#000000",GradientType=1);
}
.nfp-video > img {
  z-index: 2;
  position: absolute;
  max-width: 25vw;
  width: auto;
  left: auto;
  right: 5px;
  margin: auto;
  top: 5px;
  display: none;
}
a img.play {
  display: none;
}
a img.mute {
  display: block;
}
a.noSound img.mute {
  display: none;
}
a.noSound img.play {
  display: block;
}
.nfp-content > .flex {
  margin-top: 5vh;
}
.nfp-content > .flex a.rec-btn {
  font-size: 16px;
  text-align: center;
  padding: 18px 0;
  width: 295px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.nfp-content > .flex a.rec-btn span {
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: #000;
}
.nfp-content > .flex a.rec-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--pink);
  z-index: 0;
  transform: scaleX(0);
  transform-origin: top;
  transition: transform 200ms ease-in-out, opacity 300ms ease-in-out;
  opacity: 0;
}
.nfp-content > .flex a.rec-btn:hover:after {
  transform: scaleX(1);
  opacity: 1;
}
.nfp-recommended .slick-slide {
  margin: 0 9px;
}
.nfp-recommended {
  margin: 40px auto 0vh;
}
.nfp-recommended h2 {
  display: none;
}
.nfp-recommended ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nfp-recommended ul li {
  /* margin: 0 15px; */
}
.nfp-recommended ul li a img {
  border-radius: 100%;
  width: 112px;
  height: 112px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  border: 2px solid #cbd1d1;
}
.nfp-recommended .slick-slide a:hover img {
  transform: scale(0.95);
}
section.gallery-section {
  padding: 50px 0;
}
section.gallery-section.search-gallery-section {
  padding: 20px 0 40px;
  position: relative;
}
section.gallery-section.search-gallery-section:before {
  content: "";
  height: 100%;
  background-color: #f9f9f9;
  position: absolute;
  right: 0;
  top: 0;
}

section.gallery-section .slick-prev {
  left: 30px;
  top: -47px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  right: auto;
}
section.gallery-section .slick-prev:before {
  color: #000;
  font-family: "FontAwesome";
  content: "\f061";
  font-size: 13px;
  opacity: 1;
}
section.gallery-section .slick-next {
  left: 0;
  top: -47px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
}
section.gallery-section .slick-next:before {
  color: #000;
  font-family: "FontAwesome";
  content: "\f060";
  font-size: 13px;
  opacity: 1;
}
.nfp-recommended .slick-prev:before {
  color: #000;
  font-family: "FontAwesome";
  content: "\f061";
  font-size: 13px;
  opacity: 1;
}
.nfp-recommended .slick-prev,
.nfp-recommended .slick-next {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
}
.nfp-recommended .slick-next:before {
  color: #000;
  font-family: "FontAwesome";
  content: "\f060";
  font-size: 13px;
  opacity: 1;
}
section.gallery-section .slick-disabled {
  opacity: 0.2;
  cursor: default;
}
section.gallery-section h2 {
  font-family: "Font37HEB";
  font-weight: 400;
  font-size: 340%;
  letter-spacing: -4px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
section.gallery-section.search-gallery-section h2 {
  justify-content: center;
}
section.gallery-section h2 img {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: auto;
  position: relative;
  top: 3px;
}
section.gallery-section h2 > i {
  font-size: 24px;
  color: var(--pink);
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 10px;
  display: none;
}
section.gallery-section h2 span {
  color: var(--pink);
  font-size: 14px;
  display: flex;
  width: max-content;
  margin-right: auto;
  align-items: center;
  margin-left: 5vw;
}
section.gallery-section h2 span a {
  color: var(--pink);
  font-family: "Arimo", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}

section.gallery-section h2 span i {
  display: inline-block;
  margin-right: 8px;
  font-size: 10px;
}
.vs-container {
  display: flex;
  flex-wrap: wrap;
}
.vs-container .slick-list.draggable {
  /*right: 236px;
  overflow: visible;*/
}
.vs-container .slick-slide {
  /*margin: 0 3px;*/
  margin: 0 12px;
}
.slick-slide {
  will-change: transform;
}
.vs-container .imgTovid,
.vs-container video {
  width: 215px;
  /* height: 298px; */
  object-fit: cover;
  border-radius: 25px;
  display: block;
}
.vs-item {
  position: relative;
}
.vs-item.slick-current.is-playing a,
.vs-item a {
  opacity: 0.6;
}
.vs-item a:hover,
.vs-item.slick-current a {
  opacity: 1;
}
.vs-item > img {
  position: absolute;
  border-radius: 100%;
  z-index: 2;
  /*
  width: 51px;
  height: 51px;
  top: 10px;
  right: 10px;
*/
  height: 40px;
  width: 40px;
  top: 27px;
  left: 7px;
}
ul.nfp-search li a {
  color: #000;
  background-color: #fff;
  padding: 12px 22px;
  border-radius: 25px;
  font-family: "Arimo", sans-serif;
  font-size: 100%;
  font-weight: 700;
  width: max-content;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
}
ul.nfp-search li a:hover img {
  transform: scale(1.2);
}
ul.nfp-search li a img {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  display: inline-block;
  margin-left: 6px;
  max-height: 17px;
  width: auto;
  height: 17px;
}
ul.nfp-search li a img.arr-ul {
  margin-left: 0;
  margin-right: 6px;
  height: 11px;
}
ul.nfp-search {
  list-style-type: none;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: center;
}
ul.nfp-search li {
  margin-left: 10px;
}
section.gallery-section.ad-gallery-section img {
  margin: 0 auto;
  width: 100%;
}
img.nfp-ad.nfp-ad-mobile {
  display: none;
}
.nfp-article {
  width: 215px;
  border-radius: 25px;
  overflow: hidden;
}
.nfp-article-img > img {
  height: 205px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.nfp-article-content {
  padding: 15px;
  background-color: #fff;
}
.nfp-article a {
  font-family: "Arimo", sans-serif;
  color: #000;
}
.nfp-article-content h3 {
  height: 60px;
  margin: 10px 0 0;
}
.nfp-article a p.cat-name {
  color: var(--pink);
  font-size: 12px;
}
@media only screen and (max-width: 945px) {
  ul.sticky-footer {
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    padding: 0 20px;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
  body.scrolled ul.sticky-footer {
    opacity: 0.4;
  }
  ul.sticky-footer li a {
    padding: 15px;
    display: block;
    font-size: 18px;
    color: #748180;
  }
  ul.sticky-footer li.current a {
    color: var(--pink);
  }
  .nfp-video:after {
    display: block;
  }
  .nfp-video > img {
    display: block;
  }
  a.btn-on-video {
    bottom: 23px;
  }
  a.btn-on-video.hod {
    display: block;
  }
  nav#new-footer-site-navigation ul {
    justify-content: space-between;
  }
  nav#new-footer-site-navigation {
    padding: 30px 0px;
  }
  nav#new-footer-site-navigation ul#menu-main li {
    width: 40%;
  }
  section.gallery-section {
    padding: 25px 0;
  }
  .gallery-section.search-gallery-section {
    overflow: hidden;
    margin: 0 -15px;
  }
  .gallery-section.search-gallery-section h2 {
    position: absolute;
    /* margin: auto; */
    /* left: 0; */
    right: 15px;
  }
  .vs-item a:hover {
    opacity: 0.6;
  }
  video.nfp-video-video {
    max-height: 75vh;
    object-fit: cover;
    width: 100vw;
    object-position: top;
  }
  .nfp-content,
  .fp-header {
    display: none;
  }
  section#nfp-1 {
    padding: 0;
    background: transparent;
  }
  section#nfp-1 .nfp-container {
    padding: 0;
  }
  .nfp-recommended {
    margin: 2vh auto 0;
  }
  .nfp-recommended h2 {
    display: block;
    color: #000;
    padding: 0 15px;
    font-family: "Font37HEB";
    font-weight: 400;
    font-size: 340%;
    letter-spacing: -4px;
    margin-bottom: 20px;
  }
  .nfp-recommended ul li a img {
    border: 2px solid #cbd1d1;
    width: 80px;
    height: 80px;
  }
  img.nfp-ad.nfp-ad-mobile {
    display: block;
  }
  img.nfp-ad.nfp-ad-desktop {
    display: none;
  }
  .search-gallery-section .nfp-container {
    padding-left: 0;
    overflow-x: auto;
  }
  ul.nfp-search {
    padding: 60px 10px 10px 0;
    flex-wrap: wrap;
    overflow-x: scroll;
    width: 200vw;
    justify-content: flex-start;
  }
  ul.nfp-search li {
    margin-bottom: 10px;
  }
  section.gallery-section h2 {
    display: flex;
    align-items: center;
    font-size: 290%;
  }
  section.gallery-section h2 > i {
    display: none;
  }

  .nfp-article,
  .vs-container video,
  .vs-container .imgTovid {
    /*width: 152px;*/
    width: 45vw;
  }
  .nfp-article-img > img {
    height: 161px;
  }
  ul#menu-main li.item-deco a {
    background: transparent;
    color: #151616;
    padding: 0;
    border-radius: 0;
    margin-right: 0;
  }
  .vs-container .slick-list.draggable {
    padding-right: 15px !important;
  }
  section.gallery-section h2 span {
    margin-left: 0;
  }
  .vs-container .slick-slide {
    margin: 0 3px;
  }
  .vs-container {
    margin: 0 -15px;
  }
  .nfp-search-wrapper {
    overflow-x: scroll;
  }
  .nfp-recommended .slick-slide {
    margin: 0 5px;
  }
  div#footer-wrapper ul#socials-wrapper {
    justify-content: center;
  }
}
