/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_self
 */
/* poppins-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/poppins-v20-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/poppins-v20-latin-100italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-100italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/poppins-v20-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/poppins-v20-latin-200italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-200italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/poppins-v20-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/poppins-v20-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-800italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-v20-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/poppins-v20-latin-900italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v20-latin-900italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

html, body, h1, h2, h3, h4, h5, h6, ul, li, input, textarea, section, div, p, span, a, button {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, button, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0; }

input[type="submit"], button, a, pointer {
  cursor: pointer; }

/**
 * Ress.css with some fixes
 *
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

img, svg, button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

h1, h2, h3, h4, h5, h6, p, input, button, textarea, a, b {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-style: normal;
  font-weight: normal;
  border: 0;
  border-radius: 0;
  text-decoration: none; }

button, input[type="submit"], a {
  cursor: pointer; }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/**
 * Params
 */
/**
 * Params
 */
html, body, h1, h2, h3, h4, h5, h6, ul, li, input, textarea, section, div, p, span, a, button {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, button, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0; }

input[type="submit"], button, a, pointer {
  cursor: pointer; }

/**
 * Ress.css with some fixes
 *
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

img, svg, button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

h1, h2, h3, h4, h5, h6, p, input, button, textarea, a, b {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-style: normal;
  font-weight: normal;
  border: 0;
  border-radius: 0;
  text-decoration: none; }

button, input[type="submit"], a {
  cursor: pointer; }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/******************
 * GRID
 ****************/
.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

[class*="col-"]:last-child {
  margin-right: -1em; }

/**********
 * UTILS
 **********/
