/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-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 */ }

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*#############################################################################
# FUNCTIONS
#############################################################################*/
/*#############################################################################
# MIXINS
#############################################################################*/
/* Example:
div.logo {
  background: image-url("logo.png") no-repeat;
  @include background-retina("logo2x.png", 100px, 25px);
}
*/
/*#############################################################################
# PLACEHOLDERS
#############################################################################*/
/*#############################################################################
# BASE
#############################################################################*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html,
body {
  min-height: 100%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden; }

body {
  background-color: #fff;
  color: #434448; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  margin: 0.5em 0;
  line-height: 1.4em; }

h1 {
  font-size: 1.875rem; }
  @media only screen and (min-width: 40.0625rem) {
    h1 {
      font-size: 2.375rem; } }

h2 {
  font-size: 1.625rem; }
  @media only screen and (min-width: 40.0625rem) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.375rem; }
  @media only screen and (min-width: 40.0625rem) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: 1.125rem; }
  @media only screen and (min-width: 40.0625rem) {
    h4 {
      font-size: 1.375rem; } }

h5 {
  font-size: 1rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 40.0625rem) {
    h5 {
      font-size: 1rem; } }

h6 {
  font-size: 1rem; }
  @media only screen and (min-width: 40.0625rem) {
    h6 {
      font-size: 1rem; } }

p {
  margin: 0 0 20px; }
  p.small {
    font-size: 0.875rem; }
  p.opacity {
    opacity: 0.5; }
  p.alert {
    color: #FF425E; }
  p.success {
    color: #45DFB0; }
  p.secondary {
    color: #AFB3C0; }
  p.centered {
    text-align: center; }

a {
  color: #4D4CFC;
  text-decoration: none;
  -moz-transition: color 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, background-color 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  -o-transition: color 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, background-color 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.7, 0, 0.175, 1);
  -webkit-transition-delay: 0s, 0s;
  -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, background-color 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, background-color 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s; }
  a:hover {
    color: #2a29fb; }
  a.secondary {
    color: #AFB3C0; }
    a.secondary:hover {
      color: #848a9e;
      text-decoration: underline; }
  a.alert {
    color: #FF425E; }
    a.alert:hover {
      color: #f50024;
      text-decoration: underline; }
  a.underlined {
    text-decoration: underline; }

.text-secondary {
  color: #AFB3C0; }

.text-success {
  color: #45DFB0; }

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

hr {
  border: none;
  border-bottom: 1px solid #dadce2;
  margin: 30px 0; }
  hr.translucent {
    opacity: 0.5; }
  hr.big-push {
    margin: 60px 0; }

/*#############################################################################
# LAYOUT
#############################################################################*/
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  @media only screen and (min-width: 40.0625rem) {
    .grid {
      grid-column-gap: 40px; } }
  .grid .col.sm1 {
    grid-column: span 1; }
  .grid .col.sm2 {
    grid-column: span 2; }
  .grid .col.sm3 {
    grid-column: span 3; }
  .grid .col.sm4 {
    grid-column: span 4; }
  .grid .col.sm5 {
    grid-column: span 5; }
  .grid .col.sm6 {
    grid-column: span 6; }
  .grid .col.sm7 {
    grid-column: span 7; }
  .grid .col.sm8 {
    grid-column: span 8; }
  .grid .col.sm9 {
    grid-column: span 9; }
  .grid .col.sm10 {
    grid-column: span 10; }
  .grid .col.sm11 {
    grid-column: span 11; }
  .grid .col.sm12 {
    grid-column: span 12; }
  @media only screen and (min-width: 40.0625rem) {
    .grid .col.md1 {
      grid-column: span 1; }
    .grid .col.md2 {
      grid-column: span 2; }
    .grid .col.md3 {
      grid-column: span 3; }
    .grid .col.md4 {
      grid-column: span 4; }
    .grid .col.md5 {
      grid-column: span 5; }
    .grid .col.md6 {
      grid-column: span 6; }
    .grid .col.md7 {
      grid-column: span 7; }
    .grid .col.md8 {
      grid-column: span 8; }
    .grid .col.md9 {
      grid-column: span 9; }
    .grid .col.md10 {
      grid-column: span 10; }
    .grid .col.md11 {
      grid-column: span 11; }
    .grid .col.md12 {
      grid-column: span 12; } }
  @media only screen and (min-width: 53.75rem) {
    .grid .col.xm1 {
      grid-column: span 1; }
    .grid .col.xm2 {
      grid-column: span 2; }
    .grid .col.xm3 {
      grid-column: span 3; }
    .grid .col.xm4 {
      grid-column: span 4; }
    .grid .col.xm5 {
      grid-column: span 5; }
    .grid .col.xm6 {
      grid-column: span 6; }
    .grid .col.xm7 {
      grid-column: span 7; }
    .grid .col.xm8 {
      grid-column: span 8; }
    .grid .col.xm9 {
      grid-column: span 9; }
    .grid .col.xm10 {
      grid-column: span 10; }
    .grid .col.xm11 {
      grid-column: span 11; }
    .grid .col.xm12 {
      grid-column: span 12; } }
  @media only screen and (min-width: 64.0625rem) {
    .grid .col.lg1 {
      grid-column: span 1; }
    .grid .col.lg2 {
      grid-column: span 2; }
    .grid .col.lg3 {
      grid-column: span 3; }
    .grid .col.lg4 {
      grid-column: span 4; }
    .grid .col.lg5 {
      grid-column: span 5; }
    .grid .col.lg6 {
      grid-column: span 6; }
    .grid .col.lg7 {
      grid-column: span 7; }
    .grid .col.lg8 {
      grid-column: span 8; }
    .grid .col.lg9 {
      grid-column: span 9; }
    .grid .col.lg10 {
      grid-column: span 10; }
    .grid .col.lg11 {
      grid-column: span 11; }
    .grid .col.lg12 {
      grid-column: span 12; } }
  @media only screen and (min-width: 75rem) {
    .grid .col.xl1 {
      grid-column: span 1; }
    .grid .col.xl2 {
      grid-column: span 2; }
    .grid .col.xl3 {
      grid-column: span 3; }
    .grid .col.xl4 {
      grid-column: span 4; }
    .grid .col.xl5 {
      grid-column: span 5; }
    .grid .col.xl6 {
      grid-column: span 6; }
    .grid .col.xl7 {
      grid-column: span 7; }
    .grid .col.xl8 {
      grid-column: span 8; }
    .grid .col.xl9 {
      grid-column: span 9; }
    .grid .col.xl10 {
      grid-column: span 10; }
    .grid .col.xl11 {
      grid-column: span 11; }
    .grid .col.xl12 {
      grid-column: span 12; } }

.section-wrapper {
  padding: 80px 0; }
  .section-wrapper:last-child {
    padding: 80px 0 120px; }
  .section-wrapper.sides-push {
    background-color: #f7f8fb;
    margin: 40px 20px;
    border-radius: 10px; }
    @media only screen and (min-width: 64.0625rem) {
      .section-wrapper.sides-push {
        margin: 40px; } }
  .section-wrapper.negative {
    background-color: #282755;
    color: white; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }
  @media only screen and (min-width: 40.0625rem) {
    .container {
      padding: 0 20px; } }
  .container.centered {
    text-align: center; }
  .container .container {
    padding: 0; }

.content-box {
  margin-bottom: 120px; }
  .content-box:last-of-type {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625rem) {
    .content-box {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 10%;
      justify-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 200px; }
      .content-box.reverse .content-box-col:nth-child(1) {
        grid-column: 2;
        grid-row: 1; }
      .content-box.reverse .content-box-col:nth-child(2) {
        grid-column: 1;
        grid-row: 1; } }
  @media only screen and (min-width: 53.75rem) {
    .content-box {
      grid-column-gap: 20%; } }

