@font-face {
  font-family: "FedraSansBarilan";
  src: url("../../assets/fonts/FedraSansBarilan-Book.woff2") format("woff2"), url("../../assets/fonts/FedraSansBarilan-Book.woff") format("woff"), url("../../assets/fonts/FedraSansBarilan-Book.otf") format("otf"), url("../../assets/fonts/FedraSansBarilan-Book.eot") format("eot");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FedraSansBarilan";
  src: url("../../assets/fonts/FedraSansBarilan-Medium.woff2") format("woff2"), url("../../assets/fonts/FedraSansBarilan-Medium.woff") format("woff"), url("../../assets/fonts/FedraSansBarilan-Medium.otf") format("otf"), url("../../assets/fonts/FedraSansBarilan-Medium.eot") format("eot");
  font-weight: 500 900;
  font-style: normal; }

@font-face {
  font-family: "FedraSansBarilan";
  src: url("../../assets/fonts/FedraSansBarilan-Light.woff2") format("woff2"), url("../../assets/fonts/FedraSansBarilan-Light.woff") format("woff"), url("../../assets/fonts/FedraSansBarilan-Light.otf") format("otf"), url("../../assets/fonts/FedraSansBarilan-Light.eot") format("eot");
  font-weight: 100;
  font-style: normal; }

:root {
  --dark-forest-green: #00280f;
  --darkest-green: var(--dark-forest-green);
  --dark-green: var(--dark-forest-green);
  --bar-ilan-green: #004128;
  --biu-green: var(--bar-ilan-green);
  --jungle-green: #006937;
  --lime-green: #c3dc87;
  --pale-green: #f5faf0;
  --beige: var(--pale-green);
  --pale-green-muted: rgba(245, 250, 240, 0.7);
  --pale-green-muted-most: rgba(245, 250, 240, 0.2);
  --bluish: #2174d4;
  --tiffany-blue: #78cde6;
  --light-blue: var(--tiffany-blue);
  --biu-magenta: #de5cb6;
  --gray-ligthest: #e5e5e5;
  --lithest-gray: var(--gray-ligthest);
  --light-gray: #f3f4f8;
  --white: #fff;
  --body-text: var(--dark-forest-green);
  --color-heading: var(--body-text); }

/*! 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 */
  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; }

.heading,
[role=heading] {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0; }
  .heading a,
  [role=heading] a {
    color: inherit; }

.heading--elegant {
  font-weight: normal; }

.heading--white {
  color: var(--white); }

[aria-level="2"] {
  font-size: 24px; }

[aria-level="3"] {
  font-size: 20px; }

[aria-level="4"] {
  font-size: 16px; }

.heading--primary {
  font-size: 35px;
  margin-bottom: 21px; }
  @media (min-width: 1036px) {
    .heading--primary {
      font-size: 40px;
      margin-bottom: 24px; } }
  .heading--primary.heading--elegant {
    font-size: 37px;
    line-height: 1.1; }
    @media (min-width: 1036px) {
      .heading--primary.heading--elegant {
        font-size: 42px; } }

.heading--primary-elegant {
  font-weight: normal;
  font-size: 37px;
  line-height: 1.1; }
  @media (min-width: 1036px) {
    .heading--primary-elegant {
      font-size: 42px; } }

.heading--secondary {
  font-size: 28px; }
  @media (min-width: 1036px) {
    .heading--secondary {
      font-size: 32px; } }

.heading--third-bigger {
  font-size: 20px; }

.heading--third {
  font-size: 20px; }

.heading--forth {
  font-size: 18px; }

.heading--fifth {
  font-size: 16px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

* {
  box-sizing: border-box; }

html {
  font-family: "FedraSansBarilan", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: var(--body-text);
  line-height: 1.33; }

body {
  background: #fff no-repeat; }

p, blockquote, li, td, th, dd, dt {
  line-height: 1.5; }

p {
  margin-top: 0; }

blockquote {
  margin: 1em 40px; }

pre {
  margin: 0 1em 1em; }

a {
  text-decoration: underline;
  color: var(--jungle-green); }

a:active,
a:focus,
a:hover {
  text-decoration: none; }

input {
  font-size: inherit; }

select,
textarea,
input[type="password"],
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="number"] {
  border: solid 1px var(--body-text);
  max-width: 100%;
  border-radius: 19px;
  padding-left: 19px;
  padding-right: 19px;
  line-height: 2.2; }

textarea {
  border-radius: 3px;
  padding-bottom: 1em;
  padding-top: 1em;
  line-height: 1.5; }

[dir=rtl] input[type=number],
[dir=rtl] input[type=email] {
  direction: ltr;
  text-align: right; }

::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  opacity: 0.4; }

table {
  max-width: 100% !important;
  border-collapse: collapse; }

table[align] {
  float: none; }

td {
  border-collapse: collapse;
  padding: 0.5em;
  vertical-align: top; }

th {
  padding: 0 0.5em;
  text-align: inherit; }

select, input {
  max-width: 100%; }

:focus {
  outline-color: #ccc; }

fieldset {
  border: 1px solid #c0c0c0; }

img {
  max-width: 100%;
  height: auto; }

.arrowed {
  position: relative;
  display: inline-block; }
  .arrowed::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 1em;
    background-repeat: no-repeat;
    background-position: 100% 50%, 0 50%;
    background-image: url("../../assets/images/icons/arrow-go-right-dark.svg"), url("../../assets/images/icons/arrow-go-line-dark.svg");
    margin-left: 1em;
    position: absolute;
    top: calc(50% - 6px);
    transition: width 0.3s ease-out; }
    [dir="rtl"] .arrowed::after {
      background-position: 0 50%, 100% 50%;
      background-image: url("../../assets/images/icons/arrow-go-left-dark.svg"), url("../../assets/images/icons/arrow-go-line-dark.svg");
      margin-left: auto;
      margin-right: 1em; }
  .arrowed:hover::after {
    width: 33px; }

.theme-dark .arrowed::after {
  background-image: url("../../assets/images/icons/arrow-go-right.svg"), url("../../assets/images/icons/arrow-go-line.svg"); }
  [dir="rtl"] .theme-dark .arrowed::after {
    transform: rotate(180deg); }

.arrowed_white {
  position: relative;
  display: inline-block; }
  .arrowed_white::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 1em;
    background-repeat: no-repeat;
    background-position: 100% 50%, 0 50%;
    background-image: url("../../assets/images/icons/arrow-go-right.svg"), url("../../assets/images/icons/arrow-go-line.svg");
    margin-left: 1em;
    left: 100%;
    vertical-align: text-bottom;
    transition: width 0.3s ease-out; }
    [dir="rtl"] .arrowed_white::after {
      transform: rotate(180deg);
      left: auto;
      right: 100%;
      margin-left: 0;
      margin-right: 1em; }
  .arrowed_white:hover::after {
    width: 33px; }

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