/* Spacing */
/* Font familly */
/* Font Size */
/* Basic colors*/
/* Main colors */
/* Black and white */
/* Background */
/* Size */
/* Transition */
html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Open Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 1.67;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #2B2C4A; }

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

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

blockquote,
caption,
details,
dl,
figure,
hgroup,
label,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0 0 8px; }

body,
figure,
html,
label,
textarea,
dd {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  color: #fff; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-weight: 300; }

ol,
ul {
  padding-left: 0;
  margin-bottom: 0; }

table {
  margin-bottom: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

blockquote,
code,
img,
input,
pre,
table,
td,
textarea,
video {
  max-width: 100%; }

img {
  height: auto; }

div,
h1,
p,
table,
td,
textarea,
th {
  word-wrap: break-word;
  -webkit-hyphens: none;
          hyphens: none; }

input,
select,
textarea {
  font-family: inherit;
  font-size: 12px;
  font-weight: 400; }
  input:disabled,
  select:disabled,
  textarea:disabled {
    cursor: not-allowed; }

input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: none;
  font: inherit; }

button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer; }

img {
  vertical-align: middle; }

a img {
  border: 0; }

/* scripts */
body > script {
  display: none !important; }

a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 600; }

ul {
  list-style: none; }

nav li {
  display: inline-block; }

figure img,
figure div {
  margin-bottom: 8px; }

iframe {
  border: 0;
  overflow: hidden; }

.clearfix:after {
  content: ' ';
  display: table;
  clear: both; }

.clear {
  clear: both; }

::-moz-placeholder {
  color: rgba(54, 54, 54, 0.56); }

::placeholder {
  color: rgba(54, 54, 54, 0.56); }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(54, 54, 54, 0.56); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(54, 54, 54, 0.56); }

:-ms-input-placeholder {
  /* IE!)+ */
  color: rgba(54, 54, 54, 0.56) !important; }

::-ms-input-placeholder {
  /* Edge */
  color: rgba(54, 54, 54, 0.56); }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.mt-1 {
  margin-top: 8px; }

.mb-1 {
  margin-bottom: 8px; }

.mt-2 {
  margin-top: 16px; }

.mb-2 {
  margin-bottom: 16px; }

.mt-3 {
  margin-top: 24px; }

.mb-3 {
  margin-bottom: 24px; }

.mt-4 {
  margin-top: 32px; }

.mb-4 {
  margin-bottom: 32px; }

.mt-5 {
  margin-top: 40px; }

.mb-5 {
  margin-bottom: 40px; }

.mt-6 {
  margin-top: 48px; }

.mb-6 {
  margin-bottom: 48px; }

.mt-7 {
  margin-top: 56px; }

.mb-7 {
  margin-bottom: 56px; }

.mt-8 {
  margin-top: 80px; }

.mb-8 {
  margin-bottom: 80px; }

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0; }
  .mb-md-0 {
    margin-bottom: 0; }
  .mt-md-1 {
    margin-top: 8px; }
  .mb-md-1 {
    margin-bottom: 8px; }
  .mt-md-2 {
    margin-top: 16px; }
  .mb-md-2 {
    margin-bottom: 16px; }
  .mt-md-3 {
    margin-top: 24px; }
  .mb-md-3 {
    margin-bottom: 24px; }
  .mt-md-4 {
    margin-top: 32px; }
  .mb-md-4 {
    margin-bottom: 32px; }
  .mt-md-5 {
    margin-top: 40px; }
  .mb-md-5 {
    margin-bottom: 40px; }
  .mt-md-6 {
    margin-top: 48px; }
  .mb-md-6 {
    margin-bottom: 48px; }
  .mt-md-7 {
    margin-top: 56px; }
  .mb-md-7 {
    margin-bottom: 56px; }
  .mt-md-8 {
    margin-top: 80px; }
  .mb-md-8 {
    margin-bottom: 80px; } }

h1,
.h1 {
  font-size: 24px;
  line-height: 35px; }

h2,
.h2 {
  font-size: 24px;
  line-height: 30px; }