/*#############################################################################
# BUTTONS
#############################################################################*/
.button {
  display: inline-block;
  background-color: #4D4CFC;
  color: #fff;
  font-weight: 900;
  padding: 10px 20px;
  margin: 0 10px 10px 0;
  border-radius: 4px; }
  .button:hover {
    background-color: #0504de;
    color: white;
    text-decoration: none; }
  .button.secondary {
    background-color: #AFB3C0;
    color: #ffffff; }
    .button.secondary:hover {
      background-color: #848a9e;
      color: #fff;
      text-decoration: none; }
  .button.success {
    background-color: #45DFB0;
    color: #ffffff; }
    .button.success:hover {
      background-color: #20b889;
      color: #fff;
      text-decoration: none; }
  .button.alert {
    background-color: #FF425E;
    color: #ffffff; }
    .button.alert:hover {
      background-color: #f50024;
      color: #fff;
      text-decoration: none; }
  .button.warning {
    background-color: #FFFF00;
    color: #434448; }
    .button.warning:hover {
      background-color: #b3b300;
      color: #fff;
      text-decoration: none; }
  .button.outline {
    background: transparent;
    color: #4D4CFC;
    -webkit-box-shadow: 0 0 0 2px #4D4CFC inset;
    box-shadow: 0 0 0 2px #4D4CFC inset; }
    .button.outline:hover {
      background: rgba(77, 76, 252, 0.1);
      color: #0504de;
      -webkit-box-shadow: 0 0 0 2px #0504de inset;
      box-shadow: 0 0 0 2px #0504de inset; }
    .button.outline.secondary {
      background: transparent;
      color: #AFB3C0;
      -webkit-box-shadow: 0 0 0 2px #AFB3C0 inset;
      box-shadow: 0 0 0 2px #AFB3C0 inset; }
      .button.outline.secondary:hover {
        background: rgba(175, 179, 192, 0.1);
        color: #848a9e;
        -webkit-box-shadow: 0 0 0 2px #848a9e inset;
        box-shadow: 0 0 0 2px #848a9e inset; }
    .button.outline.success {
      background: transparent;
      color: #45DFB0;
      -webkit-box-shadow: 0 0 0 2px #45DFB0 inset;
      box-shadow: 0 0 0 2px #45DFB0 inset; }
      .button.outline.success:hover {
        background: rgba(69, 223, 176, 0.1);
        color: #20b889;
        -webkit-box-shadow: 0 0 0 2px #20b889 inset;
        box-shadow: 0 0 0 2px #20b889 inset; }
    .button.outline.alert {
      background: transparent;
      color: #FF425E;
      -webkit-box-shadow: 0 0 0 2px #FF425E inset;
      box-shadow: 0 0 0 2px #FF425E inset; }
      .button.outline.alert:hover {
        background: rgba(255, 66, 94, 0.1);
        color: #f50024;
        -webkit-box-shadow: 0 0 0 2px #f50024 inset;
        box-shadow: 0 0 0 2px #f50024 inset; }
    .button.outline.warning {
      background: transparent;
      color: #FFFF00;
      -webkit-box-shadow: 0 0 0 2px #FFFF00 inset;
      box-shadow: 0 0 0 2px #FFFF00 inset; }
      .button.outline.warning:hover {
        background: rgba(255, 255, 0, 0.1);
        color: #b3b300;
        -webkit-box-shadow: 0 0 0 2px #b3b300 inset;
        box-shadow: 0 0 0 2px #b3b300 inset; }
  .button.small {
    font-size: 0.875rem;
    padding: 5px 10px; }
  .button.is-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3; }

/*#############################################################################
# FORMS AND INPUTS
#############################################################################*/
.input-group {
  margin: 0 0 30px; }
  .input-group > label {
    display: block;
    font-weight: 900;
    line-height: 1.5rem;
    margin-bottom: 10px; }
  .input-group .input-wrapper {
    margin-bottom: 10px; }

.input-wrapper {
  margin: 0 0 30px;
  position: relative;
  /* Remove the stupid outer glow in Webkit */
  /* Labels
  -----------------------------------------------*/
  /* Text Inputs
  -----------------------------------------------*/
  /* Button Controls
  -----------------------------------------------*/
  /* Textarea
  -----------------------------------------------*/
  /* Selects
  -----------------------------------------------*/
  /* Placeholder
  -----------------------------------------------*/ }
  .input-wrapper.no-margin {
    margin: 0; }
  .input-wrapper input {
    width: 100%; }
  .input-wrapper input,
  .input-wrapper label,
  .input-wrapper select,
  .input-wrapper button,
  .input-wrapper textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 1;
    font-size: 1rem;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .input-wrapper input:focus,
  .input-wrapper textarea:focus,
  .input-wrapper select:focus {
    outline: 0; }
  .input-wrapper label {
    font-weight: 900;
    line-height: 1.5rem;
    margin-bottom: 10px; }
  .input-wrapper .general-input-styles, .input-wrapper input[type=date],
  .input-wrapper input[type=datetime],
  .input-wrapper input[type=datetime-local],
  .input-wrapper input[type=email],
  .input-wrapper input[type=month],
  .input-wrapper input[type=number],
  .input-wrapper input[type=password],
  .input-wrapper input[type=range],
  .input-wrapper input[type=search],
  .input-wrapper input[type=tel],
  .input-wrapper input[type=text],
  .input-wrapper input[type=time],
  .input-wrapper input[type=url],
  .input-wrapper input[type=week], .input-wrapper textarea, .input-wrapper select {
    display: block;
    background-color: #ffffff;
    border: 1px solid #D7D9E2;
    color: #434448;
    font-weight: 400;
    margin: 0;
    padding: 12px 18px;
    min-height: 46px;
    width: 100%;
    border-radius: 4px; }
    .input-wrapper .general-input-styles:focus, .input-wrapper input[type=date]:focus,
    .input-wrapper input[type=datetime]:focus,
    .input-wrapper input[type=datetime-local]:focus,
    .input-wrapper input[type=email]:focus,
    .input-wrapper input[type=month]:focus,
    .input-wrapper input[type=number]:focus,
    .input-wrapper input[type=password]:focus,
    .input-wrapper input[type=range]:focus,
    .input-wrapper input[type=search]:focus,
    .input-wrapper input[type=tel]:focus,
    .input-wrapper input[type=text]:focus,
    .input-wrapper input[type=time]:focus,
    .input-wrapper input[type=url]:focus,
    .input-wrapper input[type=week]:focus, .input-wrapper textarea:focus, .input-wrapper select:focus {
      border-color: #4D4CFC;
      -webkit-box-shadow: 0 0 0 3px rgba(77, 76, 252, 0.15) inset;
      box-shadow: 0 0 0 3px rgba(77, 76, 252, 0.15) inset; }
    .input-wrapper .general-input-styles:disabled, .input-wrapper input[type=date]:disabled,
    .input-wrapper input[type=datetime]:disabled,
    .input-wrapper input[type=datetime-local]:disabled,
    .input-wrapper input[type=email]:disabled,
    .input-wrapper input[type=month]:disabled,
    .input-wrapper input[type=number]:disabled,
    .input-wrapper input[type=password]:disabled,
    .input-wrapper input[type=range]:disabled,
    .input-wrapper input[type=search]:disabled,
    .input-wrapper input[type=tel]:disabled,
    .input-wrapper input[type=text]:disabled,
    .input-wrapper input[type=time]:disabled,
    .input-wrapper input[type=url]:disabled,
    .input-wrapper input[type=week]:disabled, .input-wrapper textarea:disabled, .input-wrapper select:disabled {
      background-color: #F4F4F4;
      border-color: #E9EAEA;
      color: #B6B8BD; }
  .input-wrapper input[type=checkbox],
  .input-wrapper input[type=radio] {
    width: 15px;
    height: 15px; }
  .input-wrapper textarea {
    /* Move the label to the top */
    vertical-align: top;
    /* Turn off scroll bars in IE unless needed */
    overflow: auto; }
  .input-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px; }
  .input-wrapper ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #AFB3C0; }
  .input-wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #AFB3C0; }
  .input-wrapper :-ms-input-placeholder {
    /* IE 10+ */
    color: #AFB3C0; }
  .input-wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #AFB3C0; }
  .input-wrapper .select-wrapper {
    position: relative; }
    .input-wrapper .select-wrapper::after {
      display: block;
      content: "";
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #D7D9E2 transparent transparent transparent;
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      right: 13px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .input-wrapper.has-addon {
    display: grid;
    grid-template-rows: auto 1fr; }
    .input-wrapper.has-addon .input-addon {
      background: #D7D9E2;
      line-height: 46px;
      height: 46px;
      padding: 0 18px; }
    .input-wrapper.has-addon label {
      grid-column: 1/3;
      grid-row: 1; }
    .input-wrapper.has-addon.preppend {
      grid-template-columns: auto 1fr; }
      .input-wrapper.has-addon.preppend .input-addon {
        grid-column: 1;
        grid-row: 2;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .input-wrapper.has-addon.preppend input,
      .input-wrapper.has-addon.preppend textarea,
      .input-wrapper.has-addon.preppend select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .input-wrapper.has-addon.append {
      grid-template-columns: 1fr auto; }
      .input-wrapper.has-addon.append .input-addon {
        grid-column: 2;
        grid-row: 2;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .input-wrapper.has-addon.append input,
      .input-wrapper.has-addon.append textarea,
      .input-wrapper.has-addon.append select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .input-wrapper.has-addon input:focus + .input-addon,
    .input-wrapper.has-addon textarea:focus + .input-addon,
    .input-wrapper.has-addon select:focus + .input-addon {
      background: #4D4CFC;
      color: #fff; }
  .input-wrapper.has-error .error-input-styles, .input-wrapper.has-error input[type=date],
  .input-wrapper.has-error input[type=datetime],
  .input-wrapper.has-error input[type=datetime-local],
  .input-wrapper.has-error input[type=email],
  .input-wrapper.has-error input[type=month],
  .input-wrapper.has-error input[type=number],
  .input-wrapper.has-error input[type=password],
  .input-wrapper.has-error input[type=range],
  .input-wrapper.has-error input[type=search],
  .input-wrapper.has-error input[type=tel],
  .input-wrapper.has-error input[type=text],
  .input-wrapper.has-error input[type=time],
  .input-wrapper.has-error input[type=url],
  .input-wrapper.has-error input[type=week],
  .input-wrapper.has-error textarea,
  .input-wrapper.has-error select {
    background-color: #fff4f6;
    border-color: #FF425E;
    color: #FF425E; }
    .input-wrapper.has-error .error-input-styles:focus, .input-wrapper.has-error input[type=date]:focus,
    .input-wrapper.has-error input[type=datetime]:focus,
    .input-wrapper.has-error input[type=datetime-local]:focus,
    .input-wrapper.has-error input[type=email]:focus,
    .input-wrapper.has-error input[type=month]:focus,
    .input-wrapper.has-error input[type=number]:focus,
    .input-wrapper.has-error input[type=password]:focus,
    .input-wrapper.has-error input[type=range]:focus,
    .input-wrapper.has-error input[type=search]:focus,
    .input-wrapper.has-error input[type=tel]:focus,
    .input-wrapper.has-error input[type=text]:focus,
    .input-wrapper.has-error input[type=time]:focus,
    .input-wrapper.has-error input[type=url]:focus,
    .input-wrapper.has-error input[type=week]:focus,
    .input-wrapper.has-error textarea:focus,
    .input-wrapper.has-error select:focus {
      border-color: #FF425E;
      -webkit-box-shadow: 0 0 0 3px rgba(255, 66, 94, 0.15) inset;
      box-shadow: 0 0 0 3px rgba(255, 66, 94, 0.15) inset; }
  .input-wrapper.has-error .input-addon {
    background-color: #FF425E;
    color: #fff; }
  .input-wrapper.has-error input:focus + .input-addon,
  .input-wrapper.has-error textarea:focus + .input-addon,
  .input-wrapper.has-error select:focus + .input-addon {
    background: #FF425E; }
  .input-wrapper.has-error .select-wrapper::after {
    border-color: #FF425E transparent transparent transparent; }
  .input-wrapper.has-error span.error-msg {
    display: block;
    grid-column: 1 / span 2;
    font-size: 0.875rem;
    color: #FF425E; }
  .input-wrapper.radio input {
    position: absolute;
    opacity: 0; }
    .input-wrapper.radio input + label {
      cursor: pointer;
      font-weight: 400;
      padding: 0;
      margin: 0;
      position: relative; }
      .input-wrapper.radio input + label::before {
        content: '';
        display: inline-block;
        background: #fff;
        border: 1px solid #D7D9E2;
        margin-right: 10px;
        vertical-align: text-top;
        width: 20px;
        height: 20px;
        border-radius: 100%; }
    .input-wrapper.radio input:hover + label::before {
      background: #F7F8FB; }
    .input-wrapper.radio input:focus + label::before {
      -webkit-box-shadow: 0 0 0 2px rgba(77, 76, 252, 0.15) inset;
      box-shadow: 0 0 0 2px rgba(77, 76, 252, 0.15) inset; }
    .input-wrapper.radio input:checked + label::before {
      border-color: #4D4CFC;
      -webkit-box-shadow: 0 0 0 2px rgba(77, 76, 252, 0.15) inset;
      box-shadow: 0 0 0 2px rgba(77, 76, 252, 0.15) inset; }
    .input-wrapper.radio input:disabled + label {
      color: #b8b8b8;
      cursor: auto; }
      .input-wrapper.radio input:disabled + label::before {
        -webkit-box-shadow: none;
                box-shadow: none;
        background: #ddd; }
    .input-wrapper.radio input:checked + label::after {
      content: '';
      background: #4D4CFC;
      width: 8px;
      height: 8px;
      position: absolute;
      left: 6px;
      top: 50%;
      border-radius: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .input-wrapper.checkbox input {
    position: absolute;
    opacity: 0; }
    .input-wrapper.checkbox input + label {
      cursor: pointer;
      font-weight: 400;
      padding: 0;
      margin: 0;
      position: relative; }
      .input-wrapper.checkbox input + label::before {
        content: '';
        display: inline-block;
        background: #fff;
        border: 1px solid #D7D9E2;
        margin-right: 10px;
        vertical-align: text-top;
        width: 20px;
        height: 20px;
        border-radius: 3px; }
    .input-wrapper.checkbox input:hover + label::before {
      background: #F7F8FB; }
    .input-wrapper.checkbox input:focus + label::before {
      -webkit-box-shadow: 0 0 0 2px rgba(77, 76, 252, 0.15) inset;
      box-shadow: 0 0 0 2px rgba(77, 76, 252, 0.15) inset; }
    .input-wrapper.checkbox input:checked + label::before {
      border-color: #4D4CFC;
      -webkit-box-shadow: 0 0 0 2px rgba(77, 76, 252, 0.15) inset;
      box-shadow: 0 0 0 2px rgba(77, 76, 252, 0.15) inset; }
    .input-wrapper.checkbox input:disabled + label {
      color: #b8b8b8;
      cursor: auto; }
      .input-wrapper.checkbox input:disabled + label::before {
        -webkit-box-shadow: none;
                box-shadow: none;
        background: #ddd; }
    .input-wrapper.checkbox input:checked + label::after {
      content: '';
      position: absolute;
      left: 5px;
      top: 11px;
      background: #4D4CFC;
      width: 2px;
      height: 2px;
      -webkit-box-shadow: 2px 0 0 #4D4CFC, 4px 0 0 #4D4CFC, 4px -2px 0 #4D4CFC, 4px -4px 0 #4D4CFC, 4px -6px 0 #4D4CFC, 4px -8px 0 #4D4CFC;
      box-shadow: 2px 0 0 #4D4CFC, 4px 0 0 #4D4CFC, 4px -2px 0 #4D4CFC, 4px -4px 0 #4D4CFC, 4px -6px 0 #4D4CFC, 4px -8px 0 #4D4CFC;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .input-wrapper.small {
    margin-bottom: 20px; }
    .input-wrapper.small input,
    .input-wrapper.small label,
    .input-wrapper.small select,
    .input-wrapper.small button,
    .input-wrapper.small textarea {
      font-size: 0.875rem; }
    .input-wrapper.small label {
      margin-bottom: 5px; }
    .input-wrapper.small input[type=date],
    .input-wrapper.small input[type=datetime],
    .input-wrapper.small input[type=datetime-local],
    .input-wrapper.small input[type=email],
    .input-wrapper.small input[type=month],
    .input-wrapper.small input[type=number],
    .input-wrapper.small input[type=password],
    .input-wrapper.small input[type=range],
    .input-wrapper.small input[type=search],
    .input-wrapper.small input[type=tel],
    .input-wrapper.small input[type=text],
    .input-wrapper.small input[type=time],
    .input-wrapper.small input[type=url],
    .input-wrapper.small input[type=week],
    .input-wrapper.small select {
      padding: 0 14px;
      min-height: 36px; }
    .input-wrapper.small.has-addon .input-addon {
      height: 36px;
      line-height: 36px; }

/*#############################################################################
# MODALS
#############################################################################*/
.modal-wrapper {
  background: rgba(67, 68, 72, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.modal-box {
  background: #fff;
  width: calc(100vw - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  -webkit-box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (min-width: 40.0625rem) {
    .modal-box.large {
      width: 640px; } }
  @media only screen and (min-width: 40.0625rem) {
    .modal-box.extra-large {
      width: 860px; } }
  @media only screen and (min-width: 40.0625rem) {
    .modal-box.small {
      width: 440px; } }
  .modal-box.centered {
    text-align: center; }
  .modal-box header {
    border-bottom: 2px solid #F5F5F7;
    padding: 10px 60px 10px 10px;
    position: relative; }
    .modal-box header .modal-title {
      margin: 0;
      padding-right: 50px; }
    .modal-box header .close-modal {
      color: #AFB3C0;
      font-size: 1.875rem;
      font-weight: 900;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (min-width: 40.0625rem) {
        .modal-box header .close-modal {
          right: 40px; } }
    .modal-box header .modal-header-action {
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (min-width: 40.0625rem) {
        .modal-box header .modal-header-action {
          right: 30px; } }
    .modal-box header.has-icon {
      padding: 20px 90px; }
      .modal-box header.has-icon img.icon {
        position: absolute;
        top: 50%;
        left: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .modal-box .modal-body {
    padding: 20px 10px; }
    .modal-box .modal-body > :last-child {
      margin-bottom: 0; }
    .modal-box .modal-body.secondary {
      background-color: #fafafb; }
    .modal-box .modal-body .modal-body-title {
      margin: 0 0 20px 0; }
  .modal-box .modal-email {
    padding: 0 10px 10px; }
    .modal-box .modal-email .email-to,
    .modal-box .modal-email .email-subject {
      display: grid;
      grid-template-columns: auto 1fr;
      grid-column-gap: 8px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 2px solid #E9EAEA;
      padding: 12px 0; }
      .modal-box .modal-email .email-to .label,
      .modal-box .modal-email .email-subject .label {
        grid-column: 1;
        grid-row: 1;
        color: #AFB3C0;
        font-weight: 900; }
      .modal-box .modal-email .email-to .emails,
      .modal-box .modal-email .email-to .subject,
      .modal-box .modal-email .email-subject .emails,
      .modal-box .modal-email .email-subject .subject {
        grid-column: 2;
        grid-row: 1;
        color: #434448; }
      .modal-box .modal-email .email-to .email,
      .modal-box .modal-email .email-subject .email {
        display: inline-block;
        background-color: #E4E4FF;
        padding: 3px 5px;
        border-radius: 4px; }
      .modal-box .modal-email .email-to .subject,
      .modal-box .modal-email .email-subject .subject {
        border: none; }
        .modal-box .modal-email .email-to .subject:focus,
        .modal-box .modal-email .email-subject .subject:focus {
          outline: 0; }
    .modal-box .modal-email textarea.email-body {
      border: none;
      width: 100%;
      height: 250px;
      padding: 15px 0 0;
      resize: none; }
      .modal-box .modal-email textarea.email-body:focus {
        outline: 0; }
  .modal-box .modal-warning {
    background-color: #FFFFAB;
    border-bottom: 2px solid #F5F5F7;
    padding: 4px 0; }
    .modal-box .modal-warning p {
      font-size: 0.875rem;
      margin: 0; }
  .modal-box footer {
    border-top: 2px solid #F5F5F7;
    padding: 10px;
    *zoom: 1; }
    .modal-box footer:after {
      content: "";
      display: table;
      clear: both; }
    .modal-box footer .button {
      margin: 0; }
      .modal-box footer .button.left {
        float: left; }
      .modal-box footer .button.right {
        float: right; }
  @media only screen and (min-width: 40.0625rem) {
    .modal-box {
      width: 580px; }
      .modal-box header {
        padding: 20px 90px 20px 40px; }
      .modal-box .modal-body {
        padding: 30px 40px; }
      .modal-box .modal-email {
        padding: 0 20px 20px; }
      .modal-box footer {
        padding: 20px 40px; } }

/*#############################################################################
# STEPS
#############################################################################*/
.panel {
  font-size: 0.8125rem;
  margin: 30px 0;
  padding: 10px 20px;
  position: relative;
  border-radius: 6px; }
  .panel.has-icon {
    padding-left: 60px; }
    .panel.has-icon img.icon {
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .panel :last-child {
    margin: 0; }
  .panel.success {
    background-color: #86eacc; }
  .panel.warning {
    background-color: #FFFFAB; }
  .panel.primary-dark {
    background-color: #282755;
    color: white; }

/*#############################################################################
# PROGRESS BAR
#############################################################################*/
div.progress-bar {
  background-color: #F9F9FB;
  border: 1px solid #E9EAEA;
  height: 12px;
  width: 100%;
  margin: 0 0 20px;
  border-radius: 6px; }
  div.progress-bar .progress {
    background-color: #4D4CFC;
    height: 10px;
    border-radius: 5px; }
  div.progress-bar.alert .progress {
    background-color: #FF425E; }

/*#############################################################################
# TOOLTIPS
#############################################################################*/
.has-tooltip {
  position: relative; }
  .has-tooltip::before {
    content: "";
    display: none;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 999; }
  .has-tooltip::after {
    content: attr(data-tooltip);
    display: none;
    background: #434448;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 8px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 300px;
    position: absolute;
    z-index: 999;
    border-radius: 3px; }
  .has-tooltip[data-tooltip-position="top"]::before {
    border-width: 5px 5px 0 5px;
    border-color: #434448 transparent transparent transparent;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  .has-tooltip[data-tooltip-position="top"]::after {
    top: -5px;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  .has-tooltip[data-tooltip-position="right"]::before {
    border-width: 5px 5px 5px 0;
    border-color: transparent #434448 transparent transparent;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  .has-tooltip[data-tooltip-position="right"]::after {
    top: 50%;
    right: -5px;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  .has-tooltip[data-tooltip-position="bottom"]::before {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #434448 transparent;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  .has-tooltip[data-tooltip-position="bottom"]::after {
    top: auto;
    right: auto;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  .has-tooltip[data-tooltip-position="left"]::before {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #434448;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  .has-tooltip[data-tooltip-position="left"]::after {
    top: 50%;
    right: auto;
    bottom: auto;
    left: -5px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  .has-tooltip:hover::before {
    display: block; }
  .has-tooltip:hover::after {
    display: block; }

/*#############################################################################
# RESPONSIVE VIDEO
#############################################################################*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*#############################################################################
# HEADER
#############################################################################*/
header#main-header {
  min-height: 84px; }
  header#main-header .header-container {
    background-color: #fff;
    padding: 15px 30px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    *zoom: 1; }
    header#main-header .header-container:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 62.5rem) {
      header#main-header .header-container {
        padding: 20px 40px; } }
  header#main-header .sempli-logo {
    width: 100px;
    margin: 0;
    float: left;
    position: relative;
    z-index: 4; }
    header#main-header .sempli-logo a {
      display: block;
      background: url(/images/interface/sempli-logo.svg) no-repeat 50% 50%;
      background-size: 100px 26px;
      height: 0;
      width: 100px;
      padding-top: 40px;
      margin: 0;
      overflow: hidden; }
    @media only screen and (min-width: 62.5rem) {
      header#main-header .sempli-logo {
        width: 130px;
        margin: 0 40px 0 0; }
        header#main-header .sempli-logo a {
          background-size: 116px 30px;
          width: 130px;
          padding-top: 40px; } }
  header#main-header ul.header-nav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 62.5rem) {
      header#main-header ul.header-nav {
        display: block;
        float: left;
        *zoom: 1; }
        header#main-header ul.header-nav:after {
          content: "";
          display: table;
          clear: both; } }
    header#main-header ul.header-nav > li {
      margin-right: 30px;
      position: relative;
      float: left; }
      header#main-header ul.header-nav > li:last-child {
        margin-right: 0; }
      header#main-header ul.header-nav > li ul.dropdown-container {
        background: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        padding: 15px 25px;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        -webkit-box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.015);
        box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.015);
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
        -moz-transition: opacity 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, -moz-transform 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
        -o-transition: opacity 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, -o-transform 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
        -webkit-transition: opacity 0.3s cubic-bezier(0.7, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.175, 1);
        -webkit-transition-delay: 0s, 0s;
        -webkit-transition: opacity 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
        transition: opacity 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
        transition: opacity 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, transform 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
        transition: opacity 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, transform 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s; }
        header#main-header ul.header-nav > li ul.dropdown-container::after {
          content: "";
          display: block;
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent #ffffff transparent;
          width: 0;
          height: 0;
          position: absolute;
          top: 0;
          left: 20px;
          z-index: 2;
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
        header#main-header ul.header-nav > li ul.dropdown-container::before {
          content: "";
          display: block;
          border-style: solid;
          border-width: 0 9px 9px 9px;
          border-color: transparent transparent rgba(0, 0, 0, 0.025) transparent;
          width: 0;
          height: 0;
          position: absolute;
          top: 0;
          left: 19px;
          z-index: 1;
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
        header#main-header ul.header-nav > li ul.dropdown-container li {
          line-height: 30px;
          margin-bottom: 10px; }
          header#main-header ul.header-nav > li ul.dropdown-container li:last-child {
            margin-bottom: 0; }
          header#main-header ul.header-nav > li ul.dropdown-container li a.link-item.with-icon {
            display: grid;
            grid-template-columns: 40px 1fr;
            grid-template-rows: 20px 1fr;
            grid-column-gap: 20px;
            grid-row-gap: 5px;
            height: auto;
            padding: 15px;
            line-height: initial;
            white-space: normal;
            border-radius: 5px; }
            header#main-header ul.header-nav > li ul.dropdown-container li a.link-item.with-icon img.link-item-icon {
              grid-column: 1;
              grid-row: 1 / 3;
              -ms-flex-item-align: center;
                  align-self: center;
              display: block;
              width: 40px; }
            header#main-header ul.header-nav > li ul.dropdown-container li a.link-item.with-icon span.link-item-label {
              grid-column: 2;
              grid-row: 1;
              color: #434448;
              font-weight: 900; }
            header#main-header ul.header-nav > li ul.dropdown-container li a.link-item.with-icon span.link-item-description {
              grid-column: 2;
              grid-row: 2;
              font-size: 0.875rem; }
            header#main-header ul.header-nav > li ul.dropdown-container li a.link-item.with-icon:hover {
              background: #f5f6fa; }
          header#main-header ul.header-nav > li ul.dropdown-container li.disabled a.link-item.with-icon img.link-item-icon {
            opacity: 0.5;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
          header#main-header ul.header-nav > li ul.dropdown-container li.disabled a.link-item.with-icon span.link-item-label {
            color: #AFB3C0; }
          header#main-header ul.header-nav > li ul.dropdown-container li.disabled a.link-item.with-icon span.coming-soon {
            background-color: #00C8E1;
            color: #ffffff;
            font-size: 0.625rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-left: 3px;
            padding: 3px 8px;
            border-radius: 3px; }
          header#main-header ul.header-nav > li ul.dropdown-container li.disabled a.link-item.with-icon span.link-item-description {
            color: #AFB3C0; }
          header#main-header ul.header-nav > li ul.dropdown-container li.disabled a.link-item:hover {
            background: transparent;
            cursor: no-drop; }
        header#main-header ul.header-nav > li ul.dropdown-container.products {
          width: 480px; }
          header#main-header ul.header-nav > li ul.dropdown-container.products > li:last-child {
            margin: 0; }
      header#main-header ul.header-nav > li.with-dropdown:hover ul.dropdown-container {
        visibility: visible;
        opacity: 1;
        z-index: 2;
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px); }
      header#main-header ul.header-nav > li.with-dropdown > a.link-item {
        padding-right: 15px; }
        header#main-header ul.header-nav > li.with-dropdown > a.link-item::after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 4px 0 4px;
          border-color: #848a9e transparent transparent transparent;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        header#main-header ul.header-nav > li.with-dropdown > a.link-item:hover::after {
          border-width: 0 4px 5px 4px;
          border-color: transparent transparent #434448 transparent; }
  header#main-header ul.header-ctas {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 62.5rem) {
      header#main-header ul.header-ctas {
        display: block;
        float: right;
        *zoom: 1; }
        header#main-header ul.header-ctas:after {
          content: "";
          display: table;
          clear: both; } }
    header#main-header ul.header-ctas li {
      margin-right: 30px;
      float: left; }
      header#main-header ul.header-ctas li:last-child {
        margin-right: 0; }
    header#main-header ul.header-ctas a.button {
      margin: 0; }
  header#main-header a.link-item {
    display: block;
    color: #848a9e;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    white-space: nowrap; }
    header#main-header a.link-item:hover {
      color: #434448; }
  @media only screen and (min-width: 62.5rem) {
    header#main-header .mobile-nav {
      display: none; } }
  header#main-header input#burger {
    opacity: 0; }
  header#main-header input#burger + label {
    position: absolute;
    top: 25px;
    right: 30px;
    height: 20px;
    width: 15px;
    z-index: 5; }
    header#main-header input#burger + label span {
      position: absolute;
      width: 100%;
      height: 2px;
      top: 50%;
      margin-top: -1px;
      left: 0;
      display: block;
      background: #AFB3C0;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      border-radius: 2px; }
      header#main-header input#burger + label span:nth-child(2) {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      header#main-header input#burger + label span:first-child {
        top: 3px; }
      header#main-header input#burger + label span:last-child {
        top: 15px; }
  header#main-header label:hover {
    cursor: pointer; }
  header#main-header input#burger:checked + label span {
    opacity: 0;
    top: 50%; }
  header#main-header input#burger:checked + label span:first-child {
    opacity: 1;
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  header#main-header input#burger:checked + label span:last-child {
    opacity: 1;
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  header#main-header input#burger ~ nav {
    background: white;
    padding-top: 35px;
    width: 100%;
    height: 100px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    overflow: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3; }
    header#main-header input#burger ~ nav .links-group-wrapper {
      padding: 20px 0; }
      header#main-header input#burger ~ nav .links-group-wrapper:last-child {
        border: none;
        padding-bottom: 0; }
    header#main-header input#burger ~ nav .nav-title {
      text-align: center;
      opacity: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      margin: 0 0 10px; }
    header#main-header input#burger ~ nav ul {
      text-align: center;
      list-style: none;
      margin: 0;
      padding: 0; }
      header#main-header input#burger ~ nav ul > li {
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
        header#main-header input#burger ~ nav ul > li a.button {
          display: block;
          margin: 10px 20px 0; }
        header#main-header input#burger ~ nav ul > li a.link-item {
          line-height: 30px;
          height: 30px; }
  header#main-header input#burger:checked ~ nav {
    height: 100%;
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    header#main-header input#burger:checked ~ nav .nav-title {
      opacity: 1;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    header#main-header input#burger:checked ~ nav ul > li {
      opacity: 1;
      -webkit-transition-delay: 0.75s;
              transition-delay: 0.75s; }

