/*
================================================================================

  Importing all SCSS-files

================================================================================
*/
/* Utils
------------------------------------ */
/*
================================================================================

  Variables

================================================================================
*/
/* Grid
------------------------------------ */
/* Fonts
------------------------------------ */
/*
================================================================================

  Mixins

================================================================================
*/
/* Placeholder's styles
------------------------------------ */
/* Font normalization
------------------------------------ */
/* Base
------------------------------------ */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

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



.umiwebchat-launcher {
    bottom: 52px !important;
}


/**
 * 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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

.ggl { 
margin-left: 10px;
vertical-align: middle;;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
================================================================================

  Fonts

================================================================================
*/
@font-face {
  font-family: 'DIN Alternate';
  src: local("DIN Alternate Bold"), local("DINAlternate-Bold"), url("../fonts/DINAlternate-Bold.woff2") format("woff2"), url("../fonts/DINAlternate-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*
================================================================================

  Grid settings

================================================================================
*/
/* Container
------------------------------------ */
/*
================================================================================

  Responsive breakpoints settings

================================================================================
*/
/*
================================================================================

  Icons

================================================================================
*/
/*
================================================================================

  General styles

================================================================================
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

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

body {
  position: relative;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}

body.js-no-scroll {
  position: fixed;
  width: 100%;
  height: 100px;
  overflow: hidden;
}


#vl_popup {
  position: absolute !important;
}

/* Components
------------------------------------ */
/*
================================================================================

  "CTA" Component

================================================================================
*/
.cta {
  background-color: #ffd835;
}

.cta__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.cta__desc {
  margin-right: 5rem;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.22222;
}

.cta__desc *:first-child {
  margin-top: 0;
}

.cta__desc *:last-child {
  margin-bottom: 0;
}




#cta-chart
{
text-align: right;

}



/* FORM
============================================================ */
.cta-form {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 45rem;
}

.cta-form__input {
  padding-left: 4rem;
  padding-right: 20rem;
  width: 100%;
  height: 6rem;
  color: #000;
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cta-form__input:-ms-input-placeholder {
  color: #a5adba;
}

.cta-form__input:-moz-placeholder {
  color: #a5adba;
  opacity: 1;
}

.cta-form__input::-moz-placeholder {
  color: #a5adba;
  opacity: 1;
}

.cta-form__input::-webkit-input-placeholder {
  color: #a5adba;
}

.cta-form__input::-ms-input-placeholder {
  color: #a5adba;
}

.cta-form__input::placeholder {
  color: #a5adba;
}

.cta-form__submit {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  height: 5.2rem;
  color: #fff;
  background-color: #7ed321;
  border: 0;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.cta-form__submit:hover, .cta-form__submit:focus {
  background-color: #64a71a;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .cta__container {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .cta__desc {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    line-height: 1.5;
    text-align: center;
  }
}

@media (max-width: 25.865em) {
  .cta-form {
    max-width: 32rem;
  }
  .cta-form__input {
    margin-bottom: 1.5rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    width: 100%;
    height: 5rem;
  }
  .cta-form__submit {
    position: static;
    width: 100%;
    height: 5rem;
  }
}

/* Layout
------------------------------------ */
/*
================================================================================

  Header

================================================================================
*/
.header {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}


.header2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
  max-width: 113rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

/* LOGO
============================================================ */
.h-logo {
  font-size: 0;
}

.h-logo__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  width: 4rem;
  height: 5.3rem;
  fill: #081288;
}

.h-logo__title {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1rem;
  color: #fff;
  font-family: "DIN Alternate", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}

/* NAVIGATION
============================================================ */
.h-nav.js-opened {
  display: block;
}

.h-nav__container {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 0;
  list-style-type: none;
}

.h-nav__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.2rem;
}

.h-nav__item:last-child {
  margin-right: 0;
}

.h-nav__link {
  color: #fff;
  outline: 0;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.h-nav__link:hover, .h-nav__link:focus {
  text-decoration: underline;
}

.h-nav__link--sign-in {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 2.9rem;
  padding-right: 2.9rem;
  background-color: transparent;
  border: 0.1rem solid #fff;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
}

.h-nav__link--sign-in:hover, .h-nav__link--sign-in:focus {
  color: #852ef6;
  background-color: #fff;
  text-decoration: none;
}



.h-nav__close {
  position: absolute;
  top: 4rem;
  right: 1.7rem;
  display: none;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.h-nav__close svg {
  fill: #852ef6;
  width: 2.4rem;
  height: 2.4rem;
}

/* HAMBURGER
============================================================ */
.h-hamburger {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

.h-hamburger__icon {
  width: 2.8rem;
  height: 2rem;
  fill: #ffffff;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 35.49em) {
  .h-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .h-nav.js-opened {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .h-nav__container {
    padding-left: 0;
  }
  .h-nav__item {
    display: block;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .h-nav__item:last-child {
    margin-right: 0;
  }
  .h-nav__link {
    display: block;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    color: #852ef6;
    font-size: 1.8rem;
  }
  .h-nav__link--sign-in {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    border: 0.1rem solid #852ef6;
  }
  .h-nav__link--sign-in:hover, .h-nav__link--sign-in:focus {
    color: #fff;
    background-color: #852ef6;
  }







  .h-nav__close {
    display: block;
  }
  .h-hamburger {
    display: block;
  }
}

@media (max-width: 23.4275em) {
  .h-logo__icon {
    margin-right: 1.5rem;
    width: 3rem;
    height: 4rem;
  }
  .h-logo__title {
    margin-top: 0.5rem;
    font-size: 1.8rem;
  }
  .h-nav__close {
    top: 2.3rem;
  }
}

/*
================================================================================

  Footer

================================================================================
*/
/* TOP PART
============================================================ */
.f-top {
  background-color: #f7f8fa;
  border-bottom: 0.1rem solid #e4e7ec;
}

.f-top__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 6.5rem;
  padding-bottom: 10rem;
}

/* Main
------------------------------------ */
.f-top-main {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.f-logo {
  font-size: 0;
}

.f-logo__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  width: 4rem;
  height: 5.3rem;
  fill: #081288;
}

.f-logo__title {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1rem;
  color: #081288;
  font-family: "DIN Alternate", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}

.f-social {
  margin-top: 1rem;
  padding-left: 6rem;
  font-size: 0;
}

.f-social__link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.2rem;
  text-decoration: none;
}

.f-social__link:last-child {
  margin-right: 0;
}

.f-social__icon--facebook {
  width: 1.6rem;
  height: 1.6rem;
  fill: #4460a0;
}

.f-social__icon--twitter {
  width: 1.6rem;
  height: 1.4rem;
  fill: #00aaec;
}

.f-social__icon--instagram {
  width: 1.6rem;
  height: 1.6rem;
  fill: #d93175;
}

/* Navigation
------------------------------------ */
.f-top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-top-nav__section {
  margin-right: 13rem;
}

.f-top-nav__section:last-child {
  margin-right: 0;
}

.f-top-nav__title {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.f-top-nav__title3 {
  margin-bottom: 2.4rem;
  color: #721BD9;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}



.f-top-nav__title2 {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  opacity: 0.3;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.f-top-nav__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.f-top-nav__item {
  margin-bottom: 1.4rem;
}

.f-top-nav__item:last-child {
  margin-bottom: 0;
}

.f-top-nav__link {
  color: #6b717b;
  font-size: 1.3rem;
  line-height: 1.23077;
  text-decoration: none;
}

.f-top-nav__link:hover {
  text-decoration: underline;
}

/* BOTTOM PART
============================================================ */
.f-bottom {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
}

.f-bottom__copyright {
  color: #818181;
  font-size: 1.4rem;
  line-height: 1.85714;
}

.f-bottom__copyright *:first-child {
  margin-top: 0;
}

.f-bottom__copyright *:last-child {
  margin-bottom: 0;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .f-top__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .f-top-main {
    margin-bottom: 7rem;
  }
  .f-bottom {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    text-align: center;
  }
}

@media (max-width: 35.49em) {
  .f-top-nav__section {
    margin-right: 5rem;
  }
}

@media (max-width: 23.4275em) {
  .f-top__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .f-top-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .f-top-nav__section {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .f-top-nav__section:last-child {
    margin-bottom: 0;
  }
}

/* Pages
------------------------------------ */
/*
================================================================================

  "Hero" Section

================================================================================
*/
.index-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right top, from(#852ef6), to(#00ffd4));
  background-image: -webkit-linear-gradient(left, #852ef6 0%, #00ffd4 100%);
  background-image: -moz-linear-gradient(left, #852ef6 0%, #00ffd4 100%);
  background-image: -o-linear-gradient(left, #852ef6 0%, #00ffd4 100%);
  background-image: linear-gradient(90deg, #852ef6 0%, #00ffd4 100%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.index-hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  min-height: 75rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00ffd4), to(#852ef6));
  background-image: -webkit-linear-gradient(left, #00ffd4 0%, #852ef6 100%);
  background-image: -moz-linear-gradient(left, #00ffd4 0%, #852ef6 100%);
  background-image: -o-linear-gradient(left, #00ffd4 0%, #852ef6 100%);
  background-image: linear-gradient(90deg, #00ffd4 0%, #852ef6 100%);
}

.index-hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100vw;
  height: 79vh;
  min-height: 75rem;
}

.index-hero__main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  width: 100%;
}

.index-hero__content {
  max-width: 50rem;
}

.index-hero__title {
  margin-top: 0;
  margin-bottom: 2.8rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.14286;
}


.index-hero__title2 {
  margin-top: 0;
  margin-bottom: 2.8rem;
  padding-bottom: 4rem;
  color: silver;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.14286;
}


.index-hero__desc {
  margin-bottom: 3.1rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.22727;
}

.index-hero__desc *:first-child {
  margin-top: 0;
}

.index-hero__desc *:last-child {
  margin-bottom: 0;
}

.index-hero__actions {
  font-size: 0;
}

.index-hero__trial {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  height: 5.5rem;
  color: #523f03;
  background-color: #ffd835;
  background: linear-gradient(180deg, rgb(255, 229, 64) 0%, rgb(255, 185, 57) 100%);
  border: solid 1px;
  border-color: #d09d10;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  outline: 0;
  line-height: 5.4rem;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}



.cta-custom {
  padding-bottom: 30px;
  text-align: center;
}


.request-access
{
font-family: 'Lato', sans-serif;
font-size: 2.2rem;

}

.index-hero__trial:hover, .index-hero__trial:focus {
  background-color: #ffce02;
}

.index-hero__screenshot {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 55rem;
}


.index-hero__screenshot2 {
  position: absolute;
  top: 54%;
  right: 17%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 37rem;
}

.index-hero__screenshot img {
  display: block;
  max-width: 100%;
  -webkit-box-shadow: 0 1.5rem 4.5rem 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1.5rem 4.5rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1.5rem 4.5rem 0 rgba(0, 0, 0, 0.4);
}

.index-hero__footer {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

/* Play Button
------------------------------------ */
.index-hero-play {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.2rem;
  font-size: 0;
  outline: 0;
}

.index-hero-play:hover .index-hero-play__title, .index-hero-play:focus .index-hero-play__title {
  text-decoration: underline;
}

.index-hero-play__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.2rem;
  width: 4.5rem;
  height: 4.5rem;
  stroke: #fff;
}

.index-hero-play__title {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

/* Social
------------------------------------ */
.index-hero-social {
  font-size: 0;
}

.index-hero-social__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  text-decoration: none;
}

.index-hero-social__item:last-child {
  margin-right: 0;
}

.index-hero-social__icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: #fff;
}

/* Navigation
------------------------------------ */
.index-hero-nav {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 0;
  list-style-type: none;
}

.index-hero-nav__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.2rem;
}

.index-hero-nav__item:last-child {
  margin-right: 0;
}

.index-hero-nav__link {
  color: #fff;
  outline: 0;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.index-hero-nav__link:hover, .index-hero-nav__link:focus {
  text-decoration: underline;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .index-hero__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .index-hero__screenshot {
    display: none;
  }
}

@media (max-width: 35.49em) {
  .index-hero::after {
    height: -webkit-calc(100vh - 7.4rem);
    height: -moz-calc(100vh - 7.4rem);
    height: calc(100vh - 7.4rem);
    min-height: 0;
  }
  .index-hero__container {
    height: -webkit-calc(100vh - 7.4rem);
    height: -moz-calc(100vh - 7.4rem);
    height: calc(100vh - 7.4rem);
    min-height: 0;
  }
  .index-hero__title {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
    font-size: 4.6rem;
    text-align: center;
  }
  .index-hero__desc {
    margin-bottom: 4rem;
    max-width: 40rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .index-hero__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index-hero__trial {
    margin-left: auto;
    margin-right: auto;
  }
  .index-hero-play {
    margin-top: 2rem;
    margin-left: 0;
    
  }
  .index-hero-play__icon {
    margin-right: 1rem;
    width: 4rem;
    height: 4rem;
    
  }
  .index-hero-play__title {
    font-size: 1.6rem;
    
  }
  .index-hero-social {
    margin-left: auto;
  }
  .index-hero-nav {
    display: none;
  }
}

@media (max-width: 25.865em) {
  .index-hero::after {
    min-height: 50rem;
  }
  .index-hero__container {
    min-height: 50rem;
  }
  .index-hero__title {
    font-size: 4rem;
  }
}

@media (max-width: 25.865em) and (height: 39.6874em) {
  .index-hero::after {
    height: -webkit-calc(100vh - 11.3rem);
    height: -moz-calc(100vh - 11.3rem);
    height: calc(100vh - 11.3rem);
  }
  .index-hero__container {
    height: -webkit-calc(100vh - 11.3rem);
    height: -moz-calc(100vh - 11.3rem);
    height: calc(100vh - 11.3rem);
  }
}

@media (max-width: 23.4275em) {
  .index-hero::after {
    min-height: 45rem;
  }
  .index-hero__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-height: 45rem;
  }
  .index-hero__title {
    margin-bottom: 1.5rem;
    max-width: 26rem;
    font-size: 3.4rem;
  }
  .index-hero__desc {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .index-hero__trial {
    display: block;
    margin-bottom: 2rem;
    max-width: 20rem;
    text-align: center;
  }
  .index-hero__trial .vl-reset-this {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.6rem !important;
  }
}

/*
================================================================================

  "Members" Section

================================================================================
*/
.index-members {
  background-color: #f5f5f5;
}

.index-members__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  position: relative;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}

.index-members__title {
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  margin-bottom: 1rem;
  color: #9b9b9b;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.27273;
}

.index-members__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-members__item {
  display: block;
  margin-right: 5rem;
  max-width: 100%;
}

.index-members__item:last-child {
  margin-right: 0;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .index-members {
    display: none;
  }
}

/*
================================================================================

  "Benefits" Section

================================================================================
*/
.index-benefits {
  background-image: -webkit-gradient(linear, right top, left top, from(#4641ff), to(#876eff));
  background-image: -webkit-linear-gradient(right, #4641ff 0%, #876eff 100%);
  background-image: -moz-linear-gradient(right, #4641ff 0%, #876eff 100%);
  background-image: -o-linear-gradient(right, #4641ff 0%, #876eff 100%);
  background-image: linear-gradient(270deg, #4641ff 0%, #876eff 100%);
}

.index-benefits__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* ITEM
============================================================ */
.index-benefits-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-benefits-item__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2.5rem;
}

.index-benefits-item__icon svg {
  display: block;
}

.index-benefits-item__title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.22222;
}

.index-benefits-item__subtitle {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.22222;
}

/* FEEDBACK
============================================================ */
.index-benefits-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-benefits-feedback__avatar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
  width: 5.7rem;
  height: 5.7rem;
}

.index-benefits-feedback__avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.index-benefits-feedback__text {
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.33333;
}

.index-benefits-feedback__stars {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 0.1rem solid #fff;
  font-size: 0;
}

.index-benefits-feedback__star {
  margin-right: 0.3rem;
  width: 1.9rem;
  height: 1.8rem;
  fill: #f6d74f;
}

.index-benefits-feedback__star:last-child {
  margin-right: 0;
}

.index-benefits-feedback__author {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .index-benefits__container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    max-width: 33rem;
  }
  .index-benefits-item {
    margin-bottom: 3rem;
  }
  .index-benefits-item__icon {
    width: 5.3rem;
  }
  .index-benefits-item__icon svg {
    margin-left: auto;
    margin-right: auto;
  }
}

/*
================================================================================

  "Trade" Section

================================================================================
*/
.index-trade {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.index-trade--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.index-trade--reversed .index-trade__icon {
  max-width: 25.6rem;
}

.index-trade__icon {
  display: block;
  width: 100%;
  max-width: 32.3rem;
}

.index-trade__content {
  max-width: 60rem;
}

.index-trade__title {
  margin-top: 0;
  margin-bottom: 3rem;
  color: #000;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

.index-trade__desc {
  margin-bottom: 2.1rem;
  color: #242e38;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.63636;
}

.index-trade__desc2 {
  margin-bottom: 2.1rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.63636;
}



.index-trade__desc *:first-child {
  margin-top: 0;
}

.index-trade__desc *:last-child {
  margin-bottom: 0;
}

.index-trade__btn {
  display: inline-block;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  height: 4.6rem;
  color: #242e38;
  background-color: #ffd835;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  outline: 0;
  font-size: 1.8rem;
  line-height: 4.6rem;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.index-trade__btn:hover, .index-trade__btn:focus {
  background-color: #ffce02;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .index-trade--reversed .index-trade__icon {
    margin-left: 5rem;
    max-width: 20rem;
  }
  .index-trade__icon {
    margin-right: 5rem;
    max-width: 25rem;
  }
  .index-trade__title {
    margin-bottom: 2rem;
    font-size: 3.8rem;
  }

 }
  .index-trade__title2 {
    margin-bottom: 2rem;
    font-size: 5rem;
    color: #fff;
  }


  .index-trade__desc {
    font-size: 2.1rem;
  }
}

@media (max-width: 47.99em) {
  .index-trade {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .index-trade--reversed .index-trade__icon {
    margin-left: auto;
    margin-right: auto;
    max-width: 21rem;
  }
  .index-trade__icon {
    display: block;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
  .index-trade__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 35.49em) {
  .index-trade--reversed .index-trade__icon {
    max-width: 16rem;
  }
  .index-trade__icon {
    max-width: 20rem;
  }
  .index-trade__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    font-size: 3.2rem;
  }
  .index-trade__btn {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/*
================================================================================

  "Chart" Section

================================================================================
*/
.index-chart {
  background-image: -webkit-gradient(linear, right top, left top, from(#4641ff), to(#876eff));
  background-image: -webkit-linear-gradient(right, #4641ff 0%, #876eff 100%);
  background-image: -moz-linear-gradient(right, #4641ff 0%, #876eff 100%);
  background-image: -o-linear-gradient(right, #4641ff 0%, #876eff 100%);
  background-image: linear-gradient(270deg, #4641ff 0%, #876eff 100%);
}

.index-chart__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.index-chart__title {
  margin-top: 0;
  margin-bottom: 3.4rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.035rem;
  line-height: 1.2;
}

.index-chart__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8rem;
}

.index-chart__canvas {
  width: 100%;
  height: 22rem;
}

/* RULE
============================================================ */
.index-chart-rule {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-chart-rule__label {
  display: inline-block;
  margin-bottom: 1.1rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
}

.index-chart-rule__select-wrapper {
  position: relative;
  width: 18rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #eee;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
}

.index-chart-rule__select-wrapper::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  z-index: 10;
  width: 15rem;
  height: 3.6rem;
  background-color: #fff;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12), 0 0.2rem 1rem rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12), 0 0.2rem 1rem rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12), 0 0.2rem 1rem rgba(0, 0, 0, 0.03);
}

.index-chart-rule__select {
  position: relative;
  z-index: 11;
  padding-left: 2rem;
  padding-right: 4.6rem;
  width: 100%;
  height: 3.8rem;
  color: #000;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  outline: 0;
  font-size: 1.2rem;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.index-chart-rule__select::-ms-expand {
  display: none;
}

.index-chart-rule__arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 1.1rem;
  height: 0.6rem;
  stroke: #000;
}

/* RANGE SLIDER
============================================================ */
.index-chart-range__label {
  display: inline-block;
  margin-bottom: 2.3rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
}

.index-chart-range__container {
  width: 30rem;
}

.index-chart-range__container--amount.noUi-target .noUi-handle::before {
  content: '$';
}

.index-chart-range__container--months.noUi-target .noUi-handle::before {
  content: 'M';
}

.index-chart-range__container.noUi-target {
  height: 1.2rem;
  background-color: #f8f8f8 !important;
  border: 0.1rem solid #eee !important;
  -webkit-box-shadow: inset 0 0.2rem 0.5rem rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 0 0.2rem 0.5rem rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 0 0.2rem 0.5rem rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 4rem !important;
  -moz-border-radius: 4rem !important;
  border-radius: 4rem !important;
}

.index-chart-range__container.noUi-target .noUi-handle {
  top: -1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff !important;
  border: 0 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12), 0 0.2rem 1rem rgba(0, 0, 0, 0.03) !important;
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12), 0 0.2rem 1rem rgba(0, 0, 0, 0.03) !important;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12), 0 0.2rem 1rem rgba(0, 0, 0, 0.03) !important;
  outline: 0;
  cursor: pointer;
}

.index-chart-range__container.noUi-target .noUi-handle::before {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}

.index-chart-range__container.noUi-target .noUi-handle::after {
  display: none;
}

/* TOTAL
============================================================ */
.index-chart-total {
  font-size: 0;
}

.index-chart-total__main {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 0.044rem;
  line-height: 1.20312;
}

.index-chart-total__cent {
  display: inline-block;
  vertical-align: super;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.017rem;
  line-height: 1.20833;
}

/* Tooltip styles
------------------------------------ */
.chartjs-tooltip {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-170%);
  -moz-transform: translateX(-50%) translateY(-170%);
  -ms-transform: translateX(-50%) translateY(-170%);
  -o-transform: translateX(-50%) translateY(-170%);
  transform: translateX(-50%) translateY(-170%);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  background-color: #222;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  opacity: 1;
  font-size: 1.2rem;
  line-height: 1.2;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
}

.chartjs-tooltip::after {
  content: '';
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 0.6rem solid transparent;
  border-bottom: 0;
  border-top-color: #222;
}

.chartjs-tooltip__percent {
  margin-left: 0.5rem;
  color: #7bd500;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .index-chart-range__container {
    width: 24rem;
  }
}

@media (max-width: 63.99em) {
  .index-chart__title {
    font-size: 3.8rem;
    text-align: center;
  }
  .index-chart-rule__select-wrapper {
    width: 16rem;
  }
  .index-chart-rule__select-wrapper::before {
    width: 13rem;
    height: 3.4rem;
  }
  .index-chart-rule__select {
    height: 3.6rem;
  }
  .index-chart-range__container {
    width: 20rem;
  }
  .index-chart-range__container.noUi-target .noUi-handle {
    top: -1rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .index-chart-total {
    padding-top: 1.9rem;
  }
  .index-chart-total__main {
    font-size: 3rem;
  }
  .index-chart-total__cent {
    font-size: 2rem;
  }
}

@media (max-width: 47.99em) {
  .index-chart__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
  .index-chart__container {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .index-chart__controls {
    display: block;
    margin-bottom: 5rem;
  }
  .index-chart-rule {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 34rem;
  }
  .index-chart-rule__select-wrapper {
    width: 100%;
  }
  .index-chart-rule__select-wrapper::before {
    width: 31rem;
  }
  .index-chart-rule__select {
    font-size: 1.6rem;
  }
  .index-chart-range {
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }
  .index-chart-range__container {
    width: 34rem;
  }
  .index-chart-total {
    text-align: center;
  }
  .index-chart-total__main {
    font-size: 4rem;
  }
  .index-chart-total__cent {
    font-size: 2.2rem;
  }
}

@media (max-width: 35.49em) {
  .index-chart__title {
    font-size: 3.2rem;
  }
}

@media (max-width: 23.4275em) {
  .index-chart-rule {
    width: 29rem;
  }
  .index-chart-rule__select-wrapper::before {
    width: 26rem;
  }
  .index-chart-range {
    max-width: 29rem;
  }
  .index-chart-range__container {
    width: 29rem;
  }
  .index-chart-total__main {
    font-size: 3.2rem;
  }
  .index-chart-total__cent {
    font-size: 2rem;
  }
}

/*
================================================================================

  "Team" Section

================================================================================
*/
.index-team {
  background-color: #ffd835;
}

.index-team__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.index-team__title {
  margin-top: 0;
  margin-bottom: 4rem;
  color: #000;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

.index-team__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ITEM
============================================================ */
.index-team-item {
  margin-right: 2%;
  padding-top: 2.8rem;
  padding-bottom: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 32%;
  background-color: #fff;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 2.5rem 3.5rem rgba(23, 32, 49, 0.1);
  -moz-box-shadow: 0 2.5rem 3.5rem rgba(23, 32, 49, 0.1);
  box-shadow: 0 2.5rem 3.5rem rgba(23, 32, 49, 0.1);
}

.index-team-item:last-child {
  margin-right: 0;
}

.index-team-item__avatar {
  display: block;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.index-team-item__name {
  margin-bottom: 0.7rem;
  color: #242e38;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.16667;
}

.index-team-item__position {
  margin-bottom: 0.6rem;
  color: #939da7;
  font-size: 1.5rem;
  line-height: 1.46667;
}

.index-team-item__linked-in {
  text-decoration: none;
}

.index-team-item__icon {
  width: 1.4rem;
  height: 1.4rem;
  fill: rgba(155, 155, 155, 0.5);
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .index-team__title {
    font-size: 3.8rem;
  }
}

@media (max-width: 47.99em) {
  .index-team-item__name {
    font-size: 1.8rem;
  }
  .index-team-item__position {
    font-size: 1.4rem;
  }
}

@media (max-width: 35.49em) {
  .index-team__title {
    font-size: 3.2rem;
  }
  .index-team__group {
    display: block;
  }
  .index-team-item {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 26rem;
  }
  .index-team-item:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
}

/*
================================================================================

  "Rules" Section

================================================================================
*/
.index-rules {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
  text-align: center;
}

.index-rules__title {
  margin-top: 0;
  margin-bottom: 3rem;
  color: #47aaff;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.035rem;
  line-height: 1.2;
}

.index-rules__notice {
  margin-bottom: 7rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  color: #6b717b;
  font-size: 1.6rem;
  line-height: 1.75;
}

.index-rules__notice *:first-child {
  margin-top: 0;
}

.index-rules__notice *:last-child {
  margin-bottom: 0;
}

.index-rules__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ITEM
============================================================ */
.index-rules-item {
  width: 33.3333%;
}

.index-rules-item__icon {
  margin-bottom: 5rem;
  height: 20.3rem;
}

.index-rules-item__icon svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.index-rules-item__title {
  color: #4a4a4a;
  font-size: 2.2rem;
  line-height: 1.5;
}

.index-rules-item__title strong {
  display: block;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .index-rules__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    font-size: 3.8rem;
  }
  .index-rules__notice {
    max-width: 50rem;
  }
  .index-rules-item {
    width: 30%;
  }
  .index-rules-item__icon svg {
    max-width: 90%;
  }
  .index-rules-item__title {
    font-size: 1.8rem;
  }
}

@media (max-width: 35.49em) {
  .index-rules {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .index-rules__title {
    font-size: 3.2rem;
  }
  .index-rules__notice {
    margin-bottom: 5rem;
  }
  .index-rules__container {
    display: block;
  }
  .index-rules-item {
    margin-bottom: 5rem;
    margin-right: 0;
    width: 100%;
  }
  .index-rules-item:last-child {
    margin-bottom: 0;
  }
  .index-rules-item__icon {
    margin-bottom: 3rem;
    height: auto;
  }
  .index-rules-item__icon svg {
    max-width: 15rem;
    height: auto;
  }
}

/*
================================================================================

  "Start" Section

================================================================================
*/
.index-start {
  background-image: url("../img/bg/index-start-bg.svg");
  background-position: 50% 50%;
  -moz-background-size: cover;
  background-size: cover;
}

.index-start__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  padding-top: 10rem;
  padding-bottom: 16rem;
  text-align: center;
}

.index-start__title {
  margin-top: 0;
  margin-bottom: 4.6rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

.index-start__desc {
  margin-bottom: 5.6rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
}

.index-start__desc3 {
  margin-bottom: 3rem;
  margin-top: 0px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.75;
  max-width: 800px;
}



.index-start__desc *:first-child {
  margin-top: 0;
}

.index-start__desc *:last-child {
  margin-bottom: 0;
}

/* FORM
============================================================ */
.index-start-form {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}

.index-start-form__input {
  padding-left: 4rem;
  padding-right: 20rem;
  width: 100%;
  height: 6rem;
  color: #000;
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.index-start-form__input:-ms-input-placeholder {
  color: #a5adba;
}

.index-start-form__input:-moz-placeholder {
  color: #a5adba;
  opacity: 1;
}

.index-start-form__input::-moz-placeholder {
  color: #a5adba;
  opacity: 1;
}

.index-start-form__input::-webkit-input-placeholder {
  color: #a5adba;
}

.index-start-form__input::-ms-input-placeholder {
  color: #a5adba;
}

.index-start-form__input::placeholder {
  color: #a5adba;
}

.index-start-form__submit {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  height: 5.2rem;
  color: #000;
  background-color: #ffd835;
  border: 0;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.index-start-form__submit:hover, .index-start-form__submit:focus {
  background-color: #ffce02;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .index-start__container {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
  .index-start__title {
    margin-bottom: 4rem;
    font-size: 3.8rem;
  }

    }
  .index-start__title2 {
    margin-bottom: 4rem;
    font-size: 3.8rem;
    text-align: center;
    color: #fff;
    font-weight: 400;
  }


  .index-start__desc {
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
  .index-start-form {
    max-width: 50rem;
  }
}

@media (max-width: 35.49em) {
  .index-start__container {
    padding-bottom: 10rem;
  }
  .index-start__title {
    font-size: 3.2rem;
  }
  .index-start__desc {
    margin-bottom: 4rem;
  }
}

@media (max-width: 25.865em) {
  .index-start-form__input {
    margin-bottom: 1.5rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 32rem;
    height: 5rem;
    font-size: 1.6rem;
  }
  .index-start-form__submit {
    position: static;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
    max-width: 32rem;
    height: 5rem;
  }
}

/* Mailchimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}

.mc-field-group {
 display: inline-block; 
 } /* positions input field horizontally */

#mc_embed_signup input.email {

    padding-left: 4rem;
  padding-right: 20rem;
  width: 100%;
  height: 6rem;
  color: #000;
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

#mc_embed_signup .clear {
  display: inline-block;
  } /* positions button horizontally in line with input */

#mc_embed_signup .button {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  height: 5.2rem;
  color: #000;
  background-color: #ffd835;
  border: 0;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

#mc_embed_signup .button:hover {
  background-color:#ffce02; 
  cursor:pointer;
}

#mc_embed_signup div#mce-responses {
  float:left; top:-1.4em; 
  padding:0em .5em 0em .5em; 
  overflow:hidden; 
  width:90%;margin: 0 5%; 
  clear: both;
}

#mc_embed_signup div.response {
  margin:1em 0; 
  padding:1em .5em .5em 0; 
  font-weight:bold; 
  float:left; 
  top:-1.5em; 
  z-index:1; 
  width:80%;
}

#mc_embed_signup #mce-error-response {
  display:none;
}

#mc_embed_signup #mce-success-response {
  color:#529214; 
  display:none;
}

#mc_embed_signup label.error {
  display:block; 
  float:none; 
  width:auto; 
  margin-left:1.05em; 
  text-align:left; 
  padding:.5em 0;
}

@media (max-width: 768px) {
    
    #mc_embed_signup input.email {
      width:100%; 
      margin-bottom:5px;
    }
    
    #mc_embed_signup .clear {
       position: static;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
    max-width: 32rem;
    height: 5rem;
    }
    
    #mc_embed_signup .button {
      position: static;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
    max-width: 32rem;
    height: 5rem;
  }
}


/*
================================================================================

  "Partners" Section

================================================================================
*/
.index-partners {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
}

.index-partners__title {
  margin-top: 0;
  margin-bottom: 3rem;
  color: #47aaff;
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  line-height: 1.2;
}

.index-partners__desc {
  margin-bottom: 5rem;
  color: #6b717b;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
}

.index-partners__desc *:first-child {
  margin-top: 0;
}

.index-partners__desc *:last-child {
  margin-bottom: 0;
}

.index-partners__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-partners__item {
  display: block;
  margin-right: 5rem;
  max-width: 100%;
}

.index-partners__item:last-child {
  margin-right: 0;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .index-partners {
    padding-top: 8rem;
  }
  .index-partners__title {
    font-size: 3.8rem;
  }
  .index-partners__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
  }
  .index-partners__container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .index-partners__item {
    margin-right: 0;
    max-width: 10rem;
  }
}

@media (max-width: 47.99em) {
  .index-partners__item {
    max-width: 8rem;
  }
}

@media (max-width: 35.49em) {
  .index-partners__title {
    font-size: 3.2rem;
  }
  .index-partners__desc {
    margin-bottom: 3rem;
    max-width: 40rem;
  }
  .index-partners__container {
    display: block;
    font-size: 0;
  }
  .index-partners__item {
    display: inline-block;
    vertical-align: middle;
    margin: 1.5rem;
    max-width: 100%;
  }
  .index-partners__item:last-child {
    margin-right: 2rem;
  }
}

/*
================================================================================

  "Feedback" Section

================================================================================
*/
.index-feedback {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 113rem;
  position: relative;
}

.index-feedback__title {
  margin-top: 0;
  margin-bottom: 5rem;
  color: #47aaff;
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
  line-height: 1.2;
  text-align: center;
}

/* ITEM
============================================================ */
.index-feedback-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  outline: 0;
}

.index-feedback-item__avatar {
  margin-right: 5rem;
  max-width: 40rem;
}

.index-feedback-item__avatar img {
  display: block;
  max-width: 100%;
}

.index-feedback-item__content {
  position: relative;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
}

.index-feedback-item__content::before {
  width: 8.8rem;
  height: 6.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='66' viewBox='0 0 88 66'%3E%3Cpath fill='%23f4f5f7' fill-rule='evenodd' d='M68.898 35.656c-4.875-.562-8.906-2.554-12.093-5.976-3.188-3.422-4.782-7.383-4.782-11.883 0-4.781 1.57-8.813 4.711-12.094C59.875 2.422 63.742.781 68.336.781c5.25 0 9.797 2.133 13.64 6.399 3.844 4.265 5.766 9.445 5.766 15.539 0 18.281-10.172 32.578-30.515 42.89l-5.485-10.125C63.18 49.86 68.898 43.25 68.898 35.656zm-51.468 0c-4.97-.562-9.047-2.554-12.235-5.976-3.187-3.422-4.78-7.383-4.78-11.883 0-4.781 1.57-8.813 4.71-12.094C8.265 2.422 12.18.781 16.867.781c5.25 0 9.774 2.133 13.57 6.399 3.797 4.265 5.696 9.445 5.696 15.539 0 18.281-10.172 32.578-30.516 42.89L.133 55.484C11.664 49.86 17.43 43.25 17.43 35.656z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0;
  left: -12rem;
}

.index-feedback-item__text {
  margin-bottom: 2rem;
  color: #393c41;
  font-size: 1.6rem;
  line-height: 1.75;
}

.index-feedback-item__text *:first-child {
  margin-top: 0;
}

.index-feedback-item__text *:last-child {
  margin-bottom: 0;
}

.index-feedback-item__author {
  margin-bottom: 1.5rem;
  color: #47aaff;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.75;
}

.index-feedback-item__company {
  display: block;
}

/* CONTROLS
============================================================ */
.index-feedback-controls {
  position: absolute;
  top: 50%;
  left: -5rem;
  right: -5rem;
  z-index: 10;
}

.index-feedback-controls__prev {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.index-feedback-controls__prev svg {
  width: 1.8rem;
  height: 3.5rem;
  fill: #7d7d7d;
}

.index-feedback-controls__next {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.index-feedback-controls__next svg {
  width: 1.8rem;
  height: 3.5rem;
  fill: #7d7d7d;
}

/* RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .index-feedback-controls {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .index-feedback {
    margin-bottom: 5rem;
  }
  .index-feedback__title {
    margin-bottom: 3rem;
    font-size: 3.8rem;
  }
  .index-feedback-item__avatar {
    margin-top: 5rem;
    max-width: 24rem;
  }
  .index-feedback-item__content {
    max-width: 38rem;
  }
  .index-feedback-item__content::before {
    left: -7rem;
    width: 5.5rem;
    height: 4.2rem;
    -moz-background-size: 5.5rem 4.2rem;
    background-size: 5.5rem 4.2rem;
  }
  .index-feedback-item__text {
    font-size: 1.5rem;
  }
}

@media (max-width: 35.49em) {
  .index-feedback__title {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .index-feedback-item__avatar {
    display: none;
  }
  .index-feedback-item__content {
    margin-top: 0;
    padding-left: 7rem;
  }
  .index-feedback-item__content::before {
    left: 0;
  }
}

/* Vendor
------------------------------------ */
/*
================================================================================

  Magnific Popup

================================================================================
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
================================================================================

  Slick

================================================================================
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
================================================================================

  NoUISlider

================================================================================
*/
/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  -moz-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  -moz-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
  -moz-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -o-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
