@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.image-layers {
  position: relative;
}
.image-layers .layer-pic:not(:first-child) {
  position: absolute;
  top: 0;
  right: 0;
}

[class*=-bc-] {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media all and (min-width: 769px) {
  [class*=-bc-].mobile- {
    display: none;
  }
}
[class*=-bc-]:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -5px;
  left: -5px;
  border-radius: 7px;
  transform: rotate(0.98deg);
}

.-bc-gr-green {
  color: #000;
}
.-bc-gr-green:before {
  background: linear-gradient(261.61deg, #FCFF67 -9.31%, #05E500 121.63%);
}

.-bc-blue {
  color: #fff;
}
.-bc-blue:before {
  background: #116FFF;
}

.-c-gr-blue {
  background: -webkit-linear-gradient(0deg, #0818ff, #8e01ff);
}

.-c-gr-aqua {
  background: -webkit-linear-gradient(0deg, #11FFFF, #B862FF);
}

[class*=-c-gr-] {
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.talk-button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 205px;
  height: 205px;
  padding: 15px;
  font-size: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  line-height: 28px;
}
.talk-button:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #F9FF01 0%, #91FF01 100%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 4);
}
.talk-button:hover:before {
  transform: scale(1.1);
}
.talk-button .figure3 {
  width: 45px;
  height: 45px;
  margin-right: px;
}
.talk-button .button-text {
  max-width: 90px;
  font-weight: 800;
}

.marq-wr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marq-wr .marq {
  position: absolute;
  white-space: nowrap;
  animation: marquee 15s linear infinite alternate;
}
.marq-wr.-style1 {
  height: 110px;
  background: linear-gradient(270deg, #FAFF00 -1.15%, #8FFF00 101.14%);
}
.marq-wr.-style1 .marq {
  font-size: 48px;
  font-weight: 200;
  color: #000;
}

[class*=figure] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (min-width: 769px) {
  [class*=figure]:not([class*=mobile-]) {
    display: block;
  }
}

.figure1 {
  width: 40px;
  height: 40px;
  background-image: url(../img/figure1.svg);
}

.figure2 {
  width: 51px;
  height: 49px;
  background-image: url(../img/figure2.svg);
}

.figure3 {
  width: 47px;
  height: 47px;
  background-image: url(../img/figure3.svg);
}

.figure4 {
  width: 1083px;
  height: 322px;
  background-image: url(../img/figure4.svg);
}

.figure5 {
  width: 59px;
  height: 8px;
  background-image: url(../img/figure5.svg);
}

.figure6 {
  width: 46px;
  height: 46px;
  background-image: url(../img/figure6.svg);
}

.figure7 {
  width: 24px;
  height: 43px;
  background-image: url(../img/figure7.svg);
}

.figure8 {
  width: 286px;
  height: 284px;
  background-image: url(../img/figure8.svg);
}

.figure9 {
  width: 146px;
  height: 146px;
  background-image: url(../img/figure9.svg);
}

.shine-eff {
  position: absolute;
  z-index: -1;
  width: 1100px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  box-sizing: initial;
  filter: blur(50px);
}
@media all and (min-width: 769px) {
  .shine-eff[class*=mobile-] {
    display: none;
  }
}
.shine-eff.-an-rotate {
  animation: shine-rotate 30s infinite linear;
}
.shine-eff.-an-rotate-small {
  animation: shine-rotate-small 30s infinite linear;
}
.shine-eff.-an-scale:before, .shine-eff.-an-scale:after {
  animation: shine-scale 20s infinite cubic-bezier(1, 0.8, 0.9, 1.2);
}
.shine-eff.-an-scale:after {
  animation-delay: 12s;
}
.shine-eff.-single:before {
  width: 100%;
  height: 100%;
}
.shine-eff.-single:after {
  display: none;
}
.shine-eff:before, .shine-eff:after {
  content: "";
  display: block;
  position: absolute;
  width: 700px;
  height: 700px;
}
.shine-eff:before {
  right: 0;
  background: radial-gradient(circle, rgb(17, 111, 255) 0%, transparent 70%);
}
.shine-eff:after {
  left: 0;
  background: radial-gradient(circle, rgb(150, 17, 255) 0%, transparent 70%);
}

.safe-email {
  visibility: hidden;
}

.number {
  display: inline-block;
  direction: ltr;
}

form button[type=submit] {
  cursor: pointer;
}

.owl-carousel .owl-stage-outer {
  transition: none !important;
  transition-delay: initial !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 100%;
}
.owl-carousel .owl-nav button.owl-next {
  right: 100%;
}
.owl-carousel .owl-dots {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  transition: all 0.1s linear;
}
.owl-carousel .product {
  margin: 0 1px;
}

.checkbox {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  text-align: right;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
}
.checkbox.checked:after {
  visibility: visible;
  opacity: 1;
}
.checkbox, .checkbox:before, .checkbox:after {
  transition: all 0.3s linear;
}
.checkbox:before, .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.checkbox:before {
  width: 14px;
  height: 14px;
  background: #fff;
}
.checkbox:after {
  width: 8px;
  height: 8px;
  margin: 3px 3px 0 0;
  visibility: hidden;
  background-color: #116FFF;
  opacity: 0;
}
.checkbox .wpcf7-list-item-label, .checkbox input[type=checkbox], .checkbox input[type=radio] {
  display: none;
}

.st-form .row-fields {
  display: flex;
  align-items: flex-end;
}
.st-form .row-fields .field {
  width: 100%;
}
.st-form .row-fields .field:not(:last-child) {
  margin-left: 20px;
}
.st-form .field {
  position: relative;
  padding-top: 18px;
  margin-bottom: 5px;
}
.st-form .field.focused .fl-label, .st-form .field.changed .fl-label, .st-form .field.fixed .fl-label {
  top: 5px;
}
.st-form .field .fl-label {
  position: absolute;
  top: 20px;
  transition: all 0.5s linear;
}
.st-form .field .fl-label, .st-form .field input:not([type=submit]), .st-form .field textarea, .st-form .field select {
  font-size: 16px;
  color: #000;
}
.st-form .field input:not([type=submit]), .st-form .field textarea, .st-form .field select {
  width: 100%;
  height: 36px;
  background: transparent;
  margin: 0;
  text-indent: 0;
  border: none;
  border-bottom: 1px solid #232323;
  transition: border-color 0.5s ease-in-out;
}
.st-form .submit-bt {
  cursor: pointer;
  background: none;
  border: none;
}

.warn-tooltip-wr.tooltip-bot .warn-tooltip:before {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #000;
}
.warn-tooltip-wr:not(.warning) .warn-tooltip {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}
.warn-tooltip-wr.warning {
  animation: shake-animation 0.3s linear;
}
.warn-tooltip-wr .warn-tooltip {
  position: absolute;
  margin-bottom: 15px;
  bottom: 100%;
  right: -20px;
  padding: 2px 20px;
  font-size: 18px;
  background-color: #fff;
  color: #000;
  white-space: nowrap;
  transition: all 0.3s linear;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.warn-tooltip-wr .warn-tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 20px;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
}

.ll-loading-parent {
  position: relative;
}
.ll-loading-parent.loading:before, .ll-loading-parent.loading .ll-loading-spinner {
  visibility: visible;
  opacity: 1;
}
.ll-loading-parent:before, .ll-loading-parent .ll-loading-spinner {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear;
}
.ll-loading-parent:before {
  content: "";
  position: absolute;
  z-index: 41;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.ll-loading-parent .ll-loading-spinner {
  position: absolute;
  z-index: 91;
  border: 2px solid #fff;
  border-left: 2px solid #128fff;
  border-radius: 50%;
  transform: translateZ(0);
  animation: rotate-animation 1.1s infinite linear;
  top: 50%;
  right: 50%;
  width: 100px;
  height: 100px;
  margin: -50px -50px 0 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-form {
  direction: rtl;
}

.get_plugin .wpcf7-form .fl-label a {
  color: #116FFF;
}
.get_plugin .wpcf7-form .fl-label a:hover {
  text-decoration: underline;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.ovfh {
  overflow: hidden;
}

.wmef-image-size {
  z-index: 1;
}

html.fancybox-lock .fancybox-overlay {
  overflow-y: auto;
}

@keyframes shake-animation {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shine-scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(0.2);
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shine-rotate {
  0% {
    transform: rotate(0deg);
    padding: 0 20%;
  }
  50% {
    transform: rotate(180deg);
    padding: 0;
  }
  100% {
    transform: rotate(360deg);
    padding: 0 20%;
  }
}
@keyframes shine-rotate-small {
  0% {
    transform: rotate(0deg);
    padding: 0;
  }
  50% {
    transform: rotate(180deg);
    padding: 0;
  }
  100% {
    transform: rotate(360deg);
    padding: 0;
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes gradient {
  0% {
    background-position: 80% 0%;
  }
  50% {
    background-position: 20% 100%;
  }
  100% {
    background-position: 80% 0%;
  }
}
@media all and (max-width: 768px) {
  body.admin-bar #wpadminbar {
    position: fixed;
    overflow: hidden;
  }
  .shine-eff {
    width: 420px;
    opacity: 1;
  }
  .shine-eff:before, .shine-eff:after {
    width: 250px;
    height: 250px;
  }
  .shine-eff:before {
    background: radial-gradient(circle, rgb(17, 111, 255) 0%, transparent 100%);
  }
  .shine-eff:after {
    background: radial-gradient(circle, rgb(150, 17, 255) 0%, transparent 100%);
  }
  .talk-button {
    width: 140px;
    height: 140px;
    font-size: 18px;
    line-height: 18px;
    padding: 25px;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1920px) and (min-width: 769px) {
  .marq-wr.-style1 {
    height: 5.7291666667vw;
  }
  .marq-wr.-style1 .marq {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 1600px) and (min-width: 769px) {
  .talk-button {
    width: 12.8125vw;
    height: 12.8125vw;
    font-size: 1.8125vw;
    line-height: 1.75vw;
  }
  .talk-button .figure3 {
    width: 2.8125vw;
    height: 2.8125vw;
  }
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/BebasNeue-Regular.eot?");
  src: url("../fonts/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.ttf") format("truetype"), url("../fonts/BebasNeue-Regular.svg#BebasNeue-Regular") format("svg");
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/BebasNeue-Bold.eot?");
  src: url("../fonts/BebasNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Bold.woff") format("woff"), url("../fonts/BebasNeue-Bold.woff2") format("woff2"), url("../fonts/BebasNeue-Bold.ttf") format("truetype"), url("../fonts/BebasNeue-Bold.svg#BebasNeue-Bold") format("svg");
}
@font-face {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/NotoSansHebrew-Regular.eot?");
  src: url("../fonts/NotoSansHebrew-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansHebrew-Regular.woff") format("woff"), url("../fonts/NotoSansHebrew-Regular.woff2") format("woff2"), url("../fonts/NotoSansHebrew-Regular.ttf") format("truetype"), url("../fonts/NotoSansHebrew-Regular.svg#NotoSansHebrew-Regular") format("svg");
}
@font-face {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/NotoSansHebrew-Medium.eot?");
  src: url("../fonts/NotoSansHebrew-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansHebrew-Medium.woff") format("woff"), url("../fonts/NotoSansHebrew-Medium.woff2") format("woff2"), url("../fonts/NotoSansHebrew-Medium.ttf") format("truetype"), url("../fonts/NotoSansHebrew-Medium.svg#NotoSansHebrew-Medium") format("svg");
}
@font-face {
  font-family: "Almoni Tzar AAA";
  font-style: normal;
  font-weight: 100;
  font-display: fallback;
  src: url("../fonts/AlmoniTzarAAA-Thin.eot?");
  src: url("../fonts/AlmoniTzarAAA-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmoniTzarAAA-Thin.woff") format("woff"), url("../fonts/AlmoniTzarAAA-Thin.woff2") format("woff2"), url("../fonts/AlmoniTzarAAA-Thin.ttf") format("truetype"), url("../fonts/AlmoniTzarAAA-Thin.svg#AlmoniTzarAAA-Thin") format("svg");
}
@font-face {
  font-family: "Almoni Tzar AAA";
  font-style: normal;
  font-weight: 200;
  font-display: fallback;
  src: url("../fonts/AlmoniTzarAAA-ExtraLight.eot?");
  src: url("../fonts/AlmoniTzarAAA-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmoniTzarAAA-ExtraLight.woff") format("woff"), url("../fonts/AlmoniTzarAAA-ExtraLight.woff2") format("woff2"), url("../fonts/AlmoniTzarAAA-ExtraLight.ttf") format("truetype"), url("../fonts/AlmoniTzarAAA-ExtraLight.svg#AlmoniTzarAAA-ExtraLight") format("svg");
}
@font-face {
  font-family: "Almoni Tzar AAA";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("../fonts/AlmoniTzarAAA-Light.eot?");
  src: url("../fonts/AlmoniTzarAAA-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmoniTzarAAA-Light.woff") format("woff"), url("../fonts/AlmoniTzarAAA-Light.woff2") format("woff2"), url("../fonts/AlmoniTzarAAA-Light.ttf") format("truetype"), url("../fonts/AlmoniTzarAAA-Light.svg#AlmoniTzarAAA-Light") format("svg");
}
@font-face {
  font-family: "Almoni Tzar AAA";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/AlmoniTzarAAA.eot?");
  src: url("../fonts/AlmoniTzarAAA.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmoniTzarAAA.woff") format("woff"), url("../fonts/AlmoniTzarAAA.woff2") format("woff2"), url("../fonts/AlmoniTzarAAA.ttf") format("truetype"), url("../fonts/AlmoniTzarAAA.svg#AlmoniTzarAAA") format("svg");
}
@font-face {
  font-family: "Almoni Tzar AAA";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/AlmoniTzarAAA-Bold.eot?");
  src: url("../fonts/AlmoniTzarAAA-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmoniTzarAAA-Bold.woff") format("woff"), url("../fonts/AlmoniTzarAAA-Bold.woff2") format("woff2"), url("../fonts/AlmoniTzarAAA-Bold.ttf") format("truetype"), url("../fonts/AlmoniTzarAAA-Bold.svg#AlmoniTzarAAA-Bold") format("svg");
}
@font-face {
  font-family: "SimplerPro";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/SimplerPro-Regular.eot?");
  src: url("../fonts/SimplerPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro-Regular.woff") format("woff"), url("../fonts/SimplerPro-Regular.woff2") format("woff2"), url("../fonts/SimplerPro-Regular.ttf") format("truetype"), url("../fonts/SimplerPro-Regular.svg#SimplerPro-Regular") format("svg");
}
@font-face {
  font-family: "SimplerPro";
  font-style: normal;
  font-weight: 800;
  font-display: fallback;
  src: url("../fonts/SimplerPro-Black.eot?");
  src: url("../fonts/SimplerPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro-Black.woff") format("woff"), url("../fonts/SimplerPro-Black.woff2") format("woff2"), url("../fonts/SimplerPro-Black.ttf") format("truetype"), url("../fonts/SimplerPro-Black.svg#SimplerPro-Black") format("svg");
}
@font-face {
  font-family: "SimplerPro_Extended";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/SimplerPro_Extended_Black.eot?");
  src: url("../fonts/SimplerPro_Extended_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro_Extended_Black.woff") format("woff"), url("../fonts/SimplerPro_Extended_Black.woff2") format("woff2"), url("../fonts/SimplerPro_Extended_Black.ttf") format("truetype"), url("../fonts/SimplerPro_Extended_Black.svg#SimplerPro_Extended_Black") format("svg");
}
@font-face {
  font-family: "SimplerPro_Extended";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/SimplerPro_Extended_Regular.eot?");
  src: url("../fonts/SimplerPro_Extended_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro_Extended_Regular.woff") format("woff"), url("../fonts/SimplerPro_Extended_Regular.woff2") format("woff2"), url("../fonts/SimplerPro_Extended_Regular.ttf") format("truetype"), url("../fonts/SimplerPro_Extended_Regular.svg#SimplerPro_Extended_Regular") format("svg");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 800;
  font-display: fallback;
  src: url("../fonts/Unbounded-Black.eot?");
  src: url("../fonts/Unbounded-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Unbounded-Black.woff") format("woff"), url("../fonts/Unbounded-Black.woff2") format("woff2"), url("../fonts/Unbounded-Black.ttf") format("truetype"), url("../fonts/Unbounded-Black.svg#Unbounded-Black") format("svg");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 200;
  font-display: fallback;
  src: url("../fonts/Unbounded-Blond.eot?");
  src: url("../fonts/Unbounded-Blond.eot?#iefix") format("embedded-opentype"), url("../fonts/Unbounded-Blond.woff") format("woff"), url("../fonts/Unbounded-Blond.woff2") format("woff2"), url("../fonts/Unbounded-Blond.ttf") format("truetype"), url("../fonts/Unbounded-Blond.svg#Unbounded-Blond") format("svg");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/Unbounded-Medium.eot?");
  src: url("../fonts/Unbounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Unbounded-Medium.woff") format("woff"), url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.ttf") format("truetype"), url("../fonts/Unbounded-Medium.svg#Unbounded-Medium") format("svg");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/Unbounded-Bold.eot?");
  src: url("../fonts/Unbounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Unbounded-Bold.woff") format("woff"), url("../fonts/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.ttf") format("truetype"), url("../fonts/Unbounded-Bold.svg#Unbounded-Bold") format("svg");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("../fonts/Unbounded-Light.eot?");
  src: url("../fonts/Unbounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Unbounded-Light.woff") format("woff"), url("../fonts/Unbounded-Light.woff2") format("woff2"), url("../fonts/Unbounded-Light.ttf") format("truetype"), url("../fonts/Unbounded-Light.svg#Unbounded-Light") format("svg");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/Unbounded-Regular.eot?");
  src: url("../fonts/Unbounded-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Unbounded-Regular.woff") format("woff"), url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.ttf") format("truetype"), url("../fonts/Unbounded-Regular.svg#Unbounded-Regular") format("svg");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 100;
  font-display: fallback;
  src: url("../fonts/Unbounded-ExtraLight.eot?");
  src: url("../fonts/Unbounded-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Unbounded-ExtraLight.woff") format("woff"), url("../fonts/Unbounded-ExtraLight.woff2") format("woff2"), url("../fonts/Unbounded-ExtraLight.ttf") format("truetype"), url("../fonts/Unbounded-ExtraLight.svg#Unbounded-ExtraLight") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/Montserrat-ExtraBold.eot?");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/Montserrat-Regular.eot?");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
}
@font-face {
  font-family: "PlayfairDisplay";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/PlayfairDisplay-Italic.eot?");
  src: url("../fonts/PlayfairDisplay-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic") format("svg");
}
@font-face {
  font-family: "Janetta Silloam";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/Janetta Silloam.eot?");
  src: url("../fonts/Janetta Silloam.eot?#iefix") format("embedded-opentype"), url("../fonts/Janetta Silloam.woff") format("woff"), url("../fonts/Janetta Silloam.woff2") format("woff2"), url("../fonts/Janetta Silloam.ttf") format("truetype"), url("../fonts/Janetta Silloam.svg#Janetta Silloam") format("svg");
}
@font-face {
  font-family: "Oscar FM";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/OscarFM-Regular.eot?");
  src: url("../fonts/OscarFM-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OscarFM-Regular.woff") format("woff"), url("../fonts/OscarFM-Regular.woff2") format("woff2"), url("../fonts/OscarFM-Regular.ttf") format("truetype"), url("../fonts/OscarFM-Regular.svg#OscarFM-Regular") format("svg");
}
@font-face {
  font-family: "Ktav Yad CLM";
  font-style: italic;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/KtavYadCLM-MediumItalic.eot?");
  src: url("../fonts/KtavYadCLM-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/KtavYadCLM-MediumItalic.woff") format("woff"), url("../fonts/KtavYadCLM-MediumItalic.woff2") format("woff2"), url("../fonts/KtavYadCLM-MediumItalic.ttf") format("truetype"), url("../fonts/KtavYadCLM-MediumItalic.svg#KtavYadCLM-MediumItalic") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/Heebo-Regular.eot?");
  src: url("../fonts/Heebo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Regular.woff") format("woff"), url("../fonts/Heebo-Regular.woff2") format("woff2"), url("../fonts/Heebo-Regular.ttf") format("truetype"), url("../fonts/Heebo-Regular.svg#Heebo-Regular") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url("../fonts/Heebo-Black.eot?");
  src: url("../fonts/Heebo-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Black.woff") format("woff"), url("../fonts/Heebo-Black.woff2") format("woff2"), url("../fonts/Heebo-Black.ttf") format("truetype"), url("../fonts/Heebo-Black.svg#Heebo-Black") format("svg");
}
/* IE */
html.browser-ie body {
  overflow-x: hidden;
}

/* Firefox */
@supports (-moz-appearance: none) {
  body {
    overflow-x: hidden;
  }
  .scrollbar-inner {
    scrollbar-width: thin;
  }
  .scrollbar-inner .scroll-element {
    display: none !important;
  }
}

/*# sourceMappingURL=theme-low.css.map */