/*#############################################################################
# FOOTER
#############################################################################*/
footer#main-footer {
  background: #f7f8fb;
  padding: 60px 0;
  font-size: 0.875rem;
  color: #AFB3C0; }
  footer#main-footer .sempli-logo {
    width: 130px;
    margin: 0 0 20px 0; }
    footer#main-footer .sempli-logo a {
      display: block;
      background: url(/images/interface/sempli-logo.svg) no-repeat 50% 50%;
      background-size: 116px 30px;
      height: 0;
      width: 130px;
      padding-top: 40px;
      margin: 0;
      overflow: hidden; }
  footer#main-footer p.sempli-description {
    padding-right: 40px; }
  footer#main-footer p.with-love img.icon {
    display: inline-block;
    width: 16px;
    margin: 0 0 -3px 3px; }
  footer#main-footer .site-sections-block {
    margin: 0 0 30px; }
    footer#main-footer .site-sections-block h5 {
      color: #848a9e;
      margin: 0 0 10px; }
    footer#main-footer .site-sections-block ul.site-sections {
      list-style: none;
      margin: 0;
      padding: 0; }
    footer#main-footer .site-sections-block a.link-item {
      color: #AFB3C0; }
      footer#main-footer .site-sections-block a.link-item:hover {
        color: #434448; }
      footer#main-footer .site-sections-block a.link-item.active {
        color: #434448; }

