@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Hebrew:wght@300;400;700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/* stylelint-disable declaration-colon-newline-after */
@font-face {
  font-family: "NarkissBlock Regular";
  src: url("/assets/client/fonts/NarkissBlock-Regular.ttf");
  src: url("/assets/client/fonts/NarkissBlock-Regular.woff") format("woff"), url("/assets/client/fonts/NarkissBlock-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NarkissBlock Bold";
  src: url("/assets/client/fonts/NarkissBlock-Bold.ttf");
  src: url("/assets/client/fonts/NarkissBlock-Bold.woff") format("woff"), url("/assets/client/fonts/NarkissBlock-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NarkissBlock Light";
  src: url("/assets/client/fonts/NarkissBlock-Light.ttf");
  src: url("/assets/client/fonts/NarkissBlock-Light.woff") format("woff"), url("/assets/client/fonts/NarkissBlock-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NarkissBlock Semibold";
  src: url("/assets/client/fonts/NarkissBlock-Semibold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NarkissBlock Medium";
  src: url("/assets/client/fonts/NarkissBlock-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NarkissBlock Heavy";
  src: url("/assets/client/fonts/NarkissBlock-Heavy.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MosesText_1.03-Regular";
  src: url("/assets/client/fonts/MosesText_1.03-Regular.otf") format("opentype");
  src: url("/assets/client/fonts/MosesText_1.03-Regular.woff") format("woff"), url("/assets/client/fonts/MosesText_1.03-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MosesText_1.03-Light";
  src: url("/assets/client/fonts/MosesText_1.03-Light.otf") format("opentype");
  src: url("/assets/client/fonts/MosesText_1.03-Light.woff") format("woff"), url("/assets/client/fonts/MosesText_1.03-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MosesText_1.03-Medium";
  src: url("/assets/client/fonts/MosesText_1.03-Medium.otf") format("opentype");
  src: url("/assets/client/fonts/MosesText_1.03-Medium.woff") format("woff"), url("/assets/client/fonts/MosesText_1.03-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MosesText_1.03-Bold";
  src: url("/assets/client/fonts/MosesText_1.03-Bold.otf") format("opentype");
  src: url("/assets/client/fonts/MosesText_1.03-Bold.woff") format("woff"), url("/assets/client/fonts/MosesText_1.03-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #000;
  color: #000;
  direction: rtl;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  html .root,
  body .root {
    height: 100%;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "MosesText_1.03-Regular", sans-serif, sans-serif;
}

form {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  color: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}
@charset "UTF-8";
/* stylelint-disable order/order */
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.text-field-3f9b1fbb {
  position: relative;
  display: block;
  text-align: left;
}
.text-field-3f9b1fbb input {
  display: block;
  width: 100%;
  height: 2.6041666667vw;
  padding: 0 0.8854166667vw;
  line-height: 1.1458333333vw;
  background-color: #f6f6f6;
  outline: none;
  font-size: 1.3541666667vw;
  font-family: "MosesText_1.03-Regular", sans-serif;
  letter-spacing: -0.0270833333vw;
  color: #000;
  border: 1px solid rgb(180, 180, 180);
}
@media only screen and (max-width: 767px) {
  .text-field-3f9b1fbb input {
    height: 13.4133333333vw;
    padding: 0 2.2133333333vw;
    line-height: 10.6666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: -0.4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-field-3f9b1fbb input {
    height: 6.6666666667vw;
    padding: 0 1.6vw;
    font-size: 3.2vw;
  }
}
.text-field-3f9b1fbb input.inline-3aa21c5c {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #707070;
}
.text-field-3f9b1fbb textarea {
  display: block;
  width: 100%;
  padding: 0.5208333333vw 0.5208333333vw;
  background-color: #f6f6f6;
  outline: none;
  font-size: 0.9895833333vw;
  line-height: 1.09375vw;
  font-family: "MosesText_1.03-Regular", sans-serif;
  color: #000;
  resize: none;
  border: 1px solid rgb(180, 180, 180);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-field-3f9b1fbb textarea {
    height: 9.3333333333vw;
    padding: 3.2vw 3.2vw;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .text-field-3f9b1fbb textarea {
    padding: 2.2133333333vw 2.2133333333vw;
    line-height: 7.4666666667vw;
    font-size: 5.3333333333vw;
  }
}
.text-field-3f9b1fbb textarea.small-0b542bcc {
  height: 5.3125vw;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-field-3f9b1fbb textarea.small-0b542bcc {
    height: 16vw;
  }
}
@media only screen and (max-width: 767px) {
  .text-field-3f9b1fbb textarea.small-0b542bcc {
    height: 40.5333333333vw;
  }
}
.text-field-3f9b1fbb textarea.big-e2719a02 {
  height: 222px;
}
@media only screen and (max-width: 767px) {
  .text-field-3f9b1fbb textarea.big-e2719a02 {
    height: 78.6666666667vw;
  }
}
.text-field-3f9b1fbb .placeholder-49545a4e {
  position: absolute;
  top: 0;
  right: 0.8854166667vw;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "MosesText_1.03-Light", sans-serif;
  font-weight: 100;
  font-size: 1.1041666667vw;
  letter-spacing: -0.52px;
  text-align: right;
  cursor: text;
  color: rgb(95, 95, 95);
}
@media only screen and (max-width: 767px) {
  .text-field-3f9b1fbb .placeholder-49545a4e {
    top: 1.0666666667vw;
    right: 2.2133333333vw;
    font-size: 4.7vw;
    letter-spacing: -0.4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-field-3f9b1fbb .placeholder-49545a4e {
    top: 1.3333333333vw;
    right: 1.8666666667vw;
    padding-left: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.text-field-3f9b1fbb .placeholder-49545a4e span {
  font-size: 0.8854166667vw;
  letter-spacing: -0.0177083333vw;
}
@media only screen and (max-width: 767px) {
  .text-field-3f9b1fbb .placeholder-49545a4e span {
    font-size: 3.8vw;
  }
}
.text-field-3f9b1fbb .placeholder-49545a4e.hide-a4c76b48 {
  display: none;
}
.text-field-3f9b1fbb .placeholder-49545a4e.for-textarea-fc5a4f89 {
  top: 0.625vw;
  right: 0.7291666667vw;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .text-field-3f9b1fbb .placeholder-49545a4e.for-textarea-fc5a4f89 {
    top: 3.4666666667vw;
    right: 4.2666666667vw;
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.radio-78182990 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.radio-78182990 input {
  display: none;
}
.radio-78182990 .label-455ba6c3 {
  font-size: 0.9895833333vw;
  line-height: 1.1458333333vw;
  text-align: right;
  cursor: pointer;
  letter-spacing: 0.44px;
  font-family: "MosesText_1.03-Regular", sans-serif;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .radio-78182990 .label-455ba6c3 {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .radio-78182990 .label-455ba6c3 {
    font-size: 6.6666666667vw;
    line-height: 7.7333333333vw;
    letter-spacing: 0.65px;
  }
}
.radio-78182990 .control-225cca9b {
  position: relative;
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  min-width: 0.9895833333vw;
  margin-left: 0.3125vw;
  border-radius: 50%;
  background-color: #f6f6f6;
  border: 1px solid #ebe5e5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .radio-78182990 .control-225cca9b {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    margin-left: 2.1333333333vw;
    min-width: 4.5333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .radio-78182990 .control-225cca9b {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    min-width: 6.9333333333vw;
    margin-left: 4.2666666667vw;
  }
}
.radio-78182990 .control-225cca9b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .radio-78182990 .control-225cca9b::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.radio-78182990 .control-225cca9b::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  visibility: hidden;
  pointer-events: none;
}
.radio-78182990.active-b5edc6d1 .control-225cca9b::before {
  display: block;
}

@keyframes blink-5a3feebb {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.checkbox-8a44bbb1 {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .checkbox-8a44bbb1 {
    align-items: flex-start;
  }
}
.checkbox-8a44bbb1 input {
  display: none;
}
.checkbox-8a44bbb1 p {
  font-size: 0.9375vw;
  line-height: 1.17;
  letter-spacing: 0.88px;
  font-family: "MosesText_1.03-Regular", sans-serif;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .checkbox-8a44bbb1 p {
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .checkbox-8a44bbb1 p {
    font-size: 6.1333333333vw;
    line-height: 1.17;
    letter-spacing: 0.184vw;
  }
}
.checkbox-8a44bbb1 p a {
  text-decoration: underline;
}
.checkbox-8a44bbb1 p span {
  font-family: "Open Sans", sans-serif;
}
.checkbox-8a44bbb1 p a {
  text-decoration: underline;
}
.checkbox-8a44bbb1 p a:hover {
  text-decoration: none;
}
.checkbox-8a44bbb1 .control-35467d08 {
  position: relative;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  min-width: 1.0416666667vw;
  min-height: 1.0416666667vw;
  margin-left: 0.3125vw;
  background-color: white;
  border-radius: 3px;
  border: 2px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .checkbox-8a44bbb1 .control-35467d08 {
    width: 5.6vw;
    height: 5.6vw;
    min-width: 5.6vw;
    min-height: 5.6vw;
    margin-top: 1.3333333333vw;
    margin-left: 2.1333333333vw;
    border-radius: 0.8vw;
  }
}
.checkbox-8a44bbb1 .control-35467d08 .checkbox-checked-76ccbc2b {
  display: none;
  width: 1.0416666667vw;
}
.checkbox-8a44bbb1.active-87071fc7 .control-35467d08 {
  background-color: #df7b79;
  border: none;
}
.checkbox-8a44bbb1.active-87071fc7 .control-35467d08 .checkbox-checked-76ccbc2b {
  display: block;
}
/* stylelint-disable */

/* stylelint-enable */
@charset "UTF-8";
/* stylelint-disable no-duplicate-selectors, no-descending-specificity */
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.mediaField-c4a815e5 {
  position: relative;
  width: 100%;
}
.mediaField-c4a815e5 .control-label-e9ac19ba {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.mediaField-c4a815e5 .control-label-e9ac19ba .fileName-wrapper-1fc4da05 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mediaField-c4a815e5 .control-label-e9ac19ba .fileName-wrapper-1fc4da05 .button-plus-6a9a1c0c {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 2.7604166667vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: rgb(65, 65, 65);
  text-align: center;
  font-size: 1.0416666667vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mediaField-c4a815e5 .control-label-e9ac19ba .fileName-wrapper-1fc4da05 .button-plus-6a9a1c0c {
    width: 14.2133333333vw;
    height: 14.2133333333vw;
    min-width: 14.2133333333vw;
    line-height: 14.2133333333vw;
    font-size: 8.5333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mediaField-c4a815e5 .control-label-e9ac19ba .fileName-wrapper-1fc4da05 .button-plus-6a9a1c0c {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    min-width: 8vw;
    font-size: 5.8666666667vw;
    line-height: 5.3333333333vw;
  }
}
.mediaField-c4a815e5 .control-label-e9ac19ba .fileName-wrapper-1fc4da05 .button-plus-6a9a1c0c img {
  width: 1.5625vw;
}
@media only screen and (max-width: 767px) {
  .mediaField-c4a815e5 .control-label-e9ac19ba .fileName-wrapper-1fc4da05 .button-plus-6a9a1c0c img {
    width: 6.9333333333vw;
  }
}
.mediaField-c4a815e5 .control-label-e9ac19ba .fileName-wrapper-1fc4da05 .text-5ed64932 {
  width: 100%;
  height: 2.7604166667vw;
  padding: 0 16px 0 48px;
  overflow: hidden;
  line-height: 2.7604166667vw;
  background-color: #f6f6f6;
  font-family: "opensanshebreew_regular", sans-serif;
  font-size: 0vw;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mediaField-c4a815e5 .control-label-e9ac19ba .fileName-wrapper-1fc4da05 .text-5ed64932 {
    height: 6.6666666667vw;
    min-width: 8vw;
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .mediaField-c4a815e5 .control-label-e9ac19ba .fileName-wrapper-1fc4da05 .text-5ed64932 {
    height: 13.4133333333vw;
    padding: 0 2.2133333333vw 0 12.8vw;
    font-size: 5.3333333333vw;
    letter-spacing: -0.4px;
    line-height: 10.6666666667vw;
    color: transparent;
  }
}
.mediaField-c4a815e5 .control-label-e9ac19ba .placeholder-d6e28f60 {
  position: absolute;
  top: 0;
  right: 0.4166666667vw;
  bottom: 0;
  height: -moz-min-content;
  height: min-content;
  margin: auto;
  font-family: "MosesText_1.03-Regular", sans-serif;
  font-size: 0.90625vw;
  letter-spacing: -0.4px;
  color: rgb(95, 95, 95);
}
@media only screen and (max-width: 767px) {
  .mediaField-c4a815e5 .control-label-e9ac19ba .placeholder-d6e28f60 {
    top: 0.8vw;
    right: 3.4666666667vw;
    font-size: 4.7vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mediaField-c4a815e5 .control-label-e9ac19ba .placeholder-d6e28f60 {
    font-size: 3.7333333333vw;
  }
}
.mediaField-c4a815e5 .control-label-e9ac19ba .placeholder-d6e28f60 span {
  font-family: "opensanshebreew_regular", sans-serif;
  font-size: 0.7291666667vw;
  letter-spacing: 0.0166666667vw;
}
@media only screen and (max-width: 767px) {
  .mediaField-c4a815e5 .control-label-e9ac19ba .placeholder-d6e28f60 span {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mediaField-c4a815e5 .control-label-e9ac19ba .placeholder-d6e28f60 span {
    font-size: 2.4vw;
  }
}
.mediaField-c4a815e5 .control-label-e9ac19ba input {
  display: none;
}
.mediaField-c4a815e5.inProgress-0eb14eb0 .control-label-e9ac19ba {
  pointer-events: none;
}
.mediaField-c4a815e5.inProgress-0eb14eb0 .control-label-e9ac19ba .fileName-wrapper-1fc4da05 .text-5ed64932 {
  animation-name: blink-d374284d;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.mediaField-c4a815e5.inProgress-0eb14eb0 .control-label-e9ac19ba .placeholder-d6e28f60 {
  opacity: 0;
}
.mediaField-c4a815e5 .uploaded-files-08517639 {
  position: absolute;
  top: 2.8645833333vw;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: rgb(95, 95, 95);
  font-size: 0.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .mediaField-c4a815e5 .uploaded-files-08517639 {
    top: 13.6vw;
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.mediaField-c4a815e5 .uploaded-files-08517639 .file-a2d18cd7 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mediaField-c4a815e5 .uploaded-files-08517639 .file-a2d18cd7 span {
  display: flex;
  width: 14.0625vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .mediaField-c4a815e5 .uploaded-files-08517639 .file-a2d18cd7 span {
    width: 53.3333333333vw;
  }
}
.mediaField-c4a815e5 .uploaded-files-08517639 img {
  width: 0.6197916667vw;
  margin-left: 0.2708333333vw;
}
@media only screen and (max-width: 767px) {
  .mediaField-c4a815e5 .uploaded-files-08517639 img {
    width: 3.1733333333vw;
    margin-left: 1.3866666667vw;
  }
}

.file-out-of-limit-59848085 {
  position: absolute;
  top: -1.1458333333vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  color: red;
  font-size: 0.9375vw;
}
@media only screen and (max-width: 767px) {
  .file-out-of-limit-59848085 {
    top: -5.0666666667vw;
    font-size: 4.8vw;
  }
}

.fileOutOfLimitActive-4eacb6a5 {
  opacity: 1;
  visibility: visible;
}

@keyframes blink-d374284d {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@charset "UTF-8";
/* stylelint-disable no-duplicate-selectors, no-descending-specificity */
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.mediaField-d806e191 {
  position: relative;
  width: 100%;
}
.mediaField-d806e191 .control-label-07f55f2e {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.mediaField-d806e191 .control-label-07f55f2e .fileName-wrapper-c0043367 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mediaField-d806e191 .control-label-07f55f2e .fileName-wrapper-c0043367 .button-plus-f43cdd85 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 2.8645833333vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: rgb(65, 65, 65);
  text-align: center;
  font-size: 1.1458333333vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mediaField-d806e191 .control-label-07f55f2e .fileName-wrapper-c0043367 .button-plus-f43cdd85 {
    width: 14.2133333333vw;
    height: 14.2133333333vw;
    min-width: 14.2133333333vw;
    line-height: 14.2133333333vw;
    font-size: 8.5333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mediaField-d806e191 .control-label-07f55f2e .fileName-wrapper-c0043367 .button-plus-f43cdd85 {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    min-width: 8vw;
    font-size: 5.8666666667vw;
    line-height: 5.3333333333vw;
  }
}
.mediaField-d806e191 .control-label-07f55f2e .fileName-wrapper-c0043367 .button-plus-f43cdd85 img {
  width: 1.5625vw;
}
@media only screen and (max-width: 767px) {
  .mediaField-d806e191 .control-label-07f55f2e .fileName-wrapper-c0043367 .button-plus-f43cdd85 img {
    width: 6.9333333333vw;
  }
}
.mediaField-d806e191 .control-label-07f55f2e .fileName-wrapper-c0043367 .text-bb3a9e8c {
  width: 100%;
  height: 2.7604166667vw;
  padding: 0 16px 0 48px;
  overflow: hidden;
  line-height: 2.7604166667vw;
  background-color: #f6f6f6;
  font-family: "opensanshebreew_regular", sans-serif;
  font-size: 0.8333333333vw;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mediaField-d806e191 .control-label-07f55f2e .fileName-wrapper-c0043367 .text-bb3a9e8c {
    height: 6.6666666667vw;
    min-width: 8vw;
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .mediaField-d806e191 .control-label-07f55f2e .fileName-wrapper-c0043367 .text-bb3a9e8c {
    height: 13.4133333333vw;
    padding: 0 2.2133333333vw 0 12.8vw;
    font-size: 5.3333333333vw;
    letter-spacing: -0.4px;
    line-height: 10.6666666667vw;
  }
}
.mediaField-d806e191 .control-label-07f55f2e .placeholder-0523b24d {
  position: absolute;
  top: 0;
  right: 0.8333333333vw;
  bottom: 0;
  height: -moz-min-content;
  height: min-content;
  margin: auto;
  font-family: "MosesText_1.03-Regular", sans-serif;
  font-size: 0.90625vw;
  color: rgb(95, 95, 95);
}
@media only screen and (max-width: 767px) {
  .mediaField-d806e191 .control-label-07f55f2e .placeholder-0523b24d {
    top: 0.8vw;
    right: 3.4666666667vw;
    width: 56.5333333333vw;
    font-size: 4.7vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mediaField-d806e191 .control-label-07f55f2e .placeholder-0523b24d {
    font-size: 3.7333333333vw;
  }
}
.mediaField-d806e191 .control-label-07f55f2e .placeholder-0523b24d span {
  font-family: "opensanshebreew_regular", sans-serif;
  font-size: 0.7291666667vw;
  letter-spacing: 0.0166666667vw;
}
@media only screen and (max-width: 767px) {
  .mediaField-d806e191 .control-label-07f55f2e .placeholder-0523b24d span {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mediaField-d806e191 .control-label-07f55f2e .placeholder-0523b24d span {
    font-size: 2.4vw;
  }
}
.mediaField-d806e191 .control-label-07f55f2e input {
  display: none;
}
.mediaField-d806e191.inProgress-af0157ba .control-label-07f55f2e {
  pointer-events: none;
}
.mediaField-d806e191.inProgress-af0157ba .control-label-07f55f2e .fileName-wrapper-c0043367 .text-bb3a9e8c {
  animation-name: blink-dd851d80;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.mediaField-d806e191.inProgress-af0157ba .control-label-07f55f2e .placeholder-0523b24d {
  opacity: 0;
}
.mediaField-d806e191 .uploaded-files-f8d3a730 {
  position: absolute;
  top: 2.8645833333vw;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: rgb(95, 95, 95);
  font-size: 0.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .mediaField-d806e191 .uploaded-files-f8d3a730 {
    top: 13.6vw;
    font-size: 4.2666666667vw;
  }
}
.mediaField-d806e191 .uploaded-files-f8d3a730 .file-3f5a88ad {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mediaField-d806e191 .uploaded-files-f8d3a730 .file-3f5a88ad span {
  display: flex;
  width: 14.0625vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mediaField-d806e191 .uploaded-files-f8d3a730 img {
  width: 0.6197916667vw;
  margin-left: 0.2708333333vw;
}
@media only screen and (max-width: 767px) {
  .mediaField-d806e191 .uploaded-files-f8d3a730 img {
    width: 3.1733333333vw;
    margin-left: 1.3866666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .mediaField-d806e191 .error-ea62bdb3 {
    top: 18.6666666667vw;
  }
}

.file-out-of-limit-c14c5d6e {
  position: absolute;
  top: -1.1458333333vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  color: red;
  font-size: 0.9375vw;
}
@media only screen and (max-width: 767px) {
  .file-out-of-limit-c14c5d6e {
    top: auto;
    bottom: -5.3333333333vw;
    font-size: 4.8vw;
  }
}

.fileOutOfLimitActive-b65721be {
  opacity: 1;
  visibility: visible;
}

@keyframes blink-dd851d80 {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.react-select {
  border: 1px solid red !important;
  box-shadow: pink !important;
}
.react-select__control {
  width: 8.75vw;
  height: 2.6041666667vw !important;
  min-height: 2.6041666667vw !important;
  cursor: pointer !important;
  font-family: "MosesText_1.03-Light", sans-serif;
  font-size: 1.1041666667vw;
  white-space: nowrap;
  color: rgb(95, 95, 95);
  border-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
  .react-select__control {
    width: 100%;
    height: 13.4133333333vw !important;
    min-height: 13.4133333333vw !important;
    font-size: 4.7vw;
  }
}
.react-select__value-container {
  top: 0vw !important;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .react-select__placeholder {
    top: 4.5333333333vw !important;
  }
}
.react-select__indicator {
  padding: 0.4166666667vw !important;
}
.react-select__indicators {
  height: 100%;
}
.react-select__control--is-focused {
  border: 1px solid rgb(180, 180, 180) !important;
  box-shadow: none !important;
}
.react-select__indicator-separator {
  display: none;
}
.react-select__menu {
  top: 2.7083333333vw !important;
  border: 1px solid rgb(180, 180, 180) !important;
  border-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
  .react-select__menu {
    top: 11.0133333333vw !important;
  }
}
.react-select__option {
  font-size: 1.1458333333vw !important;
  font-family: "MosesText_1.03-Light", sans-serif;
  letter-spacing: -0.0229166667vw;
  cursor: pointer !important;
}
@media only screen and (max-width: 767px) {
  .react-select__option {
    font-size: 5.0666666667vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .select-c-151c0272 {
    width: 48%;
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
.scrollBar-509ac388 {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  width: 5px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s, visibility 0.35s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scrollBar-509ac388.hide-81fb7dfd {
  opacity: 0;
}

.scrollTrack-7e44002d {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
}

.scrollHandle-9e887ac5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
.scrollable-a2a39e32 {
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
.scrollable-a2a39e32.mobile-7f6d10df {
  height: 100%;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.scrollable-a2a39e32 .scrollableContent-c341f08e {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scrollable-a2a39e32 .scrollableContent-c341f08e {
    height: 100%;
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.text-6cda6644 {
  letter-spacing: 0;
  font-family: "MosesText_1.03-Regular", sans-serif;
  color: #313131;
}
.text-6cda6644.light-654e3743 {
  font-family: "MosesText_1.03-Light", sans-serif;
  font-weight: 300;
}
.text-6cda6644.regular-f397d1db {
  font-family: "MosesText_1.03-Regular", sans-serif;
  font-weight: 400;
}
.text-6cda6644.medium-3d2b14f9 {
  font-family: "MosesText_1.03-Medium", sans-serif;
}
.text-6cda6644.semibold-339935a6 {
  font-family: "MosesText_1.03-Medium", sans-serif;
}
.text-6cda6644.bold-f8e65e67 {
  font-family: "MosesText_1.03-Bold", sans-serif;
}

.S62-e7eff67d {
  font-size: 3.2291666667vw;
}

.S46-7fab2dc7 {
  font-size: 2.3958333333vw;
}

.S32-47e5f5d5 {
  font-size: 1.6666666667vw;
}

.S24-64076e07 {
  font-size: 1.25vw;
}

.S22-da6d25ff {
  font-size: 1.1458333333vw;
}

.S18-8ae8c3ab {
  font-size: 0.9375vw;
}

.S16-b186151e {
  font-size: 0.8333333333vw;
}

.S12-25d5db7f {
  font-size: 0.625vw;
}

.N-b1794ef3 {
  font-size: 0.8333333333vw;
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.button-346e9355 {
  position: relative;
  display: flex;
  height: 2.5vw;
  padding: 0.3645833333vw 1.7708333333vw 0.46875vw 1.7708333333vw;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: opacity 0.35s, color 0.35s, background-color 0.35s, border-color 0.35s;
  outline: none;
  border-radius: 30px;
  background-color: #313131;
  letter-spacing: -0.4px;
  box-shadow: 0 6px 30px 0 rgba(174, 172, 172, 0.5);
  transition-duration: 0.4s;
}
.button-346e9355::before {
  transition: 1s;
  content: "";
  position: absolute;
  background-color: #eb7675;
  width: 13.0208333333vw;
  height: 13.0208333333vw;
  left: -13.0208333333vw;
  top: -13.0208333333vw;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .button-346e9355 {
    padding: 2.4vw 8vw;
  }
}
.button-346e9355 p {
  position: relative;
  font-family: "MosesText_1.03-Medium", sans-serif;
  font-size: 1.25vw;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .button-346e9355 p {
    font-size: 5.3333333333vw;
  }
}
.button-346e9355.primary-a2cad8ba {
  color: #fff;
}
.button-346e9355.primary-a2cad8ba:hover {
  opacity: 0.8;
}

.animation-32575d31 {
  transition: 0.4s;
}
.animation-32575d31:before {
  left: -5.2083333333vw;
  top: -5.2083333333vw;
}
.icon-fa364fa7 {
  display: inline-block;
  vertical-align: middle;
}
.icon-fa364fa7 svg {
  display: block;
  width: 100%;
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.button-03d28a20 {
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  margin-left: 2.0833333333vw;
  transition: none;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .button-03d28a20 {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}
@media only screen and (max-width: 767px) {
  .button-03d28a20 {
    width: 9.0666666667vw;
    height: auto;
    margin-left: 5.3333333333vw;
  }
}
.button-03d28a20 svg {
  width: 100%;
  height: 100%;
}

#userwayAccessibilityIcon {
  position: fixed;
  top: 1.3020833333vw !important;
  right: initial;
  left: 7.2916666667vw !important;
  width: 2.5vw;
  height: 2.5vw;
  margin: 0;
  transition: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
@media only screen and (max-width: 767px) {
  #userwayAccessibilityIcon {
    top: 1.3333333333vw !important;
    left: 18.6666666667vw !important;
    width: 11.2vw;
    height: 11.2vw;
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.socials-0bab38e7 {
  position: relative;
  z-index: 51;
  display: flex;
  height: 3.4895833333vw;
  padding-right: 1.9270833333vw;
  border-top: 1px solid #fff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .socials-0bab38e7 {
    height: auto;
    padding: 5.0666666667vw 10.4vw 5.0666666667vw 0;
    margin-top: 0.5333333333vw;
  }
}
.socials-0bab38e7 .social-button-de15edc0 {
  display: flex;
  width: 1.3541666667vw;
  margin-right: 0.9375vw;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .socials-0bab38e7 .social-button-de15edc0 {
    width: 6.1333333333vw;
    margin-right: 5.8666666667vw;
  }
}
.socials-0bab38e7 .social-button-de15edc0:first-child {
  margin-right: 0;
}
.socials-0bab38e7 .social-button-de15edc0 svg {
  width: 100%;
  height: auto;
}
.socials-0bab38e7 .social-button-de15edc0 img {
  width: 100%;
}
.socials-0bab38e7 .social-button-de15edc0:hover {
  opacity: 0.8;
}
.socials-0bab38e7 .overflowWrap-0f7a36cd {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .socials-0bab38e7 .overflowWrap-0f7a36cd {
    display: flex;
    justify-content: space-between;
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.burger-lines-bc28eb03 {
  position: relative;
  z-index: 21;
  display: flex;
  width: 2.1875vw;
  height: 1.4583333333vw;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .burger-lines-bc28eb03 {
    width: 8.8vw;
    height: 5.8666666667vw;
  }
}

.burger-lines-bc28eb03 .line-358fb852 {
  display: block;
  width: 100%;
  height: 0.2083333333vw;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .burger-lines-bc28eb03 .line-358fb852 {
    height: 0.9333333333vw;
    border-radius: 0.4vw;
  }
}

.burger-lines-bc28eb03 .line1-81fbba7f {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.burger-lines-bc28eb03 .line2-002a205d {
  transition: transform 0.2s ease-in-out;
}

.burger-lines-bc28eb03 .line3-a2dd7df6 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.active-313be7c7 {
  height: 1.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .active-313be7c7 {
    height: 6.9333333333vw;
  }
}
.active-313be7c7 .line1-81fbba7f {
  transform: rotate(45deg);
}
.active-313be7c7 .line2-002a205d {
  transform: scaleY(0);
}
.active-313be7c7 .line3-a2dd7df6 {
  transform: rotate(-45deg);
}

.menu-24113e58 {
  position: absolute;
  top: 0;
  left: -16.25vw;
  z-index: 20;
  width: 16.25vw;
  height: 41.1458333333vw;
  padding-top: 5.2083333333vw;
  background-color: rgb(221, 26, 26);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-duration: 0.4s;
}
@media only screen and (max-width: 767px) {
  .menu-24113e58 {
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 16vw;
    transform: translateX(-100%);
  }
}

.active-menu-ea6ae303 {
  transform: translateX(16.25vw);
}
@media only screen and (max-width: 767px) {
  .active-menu-ea6ae303 {
    transform: translateX(0);
  }
}

.link-4b7eff9b {
  display: flex;
  height: 3.59375vw;
  padding-right: 1.9270833333vw;
  align-items: center;
  font-size: 1.3541666667vw;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .link-4b7eff9b {
    height: 16.5333333333vw;
    padding: 0 10.4vw;
    font-size: 5.3333333333vw;
    letter-spacing: -0.34px;
  }
}
.link-4b7eff9b:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@charset "UTF-8";
/* stylelint-disable no-descending-specificity */
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.header-10472c69 {
  position: fixed;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-10472c69 {
    position: relative;
  }
}
.header-10472c69 .header-wrapper-7782a730 {
  display: flex;
  width: 100%;
  padding-top: 1.1458333333vw;
  padding-right: 3.2135416667vw;
  padding-bottom: 1.09375vw;
  padding-left: 3.359375vw;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header-10472c69 .header-wrapper-7782a730 {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 4.2666666667vw 5.3333333333vw;
    justify-content: space-between;
    align-items: center;
  }
}
.header-10472c69 .header-wrapper-7782a730 .burger-block-aa6609d8 {
  display: flex;
  align-items: center;
}
.header-10472c69 .header-wrapper-7782a730 .burger-block-aa6609d8 .candle-block-edffba66 {
  display: flex;
  margin-left: 2.8645833333vw;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-10472c69 .header-wrapper-7782a730 .burger-block-aa6609d8 .candle-block-edffba66 {
    margin-left: 7.2vw;
  }
}
.header-10472c69 .header-wrapper-7782a730 .burger-block-aa6609d8 .candle-block-edffba66 img {
  display: block;
  width: 0.9635416667vw;
  margin-left: 0.625vw;
}
@media only screen and (max-width: 767px) {
  .header-10472c69 .header-wrapper-7782a730 .burger-block-aa6609d8 .candle-block-edffba66 img {
    width: 2.8266666667vw;
    margin-top: -1.0666666667vw;
    margin-left: 2.1333333333vw;
  }
}
.header-10472c69 .header-wrapper-7782a730 .burger-block-aa6609d8 .candle-block-edffba66 p {
  margin-top: 0.1041666667vw;
  font-size: 1.3541666667vw;
  line-height: 1.3541666667vw;
  color: #fff;
  font-family: "MosesText_1.03-Bold", sans-serif;
}
@media only screen and (max-width: 767px) {
  .header-10472c69 .header-wrapper-7782a730 .burger-block-aa6609d8 .candle-block-edffba66 p {
    margin-top: 0vw;
    font-size: 4vw;
    line-height: 4vw;
  }
}

.ynet-logo-5f7fbca0 {
  display: flex;
  width: 6.7708333333vw;
  height: 2.8125vw;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ynet-logo-5f7fbca0 {
    position: relative;
    width: 21.3333333333vw;
    height: auto;
    margin: 0;
  }
}
.ynet-logo-5f7fbca0 img {
  display: block;
  width: 100%;
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.footer-cbb5aaa3 {
  position: absolute;
  bottom: 0.5208333333vw;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-cbb5aaa3 .first-row-5064d490 {
  transition: 0.4s;
  margin-bottom: 0.7291666667vw;
}
.footer-cbb5aaa3 .second-row-bac1ba07 a {
  color: #1b7fba;
  text-decoration: underline;
}
.footer-cbb5aaa3 .second-row-bac1ba07 span {
  position: relative;
  padding-left: 0.78125vw;
  margin-left: 0.78125vw;
}
.footer-cbb5aaa3 .second-row-bac1ba07 span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0.5208333333vw;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #000;
}
.footer-cbb5aaa3 .second-row-bac1ba07 span:last-child::after {
  display: none;
}
.footer-cbb5aaa3 .active-01948f10 {
  opacity: 1;
  visibility: visible;
}
.footer-cbb5aaa3 .hidden-031b8775 {
  opacity: 0;
  visibility: hidden;
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.item-e595e164 {
  width: 100%;
  margin-bottom: 2.34375vw;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .item-e595e164 {
    margin-bottom: 3.4666666667vw;
  }
}
.item-e595e164 .mainPicture-932a537d {
  width: 10.2083333333vw;
  height: 13.0208333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .item-e595e164 .mainPicture-932a537d {
    width: 100%;
    height: 35.2vw;
  }
}
.item-e595e164 .image-wrapper-07ed83d3 {
  position: relative;
}
.item-e595e164 .image-wrapper-07ed83d3 .play-button-07afbbe8 {
  position: absolute;
  bottom: 0.6770833333vw;
  left: 0.5729166667vw;
  width: 1.3541666667vw;
  height: 1.3541666667vw;
}
@media only screen and (max-width: 767px) {
  .item-e595e164 .image-wrapper-07ed83d3 .play-button-07afbbe8 {
    bottom: 1.3333333333vw;
    left: 1.6vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.item-e595e164 .name-0d880156 {
  width: 10.15625vw;
  margin-top: 0.46875vw;
  font-size: 1.1vw;
  line-height: 1.3020833333vw;
  font-family: "MosesText_1.03-Regular", sans-serif;
  letter-spacing: -0.0239583333vw;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .item-e595e164 .name-0d880156 {
    width: 27.2vw;
    margin-top: 0.8vw;
    font-size: 4.2666666667vw;
    line-height: 4.2666666667vw;
    letter-spacing: -0.32px;
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.socials-527b684a {
  position: relative;
  z-index: 51;
  display: flex;
  height: 3.4895833333vw;
  margin-top: 3.6458333333vw;
  align-items: center;
  border-top: 1px solid #fff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .socials-527b684a {
    height: auto;
    margin-top: 17.3066666667vw;
    flex-direction: column;
  }
}
.socials-527b684a .text-f9d06bec {
  margin-left: 0.9375vw;
  font-family: "MosesText_1.03-Bold", sans-serif;
  font-size: 1.3vw;
  letter-spacing: -0.56px;
}
@media only screen and (max-width: 767px) {
  .socials-527b684a .text-f9d06bec {
    margin-bottom: 2.6666666667vw;
    margin-left: 0;
    font-size: 5.2vw;
    letter-spacing: -0.44px;
  }
}
.socials-527b684a .social-button-3a9bc0ed {
  display: flex;
  width: 2.03125vw;
  margin-right: 1.5625vw;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .socials-527b684a .social-button-3a9bc0ed {
    width: 6.88vw;
    margin-right: 7.3866666667vw;
  }
}
.socials-527b684a .social-button-3a9bc0ed:first-child {
  margin-right: 0;
}
.socials-527b684a .social-button-3a9bc0ed svg {
  width: 100%;
  height: auto;
}
.socials-527b684a .social-button-3a9bc0ed img {
  width: 100%;
}
.socials-527b684a .social-button-3a9bc0ed:hover {
  opacity: 0.6;
}
.socials-527b684a .overflowWrap-441e33be {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .socials-527b684a .overflowWrap-441e33be {
    display: flex;
    justify-content: space-between;
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.slick-slide {
  display: flex !important;
  height: 33.6458333333vw !important;
  justify-content: center;
  align-items: center;
  background-color: rgb(240, 240, 240);
}
.slick-dots {
  bottom: -2.9166666667vw !important;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: -5.3333333333vw !important;
  }
}
.slick-dots li {
  width: 1.5625vw !important;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 3.7333333333vw !important;
    height: 3.7333333333vw !important;
    margin: 0 1.0666666667vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .slick-dots button {
    width: 3.7333333333vw !important;
    height: 3.7333333333vw !important;
    padding: 0 !important;
  }
}
.slick-dots button::before {
  opacity: 0.5 !important;
  font-size: 1.3020833333vw !important;
  color: rgb(240, 240, 240);
}
@media only screen and (max-width: 767px) {
  .slick-dots button::before {
    font-size: 3.7333333333vw !important;
    line-height: 3.7333333333vw !important;
  }
}
.slick-dots button:hover {
  color: rgb(240, 240, 240);
}
.slick-dots .slick-active button::before {
  opacity: 1 !important;
  color: rgb(221, 26, 26) !important;
}
@media only screen and (max-width: 767px) {
  .slick-dots .slick-active button::before {
    font-size: 3.7333333333vw !important;
    line-height: 3.7333333333vw !important;
  }
}

.full-width-item-c1e1f3b5 {
  width: 100%;
  height: 100%;
  transition: 1s;
  cursor: auto;
  /* width */
}
.full-width-item-c1e1f3b5::-webkit-scrollbar {
  width: 6px;
}
.full-width-item-c1e1f3b5::-webkit-scrollbar-thumb {
  background-color: #818b99;
  border-radius: 20px;
  background-clip: content-box;
  border: 2.5px solid transparent;
}
.full-width-item-c1e1f3b5::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #c8c8c8;
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .left-part-e209d4d1 {
  display: flex;
  width: 100%;
  margin-top: -0.5208333333vw;
  margin-right: 4.84375vw;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .left-part-e209d4d1 {
    margin-top: 0;
    margin-right: 0;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .name-9d017e82 {
  padding-bottom: 8px;
  font-family: "MosesText_1.03-Bold", sans-serif;
  font-size: 2.5vw;
  line-height: 1;
  letter-spacing: -0.05625vw;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .name-9d017e82 {
    font-size: 6vw;
    line-height: 7.4666666667vw;
    letter-spacing: -0.48px;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .year-ddeb668d {
  margin-top: -0.15625vw;
  margin-bottom: 1.6145833333vw;
  font-family: "MosesText_1.03-Light", sans-serif;
  font-size: 1.5vw;
  letter-spacing: -0.0364583333vw;
  color: rgb(65, 65, 65);
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .year-ddeb668d {
    margin-top: -1.8666666667vw;
    margin-bottom: 0.5333333333vw;
    font-size: 5.8666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: -0.44px;
  }
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d {
    margin-bottom: 9.7333333333vw;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d .sender-name-3de54a37 {
  font-family: "MosesText_1.03-Medium", sans-serif;
  font-size: 1.1vw;
  line-height: 1.8229166667vw;
  letter-spacing: -0.025vw;
  color: rgb(137, 137, 137);
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d .sender-name-3de54a37 {
    font-size: 4.1vw;
    line-height: 9.3333333333vw;
    letter-spacing: -0.36px;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d .free-text-5ae81daa {
  height: 22.8125vw;
  padding-left: 3.8541666667vw;
  overflow-y: auto;
  line-height: 1.40625vw;
  letter-spacing: -0.0229166667vw;
  font-size: 1vw;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d .free-text-5ae81daa {
    height: 36.5333333333vw;
    padding-left: 5.8666666667vw;
    line-height: 6.4vw;
    letter-spacing: -0.38px;
    font-size: 4.36vw;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d .free-text-5ae81daa::-webkit-scrollbar {
  width: 1.09375vw;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d .free-text-5ae81daa::-webkit-scrollbar {
    width: 8px;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d .free-text-5ae81daa::-webkit-scrollbar-thumb {
  background-color: #b5b2b2;
  border-radius: 1.0416666667vw;
  background-clip: content-box;
  border: 0.3125vw solid transparent;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d .free-text-5ae81daa::-webkit-scrollbar-thumb {
    border: none;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d .free-text-5ae81daa::-webkit-scrollbar-track {
  border-radius: 0.1041666667vw;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .description-block-82409d9d .free-text-5ae81daa::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .candlePicture-7330907b {
  width: 100%;
  max-height: 33.6458333333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .candlePicture-7330907b {
    max-height: 89.0666666667vw;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .defaultCandleImg-97ca68e1 {
  width: 26.9791666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .defaultCandleImg-97ca68e1 {
    width: 100%;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .right-part-d6d45a87 {
  width: 26.9791666667vw;
  height: 33.6458333333vw;
  min-width: 26.9791666667vw;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .right-part-d6d45a87 {
    width: 100%;
    height: auto;
    min-width: inherit;
    padding: 0 5.3333333333vw;
  }
}
.full-width-item-c1e1f3b5 .candle-wrapper-06490f21 .right-part-d6d45a87.with-overflow-068c894f {
  overflow: hidden;
}
.full-width-item-c1e1f3b5 .bg-6e15ed02 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgb(33, 33, 33);
}
.full-width-item-c1e1f3b5 .pop-up-window-749df53a {
  width: 100%;
  height: 42.7083333333vw;
  padding-top: 3.5416666667vw;
  padding-right: 5.3645833333vw;
  padding-bottom: 2.1875vw;
  padding-left: 5.2083333333vw;
  margin: auto;
  margin-bottom: 4.0625vw;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .full-width-item-c1e1f3b5 .pop-up-window-749df53a {
    height: auto;
    padding-top: 8.3466666667vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 6.9333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.innerSlideArrow-13d38329 {
  position: absolute;
  bottom: 0;
  z-index: 2300;
  display: flex;
  width: 1.3020833333vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .innerSlideArrow-13d38329 {
    width: 5.3333333333vw;
    height: 8vw;
  }
}
.innerSlideArrow-13d38329 .first-arrow-line-7a785657,
.innerSlideArrow-13d38329 .second-arrow-line-42c04afd {
  display: block;
  width: 3px;
  height: 1.1979166667vw;
  border-radius: 20px;
  background-color: rgb(65, 65, 65);
}
@media only screen and (max-width: 767px) {
  .innerSlideArrow-13d38329 .first-arrow-line-7a785657,
  .innerSlideArrow-13d38329 .second-arrow-line-42c04afd {
    position: absolute;
    width: 3.7333333333vw;
    height: 0.8vw;
  }
}
.innerSlideArrow-13d38329 .first-arrow-line-7a785657 {
  margin-bottom: -0.46875vw;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .innerSlideArrow-13d38329 .first-arrow-line-7a785657 {
    top: 2.4vw;
    left: 0%;
    margin-bottom: 0;
    transform: rotate(-45deg);
  }
}
.innerSlideArrow-13d38329 .second-arrow-line-42c04afd {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .innerSlideArrow-13d38329 .second-arrow-line-42c04afd {
    top: 4.5333333333vw;
    left: 0%;
    transform: rotate(45deg);
  }
}

.next-arrow-eba2aaa1 {
  bottom: -3.125vw;
  left: 0.8854166667vw;
}
@media only screen and (max-width: 767px) {
  .next-arrow-eba2aaa1 {
    top: 50%;
    bottom: auto;
    left: -5.3333333333vw;
    transform: translate(0, -50%);
  }
}

.prev-arrow-f861f2d5 {
  right: 1.0416666667vw;
  bottom: -3.125vw;
}
@media only screen and (max-width: 767px) {
  .prev-arrow-f861f2d5 {
    top: 50%;
    right: -5.3333333333vw;
    bottom: auto;
    transform: translate(0, -50%) rotate(180deg);
  }
}
.prev-arrow-f861f2d5 .first-arrow-line-7a785657 {
  transform: rotate(-45deg);
}
.prev-arrow-f861f2d5 .second-arrow-line-42c04afd {
  transform: rotate(45deg);
}

.active-a109842a {
  opacity: 1;
  visibility: visible;
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.lead-created-pop-up-3f1a7d92 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.lead-created-pop-up-3f1a7d92 .bg-1a5b81d5 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgb(33, 33, 33);
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 62.0833333333vw;
  height: 43.4375vw;
  padding-top: 3.4375vw;
  padding-right: 4.53125vw;
  padding-bottom: 1.1979166667vw;
  padding-left: 4.6875vw;
  margin: auto;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 20px;
  background-color: rgb(214, 214, 214);
}
@media only screen and (max-width: 767px) {
  .lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 {
    width: 90%;
    height: 95%;
    margin-top: 5.3333333333vw;
  }
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .lead-created-e2378d3f .text-block-d07d273b {
  position: absolute;
  right: 3.5416666667vw;
  bottom: 3.4895833333vw;
  width: 28.6458333333vw;
  color: rgb(65, 65, 65);
}
@media only screen and (max-width: 767px) {
  .lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .lead-created-e2378d3f .text-block-d07d273b {
    top: 37.3333333333vw;
    right: 10.1333333333vw;
    bottom: auto;
    width: 69.3333333333vw;
  }
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .lead-created-e2378d3f .text-block-d07d273b .title-a41e193c {
  font-size: 3.6458333333vw;
  line-height: 3.6458333333vw;
  letter-spacing: -0.0729166667vw;
  font-family: "MosesText_1.03-Bold", sans-serif;
}
@media only screen and (max-width: 767px) {
  .lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .lead-created-e2378d3f .text-block-d07d273b .title-a41e193c {
    margin-bottom: 1.3333333333vw;
    font-size: 7.6vw;
    letter-spacing: -0.72px;
    line-height: 9.3333333333vw;
  }
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .lead-created-e2378d3f .text-block-d07d273b .description-8a458892 {
  font-family: "MosesText_1.03-Light", sans-serif;
  font-size: 2.6041666667vw;
  line-height: 3.125vw;
  letter-spacing: -0.0520833333vw;
}
@media only screen and (max-width: 767px) {
  .lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .lead-created-e2378d3f .text-block-d07d273b .description-8a458892 {
    font-size: 7.6vw;
    letter-spacing: -0.72px;
    line-height: 9.3333333333vw;
  }
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .close-button-23505782 {
  position: absolute;
  top: 1.4583333333vw;
  left: 1.4583333333vw;
  width: 1.1979166667vw;
  height: 1.1979166667vw;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .close-button-23505782 {
    top: 6.1333333333vw;
    left: 6.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .close-button-23505782 .first-line-0d442c4c,
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .close-button-23505782 .second-line-767a23a4 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.2083333333vw;
  height: 100%;
  margin: auto;
  background: rgb(65, 65, 65);
  transition: 0.6s;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .close-button-23505782 .first-line-0d442c4c,
  .lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .close-button-23505782 .second-line-767a23a4 {
    width: 1.0666666667vw;
  }
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .close-button-23505782 .first-line-0d442c4c {
  transform: rotate(-45deg);
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .close-button-23505782 .second-line-767a23a4 {
  transform: rotate(45deg);
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .animationCloseButtonFalse-f185d88d .first-line-0d442c4c {
  transform: rotate(-45deg);
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .animationCloseButtonFalse-f185d88d .second-line-767a23a4 {
  transform: rotate(45deg);
}
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .animation-close-button-93c4dd9b .first-line-0d442c4c,
.lead-created-pop-up-3f1a7d92 .pop-up-window-a5c02c42 .animation-close-button-93c4dd9b .second-line-767a23a4 {
  transform: rotate(0);
}

.active-a826c885 {
  opacity: 1;
  visibility: visible;
}
@charset "UTF-8";
/* stylelint-disable no-descending-specificity */
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.form-wrapper-578bd0aa {
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa {
    margin-top: 4.8vw;
  }
}
.form-wrapper-578bd0aa .form-61472f43 {
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 {
    flex-wrap: wrap;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .row-cab846f3 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .row-cab846f3 {
    flex-wrap: wrap;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .row-cab846f3 .fieldWrapper-db8ffce8 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .row-cab846f3 .fieldWrapper-db8ffce8 {
    width: 100%;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .row-cab846f3 .fieldWrapper-db8ffce8 .error-c965207f {
  position: absolute;
  bottom: -1.0416666667vw;
  color: rgb(221, 26, 26);
  font-size: 1.0416666667vw;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .row-cab846f3 .fieldWrapper-db8ffce8 .error-c965207f {
    right: 2.2666666667vw;
    bottom: 0.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .row-cab846f3 .text-area-be82f18b {
  width: 100%;
  height: 7.8125vw;
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .row-cab846f3 .text-area-be82f18b {
    height: 40vw;
    margin-top: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .row-cab846f3 .text-area-be82f18b textarea {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .nameFieldWrapper-ed161c96 {
    order: 2;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .name-c37c93de {
  width: 24.9479166667vw;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .name-c37c93de {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .select-c-b3d212fb {
  width: 11.9791666667vw;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .select-c-b3d212fb {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    order: 1;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .sender-name-1cfbf31e {
  width: 16.3020833333vw;
  height: 2.6041666667vw;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .sender-name-1cfbf31e {
    width: 100%;
    height: auto;
    margin-bottom: 5.3333333333vw;
    order: 3;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .sender-name-1cfbf31e input {
  height: inherit;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .sender-name-1cfbf31e input {
    height: 13.3333333333vw;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .media-field-1f248ef4 {
  width: 16.3020833333vw;
  margin-left: 1.5625vw;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .media-field-1f248ef4.main-picture-9074eb39 {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .media-field-1f248ef4.profile-pictures-3cbd460f {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    margin-left: 0;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .submit-button-1ca274ff {
  position: relative;
  width: 9.21875vw;
  height: 3.4375vw;
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
  background-color: #dd1a1a;
  font-family: "MosesText_1.03-Bold", sans-serif;
  font-size: 1.5916666667vw;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .submit-button-1ca274ff {
    width: 100%;
    height: 13.3333333333vw;
    margin: 0 0 5.3333333333vw;
    font-size: 6.4vw;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .submit-button-1ca274ff:hover {
  opacity: 0.8;
}
.form-wrapper-578bd0aa .form-61472f43 .submit-button-1ca274ff span {
  margin-left: 0.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .submit-button-1ca274ff span {
    margin-left: 4.2666666667vw;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .submit-button-1ca274ff i {
  width: 1.1458333333vw;
  margin-top: -0.2083333333vw;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .submit-button-1ca274ff i {
    width: 5.8666666667vw;
    margin-top: -1.0666666667vw;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .submit-button-1ca274ff i svg {
  width: 100%;
}
.form-wrapper-578bd0aa .form-61472f43 .bottom-text-15c2bab0 {
  bottom: 1.1979166667vw;
  left: 4.6875vw;
  font-size: 0.9375vw;
  color: #fff;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .form-wrapper-578bd0aa .form-61472f43 .bottom-text-15c2bab0 {
    right: 4.2666666667vw;
    bottom: 5.8666666667vw;
    left: 4.2666666667vw;
    font-size: 4vw;
    text-align: center;
  }
}
.form-wrapper-578bd0aa .form-61472f43 .bottom-text-15c2bab0 a {
  color: #fff;
  text-decoration: underline;
}

.text-field-f0342961 {
  position: relative;
  display: block;
  text-align: left;
}
.text-field-f0342961 input {
  display: block;
  width: 100%;
  height: 2.6041666667vw;
  padding: 0 0.625vw;
  line-height: 1.1458333333vw;
  background-color: #f6f6f6;
  outline: none;
  font-size: 0.9375vw;
  font-family: "MosesText_1.03-Regular", sans-serif;
  letter-spacing: 0;
  color: #414141;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .text-field-f0342961 input {
    height: 13.4133333333vw;
    padding: 0 2.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-field-f0342961 input {
    height: 6.6666666667vw;
    padding: 0 1.6vw;
    font-size: 3.2vw;
  }
}
.text-field-f0342961 input.inline-a65bf82d {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
.text-field-f0342961 textarea {
  display: block;
  width: 100%;
  padding: 0.8854166667vw 0.625vw;
  background-color: #f6f6f6;
  outline: none;
  font-size: 0.9375vw;
  line-height: 1.09375vw;
  font-family: "MosesText_1.03-Regular", sans-serif;
  color: #414141;
  resize: none;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-field-f0342961 textarea {
    height: 9.3333333333vw;
    padding: 3.2vw 3.2vw;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .text-field-f0342961 textarea {
    padding: 3.4666666667vw 2.6666666667vw;
    line-height: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.text-field-f0342961 textarea.small-4e89a8f9 {
  height: 5.3125vw;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-field-f0342961 textarea.small-4e89a8f9 {
    height: 16vw;
  }
}
@media only screen and (max-width: 767px) {
  .text-field-f0342961 textarea.small-4e89a8f9 {
    height: 40.5333333333vw;
  }
}
.text-field-f0342961 textarea.big-8234735c {
  height: 222px;
}
@media only screen and (max-width: 767px) {
  .text-field-f0342961 textarea.big-8234735c {
    height: 78.6666666667vw;
  }
}
.text-field-f0342961 .placeholder-33b26c69 {
  position: absolute;
  top: 0;
  right: 0.625vw;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "MosesText_1.03-Light", sans-serif;
  font-weight: 100;
  font-size: 0.9375vw;
  letter-spacing: 0;
  text-align: right;
  cursor: text;
  color: #414141;
}
@media only screen and (max-width: 767px) {
  .text-field-f0342961 .placeholder-33b26c69 {
    top: 1.0666666667vw;
    right: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-field-f0342961 .placeholder-33b26c69 {
    top: 1.3333333333vw;
    right: 1.8666666667vw;
    padding-left: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.text-field-f0342961 .placeholder-33b26c69 span {
  font-size: 0.8854166667vw;
  letter-spacing: -0.0177083333vw;
}
@media only screen and (max-width: 767px) {
  .text-field-f0342961 .placeholder-33b26c69 span {
    font-size: 3.8vw;
  }
}
.text-field-f0342961 .placeholder-33b26c69.hide-5844edf5 {
  display: none;
}
.text-field-f0342961 .placeholder-33b26c69.textarea-placeholder-07f670c9 {
  top: 0.8854166667vw;
  right: 0.625vw;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .text-field-f0342961 .placeholder-33b26c69.textarea-placeholder-07f670c9 {
    top: 3.4666666667vw;
    right: 2.6666666667vw;
  }
}

.react-select {
  border: 1px solid red !important;
  box-shadow: pink !important;
}
.react-select__control {
  width: 100%;
  height: 2.6041666667vw !important;
  min-height: 2.6041666667vw !important;
  cursor: pointer !important;
  font-family: "MosesText_1.03-Light", sans-serif;
  font-size: 0.9375vw;
  white-space: nowrap;
  color: #414141;
  border-radius: 0 !important;
  border-width: 0 !important;
}
@media only screen and (max-width: 767px) {
  .react-select__control {
    width: 100%;
    height: 13.4133333333vw !important;
    min-height: 13.4133333333vw !important;
    font-size: 4.7vw;
  }
}
.react-select__value-container {
  top: 0vw !important;
  display: flex;
  padding: 2px 4px !important;
}
.react-select__placeholder {
  color: #414141 !important;
}
@media only screen and (max-width: 767px) {
  .react-select__placeholder {
    top: 4.5333333333vw !important;
    margin-right: 1.6vw !important;
  }
}
.react-select__indicator {
  padding: 0.6770833333vw !important;
}
@media only screen and (max-width: 767px) {
  .react-select__indicator {
    padding: 3.7333333333vw !important;
  }
}
.react-select__indicator svg {
  width: 0.7291666667vw;
  min-width: 10px;
}
@media only screen and (max-width: 767px) {
  .react-select__indicator svg {
    width: 3.4666666667vw;
  }
}
.react-select__indicators {
  height: 100%;
}
.react-select__control--is-focused {
  border: 1px solid transparent !important;
  box-shadow: none !important;
}
.react-select__indicator-separator {
  display: none;
}
.react-select__menu {
  top: 2.7083333333vw !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
  .react-select__menu {
    top: 11.0133333333vw !important;
  }
}
.react-select__option {
  font-size: 1.1458333333vw !important;
  font-family: "MosesText_1.03-Light", sans-serif;
  letter-spacing: -0.0229166667vw;
  cursor: pointer !important;
}
@media only screen and (max-width: 767px) {
  .react-select__option {
    font-size: 5.0666666667vw !important;
  }
}

.media-field-1f248ef4 {
  position: relative;
  width: 100%;
}
.media-field-1f248ef4 .control-label-34e1f24e {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.media-field-1f248ef4 .control-label-34e1f24e .fileName-wrapper-28c9e033 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.media-field-1f248ef4 .control-label-34e1f24e .fileName-wrapper-28c9e033 .button-plus-6a7f8daf {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 2.6041666667vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #dd1a1a;
  text-align: center;
  font-size: 0.9375vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .media-field-1f248ef4 .control-label-34e1f24e .fileName-wrapper-28c9e033 .button-plus-6a7f8daf {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    min-width: 13.3333333333vw;
    line-height: 13.3333333333vw;
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .media-field-1f248ef4 .control-label-34e1f24e .fileName-wrapper-28c9e033 .button-plus-6a7f8daf {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    min-width: 8vw;
    font-size: 5.8666666667vw;
    line-height: 5.3333333333vw;
  }
}
.media-field-1f248ef4 .control-label-34e1f24e .fileName-wrapper-28c9e033 .button-plus-6a7f8daf img {
  width: 1.09375vw;
}
@media only screen and (max-width: 767px) {
  .media-field-1f248ef4 .control-label-34e1f24e .fileName-wrapper-28c9e033 .button-plus-6a7f8daf img {
    width: 5.6vw;
  }
}
.media-field-1f248ef4 .control-label-34e1f24e .fileName-wrapper-28c9e033 .text-d2d486ee {
  width: 100%;
  height: 2.6041666667vw;
  padding: 0 16px 0 48px;
  overflow: hidden;
  line-height: 2.6041666667vw;
  background-color: #f6f6f6;
  font-family: "opensanshebreew_regular", sans-serif;
  font-size: 0vw;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .media-field-1f248ef4 .control-label-34e1f24e .fileName-wrapper-28c9e033 .text-d2d486ee {
    height: 6.6666666667vw;
    min-width: 8vw;
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .media-field-1f248ef4 .control-label-34e1f24e .fileName-wrapper-28c9e033 .text-d2d486ee {
    height: 13.4133333333vw;
    padding: 0 2.2133333333vw 0 12.8vw;
    font-size: 5.3333333333vw;
    letter-spacing: -0.4px;
    line-height: 10.6666666667vw;
    color: transparent;
  }
}
.media-field-1f248ef4 .control-label-34e1f24e .placeholder-33b26c69 {
  position: absolute;
  top: 0;
  right: 0.5208333333vw;
  bottom: 0;
  left: 3.125vw;
  height: -moz-min-content;
  height: min-content;
  margin: auto;
  font-family: "MosesText_1.03-Light", sans-serif;
  font-size: 0.9375vw;
  letter-spacing: 0;
  text-align: right;
  color: #414141;
}
@media only screen and (max-width: 767px) {
  .media-field-1f248ef4 .control-label-34e1f24e .placeholder-33b26c69 {
    top: 0.8vw;
    right: 3.4666666667vw;
    left: 13.3333333333vw;
    font-size: 4.7vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .media-field-1f248ef4 .control-label-34e1f24e .placeholder-33b26c69 {
    font-size: 3.7333333333vw;
    left: 6.6666666667vw;
  }
}
.media-field-1f248ef4 .control-label-34e1f24e .placeholder-33b26c69 span {
  font-family: "opensanshebreew_regular", sans-serif;
  font-size: 0.7291666667vw;
  letter-spacing: 0.0166666667vw;
}
@media only screen and (max-width: 767px) {
  .media-field-1f248ef4 .control-label-34e1f24e .placeholder-33b26c69 span {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .media-field-1f248ef4 .control-label-34e1f24e .placeholder-33b26c69 span {
    font-size: 2.4vw;
  }
}
.media-field-1f248ef4 .control-label-34e1f24e input {
  display: none;
}
.media-field-1f248ef4.inProgress-439da9b0 .control-label-34e1f24e {
  pointer-events: none;
}
.media-field-1f248ef4.inProgress-439da9b0 .control-label-34e1f24e .fileName-wrapper-28c9e033 .text-d2d486ee {
  animation-name: blink-b0d52838;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.media-field-1f248ef4.inProgress-439da9b0 .control-label-34e1f24e .placeholder-33b26c69 {
  opacity: 0;
}
.media-field-1f248ef4 .uploaded-files-9d2f106e {
  position: absolute;
  top: 2.8645833333vw;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-size: 0.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .media-field-1f248ef4 .uploaded-files-9d2f106e {
    position: static;
    top: 13.6vw;
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.media-field-1f248ef4 .uploaded-files-9d2f106e .file-1b8c3d85 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-field-1f248ef4 .uploaded-files-9d2f106e .file-1b8c3d85 span {
  display: flex;
  width: 14.0625vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .media-field-1f248ef4 .uploaded-files-9d2f106e .file-1b8c3d85 span {
    width: 53.3333333333vw;
  }
}
.media-field-1f248ef4 .uploaded-files-9d2f106e img {
  width: 0.6197916667vw;
  margin-left: 0.2708333333vw;
}
@media only screen and (max-width: 767px) {
  .media-field-1f248ef4 .uploaded-files-9d2f106e img {
    width: 3.1733333333vw;
    margin-left: 1.3866666667vw;
  }
}
.media-field-1f248ef4 .error-c965207f {
  background-color: rgba(221, 26, 26, 0.1);
}

.profile-pictures-error-7bdbc890 {
  position: absolute;
  top: -1.1458333333vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  color: red;
  font-size: 0.9375vw;
}
@media only screen and (max-width: 767px) {
  .profile-pictures-error-7bdbc890 {
    top: 4vw;
    z-index: 1;
    font-size: 4.8vw;
  }
}
.profile-pictures-error-7bdbc890.active-e13370f3 {
  opacity: 1;
  visibility: visible;
}

.fileOutOfLimitActive-4c04e079 {
  opacity: 1;
  visibility: visible;
}

@keyframes blink-b0d52838 {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.lds-ripple-e1ebd387 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .lds-ripple-e1ebd387 {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}

.lds-ripple-e1ebd387 div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.2083333333vw solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple-e1ebd387 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@media only screen and (max-width: 767px) {
  .lds-ripple-e1ebd387 div {
    border: 1.0666666667vw solid #fff;
    animation: lds-ripple-mobile-e05b544a 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
}

.lds-ripple-e1ebd387 div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple-e1ebd387 {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    opacity: 0;
  }
}
@keyframes lds-ripple-mobile-e05b544a {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    opacity: 0;
  }
}
.preloader-c77b3b86 {
  position: absolute;
  top: 54%;
  left: 50%;
  z-index: 2;
  width: 20px;
  height: 20px;
  transform: translate(-50%, 0);
  animation-name: preloader-animation-2314eba5;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.preloader-c77b3b86 circle {
  stroke: #fff;
  stroke-width: 4px;
  stroke-dasharray: 45, 45;
  stroke-dashoffset: 0;
}

@keyframes preloader-animation-2314eba5 {
  0% {
    transform: translate3d(-50%, 0, 0) scale(2) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, 0, 0) scale(2) rotate(360deg);
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.create-lead-pop-up-6b41392d {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.create-lead-pop-up-6b41392d .bg-507c0f0c {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgb(33, 33, 33);
}
.create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 {
  position: absolute;
  top: 8.0729166667vw;
  right: 0;
  left: 0;
  z-index: 20;
  width: 62.5vw;
  height: 33.8541666667vw;
  padding-top: 2.96875vw;
  padding-right: 5.15625vw;
  padding-bottom: 1.1979166667vw;
  padding-left: 5.2083333333vw;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #444343;
}
@media only screen and (max-width: 767px) {
  .create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 {
    top: 4.2666666667vw;
    width: 90%;
    /* stylelint-disable-next-line unit-no-unknown */
    height: 95dvh;
    padding-top: 12vw;
    padding-right: 4.8vw;
    padding-bottom: 4.8vw;
    padding-left: 4.8vw;
    overflow-y: scroll;
  }
}
.create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .close-button-3caeeb73 {
  position: absolute;
  top: 1.0416666667vw;
  left: 1.0416666667vw;
  width: 0.8854166667vw;
  height: 0.8854166667vw;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .close-button-3caeeb73 {
    top: 4.8vw;
    left: 3.7333333333vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .close-button-3caeeb73 .first-line-b4b918ad,
.create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .close-button-3caeeb73 .second-line-3f5b04bb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.15625vw;
  height: 100%;
  margin: auto;
  background-color: #fff;
  transition: 0.6s;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .close-button-3caeeb73 .first-line-b4b918ad,
  .create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .close-button-3caeeb73 .second-line-3f5b04bb {
    width: 0.8vw;
  }
}
.create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .close-button-3caeeb73 .first-line-b4b918ad {
  transform: rotate(-45deg);
}
.create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .close-button-3caeeb73 .second-line-3f5b04bb {
  transform: rotate(45deg);
}
.create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .animationCloseButtonFalse-95f294c9 .first-line-b4b918ad {
  transform: rotate(-45deg);
}
.create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .animationCloseButtonFalse-95f294c9 .second-line-3f5b04bb {
  transform: rotate(45deg);
}
.create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .animation-close-button-27b796db .first-line-b4b918ad,
.create-lead-pop-up-6b41392d .pop-up-window-9eff6e34 .animation-close-button-27b796db .second-line-3f5b04bb {
  transform: rotate(0);
}
.create-lead-pop-up-6b41392d .form-79fc42f4 {
  display: block;
}
.create-lead-pop-up-6b41392d .form-79fc42f4 .title-c49c5a25 {
  font-size: 1.7708333333vw;
  letter-spacing: 0;
  color: #fff;
  font-weight: 100;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .create-lead-pop-up-6b41392d .form-79fc42f4 .title-c49c5a25 {
    font-size: 6.7vw;
    line-height: 8vw;
    letter-spacing: -0.56px;
    text-align: center;
  }
}
.create-lead-pop-up-6b41392d .image-bg-02d7a567 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  border-radius: 10px;
  background-size: contain;
}

.active-d192f485 {
  opacity: 1;
  visibility: visible;
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.react-autosuggest__container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .react-autosuggest__container {
    width: 100%;
  }
}
.react-autosuggest__input {
  width: 31.5625vw;
  height: 2.96875vw;
  padding-right: 1.1458333333vw;
  padding-left: 1.5625vw;
  font-size: 1.4583333333vw;
  font-family: "MosesText_1.03-Light", sans-serif;
  border: 1px solid rgb(152, 152, 152);
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .react-autosuggest__input {
    width: 100%;
    height: 12.5333333333vw;
    padding-right: 3.7333333333vw;
    padding-left: 2.7466666667vw;
    border: 1px solid rgb(152, 152, 152);
    background-color: #fff;
    font-size: 4vw;
  }
}
.react-autosuggest__input--focused {
  outline: none;
}
.react-autosuggest__suggestions-container {
  display: none;
}
.react-autosuggest__suggestions-container--open {
  position: absolute;
  top: 51px;
  z-index: 2;
  display: block;
  width: 31.5625vw;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: "MosesText_1.03-Regular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: rgb(152, 152, 152);
}
@media only screen and (max-width: 767px) {
  .react-autosuggest__suggestions-container--open {
    width: 100%;
  }
}
.react-autosuggest__suggestions-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  padding: 10px 20px;
  cursor: pointer;
}
.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}
.footer {
  margin: 9px 20px;
  font-size: 12px;
  color: #777;
}

.input-container-e4f0b083 {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .input-container-e4f0b083 {
    width: 100%;
  }
}
.input-container-e4f0b083 .icon-f1a45095 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.84375vw;
  width: 1.3541666667vw;
  height: 1.3541666667vw;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .input-container-e4f0b083 .icon-f1a45095 {
    left: 2.7466666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.content-e8c05db2 {
  position: relative;
  width: 67.7083333333vw;
  min-height: 100vh;
  padding-top: 8.0729166667vw;
  margin: 0 auto;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 {
    width: auto;
    padding-top: 5.8666666667vw;
    padding-right: 4.8vw;
    padding-left: 5.0666666667vw;
  }
}
.content-e8c05db2 .no-results-fb2156e7 {
  font-size: 3.8020833333vw;
  letter-spacing: -1.46px;
  font-family: "MosesText_1.03-Medium", sans-serif;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .no-results-fb2156e7 {
    font-size: 8vw;
  }
}
.content-e8c05db2 .small-text-b85e6d2d {
  text-align: center;
  font-size: 1.7708333333vw;
  line-height: 1.9270833333vw;
  font-family: "MosesText_1.03-Light", sans-serif;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .small-text-b85e6d2d {
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
  }
}
.content-e8c05db2 .title-2e4079ad {
  padding-top: 0.78125vw;
  font-size: 8.1770833333vw;
  line-height: 6.7708333333vw;
  font-family: "MosesText_1.03-Bold", sans-serif;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .title-2e4079ad {
    padding-top: 4vw;
    padding-bottom: 0;
    font-size: 19.2vw;
    line-height: 18.6666666667vw;
    text-shadow: 0 1.73px 1.73px rgba(0, 0, 0, 0.25);
  }
}
.content-e8c05db2 .subtitle-103c2271 {
  padding-top: 0.9375vw;
  font-size: 1.6666666667vw;
  line-height: 1.25vw;
  font-family: "MosesText_1.03-Bold", sans-serif;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .subtitle-103c2271 {
    padding-top: 0;
    font-size: 4.8vw;
    line-height: 6.4vw;
    text-shadow: 0 1.73px 1.73px rgba(0, 0, 0, 0.25);
  }
}
.content-e8c05db2 .delay-notation-b28f6fc0 {
  padding-top: 2.6041666667vw;
  font-size: 1vw;
  font-family: "MosesText_1.03-Light", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .delay-notation-b28f6fc0 {
    padding-top: 9.3333333333vw;
    font-size: 3.1vw;
  }
}
.content-e8c05db2 .white-block-9e833f36 {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.7291666667vw;
  padding-left: 0.7291666667vw;
  background-color: #fff;
  color: #000;
  font-size: 2.0833333333vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.0359375vw;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .white-block-9e833f36 {
    padding: 0 1.8666666667vw;
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    letter-spacing: -0.31px;
  }
}
.content-e8c05db2 .first-white-block-ae99437f {
  margin-bottom: 0.625vw;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .first-white-block-ae99437f {
    margin-bottom: 1.0666666667vw;
  }
}
.content-e8c05db2 .red-button-690a5326 {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.8020833333vw;
  padding-right: 1.1458333333vw;
  padding-left: 1.1458333333vw;
  margin: 2.6041666667vw auto 0;
  justify-content: center;
  align-items: center;
  background-color: rgb(221, 26, 26);
  font-size: 1.5916666667vw;
  font-family: "MosesText_1.03-Regular", sans-serif;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .red-button-690a5326 {
    height: 10.6666666667vw;
    padding-right: 2.6666666667vw;
    padding-left: 3.2vw;
    margin-top: 14.6666666667vw;
    font-size: 6.6666666667vw;
    letter-spacing: -0.16vw;
  }
}
.content-e8c05db2 .red-button-690a5326:hover {
  background-color: #f64141;
}
.content-e8c05db2 .items-wrapper-76fbdf32 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .items-wrapper-76fbdf32 {
    padding-bottom: 10.6666666667vw;
  }
}
.content-e8c05db2 .items-e1f29be0 {
  display: flex;
  padding-bottom: 60px;
  flex-wrap: wrap;
  justify-content: flex-start;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .items-e1f29be0 {
    padding-bottom: 32px;
    justify-content: flex-start;
  }
}
.content-e8c05db2 .items-e1f29be0 .item-wrapper-d7b72e57 {
  width: 10.2083333333vw;
  margin-right: 1.2916666667vw;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .items-e1f29be0 .item-wrapper-d7b72e57 {
    width: 31%;
    margin-right: 0;
    margin-left: 3.5%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-e8c05db2 .items-e1f29be0 .item-wrapper-d7b72e57:nth-child(6n+1) {
    margin-right: 0vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content-e8c05db2 .items-e1f29be0 .item-wrapper-d7b72e57:nth-child(6n+1) {
    margin-right: 0vw;
  }
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .items-e1f29be0 .item-wrapper-d7b72e57:nth-child(3n+3) {
    margin-left: 0;
  }
}
.content-e8c05db2 .full-width-items-7376c1fe {
  padding-top: 1.6145833333vw;
  margin: 0 -3.3854166667vw 0 -3.3854166667vw;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.8s;
  transition-duration: 0.6s;
}
@media only screen and (max-width: 767px) {
  .content-e8c05db2 .full-width-items-7376c1fe {
    padding-top: 0;
    margin: 0;
  }
}

.left-arrow-b384bb74 {
  position: relative;
  top: 0;
  bottom: 0;
  width: 1.3541666667vw;
  margin-top: auto;
  margin-right: 0.625vw;
  margin-bottom: auto;
  transition: 0.6s;
  animation: left-arrow-anim-8c671a93 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
@media only screen and (max-width: 767px) {
  .left-arrow-b384bb74 {
    width: 4.2666666667vw;
    margin-right: 2.1333333333vw;
  }
}
.left-arrow-b384bb74.left-arrow-small-d41040d0 {
  width: 1.1197916667vw;
}
@media only screen and (max-width: 767px) {
  .left-arrow-b384bb74.left-arrow-small-d41040d0 {
    width: 3.6vw;
  }
}

.left-arrow-active-4a2928e8 {
  left: 0.78125vw;
  transform: scale(1.2);
}

.search-wrapper-9bbf4e19 {
  position: relative;
  display: flex;
  width: 31.5625vw;
  margin: 10.0520833333vw auto 5.0520833333vw;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .search-wrapper-9bbf4e19 {
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.search-wrapper-9bbf4e19 .react-autosuggest__suggestions-container--open {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.back-button-4c88a9af {
  position: absolute;
  bottom: -5.2083333333vw;
  left: -21.3541666667vw;
  display: none;
  width: 8.8541666667vw;
  height: 2.6041666667vw;
  padding-right: 0;
  padding-left: 0;
  margin-top: 1.0416666667vw;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  font-size: 1.4583333333vw;
  letter-spacing: -0.0291666667vw;
  font-family: "MosesText_1.03-Medium", sans-serif;
  background-color: rgb(20, 23, 173);
}
@media only screen and (max-width: 767px) {
  .back-button-4c88a9af {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 40vw;
    height: 9.6vw;
    padding-right: 0;
    padding-left: 0;
    margin-top: 4vw;
    justify-content: center;
    align-items: center;
    font-size: 4.8vw;
    letter-spacing: -0.36px;
  }
}
.back-button-4c88a9af.float-08a5d1fc {
  position: fixed;
  bottom: 3.90625vw;
  left: 2.0833333333vw;
  border-radius: 0.5208333333vw;
}

.scroll-top-button-e1274d19 {
  position: fixed;
  right: 6.6666666667vw;
  bottom: 3.90625vw;
  width: 4.6354166667vw;
  height: 4.6354166667vw;
  border-radius: 50%;
  background-color: rgb(221, 26, 26);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .scroll-top-button-e1274d19 {
    display: none;
  }
}
.scroll-top-button-e1274d19:hover {
  background-color: #f64141;
}
.scroll-top-button-e1274d19 .scroll-top-arrow-16ba5d32 {
  width: 1.5625vw;
  height: 1.5625vw;
  transform: rotate(90deg);
}

.hide-8141bc2f {
  margin: auto;
  visibility: hidden;
  opacity: 0;
}

.visible-e08172ab {
  visibility: visible !important;
  opacity: 1 !important;
}

.lds-ring-335ec8d8 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 13.0208333333vw;
  height: 13.0208333333vw;
  margin-right: auto;
  margin-left: auto;
}

.lds-ring-335ec8d8 div {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  margin: 0.5208333333vw;
  border: 15px solid rgb(31, 31, 31);
  border-radius: 50%;
  animation: lds-ring-335ec8d8 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(31, 31, 31) transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .lds-ring-335ec8d8 div {
    width: 30px;
    height: 30px;
    margin: 10px;
    border-width: 3px;
  }
}

.items-loader-9520fec4 {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .items-loader-9520fec4 {
    bottom: 24px;
  }
}
.items-loader-9520fec4 .lds-ring-335ec8d8 {
  left: 10px;
  width: 24px;
  height: 24px;
}
.items-loader-9520fec4 .lds-ring-335ec8d8 div {
  width: 24px;
  height: 24px;
  margin: 0;
  border-width: 2px;
}

.lds-ring-335ec8d8 div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring-335ec8d8 div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring-335ec8d8 div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring-335ec8d8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes left-arrow-anim-8c671a93 {
  0% {
    transform: translateX(0vw);
  }
  50% {
    transform: translateX(0.2604166667vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.sliderWrapper-c16fcae8 {
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 52.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .sliderWrapper-c16fcae8 {
    height: 133.3333333333vw;
  }
}
.sliderWrapper-c16fcae8 .slick-slide {
  height: 52.0833333333vw !important;
}
@media only screen and (max-width: 767px) {
  .sliderWrapper-c16fcae8 .slick-slide {
    height: 133.3333333333vw !important;
    max-height: inherit !important;
  }
}
.sliderWrapper-c16fcae8 .slick-slide > div {
  width: 100%;
  height: 100%;
}
.sliderWrapper-c16fcae8 .slideWrapper-46a191cf {
  width: 100%;
  height: 52.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .sliderWrapper-c16fcae8 .slideWrapper-46a191cf {
    height: 133.3333333333vw !important;
  }
}
.sliderWrapper-c16fcae8 .slideWrapper-46a191cf .slideInner-63006bb3 {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.slick-slide {
  display: flex !important;
  height: 33.6458333333vw !important;
  justify-content: center;
  align-items: center;
  background-color: rgb(240, 240, 240);
}
@media only screen and (max-width: 767px) {
  .slick-slide {
    height: 89.0666666667vw !important;
    max-height: 89.0666666667vw !important;
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) and (max-height: 820px) {
  .slick-slide {
    height: 61.3333333333vw !important;
  }
}
.slick-slide > div {
  width: 100%;
  padding: 0 1px;
}
.slick-dots {
  bottom: -2.9166666667vw !important;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: -10.6666666667vw !important;
  }
}
.slick-dots li {
  width: 1.5625vw !important;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 3.7333333333vw !important;
    height: 3.7333333333vw !important;
    margin: 0 1.0666666667vw !important;
  }
}
.slick-dots button::before {
  opacity: 0.5 !important;
  font-size: 1.3020833333vw !important;
  color: rgb(240, 240, 240);
}
@media only screen and (max-width: 767px) {
  .slick-dots button::before {
    font-size: 4.5333333333vw !important;
    line-height: 3.7333333333vw !important;
  }
}
.slick-dots button:hover {
  color: rgb(240, 240, 240);
}
.slick-dots .slick-active button::before {
  opacity: 1 !important;
  color: rgb(221, 26, 26) !important;
}
@media only screen and (max-width: 767px) {
  .slick-dots .slick-active button::before {
    font-size: 4.5333333333vw !important;
    line-height: 3.7333333333vw !important;
  }
}

.item-pop-up-a181a12e {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  cursor: auto;
}
.item-pop-up-a181a12e::-webkit-scrollbar {
  width: 6px;
}
.item-pop-up-a181a12e::-webkit-scrollbar-thumb {
  background-color: #818b99;
  border-radius: 20px;
  background-clip: content-box;
  border: 2.5px solid transparent;
}
.item-pop-up-a181a12e::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #c8c8c8;
}
.item-pop-up-a181a12e .inner-pop-up-wrapper-9919455c {
  position: relative;
}
.item-pop-up-a181a12e .next-arrow-global-30894b2f,
.item-pop-up-a181a12e .prev-arrow-global-a0c5ce97 {
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-min-content;
  height: min-content;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .next-arrow-global-30894b2f,
  .item-pop-up-a181a12e .prev-arrow-global-a0c5ce97 {
    display: none;
  }
}
.item-pop-up-a181a12e .arrow-60120597 {
  z-index: 24;
  height: 4.0625vw;
}
.item-pop-up-a181a12e .arrow-left-2601c7b2 {
  left: -11.9791666667vw;
}
.item-pop-up-a181a12e .arrow-right-b3b0b8bc {
  right: -11.9791666667vw;
  transform: rotate(180deg);
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .candle-wrapper-b47350f8 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .left-part-e1b70a22 {
  display: flex;
  width: 100%;
  margin-top: -0.5208333333vw;
  margin-right: 4.84375vw;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .candle-wrapper-b47350f8 .left-part-e1b70a22 {
    margin-top: 0;
    margin-right: 0;
  }
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .name-b7cbcef6 {
  padding-bottom: 8px;
  font-size: 2.5vw;
  line-height: 1;
  letter-spacing: -0.05625vw;
  font-family: "MosesText_1.03-Bold", sans-serif;
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .candle-wrapper-b47350f8 .name-b7cbcef6 {
    padding-bottom: 2px;
    font-size: 6vw;
    line-height: 7.4666666667vw;
    letter-spacing: -0.48px;
  }
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .year-0cdfc44f {
  margin-top: -0.15625vw;
  margin-bottom: 1.6145833333vw;
  font-family: "MosesText_1.03-Light", sans-serif;
  font-size: 1.5vw;
  letter-spacing: -0.0364583333vw;
  color: rgb(65, 65, 65);
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .candle-wrapper-b47350f8 .year-0cdfc44f {
    margin-top: -1.8666666667vw;
    margin-bottom: 0.5333333333vw;
    font-size: 5.8666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: -0.44px;
  }
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .candle-wrapper-b47350f8 .description-block-328b2077 {
    margin-bottom: 9.7333333333vw;
  }
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .description-block-328b2077 .sender-name-ca7aae46 {
  font-family: "MosesText_1.03-Medium", sans-serif;
  font-size: 1.1vw;
  line-height: 1.8229166667vw;
  letter-spacing: -0.025vw;
  color: rgb(137, 137, 137);
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .candle-wrapper-b47350f8 .description-block-328b2077 .sender-name-ca7aae46 {
    font-size: 4.1vw;
    line-height: 9.3333333333vw;
    letter-spacing: -0.36px;
  }
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .description-block-328b2077 .free-text-7f4cf275 {
  height: 22.8125vw;
  padding-left: 3.8541666667vw;
  overflow-y: auto;
  font-size: 1vw;
  line-height: 1.4;
  letter-spacing: -0.0229166667vw;
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .candle-wrapper-b47350f8 .description-block-328b2077 .free-text-7f4cf275 {
    height: 100%;
    padding-left: 5.8666666667vw;
    margin-top: -1.3333333333vw;
    overflow-y: hidden;
    line-height: 6.4vw;
    letter-spacing: -0.38px;
    font-size: 4.36vw;
  }
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .description-block-328b2077 .free-text-7f4cf275::-webkit-scrollbar {
  width: 1.09375vw;
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .description-block-328b2077 .free-text-7f4cf275::-webkit-scrollbar-thumb {
  background-color: #b5b2b2;
  border-radius: 1.0416666667vw;
  background-clip: content-box;
  border: 0.3125vw solid transparent;
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .description-block-328b2077 .free-text-7f4cf275::-webkit-scrollbar-track {
  border-radius: 0.1041666667vw;
  background-color: #f4f4f4;
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .candlePicture-c68fb8bd {
  width: 100%;
  max-height: 33.6458333333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .candle-wrapper-b47350f8 .candlePicture-c68fb8bd {
    max-height: 89.0666666667vw;
  }
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .defaultCandleImg-457a74ec {
  width: 26.9791666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .candle-wrapper-b47350f8 .defaultCandleImg-457a74ec {
    width: 100%;
  }
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .right-part-d6ddca0e {
  width: 100%;
  height: 33.6458333333vw;
  min-width: 26.9791666667vw;
  background-color: rgb(240, 240, 240);
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .candle-wrapper-b47350f8 .right-part-d6ddca0e {
    width: 100%;
    height: auto;
    max-width: inherit;
    padding: 0 5.3333333333vw;
    background-color: transparent;
  }
}
.item-pop-up-a181a12e .candle-wrapper-b47350f8 .right-part-d6ddca0e.with-overflow-c80a9d18 {
  overflow: hidden;
}
.item-pop-up-a181a12e .bg-b26f6277 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgb(33, 33, 33);
}
.item-pop-up-a181a12e .close-button-1ba8d579 {
  position: absolute;
  top: 1.3020833333vw;
  left: 1.25vw;
  z-index: 25;
  width: 1.1979166667vw;
  height: 1.1979166667vw;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .close-button-1ba8d579 {
    top: 9.3333333333vw;
    left: 9.3333333333vw;
    width: 5.1466666667vw;
    height: 5.1466666667vw;
  }
}
.item-pop-up-a181a12e .close-button-1ba8d579 .first-line-9977156f,
.item-pop-up-a181a12e .close-button-1ba8d579 .second-line-7680dc4a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.2083333333vw;
  height: 100%;
  margin: auto;
  background: rgb(65, 65, 65);
  transition: 0.6s;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .close-button-1ba8d579 .first-line-9977156f,
  .item-pop-up-a181a12e .close-button-1ba8d579 .second-line-7680dc4a {
    width: 1.0666666667vw;
  }
}
.item-pop-up-a181a12e .close-button-1ba8d579 .first-line-9977156f {
  transform: rotate(-45deg);
}
.item-pop-up-a181a12e .close-button-1ba8d579 .second-line-7680dc4a {
  transform: rotate(45deg);
}
.item-pop-up-a181a12e .animationCloseButtonFalse-7a61019c .first-line-9977156f {
  transform: rotate(-45deg);
}
.item-pop-up-a181a12e .animationCloseButtonFalse-7a61019c .second-line-7680dc4a {
  transform: rotate(45deg);
}
.item-pop-up-a181a12e .animation-close-button-5f420572 .first-line-9977156f,
.item-pop-up-a181a12e .animation-close-button-5f420572 .second-line-7680dc4a {
  transform: rotate(0);
}
.item-pop-up-a181a12e .pop-up-window-f8cde156 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 74.375vw;
  height: 42.7083333333vw;
  padding-top: 3.5416666667vw;
  padding-right: 5.3645833333vw;
  padding-bottom: 2.1875vw;
  padding-left: 5.2083333333vw;
  margin: auto;
  border-radius: 20px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .item-pop-up-a181a12e .pop-up-window-f8cde156 {
    top: 4vw;
    width: 90.9333333333vw;
    height: auto;
    padding-top: 8.3466666667vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 4.8vw;
    overflow-y: auto;
  }
}

.innerSlideArrow-1b201c6c {
  position: absolute;
  bottom: 0;
  z-index: 2300;
  display: flex;
  width: 1.3020833333vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .innerSlideArrow-1b201c6c {
    width: 5.3333333333vw;
    height: 8vw;
  }
}
.innerSlideArrow-1b201c6c .first-arrow-line-81557e3e,
.innerSlideArrow-1b201c6c .second-arrow-line-c54218ad {
  display: block;
  width: 3px;
  height: 1.1979166667vw;
  border-radius: 20px;
  background-color: rgb(65, 65, 65);
}
@media only screen and (max-width: 767px) {
  .innerSlideArrow-1b201c6c .first-arrow-line-81557e3e,
  .innerSlideArrow-1b201c6c .second-arrow-line-c54218ad {
    position: absolute;
    width: 3.7333333333vw;
    height: 0.8vw;
  }
}
.innerSlideArrow-1b201c6c .first-arrow-line-81557e3e {
  margin-bottom: -0.46875vw;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .innerSlideArrow-1b201c6c .first-arrow-line-81557e3e {
    top: 2.4vw;
    left: 0%;
    margin-bottom: 0;
    transform: rotate(-45deg);
  }
}
.innerSlideArrow-1b201c6c .second-arrow-line-c54218ad {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .innerSlideArrow-1b201c6c .second-arrow-line-c54218ad {
    top: 4.5333333333vw;
    left: 0%;
    transform: rotate(45deg);
  }
}

.next-arrow-57dc30a7 {
  bottom: -3.125vw;
  left: 0.8854166667vw;
}
@media only screen and (max-width: 767px) {
  .next-arrow-57dc30a7 {
    top: 50%;
    bottom: auto;
    left: -5.3333333333vw;
    transform: translate(0, -50%);
  }
}

.prev-arrow-203d58d3 {
  right: 1.0416666667vw;
  bottom: -3.125vw;
}
@media only screen and (max-width: 767px) {
  .prev-arrow-203d58d3 {
    top: 50%;
    right: -5.3333333333vw;
    bottom: auto;
    transform: translate(0, -50%) rotate(180deg);
  }
}
.prev-arrow-203d58d3 .first-arrow-line-81557e3e {
  transform: rotate(-45deg);
}
.prev-arrow-203d58d3 .second-arrow-line-c54218ad {
  transform: rotate(45deg);
}

.active-1dc338b6 {
  opacity: 1;
  visibility: visible;
}
@charset "UTF-8";
/* stylelint-disable no-descending-specificity */
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.intro-092e3901 {
  min-height: 100vh;
  overflow-x: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
}
.intro-092e3901.appear-f1054559, .intro-092e3901.enter-a95c4f55 {
  opacity: 0;
}
.intro-092e3901.appearing-fc824969, .intro-092e3901.entering-4d3896f6 {
  opacity: 1;
  transition: opacity;
  transition-duration: 1000ms;
}
.intro-092e3901.exit-bd5c27e4 {
  opacity: 1;
}
.intro-092e3901.exiting-a8867c37 {
  opacity: 0;
  transition: opacity;
  transition-duration: 1000ms;
}
.intro-092e3901 a {
  text-decoration: none;
  color: #31302a;
}
.intro-092e3901 .heroSlider-588e2b17 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52.0833333333vw;
}
@charset "UTF-8";
/**
	1. FIXME: webpack doesn't alert calling undefined function

	2. If you are not strong with scss maps, take a look at
	{ @link https://www.sitepoint.com/extra-map-functions-sass/}
*/
/**
	Get value in SCSS $map
	@usage — padding-top: get($popup, padding-top);
 */
/**
	Get value in nested SCSS $map
	@usage — map-deep-get($map, $level1, $level2)
 */
/**
	Math.pow
 */
/**
	Factorial
 */
/**
	Math.PI
 */
/**
	Get angle in radians
 */
/**
	Math.sin
 */
/**
	Math.cos
 */
/**
	Math.tan
 */
/**
	Random number in range
 */
/**
	Convert px to rem
	@usage — calculateRem(16px) => font-size: 1rem;
 */
/*
	Remove the unit of a number
	@param {Number} $number - Number to remove unit from
	@return {Number} - Unitless number
 */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
/*
	Common typography mixin.

	It allows to assign only passed values.

	Usage:
	@include font(
		$family: Value,      [mono, sans, serif] => $font-family
		$size: Value,        [text-giga, text-huge, text-regular, ...] => $font-size
		$weight: Value,      [bold, normal] => $font-weight
		$transform: Value,   [capitalize, ...] => $font-transform
		$color: String,      ['disabled', 'default' ,'error', 'warning'] => $font-colors
	);
 */
/*
	Transfer each map pair of KEY: VALUE to CSS-PROPERTY: CSS-PROPERTY-VALUE;

	Usage:
	@include mapToProps($someMap); ==> $someMap: ( font-size: 1px, line-height: 1.5 );
 */
/*
	@usage —
	.menu li {
		@include relative;
	}
	.sub-menu {
		@include absolute(top 100% left 0);
	}
	.sticky-bar {
		@include fixed(top 0 left 0);
	}
*/
/* *
* - Grid system (alternative)
*
* - Two types:
    - 1. grid with floats (default)
    - 2. inline - grid with inline-blocks
*
* - @{link - http://thesassway.com/intermediate/simple-grid-mixins}
* */
.app-7a861b25 {
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #000;
}
.app-7a861b25[data-desktop=true] {
  padding-top: 12px;
}
.app-7a861b25[data-title=true] {
  padding-top: 0;
}

.content-af8e0ce4 {
  position: relative;
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  .content-af8e0ce4 {
    width: 100%;
    min-height: 0;
    margin: 0 auto;
  }
}

.clientPreloader-7e006f7d {
  position: absolute;
}

.credit-08657fda {
  padding-left: 10px;
  margin-top: 12px;
  font-size: 11px;
  text-align: left;
  color: black;
  letter-spacing: 0.1px;
  font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 767px) {
  .credit-08657fda {
    padding-left: 2px;
    margin: 6px auto 0;
  }
}
.credit-08657fda a {
  color: inherit;
}
.content-af8e0ce4:empty + .credit-08657fda {
  display: none;
}

.overlay-a-8b4a1bd6 {
  position: fixed;
  bottom: 12px;
  z-index: 666;
  width: 100%;
  height: 80px;
  padding-right: 20px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  pointer-events: none;
}
.overlay-b-f44a2589 {
  z-index: 555;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(250, 250, 250, 0.5215686275));
}
.overlay-c-07751ced {
  position: fixed;
  bottom: 0;
  z-index: 555;
  width: 100%;
  height: 12px;
  background-image: linear-gradient(#edf1f5, #edf1f5);
}

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