h3,
.h3 {
  font-size: 14px;
  line-height: 22px; }

.ft-primary {
  font-size: 18px;
  line-height: 32px; }

.ft-secondary {
  font-size: 12px;
  line-height: 24px; }

.ft-up {
  text-transform: uppercase; }

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

.ft-italic {
  font-style: italic; }

.ft-nowrap {
  white-space: nowrap; }

.ft-100 {
  font-weight: 100; }

.ft-300 {
  font-weight: 300; }

.ft-400 {
  font-weight: 400; }

.ft-600 {
  font-weight: 600; }

.ft-700 {
  font-weight: 700; }

.ft-truncat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ft-black {
  color: #363636; }

.ft-black-secondary {
  color: rgba(54, 54, 54, 0.72); }

.ft-black-tertiary {
  color: rgba(54, 54, 54, 0.56); }

.ft-white {
  color: #fff; }

.ft-white-secondary {
  color: rgba(255, 255, 255, 0.6); }

.ft-white-tertiary {
  color: rgba(255, 255, 255, 0.56); }

.ft-white-quaternary {
  color: rgba(255, 255, 255, 0.32); }

.ft-red {
  color: #E55A55; }

.ft-white {
  color: #fff; }

.ft-blue {
  color: #2B2C4A; }

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 45px; } }

.fa.is-inline,
svg.is-inline,
img.is-inline {
  margin-right: 6px; }

.btn {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  min-width: 45px;
  line-height: 45px;
  border-radius: 4px;
  border: none;
  font-size: "Open Sans";
  font-weight: 600;
  transition: all .15s ease-out;
  cursor: pointer;
  color: #2B2C4A;
  padding: 0 16px;
  outline: none;
  text-decoration: none;
  background-color: #fff;
  text-align: center; }
  .btn.is-disabled, .btn[disabled] {
    pointer-events: none;
    background: #E5E5E5;
    color: rgba(43, 44, 74, 0.4); }

.btn--full {
  display: block;
  width: 100%; }

.btn--primary {
  color: #fff;
  border: 0;
  background-color: #FFB805; }
  .btn--primary:hover, .btn--primary:focus {
    background-color: #F0AF0D; }

.box {
  padding: 16px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px; }

@media (min-width: 768px) {
  .box {
    padding: 32px; } }

.steps li {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 6px;
  transition: all .3s ease-in;
  overflow: hidden; }
  .steps li.is-active {
    background: #FFB805;
    width: 24px; }

.input {
  position: relative; }
  .input label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px; }
  .input input,
  .input textarea {
    display: block;
    width: 100%;
    height: 45px;
    padding: 8px 16px;
    background: #fff;
    color: #363636;
    border: 1px solid rgba(54, 54, 54, 0.2);
    border-radius: 4px;
    -webkit-appearance: none; }
    .input input:focus,
    .input textarea:focus {
      background-color: #fff;
      border-color: #FFB805;
      outline: 0; }
    .input input:disabled,
    .input textarea:disabled {
      opacity: .6; }
    .input input::-ms-clear,
    .input textarea::-ms-clear {
      display: none; }
  .input textarea {
    height: auto;
    min-height: 100px; }
  .input.has-error input {
    border-color: #E55A55;
    color: #E55A55; }
  .input.has-error .input__error {
    display: block; }

.input--only label {
  display: none; }

.input--code {
  display: flex;
  align-items: center; }
  .input--code input {
    text-align: center;
    margin: 0 2px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    min-width: 0; }

.input__error {
  /*display: none;*/
  color: #E55A55; }
  .input__error img {
    position: relative;
    top: -1px; }

.input__separator {
  width: 6px;
  height: 2px;
  margin: 0 2px;
  background: rgba(255, 255, 255, 0.6);
  flex-shrink: 0; }

.checkbox,
.radio {
  position: relative;
  color: rgba(255, 255, 255, 0.6); }
  .checkbox label,
  .radio label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    line-height: 20px;
    font-size: 12px; }
    .checkbox label:before,
    .radio label:before {
      content: '';
      display: inline-block;
      height: 16px;
      width: 16px;
      vertical-align: middle;
      position: absolute;
      top: 1px;
      left: 0;
      border: solid 1px rgba(54, 54, 54, 0.2);
      background: #fff;
      border-radius: 2px; }
    .checkbox label:after,
    .radio label:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 0; }
  .checkbox input,
  .radio input {
    position: absolute;
    opacity: 0; }
    .checkbox input:disabled ~ label,
    .radio input:disabled ~ label {
      color: rgba(54, 54, 54, 0.56); }
    .checkbox input:focus ~ label:before,
    .radio input:focus ~ label:before {
      border-color: #2c3e50; }

.checkbox label:after {
  opacity: 0;
  transition: opacity ease-out .2s;
  will-change: opacity; }

.checkbox input:checked ~ label:after {
  content: '';
  width: 12px;
  height: 12px;
  margin-left: 2px;
  opacity: 1;
  background-color: #2B2C4A;
  border-radius: 2px; }

.checkbox:hover label {
  cursor: pointer; }

.form__cb .input,
.form__cb input {
  display: inline-block; }

.form__date {
  margin-right: 38px; }
  .form__date input {
    width: 65px; }
  .form__date > span {
    margin: 0 6px; }

.form__cvv input {
  width: 83px; }

.form__mention {
  display: flex;
  align-items: center; }

@media (min-width: 768px) {
  .form--inline {
    display: flex;
    align-items: flex-end; }
    .form--inline .btn {
      width: 137px;
      margin-left: 20px;
      flex-shrink: 0; }
    .form--inline .input {
      width: 100%; }
  .form__col {
    display: flex; }
    .form__col .input {
      width: 50%; }
      .form__col .input:last-child {
        margin-left: 20px; }
  .form__mention {
    margin-left: 32px; } }

.card {
  width: 100%;
  padding: 32px 24px 0;
  background: #fff;
  border-radius: 4px;
  background-color: #fff;
  color: #2B2C4A;
  text-align: center; }
  .card h2 {
    color: #2B2C4A; }
  .card p {
    font-size: 16px; }
  .card a:not(.btn) {
    color: rgba(43, 44, 74, 0.6); }
  .card .btn {
    position: relative;
    bottom: -24px; }

@media (min-width: 768px) {
  .card-offer {
    display: flex; }
    .card-offer .card:first-child {
      margin-right: 20px; }
      .card-offer .card:first-child h2 {
        margin-top: 30px; }
      .card-offer .card:first-child p {
        margin-top: 6px;
        height: 40px; } }

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(54, 54, 54, 0.2);
  z-index: 1;
  cursor: pointer; }
  .modal .modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    min-height: 60vh;
    background-color: #2B2C4A;
    padding: 32px;
    border-radius: 8px;
    z-index: 2;
    cursor: initial; }
  .modal .modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 26px;
    width: 26px;
    padding: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 2px; }
    .modal .modal__close .fa {
      font-size: 16px;
      color: #fff; }
    .modal .modal__close:hover {
      opacity: 0.5; }

.onboarding {
  min-height: 100vh;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 32px;
  margin: 0 auto; }
  .onboarding main {
    padding: 48px 0;
    max-width: 540px; }
  .onboarding footer {
    max-width: 540px; }
    .onboarding footer .login-links {
      margin-top: 20px; }
      .onboarding footer .login-links li {
        text-align: center; }

.onboarding__thumb {
  display: none; }

@media (min-width: 960px) {
  .onboarding__thumb {
    display: flex;
    flex-direction: row-reverse;
    position: fixed;
    right: 0;
    top: 0;
    background: #FFF7E4;
    height: 100%;
    width: 345px; }
    .onboarding__thumb img {
      width: 720px;
      max-width: initial;
      position: absolute;
      right: -320px; } }

@media (min-width: 1260px) {
  .onboarding {
    padding: 80px 32px; }
  .onboarding__logo {
    height: auto;
    width: 130px; }
  .onboarding__thumb {
    width: 645px; }
    .onboarding__thumb img {
      position: relative;
      right: 0; } }

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