/*#############################################################################
# GENERAL CONTENT ELEMENTS
#############################################################################*/
.content-box .content-subtitle {
  color: #00C8E1;
  text-transform: uppercase; }
.content-box .content-description {
  color: #848a9e; }
.content-box .content-cta {
  font-weight: 900; }
.content-box .content-image {
  max-width: 500px;
  display: block;
  margin: 0 auto; }

.testimonials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0; }
  .testimonials-wrapper .testimonial-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 40px);
            flex: 0 1 calc(100% - 40px);
    margin: 0 20px 20px; }
    @media only screen and (min-width: 40.0625rem) {
      .testimonials-wrapper .testimonial-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(50% - 40px);
                flex: 0 1 calc(50% - 40px); } }
    @media only screen and (min-width: 64.0625rem) {
      .testimonials-wrapper .testimonial-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(25% - 40px);
                flex: 0 1 calc(25% - 40px);
        margin-bottom: 0; } }
  .testimonials-wrapper p.testimonial {
    font-size: 0.875rem;
    font-style: italic;
    opacity: 0.6; }
  .testimonials-wrapper .testimonial-person {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-column-gap: 15px; }
    .testimonials-wrapper .testimonial-person img.photo {
      max-width: 40px;
      border-radius: 100%;
      -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 1px white;
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 1px white; }
    .testimonials-wrapper .testimonial-person h6.name {
      font-size: 0.875rem; }

