/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

blockquote {
  margin: 0; }

input:not([type=checkbox]):not([type=radio]),
textarea,
button {
  -webkit-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

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

svg {
  height: 100%;
  width: 100%; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222222;
  font-family: "lato", helvetica, arial, sans-serif;
  font-size: 100%;
  line-height: 1;
  background: #f5f6fa; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0; }

b, strong {
  font-weight: 700; }

a {
  color: #4741bf;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

::-webkit-input-placeholder {
  color: #a3a7bf; }

input::-moz-placeholder {
  color: #a3a7bf;
  opacity: 1; }

:-ms-input-placeholder {
  color: #a3a7bf; }

html,
body {
  height: 100%; }
  html.m-freeze,
  body.m-freeze {
    overflow: hidden; }
  html.m-mobile-nav,
  body.m-mobile-nav {
    overflow: hidden; }

.l-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .l-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1000px) {
    .l-container {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 18px; }
      .l-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1188px) {
    .l-container {
      max-width: 1188px;
      margin-left: auto;
      margin-right: auto; }
      .l-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1440px) {
    .l-container {
      max-width: 1248px;
      margin-left: auto;
      margin-right: auto; }
      .l-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1188px) {
    .l-container.m-narrow {
      max-width: 768px;
      margin-left: auto;
      margin-right: auto;
      padding: 0; }
      .l-container.m-narrow:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1440px) {
    .l-container.m-narrow {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .l-container.m-narrow:after {
        content: " ";
        display: block;
        clear: both; } }

@media (min-width: 1000px) {
  .l-column.m-first {
    width: 73.95833%;
    float: left; } }

@media (min-width: 1188px) {
  .l-column.m-first {
    width: 72.91667%;
    float: left; } }

@media (min-width: 1000px) {
  .l-column.m-first.m-smaller {
    width: 62.5%;
    float: left; } }

@media (min-width: 1000px) {
  .l-column.m-last {
    width: 25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: -100%; } }

@media (min-width: 1188px) {
  .l-column.m-last {
    width: 25%;
    float: left;
    margin-left: 2.08333%;
    margin-right: -100%; } }

@media (min-width: 1000px) {
  .l-column.m-last.m-larger {
    width: 33.33333%;
    float: left;
    margin-left: 4.16667%;
    margin-right: -100%; } }

.l-hide {
  display: none; }

.l-hidden {
  visibility: hidden; }

.c-input {
  width: 100%; }
  .c-input.m-tip, .c-input.m-append {
    position: relative; }
  .c-input.m-icon-loading, .c-input.m-icon-success, .c-input.m-icon-error, .c-input.m-icon-warning {
    position: relative; }
    .c-input.m-icon-loading:after, .c-input.m-icon-success:after, .c-input.m-icon-error:after, .c-input.m-icon-warning:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      height: 100%;
      width: 32px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: center center; }
  .c-input.m-icon-loading:after {
    animation: rotate 10s linear infinite;
    background-size: 22px 22px;
    background-image: url("../svg/icon-loading.svg"); }
  .c-input.m-icon-success:after {
    background-size: 14px 11px;
    background-image: url("../svg/icon-tick-green.svg"); }
  .c-input.m-icon-error:after {
    background-size: 15px 15px;
    background-image: url("../svg/icon-x-red.svg"); }
  .c-input.m-icon-warning:after {
    background-size: 15px 15px;
    background-image: url("https://tutor.id/assets/svg/icon-warning-orange.svg"); }
  .c-input.m-currency {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .c-input.m-expiry {
    width: 100px; }
  .c-input.is-identified {
    position: relative; }
    .c-input.is-identified:after {
      content: '';
      position: absolute;
      right: 10px;
      top: 0;
      display: block;
      height: 100%;
      width: 32px;
      background-size: 32px 20px;
      background-repeat: no-repeat;
      background-position: center center; }
  .c-input.is-card--visa:after {
    background-image: url("https://tutor.id/assets/images/card-visa.png"); }
  .c-input.is-card--mastercard:after {
    background-image: url("https://tutor.id/assets/images/card-mastercard.png"); }
  .c-input.is-card--jcb:after {
    background-image: url("https://tutor.id/assets/images/card-jcb.png"); }
  .c-input.is-card--discover:after {
    background-image: url("https://tutor.id/assets/images/card-discover.png"); }
  .c-input.is-card--amex:after {
    background-image: url("https://tutor.id/assets/images/card-amex.png"); }

.c-input__field {
  font-family: "lato", helvetica, arial, sans-serif;
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 8px 12px 8px;
  border: 1px solid #dfe1eb;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px #dfe1eb; }
  .c-input__field:disabled {
    color: #a3a7bf;
    background: #f5f6fa;
    cursor: not-allowed; }
  .c-input__field:focus {
    border-color: #bab7f7; }
  .c-input__field.m-small {
    font-size: 14px;
    font-weight: 700;
    padding: 4px 6px 3px; }
  .c-input__field.m-error {
    border-color: #ff7393; }
  .c-input__field.m-warning {
    border-color: #ffa54d; }
  .c-input.m-password .c-input__field,
  .c-input.m-icon-loading .c-input__field,
  .c-input.m-icon-success .c-input__field,
  .c-input.m-icon-error .c-input__field,
  .c-input.m-append .c-input__field {
    padding-right: 42px; }
  .c-input.m-expiry .c-input__field {
    text-align: center; }
  .c-input.m-cvc .c-input__field {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px; }

.c-input__field-tip {
  overflow: hidden;
  display: none; }
  @media (min-width: 1000px) {
    .c-input__field-tip {
      position: absolute;
      overflow: visible;
      right: -192px;
      top: 0;
      width: 180px; } }
  .c-input__field-tip.m-active {
    display: block; }

.c-input__currency {
  color: #424782;
  font-size: 18px;
  font-weight: 700;
  padding-left: 12px; }

.c-input__icon {
  width: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .c-input.m-append .c-input__icon {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px; }
    .c-input.m-append .c-input__icon:not(.js-password) {
      pointer-events: none; }
  .c-input__icon.m-disabled {
    pointer-events: none; }
    .c-input__icon.m-disabled svg {
      fill: #a3a7bf; }
  .c-input__icon.m-dark svg {
    fill: #424782; }
  .c-input__icon.m-green svg {
    fill: #00cc88; }
  .c-input__icon svg {
    width: 16px;
    height: 16px;
    fill: #a3a7bf; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(3600deg); } }

.c-textarea {
  width: 100%; }

.c-textarea__field {
  font-family: "lato", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  display: block;
  width: 100%;
  height: 120px;
  padding: 9px 12px 8px;
  border: 1px solid #dfe1eb;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px #dfe1eb;
  resize: vertical; }
  @media (min-width: 1000px) {
    .c-textarea__field {
      font-size: 18px; } }
  .c-textarea__field.m-large {
    height: 180px; }
  .c-textarea__field.m-small {
    font-size: 14px;
    font-family: "lato", helvetica, arial, sans-serif;
    font-weight: 700;
    padding: 4px 6px 3px;
    height: 72px; }
  .c-textarea__field.m-error {
    border-color: #ff7393; }
  .c-textarea__field:focus {
    border-color: #bab7f7; }
  .c-textarea__field:disabled {
    color: #a3a7bf;
    background: #f5f6fa;
    cursor: not-allowed; }

.c-button {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden; }
  .c-button:hover {
    text-decoration: none; }
  .c-button.m-primary {
    color: #ffffff;
    background: #00cc88;
    border: 2px solid #00cc88; }
    .c-button.m-primary:hover {
      background: #00ba7c;
      border: 2px solid #00ba7c; }
    .c-button.m-primary.m-loading {
      color: #f5f6fa;
      background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
      background-size: 50px 50px;
      animation: move 2s linear infinite;
      border: 2px solid #a3a7bf;
      cursor: not-allowed; }
    .c-button.m-primary.m-border {
      color: #00cc88;
      background: none;
      border: 2px solid #00cc88; }
      .c-button.m-primary.m-border:hover {
        color: #ffffff;
        background: #00cc88;
        border: 2px solid #00cc88; }
      .c-button.m-primary.m-border.m-loading {
        color: #f5f6fa;
        background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
        background-size: 50px 50px;
        animation: move 2s linear infinite;
        border: 2px solid #a3a7bf;
        cursor: not-allowed; }
      .c-button.m-primary.m-border.m-disabled {
        opacity: .3;
        cursor: not-allowed; }
        .c-button.m-primary.m-border.m-disabled:hover {
          color: #00cc88;
          background: none;
          border: 2px solid #00cc88; }
    .c-button.m-primary.m-disabled {
      opacity: .3;
      cursor: not-allowed; }
      .c-button.m-primary.m-disabled:hover {
        background: #00cc88;
        border: 2px solid #00cc88; }
  .c-button.m-stripe {
    color: #ffffff;
    background: #008cdd;
    border: 2px solid #008cdd; }
    .c-button.m-stripe:hover {
      background: #0075b9;
      border: 2px solid #0075b9; }
    .c-button.m-stripe.m-loading {
      color: #f5f6fa;
      background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
      background-size: 50px 50px;
      animation: move 2s linear infinite;
      border: 2px solid #a3a7bf;
      cursor: not-allowed; }
    .c-button.m-stripe.m-disabled {
      opacity: .3;
      cursor: not-allowed; }
      .c-button.m-stripe.m-disabled:hover {
        background: #008cdd;
        border: 2px solid #008cdd; }
  .c-button.m-secondary {
    color: #00cc88;
    background: #ffffff;
    border: 2px solid #ffffff; }
    .c-button.m-secondary:hover {
      color: #00ba7c; }
    .c-button.m-secondary.m-loading {
      color: #f5f6fa;
      background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
      background-size: 50px 50px;
      animation: move 2s linear infinite;
      border: 2px solid #a3a7bf;
      cursor: not-allowed; }
    .c-button.m-secondary.m-disabled {
      opacity: .3;
      cursor: not-allowed; }
      .c-button.m-secondary.m-disabled:hover {
        color: #00cc88;
        background: #ffffff;
        border: 2px solid #ffffff; }
  .c-button.m-tertiary {
    color: #ffffff;
    background: #a3a7bf;
    border: 2px solid #a3a7bf; }
    .c-button.m-tertiary.m-loading {
      color: #f5f6fa;
      background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
      background-size: 50px 50px;
      animation: move 2s linear infinite;
      border: 2px solid #a3a7bf;
      cursor: not-allowed; }
    .c-button.m-tertiary.m-disabled {
      opacity: .3;
      cursor: not-allowed; }
    .c-button.m-tertiary.m-border {
      color: #a3a7bf;
      background: transparent;
      border: 2px solid #a3a7bf; }
      .c-button.m-tertiary.m-border:hover {
        color: #ffffff;
        background: #a3a7bf;
        border: 2px solid #a3a7bf; }
      .c-button.m-tertiary.m-border.m-loading {
        color: #f5f6fa;
        background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
        background-size: 50px 50px;
        animation: move 2s linear infinite;
        border: 2px solid #a3a7bf;
        cursor: not-allowed; }
      .c-button.m-tertiary.m-border.m-disabled {
        opacity: .3;
        cursor: not-allowed; }
        .c-button.m-tertiary.m-border.m-disabled:hover {
          color: #a3a7bf;
          background: transparent;
          border: 2px solid #a3a7bf; }
  .c-button.m-link {
    color: #a3a7bf;
    background: transparent;
    border: 2px solid transparent; }
    .c-button.m-link.m-small {
      padding: 8px;
      margin: 0 4px; }
      @media (min-width: 1000px) {
        .c-button.m-link.m-small {
          padding: 8px;
          margin: 0 16px; } }
    .c-button.m-link.m-warning {
      color: #ff7393;
      background: transparent;
      border: 2px solid transparent; }
      .c-button.m-link.m-warning:hover {
        background: transparent;
        border: 2px solid transparent;
        text-decoration: underline; }
  .c-button.m-light {
    color: #ffffff;
    background: #f5f6fa;
    border: 2px solid #f5f6fa; }
    .c-button.m-light.m-loading {
      color: #f5f6fa;
      background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
      background-size: 50px 50px;
      animation: move 2s linear infinite;
      border: 2px solid #a3a7bf;
      cursor: not-allowed; }
    .c-button.m-light.m-border {
      color: #a3a7bf;
      background: transparent;
      border: 2px solid #f5f6fa; }
      .c-button.m-light.m-border:hover {
        border: 2px solid #dfe1eb; }
      .c-button.m-light.m-border.m-loading {
        color: #f5f6fa;
        background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
        background-size: 50px 50px;
        animation: move 2s linear infinite;
        border: 2px solid #a3a7bf;
        cursor: not-allowed; }
  .c-button.m-purple {
    color: #ffffff;
    background: #bab7f7;
    border: 2px solid #bab7f7; }
    .c-button.m-purple.m-border {
      color: #bab7f7;
      background: transparent;
      border: 2px solid #bab7f7; }
      .c-button.m-purple.m-border:hover {
        color: #ffffff;
        border: 2px solid #ffffff; }
  .c-button.m-icon {
    width: 24px;
    height: 24px;
    padding: 0;
    background: #ffffff;
    border-radius: 50%; }
    .c-button.m-icon svg {
      fill: #00cc88;
      height: 20px;
      width: 20px;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .c-button.m-icon.m-small {
      height: 18px;
      width: 18px;
      padding: 0; }
      .c-button.m-icon.m-small svg {
        fill: #00cc88;
        top: 40%;
        width: 12px;
        height: 12px; }
  .c-button.m-facebook {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    display: inline-block;
    min-width: 180px;
    background-color: #3b5998;
    background-image: url("../svg/facebook-logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 14px;
    line-height: 1.3; }
    .c-button.m-facebook:hover {
      background-color: #344e86; }
  .c-button.m-linkedin {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    color: #ffffff;
    display: inline-block;
    min-width: 180px;
    background-color: #007bb5;
    background-image: url("../svg/linkedin-logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 18px; }
    .c-button.m-linkedin:hover {
      background-color: #0071a6; }
  .c-button.m-outlook {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    display: inline-block;
    min-width: 180px;
    background-color: #0072c6;
    background-image: url("../svg/icon-outlook.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 18px; }
    .c-button.m-outlook:hover {
      background-color: #0069b7; }
  .c-button.m-google {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    display: inline-block;
    min-width: 180px;
    background-color: #ffffff;
    border: 2px solid #dfe1eb;
    background-image: url("../svg/icon-google.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 18px; }
    .c-button.m-google:hover {
      border: 2px solid #a3a7bf; }
  .c-button.m-warning {
    color: #ffffff;
    background: #ff7393;
    border: 2px solid #ff7393; }
    .c-button.m-warning.m-loading {
      color: #f5f6fa;
      background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
      background-size: 50px 50px;
      animation: move 2s linear infinite;
      border: 2px solid #a3a7bf;
      cursor: not-allowed; }
    .c-button.m-warning:hover {
      background: #ff5a7f;
      border: 2px solid #ff5a7f; }
    .c-button.m-warning.m-disabled {
      opacity: .3;
      cursor: not-allowed; }
      .c-button.m-warning.m-disabled:hover {
        color: #ffffff;
        background: #ff7393;
        border: 2px solid #ff7393; }
    .c-button.m-warning.m-border {
      color: #ff7393;
      background: transparent;
      border: 2px solid #ff7393; }
      .c-button.m-warning.m-border:hover {
        color: #ffffff;
        background: #ff7393;
        border: 2px solid #ff7393; }
      .c-button.m-warning.m-border.m-loading {
        color: #f5f6fa;
        background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
        background-size: 50px 50px;
        animation: move 2s linear infinite;
        border: 2px solid #a3a7bf;
        cursor: not-allowed; }
      .c-button.m-warning.m-border.m-disabled {
        opacity: .3;
        cursor: not-allowed; }
        .c-button.m-warning.m-border.m-disabled:hover {
          color: #ff7393;
          background: transparent;
          border: 2px solid #ff7393; }
  .c-button.m-loading {
    color: #f5f6fa;
    background-image: linear-gradient(-45deg, #a3a7bf 25%, #7f84a2 25%, #7f84a2 50%, #a3a7bf 50%, #a3a7bf 75%, #7f84a2 75%, #7f84a2);
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border: 2px solid #a3a7bf;
    cursor: not-allowed; }
  .c-button.m-tiny {
    font-size: 14px;
    padding: 5px 12px 7px; }
  .c-button.m-small {
    font-size: 14px;
    padding: 12px 12px; }
    @media (min-width: 1000px) {
      .c-button.m-small {
        padding: 8px 24px; } }
  .c-button.m-small-extended {
    font-size: 14px;
    padding: 12px 2px; }
    @media (min-width: 1000px) {
      .c-button.m-small-extended {
        padding: 8px 2px; } }
  .c-button.m-medium {
    font-size: 16px;
    padding: 11px 12px; }
    @media (min-width: 1000px) {
      .c-button.m-medium {
        padding: 8px 24px;
        height: 36px; } }
  .c-button.m-large {
    font-size: 18px;
    padding: 10px 12px; }
    @media (min-width: 1000px) {
      .c-button.m-large {
        padding: 13px 24px; } }
  .c-button.m-large-for-email {
    font-size: 18px;
    padding: 11px 12px;
    width: 100%; }
    @media (min-width: 1000px) {
      .c-button.m-large-for-email {
        padding: 11px 24px;
        display: block; } }
  .c-button.m-min {
    min-width: 180px; }
  .c-button.m-block {
    display: block;
    width: 100%; }
  .c-button.m-mobile-block {
    width: 100%;
    display: block; }
    @media (min-width: 1000px) {
      .c-button.m-mobile-block {
        display: inline-block;
        width: auto; } }

input[type="submit"].c-button.m-small,
input[type="submit"].c-button.m-medium,
input[type="submit"].c-button.m-large {
  padding: 0; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

.c-label {
  color: #424782;
  font-size: 14px;
  font-weight: 700; }
  @media (min-width: 1000px) {
    .c-label {
      font-size: 18px;
      line-height: 1.2; } }
  .c-label.m-error {
    color: #ff7393; }
  .c-label.m-align-right {
    text-align: right;
    padding-right: 18px; }
  @media (min-width: 1000px) {
    .c-label.m-middle {
      display: block;
      padding-top: 9px; } }
  .c-label.m-editable {
    position: relative; }
  .c-label.m-top {
    display: block;
    margin-bottom: 12px; }

.c-label__block-edit {
  display: none;
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  vertical-align: middle; }
  .c-label__block-edit svg {
    fill: #a3a7bf; }
  @media (min-width: 1000px) {
    .c-form__row:hover .c-label__block-edit {
      display: inline-block; } }

.c-label__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 9px; }

.c-label__editable-input {
  margin-top: 12px; }
  @media (min-width: 1000px) {
    .c-label__editable-input {
      display: none !important;
      margin-top: 0; }
      .c-label.m-editable .c-label__editable-input {
        position: absolute;
        top: 0;
        width: 75%;
        display: block !important; } }

.c-form {
  margin-bottom: 18px; }
  @media (min-width: 1000px) {
    .c-form {
      margin-bottom: 24px; } }
  .c-form.m-nomargin {
    margin-bottom: 0; }
    .c-form.m-nomargin.m-mobile-margin {
      margin-bottom: 12px; }
      @media (min-width: 1000px) {
        .c-form.m-nomargin.m-mobile-margin {
          margin-bottom: 0; } }
  .c-form.m-small-margin {
    margin-bottom: 12px; }

.c-form__row {
  margin-bottom: 12px; }
  .c-form__row:after {
    content: '';
    clear: both;
    display: table; }
  @media (min-width: 1000px) {
    .c-form__row {
      margin-bottom: 18px; } }
  .c-form__row:last-of-type {
    margin-bottom: 0; }
  .c-form__row.m-compact {
    margin-bottom: 6px; }
    @media (min-width: 1000px) {
      .c-form__row.m-compact {
        margin-bottom: 9px; } }
    .c-form__row.m-compact:last-of-type {
      margin-bottom: 0; }
  .c-form__row.m-small {
    margin-bottom: 6px; }
    @media (min-width: 1000px) {
      .c-form__row.m-small {
        margin-bottom: 3px; } }
    .c-form__row.m-small:last-of-type {
      margin-bottom: 0; }
  .c-form__row.m-medium {
    margin-bottom: 6px; }
    @media (min-width: 1000px) {
      .c-form__row.m-medium {
        margin-bottom: 9px; } }
    .c-form__row.m-medium:last-of-type {
      margin-bottom: 0; }
  .c-form__row.m-large {
    margin-bottom: 18px; }
    @media (min-width: 1000px) {
      .c-form__row.m-large {
        margin-bottom: 18px; } }
    .c-form__row.m-large:last-of-type {
      margin-bottom: 0; }
  .c-form__row.m-actions {
    margin-top: 38px; }
  .c-accordion__body .c-form__row.m-highlight {
    position: relative; }
    .c-accordion__body .c-form__row.m-highlight:before {
      content: "";
      display: block;
      z-index: 0;
      background: #eeffeb;
      left: -8px;
      right: -8px;
      top: -8px;
      bottom: -8px;
      position: absolute; }
      @media (min-width: 1000px) {
        .c-accordion__body .c-form__row.m-highlight:before {
          left: -35px;
          right: -35px;
          bottom: 0;
          top: -12px; } }

.c-form__item {
  margin-bottom: 12px; }
  .c-form__item:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 1000px) {
    .c-form__item {
      float: left; } }
  .c-accordion__body .c-form__item {
    position: relative;
    z-index: 2; }
  .c-form__item.m-mobile-extra-margin {
    margin-bottom: 24px; }
    @media (min-width: 1000px) {
      .c-form__item.m-mobile-extra-margin {
        margin-bottom: 12px; } }
  @media (min-width: 1000px) {
    .c-form__item.m-half-left {
      float: left;
      width: 49%; } }
  @media (min-width: 1000px) {
    .c-form__item.m-half-right {
      float: right;
      width: 49%; } }
  @media (min-width: 1000px) {
    .c-form__item.m-right {
      float: right; } }
  @media (min-width: 600px) {
    .c-form__item.m-text-right {
      text-align: right; } }
  @media (min-width: 1000px) {
    .c-form__item.m-small {
      width: 30%; } }
  .c-form__item.m-small.m-for-email {
    padding-left: 18px;
    padding-right: 18px; }
    @media (min-width: 1000px) {
      .c-form__item.m-small.m-for-email {
        padding-left: 25px;
        padding-right: 0; } }
  @media (min-width: 1000px) {
    .c-form__item.m-medium {
      width: 40%; } }
  @media (min-width: 1000px) {
    .c-form__item.m-large {
      width: 70%; } }
  .c-form__item.m-full {
    width: 100%; }
  .c-form__item.m-block {
    width: 100%;
    float: none; }
  @media (min-width: 1000px) {
    .c-form__row.m-actions .c-form__item {
      margin-left: 20px;
      margin-bottom: 0; } }
  .c-form__item .c-form__item-margin {
    margin-right: 0; }
    @media (min-width: 1000px) {
      .c-form__item .c-form__item-margin {
        margin-right: 25px; } }

.c-form__dropdown {
  margin-left: 12px; }
  .c-form__dropdown.m-right {
    margin-left: auto; }

.c-form__helper-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 6px; }
  .c-form__helper-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

.c-form__helper-text {
  color: #a3a7bf;
  font-size: 14px;
  line-height: 1.3;
  display: block;
  width: 100%;
  margin-top: 12px; }
  .c-form__helper-text.m-center {
    text-align: center; }
  .c-form__helper-text.m-right {
    text-align: right; }
  .c-form__helper-text.m-top {
    padding-top: 12px; }
  .c-form__helper-text.m-bottom {
    padding-bottom: 12px; }
  .c-form__helper-text.m-error {
    color: #ff7393;
    display: none; }
  .c-input__field.m-error + .c-form__helper-text,
  .c-textarea__field.m-error + .c-form__helper-text {
    display: block;
    margin-top: 5px; }
  .c-form__helper-text span.m-success {
    color: #00cc88; }
  .c-form__helper-text span.m-error {
    color: #ff7393; }

.c-dialog {
  position: relative;
  border-radius: 2px;
  background: #ffffff; }
  .c-dialog.m-error {
    background: #fff1f4; }

.c-dialog__body {
  padding: 18px;
  border-radius: 2px 2px 0 0; }
  @media (min-width: 1000px) {
    .c-dialog__body {
      padding: 24px 30px;
      max-height: 480px;
      overflow: auto; } }

.c-dialog__title {
  color: #424782;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 18px; }
  .c-dialog__title:last-child {
    margin-bottom: 0; }
  .c-dialog.m-error .c-dialog__title {
    color: #ff7393; }
  .c-dialog__title.m-heading {
    color: #00cc88;
    font-size: 22px;
    margin-bottom: 18px; }

.c-dialog__text {
  color: #424782;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px; }
  .c-dialog__text:last-child {
    margin-bottom: 0; }
  .c-dialog__text.m-secondary {
    color: #a3a7bf;
    margin-top: -12px;
    font-size: 14px; }

.c-dialog__overflow {
  margin-left: -18px;
  margin-right: -18px; }
  @media (min-width: 1000px) {
    .c-dialog__overflow {
      margin-left: -30px;
      margin-right: -30px; } }

.c-dialog__inner {
  display: none;
  padding: 9px;
  background: #f5f6fa; }
  .c-dialog__inner.m-active {
    display: block; }

.c-dialog__footer {
  padding: 18px;
  background: #f5f6fa;
  border-radius: 0 0 2px 2px; }
  @media (min-width: 1000px) {
    .c-dialog__footer {
      padding: 24px 30px; } }
  @media (min-width: 600px) {
    .c-dialog__footer.m-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.c-dialog__footer-item {
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    .c-dialog__footer-item {
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .c-dialog__footer.m-flex .c-dialog__footer-item {
      margin-left: 12px; }
      .c-dialog__footer.m-flex .c-dialog__footer-item.m-right {
        margin-left: auto; } }
  .c-dialog__footer.m-flex .c-dialog__footer-item.m-full {
    width: 100%;
    margin: 0; }
  .c-dialog__footer.m-flex .c-dialog__footer-item.m-first {
    margin-left: 0;
    margin-right: auto; }
  .c-dialog__footer-item.m-last {
    -ms-flex-order: 3;
    order: 3; }
  .c-dialog__footer-item:last-child {
    margin-bottom: 0; }

.c-dialog__close {
  color: #a3a7bf;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50%; }
  .c-dialog__close:hover {
    color: #ffffff;
    text-decoration: none;
    background: #a3a7bf; }
  .c-dialog.m-error .c-dialog__close {
    color: #ff7393; }
    .c-dialog.m-error .c-dialog__close:hover {
      color: #ffffff;
      background: #ff7393; }

.c-dialog__header {
  height: 52px;
  position: relative;
  width: 100%;
  background: #4741bf;
  margin-top: 55px; }
  @media (min-width: 1000px) {
    .c-dialog__header {
      margin-top: 0; } }

.c-dialog__header-inner {
  position: relative;
  width: 100%;
  z-index: 10;
  height: 100%; }

.c-dialog__header .c-dialog__profile {
  padding: 0; }

.c-dialog__print {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  left: 0;
  top: 0;
  display: none;
  height: 100%;
  width: 100%; }
  @media (min-width: 1188px) {
    .c-dialog__print {
      display: block; } }

.c-dialog__print-item {
  position: absolute;
  width: 100px;
  height: 100px; }
  .c-dialog__print-item.m-1 {
    right: 70%;
    top: -30px;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .c-dialog__print-item.m-2 {
    right: 55%;
    top: 60%;
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .c-dialog__print-item.m-3 {
    right: 40px;
    top: 0;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.c-modal {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(66, 71, 130, 0.6); }
  .c-modal.m-active {
    display: block; }

.c-modal__container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto; }

.c-modal__inner {
  position: absolute;
  width: 100%;
  padding: 12px; }
  @media (min-width: 1000px) {
    .c-modal__inner {
      top: 20%;
      left: 50%;
      width: 480px;
      padding: 0 0 48px;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  @media (min-width: 1000px) {
    .c-modal.m-large .c-modal__inner {
      width: 80%;
      max-width: 960px; } }

.c-body {
  color: #424782;
  line-height: 1.5; }
  .c-body h1 {
    color: #00cc88;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px; }
    @media (min-width: 1000px) {
      .c-body h1 {
        margin-bottom: 24px; } }
  .c-body h2 {
    color: #00cc88;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 24px; }
    @media (min-width: 1000px) {
      .c-body h2 {
        margin-bottom: 24px;
        margin-top: 30px; } }
  .c-body h3 {
    color: #424782;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 24px; }
    @media (min-width: 1000px) {
      .c-body h3 {
        margin-bottom: 24px;
        margin-top: 30px; } }
  .c-body h4 {
    color: #424782;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 24px; }
    @media (min-width: 1000px) {
      .c-body h4 {
        margin-bottom: 18px;
        margin-top: 30px; } }
  .c-body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 12px; }
    @media (min-width: 1000px) {
      .c-body img {
        font-size: 16px;
        margin-bottom: 24px; } }
    .c-body img:last-child {
      margin-bottom: 0; }
  .c-body p,
  .c-body ol,
  .c-body ul {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px; }
    @media (min-width: 1000px) {
      .c-body p,
      .c-body ol,
      .c-body ul {
        font-size: 16px;
        margin-bottom: 24px; } }
    .c-body p:last-child,
    .c-body ol:last-child,
    .c-body ul:last-child {
      margin-bottom: 0; }

.c-select {
  position: relative;
  width: 100%; }
  .c-select.m-center {
    position: relative;
    margin: 0 auto;
    width: 200px; }
  @media (min-width: 1000px) {
    .c-select.m-currency {
      margin-bottom: 12px; } }
  .c-select:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #a3a7bf;
    border-bottom: none;
    pointer-events: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-select:after {
      display: none; } }

.c-select__field {
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 43px;
  padding: 8px 30px 8px 12px;
  background: #ffffff;
  border: 1px solid #dfe1eb;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px #dfe1eb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-select__field {
      padding-right: 12px; } }
  .c-select__field.m-opacity {
    opacity: 0.84; }
    .c-select__field.m-opacity:focus {
      opacity: 1; }
  .c-select__field:focus {
    border-color: #bab7f7; }
  .c-select__field:disabled {
    color: #a3a7bf;
    background: #f5f6fa;
    cursor: not-allowed; }
  .c-select__field.m-small {
    font-size: 14px;
    font-family: "lato", helvetica, arial, sans-serif;
    font-weight: 700;
    height: 30px;
    padding: 4px 6px 3px; }
  .c-select__field.m-error {
    border-color: #ff7393; }

.c-home-demo {
  padding: 24px; }
  @media (min-width: 1000px) {
    .c-home-demo {
      padding: 0; } }

.c-home-demo__container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .c-home-demo__container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1000px) {
    .c-home-demo__container {
      max-width: 546px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-demo__container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1188px) {
    .c-home-demo__container {
      max-width: 768px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-demo__container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1440px) {
    .c-home-demo__container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-demo__container:after {
        content: " ";
        display: block;
        clear: both; } }

.c-home-demo__button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 12px;
  padding: 13px 12px;
  min-width: 240px;
  background: #00cc88;
  border-radius: 50px; }
  @media (min-width: 1000px) {
    .c-home-demo__button {
      padding: 13px 24px;
      margin-bottom: 24px; } }
  .c-home-demo__button:hover {
    text-decoration: none;
    background: #00ba7c; }

.c-home-demo__slider {
  display: none; }
  @media (min-width: 1000px) {
    .c-home-demo__slider {
      display: block;
      margin-bottom: 60px;
      position: relative;
      overflow: hidden; } }

.c-home-demo__images {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 56.25%;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(34, 34, 34, 0.15); }

.c-home-demo__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity .6s;
  box-shadow: 0 0 24px rgba(34, 34, 34, 0.2); }
  .c-home-demo__image.m-active {
    z-index: 10;
    opacity: 1; }
  .c-home-demo__image.m-incoming {
    z-index: 5;
    opacity: 1; }
  .c-home-demo__image.m-outgoing {
    z-index: 4;
    opacity: 0;
    transition: opacity .6s .6s; }

.c-home-demo__nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 1000px) {
    .c-home-demo__nav {
      position: absolute;
      top: 50%;
      z-index: 20;
      display: block;
      margin-top: -12px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (min-width: 1000px) {
    .c-home-demo__nav.m-left {
      text-align: right;
      right: 50%;
      margin-right: 273px; } }
  @media (min-width: 1188px) {
    .c-home-demo__nav.m-left {
      margin-right: 379px; } }
  @media (min-width: 1440px) {
    .c-home-demo__nav.m-left {
      margin-right: 480px; } }
  @media (min-width: 1000px) {
    .c-home-demo__nav.m-right {
      text-align: left;
      left: 50%;
      margin-left: 273px; } }
  @media (min-width: 1188px) {
    .c-home-demo__nav.m-right {
      left: 50%;
      margin-left: 379px; } }
  @media (min-width: 1440px) {
    .c-home-demo__nav.m-right {
      margin-left: 480px; } }

.c-home-demo__nav-item:after {
  content: '';
  clear: both;
  display: table; }

.c-home-demo__nav-item.m-active {
  position: relative;
  padding: 12px 0;
  width: 150%;
  transition: padding .4s; }
  @media (min-width: 1188px) {
    .c-home-demo__nav-item.m-active {
      padding: 24px 0; } }
  @media (min-width: 1440px) {
    .c-home-demo__nav-item.m-active {
      width: 350%; } }

.c-home-demo__nav.m-left .c-home-demo__nav-item:before {
  content: '';
  height: 100%;
  width: 200px;
  display: none;
  position: absolute;
  right: -200px;
  top: 0;
  background: url("../svg/arrow-right.svg") no-repeat left top; }

.c-home-demo__nav.m-left .c-home-demo__nav-item.m-active {
  right: -24px;
  margin-left: -50%;
  background-color: #322ca9;
  background: linear-gradient(to right, rgba(57, 51, 177, 0) 20%, #3933b1 60%, #322ca9); }
  @media (min-width: 1188px) {
    .c-home-demo__nav.m-left .c-home-demo__nav-item.m-active {
      right: -36px; } }
  @media (min-width: 1440px) {
    .c-home-demo__nav.m-left .c-home-demo__nav-item.m-active {
      margin-left: -250%; } }
  .c-home-demo__nav.m-left .c-home-demo__nav-item.m-active:before {
    display: block; }

.c-home-demo__nav.m-right .c-home-demo__nav-item:before {
  content: '';
  height: 100%;
  width: 200px;
  display: none;
  position: absolute;
  left: -200px;
  top: 0;
  background: url("../svg/arrow-left.svg") no-repeat right top; }

.c-home-demo__nav.m-right .c-home-demo__nav-item.m-active {
  left: -24px;
  background-color: #322ca9;
  background: linear-gradient(to right, #322ca9 40%, #3933b1 80%, rgba(57, 51, 177, 0)); }
  @media (min-width: 1188px) {
    .c-home-demo__nav.m-right .c-home-demo__nav-item.m-active {
      left: -36px; } }
  .c-home-demo__nav.m-right .c-home-demo__nav-item.m-active:before {
    display: block; }

.c-home-demo__nav-item-title {
  color: #bab7f7;
  font-size: 18px;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  display: block;
  padding: 12px 0;
  outline: none; }
  @media (min-width: 1188px) {
    .c-home-demo__nav-item-title {
      font-size: 20px;
      padding: 20px 0; } }
  .c-home-demo__nav-item-title:hover {
    color: #ffffff;
    text-decoration: none; }
  .c-home-demo__nav-item.m-active .c-home-demo__nav-item-title {
    color: #fffacc;
    padding: 0 0 6px;
    opacity: 1; }
    @media (min-width: 1188px) {
      .c-home-demo__nav-item.m-active .c-home-demo__nav-item-title {
        padding: 0 0 12px; } }
  .c-home-demo__nav.m-left .c-home-demo__nav-item-title {
    padding-right: 24px; }
    @media (min-width: 1188px) {
      .c-home-demo__nav.m-left .c-home-demo__nav-item-title {
        padding-right: 36px; } }
  .c-home-demo__nav.m-right .c-home-demo__nav-item-title {
    padding-left: 24px; }
    @media (min-width: 1188px) {
      .c-home-demo__nav.m-right .c-home-demo__nav-item-title {
        padding-left: 36px; } }

.c-home-demo__nav-item-text {
  color: #bab7f7;
  font-size: 14px;
  line-height: 1.5;
  display: none;
  max-width: 240px; }
  .c-home-demo__nav-item.m-active .c-home-demo__nav-item-text {
    display: block; }
  .c-home-demo__nav.m-left .c-home-demo__nav-item-text {
    padding-right: 24px;
    float: right; }
    @media (min-width: 1188px) {
      .c-home-demo__nav.m-left .c-home-demo__nav-item-text {
        padding-right: 36px; } }
  .c-home-demo__nav.m-right .c-home-demo__nav-item-text {
    padding-left: 24px; }
    @media (min-width: 1188px) {
      .c-home-demo__nav.m-right .c-home-demo__nav-item-text {
        padding-left: 36px; } }

.c-home-demo__pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: none; }
  @media (min-width: 1000px) {
    .c-home-demo__pagination {
      display: block; } }

.c-home-demo__pagination-item {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  margin: 0; }
  .c-home-demo__pagination-item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    background: #291e94;
    pointer-events: none; }
  .c-home-demo__pagination-item:hover:after {
    background: #ffffff; }
  .c-home-demo__pagination-item.m-active:after {
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background: #bab7f7; }

.c-home-demo__pagination-link {
  display: block;
  height: 100%;
  width: 100%; }

.c-home-demo__footer {
  text-align: center; }
  @media (min-width: 1000px) {
    .c-home-demo__footer {
      margin-top: -24px; } }

.c-home-demo__footer-text {
  color: #bab7f7;
  font-size: 18px;
  font-weight: 700; }

.c-home-description {
  padding: 36px 24px 24px;
  background: #ffffff; }
  @media (min-width: 1000px) {
    .c-home-description {
      padding: 72px 0 96px; } }
  @media (min-width: 1188px) {
    .c-home-description {
      padding: 114px 0 126px; } }
  .c-home-description.m-content {
    padding-bottom: 1px; }

.c-home-description__container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .c-home-description__container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1000px) {
    .c-home-description__container {
      max-width: 864px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-description__container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1188px) {
    .c-home-description__container {
      max-width: 1056px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-description__container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1440px) {
    .c-home-description__container {
      max-width: 1056px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-description__container:after {
        content: " ";
        display: block;
        clear: both; } }

.c-home-description__row {
  margin-bottom: 48px; }
  .c-home-description__row:after {
    content: '';
    clear: both;
    display: table; }
  @media (min-width: 1000px) {
    .c-home-description__row {
      margin-bottom: 60px; } }
  @media (min-width: 1188px) {
    .c-home-description__row {
      margin-bottom: 96px; } }
  @media (min-width: 1000px) {
    .c-home-description__row.m-last {
      margin-bottom: 42px; } }
  @media (min-width: 1188px) {
    .c-home-description__row.m-last {
      margin-bottom: 54px; } }
  .c-home-description__row.m-nomargin {
    margin-bottom: 0; }

@media (min-width: 1000px) {
  .c-home-description__column {
    width: 45.45455%; } }

.c-home-description__column.m-text {
  text-align: center; }
  @media (min-width: 1000px) {
    .c-home-description__column.m-text {
      float: right;
      text-align: left; } }

.c-home-description__column.m-image {
  display: block;
  margin-bottom: 24px; }
  @media (min-width: 1000px) {
    .c-home-description__column.m-image {
      float: left;
      display: block;
      padding: 0 24px;
      margin-bottom: 0; } }

.c-home-description__column.m-right {
  display: block;
  margin-bottom: 24px; }
  @media (min-width: 1000px) {
    .c-home-description__column.m-right {
      float: right;
      text-align: left;
      margin-bottom: 0; } }

.c-home-description__column.m-left {
  display: block;
  margin-bottom: 24px; }
  @media (min-width: 1000px) {
    .c-home-description__column.m-left {
      float: left;
      margin-bottom: 0; } }

@media (min-width: 1000px) {
  .c-home-description__row:nth-child(odd) .c-home-description__column.m-text {
    float: left; } }

@media (min-width: 1000px) {
  .c-home-description__row:nth-child(odd) .c-home-description__column.m-image {
    float: right; } }

.c-home-description__image {
  display: block;
  max-width: 60%;
  height: auto;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    .c-home-description__image {
      max-width: 100%; } }

.c-home-description__title {
  color: #4741bf;
  font-size: 24px;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px; }
  @media (min-width: 1000px) {
    .c-home-description__title {
      font-size: 42px;
      margin-bottom: 24px; } }
  @media (min-width: 1188px) {
    .c-home-description__title {
      padding-right: 60px; } }
  .c-home-description__row:nth-child(odd) .c-home-description__title {
    color: #00cc88; }
  .c-home-description__title.m-secondary {
    color: #00cc88; }

.c-home-description__text {
  color: #7f84a2;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 6px; }
  @media (min-width: 1000px) {
    .c-home-description__text {
      margin-bottom: 12px; } }
  .c-home-description__text:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 1000px) {
      .c-home-description__text:last-of-type {
        margin-bottom: 30px; } }

.c-home-description__list {
  color: #7f84a2;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 6px; }
  @media (min-width: 1000px) {
    .c-home-description__list {
      margin-bottom: 12px; } }
  .c-home-description__list:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 1000px) {
      .c-home-description__list:last-of-type {
        margin-bottom: 30px; } }

.c-home-description__footer {
  text-align: center; }

.c-home-description__button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  padding: 13px 12px;
  min-width: 240px;
  background: #00cc88;
  border-radius: 50px; }
  @media (min-width: 1000px) {
    .c-home-description__button {
      padding: 13px 24px; } }
  .c-home-description__button:hover {
    text-decoration: none;
    background: #00ba7c; }

.c-home-footer {
  text-align: center;
  overflow: hidden;
  padding: 24px 0;
  background: #4741bf; }
  .c-home-footer:after {
    content: '';
    clear: both;
    display: table; }
  @media (min-width: 1000px) {
    .c-home-footer {
      text-align: left;
      position: relative;
      z-index: 2;
      padding: 72px 48px; } }
  @media (min-width: 1188px) {
    .c-home-footer {
      padding: 96px 0; } }
  .c-home-footer .l-container {
    position: relative; }

.c-home-footer__print {
  position: absolute;
  z-index: 1;
  display: none; }
  @media (min-width: 1000px) {
    .c-home-footer__print {
      display: block; } }
  .c-home-footer__print.m-1 {
    bottom: -200px;
    left: 300px;
    width: 280px;
    height: 280px; }
  .c-home-footer__print.m-2 {
    left: 400px;
    bottom: -80px;
    width: 240px;
    height: 240px;
    -ms-transform: rotate(195deg);
    transform: rotate(195deg); }
  .c-home-footer__print svg path {
    fill: #291e94; }

.c-home-footer__languages {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 15;
  display: inline-block;
  margin: 12px auto 18px; }
  @media (min-width: 1000px) {
    .c-home-footer__languages {
      float: left;
      margin: -7px 0 0 0; } }

.c-home-footer__languages-item {
  line-height: 28px;
  position: relative;
  height: 36px; }

.c-home-footer__languages-image {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
  display: block;
  height: 20px;
  opacity: .5; }

.c-home-footer__languages-current {
  color: #bab7f7;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 1000px) {
    .c-home-footer__languages-current {
      font-size: 18px;
      padding-right: 48px; } }
  .c-home-footer__languages-current:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #291e94;
    border-bottom: none;
    pointer-events: none; }

.c-home-footer__languages-sub {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  z-index: 1000;
  left: 0px;
  top: 32px;
  display: none;
  width: 150px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 3px 12px rgba(66, 71, 130, 0.25); }
  .c-home-footer__languages.m-active .c-home-footer__languages-sub {
    display: block; }

.c-home-footer__languages-sub-item {
  line-height: 1.2;
  overflow: hidden;
  height: auto;
  border-bottom: 1px solid #f5f6fa; }
  .c-home-footer__languages-sub-item:first-child {
    border-radius: 2px 2px 0 0; }
  .c-home-footer__languages-sub-item:last-child {
    border-radius: 0 0 2px 2px;
    border: none; }

.c-home-footer__languages-sub-link {
  color: #4741bf;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 8px 12px; }
  .c-home-footer__languages-sub-link:hover {
    text-decoration: none;
    background: #f5f6fa; }
  .c-home-footer__languages-sub-item.m-active .c-home-footer__languages-sub-link {
    color: #00cc88;
    position: relative;
    padding-right: 30px; }
    .c-home-footer__languages-sub-item.m-active .c-home-footer__languages-sub-link:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 12px;
      display: block;
      margin-top: -6px;
      height: 12px;
      width: 14px;
      background: url("../svg/icon-tick-green.svg") no-repeat center center; }

.c-home-footer__info {
  clear: both;
  position: relative;
  z-index: 5; }
  @media (min-width: 1000px) {
    .c-home-footer__info {
      clear: none;
      float: right; } }

.c-home-footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 15px; }
  .c-home-footer__nav:after {
    content: '';
    clear: both;
    display: table; }

.c-home-footer__nav-item {
  margin-bottom: 15px; }
  @media (min-width: 1000px) {
    .c-home-footer__nav-item {
      float: right;
      margin-left: 18px;
      margin-bottom: 0; } }

.c-home-footer__nav-link {
  color: #bab7f7;
  font-size: 14px;
  font-weight: 700; }
  @media (min-width: 1000px) {
    .c-home-footer__nav-link {
      font-size: 18px; } }

.c-home-footer__copy {
  color: #bab7f7;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  margin: 18px 0 18px; }
  @media (min-width: 1000px) {
    .c-home-footer__copy {
      font-size: 18px;
      text-align: right;
      margin: 0; } }
  .c-home-footer__copy span {
    display: block; }
    @media (min-width: 1000px) {
      .c-home-footer__copy span {
        display: inline; } }
  .c-home-footer__copy svg {
    fill: #ff7393;
    height: 12px;
    width: 12px;
    margin: 0 3px; }
    @media (min-width: 1000px) {
      .c-home-footer__copy svg {
        position: relative;
        top: 3px;
        height: 18px;
        width: 18px; } }

.c-home-header {
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px; }
  @media (min-width: 1000px) {
    .c-home-header {
      -ms-flex-align: center;
      align-items: center;
      padding: 24px 48px; } }

.c-home-header__logo {
  width: 96px;
  height: 48px;
  float: left; }
  @media (min-width: 1000px) {
    .c-home-header__logo {
      width: 144px;
      height: 72px; } }
  .c-home-header__logo.m-beta {
    position: relative; }
    .c-home-header__logo.m-beta:before {
      position: absolute;
      right: -36px;
      bottom: 21px;
      content: "beta";
      color: #00cc88;
      background: #524ccf;
      background: linear-gradient(to right, #524ccf 0%, #6560d7 100%);
      padding: 2px 6px 2px;
      font-size: 10px;
      font-family: "neuzeit-grotesk", sans-serif;
      font-weight: 700;
      z-index: 2; }
      @media (min-width: 1000px) {
        .c-home-header__logo.m-beta:before {
          right: -28px;
          bottom: 8px;
          padding: 3px 8px 2px;
          font-size: 14px; } }
    @media (min-width: 1000px) {
      .c-home-header__logo.m-beta:after {
        content: "";
        position: absolute;
        right: -28px;
        bottom: 14px;
        z-index: 1;
        width: 27px;
        height: 17px;
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
        box-shadow: 1px 7px 5px rgba(37, 32, 100, 0.9); } }

.c-home-header__actions {
  float: right;
  text-align: right; }

.c-home-header__button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  display: none;
  padding: 13px 12px;
  min-width: 174px;
  background: #00cc88;
  border-radius: 50px; }
  @media (min-width: 1000px) {
    .c-home-header__button {
      display: inline-block; } }
  .c-home-header__button:hover {
    text-decoration: none;
    background: #00ba7c; }

.c-home-header__link {
  color: #bab7f7;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  padding: 12px 0; }
  @media (min-width: 1000px) {
    .c-home-header__link {
      font-size: 18px;
      padding: 12px 36px; } }
  .c-home-header__link.m-for-email {
    line-height: 1.5;
    text-align: left;
    padding: 24px 0 12px; }
    .c-home-header__link.m-for-email p {
      margin-bottom: 12px; }
      .c-home-header__link.m-for-email p:last-child {
        margin-bottom: 0; }

.c-home-hero {
  text-align: center; }

.c-home-hero__title {
  color: #bab7f7;
  font-size: 36px;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  line-height: .9;
  padding: 0 30px;
  margin: 0 auto 24px; }
  @media (min-width: 1000px) {
    .c-home-hero__title {
      font-size: 60px;
      padding: 0; } }
  @media (min-width: 1188px) {
    .c-home-hero__title {
      max-width: 540px;
      font-size: 72px;
      margin: 0 auto 48px; } }
  @media (min-width: 600px) {
    .c-home-hero.m-wide .c-home-hero__title {
      max-width: 520px;
      margin: 0 auto 72px; } }
  @media (min-width: 1188px) {
    .c-home-hero.m-wide .c-home-hero__title {
      max-width: 768px; } }
  .c-home-hero__title span {
    color: #322ca9;
    display: table;
    margin: 0 auto 12px;
    padding: 6px 12px;
    background: #fffacc; }
    @media (min-width: 1000px) {
      .c-home-hero__title span {
        margin: 0 auto 6px;
        padding: 12px 24px; } }
    @media (min-width: 1188px) {
      .c-home-hero__title span {
        margin: 0 auto 12px; } }

.c-home-hero__subtitle {
  color: #bab7f7;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 auto 12px; }
  @media (min-width: 1000px) {
    .c-home-hero__subtitle {
      font-size: 30px;
      line-height: 1.2;
      margin: 0 auto 48px; } }
  @media (min-width: 1188px) {
    .c-home-hero__subtitle {
      max-width: 520px;
      margin: 0 auto 72px; } }
  @media (min-width: 600px) {
    .c-home-hero__subtitle--wide {
      max-width: 700px;
      margin: 0 auto 36px; } }
  @media (min-width: 1188px) {
    .c-home-hero__subtitle--wide {
      max-width: 600px; } }

.c-home-hero__subtitle-main {
  display: block;
  margin-bottom: 9px; }

.c-home-hero__subtitle-accent {
  display: inline-block; }
  .c-home-hero__subtitle-accent.m-red {
    color: #ff7393; }
  .c-home-hero__subtitle-accent.m-green {
    color: #00cc88; }
  .c-home-hero__subtitle-accent.m-yellow {
    color: #fffacc; }

.c-home-intro {
  padding: 96px 0 34px;
  background: #4741bf url("../images/hero-bg.jpg") no-repeat top center;
  background-size: 120% auto;
  min-height: 100vh; }
  .c-home-intro.m-flexible {
    min-height: 0; }
    @media (min-width: 600px) {
      .c-home-intro.m-flexible {
        min-height: 570px; } }
  .c-home-intro.m-flexible-intro {
    min-height: 0; }
    @media (min-width: 600px) {
      .c-home-intro.m-flexible-intro {
        min-height: 470px; } }
  .c-home-intro.m-about {
    background-image: url("../images/hero-bg--about.jpg"); }
  .c-home-intro.m-contact {
    background-image: url("../images/hero-bg--contact.jpg"); }
  @media (min-width: 1000px) {
    .c-home-intro {
      padding: 96px 0 54px; } }
  @media (min-width: 1188px) {
    .c-home-intro {
      background-size: 100% auto; } }

.c-home-mobility {
  padding: 24px;
  background: #fffacc; }
  @media (min-width: 1000px) {
    .c-home-mobility {
      padding: 42px 0 48px; } }
  @media (min-width: 1188px) {
    .c-home-mobility {
      padding: 60px 0 72px; } }

.c-home-mobility__print {
  position: absolute;
  display: none; }
  @media (min-width: 1188px) {
    .c-home-mobility__print {
      display: block; } }
  @media (min-width: 1000px) {
    .c-home-mobility__print.m-1 {
      top: -50px;
      right: -30px;
      width: 200px;
      height: 200px;
      -ms-transform: rotate(-115deg);
      transform: rotate(-115deg); } }
  @media (min-width: 1188px) {
    .c-home-mobility__print.m-1 {
      top: -200px;
      right: 0px;
      -ms-transform: rotate(-95deg);
      transform: rotate(-95deg); } }
  @media (min-width: 1440px) {
    .c-home-mobility__print.m-1 {
      right: -40px; } }
  .c-home-mobility__print.m-1 svg path {
    fill: #4741bf; }
  .c-home-mobility__print.m-2 {
    top: -20px;
    right: -80px;
    width: 320px;
    height: 320px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media (min-width: 1188px) {
      .c-home-mobility__print.m-2 {
        top: -220px;
        right: -80px; } }
    @media (min-width: 1440px) {
      .c-home-mobility__print.m-2 {
        top: -220px;
        right: -130px; } }
    .c-home-mobility__print.m-2 svg path {
      fill: #00cc88; }

.c-home-mobility__container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .c-home-mobility__container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1000px) {
    .c-home-mobility__container {
      max-width: 864px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-mobility__container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1188px) {
    .c-home-mobility__container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-mobility__container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1440px) {
    .c-home-mobility__container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-mobility__container:after {
        content: " ";
        display: block;
        clear: both; } }

.c-home-mobility__content {
  text-align: center; }
  @media (min-width: 1000px) {
    .c-home-mobility__content {
      width: 55%;
      float: left;
      text-align: left; } }
  @media (min-width: 1188px) {
    .c-home-mobility__content {
      width: 45.45455%;
      float: left; } }

.c-home-mobility__title {
  color: #4741bf;
  font-size: 24px;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px; }
  @media (min-width: 1000px) {
    .c-home-mobility__title {
      font-size: 42px;
      margin-bottom: 24px; } }
  @media (min-width: 1188px) {
    .c-home-mobility__title {
      max-width: 90%; } }

.c-home-mobility__text {
  color: #7f84a2;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 6px; }
  @media (min-width: 1000px) {
    .c-home-mobility__text {
      margin-bottom: 12px; } }
  .c-home-mobility__text:last-of-type {
    margin-bottom: 24px; }
    @media (min-width: 1000px) {
      .c-home-mobility__text:last-of-type {
        margin-bottom: 30px; } }

.c-home-mobility__button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  padding: 13px 12px;
  min-width: 240px;
  background: #00cc88;
  border-radius: 50px; }
  @media (min-width: 1000px) {
    .c-home-mobility__button {
      padding: 13px 24px; } }
  .c-home-mobility__button:hover {
    text-decoration: none;
    background: #00ba7c; }

.c-home-mobility__image {
  display: none; }
  @media (min-width: 1000px) {
    .c-home-mobility__image {
      width: 32.5%;
      float: left;
      position: absolute;
      right: 0;
      top: -72px;
      display: block; } }
  @media (min-width: 1188px) {
    .c-home-mobility__image {
      top: -132px; } }
  .c-home-mobility__image img {
    display: block;
    max-width: 100%;
    height: auto; }

.c-home-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 18px; }

.c-home-list__item {
  position: relative;
  color: #7f84a2;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  margin-bottom: 6px; }
  .c-home-list__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    height: 24px;
    width: 24px;
    background-image: url("../svg/icon-tick-green.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%; }

@media (min-width: 1000px) {
  .c-home-subscription {
    margin-bottom: 48px; } }

.c-home-subscription__table {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px; }
  .c-home-subscription__table:after {
    content: '';
    clear: both;
    display: table; }
  .c-home-subscription__table:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1000px) {
    .c-home-subscription__table {
      max-width: 864px;
      margin-left: auto;
      margin-right: auto;
      padding: 0; }
      .c-home-subscription__table:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1188px) {
    .c-home-subscription__table {
      max-width: 1056px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-subscription__table:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1440px) {
    .c-home-subscription__table {
      max-width: 1056px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-subscription__table:after {
        content: " ";
        display: block;
        clear: both; } }

.c-home-subscription__item {
  display: block;
  margin-bottom: 18px; }
  @media (min-width: 1000px) {
    .c-home-subscription__item {
      float: left;
      width: 33.33%;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .c-home-subscription__item.m-starter {
      margin: 20px 0; } }
  @media (min-width: 1000px) {
    .c-home-subscription__item.m-pro {
      position: relative;
      z-index: 2;
      margin: 10px 0;
      box-shadow: -12px 0 24px rgba(71, 65, 191, 0.15); } }
  .c-home-subscription__item.m-plus {
    margin-bottom: 0; }
    @media (min-width: 1000px) {
      .c-home-subscription__item.m-plus {
        position: relative;
        z-index: 4;
        box-shadow: -12px 0 24px rgba(71, 65, 191, 0.15); } }

.c-home-subscription__item-header {
  text-align: center;
  padding: 20px 0;
  background: #fffacc; }
  @media (min-width: 1000px) {
    .c-home-subscription__item.m-starter .c-home-subscription__item-header {
      padding: 32px 0; } }
  @media (min-width: 1000px) {
    .c-home-subscription__item.m-pro .c-home-subscription__item-header {
      padding: 24px 0 29px; } }
  @media (min-width: 1000px) {
    .c-home-subscription__item.m-plus .c-home-subscription__item-header {
      padding: 42px 0; } }

.c-home-subscription__item-title {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-size: 36px; }
  @media (min-width: 1000px) {
    .c-home-subscription__item-title {
      font-size: 48px; } }
  @media (min-width: 1188px) {
    .c-home-subscription__item-title {
      font-size: 60px; } }
  .c-home-subscription__item.m-starter .c-home-subscription__item-title {
    color: #00cc88; }
  .c-home-subscription__item.m-pro .c-home-subscription__item-title {
    color: #4741bf; }
  .c-home-subscription__item.m-plus .c-home-subscription__item-title {
    color: #ff7393; }
  .c-home-subscription__item-title span {
    font-size: 18px;
    display: block;
    margin-top: 6px; }
    @media (min-width: 1000px) {
      .c-home-subscription__item-title span {
        font-size: 21px;
        margin-top: 0; } }

.c-home-subscription__item-body {
  text-align: center;
  padding: 24px 0;
  background: #ffffff; }
  @media (min-width: 1000px) {
    .c-home-subscription__item-body {
      padding: 36px 0; } }
  @media (min-width: 1188px) {
    .c-home-subscription__item-body {
      padding: 36px 0; } }

.c-home-subscription__item-price {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 9px; }
  @media (min-width: 1000px) {
    .c-home-subscription__item-price {
      font-size: 48px;
      margin-bottom: 9px; } }
  @media (min-width: 1188px) {
    .c-home-subscription__item-price {
      font-size: 60px;
      margin-bottom: 9px; } }
  .c-home-subscription__item.m-starter .c-home-subscription__item-price {
    color: #00cc88; }
  .c-home-subscription__item.m-pro .c-home-subscription__item-price {
    color: #4741bf; }
  .c-home-subscription__item.m-plus .c-home-subscription__item-price {
    color: #ff7393; }
  .c-home-subscription__item-price span {
    font-size: 16px;
    font-weight: 400;
    color: #7f84a2; }
    @media (min-width: 1000px) {
      .c-home-subscription__item-price span {
        font-size: 18px; } }

.c-home-subscription__item-description {
  color: #7f84a2;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3; }
  @media (min-width: 1000px) {
    .c-home-subscription__item-description {
      font-size: 18px;
      padding: 0 48px; } }
  @media (min-width: 1188px) {
    .c-home-subscription__item-description {
      padding: 0 72px; } }

.c-home-subscription__item-footer {
  background: #ffffff;
  padding: 0 18px 18px; }
  @media (min-width: 1000px) {
    .c-home-subscription__item-footer {
      padding: 0 24px 36px; } }
  @media (min-width: 1188px) {
    .c-home-subscription__item-footer {
      padding: 0 42px 48px; } }
  .c-home-subscription__item.m-starter .c-home-subscription__item-footer {
    color: #00cc88; }
  @media (min-width: 1000px) {
    .c-home-subscription__item.m-pro .c-home-subscription__item-footer {
      padding-bottom: 46px; } }
  @media (min-width: 1188px) {
    .c-home-subscription__item.m-pro .c-home-subscription__item-footer {
      padding-bottom: 58px; } }
  @media (min-width: 1000px) {
    .c-home-subscription__item.m-plus .c-home-subscription__item-footer {
      padding-bottom: 56px; } }
  @media (min-width: 1188px) {
    .c-home-subscription__item.m-plus .c-home-subscription__item-footer {
      padding-bottom: 68px; } }

.c-home-subscription__item-button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  display: block;
  padding: 13px 12px;
  background: #00cc88;
  border-radius: 50px; }
  @media (min-width: 1000px) {
    .c-home-subscription__item-button {
      padding: 13px 24px; } }
  .c-home-subscription__item-button:hover {
    text-decoration: none;
    background: #00ba7c; }

.c-home-section {
  padding: 24px;
  background: #fffacc; }
  @media (min-width: 1000px) {
    .c-home-section {
      padding: 42px 0 48px; } }
  @media (min-width: 1188px) {
    .c-home-section {
      padding: 60px 0 72px; } }

.c-home-section__container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .c-home-section__container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1000px) {
    .c-home-section__container {
      max-width: 864px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-section__container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1188px) {
    .c-home-section__container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-section__container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1440px) {
    .c-home-section__container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .c-home-section__container:after {
        content: " ";
        display: block;
        clear: both; } }
  .c-home-section__container.m-narrow {
    max-width: 540px; }

.c-home-section__title {
  color: #4741bf;
  font-size: 24px;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px; }
  @media (min-width: 1000px) {
    .c-home-section__title {
      font-size: 42px;
      margin-bottom: 24px; } }
  .c-home-section__title.m-secondary {
    color: #00cc88; }
  .c-home-section__title.m-center {
    text-align: center; }

.c-home-section__subtitle {
  color: #4741bf;
  font-size: 18px;
  font-family: "neuzeit-grotesk", sans-serif;
  line-height: 1;
  margin-bottom: 18px; }

.c-home-section__text {
  color: #7f84a2;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 6px; }
  @media (min-width: 1000px) {
    .c-home-section__text {
      margin-bottom: 12px; } }
  .c-home-section__text.m-center {
    text-align: center; }
  .c-home-section__text .c-home-section__text-icon {
    margin-top: 12px;
    vertical-align: middle; }

.c-home-section__button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  padding: 13px 12px;
  min-width: 240px;
  background: #00cc88;
  border-radius: 50px; }
  @media (min-width: 1000px) {
    .c-home-section__button {
      padding: 13px 24px; } }
  .c-home-section__button.m-small {
    padding: 13px 12px;
    font-size: 16px; }
  .c-home-section__button:hover {
    text-decoration: none;
    background: #00ba7c; }

.c-home-section__row {
  margin: 0 -8px; }
  .c-home-section__row:after {
    content: "";
    display: table;
    clear: both; }

.c-home-section__row-item {
  padding: 0 8px;
  margin-bottom: 8px; }
  @media (min-width: 600px) {
    .c-home-section__row-item {
      float: left;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .c-home-section__row-item.m-right {
      float: right; } }
  @media (min-width: 600px) {
    .c-home-section__row-item.m-3 {
      width: 30%; } }
  @media (min-width: 600px) {
    .c-home-section__row-item.m-4 {
      width: 40%; } }
  @media (min-width: 600px) {
    .c-home-section__row-item.m-5 {
      width: 50%; } }
  @media (min-width: 600px) {
    .c-home-section__row-item.m-6 {
      width: 60%; } }
  @media (min-width: 600px) {
    .c-home-section__row-item.m-7 {
      width: 70%; } }

.r-soon {
  min-height: 100%;
  text-align: center;
  padding-bottom: 48px;
  background: #f5f6fa; }

.r-soon__print {
  position: absolute;
  display: none; }
  @media (min-width: 1000px) {
    .r-soon__print {
      display: block; } }
  .r-soon__print.m-1 {
    left: 55%;
    width: 206px;
    height: 206px;
    -ms-transform: rotate(70deg) translateX(-96px);
    transform: rotate(70deg) translateX(-96px); }
  .r-soon__print.m-2 {
    left: -96px;
    top: 104px;
    width: 186px;
    height: 186px; }

.r-soon__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  height: 96px; }

.r-soon__header-logo {
  height: 48px;
  width: 93px; }
  @media (min-width: 1000px) {
    .r-soon__header-logo {
      height: 69px;
      width: 135px; } }

.r-soon__body {
  position: relative;
  z-index: 10; }

.r-soon__title {
  color: #424782;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px; }
  @media (min-width: 1000px) {
    .r-soon__title {
      font-size: 40px; } }

.r-soon__text {
  color: #7f84a2;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px; }
  @media (min-width: 1000px) {
    .r-soon__text {
      font-size: 18px;
      margin-bottom: 24px; } }
  .r-soon__text.m-small {
    font-size: 14px; }
  .r-soon__text.m-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .r-soon__text.m-flex span {
      height: 24px;
      width: 24px;
      margin: 0 6px; }
      .r-soon__text.m-flex span svg {
        fill: #ff7393; }
  .r-soon__text:last-child {
    margin-bottom: 0; }

.r-soon__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 18px; }
  @media (min-width: 600px) {
    .r-soon__list {
      width: 75%;
      margin: 0 auto 18px; } }
  @media (min-width: 1000px) {
    .r-soon__list {
      width: 41.66667%;
      margin: 0 auto 24px; } }
  @media (min-width: 1188px) {
    .r-soon__list {
      width: 29.16667%; } }

.r-soon__item {
  position: relative;
  color: #7f84a2;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 48px;
  margin-bottom: 6px; }
  @media (min-width: 1000px) {
    .r-soon__item {
      font-size: 18px; } }
  .r-soon__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    height: 24px;
    width: 24px;
    background: #ffffff;
    background-image: url("../svg/icon-tick-green.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%; }

.r-soon__waitlist {
  position: relative;
  margin: 0 0 18px; }
  @media (min-width: 1000px) {
    .r-soon__waitlist {
      width: 66.66667%;
      margin: 42px auto 36px; } }
  @media (min-width: 1188px) {
    .r-soon__waitlist {
      width: 50%; } }

.r-soon__waitlist-body {
  position: relative;
  z-index: 10;
  padding: 12px 18px;
  background: #ffffff; }
  @media (min-width: 1000px) {
    .r-soon__waitlist-body {
      padding: 24px 0; } }

.r-soon__waitlist-title {
  color: #424782;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 1.3; }
  @media (min-width: 1000px) {
    .r-soon__waitlist-title {
      font-size: 24px;
      margin-bottom: 18px;
      padding: 0 72px; } }

@media (min-width: 1000px) {
  .r-soon__waitlist-form {
    width: 61.53846%;
    margin: 0 auto; } }

.r-soon__waitlist-row {
  margin-bottom: 12px; }
  @media (min-width: 1000px) {
    .r-soon__waitlist-row {
      margin-bottom: 18px; } }
  .r-soon__waitlist-row:last-child {
    margin: 0; }

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