.c-white {
  color: #fff; }

.b-white {
  border-color: #fff !important; }

.bg-white {
  background-color: #fff; }

.c-black {
  color: #000; }

.b-black {
  border-color: #000 !important; }

.bg-black {
  background-color: #000; }

.c-grey {
  color: #EAEAEA; }

.b-grey {
  border-color: #EAEAEA !important; }

.bg-grey {
  background-color: #EAEAEA; }

.c-red {
  color: #FF0000; }

.b-red {
  border-color: #FF0000 !important; }

.bg-red {
  background-color: #FF0000; }

.c-blue {
  color: #002AFF; }

.b-blue {
  border-color: #002AFF !important; }

.bg-blue {
  background-color: #002AFF; }

/**
 * Params
 */
html,
body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif; }

::-moz-selection {
  background-color: #000;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #000;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/*
.light {
	font-weight: 100;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 900;
}
*/
.text-center {
  text-align: center; }

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

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

.downcase,
.lowercase {
  text-transform: lowercase !important; }

.upcase,
.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

html.hidden {
  overflow: hidden; }

.big_bg {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 45%; }
  .big_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    position: absolute; }

.site-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 10; }
  @media (max-width: 1024px) {
    .site-container {
      width: 100vw;
      padding: 0 16px;
      margin: 0; } }

.full-w {
  width: 100%;
  position: relative;
  z-index: 10; }

.fixed-image-machine {
  position: fixed;
  right: 0;
  top: 0;
  width: 40%;
  height: auto;
  mix-blend-mode: multiply; }
  @media (max-width: 1024px) {
    .fixed-image-machine {
      top: 25%;
      opacity: 0.7; } }

.border {
  width: 5%;
  height: 1px;
  display: block;
  margin: 32px 0 0; }
  @media (max-width: 1024px) {
    .border {
      margin: 16px 0 0; } }

.js-exit {
  cursor: pointer; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: White;
  z-index: 1000; }
  .loader.loaded {
    pointer-events: none; }

.header-container-logo {
  width: 25%;
  max-width: 200px;
  position: absolute;
  top: 32px;
  left: 16px;
  z-index: 20; }
  @media (max-width: 640px) {
    .header-container-logo {
      width: 50%; } }
  .header-container-logo img {
    width: 100%;
    height: 100%; }

.header-container-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 10; }
  .header-container-hero video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background: transparent url("/images/placeholder.jpg") no-repeat 0 0;
    background-size: cover; }
  @media (max-width: 640px) {
    .header-container-hero {
      height: 50vh; } }

.info-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  right: 16px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
  opacity: 1;
  z-index: 1000; }
  @media (max-width: 1024px) {
    .info-button {
      font-size: 10px;
      top: 32px;
      right: 16px;
      width: 34px;
      height: 34px; } }
  .info-button p {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .info-button.fixed {
    position: fixed;
    z-index: 1000;
    cursor: pointer; }
  .info-button.right {
    opacity: 0;
    pointer-events: none; }

.section-quote-container {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0; }

.section-description-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px; }
  @media (max-width: 1024px) {
    .section-description-container {
      padding-bottom: 16px; } }
  .section-description-container-title {
    width: 40%;
    display: block;
    padding: 80px 0; }
    .section-description-container-title img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1024px) {
      .section-description-container-title {
        padding: 40px 0; } }
    @media (max-width: 320px) {
      .section-description-container-title {
        width: 70%; } }
  .section-description-container-text {
    width: 50%; }
    @media (max-width: 1024px) {
      .section-description-container-text {
        padding: 16px 0;
        width: 100%; } }
    .section-description-container-text h1 {
      font-weight: bold; }
    .section-description-container-text p {
      font-size: 32px;
      padding: 16px 0; }
      @media (max-width: 1024px) {
        .section-description-container-text p {
          font-size: 16px; } }

.section-images {
  overflow: hidden;
  position: relative; }
  .section-images img {
    width: 100%;
    line-height: 0;
    display: block; }
  .section-images_contained_image {
    padding: 40px; }
    .section-images_contained_image video {
      width: 100%; }
    @media (max-width: 1024px) {
      .section-images_contained_image {
        padding: 16px; } }
  .section-images_grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    position: relative;
    min-height: 50vh; }
    @media (max-width: 1024px) {
      .section-images_grid {
        margin: 0; } }
  .section-images_col {
    flex: 0 0 50%;
    padding: 40px 20px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .section-images_col {
        flex: 0 0 100%;
        max-height: 80vh;
        padding: 16px 0; }
        .section-images_col:nth-child(1) {
          order: 2; }
        .section-images_col:nth-child(2) {
          order: 1; }
        .section-images_col:nth-child(3) {
          order: 3; } }
    .section-images_col video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1024px) {
        .section-images_col video {
          -o-object-fit: contain;
             object-fit: contain; } }
    .section-images_col img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .section-images_col.pdf {
      position: absolute;
      bottom: 0;
      left: 50%; }
      @media (max-width: 1024px) {
        .section-images_col.pdf {
          position: relative;
          left: 0; } }
  .section-images_specs {
    margin-bottom: 16px; }
  .section-images_cta {
    min-width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .section-images_cta {
        min-width: 100%; } }
    .section-images_cta_col {
      text-align: center;
      padding: 8px;
      flex: 1; }
      .section-images_cta_col:first-child {
        flex: 0 0 100px; }
      @media (max-width: 1024px) {
        .section-images_cta_col {
          text-align: left;
          padding: 16px; }
          .section-images_cta_col p {
            padding-left: 16px; } }
      .section-images_cta_col img {
        width: 100%;
        height: 100%;
        cursor: pointer; }

.section_carousel {
  width: 100%;
  height: 100%;
  padding-bottom: 40px; }
  .section_carousel-title {
    width: 100%;
    display: block;
    padding: 80px 32px 0;
    font-size: 30px; }
    @media (max-width: 1024px) {
      .section_carousel-title {
        font-size: 12px;
        padding: 32px 0 0; } }

.footer {
  display: flex;
  flex-wrap: wrap; }
  .footer-contact {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .footer-contact-col {
      flex: 0 0 50%;
      align-self: flex-start;
      padding-bottom: 64px;
      padding-left: 32px;
      font-size: 16px; }
      .footer-contact-col a {
        color: #000; }
        .footer-contact-col a:active {
          color: #000; }
      @media (max-width: 1024px) {
        .footer-contact-col {
          padding: 32px 0;
          font-size: 12px; } }
    .footer-contact-banner {
      flex: 0 0 100%;
      padding: 16px 80px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      font-size: 10px; }
      .footer-contact-banner :nth-child(2) {
        flex: 1;
        padding-left: 16px; }
      @media (max-width: 1024px) {
        .footer-contact-banner {
          padding: 16px; } }

.menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1024px) {
    .menu {
      overflow: auto;
      display: block; } }
  .menu-header {
    flex: 0 0 100%;
    padding: 0 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .menu-header {
        padding: 16px; } }
    .menu-header img {
      width: 25%;
      max-width: 200px; }
      @media (max-width: 1024px) {
        .menu-header img {
          width: 40%; } }
  .menu-content {
    padding: 0 32px;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 1024px) {
      .menu-content {
        padding: 32px 16px 0; } }
    .menu-content .center {
      padding: 16px;
      font-size: 60px;
      flex: 0 0 33%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 1024px) {
        .menu-content .center {
          font-size: 32px;
          padding: 16px 0;
          flex: 0 0 100%;
          justify-content: flex-start; } }
      .menu-content .center a {
        color: white; }
        .menu-content .center a:visited, .menu-content .center a:active {
          color: white; }
      .menu-content .center p {
        font-size: 16px;
        width: 100%;
        text-align: center; }
        @media (max-width: 1024px) {
          .menu-content .center p {
            text-align: left; } }
      .menu-content .center h4 {
        line-height: 1;
        margin-bottom: 8px;
        position: relative; }
        .menu-content .center h4:after {
          content: '';
          position: absolute;
          bottom: 0px;
          left: 50%;
          height: 4px;
          width: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          background-color: White;
          -webkit-transition: all ease .4s;
          transition: all ease .4s; }
        .menu-content .center h4:hover:after {
          width: 98%; }
  .menu-cta {
    width: 100%;
    padding: 32px;
    position: relative;
    font-size: 60px;
    text-align: center; }
    @media (max-width: 1024px) {
      .menu-cta {
        padding: 80px 16px;
        font-size: 32px;
        text-align: left;
        -ms-grid-row-align: end;
            align-self: end; } }
    .menu-cta a {
      color: white; }
      .menu-cta a:visited, .menu-cta a:active {
        color: white; }
    .menu-cta-link {
      font-size: 20px; }
    .menu-cta span {
      width: 24px;
      height: 3px;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      padding: 0; }
      @media (max-width: 1024px) {
        .menu-cta span {
          left: 0;
          margin-top: 16px;
          margin-left: 16px; } }

.quote_carousel {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .quote_carousel_container {
    display: flex;
    padding-bottom: 80px; }
  .quote_carousel_slide {
    flex: 0 0 100%;
    padding: 32px; }
    @media (max-width: 1024px) {
      .quote_carousel_slide {
        padding: 16px 0; } }
    .quote_carousel_slide h1 {
      font-size: 60px;
      font-weight: 900; }
      @media (max-width: 1024px) {
        .quote_carousel_slide h1 {
          font-size: 30px; } }
    .quote_carousel_slide img {
      width: 100%;
      height: 100%; }
  .quote_carousel_pagination {
    position: absolute;
    z-index: 1000;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .quote_carousel_pagination span {
      cursor: pointer;
      margin: 0 4px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #EAEAEA;
      border: 1px solid #EAEAEA;
      cursor: pointer; }
      @media (max-width: 1024px) {
        .quote_carousel_pagination span {
          width: 12px;
          height: 12px;
          opacity: 0.5; } }
      .quote_carousel_pagination span.active {
        background-color: #fff;
        width: 20px;
        height: 20px; }
        @media (max-width: 1024px) {
          .quote_carousel_pagination span.active {
            width: 15px;
            height: 15px;
            opacity: 0.5; } }

.back {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 60px;
  height: 60px;
  border-radius: 25%;
  z-index: 30;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .back:hover {
    background: red; }
  @media (max-width: 1024px) {
    .back {
      width: 34px;
      height: 34px; } }
  .back i {
    color: red;
    font-size: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    width: 60px;
    height: 60px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .back i:hover {
      color: white; }
    @media (max-width: 1024px) {
      .back i {
        font-size: 20px;
        width: 34px;
        height: 34px; } }
  .back.fixed {
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    opacity: 1; }