.logo-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .logo-list-wrapper img.allies-logo {
    max-width: 80px;
    max-height: 60px;
    margin: 10px 20px; }
    @media only screen and (min-width: 40.0625rem) {
      .logo-list-wrapper img.allies-logo {
        max-width: 100px;
        max-height: 80px;
        margin: 20px 40px; } }
    @media only screen and (min-width: 64.0625rem) {
      .logo-list-wrapper img.allies-logo {
        max-width: 140px;
        max-height: 100px; } }

.faqs-box {
  margin: 0 25%; }
  .faqs-box header {
    text-align: center;
    margin-bottom: 70px; }
  .faqs-box ul.faqs {
    list-style: none;
    padding: 0;
    margin: 0; }
    .faqs-box ul.faqs li {
      margin: 0 0 40px;
      -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
      -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.175, 1);
      -webkit-transition-delay: 0s;
      -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
      transition: all 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s; }
      .faqs-box ul.faqs li:last-child {
        margin: 0; }
      .faqs-box ul.faqs li:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
      .faqs-box ul.faqs li .question {
        margin: 0; }
      .faqs-box ul.faqs li .answer {
        color: #848a9e;
        margin: 0; }

@media only screen and (min-width: 40.0625rem) {
  .required-documentation-box {
    background-image: url(/images/interface/documents.svg);
    background-position: 110% 50%;
    background-size: 340px 558px;
    background-repeat: no-repeat; } }
@media only screen and (min-width: 53.75rem) {
  .required-documentation-box {
    background-size: 420px 690px; } }
@media only screen and (min-width: 64.0625rem) {
  .required-documentation-box {
    background-size: 554px 910px; } }
.required-documentation-box .required-documentation-title {
  font-size: 1.75rem;
  margin: 0 0 40px; }
.required-documentation-box ul.required-documentation {
  list-style: none;
  margin: 0 0 80px;
  padding: 0; }
  .required-documentation-box ul.required-documentation li {
    background: url(/images/interface/icons/check-green-circle-large.svg) no-repeat 0 0;
    margin-bottom: 40px;
    padding-left: 50px;
    min-height: 32px; }
    .required-documentation-box ul.required-documentation li:last-child {
      margin-bottom: 0; }
    .required-documentation-box ul.required-documentation li .document-title {
      font-size: 1.125rem;
      line-height: 32px;
      margin: 0; }
    .required-documentation-box ul.required-documentation li .document-description {
      font-size: 1.125rem;
      color: #AFB3C0; }
.required-documentation-box .secure {
  margin: 0; }
  .required-documentation-box .secure img {
    height: 70px;
    margin: 0 10px -25px 0; }

.contact-us-wrapper {
  border-bottom: 1px solid #dadce2;
  padding-bottom: 120px; }
  .contact-us-wrapper img.contact-us-image {
    display: block;
    max-width: 560px;
    margin: 0 auto; }

.comparison-table-title {
  margin-bottom: 80px; }

.comparison-table .row {
  display: grid;
  grid-template-columns: 2fr 1fr; }
  @media only screen and (min-width: 40.0625rem) {
    .comparison-table .row {
      grid-template-columns: 2fr repeat(3, 1fr); } }
  .comparison-table .row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 12px 10px;
    position: relative; }
  .comparison-table .row .item-name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .comparison-table .row .sempli {
    background-color: #282755;
    color: #ffffff; }
  .comparison-table .row .banks {
    display: none;
    color: #AFB3C0; }
    @media only screen and (min-width: 40.0625rem) {
      .comparison-table .row .banks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .comparison-table .row .others {
    display: none;
    color: #AFB3C0; }
    @media only screen and (min-width: 40.0625rem) {
      .comparison-table .row .others {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .comparison-table .row:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.04); }
    .comparison-table .row:nth-child(even) .sempli {
      background-color: #1f1f43;
      border-bottom-color: rgba(0, 0, 0, 0.2); }
  .comparison-table .row:last-child .sempli::after {
    display: block;
    content: "";
    background-color: #282755;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
.comparison-table header .sempli {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
.comparison-table .title {
  margin: 0;
  text-align: center; }
.comparison-table img.icon {
  display: block; }

section.blog-ctas .container:first-child {
  margin-bottom: 100px; }
section.blog-ctas .blog-ctas-title br {
  display: none; }
  @media only screen and (min-width: 53.75rem) {
    section.blog-ctas .blog-ctas-title br {
      display: block; } }
section.blog-ctas .blog-ctas-subtitle br {
  display: none; }
  @media only screen and (min-width: 53.75rem) {
    section.blog-ctas .blog-ctas-subtitle br {
      display: block; } }

section.how-it-works-props {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f6fa), to(#ffffff));
  background-image: linear-gradient(#f5f6fa, #ffffff); }

section#our-history .container {
  position: relative;
  margin-bottom: 0;
  padding: 50px 0; }
  section#our-history .container:first-child {
    margin-bottom: 100px; }
  section#our-history .container .content-box-col:nth-child(2)::before {
    content: "";
    display: block;
    background-color: #eeeff1;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  section#our-history .container .content-box-col:nth-child(2)::after {
    content: "";
    display: block;
    background-color: #eeeff1;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 50%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
section#our-history .content-image {
  max-height: 460px;
  max-width: 460px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(0, 0, 0, 0.05); }

section#our-team .grid .col {
  padding: 0 10px; }
section#our-team .container:first-child {
  margin-bottom: 100px; }
section#our-team .team-member {
  margin-bottom: 50px; }
section#our-team .team-member-photo {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(0, 0, 0, 0.05); }
section#our-team .team-member-name {
  margin: 0 0 3px; }
section#our-team .team-member-job-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0 0 8px; }
section#our-team .team-member-description {
  font-size: 0.875rem;
  color: #AFB3C0;
  margin: 0; }

section#our-clients .client {
  margin-bottom: 50px; }

section#our-investors .container {
  margin-bottom: 80px; }
section#our-investors .investor-logo {
  max-width: 100%; }
section#our-investors .investor-description {
  color: #AFB3C0; }

section#help-center header.help-center-header {
  border-bottom: 1px solid #dadce2;
  margin-bottom: 40px;
  padding-bottom: 40px; }
section#help-center .section-category-group {
  margin-bottom: 50px; }
.centro-de-ayuda.category section#help-center .section-category-title {
  font-size: 1.625rem;
  margin: 0 0 30px; }
section#help-center .section-category-articles {
  padding-left: 20px; }
  section#help-center .section-category-articles li {
    color: #dadce2;
    padding: 5px 0; }
    section#help-center .section-category-articles li a {
      color: #434448;
      white-space: normal; }
      section#help-center .section-category-articles li a:hover {
        color: #4D4CFC; }
    .centro-de-ayuda.category section#help-center .section-category-articles li {
      font-size: 1.125rem; }
section#help-center sidebar {
  display: none; }
  @media only screen and (min-width: 40.0625rem) {
    section#help-center sidebar {
      display: block; } }
  section#help-center sidebar .section-categories {
    list-style: none;
    padding: 0;
    margin: 0; }
    section#help-center sidebar .section-categories li {
      margin-bottom: 10px; }
      section#help-center sidebar .section-categories li a {
        color: #848a9e;
        font-size: 1.125rem; }
        section#help-center sidebar .section-categories li a:hover {
          color: #434448; }
        section#help-center sidebar .section-categories li a.active {
          color: #4D4CFC; }
section#help-center main article {
  font-size: 1.125rem; }
  section#help-center main article .article-title {
    font-size: 2.125rem;
    margin: 0 0 30px; }
  section#help-center main article blockquote {
    border-left: 3px solid #dadce2;
    color: #AFB3C0;
    margin: 40px 0;
    padding-left: 50px; }
  section#help-center main article img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(0, 0, 0, 0.05); }
  section#help-center main article .was-this-helpful {
    margin: 100px 0; }
    section#help-center main article .was-this-helpful ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style: none;
      padding: 0;
      margin: 30px 0 0; }
      section#help-center main article .was-this-helpful ul li {
        margin: 0 10px; }
    section#help-center main article .was-this-helpful a.satisfaction-option {
      display: block;
      border-radius: 100%; }
      section#help-center main article .was-this-helpful a.satisfaction-option img.icon {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      section#help-center main article .was-this-helpful a.satisfaction-option:hover {
        -webkit-box-shadow: 0 0 0 5px rgba(77, 76, 252, 0.2);
        box-shadow: 0 0 0 5px rgba(77, 76, 252, 0.2); }

section.account-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  overflow: auto; }
  section.account-wrapper main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    position: relative; }
    section.account-wrapper main .account-block {
      max-width: 400px; }
    section.account-wrapper main .sempli-logo {
      width: 114px;
      margin: 0 0 30px; }
      section.account-wrapper main .sempli-logo a {
        display: block;
        background: url(/images/interface/sempli-logo.svg) no-repeat 50% 50%;
        background-size: 114px 30px;
        height: 0;
        width: 114px;
        padding-top: 30px;
        margin: 0;
        overflow: hidden; }
    section.account-wrapper main .welcome {
      margin: 0 0 30px; }
      section.account-wrapper main .welcome h3 {
        margin: 0;
        font-weight: 100; }
      section.account-wrapper main .welcome h6 {
        color: #AFB3C0;
        font-size: 0.875rem;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0; }
    section.account-wrapper main .application-cta {
      border-top: 1px solid #dadce2;
      color: #AFB3C0;
      font-size: 0.875rem;
      padding: 30px 20px 0;
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      section.account-wrapper main .application-cta p {
        margin: 0; }
    section.account-wrapper main a.secondary.forgot-password {
      font-size: 0.875rem; }
  section.account-wrapper sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f6f7f8;
    overflow: hidden; }
    section.account-wrapper sidebar img {
      display: block;
      width: 500px;
      opacity: 0.4;
      -webkit-filter: grayscale(80%) hue-rotate(40deg);
      filter: grayscale(80%) hue-rotate(40deg); }

section#legal sidebar {
  display: none; }
  @media only screen and (min-width: 40.0625rem) {
    section#legal sidebar {
      display: block; } }
  section#legal sidebar .legal-categories {
    list-style: none;
    padding: 0;
    margin: 0; }
    section#legal sidebar .legal-categories li {
      margin-bottom: 10px; }
      section#legal sidebar .legal-categories li a {
        color: #848a9e;
        font-size: 1.125rem; }
        section#legal sidebar .legal-categories li a:hover {
          color: #434448; }
        section#legal sidebar .legal-categories li a.active {
          color: #4D4CFC; }

@media only screen and (min-width: 40.0625rem) {
  section#in-the-news .news-feed {
    grid-column-gap: 60px; } }
section#in-the-news .news-article {
  border-bottom: 1px solid #dadce2;
  padding-bottom: 30px;
  margin-bottom: 40px; }
section#in-the-news img.content-image {
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(0, 0, 0, 0.05); }
section#in-the-news .news-article-title {
  color: #434448; }
  section#in-the-news .news-article-title:hover {
    color: #4D4CFC; }
section#in-the-news .news-article-description {
  color: #848a9e; }
section#in-the-news .news-article-meta {
  font-size: 0.875rem;
  margin: 0; }
  section#in-the-news .news-article-meta span {
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #AFB3C0;
    position: relative; }
    section#in-the-news .news-article-meta span::after {
      content: "";
      display: block;
      background-color: #dadce2;
      height: 5px;
      width: 5px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-radius: 100%; }
    section#in-the-news .news-article-meta span:last-child {
      margin: 0;
      padding: 0; }
      section#in-the-news .news-article-meta span:last-child::after {
        display: none; }

section#our-values .values-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 40px; }
  @media only screen and (min-width: 53.75rem) {
    section#our-values .values-wrapper {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 40px; } }
section#our-values .value-box {
  background-color: #ffffff;
  padding: 40px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.05); }
section#our-values .values-title {
  margin-bottom: 50px; }
section#our-values img.value-image {
  display: block;
  max-width: 160px;
  margin: 0 auto 10px; }

section#career-opportunities header {
  margin-bottom: 60px; }
section#career-opportunities .opportunity-feed {
  grid-row-gap: 40px; }
  section#career-opportunities .opportunity-feed .opportunity {
    background-color: #ffffff;
    padding: 25px 30px;
    min-height: 280px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 25px 0 rgba(67, 68, 72, 0.15);
    box-shadow: 4px 4px 25px 0 rgba(67, 68, 72, 0.15); }
    section#career-opportunities .opportunity-feed .opportunity:hover {
      -webkit-box-shadow: 8px 8px 30px 2px rgba(67, 68, 72, 0.15);
      box-shadow: 8px 8px 30px 2px rgba(67, 68, 72, 0.15); }
section#career-opportunities .opportunity-title {
  color: #434448;
  margin: 0; }
section#career-opportunities .opportunity-meta {
  color: #434448;
  font-size: 0.875rem;
  margin: 0;
  position: absolute;
  bottom: 30px; }
  section#career-opportunities .opportunity-meta span {
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #AFB3C0;
    position: relative; }
    section#career-opportunities .opportunity-meta span::after {
      content: "";
      display: block;
      background-color: #dadce2;
      height: 5px;
      width: 5px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-radius: 100%; }
    section#career-opportunities .opportunity-meta span:last-child {
      margin: 0;
      padding: 0; }
      section#career-opportunities .opportunity-meta span:last-child::after {
        display: none; }

.opportunity-type-label {
  display: inline-block;
  background-color: #AFB3C0;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0 0 20px;
  border-radius: 3px; }
  .opportunity-type-label.product {
    background-color: #6ceab0; }
  .opportunity-type-label.tech {
    background-color: #649ef5; }
  .opportunity-type-label.operations {
    background-color: #b397f7; }

.hero-description.opportunity-meta {
  color: #434448;
  font-size: 0.875rem;
  margin: 0;
  opacity: 1 !important; }
  .hero-description.opportunity-meta span {
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #AFB3C0;
    position: relative; }
    .hero-description.opportunity-meta span::after {
      content: "";
      display: block;
      background-color: #dadce2;
      height: 5px;
      width: 5px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-radius: 100%; }
    .hero-description.opportunity-meta span:last-child {
      margin: 0;
      padding: 0; }
      .hero-description.opportunity-meta span:last-child::after {
        display: none; }
    .hero-description.opportunity-meta span.opportunity-type-label {
      color: #ffffff;
      font-weight: 400;
      padding: 5px 15px; }
      .hero-description.opportunity-meta span.opportunity-type-label::after {
        display: none; }

section#referral-program .referral-program-title {
  font-size: 1.75rem;
  margin: 0 0 40px; }
section#referral-program ul.referral-program-steps {
  list-style: none;
  margin: 0 0 80px;
  padding: 0; }
  section#referral-program ul.referral-program-steps li {
    background: url(/images/interface/icons/check-green-circle-large.svg) no-repeat 0 0;
    margin-bottom: 40px;
    padding-left: 50px;
    min-height: 32px; }
    section#referral-program ul.referral-program-steps li:last-child {
      margin-bottom: 0; }
    section#referral-program ul.referral-program-steps li .document-title {
      font-size: 1.125rem;
      line-height: 32px;
      margin: 0; }
    section#referral-program ul.referral-program-steps li .document-description {
      font-size: 1.125rem;
      color: #AFB3C0; }

section#why-become-a-referrer header {
  text-align: center;
  margin-bottom: 80px; }
section#why-become-a-referrer ul.why-become-a-referrer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  section#why-become-a-referrer ul.why-become-a-referrer li {
    background-color: #ffffff;
    padding: 40px;
    text-align: center;
    width: calc(33.333% - 20px);
    margin: 0 20px 20px 0;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.05); }

body#landing.simulators section.hero-wrapper {
  background: #fff; }
body#landing.simulators section.simulators-wrapper {
  background-color: #f5f6fa; }

.roi-calculator {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  -webkit-box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 53.75rem) {
    .roi-calculator {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto; } }
  .roi-calculator .investment {
    border-bottom: 1px solid #dadce2;
    padding: 20px 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media only screen and (min-width: 53.75rem) {
      .roi-calculator .investment {
        grid-column: 1 / 3;
        grid-row: 1; } }
  .roi-calculator .loan {
    border-right: 1px solid #dadce2;
    padding: 20px 40px; }
    @media only screen and (min-width: 53.75rem) {
      .roi-calculator .loan {
        grid-column: 1;
        grid-row: 2; } }
  .roi-calculator .roi {
    padding: 20px 40px;
    background-color: rgba(218, 220, 226, 0.1);
    border-bottom-right-radius: 10px; }
    @media only screen and (min-width: 53.75rem) {
      .roi-calculator .roi {
        grid-column: 2;
        grid-row: 2; } }

.loan-calculator {
  background-color: #fff;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.1); }
  .loan-calculator .main-inputs {
    border-bottom: 1px solid #dadce2;
    padding: 20px 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }

.loan-simulation {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  -webkit-box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.1); }

.loan-calculator-panel {
  margin: 30px 0; }
  .loan-calculator-panel h6 {
    font-size: 0.875rem;
    font-weight: 400;
    opacity: 0.5;
    margin: 0; }
  .loan-calculator-panel p {
    font-size: 1rem;
    font-weight: 900;
    margin: 0; }

.loan-calculator-table .table-header .table-row {
  border-top: 2px solid #AFB3C0;
  border-bottom: 2px solid #AFB3C0; }
  .loan-calculator-table .table-header .table-row .table-cell {
    color: #434448;
    font-size: 0.9375rem;
    font-weight: 900;
    padding: 20px 15px; }
.loan-calculator-table .table-footer .table-row {
  border-bottom: none; }
  .loan-calculator-table .table-footer .table-row .table-cell {
    color: #434448;
    font-size: 0.9375rem;
    font-weight: 900; }
.loan-calculator-table .table-row {
  display: grid;
  grid-template-columns: 120px repeat(5, 1fr);
  border-bottom: 1px solid #dadce2; }
  .loan-calculator-table .table-row .table-cell {
    color: #AFB3C0;
    font-size: 0.8125rem;
    padding: 15px;
    text-align: center; }
    .loan-calculator-table .table-row .table-cell:first-child {
      text-align: left; }
    .loan-calculator-table .table-row .table-cell:last-child {
      text-align: right; }
  .loan-calculator-table .table-row:hover {
    background-color: white; }
.loan-calculator-table .installment-num {
  display: inline-block;
  background-color: #dadce2;
  color: #434448;
  font-weight: 900;
  padding: 1px 6px;
  border-radius: 4px; }
.loan-calculator-table .payment-total {
  color: #434448;
  font-weight: 900; }
.loan-calculator-table span.payment-amount {
  display: block;
  font-size: 0.9375rem;
  font-weight: 900; }
.loan-calculator-table a.payment img.icon {
  margin: 0 4px -4px 0;
  width: 18px; }

ul.results-table {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.results-table li {
    margin: 0 0 10px;
    position: relative;
    *zoom: 1; }
    ul.results-table li:after {
      content: "";
      display: table;
      clear: both; }
    ul.results-table li:last-child {
      margin: 0; }
  ul.results-table img.icon.question-sign {
    display: inline-block;
    width: 16px;
    margin-bottom: -2px; }
  ul.results-table .table-separator {
    border-top: 1px solid #dadce2;
    padding-top: 10px; }
  ul.results-table .table-total span {
    font-size: 1.375rem; }
  ul.results-table .table-total span.results-table-item-value.positive {
    color: #45DFB0; }
  ul.results-table .table-total span.results-table-item-value.negative {
    color: #FF425E; }
  ul.results-table .table-total img.icon.question-sign {
    margin-bottom: 0px; }
  ul.results-table.small span {
    font-size: 0.875rem; }

span.results-table-item-title {
  font-size: 1rem;
  font-weight: 900;
  float: left; }

span.results-table-item-value {
  font-size: 1rem;
  font-weight: 900;
  float: right; }

.calculator-wrapper {
  padding: 20px 40px; }
  .calculator-wrapper header {
    margin: 0 0 20px; }
    .calculator-wrapper header h1 {
      color: #4D4CFC;
      font-size: 1.875rem;
      font-weight: 900;
      line-height: 36px;
      margin: 0 0 10px; }
      @media only screen and (min-width: 40.0625rem) {
        .calculator-wrapper header h1 {
          font-size: 2.5rem;
          line-height: 46px; } }
    .calculator-wrapper header p {
      font-size: 1.125rem;
      opacity: 0.5;
      margin: 0; }
  .calculator-wrapper .calc-inputs .grid {
    grid-column-gap: 20px; }
  .calculator-wrapper .calc-results a.to-simulator {
    display: block;
    font-size: 0.875rem;
    margin-top: 20px; }
  .calculator-wrapper .calc-cta {
    padding: 25px 0; }
    .calculator-wrapper .calc-cta a.button {
      margin: 0; }
  .calculator-wrapper .footer {
    border-top: 1px solid #dadce2;
    font-size: 0.75rem;
    padding-top: 20px; }

/*#############################################################################
# HERO SECTION WRAPPERS
#############################################################################*/
section.hero-wrapper {
  padding: 40px 0;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 40.0625rem) {
    section.hero-wrapper {
      padding: 100px 0; } }
  @media only screen and (min-width: 53.75rem) {
    section.hero-wrapper {
      padding: 200px 0; } }
  section.hero-wrapper.compact {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f6fa));
    background-image: linear-gradient(#ffffff, #f5f6fa);
    padding: 10px 0 20px; }
    @media only screen and (min-width: 40.0625rem) {
      section.hero-wrapper.compact {
        padding: 20px 0 40px; } }
    @media only screen and (min-width: 53.75rem) {
      section.hero-wrapper.compact {
        padding: 40px 0 60px; } }
  section.hero-wrapper.centered {
    text-align: center; }
  section.hero-wrapper .hero-title {
    color: #4D4CFC;
    font-size: 1.625rem;
    font-weight: 100;
    margin: 0 0 1.25rem; }
    @media only screen and (min-width: 40.0625rem) {
      section.hero-wrapper .hero-title {
        font-size: 1.875rem; } }
    @media only screen and (min-width: 53.75rem) {
      section.hero-wrapper .hero-title {
        font-size: 2.625rem; } }
  section.hero-wrapper .hero-description {
    font-size: 1.125rem;
    font-weight: 100;
    opacity: 0.5;
    margin: 0 0 1.25rem; }
    @media only screen and (min-width: 40.0625rem) {
      section.hero-wrapper .hero-description {
        font-size: 1.375rem; } }
    @media only screen and (min-width: 53.75rem) {
      section.hero-wrapper .hero-description {
        font-size: 1.625rem; } }
  @media only screen and (min-width: 53.75rem) {
    section.hero-wrapper nav.tab-menu {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  section.hero-wrapper nav.tab-menu a.tab {
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    color: #AFB3C0;
    font-weight: 900;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    border-radius: 20px;
    -webkit-box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.06); }
    @media only screen and (min-width: 53.75rem) {
      section.hero-wrapper nav.tab-menu a.tab {
        display: inline-block;
        margin: 0 5px 0 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
    section.hero-wrapper nav.tab-menu a.tab:last-child {
      margin: 0; }
    section.hero-wrapper nav.tab-menu a.tab:hover {
      background-color: #fff; }
    section.hero-wrapper nav.tab-menu a.tab.active {
      background-color: #fff;
      color: #4D4CFC;
      -webkit-box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.1); }
  section.hero-wrapper nav.tab-menu.inverse a.tab {
    background-color: #e8eaf1;
    -webkit-box-shadow: none;
    box-shadow: none; }
    section.hero-wrapper nav.tab-menu.inverse a.tab:hover {
      background-color: #dee1eb; }
    section.hero-wrapper nav.tab-menu.inverse a.tab.active {
      background-color: #f5f6fa;
      color: #434448; }

body#landing.home.index section.hero-wrapper {
  padding: 20px 0; }
  @media only screen and (min-width: 53.75rem) {
    body#landing.home.index section.hero-wrapper {
      background: url(/images/interface/hero-bg-home.jpg) no-repeat 50% 0%;
      background-size: cover;
      min-height: calc(100vh - 84px);
      padding: 60px 0; } }
@media only screen and (min-width: 40.0625rem) {
  body#landing.como-funciona.index section.hero-wrapper {
    background: url(/images/interface/illustration-07.png) no-repeat 110% 50%;
    background-size: 400px 370px;
    margin-bottom: 40px; } }
  @media only screen and (min-width: 40.0625rem) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 40.0625rem) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 40.0625rem) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 40.0625rem) and (min-resolution: 1.3dppx) {
    body#landing.como-funciona.index section.hero-wrapper {
      background-image: url(/images/interface/illustration-07.png);
      background-size: 400px 370px; } }

@media only screen and (min-width: 53.75rem) {
  body#landing.como-funciona.index section.hero-wrapper {
    background-position: 110% 100%;
    background-size: 600px 555px;
    min-height: 693px;
    margin-bottom: 80px; } }
@media only screen and (min-width: 64.0625rem) {
  body#landing.como-funciona.index section.hero-wrapper {
    background-position: 100% 100%;
    background-size: 750px 693px; } }
