/**
 * Sass variable for veritarot public
 */
/**
 * Self-hosted fonts — voir sass/main/_fonts.scss
 */
@font-face {
  font-family: "Asap Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/asap-condensed-400.ttf") format("truetype");
}

@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/muli-400.ttf") format("truetype");
}

@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/muli-500.ttf") format("truetype");
}

/**
 * Bootstrap reset
 */
/* line 5, ../sass/main/_reset.scss */
html, body {
  width: 100%;
}

/* line 10, ../sass/main/_reset.scss */
button:active, button:focus, button:hover {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}

/* line 16, ../sass/main/_reset.scss */
a {
  transition: color .5s ease;
}

/* line 20, ../sass/main/_reset.scss */
a, a:active, a:focus, a:hover, button, button:active, button:focus {
  outline: none !important;
  -webkit-appearance: none !important;
}

/* line 25, ../sass/main/_reset.scss */
a:hover {
  text-decoration: none !important;
}

/* line 29, ../sass/main/_reset.scss */
a, a:active, a:focus {
  color: #027cf6;
}

/* line 32, ../sass/main/_reset.scss */
a:hover {
  color: #016fdd;
}

/* line 36, ../sass/main/_reset.scss */
.modal-close {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  float: none;
  text-align: center;
  cursor: pointer;
  color: #aaa;
  transition: color .5s ease;
}
/* line 50, ../sass/main/_reset.scss */
.modal-close:hover {
  color: #666;
}

/* line 56, ../sass/main/_reset.scss */
.badge {
  font-weight: 400;
}

/* line 61, ../sass/main/_reset.scss */
.light {
  font-weight: 300 !important;
}

/* line 62, ../sass/main/_reset.scss */
.bold {
  font-weight: 800 !important;
}

/* line 64, ../sass/main/_reset.scss */
.small-0 {
  font-size: 1rem !important;
}

/* line 65, ../sass/main/_reset.scss */
.big-0 {
  font-size: 1rem !important;
}

@media (min-width: 576px) {
  /* line 68, ../sass/main/_reset.scss */
  .small-sm-0 {
    font-size: 1rem !important;
  }

  /* line 69, ../sass/main/_reset.scss */
  .big-sm-0 {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  /* line 73, ../sass/main/_reset.scss */
  .small-md-0 {
    font-size: 1rem !important;
  }

  /* line 74, ../sass/main/_reset.scss */
  .big-md-0 {
    font-size: 1rem !important;
  }
}
@media (min-width: 992px) {
  /* line 78, ../sass/main/_reset.scss */
  .small-lg-0 {
    font-size: 1rem !important;
  }

  /* line 79, ../sass/main/_reset.scss */
  .big-lg-0 {
    font-size: 1rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-1 {
  font-size: 0.95rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-1 {
  font-size: 1.1rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-1 {
    font-size: 0.95rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-1 {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-1 {
    font-size: 0.95rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-1 {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-1 {
    font-size: 0.95rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-1 {
    font-size: 1.1rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-2 {
  font-size: 0.9rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-2 {
  font-size: 1.2rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-2 {
    font-size: 0.9rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-2 {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-2 {
    font-size: 0.9rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-2 {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-2 {
    font-size: 0.9rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-2 {
    font-size: 1.2rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-3 {
  font-size: 0.85rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-3 {
  font-size: 1.3rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-3 {
    font-size: 0.85rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-3 {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-3 {
    font-size: 0.85rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-3 {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-3 {
    font-size: 0.85rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-3 {
    font-size: 1.3rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-4 {
  font-size: 0.8rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-4 {
  font-size: 1.4rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-4 {
    font-size: 0.8rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-4 {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-4 {
    font-size: 0.8rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-4 {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-4 {
    font-size: 0.8rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-4 {
    font-size: 1.4rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-5 {
  font-size: 0.75rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-5 {
  font-size: 1.5rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-5 {
    font-size: 0.75rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-5 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-5 {
    font-size: 0.75rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-5 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-5 {
    font-size: 0.75rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-5 {
    font-size: 1.5rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-6 {
  font-size: 0.7rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-6 {
  font-size: 1.6rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-6 {
    font-size: 0.7rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-6 {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-6 {
    font-size: 0.7rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-6 {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-6 {
    font-size: 0.7rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-6 {
    font-size: 1.6rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-7 {
  font-size: 0.65rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-7 {
  font-size: 1.7rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-7 {
    font-size: 0.65rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-7 {
    font-size: 1.7rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-7 {
    font-size: 0.65rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-7 {
    font-size: 1.7rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-7 {
    font-size: 0.65rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-7 {
    font-size: 1.7rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-8 {
  font-size: 0.6rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-8 {
  font-size: 1.8rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-8 {
    font-size: 0.6rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-8 {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-8 {
    font-size: 0.6rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-8 {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-8 {
    font-size: 0.6rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-8 {
    font-size: 1.8rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-9 {
  font-size: 0.55rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-9 {
  font-size: 1.9rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-9 {
    font-size: 0.55rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-9 {
    font-size: 1.9rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-9 {
    font-size: 0.55rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-9 {
    font-size: 1.9rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-9 {
    font-size: 0.55rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-9 {
    font-size: 1.9rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-10 {
  font-size: 0.5rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-10 {
  font-size: 2rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-10 {
    font-size: 0.5rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-10 {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-10 {
    font-size: 0.5rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-10 {
    font-size: 2rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-10 {
    font-size: 0.5rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-10 {
    font-size: 2rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-11 {
  font-size: 0.45rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-11 {
  font-size: 2.1rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-11 {
    font-size: 0.45rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-11 {
    font-size: 2.1rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-11 {
    font-size: 0.45rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-11 {
    font-size: 2.1rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-11 {
    font-size: 0.45rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-11 {
    font-size: 2.1rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-12 {
  font-size: 0.4rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-12 {
  font-size: 2.2rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-12 {
    font-size: 0.4rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-12 {
    font-size: 2.2rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-12 {
    font-size: 0.4rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-12 {
    font-size: 2.2rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-12 {
    font-size: 0.4rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-12 {
    font-size: 2.2rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-13 {
  font-size: 0.35rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-13 {
  font-size: 2.3rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-13 {
    font-size: 0.35rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-13 {
    font-size: 2.3rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-13 {
    font-size: 0.35rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-13 {
    font-size: 2.3rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-13 {
    font-size: 0.35rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-13 {
    font-size: 2.3rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-14 {
  font-size: 0.3rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-14 {
  font-size: 2.4rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-14 {
    font-size: 0.3rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-14 {
    font-size: 2.4rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-14 {
    font-size: 0.3rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-14 {
    font-size: 2.4rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-14 {
    font-size: 0.3rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-14 {
    font-size: 2.4rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-15 {
  font-size: 0.25rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-15 {
  font-size: 2.5rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-15 {
    font-size: 0.25rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-15 {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-15 {
    font-size: 0.25rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-15 {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-15 {
    font-size: 0.25rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-15 {
    font-size: 2.5rem !important;
  }
}
/* line 83, ../sass/main/_reset.scss */
.small-16 {
  font-size: 0.2rem !important;
}

/* line 84, ../sass/main/_reset.scss */
.big-16 {
  font-size: 2.6rem !important;
}

@media (min-width: 576px) {
  /* line 87, ../sass/main/_reset.scss */
  .small-sm-16 {
    font-size: 0.2rem !important;
  }

  /* line 88, ../sass/main/_reset.scss */
  .big-sm-16 {
    font-size: 2.6rem !important;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/main/_reset.scss */
  .small-md-16 {
    font-size: 0.2rem !important;
  }

  /* line 93, ../sass/main/_reset.scss */
  .big-md-16 {
    font-size: 2.6rem !important;
  }
}
@media (min-width: 992px) {
  /* line 97, ../sass/main/_reset.scss */
  .small-lg-16 {
    font-size: 0.2rem !important;
  }

  /* line 98, ../sass/main/_reset.scss */
  .big-lg-16 {
    font-size: 2.6rem !important;
  }
}
/* line 103, ../sass/main/_reset.scss */
.alert {
  position: relative;
  border: none;
  border-radius: 0;
}
/* line 108, ../sass/main/_reset.scss */
.alert.icon {
  display: flex;
  align-items: center !important;
}
/* line 113, ../sass/main/_reset.scss */
.alert.alert-warning {
  border: 1px solid #ecbb2a;
}
/* line 117, ../sass/main/_reset.scss */
.alert.alert-info {
  border: 1px solid #8ad6e4;
}
/* line 121, ../sass/main/_reset.scss */
.alert.alert-primary {
  border: 1px solid #47b0ff;
}

/* line 127, ../sass/main/_reset.scss */
.badge-primary {
  color: white;
}

/* line 128, ../sass/main/_reset.scss */
.badge-warning {
  color: white;
}

/* line 131, ../sass/main/_reset.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  border-radius: 3rem;
}

/* line 136, ../sass/main/_reset.scss */
.btn {
  border: none !important;
  border-radius: 3rem;
  box-shadow: none !important;
}

/* line 142, ../sass/main/_reset.scss */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus,
.btn-pink,
.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus,
.btn-purple,
.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
  color: white !important;
}

/* line 155, ../sass/main/_reset.scss */
.btn {
  padding: 0 1.5rem;
  height: 40px;
  font-size: 0.9rem !important;
  line-height: 40px;
  transition: background-color .6s ease;
}
/* line 162, ../sass/main/_reset.scss */
.btn i, .btn span {
  display: inline-block;
  vertical-align: top;
}
/* line 166, ../sass/main/_reset.scss */
.btn:not(.btn-payment) i, .btn:not(.btn-payment) span {
  height: 40px !important;
  line-height: 40px !important;
}

/* line 173, ../sass/main/_reset.scss */
.btn.btn-sm {
  padding: 0 1.1rem;
  height: 32px;
  line-height: 32px;
  font-size: 0.8rem !important;
}
/* line 179, ../sass/main/_reset.scss */
.btn.btn-sm i, .btn.btn-sm span {
  height: 32px !important;
  line-height: 32px !important;
}

/* line 185, ../sass/main/_reset.scss */
.btn.btn-lg {
  padding: 0 1.8rem;
  height: 52px;
  line-height: 52px;
  font-size: 1rem !important;
}
/* line 191, ../sass/main/_reset.scss */
.btn.btn-lg i, .btn.btn-lg span {
  height: 52px !important;
  line-height: 52px !important;
}

/* line 197, ../sass/main/_reset.scss */
.btn-primary.disabled,
.btn-primary:disabled {
  color: white !important;
}

/* line 202, ../sass/main/_reset.scss */
.btn.dropdown-toggle-split {
  padding: 0 1rem 0 .8rem;
}

/* line 206, ../sass/main/_reset.scss */
.btn-pink {
  background: #ff6384;
}
/* line 208, ../sass/main/_reset.scss */
.btn-pink:hover {
  background: #ff3a64;
}

/* line 213, ../sass/main/_reset.scss */
.btn-purple {
  background: #a171ff;
}
/* line 215, ../sass/main/_reset.scss */
.btn-purple:hover {
  background: #8648ff;
}

/* line 220, ../sass/main/_reset.scss */
.btn-white {
  background: white;
}
/* line 223, ../sass/main/_reset.scss */
.btn-white:hover {
  background: #ebebeb;
}

/* line 228, ../sass/main/_reset.scss */
.btn-ghost {
  background: transparent;
}
/* line 231, ../sass/main/_reset.scss */
.btn-ghost i, .btn-ghost span {
  height: 38px !important;
  line-height: 38px !important;
}
/* line 236, ../sass/main/_reset.scss */
.btn-ghost.btn-white {
  border: 1px solid white !important;
}
/* line 239, ../sass/main/_reset.scss */
.btn-ghost.btn-white:not(:hover) {
  color: white !important;
}
/* line 244, ../sass/main/_reset.scss */
.btn-ghost.btn-sm {
  line-height: 30px;
}
/* line 247, ../sass/main/_reset.scss */
.btn-ghost.btn-sm i, .btn-ghost.btn-sm span {
  height: 32px !important;
  line-height: 30px !important;
}
/* line 257, ../sass/main/_reset.scss */
.btn-ghost.btn-primary {
  border: 1px solid #60AFFE!important;
}
/* line 260, ../sass/main/_reset.scss */
.btn-ghost.btn-primary:not(:hover) {
  color: #60AFFE !important;
}
/* line 257, ../sass/main/_reset.scss */
.btn-ghost.btn-secondary {
  border: 1px solid #6c757d!important;
}
/* line 260, ../sass/main/_reset.scss */
.btn-ghost.btn-secondary:not(:hover) {
  color: #6c757d !important;
}
/* line 257, ../sass/main/_reset.scss */
.btn-ghost.btn-success {
  border: 1px solid #2ecc71!important;
}
/* line 260, ../sass/main/_reset.scss */
.btn-ghost.btn-success:not(:hover) {
  color: #2ecc71 !important;
}
/* line 257, ../sass/main/_reset.scss */
.btn-ghost.btn-info {
  border: 1px solid #17a2b8!important;
}
/* line 260, ../sass/main/_reset.scss */
.btn-ghost.btn-info:not(:hover) {
  color: #17a2b8 !important;
}
/* line 257, ../sass/main/_reset.scss */
.btn-ghost.btn-warning {
  border: 1px solid #f3bc44!important;
}
/* line 260, ../sass/main/_reset.scss */
.btn-ghost.btn-warning:not(:hover) {
  color: #f3bc44 !important;
}
/* line 257, ../sass/main/_reset.scss */
.btn-ghost.btn-danger {
  border: 1px solid #eb5728!important;
}
/* line 260, ../sass/main/_reset.scss */
.btn-ghost.btn-danger:not(:hover) {
  color: #eb5728 !important;
}
/* line 257, ../sass/main/_reset.scss */
.btn-ghost.btn-light {
  border: 1px solid #f8f9fa!important;
}
/* line 260, ../sass/main/_reset.scss */
.btn-ghost.btn-light:not(:hover) {
  color: #f8f9fa !important;
}
/* line 257, ../sass/main/_reset.scss */
.btn-ghost.btn-dark {
  border: 1px solid #343a40!important;
}
/* line 260, ../sass/main/_reset.scss */
.btn-ghost.btn-dark:not(:hover) {
  color: #343a40 !important;
}

/* line 268, ../sass/main/_reset.scss */
.btn-loading .css-loader {
  display: none;
  line-height: 49px;
}
/* line 273, ../sass/main/_reset.scss */
.btn-loading.loading .css-loader {
  display: block;
}
/* line 276, ../sass/main/_reset.scss */
.btn-loading.loading span {
  display: none;
}

/* line 286, ../sass/main/_reset.scss */
.text-blue {
  color: #60AFFE!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-indigo {
  color: #6610f2!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-purple {
  color: #6f42c1!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-pink {
  color: #ff6384!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-red {
  color: #eb5728!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-orange {
  color: #fd7e14!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-yellow {
  color: #f3bc44!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-green {
  color: #2ecc71!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-teal {
  color: #20c997!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-cyan {
  color: #17a2b8!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-white {
  color: #fff!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-gray {
  color: #6c757d!important;
}

/* line 286, ../sass/main/_reset.scss */
.text-gray-dark {
  color: #343a40!important;
}

/* line 291, ../sass/main/_reset.scss */
.text-warning {
  color: #e19f0e !important;
}

/* line 296, ../sass/main/_reset.scss */
.card.collapse {
  background: transparent;
  border: none;
}
/* line 300, ../sass/main/_reset.scss */
.card.collapse .card-header {
  background: transparent;
}
/* line 303, ../sass/main/_reset.scss */
.card.collapse .card-header a {
  color: #495057;
  transition: color .6s ease;
}
/* line 307, ../sass/main/_reset.scss */
.card.collapse .card-header a:hover {
  color: #343a40;
}

/* line 315, ../sass/main/_reset.scss */
.dropdown-menu {
  margin: 10px 0;
  border: none;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  font-size: .8rem;
}
/* line 321, ../sass/main/_reset.scss */
.dropdown-menu .dropdown-item {
  font-size: 0.8rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  margin-top: 5px;
}
/* line 327, ../sass/main/_reset.scss */
.dropdown-menu .dropdown-item i {
  line-height: .9rem;
  font-size: 1.4rem;
}

/* line 335, ../sass/main/_reset.scss */
.popover {
  padding: 4px 0;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}
/* line 339, ../sass/main/_reset.scss */
.popover .popover-header {
  margin-top: 3px;
  padding-bottom: 0;
  background: transparent;
  border-bottom: none;
}
/* line 346, ../sass/main/_reset.scss */
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 14px;
}

/* line 352, ../sass/main/_reset.scss */
button:active, button:focus, button:hover {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}

/* line 358, ../sass/main/_reset.scss */
a, a:active, a:focus, a:hover, button, button:active, button:focus {
  outline: none !important;
  -webkit-appearance: none !important;
}

/* line 363, ../sass/main/_reset.scss */
a:hover {
  text-decoration: none !important;
}

/* line 367, ../sass/main/_reset.scss */
a.btn:focus {
  color: white;
}

/* line 371, ../sass/main/_reset.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #f8f8f8;
}

/* line 380, ../sass/main/_reset.scss */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 387, ../sass/main/_reset.scss */
.modal .modal-content {
  border: none;
}

/* line 392, ../sass/main/_reset.scss */
button {
  cursor: pointer;
}

/* line 396, ../sass/main/_reset.scss */
.breadcrumb {
  padding: 0;
  background: transparent;
}

/* line 401, ../sass/main/_reset.scss */
.text-default {
  color: #444 !important;
}

/* line 405, ../sass/main/_reset.scss */
ul.raw {
  padding-left: 0;
  list-style: none;
}

/* line 411, ../sass/main/_reset.scss */
.tooltip {
  font-family: "Muli", sans-serif !important;
}

/* line 415, ../sass/main/_reset.scss */
.badge {
  line-height: 1.2;
}

/* line 419, ../sass/main/_reset.scss */
.badge.badge-pink {
  background: #ff6384;
  color: white;
}

/* line 424, ../sass/main/_reset.scss */
.bg-pink {
  background: #ff6384;
}

/* line 428, ../sass/main/_reset.scss */
.notifyjs-corner {
  z-index: 1051 !important;
}

/* line 432, ../sass/main/_reset.scss */
.better-ul-container ul,
ul.better-ul {
  list-style: none;
  counter-reset: ol-counter;
  padding-left: 50px;
}
/* line 438, ../sass/main/_reset.scss */
.better-ul-container ul li,
ul.better-ul li {
  counter-increment: ol-counter;
  position: relative;
}
/* line 442, ../sass/main/_reset.scss */
.better-ul-container ul li:first-letter,
ul.better-ul li:first-letter {
  font-size: 1.4rem;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #666;
}
/* line 449, ../sass/main/_reset.scss */
.better-ul-container ul li:before,
ul.better-ul li:before {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: -50px;
  top: 10px;
  border-radius: 50%;
  background: #60AFFE;
  content: counter(ol-counter);
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
}
/* line 468, ../sass/main/_reset.scss */
.better-ul-container ul.in-row > li:before,
ul.better-ul.in-row > li:before {
  left: 13px;
  top: 4px;
}
/* line 473, ../sass/main/_reset.scss */
.better-ul-container ul.in-row > li > div,
ul.better-ul.in-row > li > div {
  height: 44px;
  line-height: 40px;
  padding-left: 56px;
  border-radius: 20px;
}

/* line 485, ../sass/main/_reset.scss */
.better-ul-container.striped ul li:not(:last-child),
ul.better-ul.striped li:not(:last-child) {
  margin-bottom: 1.4rem;
}
/* line 488, ../sass/main/_reset.scss */
.better-ul-container.striped ul li:not(:last-child):after,
ul.better-ul.striped li:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: #eef6ff;
  position: absolute;
  bottom: -21px;
}

/* line 501, ../sass/main/_reset.scss */
.tarot-soon .soon {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  opacity: .8;
}
/* line 512, ../sass/main/_reset.scss */
.tarot-soon:hover .soon {
  display: block;
}

/* line 518, ../sass/main/_reset.scss */
.new-google-btn {
  margin: 1rem auto 0 auto;
  padding: 7px 18px;
  width: 245px;
  border-radius: 40px;
  background: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.7) !important;
}
/* line 527, ../sass/main/_reset.scss */
.new-google-btn:focus {
  box-shadow: 0 0 2px #0163c4;
  background: rgba(0, 0, 0, 0.02);
}
/* line 532, ../sass/main/_reset.scss */
.new-google-btn:active {
  background: rgba(0, 0, 0, 0.1);
}
/* line 536, ../sass/main/_reset.scss */
.new-google-btn img {
  width: 18px;
  height: 18px;
  margin-right: 24px;
}

/* line 543, ../sass/main/_reset.scss */
.line-height-0 {
  line-height: 0 !important;
}

/* line 547, ../sass/main/_reset.scss */
.line-height-1 {
  line-height: 1 !important;
}

/**
 * Keyframes
 */
@keyframes card {
  0% {
    transform: rotateY(0deg);
    box-shadow: 0 0 0 0 white;
  }
  100% {
    transform: rotateY(90deg);
    box-shadow: 0 0 40px 5px white;
  }
}
@keyframes cardreverse {
  0% {
    transform: rotateY(90deg);
    box-shadow: 0 0 40px 5px white;
  }
  100% {
    transform: rotateY(0deg);
    box-shadow: 0 0 0 0 white;
  }
}
@keyframes left-right {
  0% {
    transform: translateX(-8%);
  }
  50% {
    transform: translateX(8%);
  }
  100% {
    transform: translateX(-8%);
  }
}
/* line 43, ../sass/main/_animation.scss */
.anim-left_right {
  animation: left-right 4s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 52, ../sass/main/_animation.scss */
.spin {
  /* The animation part: */
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spiny {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
/* line 65, ../sass/main/_animation.scss */
.spiny {
  /* The animation part: */
  animation-name: spiny;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spinz {
  from {
    transform: rotateZ(0deg) translate(-50%, -50%);
  }
  to {
    transform: rotateZ(360deg) translate(-50%, -50%);
  }
}
/* line 78, ../sass/main/_animation.scss */
.spinz {
  /* The animation part: */
  animation-name: spinz;
  animation-duration: 16000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 86, ../sass/main/_animation.scss */
.floating {
  display: block;
  -webkit-animation: Floating 3s infinite ease-in-out;
  -moz-animation: Floating 3s infinite ease-in-out;
  animation: Floating 3s infinite ease-in-out;
}

@-webkit-keyframes Floating {
  from {
    -webkit-transform: translate(0, -2px);
  }
  50% {
    -webkit-transform: translate(0, 2px);
  }
  to {
    -webkit-transform: translate(0, -2px);
  }
}
@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, -2px);
  }
  50% {
    -moz-transform: translate(0, 2px);
  }
  to {
    -moz-transform: translate(0, -2px);
  }
}
@keyframes Floating {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-4px);
  }
}
/* line 111, ../sass/main/_animation.scss */
.delay1 {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}

/* line 118, ../sass/main/_animation.scss */
.delay2 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 125, ../sass/main/_animation.scss */
.pulse-ring {
  position: relative;
  -webkit-animation: pulse-ring 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse-ring 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse-ring 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse-ring 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 rgba(255, 182, 193, 0.9);
}
/* line 133, ../sass/main/_animation.scss */
.pulse-ring:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

/* line 138, ../sass/main/_animation.scss */
.pulse-ring-big {
  position: relative;
  -webkit-animation: pulse-ring-big 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse-ring-big 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse-ring-big 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse-ring-big 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 rgba(255, 182, 193, 0.9);
}

/* line 147, ../sass/main/_animation.scss */
.pulse-ring-brown {
  position: relative;
  -webkit-animation: pulse-ring-brown 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse-ring-brown 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse-ring-brown 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse-ring-brown 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 rgba(173, 119, 0, 0.9);
}

@-webkit-keyframes pulse-ring {
  to {
    box-shadow: 0 0 0 15px rgba(219, 112, 147, 0);
  }
}
@-moz-keyframes pulse-ring {
  to {
    box-shadow: 0 0 0 15px rgba(219, 112, 147, 0);
  }
}
@-ms-keyframes pulse-ring {
  to {
    box-shadow: 0 0 0 15px rgba(219, 112, 147, 0);
  }
}
@keyframes pulse-ring {
  to {
    box-shadow: 0 0 0 15px rgba(219, 112, 147, 0);
  }
}
@-webkit-keyframes pulse-ring-big {
  to {
    box-shadow: 0 0 0 30px rgba(219, 112, 147, 0);
  }
}
@-moz-keyframes pulse-ring-big {
  to {
    box-shadow: 0 0 0 30px rgba(219, 112, 147, 0);
  }
}
@-ms-keyframes pulse-ring-big {
  to {
    box-shadow: 0 0 0 30px rgba(219, 112, 147, 0);
  }
}
@keyframes pulse-ring-big {
  to {
    box-shadow: 0 0 0 30px rgba(219, 112, 147, 0);
  }
}
@-webkit-keyframes pulse-ring-inverse {
  to {
    box-shadow: 0 0 0 15px rgba(219, 112, 147, 0);
  }
}
@-moz-keyframes pulse-ring-inverse {
  to {
    box-shadow: 0 0 0 15px rgba(219, 112, 147, 0);
  }
}
@-ms-keyframes pulse-ring-inverse {
  to {
    box-shadow: 0 0 0 15px rgba(219, 112, 147, 0);
  }
}
@keyframes pulse-ring-inverse {
  to {
    box-shadow: 0 0 0 15px rgba(219, 112, 147, 0);
  }
}
@-webkit-keyframes pulse-ring-brown {
  to {
    box-shadow: 0 0 0 21px rgba(173, 119, 0, 0);
  }
}
@-moz-keyframes pulse-ring-brown {
  to {
    box-shadow: 0 0 0 21px rgba(173, 119, 0, 0);
  }
}
@-ms-keyframes pulse-ring-brown {
  to {
    box-shadow: 0 0 0 21px rgba(173, 119, 0, 0);
  }
}
@keyframes pulse-ring-brown {
  to {
    box-shadow: 0 0 0 21px rgba(173, 119, 0, 0);
  }
}
/* line 177, ../sass/main/_animation.scss */
.gauge-container {
  display: none;
  width: 320px;
  height: 160px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 185, ../sass/main/_animation.scss */
.gauge-container .gauge-inner {
  width: 320px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
}
/* line 194, ../sass/main/_animation.scss */
.gauge-container .gauge-inner .gauge-a {
  z-index: 1;
  position: absolute;
  background-color: #ccc;
  width: 320px;
  height: 160px;
  top: 0%;
  border-radius: 250px 250px 0px 0px;
}
/* line 204, ../sass/main/_animation.scss */
.gauge-container .gauge-inner .gauge-b {
  z-index: 3;
  position: absolute;
  background-color: white;
  width: 200px;
  height: 100px;
  top: 60px;
  margin-left: 60px;
  margin-right: auto;
  border-radius: 250px 250px 0px 0px;
}
/* line 216, ../sass/main/_animation.scss */
.gauge-container .gauge-inner .gauge-c {
  z-index: 2;
  position: absolute;
  background-color: #48b4f1;
  width: 320px;
  height: 160px;
  top: 160px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 200px 200px;
  transform-origin: center top;
}
/* line 229, ../sass/main/_animation.scss */
.gauge-container .gauge-inner .gauge-data {
  z-index: 4;
  color: #ccc;
  line-height: 25px;
  position: absolute;
  width: 320px;
  height: 160px;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
}
/* line 240, ../sass/main/_animation.scss */
.gauge-container .gauge-inner .gauge-data h1 {
  font-size: 3rem;
}
/* line 246, ../sass/main/_animation.scss */
.gauge-container .label {
  position: absolute;
  bottom: -32px;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Asap Condensed", sans-serif !important;
}
/* line 255, ../sass/main/_animation.scss */
.gauge-container .label.left {
  left: 26px;
}
/* line 259, ../sass/main/_animation.scss */
.gauge-container .label.right {
  right: 26px;
  transform: translateX(50%);
}

/* line 267, ../sass/main/_animation.scss */
.animation-bellring {
  -webkit-animation: bellring 14s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: bellring 14s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  transform-origin: 50% 14px;
  animation: bellring 8s .7s ease-in-out infinite;
}

@-webkit-keyframes bellring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(34deg);
  }
  2% {
    transform: rotate(-32deg);
  }
  3% {
    transform: rotate(30deg);
  }
  4% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(22deg);
  }
  6% {
    transform: rotate(-20deg);
  }
  7% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-12deg);
  }
  9% {
    transform: rotate(10deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  11% {
    transform: rotate(2deg);
  }
  12% {
    transform: rotate(-1deg);
  }
  13% {
    transform: rotate(1deg);
  }
  13% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@-moz-keyframes bellring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(34deg);
  }
  2% {
    transform: rotate(-32deg);
  }
  3% {
    transform: rotate(30deg);
  }
  4% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(22deg);
  }
  6% {
    transform: rotate(-20deg);
  }
  7% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-12deg);
  }
  9% {
    transform: rotate(10deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  11% {
    transform: rotate(2deg);
  }
  12% {
    transform: rotate(-1deg);
  }
  13% {
    transform: rotate(1deg);
  }
  13% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes bellring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(34deg);
  }
  2% {
    transform: rotate(-32deg);
  }
  3% {
    transform: rotate(30deg);
  }
  4% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(22deg);
  }
  6% {
    transform: rotate(-20deg);
  }
  7% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-12deg);
  }
  9% {
    transform: rotate(10deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  11% {
    transform: rotate(2deg);
  }
  12% {
    transform: rotate(-1deg);
  }
  13% {
    transform: rotate(1deg);
  }
  13% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes coupon-gift {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes coupon-obtain {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* line 10, ../sass/main/_helpers.scss */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 20, ../sass/main/_helpers.scss */
#back-to-top {
  display: none;
  position: fixed;
  padding: 6px 15px;
  right: 30px;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: background .4s ease;
}
/* line 32, ../sass/main/_helpers.scss */
#back-to-top:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 37, ../sass/main/_helpers.scss */
.smilie {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  vertical-align: middle;
  line-height: 20px;
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie1 {
  background-image: url("/assets/img/smilies/1.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie2 {
  background-image: url("/assets/img/smilies/2.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie3 {
  background-image: url("/assets/img/smilies/3.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie4 {
  background-image: url("/assets/img/smilies/4.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie5 {
  background-image: url("/assets/img/smilies/5.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie6 {
  background-image: url("/assets/img/smilies/6.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie7 {
  background-image: url("/assets/img/smilies/7.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie8 {
  background-image: url("/assets/img/smilies/8.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie9 {
  background-image: url("/assets/img/smilies/9.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie10 {
  background-image: url("/assets/img/smilies/10.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie11 {
  background-image: url("/assets/img/smilies/11.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie12 {
  background-image: url("/assets/img/smilies/12.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie13 {
  background-image: url("/assets/img/smilies/13.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie14 {
  background-image: url("/assets/img/smilies/14.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie15 {
  background-image: url("/assets/img/smilies/15.svg");
}
/* line 46, ../sass/main/_helpers.scss */
.smilie.smilie16 {
  background-image: url("/assets/img/smilies/16.svg");
}

/* line 52, ../sass/main/_helpers.scss */
.css-loader {
  margin: 0 auto;
  width: 110px;
  text-align: center;
  border-radius: 6px;
}
/* line 58, ../sass/main/_helpers.scss */
.css-loader .sk-child {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: css-loader 1.4s ease-in-out 0s infinite both;
  animation: css-loader 1.4s ease-in-out 0s infinite both;
}
/* line 68, ../sass/main/_helpers.scss */
.css-loader.sm {
  width: 52px;
  height: 20px;
  line-height: 23px;
}
/* line 73, ../sass/main/_helpers.scss */
.css-loader.sm .sk-child {
  width: 14px;
  height: 14px;
}
/* line 79, ../sass/main/_helpers.scss */
.css-loader.lg {
  width: 200px;
  height: 80px;
  line-height: 92px;
}
/* line 84, ../sass/main/_helpers.scss */
.css-loader.lg .sk-child {
  width: 36px;
  height: 36px;
}
/* line 91, ../sass/main/_helpers.scss */
.css-loader.dark .sk-child {
  background-color: #333;
}
/* line 96, ../sass/main/_helpers.scss */
.css-loader .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 101, ../sass/main/_helpers.scss */
.css-loader .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
/* line 106, ../sass/main/_helpers.scss */
.css-loader#template-loader {
  display: none;
}

@-webkit-keyframes css-loader {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes css-loader {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 137, ../sass/main/_helpers.scss */
.raised-100 {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

/* line 138, ../sass/main/_helpers.scss */
.raised-200 {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
}

/* line 139, ../sass/main/_helpers.scss */
.raised-300 {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.21);
}

/* line 140, ../sass/main/_helpers.scss */
.raised-400 {
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.24);
}

/* line 141, ../sass/main/_helpers.scss */
.raised-500 {
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.27);
}

/* line 142, ../sass/main/_helpers.scss */
.raised-600 {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
}

/* line 143, ../sass/main/_helpers.scss */
.raised-700 {
  box-shadow: 0px 9px 23px 0px rgba(0, 0, 0, 0.3);
}

/* line 144, ../sass/main/_helpers.scss */
.raised-800 {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

/* line 145, ../sass/main/_helpers.scss */
.raised-900 {
  box-shadow: 0px 11px 28px 0px rgba(0, 0, 0, 0.3);
}

/* line 149, ../sass/main/_helpers.scss */
.h-1 {
  height: 25px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-1 {
  min-height: 25px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-1 {
  max-height: 25px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-1 {
  width: 25px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-1 {
  min-width: 25px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-1 {
  max-width: 25px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-1 {
    height: 25px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-1 {
    min-height: 25px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-1 {
    max-height: 25px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-1 {
    width: 25px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-1 {
    min-width: 25px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-1 {
    max-width: 25px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-1 {
    height: 25px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-1 {
    min-height: 25px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-1 {
    max-height: 25px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-1 {
    width: 25px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-1 {
    min-width: 25px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-1 {
    max-width: 25px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-1 {
    height: 25px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-1 {
    min-height: 25px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-1 {
    max-height: 25px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-1 {
    width: 25px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-1 {
    min-width: 25px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-1 {
    max-width: 25px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-2 {
  height: 50px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-2 {
  min-height: 50px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-2 {
  max-height: 50px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-2 {
  width: 50px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-2 {
  min-width: 50px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-2 {
  max-width: 50px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-2 {
    height: 50px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-2 {
    min-height: 50px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-2 {
    max-height: 50px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-2 {
    width: 50px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-2 {
    min-width: 50px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-2 {
    max-width: 50px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-2 {
    height: 50px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-2 {
    min-height: 50px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-2 {
    max-height: 50px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-2 {
    width: 50px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-2 {
    min-width: 50px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-2 {
    max-width: 50px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-2 {
    height: 50px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-2 {
    min-height: 50px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-2 {
    max-height: 50px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-2 {
    width: 50px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-2 {
    min-width: 50px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-2 {
    max-width: 50px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-3 {
  height: 75px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-3 {
  min-height: 75px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-3 {
  max-height: 75px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-3 {
  width: 75px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-3 {
  min-width: 75px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-3 {
  max-width: 75px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-3 {
    height: 75px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-3 {
    min-height: 75px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-3 {
    max-height: 75px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-3 {
    width: 75px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-3 {
    min-width: 75px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-3 {
    max-width: 75px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-3 {
    height: 75px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-3 {
    min-height: 75px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-3 {
    max-height: 75px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-3 {
    width: 75px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-3 {
    min-width: 75px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-3 {
    max-width: 75px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-3 {
    height: 75px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-3 {
    min-height: 75px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-3 {
    max-height: 75px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-3 {
    width: 75px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-3 {
    min-width: 75px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-3 {
    max-width: 75px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-4 {
  height: 100px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-4 {
  min-height: 100px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-4 {
  max-height: 100px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-4 {
  width: 100px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-4 {
  min-width: 100px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-4 {
  max-width: 100px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-4 {
    height: 100px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-4 {
    min-height: 100px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-4 {
    max-height: 100px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-4 {
    width: 100px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-4 {
    min-width: 100px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-4 {
    max-width: 100px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-4 {
    height: 100px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-4 {
    min-height: 100px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-4 {
    max-height: 100px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-4 {
    width: 100px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-4 {
    min-width: 100px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-4 {
    max-width: 100px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-4 {
    height: 100px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-4 {
    min-height: 100px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-4 {
    max-height: 100px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-4 {
    width: 100px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-4 {
    min-width: 100px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-4 {
    max-width: 100px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-5 {
  height: 125px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-5 {
  min-height: 125px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-5 {
  max-height: 125px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-5 {
  width: 125px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-5 {
  min-width: 125px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-5 {
  max-width: 125px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-5 {
    height: 125px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-5 {
    min-height: 125px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-5 {
    max-height: 125px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-5 {
    width: 125px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-5 {
    min-width: 125px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-5 {
    max-width: 125px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-5 {
    height: 125px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-5 {
    min-height: 125px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-5 {
    max-height: 125px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-5 {
    width: 125px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-5 {
    min-width: 125px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-5 {
    max-width: 125px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-5 {
    height: 125px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-5 {
    min-height: 125px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-5 {
    max-height: 125px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-5 {
    width: 125px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-5 {
    min-width: 125px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-5 {
    max-width: 125px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-6 {
  height: 150px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-6 {
  min-height: 150px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-6 {
  max-height: 150px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-6 {
  width: 150px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-6 {
  min-width: 150px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-6 {
  max-width: 150px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-6 {
    height: 150px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-6 {
    min-height: 150px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-6 {
    max-height: 150px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-6 {
    width: 150px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-6 {
    min-width: 150px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-6 {
    max-width: 150px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-6 {
    height: 150px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-6 {
    min-height: 150px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-6 {
    max-height: 150px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-6 {
    width: 150px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-6 {
    min-width: 150px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-6 {
    max-width: 150px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-6 {
    height: 150px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-6 {
    min-height: 150px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-6 {
    max-height: 150px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-6 {
    width: 150px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-6 {
    min-width: 150px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-6 {
    max-width: 150px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-7 {
  height: 175px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-7 {
  min-height: 175px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-7 {
  max-height: 175px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-7 {
  width: 175px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-7 {
  min-width: 175px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-7 {
  max-width: 175px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-7 {
    height: 175px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-7 {
    min-height: 175px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-7 {
    max-height: 175px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-7 {
    width: 175px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-7 {
    min-width: 175px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-7 {
    max-width: 175px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-7 {
    height: 175px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-7 {
    min-height: 175px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-7 {
    max-height: 175px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-7 {
    width: 175px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-7 {
    min-width: 175px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-7 {
    max-width: 175px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-7 {
    height: 175px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-7 {
    min-height: 175px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-7 {
    max-height: 175px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-7 {
    width: 175px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-7 {
    min-width: 175px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-7 {
    max-width: 175px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-8 {
  height: 200px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-8 {
  min-height: 200px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-8 {
  max-height: 200px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-8 {
  width: 200px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-8 {
  min-width: 200px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-8 {
  max-width: 200px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-8 {
    height: 200px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-8 {
    min-height: 200px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-8 {
    max-height: 200px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-8 {
    width: 200px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-8 {
    min-width: 200px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-8 {
    max-width: 200px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-8 {
    height: 200px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-8 {
    min-height: 200px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-8 {
    max-height: 200px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-8 {
    width: 200px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-8 {
    min-width: 200px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-8 {
    max-width: 200px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-8 {
    height: 200px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-8 {
    min-height: 200px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-8 {
    max-height: 200px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-8 {
    width: 200px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-8 {
    min-width: 200px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-8 {
    max-width: 200px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-9 {
  height: 225px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-9 {
  min-height: 225px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-9 {
  max-height: 225px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-9 {
  width: 225px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-9 {
  min-width: 225px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-9 {
  max-width: 225px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-9 {
    height: 225px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-9 {
    min-height: 225px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-9 {
    max-height: 225px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-9 {
    width: 225px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-9 {
    min-width: 225px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-9 {
    max-width: 225px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-9 {
    height: 225px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-9 {
    min-height: 225px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-9 {
    max-height: 225px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-9 {
    width: 225px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-9 {
    min-width: 225px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-9 {
    max-width: 225px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-9 {
    height: 225px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-9 {
    min-height: 225px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-9 {
    max-height: 225px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-9 {
    width: 225px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-9 {
    min-width: 225px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-9 {
    max-width: 225px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-10 {
  height: 250px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-10 {
  min-height: 250px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-10 {
  max-height: 250px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-10 {
  width: 250px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-10 {
  min-width: 250px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-10 {
  max-width: 250px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-10 {
    height: 250px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-10 {
    min-height: 250px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-10 {
    max-height: 250px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-10 {
    width: 250px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-10 {
    min-width: 250px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-10 {
    max-width: 250px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-10 {
    height: 250px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-10 {
    min-height: 250px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-10 {
    max-height: 250px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-10 {
    width: 250px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-10 {
    min-width: 250px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-10 {
    max-width: 250px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-10 {
    height: 250px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-10 {
    min-height: 250px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-10 {
    max-height: 250px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-10 {
    width: 250px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-10 {
    min-width: 250px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-10 {
    max-width: 250px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-11 {
  height: 275px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-11 {
  min-height: 275px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-11 {
  max-height: 275px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-11 {
  width: 275px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-11 {
  min-width: 275px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-11 {
  max-width: 275px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-11 {
    height: 275px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-11 {
    min-height: 275px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-11 {
    max-height: 275px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-11 {
    width: 275px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-11 {
    min-width: 275px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-11 {
    max-width: 275px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-11 {
    height: 275px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-11 {
    min-height: 275px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-11 {
    max-height: 275px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-11 {
    width: 275px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-11 {
    min-width: 275px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-11 {
    max-width: 275px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-11 {
    height: 275px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-11 {
    min-height: 275px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-11 {
    max-height: 275px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-11 {
    width: 275px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-11 {
    min-width: 275px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-11 {
    max-width: 275px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-12 {
  height: 300px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-12 {
  min-height: 300px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-12 {
  max-height: 300px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-12 {
  width: 300px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-12 {
  min-width: 300px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-12 {
  max-width: 300px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-12 {
    height: 300px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-12 {
    min-height: 300px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-12 {
    max-height: 300px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-12 {
    width: 300px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-12 {
    min-width: 300px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-12 {
    max-width: 300px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-12 {
    height: 300px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-12 {
    min-height: 300px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-12 {
    max-height: 300px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-12 {
    width: 300px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-12 {
    min-width: 300px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-12 {
    max-width: 300px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-12 {
    height: 300px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-12 {
    min-height: 300px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-12 {
    max-height: 300px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-12 {
    width: 300px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-12 {
    min-width: 300px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-12 {
    max-width: 300px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-13 {
  height: 325px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-13 {
  min-height: 325px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-13 {
  max-height: 325px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-13 {
  width: 325px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-13 {
  min-width: 325px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-13 {
  max-width: 325px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-13 {
    height: 325px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-13 {
    min-height: 325px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-13 {
    max-height: 325px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-13 {
    width: 325px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-13 {
    min-width: 325px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-13 {
    max-width: 325px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-13 {
    height: 325px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-13 {
    min-height: 325px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-13 {
    max-height: 325px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-13 {
    width: 325px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-13 {
    min-width: 325px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-13 {
    max-width: 325px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-13 {
    height: 325px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-13 {
    min-height: 325px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-13 {
    max-height: 325px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-13 {
    width: 325px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-13 {
    min-width: 325px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-13 {
    max-width: 325px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-14 {
  height: 350px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-14 {
  min-height: 350px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-14 {
  max-height: 350px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-14 {
  width: 350px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-14 {
  min-width: 350px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-14 {
  max-width: 350px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-14 {
    height: 350px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-14 {
    min-height: 350px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-14 {
    max-height: 350px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-14 {
    width: 350px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-14 {
    min-width: 350px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-14 {
    max-width: 350px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-14 {
    height: 350px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-14 {
    min-height: 350px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-14 {
    max-height: 350px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-14 {
    width: 350px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-14 {
    min-width: 350px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-14 {
    max-width: 350px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-14 {
    height: 350px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-14 {
    min-height: 350px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-14 {
    max-height: 350px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-14 {
    width: 350px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-14 {
    min-width: 350px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-14 {
    max-width: 350px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-15 {
  height: 375px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-15 {
  min-height: 375px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-15 {
  max-height: 375px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-15 {
  width: 375px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-15 {
  min-width: 375px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-15 {
  max-width: 375px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-15 {
    height: 375px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-15 {
    min-height: 375px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-15 {
    max-height: 375px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-15 {
    width: 375px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-15 {
    min-width: 375px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-15 {
    max-width: 375px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-15 {
    height: 375px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-15 {
    min-height: 375px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-15 {
    max-height: 375px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-15 {
    width: 375px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-15 {
    min-width: 375px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-15 {
    max-width: 375px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-15 {
    height: 375px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-15 {
    min-height: 375px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-15 {
    max-height: 375px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-15 {
    width: 375px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-15 {
    min-width: 375px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-15 {
    max-width: 375px !important;
  }
}
/* line 149, ../sass/main/_helpers.scss */
.h-16 {
  height: 400px !important;
}

/* line 150, ../sass/main/_helpers.scss */
.min-h-16 {
  min-height: 400px !important;
}

/* line 151, ../sass/main/_helpers.scss */
.max-h-16 {
  max-height: 400px !important;
}

/* line 152, ../sass/main/_helpers.scss */
.w-16 {
  width: 400px !important;
}

/* line 153, ../sass/main/_helpers.scss */
.min-w-16 {
  min-width: 400px !important;
}

/* line 154, ../sass/main/_helpers.scss */
.max-w-16 {
  max-width: 400px !important;
}

@media (min-width: 576px) {
  /* line 157, ../sass/main/_helpers.scss */
  .h-sm-16 {
    height: 400px !important;
  }

  /* line 158, ../sass/main/_helpers.scss */
  .min-h-sm-16 {
    min-height: 400px !important;
  }

  /* line 159, ../sass/main/_helpers.scss */
  .max-h-sm-16 {
    max-height: 400px !important;
  }

  /* line 160, ../sass/main/_helpers.scss */
  .w-sm-16 {
    width: 400px !important;
  }

  /* line 161, ../sass/main/_helpers.scss */
  .min-w-sm-16 {
    min-width: 400px !important;
  }

  /* line 162, ../sass/main/_helpers.scss */
  .max-w-sm-16 {
    max-width: 400px !important;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/main/_helpers.scss */
  .h-md-16 {
    height: 400px !important;
  }

  /* line 167, ../sass/main/_helpers.scss */
  .min-h-md-16 {
    min-height: 400px !important;
  }

  /* line 168, ../sass/main/_helpers.scss */
  .max-h-md-16 {
    max-height: 400px !important;
  }

  /* line 169, ../sass/main/_helpers.scss */
  .w-md-16 {
    width: 400px !important;
  }

  /* line 170, ../sass/main/_helpers.scss */
  .min-w-md-16 {
    min-width: 400px !important;
  }

  /* line 171, ../sass/main/_helpers.scss */
  .max-w-md-16 {
    max-width: 400px !important;
  }
}
@media (min-width: 992px) {
  /* line 175, ../sass/main/_helpers.scss */
  .h-lg-16 {
    height: 400px !important;
  }

  /* line 176, ../sass/main/_helpers.scss */
  .min-h-lg-16 {
    min-height: 400px !important;
  }

  /* line 177, ../sass/main/_helpers.scss */
  .max-h-lg-16 {
    max-height: 400px !important;
  }

  /* line 178, ../sass/main/_helpers.scss */
  .w-lg-16 {
    width: 400px !important;
  }

  /* line 179, ../sass/main/_helpers.scss */
  .min-w-lg-16 {
    min-width: 400px !important;
  }

  /* line 180, ../sass/main/_helpers.scss */
  .max-w-lg-16 {
    max-width: 400px !important;
  }
}
/* line 184, ../sass/main/_helpers.scss */
.img-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 189, ../sass/main/_helpers.scss */
.img-cover.parallax {
  background-attachment: fixed;
}

/* line 194, ../sass/main/_helpers.scss */
div[class*="bg-backdrop-"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
}
/* line 202, ../sass/main/_helpers.scss */
div[class*="bg-backdrop-"].white {
  background: white;
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-0, .opacity-0 {
  opacity: 0;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-0, .opacity-0 {
  opacity: 0;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-0 {
  background: rgba(255, 255, 255, 0);
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-0 {
  background: transparent;
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-0 {
  background: rgba(46, 204, 113, 0);
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-0 {
  background: rgba(243, 188, 68, 0);
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-0 {
  background: rgba(96, 175, 254, 0);
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-0 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-0:hover {
  background: transparent;
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-1, .opacity-1 {
  opacity: 0.1;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-1, .opacity-1 {
  opacity: 0.1;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-1 {
  background: rgba(255, 255, 255, 0.1);
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-1 {
  background: rgba(0, 0, 0, 0.1);
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-1 {
  background: rgba(46, 204, 113, 0.1);
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-1 {
  background: rgba(243, 188, 68, 0.1);
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-1 {
  background: rgba(96, 175, 254, 0.1);
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-1 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-1:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-2, .opacity-2 {
  opacity: 0.2;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-2, .opacity-2 {
  opacity: 0.2;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-2 {
  background: rgba(255, 255, 255, 0.2);
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-2 {
  background: rgba(0, 0, 0, 0.2);
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-2 {
  background: rgba(46, 204, 113, 0.2);
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-2 {
  background: rgba(243, 188, 68, 0.2);
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-2 {
  background: rgba(96, 175, 254, 0.2);
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-2 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-2:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-3, .opacity-3 {
  opacity: 0.3;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-3, .opacity-3 {
  opacity: 0.3;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-3 {
  background: rgba(255, 255, 255, 0.3);
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-3 {
  background: rgba(0, 0, 0, 0.3);
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-3 {
  background: rgba(46, 204, 113, 0.3);
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-3 {
  background: rgba(243, 188, 68, 0.3);
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-3 {
  background: rgba(96, 175, 254, 0.3);
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-3 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-3:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-4, .opacity-4 {
  opacity: 0.4;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-4, .opacity-4 {
  opacity: 0.4;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-4 {
  background: rgba(255, 255, 255, 0.4);
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-4 {
  background: rgba(0, 0, 0, 0.4);
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-4 {
  background: rgba(46, 204, 113, 0.4);
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-4 {
  background: rgba(243, 188, 68, 0.4);
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-4 {
  background: rgba(96, 175, 254, 0.4);
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-4 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-4:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-5, .opacity-5 {
  opacity: 0.5;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-5, .opacity-5 {
  opacity: 0.5;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-5 {
  background: rgba(255, 255, 255, 0.5);
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-5 {
  background: rgba(0, 0, 0, 0.5);
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-5 {
  background: rgba(46, 204, 113, 0.5);
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-5 {
  background: rgba(243, 188, 68, 0.5);
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-5 {
  background: rgba(96, 175, 254, 0.5);
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-5 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-5:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-6, .opacity-6 {
  opacity: 0.6;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-6, .opacity-6 {
  opacity: 0.6;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-6 {
  background: rgba(255, 255, 255, 0.6);
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-6 {
  background: rgba(0, 0, 0, 0.6);
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-6 {
  background: rgba(46, 204, 113, 0.6);
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-6 {
  background: rgba(243, 188, 68, 0.6);
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-6 {
  background: rgba(96, 175, 254, 0.6);
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-6 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-6:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-7, .opacity-7 {
  opacity: 0.7;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-7, .opacity-7 {
  opacity: 0.7;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-7 {
  background: rgba(255, 255, 255, 0.7);
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-7 {
  background: rgba(0, 0, 0, 0.7);
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-7 {
  background: rgba(46, 204, 113, 0.7);
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-7 {
  background: rgba(243, 188, 68, 0.7);
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-7 {
  background: rgba(96, 175, 254, 0.7);
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-7 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-7:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-8, .opacity-8 {
  opacity: 0.8;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-8, .opacity-8 {
  opacity: 0.8;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-8 {
  background: rgba(255, 255, 255, 0.8);
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-8 {
  background: rgba(0, 0, 0, 0.8);
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-8 {
  background: rgba(46, 204, 113, 0.8);
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-8 {
  background: rgba(243, 188, 68, 0.8);
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-8 {
  background: rgba(96, 175, 254, 0.8);
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-8 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-8:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-9, .opacity-9 {
  opacity: 0.9;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-9, .opacity-9 {
  opacity: 0.9;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-9 {
  background: rgba(255, 255, 255, 0.9);
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-9 {
  background: rgba(0, 0, 0, 0.9);
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-9 {
  background: rgba(46, 204, 113, 0.9);
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-9 {
  background: rgba(243, 188, 68, 0.9);
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-9 {
  background: rgba(96, 175, 254, 0.9);
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-9 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-9:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 208, ../sass/main/_helpers.scss */
.bg-backdrop-10, .opacity-10 {
  opacity: 1;
}

/* line 209, ../sass/main/_helpers.scss */
.bg-backdrop-10, .opacity-10 {
  opacity: 1;
}

/* line 210, ../sass/main/_helpers.scss */
.bg-white-opacity-10 {
  background: white;
}

/* line 211, ../sass/main/_helpers.scss */
.bg-black-opacity-10 {
  background: black;
}

/* line 212, ../sass/main/_helpers.scss */
.bg-success-opacity-10 {
  background: #2ecc71;
}

/* line 213, ../sass/main/_helpers.scss */
.bg-warning-opacity-10 {
  background: #f3bc44;
}

/* line 214, ../sass/main/_helpers.scss */
.bg-primary-opacity-10 {
  background: #60affe;
}

/* line 215, ../sass/main/_helpers.scss */
.bg-hover-10 {
  transition: background .4s ease;
}
/* line 217, ../sass/main/_helpers.scss */
.bg-hover-10:hover {
  background: black;
}

/* line 221, ../sass/main/_helpers.scss */
.bg-light-blue {
  background: rgba(0, 144, 255, 0.06);
}
/* line 224, ../sass/main/_helpers.scss */
.bg-light-blue.bordered {
  border: 5px solid rgba(0, 144, 255, 0.16);
}

/* line 229, ../sass/main/_helpers.scss */
.bg-light-pink {
  background: rgba(255, 99, 132, 0.12);
}

/* line 233, ../sass/main/_helpers.scss */
.bg-light-grey {
  background: #f4f3f0;
}

/* line 237, ../sass/main/_helpers.scss */
.bg-inverse {
  background: #292929;
}

/* line 241, ../sass/main/_helpers.scss */
.bg-warning {
  background: #f1b227;
}

/* line 245, ../sass/main/_helpers.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 249, ../sass/main/_helpers.scss */
.absolute-centered, .fixed-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 256, ../sass/main/_helpers.scss */
.fixed-centered {
  position: fixed;
}

/* line 265, ../sass/main/_helpers.scss */
.text-hover-primary:hover,
a.text-hover-primary:hover {
  color: #60AFFE!important;
}

/* line 265, ../sass/main/_helpers.scss */
.text-hover-secondary:hover,
a.text-hover-secondary:hover {
  color: #6c757d!important;
}

/* line 265, ../sass/main/_helpers.scss */
.text-hover-success:hover,
a.text-hover-success:hover {
  color: #2ecc71!important;
}

/* line 265, ../sass/main/_helpers.scss */
.text-hover-info:hover,
a.text-hover-info:hover {
  color: #17a2b8!important;
}

/* line 265, ../sass/main/_helpers.scss */
.text-hover-warning:hover,
a.text-hover-warning:hover {
  color: #f3bc44!important;
}

/* line 265, ../sass/main/_helpers.scss */
.text-hover-danger:hover,
a.text-hover-danger:hover {
  color: #eb5728!important;
}

/* line 265, ../sass/main/_helpers.scss */
.text-hover-light:hover,
a.text-hover-light:hover {
  color: #f8f9fa!important;
}

/* line 265, ../sass/main/_helpers.scss */
.text-hover-dark:hover,
a.text-hover-dark:hover {
  color: #343a40!important;
}

/* line 271, ../sass/main/_helpers.scss */
.bloc-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  color: #555;
  opacity: .7;
  transition: opacity .6s ease;
  cursor: pointer;
}
/* line 285, ../sass/main/_helpers.scss */
.bloc-close:hover {
  opacity: 1;
}

/* line 290, ../sass/main/_helpers.scss */
.full-height {
  min-height: calc(100vh - 56px);
}
@media (min-width: 992px) {
  /* line 290, ../sass/main/_helpers.scss */
  .full-height {
    min-height: calc(100vh - 154px);
  }
}
/* line 298, ../sass/main/_helpers.scss */
.full-height.show-footer {
  min-height: calc(100vh - 122px);
}
@media (min-width: 992px) {
  /* line 298, ../sass/main/_helpers.scss */
  .full-height.show-footer {
    min-height: calc(100vh - 220px);
  }
}

/* line 308, ../sass/main/_helpers.scss */
.font-body {
  font-family: "Muli", sans-serif !important;
}

/* line 312, ../sass/main/_helpers.scss */
.soft-hidden {
  display: none;
}

/* line 317, ../sass/main/_helpers.scss */
.lh-md {
  line-height: 38px;
}

/* line 321, ../sass/main/_helpers.scss */
[v-cloak] {
  display: none;
}

/* line 326, ../sass/main/_helpers.scss */
.vue-app [v-cloak] {
  display: none;
}
/* line 329, ../sass/main/_helpers.scss */
.vue-app .css-loader {
  display: none;
}
/* line 332, ../sass/main/_helpers.scss */
.vue-app .css-loader[v-cloak] {
  display: block;
}

/* line 337, ../sass/main/_helpers.scss */
.pointer-event-none {
  pointer-events: none;
  user-select: none;
}

@media screen {
  /* line 343, ../sass/main/_helpers.scss */
  .d-print {
    display: none !important;
  }
}
@media pdf {
  /* line 349, ../sass/main/_helpers.scss */
  #header, #navbar, #footer, .no-print {
    display: none !important;
  }
}
/* line 354, ../sass/main/_helpers.scss */
code {
  background-color: #eee;
  border-radius: 3px;
  font-family: courier, monospace;
  padding: 3px 5px;
  font-size: 12px;
  color: #555;
}

@media (min-width: 768px) {
  /* line 364, ../sass/main/_helpers.scss */
  .grey-left-background {
    position: relative;
  }
  /* line 367, ../sass/main/_helpers.scss */
  .grey-left-background:before {
    position: absolute;
    height: 100%;
    width: 2000px;
    background: #f4f3f0;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 0;
  }
  /* line 379, ../sass/main/_helpers.scss */
  .grey-left-background > .inner {
    z-index: 2;
    position: relative;
  }
}
/* line 386, ../sass/main/_helpers.scss */
.badge.badge-purple {
  background: #a171ff;
  color: white;
}

/* line 390, ../sass/main/_helpers.scss */
.disable-scroll {
  overflow-y: hidden;
}

/* line 394, ../sass/main/_helpers.scss */
.flex-child-same-size {
  flex: 1 1 0;
  width: 0;
}

/* line 399, ../sass/main/_helpers.scss */
.table-valign-middle td {
  height: 54px;
  vertical-align: middle;
}

/* line 404, ../sass/main/_helpers.scss */
.input-group .easy-autocomplete {
  width: calc(100% - 52px) !important;
}

/**
 * Layout
 */
/* line 4, ../sass/main/_layout.scss */
html {
  font-size: 17px;
}

/* line 8, ../sass/main/_layout.scss */
body {
  background-color: #f4f3f0;
  font-family: "Muli", sans-serif !important;
  color: #444;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

/* line 17, ../sass/main/_layout.scss */
body.sticky {
  padding-top: 56px;
}

/* line 21, ../sass/main/_layout.scss */
.is-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 80px;
}

@media (max-width: 991.98px) {
  /* line 32, ../sass/main/_layout.scss */
  body {
    padding-top: 56px;
  }
}
/* line 37, ../sass/main/_layout.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Asap Condensed", sans-serif !important;
  font-weight: 400;
}

/* line 42, ../sass/main/_layout.scss */
.font-title {
  font-family: "Asap Condensed", sans-serif !important;
}

/* line 46, ../sass/main/_layout.scss */
h1, .h1 {
  font-size: 2.2rem;
}

/* line 47, ../sass/main/_layout.scss */
h2, .h2 {
  font-size: 2.1rem;
}

/* line 48, ../sass/main/_layout.scss */
h3, .h3 {
  font-size: 1.9rem;
}

/* line 49, ../sass/main/_layout.scss */
h4, .h4 {
  font-size: 1.6rem;
}

/* line 50, ../sass/main/_layout.scss */
h5, .h5 {
  font-size: 1.4rem;
}

/* line 51, ../sass/main/_layout.scss */
h6, .h6 {
  font-size: 1.2rem;
}

@media (max-width: 575.98px) {
  /* line 54, ../sass/main/_layout.scss */
  .h1-xs {
    font-size: 2.2rem;
  }

  /* line 55, ../sass/main/_layout.scss */
  .h2-xs {
    font-size: 2.1rem;
  }

  /* line 56, ../sass/main/_layout.scss */
  .h3-xs {
    font-size: 1.9rem;
  }

  /* line 57, ../sass/main/_layout.scss */
  .h4-xs {
    font-size: 1.6rem;
  }

  /* line 58, ../sass/main/_layout.scss */
  .h5-xs {
    font-size: 1.4rem;
  }

  /* line 59, ../sass/main/_layout.scss */
  .h6-xs {
    font-size: 1.2rem;
  }
}
/* line 62, ../sass/main/_layout.scss */
h2.slim {
  line-height: 22px;
}

/* line 69, ../sass/main/_layout.scss */
i[class*="ion"].xs {
  font-size: 1rem;
  line-height: 1rem;
}

/* line 70, ../sass/main/_layout.scss */
i[class*="ion"].sm {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

/* line 71, ../sass/main/_layout.scss */
i[class*="ion"].md {
  font-size: 1.9rem;
  line-height: 1.9rem;
}

/* line 72, ../sass/main/_layout.scss */
i[class*="ion"].lg {
  font-size: 2.4rem;
  line-height: 2.4rem;
}

/* line 73, ../sass/main/_layout.scss */
i[class*="ion"].xl {
  font-size: 2.9rem;
  line-height: 2.9rem;
}

/* line 74, ../sass/main/_layout.scss */
i[class*="ion"].xxl {
  font-size: 4.8rem;
  line-height: 4.8rem;
}

/* line 75, ../sass/main/_layout.scss */
i[class*="ion"].xl3 {
  font-size: 6rem;
  line-height: 6rem;
}

/**
* Containers
*/
@media (min-width: 992px) {
  /* line 81, ../sass/main/_layout.scss */
  .container {
    max-width: 1080px;
  }
}
/* line 86, ../sass/main/_layout.scss */
.container.xl {
  max-width: 1360px;
}

/* line 90, ../sass/main/_layout.scss */
.container.lg {
  max-width: 940px;
}

/* line 94, ../sass/main/_layout.scss */
.container.md {
  max-width: 767px;
}

/* line 98, ../sass/main/_layout.scss */
.container.sm {
  max-width: 560px;
}

/* line 102, ../sass/main/_layout.scss */
.container.xs {
  max-width: 400px;
}

/* line 107, ../sass/main/_layout.scss */
.row.xs {
  margin-left: -.25rem;
  margin-right: -.25rem;
}
/* line 111, ../sass/main/_layout.scss */
.row.xs > .col, .row.xs > *[class^="col-"] {
  padding-left: .25rem;
  padding-right: .25rem;
}

/* line 117, ../sass/main/_layout.scss */
.row.sm {
  margin-left: -.5rem;
  margin-right: -.5rem;
}
/* line 121, ../sass/main/_layout.scss */
.row.sm > .col, .row.sm > *[class^="col-"] {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 127, ../sass/main/_layout.scss */
.row.lg {
  margin-left: -2rem;
  margin-right: -2rem;
}
/* line 131, ../sass/main/_layout.scss */
.row.lg > .col, .row.lg > *[class^="col-"] {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 137, ../sass/main/_layout.scss */
.row.no-gap {
  margin-left: 0;
  margin-right: 0;
}
/* line 141, ../sass/main/_layout.scss */
.row.no-gap > .col, .row.no-gap > *[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 148, ../sass/main/_layout.scss */
.bloc {
  padding: 1rem;
  border-radius: 6px;
  background-color: white;
  border: 1px solid rgba(204, 197, 185, 0.5);
}

/* line 156, ../sass/main/_layout.scss */
.modal.sm .modal-dialog {
  max-width: 400px;
  width: calc(100%-20px);
}
/* line 160, ../sass/main/_layout.scss */
.modal.sm .modal-dialog .modal-footer {
  position: relative;
}

/* line 167, ../sass/main/_layout.scss */
.modal.grey-body .modal-body {
  background: #f2f2f2;
}

/* line 172, ../sass/main/_layout.scss */
label[for="show-password"] {
  color: #444 !important;
}

/**
 * Header
 */
/* line 6, ../sass/main/_header.scss */
html.nav-open, html.nav-open body {
  overflow: hidden;
}

/* line 10, ../sass/main/_header.scss */
#header {
  width: 100vw;
  height: 98px;
  background: #222222;
}
/* line 16, ../sass/main/_header.scss */
#header .inner {
  margin: 0 auto;
  width: 1080px;
  max-width: 100vw;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 23, ../sass/main/_header.scss */
#header .inner .logo {
  display: inline-flex;
  padding: 0;
  height: 98px;
}
/* line 28, ../sass/main/_header.scss */
#header .inner .logo img {
  width: 100px;
}
/* line 33, ../sass/main/_header.scss */
#header .inner .block-right {
  padding-top: 4px;
}
/* line 36, ../sass/main/_header.scss */
#header .inner .block-right img {
  height: 90px;
}
/* line 42, ../sass/main/_header.scss */
#header #logo {
  width: 63px !important;
  height: 63px;
  margin-right: 0 !important;
}

/**
 * Navbar
 */
@keyframes phoneBarAnim {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }
  2% {
    transform: translateX(0px);
    opacity: 0;
  }
  5% {
    transform: translateX(0px);
    opacity: 1;
  }
  10% {
    transform: translateX(0px);
    opacity: 1;
  }
  80% {
    transform: translateX(-270px);
    opacity: 1;
  }
  98% {
    opacity: 1;
    transform: translateX(-270px);
  }
  100% {
    opacity: 0;
    transform: translateX(-270px);
  }
}
/* line 36, ../sass/main/_navbar.scss */
#navbar {
  width: 100vw;
  height: 56px;
  background: #383838;
  font-family: "Muli", sans-serif !important;
  z-index: 999;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}
/* line 43, ../sass/main/_navbar.scss */
#navbar .inner-container {
  width: 1080px;
  max-width: 100vw;
}
/* line 48, ../sass/main/_navbar.scss */
#navbar .inner {
  position: relative;
}
/* line 51, ../sass/main/_navbar.scss */
#navbar .inner ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 57, ../sass/main/_navbar.scss */
#navbar .inner a:not(.btn):not(.message) {
  display: block;
  padding: 0 1rem;
  height: 56px;
  line-height: 56px;
  color: white;
  font-size: .85rem;
  font-weight: 300;
  transition: color .2s ease;
}
@media (hover: hover) {
  /* line 68, ../sass/main/_navbar.scss */
  #navbar .inner a:not(.btn):not(.message):hover {
    color: #7ebefe;
  }
}
/* line 74, ../sass/main/_navbar.scss */
#navbar .inner ul ul a:not(.btn):not(.message) {
  height: 50px;
  line-height: 50px;
  height: auto;
}
@media (max-width: 991.98px) {
  /* line 74, ../sass/main/_navbar.scss */
  #navbar .inner ul ul a:not(.btn):not(.message) {
    height: 48px;
    line-height: 48px;
  }
}
/* line 84, ../sass/main/_navbar.scss */
#navbar .inner ul ul a:not(.btn):not(.message) i {
  display: block;
  width: 36px;
  font-size: 2rem;
  margin-bottom: 2px;
  vertical-align: middle;
  opacity: .7;
}
/* line 95, ../sass/main/_navbar.scss */
#navbar .inner .block-left .navbar-logo {
  height: 56px;
  vertical-align: middle;
}
/* line 99, ../sass/main/_navbar.scss */
#navbar .inner .block-left .navbar-logo a {
  display: inline-flex;
}
/* line 102, ../sass/main/_navbar.scss */
#navbar .inner .block-left .navbar-logo a img {
  margin-left: -4px;
  width: 58px;
}
/* line 106, ../sass/main/_navbar.scss */
#navbar .inner .block-left .navbar-logo a img.desktop {
  display: none;
  margin-top: -2px;
  margin-left: 0;
  width: 42px;
}
@media (min-width: 992px) {
  /* line 114, ../sass/main/_navbar.scss */
  #navbar .inner .block-left .navbar-logo a img.desktop {
    display: inline;
  }
  /* line 115, ../sass/main/_navbar.scss */
  #navbar .inner .block-left .navbar-logo a img.mobile {
    display: none;
  }
}
/* line 122, ../sass/main/_navbar.scss */
#navbar .inner #navbar-nav {
  display: none;
  height: 100vh;
  background: #383838;
}
@media (min-width: 992px) {
  /* line 122, ../sass/main/_navbar.scss */
  #navbar .inner #navbar-nav {
    height: 56px;
  }
}
/* line 132, ../sass/main/_navbar.scss */
#navbar .inner #navbar-nav > ul a {
  position: relative;
}
/* line 137, ../sass/main/_navbar.scss */
#navbar .inner #navbar-nav h5 {
  color: #60AFFE;
}
/* line 142, ../sass/main/_navbar.scss */
#navbar .inner .lines-button {
  margin-top: 6px;
}
/* line 146, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container {
  position: relative;
  height: 56px;
  color: white;
  z-index: 100;
}
/* line 153, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container .profile-messages i {
  transition: .4s transform ease;
}
/* line 157, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container .profile-messages:hover {
  color: white;
}
/* line 160, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container .profile-messages:hover i {
  transform: scale(0.8);
}
/* line 166, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container .notice {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 20px;
  font-size: 0.7rem !important;
  color: white !important;
}
/* line 178, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container .system-message-container {
  position: absolute;
  top: 5px;
  left: 30px;
  font-weight: bold;
}
/* line 184, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container .system-message-container.profile-points {
  background: #b18600;
}
/* line 191, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li {
  cursor: pointer;
}
/* line 194, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li:hover {
  background: transparent !important;
}
/* line 198, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li a.points {
  padding-right: .85rem;
  padding-left: .85rem;
  line-height: 12px;
}
/* line 204, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li a.profile-element {
  position: relative;
  z-index: 999;
}
/* line 208, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li a.profile-element:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
  border-width: 8px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .3s ease;
}
/* line 225, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li a.profile-element.user-profile-submenu-user-trigger:after {
  left: 18px;
  transform: translateX(0%);
}
/* line 231, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li header {
  height: 56px;
}
/* line 234, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li header > a {
  padding: 0 18px;
}
/* line 242, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li header > a:hover {
  background: rgba(255, 255, 255, 0.08);
}
/* line 247, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li ul {
  position: relative;
  display: block;
  visibility: hidden;
  opacity: 0;
  background: #f8f8f8;
  border: none;
  border-radius: 0 0 10px 10px;
}
/* line 256, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li ul li,
#navbar .inner #user-profile-container > ul li ul li:hover {
  background: transparent;
}
/* line 261, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li ul a:not(.btn) {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  color: #444;
  background: white;
}
/* line 267, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li ul a:not(.btn):hover {
  color: #027cf6;
}
/* line 273, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu {
  width: 300px;
  position: absolute;
  right: 15px;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.25);
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 998;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  /* line 273, ../sass/main/_navbar.scss */
  #navbar .inner #user-profile-container > ul li .user-profile-submenu {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  /* line 273, ../sass/main/_navbar.scss */
  #navbar .inner #user-profile-container > ul li .user-profile-submenu {
    border-bottom: 4px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    right: -60px;
    width: 100vw;
  }
}
/* line 298, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-user li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
/* line 301, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-user li a {
  height: 56px;
  line-height: 56px;
  transition: background-color .3s ease, color .3s ease;
}
/* line 306, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-user li a i {
  opacity: 0.5 !important;
  font-size: 1.6rem !important;
}
/* line 311, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-user li a:hover {
  background-color: #e4f1ff;
}
/* line 315, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-user li a.logout:hover {
  background-color: #fdf6e7;
  color: #f0ab14;
}
/* line 321, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-user:after {
  margin-left: -55px;
}
/* line 327, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-messages .inner .messages {
  padding-top: 12px;
  padding-bottom: 4px;
}
/* line 331, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-messages .inner .messages .message {
  padding: 5px;
  height: 60px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color .3s ease, background-color .3s ease;
}
/* line 340, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-messages .inner .messages .message:hover {
  border-color: #93c9fe;
  background-color: #eef6ff;
  color: #444;
}
/* line 346, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-messages .inner .messages .message p {
  height: 20px;
  overflow: hidden;
}
/* line 350, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-messages .inner .messages .message p i {
  padding-left: 1px;
}
/* line 355, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-messages .inner .messages .message:not(:last-child) {
  margin-bottom: 7px;
}
/* line 361, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container > ul li .user-profile-submenu.user-profile-submenu-messages:after {
  margin-left: 8px;
}
/* line 371, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container.nav-open.submenu-user .user-profile-submenu-user-trigger {
  background: rgba(255, 255, 255, 0.2);
}
/* line 374, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container.nav-open.submenu-user .user-profile-submenu-user-trigger:after {
  opacity: 1;
}
/* line 379, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container.nav-open.submenu-user .user-profile-submenu-user {
  opacity: 1;
  pointer-events: all;
}
/* line 385, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container.nav-open.submenu-messages .user-profile-submenu-messages-trigger {
  background: rgba(255, 255, 255, 0.2);
}
/* line 388, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container.nav-open.submenu-messages .user-profile-submenu-messages-trigger:after {
  opacity: 1;
}
/* line 393, ../sass/main/_navbar.scss */
#navbar .inner #user-profile-container.nav-open.submenu-messages .user-profile-submenu-messages {
  opacity: 1;
  pointer-events: all;
}
/* line 402, ../sass/main/_navbar.scss */
#navbar.phone-sidebar {
  height: 86px;
}
/* line 405, ../sass/main/_navbar.scss */
#navbar.phone-sidebar #phone-sidebar {
  display: block;
  padding: 5px 0;
  height: 30px;
  background: #f37f83;
  color: white;
  overflow: hidden;
  width: auto;
}
/* line 414, ../sass/main/_navbar.scss */
#navbar.phone-sidebar #phone-sidebar .container {
  width: 452px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  /* line 414, ../sass/main/_navbar.scss */
  #navbar.phone-sidebar #phone-sidebar .container {
    width: 653px;
    animation: phoneBarAnim linear 12s infinite;
  }
}
/* line 426, ../sass/main/_navbar.scss */
#navbar #mobile-menu-trigger {
  height: 56px;
  width: 60px;
  text-align: center;
}
/* line 434, ../sass/main/_navbar.scss */
#navbar.open .inner #navbar-nav {
  display: block;
}
@media (min-width: 992px) {
  /* line 442, ../sass/main/_navbar.scss */
  #navbar #navbar-nav .ec-consultation i {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  /* line 36, ../sass/main/_navbar.scss */
  #navbar {
    position: fixed;
    top: 0;
  }
  /* line 467, ../sass/main/_navbar.scss */
  #navbar #navbar-nav {
    position: fixed;
    top: 56px;
    right: 0;
    display: block !important;
    padding-bottom: 56px;
    width: 380px;
    max-width: 100vw;
    height: 100vh;
    overflow: scroll;
    z-index: 998;
    transform: translateX(100%);
    transition: transform .4s ease;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  /* line 467, ../sass/main/_navbar.scss */
  #navbar #navbar-nav {
    width: 100vw;
    transform: translateX(100vw);
  }
}
@media (max-width: 991.98px) {
  /* line 488, ../sass/main/_navbar.scss */
  #navbar #navbar-nav .mobile-nav-label a.btn-staff {
    height: 40px !important;
    background: rgba(255, 255, 255, 0.12);
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  /* line 494, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul {
    padding-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  /* line 500, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul a {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 508, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li > a {
    font-size: 1rem;
  }
  /* line 514, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li > a.ec-consultation {
    margin: 10px auto 0 auto;
    width: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  /* line 521, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li > a.ec-consultation i {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 528, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li div.big-menu {
    display: none;
    padding-bottom: .75rem;
  }
  /* line 532, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li div.big-menu i {
    margin-right: 1rem;
  }
  /* line 537, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li div.big-menu a {
    padding-left: 1.4rem;
    display: flex;
    font-size: .9rem;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  /* line 543, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li div.big-menu a span.badge-pink {
    color: #ff6384;
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 9px;
    position: absolute;
    top: 15px;
    right: 24px;
  }
}
@media (max-width: 991.98px) {
  /* line 555, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li div.big-menu a span {
    text-align: left;
  }
  /* line 561, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li.open {
    background: rgba(255, 255, 255, 0.08) !important;
  }
  /* line 564, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li.open div.big-menu {
    display: block;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  /* line 571, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li.active > a {
    color: #60AFFE;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  /* line 578, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li.active div.big-menu ul li a.active {
    color: #60AFFE;
  }
}
@media (max-width: 991.98px) {
  /* line 590, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul h5 {
    display: none;
  }
  /* line 603, ../sass/main/_navbar.scss */
  #navbar.open .inner #navbar-nav {
    display: block;
    transform: translateX(0px);
  }
}
@media (min-width: 992px) {
  /* line 612, ../sass/main/_navbar.scss */
  #navbar.sticky {
    position: fixed;
    top: 0;
  }
  /* line 619, ../sass/main/_navbar.scss */
  #navbar:not(.sticky) .block-left .navbar-logo {
    display: none;
  }
  /* line 625, ../sass/main/_navbar.scss */
  #navbar #navbar-nav {
    display: flex !important;
    z-index: 998;
  }
  /* line 629, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul {
    display: flex;
  }
  /* line 632, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li {
    vertical-align: top;
    height: 100%;
    font-size: 1rem;
  }
  /* line 637, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li:hover > a {
    color: #60AFFE;
  }
  /* line 641, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li .big-menu {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    border-top: none;
    opacity: 0;
    visibility: hidden;
  }
  /* line 651, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li .big-menu .inner {
    padding: .5rem .5rem .5rem 1rem;
    background: white;
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.18);
    border-radius: 0 0 6px 6px;
  }
  /* line 657, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li .big-menu .inner h5 {
    margin-bottom: 0;
    padding: 15px 30px 8px 30px;
    color: #60AFFE;
    font-size: 1.2rem;
    font-weight: 400 !important;
  }
  /* line 665, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li .big-menu .inner a {
    padding: .55rem 2rem;
    color: #3f3f3f;
    transition: background .4s ease;
    border-radius: 6px;
    line-height: 18px;
    text-align: center;
  }
  /* line 673, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li .big-menu .inner a:hover, #navbar #navbar-nav > ul > li .big-menu .inner a.active {
    color: #027cf6;
    background: rgba(0, 0, 0, 0.04);
  }
  /* line 679, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li .big-menu .inner .our-space-container {
    position: relative;
  }
  /* line 682, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li .big-menu .inner .our-space-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 16px 11px white inset;
  }
  /* line 692, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li:hover div.big-menu, #navbar #navbar-nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  /* line 698, ../sass/main/_navbar.scss */
  #navbar #navbar-nav > ul > li.active a {
    color: #60AFFE;
  }
}

/* line 4, ../sass/main/_footer.scss */
#prefooter a.prefooter-element {
  display: block;
  background: white;
  color: #444;
  border-radius: 6px;
  overflow: hidden;
  transition: color .4s ease;
}
/* line 12, ../sass/main/_footer.scss */
#prefooter a.prefooter-element:hover {
  color: #60AFFE;
}
/* line 16, ../sass/main/_footer.scss */
#prefooter a.prefooter-element .img-container {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
/* line 37, ../sass/main/_footer.scss */
#prefooter a.prefooter-element .img-container img {
  transform: scale(1) rotateZ(0deg);
  transition: all .4s ease-in-out;
  width: 100%;
}
/* line 43, ../sass/main/_footer.scss */
#prefooter a.prefooter-element .img-container:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
  transition: opacity .2s ease-in-out;
}
/* line 61, ../sass/main/_footer.scss */
#prefooter a.prefooter-element:hover .img-container img {
  transform: scale(1.1) rotateZ(2deg);
}
/* line 65, ../sass/main/_footer.scss */
#prefooter a.prefooter-element:hover .img-container:after {
  opacity: 0;
}
/* line 72, ../sass/main/_footer.scss */
#prefooter a.prefooter-element .inner {
  padding: 12px 10px;
  min-height: 80px;
}
/* line 76, ../sass/main/_footer.scss */
#prefooter a.prefooter-element .inner h5 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 1.1rem;
}
/* line 83, ../sass/main/_footer.scss */
#prefooter a.prefooter-element .inner p {
  margin: 0;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-size: .9rem;
}
@media (max-width: 575.98px) {
  /* line 2, ../sass/main/_footer.scss */
  #prefooter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 98, ../sass/main/_footer.scss */
#prefooter.mobile {
  background: white;
}
/* line 101, ../sass/main/_footer.scss */
#prefooter.mobile a.bloc {
  display: block;
  margin-bottom: 15px;
  color: #444 !important;
}
/* line 106, ../sass/main/_footer.scss */
#prefooter.mobile a.bloc h5 {
  margin-bottom: 0;
}
/* line 114, ../sass/main/_footer.scss */
#prefooter.mobile a.bloc .body {
  margin-left: 70px;
}
/* line 118, ../sass/main/_footer.scss */
#prefooter.mobile a.bloc:last-child {
  margin: 0;
}

/* line 126, ../sass/main/_footer.scss */
#footer {
  padding: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.6);
}
/* line 133, ../sass/main/_footer.scss */
#footer .d-flex i {
  height: 40px;
  line-height: 40px;
}
/* line 139, ../sass/main/_footer.scss */
#footer .cit {
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 20px;
  padding: 20px 0;
}
/* line 144, ../sass/main/_footer.scss */
#footer .cit h5 {
  margin: 0;
  font-size: 1.3rem;
  color: #999;
}
/* line 149, ../sass/main/_footer.scss */
#footer .cit p {
  margin: 0;
  font-size: 1.1rem;
}
/* line 155, ../sass/main/_footer.scss */
#footer .cit.bottom p {
  font-weight: 400;
}
/* line 162, ../sass/main/_footer.scss */
#footer .inner ul {
  padding-left: 1rem;
  list-style: none;
  text-align: left;
}
/* line 167, ../sass/main/_footer.scss */
#footer .inner ul a {
  color: rgba(255, 255, 255, 0.6);
  line-height: 42px;
}

@media (max-width: 575.98px) {
  /* line 3, ../sass/main/_banner.scss */
  .grey-banner-on-mobile .banner-column {
    background: #f4f3f0 !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 1, ../sass/main/_notify.scss */
  .notifyjs-corner, .notifyjs-container {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* line 9, ../sass/main/_notify.scss */
  .notifyjs-wrapper, .notifyjs-corner, .notifyjs-container {
    width: 100%;
    margin: 0 !important;
  }
}

/* line 18, ../sass/main/_notify.scss */
.notifyjs-corner {
  top: 62px !important;
}

/* line 22, ../sass/main/_notify.scss */
.notifyjs-veritarot-base {
  position: relative;
  padding: 10px 10px 10px 60px;
  width: 360px;
  background: #F5F5F5;
  text-shadow: none;
  color: white;
  border-radius: 8px;
  opacity: 1;
  min-height: 70px;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media screen and (max-width: 480px) {
  /* line 22, ../sass/main/_notify.scss */
  .notifyjs-veritarot-base {
    width: 96%;
    margin: 0 auto;
  }
}
/* line 43, ../sass/main/_notify.scss */
.notifyjs-veritarot-base:before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  transform: translateY(-50%);
}
/* line 62, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-warning {
  background: #eba60f;
}
/* line 66, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-warning:before {
  content: "\f463";
}
/* line 71, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-error {
  background: #eb5728;
}
/* line 75, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-error:before {
  content: "\f405";
}
/* line 80, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-success {
  background: #2ecc71;
}
/* line 84, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-success:before {
  content: "\f3fe";
}
/* line 89, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-info {
  background: #60AFFE;
}
/* line 93, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-info:before {
  content: "\f44c";
}
/* line 98, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-coupon {
  padding-left: 65px;
  background: #2d2c43;
  border: 1px solid #b48b43;
  border-radius: 0;
  display: block;
}
/* line 106, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-coupon:before {
  content: "\f38e";
  color: #b48b43;
}
/* line 111, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-coupon p {
  font-size: 0.8rem !important;
}
/* line 116, ../sass/main/_notify.scss */
.notifyjs-veritarot-base.notifyjs-veritarot-base p {
  margin: 0;
  font-size: 15px;
}

@media screen and (max-width: 460px) {
  /* line 122, ../sass/main/_notify.scss */
  .notifyjs-corner {
    margin: 0 !important;
  }
}

@media screen and (min-width: 461px) {
  /* line 132, ../sass/main/_notify.scss */
  .notifyjs-corner {
    right: 15px !important;
  }

  /* line 137, ../sass/main/_notify.scss */
  .notifyjs-corner .notifyjs-container {
    margin-bottom: 15px !important;
  }
}
/* line 1, ../sass/main/_form.scss */
.form-control {
  padding: .375rem 12px;
  border: 1px solid #ced4da;
}
/* line 6, ../sass/main/_form.scss */
.form-control:focus, .form-control:active {
  border: 1px solid #60AFFE;
  outline: none !important;
  box-shadow: none !important;
}

/* line 13, ../sass/main/_form.scss */
input.form-control {
  height: 46px !important;
}

/* line 17, ../sass/main/_form.scss */
.input-group.left .input-group-text {
  min-width: 52px;
}

/* line 21, ../sass/main/_form.scss */
.input-group.left input,
.input-group.left input:focus {
  border-left-width: 0;
}
/* line 24, ../sass/main/_form.scss */
.input-group.left input:focus,
.input-group.left input:focus:focus {
  padding-left: 11px;
  border-left-width: 1px;
}

/* line 30, ../sass/main/_form.scss */
.input-group.right input:not(:focus) {
  border-right: none;
}

/* line 34, ../sass/main/_form.scss */
.input-group-text {
  height: 46px;
  line-height: 32px;
  background: white;
  border: 1px solid #ced4da;
  justify-content: center;
}
/* line 41, ../sass/main/_form.scss */
.input-group-text.left:not(.right) {
  border-right: none;
}
/* line 45, ../sass/main/_form.scss */
.input-group-text.right:not(.left) {
  border-left: none;
}
/* line 49, ../sass/main/_form.scss */
.input-group-text i {
  vertical-align: top;
  color: #bbb;
}

/* line 55, ../sass/main/_form.scss */
.input-group-prepend {
  margin-right: 0;
}

/* line 59, ../sass/main/_form.scss */
textarea.form-control {
  min-height: 80px !important;
  padding: 12px 15px;
  resize: none;
}

/* line 66, ../sass/main/_form.scss */
input[type="checkbox"].custom, input[type="radio"].custom {
  position: absolute;
  visibility: hidden;
  left: -9999px;
}

/* line 74, ../sass/main/_form.scss */
.fv-form-bootstrap4:not(.form-inline) label ~ .fv-control-feedback {
  top: 27px;
}

/* line 78, ../sass/main/_form.scss */
.form-control.form-control-danger {
  border-color: #eb5728;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

/* line 84, ../sass/main/_form.scss */
.form-control-feedback {
  display: block;
  margin-top: 4px;
  padding: 0 5px;
  text-align: right;
  color: #eb5728;
}

/* line 93, ../sass/main/_form.scss */
.form-group label.label-horizontal {
  height: 39px !important;
  line-height: 46px;
}

/* line 99, ../sass/main/_form.scss */
input.form-control.autocomplete-city {
  border-radius: 0 6px 6px 0 !important;
}

/* line 103, ../sass/main/_form.scss */
label.custom {
  position: relative;
  margin: 0;
  padding: 0 0 0 40px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
/* line 116, ../sass/main/_form.scss */
label.custom:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 25px;
  height: 25px;
  background: white;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 30px;
  line-height: 26px;
  text-indent: -2px;
  transform: translateY(-50%);
}
/* line 133, ../sass/main/_form.scss */
label.custom.radio:before {
  border-radius: 50%;
}
/* line 138, ../sass/main/_form.scss */
label.custom:after {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f122";
  color: #60AFFE;
  font-size: 1rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .3s ease;
}
/* line 162, ../sass/main/_form.scss */
label.custom.setting {
  display: block;
  padding-left: 0;
  padding-right: 50px;
  height: auto;
  line-height: 20px;
}
/* line 169, ../sass/main/_form.scss */
label.custom.setting:before {
  left: auto;
  right: 6px;
}

/* line 179, ../sass/main/_form.scss */
input[type="checkbox"].custom:checked + label.custom:before, input[type="radio"].custom:checked + label.custom:before {
  border-color: #60AFFE;
}
/* line 183, ../sass/main/_form.scss */
input[type="checkbox"].custom:checked + label.custom:after, input[type="radio"].custom:checked + label.custom:after {
  opacity: 1;
}
/* line 188, ../sass/main/_form.scss */
input[type="checkbox"].custom:checked + label.custom.setting:after, input[type="radio"].custom:checked + label.custom.setting:after {
  left: auto;
  right: 12px;
}

/* line 198, ../sass/main/_form.scss */
input[type="radio"].custom + label.custom:after {
  left: 11px;
}

/* line 204, ../sass/main/_form.scss */
.form-group label:not(.custom) {
  height: 22px;
  margin-bottom: 0;
  overflow: hidden;
}
/* line 209, ../sass/main/_form.scss */
.form-group label:not(.custom) i {
  line-height: 22px;
}

/* line 215, ../sass/main/_form.scss */
.form-group.icon-absolute {
  position: relative;
}
/* line 218, ../sass/main/_form.scss */
.form-group.icon-absolute .form-control-feedback {
  position: absolute;
  top: 71px;
  left: 0;
}
/* line 224, ../sass/main/_form.scss */
.form-group.icon-absolute small.help-block {
  margin-left: 25px;
}
/* line 228, ../sass/main/_form.scss */
.form-group.icon-absolute.has-success, .form-group.icon-absolute.has-danger {
  margin-bottom: 1rem;
}
/* line 234, ../sass/main/_form.scss */
.form-group.icon-absolute.has-danger .false-input {
  border: 1px solid #a94442;
}
/* line 237, ../sass/main/_form.scss */
.form-group.icon-absolute.has-danger .false-input .input.fat:before {
  border-left: 1px solid #a94442;
  border-right: 1px solid #a94442;
}
/* line 246, ../sass/main/_form.scss */
.form-group.icon-absolute.has-success .form-control-feedback {
  display: none !important;
}
/* line 250, ../sass/main/_form.scss */
.form-group.icon-absolute.has-success .false-input {
  border: 1px solid #3c763d;
}
/* line 253, ../sass/main/_form.scss */
.form-group.icon-absolute.has-success .false-input .input.fat:before {
  border-left: 1px solid #3c763d;
  border-right: 1px solid #3c763d;
}

/* line 262, ../sass/main/_form.scss */
::-webkit-input-placeholder {
  font-size: 1rem !important;
}

/* line 263, ../sass/main/_form.scss */
::-moz-placeholder {
  font-size: 1rem !important;
}

/* firefox 19+ */
/* line 264, ../sass/main/_form.scss */
:-ms-input-placeholder {
  font-size: 1rem !important;
}

/* ie */
/* line 265, ../sass/main/_form.scss */
input:-moz-placeholder {
  font-size: 1rem !important;
}

/* line 267, ../sass/main/_form.scss */
.city-placeholder {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 46px;
  background: #66afe9;
  border-radius: 0 4px 4px 0;
  z-index: 3;
}
/* line 279, ../sass/main/_form.scss */
.city-placeholder.click {
  cursor: pointer;
}
/* line 283, ../sass/main/_form.scss */
.city-placeholder:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
/* line 291, ../sass/main/_form.scss */
.city-placeholder .inner {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 10px;
  width: 100%;
  text-align: center;
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
}
/* line 302, ../sass/main/_form.scss */
.city-placeholder .inner.no-city {
  line-height: 17px;
}

/* line 308, ../sass/main/_form.scss */
.help-block {
  padding-top: 8px;
  font-size: .8rem;
}

/**
 * Inputs with button 
 */
/* line 318, ../sass/main/_form.scss */
.input-with-button .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none !important;
}
/* line 323, ../sass/main/_form.scss */
.input-with-button .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 46px;
}

/* line 330, ../sass/main/_form.scss */
.modal .chosen-container {
  width: 100% !important;
}
/* line 332, ../sass/main/_form.scss */
.modal .chosen-container a {
  color: #444 !important;
}

/* line 339, ../sass/main/_form.scss */
.form-oneline .input {
  width: 75%;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 345, ../sass/main/_form.scss */
.form-oneline button {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 25%;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 575.98px) {
  /* line 354, ../sass/main/_form.scss */
  .form-oneline .input {
    width: 65%;
  }
  /* line 357, ../sass/main/_form.scss */
  .form-oneline button {
    width: 35%;
  }
}

/* line 364, ../sass/main/_form.scss */
.phone-list {
  position: relative;
  padding-left: 130px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* line 371, ../sass/main/_form.scss */
.phone-list > select, .phone-list > input {
  padding: 0.5rem 0.75rem;
  background: transparent !important;
  border: none !important;
  height: 44px !important;
  outline: none !important;
  border-radius: 0;
}
/* line 380, ../sass/main/_form.scss */
.phone-list > input {
  -webkit-appearance: none;
}
/* line 384, ../sass/main/_form.scss */
.phone-list > input {
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}
/* line 388, ../sass/main/_form.scss */
.phone-list > select, .phone-list .chosen-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px !important;
}
/* line 396, ../sass/main/_form.scss */
.phone-list .chosen-container-single .chosen-single {
  height: 44px;
  border: none !important;
  box-shadow: none !important;
}
/* line 401, ../sass/main/_form.scss */
.phone-list .chosen-container-single .chosen-drop {
  margin-top: 0 !important;
  min-width: 245px !important;
}
/* line 405, ../sass/main/_form.scss */
.phone-list .chosen-container-single .group-result {
  padding-top: 0;
  padding-bottom: 0;
  opacity: .2;
  font-weight: 400 !important;
}

/* line 414, ../sass/main/_form.scss */
textarea.font-title {
  font-size: 1.4rem;
}
/* line 417, ../sass/main/_form.scss */
textarea.font-title::placeholder {
  font-size: 1.4rem !important;
}

/* line 423, ../sass/main/_form.scss */
.fv-plugins-icon-container .fv-plugins-message-container {
  padding-top: .25rem;
}
/* line 427, ../sass/main/_form.scss */
.fv-plugins-icon-container .fv-help-block {
  font-size: .8rem;
}
/* line 432, ../sass/main/_form.scss */
.fv-plugins-icon-container.has-danger .fv-help-block {
  color: #eb5728;
}
/* line 439, ../sass/main/_form.scss */
.fv-plugins-icon-container.smartdate-message-container.has-danger .fv-help-block {
  min-width: 240px;
  background: white;
  transform: translateX(-64px);
}

/* line 448, ../sass/main/_form.scss */
.fv-plugins-icon.ion-load-d.rotate {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 2, ../sass/main/_component.scss */
.star-rank {
  position: relative;
  padding-left: 200px;
  width: 300px;
  height: 36px;
  line-height: 36px;
  color: #777;
  font-size: 1rem;
  font-weight: bold;
}
/* line 12, ../sass/main/_component.scss */
.star-rank:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 190px;
  height: 36px;
  background: transparent url(/assets/img/star.svg) 0 0 repeat-x;
}
/* line 22, ../sass/main/_component.scss */
.star-rank:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 36px;
  background: transparent url(/assets/img/star-active.svg) 0 0 repeat-x;
}
/* line 33, ../sass/main/_component.scss */
.star-rank.rank1:after {
  width: 38px;
}
/* line 34, ../sass/main/_component.scss */
.star-rank.rank2:after {
  width: 76px;
}
/* line 35, ../sass/main/_component.scss */
.star-rank.rank3:after {
  width: 114px;
}
/* line 36, ../sass/main/_component.scss */
.star-rank.rank4:after {
  width: 152px;
}
/* line 37, ../sass/main/_component.scss */
.star-rank.rank5:after {
  width: 190px;
}

/* line 40, ../sass/main/_component.scss */
.star-rank-static {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  height: 22px;
  width: 115px;
}
/* line 47, ../sass/main/_component.scss */
.star-rank-static:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  background: transparent url(/assets/img/star.svg) 0 0 repeat-x;
}
/* line 57, ../sass/main/_component.scss */
.star-rank-static .inner {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background: transparent url(/assets/img/star-active.svg) 0 0 repeat-x;
  background-size: auto 100%;
}
/* line 68, ../sass/main/_component.scss */
.star-rank-static.lg {
  height: 30px;
  width: 156px;
}
/* line 73, ../sass/main/_component.scss */
.star-rank-static.sm {
  height: 18px;
  width: 95px;
}
/* line 79, ../sass/main/_component.scss */
.star-rank-static.success:before {
  background: transparent url(/assets/img/star-success.svg) 0 0 repeat-x;
}
/* line 82, ../sass/main/_component.scss */
.star-rank-static.success .inner {
  background-image: url(/assets/img/star-success-active.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 90, ../sass/main/_component.scss */
.star-rank-static.warning:before {
  background: transparent url(/assets/img/star-warning.svg) 0 0 repeat-x;
}
/* line 93, ../sass/main/_component.scss */
.star-rank-static.warning .inner {
  background-image: url(/assets/img/star-warning-active.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 101, ../sass/main/_component.scss */
.star-rank-static.heart:before {
  background: transparent url(/assets/img/star-heart.svg) 0 0 repeat-x;
}
/* line 104, ../sass/main/_component.scss */
.star-rank-static.heart .inner {
  background-image: url(/assets/img/star-heart-active.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
}

/* line 112, ../sass/main/_component.scss */
.card {
  border: none;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  overflow: hidden;
}
/* line 117, ../sass/main/_component.scss */
.card.visible {
  overflow: visible;
}
/* line 121, ../sass/main/_component.scss */
.card .card-text.sm {
  font-size: .9rem;
}
/* line 125, ../sass/main/_component.scss */
.card.collapse {
  box-shadow: none;
}
/* line 129, ../sass/main/_component.scss */
.card.person {
  position: relative;
  margin-top: 100px;
  padding-top: 60px;
  overflow: visible;
}
/* line 135, ../sass/main/_component.scss */
.card.person > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  max-width: 150px;
  height: auto;
  transform: translate(-50%, -54%);
}
/* line 146, ../sass/main/_component.scss */
.card .img-container {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  /* line 153, ../sass/main/_component.scss */
  .card .img-container .img-cover {
    -webkit-backface-visibility: hidden;
    transition: transform .8s ease;
    transform: scale(1) rotate(0deg);
  }
  /* line 160, ../sass/main/_component.scss */
  .card .img-container.scale-rotate:hover .img-cover {
    transform: scale(1.08) rotate(1.7deg);
  }
}

/* line 169, ../sass/main/_component.scss */
.btn-facebook {
  padding-left: 0;
  background: #3b5998;
  color: white;
  font-family: "Asap Condensed", sans-serif !important;
  font-size: 1rem !important;
  overflow: hidden;
}
/* line 177, ../sass/main/_component.scss */
.btn-facebook:hover {
  color: white;
  background: #4c70ba;
}
/* line 182, ../sass/main/_component.scss */
.btn-facebook i {
  padding: 0 1rem;
  background: rgba(0, 0, 0, 0.2);
}

/* line 189, ../sass/main/_component.scss */
.btn.btn-google {
  min-width: 247px;
  padding-left: 0;
  background: #ed693f;
  color: white;
  font-family: "Asap Condensed", sans-serif !important;
  font-size: 1rem !important;
  overflow: hidden;
  text-align: left !important;
}
/* line 199, ../sass/main/_component.scss */
.btn.btn-google:hover {
  background: #ef7b57;
}
/* line 203, ../sass/main/_component.scss */
.btn.btn-google i {
  padding: 0 15px;
  background: #eb5728;
}

/* line 210, ../sass/main/_component.scss */
.btn.btn-payment {
  padding-right: 3px;
}
/* line 212, ../sass/main/_component.scss */
.btn.btn-payment span {
  margin: 3px 0 0 10px;
  padding: 0 10px;
  height: 34px;
  background: rgba(255, 255, 255, 0.9);
  color: #60AFFE;
  line-height: 34px;
  border-radius: 0 20px 20px 0;
  font-weight: bold;
}

/* line 225, ../sass/main/_component.scss */
.smartdate {
  position: relative;
  display: block;
  padding-left: 42px;
  height: 46px !important;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: .25rem;
}
/* line 234, ../sass/main/_component.scss */
.smartdate:before {
  position: absolute;
  top: 50%;
  left: 10px;
  content: "\f3f3";
  display: block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #aaa;
  font-size: 2rem;
  transform: translateY(-50%);
}
/* line 255, ../sass/main/_component.scss */
.smartdate .inner {
  position: relative;
}
/* line 258, ../sass/main/_component.scss */
.smartdate .inner .input-container {
  position: relative;
  display: inline-block;
  width: 33%;
}
/* line 263, ../sass/main/_component.scss */
.smartdate .inner .input-container input {
  padding: 10px 8px 0 8px;
  width: 100%;
  height: 44px;
  -moz-appearance: textfield;
  outline: none;
  border: none;
  font-size: 1.2rem;
  background: transparent;
  text-align: center;
  color: #777;
}
/* line 276, ../sass/main/_component.scss */
.smartdate .inner .input-container input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
/* line 281, ../sass/main/_component.scss */
.smartdate .inner .input-container .placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: top .4s ease, font-size .4s ease, color .4s ease;
  color: #777;
}
/* line 291, ../sass/main/_component.scss */
.smartdate .inner .input-container input:focus + .placeholder,
.smartdate .inner .input-container input:valid + .placeholder {
  top: 20%;
  font-size: 11px;
  font-weight: bold;
}
/* line 299, ../sass/main/_component.scss */
.smartdate .inner .input-container.valid .placeholder {
  color: #2ecc71;
}
/* line 305, ../sass/main/_component.scss */
.smartdate .inner .input-container.invalid .placeholder {
  color: #eb5728;
}
/* line 311, ../sass/main/_component.scss */
.smartdate .inner:before, .smartdate .inner:after {
  position: absolute;
  top: 22px;
  transform: translateY(-50%);
  content: '/';
}
/* line 318, ../sass/main/_component.scss */
.smartdate .inner:before {
  left: 32%;
}
/* line 322, ../sass/main/_component.scss */
.smartdate .inner:after {
  left: 64%;
}

/* line 329, ../sass/main/_component.scss */
.smarttime {
  position: relative;
  display: block;
  padding-left: 42px;
  height: 46px !important;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: .25rem;
}
/* line 338, ../sass/main/_component.scss */
.smarttime:before {
  position: absolute;
  top: 50%;
  left: 10px;
  content: "\f402";
  display: block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #aaa;
  font-size: 2rem;
  transform: translateY(-50%);
}
/* line 359, ../sass/main/_component.scss */
.smarttime .inner {
  position: relative;
}
/* line 362, ../sass/main/_component.scss */
.smarttime .inner .input-container {
  position: relative;
  display: inline-block;
  width: 50%;
}
/* line 367, ../sass/main/_component.scss */
.smarttime .inner .input-container input {
  padding: 10px 8px 0 8px;
  width: 100%;
  height: 44px;
  -moz-appearance: textfield;
  outline: none;
  border: none;
  font-size: 1.2rem;
  background: transparent;
  text-align: center;
  color: #777;
}
/* line 380, ../sass/main/_component.scss */
.smarttime .inner .input-container input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
/* line 385, ../sass/main/_component.scss */
.smarttime .inner .input-container .placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: top .4s ease, font-size .4s ease, color .4s ease;
  color: #777;
}
/* line 395, ../sass/main/_component.scss */
.smarttime .inner .input-container input:focus + .placeholder,
.smarttime .inner .input-container input:valid + .placeholder {
  top: 20%;
  font-size: 11px;
  font-weight: bold;
}
/* line 403, ../sass/main/_component.scss */
.smarttime .inner .input-container.valid .placeholder {
  color: #2ecc71;
}
/* line 409, ../sass/main/_component.scss */
.smarttime .inner .input-container.invalid .placeholder {
  color: #eb5728;
}
/* line 415, ../sass/main/_component.scss */
.smarttime .inner:before {
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translateY(-50%);
  content: ':';
}

/* line 425, ../sass/main/_component.scss */
.quote {
  position: relative;
}
/* line 428, ../sass/main/_component.scss */
.quote:before, .quote:after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  background-size: 30px auto;
}
/* line 437, ../sass/main/_component.scss */
.quote.sm {
  padding-left: 36px;
  padding-right: 36px;
}
/* line 441, ../sass/main/_component.scss */
.quote.sm:before, .quote.sm:after {
  width: 30px;
  height: 22px;
}
/* line 447, ../sass/main/_component.scss */
.quote:before {
  top: 0;
  left: 0;
  background: transparent url("/assets/img/quotes-pink.svg");
}
/* line 453, ../sass/main/_component.scss */
.quote:after {
  bottom: 0;
  right: 0;
  background: transparent url("/assets/img/quotes-pink.svg");
  transform: rotateZ(180deg);
}
/* line 461, ../sass/main/_component.scss */
.quote.blue:before {
  background: transparent url("/assets/img/quotes-blue.svg");
}
/* line 465, ../sass/main/_component.scss */
.quote.blue:after {
  background: transparent url("/assets/img/quotes-blue.svg");
}

/* line 472, ../sass/main/_component.scss */
.aspect-picture {
  position: relative;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
/* line 478, ../sass/main/_component.scss */
.aspect-picture img {
  height: auto;
}
/* line 482, ../sass/main/_component.scss */
.aspect-picture p, .aspect-picture .sign {
  position: absolute;
  margin: 0;
  font-size: .9rem;
}
/* line 489, ../sass/main/_component.scss */
.aspect-picture.trine p.el1 {
  top: 25%;
  left: 87%;
  transform: translateX(-50%);
}
/* line 490, ../sass/main/_component.scss */
.aspect-picture.trine p.el2 {
  top: 80%;
  left: 28%;
}
/* line 493, ../sass/main/_component.scss */
.aspect-picture.conjunction p.el1 {
  top: 47%;
  left: 66%;
}
/* line 494, ../sass/main/_component.scss */
.aspect-picture.conjunction p.el2 {
  top: 72%;
  right: 37%;
}
/* line 497, ../sass/main/_component.scss */
.aspect-picture.opposition p.el1 {
  top: 19%;
  left: 31%;
}
/* line 498, ../sass/main/_component.scss */
.aspect-picture.opposition p.el2 {
  top: 77%;
  right: 40%;
}
/* line 501, ../sass/main/_component.scss */
.aspect-picture.square p.el1 {
  top: 27%;
  left: 87%;
  transform: translateX(-50%);
}
/* line 502, ../sass/main/_component.scss */
.aspect-picture.square p.el2 {
  top: 81%;
  left: 29%;
}
/* line 505, ../sass/main/_component.scss */
.aspect-picture.quincunx p.el1 {
  top: 10%;
  right: 27%;
}
/* line 506, ../sass/main/_component.scss */
.aspect-picture.quincunx p.el2 {
  top: 81%;
  left: 31%;
}
/* line 509, ../sass/main/_component.scss */
.aspect-picture.sextile p.el1 {
  top: 48%;
  right: -1.6%;
  transform: translateX(-50%);
}
/* line 510, ../sass/main/_component.scss */
.aspect-picture.sextile p.el2 {
  top: 81%;
  left: 48%;
}
/* line 513, ../sass/main/_component.scss */
.aspect-picture.semi-sextile p.el1 {
  top: 67%;
  right: 2%;
  transform: translateX(-50%);
}
/* line 514, ../sass/main/_component.scss */
.aspect-picture.semi-sextile p.el2 {
  top: 77%;
  right: 59%;
}
/* line 518, ../sass/main/_component.scss */
.aspect-picture.planet-sign p.el1 {
  top: 77%;
  right: 32%;
}
/* line 519, ../sass/main/_component.scss */
.aspect-picture.planet-sign p.el2 {
  top: 17%;
  left: 36%;
}
/* line 520, ../sass/main/_component.scss */
.aspect-picture.planet-sign .sign {
  top: 10%;
  right: 68%;
}

/* line 526, ../sass/main/_component.scss */
#payment-modal ul {
  padding: 0;
  list-style: none;
}
/* line 530, ../sass/main/_component.scss */
#payment-modal ul.invoice {
  margin: 0;
  padding: 0 1rem;
  background: white;
}
/* line 535, ../sass/main/_component.scss */
#payment-modal ul.invoice li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
/* line 539, ../sass/main/_component.scss */
#payment-modal ul.invoice li:last-child {
  border-bottom: none;
}
/* line 548, ../sass/main/_component.scss */
#payment-modal .modal-body ul.invoice .points-left, #payment-modal .modal-body ul.invoice .pack-option {
  display: none;
}

/* line 556, ../sass/main/_component.scss */
.code-promo-container {
  height: 40px !important;
}
/* line 559, ../sass/main/_component.scss */
.code-promo-container .input-group-text {
  height: 40px !important;
}
/* line 563, ../sass/main/_component.scss */
.code-promo-container input {
  border-right: none !important;
  height: 40px !important;
  text-transform: uppercase;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: .8rem;
}
/* line 571, ../sass/main/_component.scss */
.code-promo-container input:focus {
  border-color: #2ecc71;
}
/* line 576, ../sass/main/_component.scss */
.code-promo-container input::placeholder {
  font-size: 0.8rem !important;
}
/* line 580, ../sass/main/_component.scss */
.code-promo-container .btn {
  border-radius: 0 4px 4px 0;
}

/* line 586, ../sass/main/_component.scss */
.section-collaborator {
  padding-right: .75rem;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 18px;
}

/* line 593, ../sass/main/_component.scss */
.card-v-sm {
  max-width: 400px;
}
/* line 595, ../sass/main/_component.scss */
.card-v-sm .img-cover {
  width: 70px;
  height: 70px;
}

/* line 601, ../sass/main/_component.scss */
.card-v-xs {
  max-width: 400px;
}
/* line 603, ../sass/main/_component.scss */
.card-v-xs .img-cover {
  flex-shrink: 0;
  width: 56px;
  flex-basis: 56px;
  height: 56px;
}
/* line 610, ../sass/main/_component.scss */
.card-v-xs p {
  height: 22px;
  overflow: hidden;
}

/* line 618, ../sass/main/_component.scss */
.privacy-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1039;
  font-size: 1rem !important;
  box-shadow: 0 0px 11px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  /* line 618, ../sass/main/_component.scss */
  .privacy-bar {
    font-size: 0.85rem !important;
  }
}
/* line 630, ../sass/main/_component.scss */
.privacy-bar button {
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 30px;
  height: 30px;
  line-height: 22px;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  color: #aaa;
  transition: color .5s ease;
  transform: translateY(-50%);
}
/* line 646, ../sass/main/_component.scss */
.privacy-bar .emoji {
  line-height: 13px;
  vertical-align: middle;
}

/* line 660, ../sass/main/_component.scss */
.lithotherapy-container img {
  max-width: 100% !important;
  height: auto !important;
}
/* line 665, ../sass/main/_component.scss */
.lithotherapy-container figcaption {
  font-style: italic;
  font-size: .9rem;
}
/* line 670, ../sass/main/_component.scss */
.lithotherapy-container iframe {
  max-width: 100% !important;
}

/* line 675, ../sass/main/_component.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 679, ../sass/main/_component.scss */
.zoomed-picture {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
/* line 690, ../sass/main/_component.scss */
.zoomed-picture:before {
  display: block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f405";
  font-size: 2rem;
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
}
/* line 710, ../sass/main/_component.scss */
.zoomed-picture img {
  max-height: 90vh;
  max-width: 90vw;
  width: auto;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 722, ../sass/main/_component.scss */
.box-upload {
  position: relative;
  height: 200px;
  border: 5px dashed #ddd;
  border-radius: 20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}
/* line 730, ../sass/main/_component.scss */
.box-upload i {
  font-size: 3rem;
}
/* line 734, ../sass/main/_component.scss */
.box-upload.is-dragover {
  border-color: #70DB93;
}
/* line 738, ../sass/main/_component.scss */
.box-upload .box-upload-progress {
  display: none;
  position: absolute;
  height: 190px;
  background: white;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  flex-basis: calc(100% - 20px);
}
/* line 748, ../sass/main/_component.scss */
.box-upload .box-upload-progress.show {
  display: flex;
}
/* line 752, ../sass/main/_component.scss */
.box-upload .box-upload-progress .progress {
  min-width: 200px;
  flex-basis: 200px;
}

/* line 760, ../sass/main/_component.scss */
.user-profile-photo-app .delete-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
/* line 767, ../sass/main/_component.scss */
.user-profile-photo-app .photo-list-container .user-profile-photo-container {
  border-radius: 5px;
}
/* line 771, ../sass/main/_component.scss */
.user-profile-photo-app .photo-list-container .user-profile-photo-container .title input {
  width: 100%;
  text-align: center;
  background: transparent;
  box-shadow: none;
  outline: none !important;
  border: none;
  font-size: .9rem;
}
/* line 780, ../sass/main/_component.scss */
.user-profile-photo-app .photo-list-container .user-profile-photo-container .title input::placeholder {
  font-size: 0.9rem !important;
}
/* line 784, ../sass/main/_component.scss */
.user-profile-photo-app .photo-list-container .user-profile-photo-container .title input:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 790, ../sass/main/_component.scss */
.user-profile-photo-app .photo-list-container .user-profile-photo-container .photo-container {
  position: relative;
  padding-top: 100%;
}
/* line 794, ../sass/main/_component.scss */
.user-profile-photo-app .photo-list-container .user-profile-photo-container .photo-container .inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
/* line 799, ../sass/main/_component.scss */
.user-profile-photo-app .photo-list-container .user-profile-photo-container .photo-container .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 805, ../sass/main/_component.scss */
.user-profile-photo-app .photo-list-container .user-profile-photo-container .photo-container .inner .delete-mask, .user-profile-photo-app .photo-list-container .user-profile-photo-container .photo-container .inner .zoom-mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
/* line 816, ../sass/main/_component.scss */
.user-profile-photo-app .photo-list-container:not(.delete-mode) .inner:hover .zoom-mask {
  display: flex !important;
}
/* line 823, ../sass/main/_component.scss */
.user-profile-photo-app .photo-list-container.delete-mode .to-delete .delete-mask {
  display: flex !important;
}
/* line 829, ../sass/main/_component.scss */
.user-profile-photo-app .full-screen-photo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
}
/* line 838, ../sass/main/_component.scss */
.user-profile-photo-app .full-screen-photo .actions {
  height: 60px;
}
/* line 842, ../sass/main/_component.scss */
.user-profile-photo-app .full-screen-photo .inner {
  height: calc(100vh - 120px);
  min-width: 100%;
  flex-basis: 100%;
}
/* line 847, ../sass/main/_component.scss */
.user-profile-photo-app .full-screen-photo .inner img {
  max-width: 100%;
  max-height: 100%;
}
/* line 853, ../sass/main/_component.scss */
.user-profile-photo-app .full-screen-photo .legend {
  height: 60px;
}

/* line 859, ../sass/main/_component.scss */
*[tabindex] {
  outline: none !important;
}

/* line 864, ../sass/main/_component.scss */
#inbox .message {
  border: 1px solid rgba(0, 0, 0, 0.18);
  transition: border-color .2s ease;
}
/* line 868, ../sass/main/_component.scss */
#inbox .message:hover {
  border: 1px solid #60AFFE;
}
/* line 872, ../sass/main/_component.scss */
#inbox .message .inner {
  min-width: 0;
  flex-grow: 1;
  cursor: pointer;
}
/* line 879, ../sass/main/_component.scss */
#inbox .inbox-message {
  height: calc(100vh - 154px);
  background: white;
  height: calc(100vh - 154px);
}
@media (max-width: 767.98px) {
  /* line 879, ../sass/main/_component.scss */
  #inbox .inbox-message {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    position: fixed;
    top: 56px;
    width: 100vw;
    left: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  /* line 879, ../sass/main/_component.scss */
  #inbox .inbox-message {
    height: calc(100vh - 56px);
    height: calc(var(--vh, 1vh) * 100 - 56px);
  }
}
/* line 898, ../sass/main/_component.scss */
#inbox .inbox-message header {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
/* line 902, ../sass/main/_component.scss */
#inbox .inbox-message .inner {
  overflow-y: scroll;
}
/* line 906, ../sass/main/_component.scss */
#inbox .inbox-message .inner .item .content {
  padding: 12px;
  max-width: 380px;
  border-radius: 12px;
  background: #F2F3F5;
}
/* line 912, ../sass/main/_component.scss */
#inbox .inbox-message .inner .item .content.big {
  font-size: 2.2rem !important;
  line-height: 1.9rem;
}
/* line 917, ../sass/main/_component.scss */
#inbox .inbox-message .inner .item .content:not(.html) {
  white-space: pre-wrap;
}
/* line 921, ../sass/main/_component.scss */
#inbox .inbox-message .inner .item .content > p:last-of-type {
  margin-bottom: 0;
}
/* line 925, ../sass/main/_component.scss */
#inbox .inbox-message .inner .item .content img[alt="points"] {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
}
/* line 932, ../sass/main/_component.scss */
#inbox .inbox-message .inner .item .content:first-letter {
  text-transform: uppercase;
}
/* line 937, ../sass/main/_component.scss */
#inbox .inbox-message .inner .item.me {
  flex-direction: row-reverse;
}
/* line 940, ../sass/main/_component.scss */
#inbox .inbox-message .inner .item.me .legend {
  padding-right: .5rem;
  text-align: right;
}
/* line 945, ../sass/main/_component.scss */
#inbox .inbox-message .inner .item.me .content {
  background: #D2E4FC;
  color: #1C5AB8;
}
/* line 953, ../sass/main/_component.scss */
#inbox .inbox-message .information-bar {
  height: 35px;
}
/* line 957, ../sass/main/_component.scss */
#inbox .inbox-message footer {
  position: relative;
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
}
/* line 961, ../sass/main/_component.scss */
#inbox .inbox-message footer button.send {
  position: absolute;
  width: 70px;
  height: 100%;
  top: 0;
  right: 0;
  transition: opacity .4s ease, color .4s ease;
}
@media (pointer: coarse) and (hover: none) {
  /* line 970, ../sass/main/_component.scss */
  #inbox .inbox-message footer button.send {
    width: 60px;
  }
}
/* line 976, ../sass/main/_component.scss */
#inbox .inbox-message footer textarea.form-control {
  margin: 0 0;
  padding-right: 68px;
  min-height: 50px !important;
  max-height: auto;
  height: 50px;
  transition: width .4s ease, height .4s ease, margin .4s ease;
}
/* line 985, ../sass/main/_component.scss */
#inbox .inbox-message footer .hidden-elements {
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}
/* line 990, ../sass/main/_component.scss */
#inbox .inbox-message footer .hidden-elements p.legend {
  position: absolute;
  bottom: -30px;
  left: 0;
}
/* line 996, ../sass/main/_component.scss */
#inbox .inbox-message footer .hidden-elements div.emojis-list {
  position: absolute;
  top: -46px;
  left: 0;
  font-size: 1.5rem;
  max-width: 100%;
  opacity: .6;
  transition: opacity .4s ease;
}
/* line 1005, ../sass/main/_component.scss */
#inbox .inbox-message footer .hidden-elements div.emojis-list:hover {
  opacity: 1;
}
/* line 1009, ../sass/main/_component.scss */
#inbox .inbox-message footer .hidden-elements div.emojis-list .emojis {
  cursor: pointer;
}
/* line 1012, ../sass/main/_component.scss */
#inbox .inbox-message footer .hidden-elements div.emojis-list .emojis:not(:last-of-type) {
  margin-right: 4px;
}
/* line 1020, ../sass/main/_component.scss */
#inbox .inbox-message footer.focus textarea.form-control {
  margin: 40px 0;
  min-height: auto !important;
  height: 120px;
  max-height: 120px;
}
@media (pointer: coarse) and (hover: none) {
  /* line 1027, ../sass/main/_component.scss */
  #inbox .inbox-message footer.focus textarea.form-control {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 67px;
  }
}
/* line 1035, ../sass/main/_component.scss */
#inbox .inbox-message footer.focus .hidden-elements {
  opacity: 1;
  pointer-events: all;
}
/* line 1043, ../sass/main/_component.scss */
#inbox .inbox-message.tchat header {
  background: #e4dbf5;
  box-shadow: none;
  border-bottom: 3px solid #a171ff;
  min-height: 68px;
}

/* line 1053, ../sass/main/_component.scss */
ul.summary-list {
  list-style: circle;
}
/* line 1057, ../sass/main/_component.scss */
ul.summary-list li a {
  color: rgba(0, 0, 0, 0.5);
}
/* line 1060, ../sass/main/_component.scss */
ul.summary-list li a:hover {
  color: rgba(0, 0, 0, 0.8);
}
/* line 1065, ../sass/main/_component.scss */
ul.summary-list li.active, ul.summary-list li:hover {
  list-style: initial;
}
/* line 1068, ../sass/main/_component.scss */
ul.summary-list li.active a, ul.summary-list li:hover a {
  color: #027cf6;
}

/* line 1075, ../sass/main/_component.scss */
.blocs-stacked {
  position: relative;
}
/* line 1078, ../sass/main/_component.scss */
.blocs-stacked .bloc {
  display: none;
  transition: background-color .3s ease, transform .4s ease;
}
/* line 1082, ../sass/main/_component.scss */
.blocs-stacked .bloc:nth-child(1) {
  display: block;
  position: relative;
  z-index: 5;
}
/* line 1088, ../sass/main/_component.scss */
.blocs-stacked .bloc:nth-child(n+2):nth-child(-n+4) {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1095, ../sass/main/_component.scss */
.blocs-stacked .bloc:nth-child(2) {
  z-index: 4;
  transform: scale(0.96) translateY(22px);
}
/* line 1099, ../sass/main/_component.scss */
.blocs-stacked .bloc:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  transition: opacity .7s ease-out;
}
/* line 1110, ../sass/main/_component.scss */
.blocs-stacked .bloc:nth-child(2).remove-white-overlay:after {
  opacity: 0;
}
/* line 1115, ../sass/main/_component.scss */
.blocs-stacked .bloc:nth-child(3) {
  z-index: 3;
  transform: scale(0.92) translateY(44px);
}
/* line 1120, ../sass/main/_component.scss */
.blocs-stacked .bloc:nth-child(4) {
  z-index: 2;
  transform: scale(0.88) translateY(68px);
}
/* line 1125, ../sass/main/_component.scss */
.blocs-stacked .bloc.animated {
  transition: background-color .3s ease;
}
/* line 1129, ../sass/main/_component.scss */
.blocs-stacked .bloc.animated.yes {
  background-color: #bcf0d2;
}
/* line 1133, ../sass/main/_component.scss */
.blocs-stacked .bloc.animated.no {
  background-color: #caced1;
}

/* line 1140, ../sass/main/_component.scss */
#stone-test .progression {
  position: fixed;
  bottom: 10px;
  width: 100%;
}
/* line 1146, ../sass/main/_component.scss */
#stone-test .bloc.effect {
  transition: background .3s ease, color .3s ease;
}
/* line 1149, ../sass/main/_component.scss */
#stone-test .bloc.effect .effect-number {
  border-radius: 50%;
  flex-basis: 36px;
  height: 36px;
  background: white;
  color: #2ecc71;
  text-align: center;
  padding-top: 4px;
  margin-right: 12px;
}
/* line 1160, ../sass/main/_component.scss */
#stone-test .bloc.effect .inner {
  height: 60px;
}
/* line 1164, ../sass/main/_component.scss */
#stone-test .bloc.effect.active {
  background: #2ecc71;
  color: white;
  box-shadow: none;
}
/* line 1171, ../sass/main/_component.scss */
#stone-test .filter-header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
}
@media (min-width: 992px) {
  /* line 1171, ../sass/main/_component.scss */
  #stone-test .filter-header {
    top: 56px;
  }
}
/* line 1185, ../sass/main/_component.scss */
#stone-test .sticky-bottom {
  position: fixed;
  bottom: 0;
}
/* line 1189, ../sass/main/_component.scss */
#stone-test .sticky-bottom p {
  font-size: 1.1rem;
}

/* line 1196, ../sass/main/_component.scss */
#stone-result .sign-picto {
  position: relative;
  padding-top: 59.5%;
  background: #e2e2e2;
}
/* line 1201, ../sass/main/_component.scss */
#stone-result .sign-picto img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  transform: translate(-50%, -50%);
}

/* line 1211, ../sass/main/_component.scss */
.ribbon-straight {
  position: relative;
}
/* line 1214, ../sass/main/_component.scss */
.ribbon-straight:after {
  display: block;
  position: absolute;
  top: -6px;
  right: 35px;
  width: 36px;
  height: 40px;
  text-align: center;
  font-size: .8rem;
  padding-left: 3px;
  padding-top: 1px;
  font-weight: bold;
  background-repeat: no-repeat;
}
@includes media-breakpoint-up(sm) {
  /* line 1214, ../sass/main/_component.scss */
  .ribbon-straight:after {
    right: auto;
    left: 10px;
  }
}
/* line 1234, ../sass/main/_component.scss */
.ribbon-straight.gold:after {
  background-image: url(/assets/img/ribbon-straight-gold.svg);
  content: "#1";
  color: #886705;
}
/* line 1240, ../sass/main/_component.scss */
.ribbon-straight.silver:after {
  background-image: url(/assets/img/ribbon-straight-silver.svg);
  content: "#2";
  color: #6d6d6d;
}
/* line 1246, ../sass/main/_component.scss */
.ribbon-straight.bronze:after {
  background-image: url(/assets/img/ribbon-straight-bronze.svg);
  content: "#3";
  color: #d2d2d2;
}

/* line 1255, ../sass/main/_component.scss */
#stone-result .bloc.result-hidden .recto {
  visibility: hidden;
}
/* line 1261, ../sass/main/_component.scss */
#stone-result .bloc:not(.result-hidden) .verso {
  display: none;
}
/* line 1266, ../sass/main/_component.scss */
#stone-result .verso {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #bbb;
}
/* line 1274, ../sass/main/_component.scss */
#stone-result .verso span {
  font-size: 2rem;
}
/* line 1277, ../sass/main/_component.scss */
#stone-result .verso p {
  font-size: 5rem;
  line-height: 3.6rem;
}
@media (min-width: 576px) {
  /* line 1283, ../sass/main/_component.scss */
  #stone-result .verso span {
    font-size: 3rem;
  }
  /* line 1286, ../sass/main/_component.scss */
  #stone-result .verso p {
    font-size: 8rem;
    line-height: 6rem;
  }
}

/* line 1295, ../sass/main/_component.scss */
#tarot_email_form .collaborator-container {
  user-select: none;
}
/* line 1298, ../sass/main/_component.scss */
#tarot_email_form .collaborator-container input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/* line 1305, ../sass/main/_component.scss */
#tarot_email_form .collaborator-container input[type="radio"]:checked + .collaborator img {
  border: 6px solid #2ecc71;
}
/* line 1310, ../sass/main/_component.scss */
#tarot_email_form .collaborator-container img {
  user-select: none;
}
/* line 1314, ../sass/main/_component.scss */
#tarot_email_form .collaborator-selected {
  border-radius: 40px;
}
/* line 1318, ../sass/main/_component.scss */
#tarot_email_form .tarot-email-textarea {
  height: 115px !important;
  resize: none;
}

/* line 1326, ../sass/main/_component.scss */
#email_payement .text-question {
  max-width: 377px;
}

/* line 1332, ../sass/main/_component.scss */
#page-comment .user-name {
  height: 37px !important;
}
/* line 1336, ../sass/main/_component.scss */
#page-comment .star-rank {
  width: 150px;
}
/* line 1340, ../sass/main/_component.scss */
#page-comment .content-textarea {
  height: 51px !important;
  min-height: 10px !important;
  transition: height .5s;
}
/* line 1345, ../sass/main/_component.scss */
#page-comment .content-textarea:focus {
  will-change: height;
  height: 100px !important;
}
/* line 1350, ../sass/main/_component.scss */
#page-comment #content {
  white-space: pre-line;
}
/* line 1353, ../sass/main/_component.scss */
#page-comment .no_img {
  height: 50px;
  width: 50px;
}

/* line 1360, ../sass/main/_component.scss */
.input-modern {
  position: relative;
}
/* line 1363, ../sass/main/_component.scss */
.input-modern label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  transition: transform .4s ease;
  pointer-events: none;
  transform-origin: center left;
}
/* line 1373, ../sass/main/_component.scss */
.input-modern input {
  padding-top: 22px;
}
/* line 1377, ../sass/main/_component.scss */
.input-modern input.form-control:focus + label, .input-modern input:not(:placeholder-shown) + label {
  transform: translateY(-88%) scale(0.75);
}

/* line 1384, ../sass/main/_component.scss */
#search-lithotherapy .search-container {
  position: relative;
}
/* line 1387, ../sass/main/_component.scss */
#search-lithotherapy .search-container .tag-container {
  max-width: 440px;
}
/* line 1390, ../sass/main/_component.scss */
#search-lithotherapy .search-container .tag-word-examples {
  text-align: left !important;
}
/* line 1394, ../sass/main/_component.scss */
#search-lithotherapy .search-container .tags-container {
  margin-left: -.3rem;
}
/* line 1397, ../sass/main/_component.scss */
#search-lithotherapy .search-container .tags-container button.tag {
  min-height: 15px;
  border-radius: 16px;
  background-color: white;
  border: 1.4px solid #999;
}
/* line 1403, ../sass/main/_component.scss */
#search-lithotherapy .search-container .tags-container button.tag:hover {
  background-color: #cfe7ff;
}
/* line 1409, ../sass/main/_component.scss */
#search-lithotherapy .search-container .autocomplete-results {
  position: absolute;
  top: 50px;
  left: 1rem;
  width: calc(100% - 2rem);
}
/* line 1415, ../sass/main/_component.scss */
#search-lithotherapy .search-container .autocomplete-results ul {
  list-style: none;
  text-align: left;
  padding: 0 !important;
}
/* line 1420, ../sass/main/_component.scss */
#search-lithotherapy .search-container .autocomplete-results ul li:hover, #search-lithotherapy .search-container .autocomplete-results ul li.result-active {
  background-color: #c5c2ba;
}

/* line 1428, ../sass/main/_component.scss */
.profile-coupon {
  transition: transform .4s ease;
}
/* line 1431, ../sass/main/_component.scss */
.profile-coupon:hover {
  transform: scale(1.05);
}

/* line 1436, ../sass/main/_component.scss */
.coupon-payment {
  cursor: pointer;
  transition: transform .4s ease;
}
/* line 1440, ../sass/main/_component.scss */
.coupon-payment:hover {
  transform: scale(1.05);
}

/* line 1445, ../sass/main/_component.scss */
.coupon-gift {
  display: block;
  max-width: 200px;
  animation: coupon-gift 2s linear infinite alternate;
  transform-origin: center center;
}
/* line 1451, ../sass/main/_component.scss */
.coupon-gift .coupon-gift-btn {
  transform-origin: center center;
  animation: coupon-gift 1s linear infinite alternate;
}

/* line 1457, ../sass/main/_component.scss */
.obtained-coupon-overlay {
  z-index: 1041;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0;
}
/* line 1470, ../sass/main/_component.scss */
.obtained-coupon-overlay.hidden_state {
  display: none;
}
/* line 1474, ../sass/main/_component.scss */
.obtained-coupon-overlay .inner {
  position: relative;
  text-align: center;
  opacity: 0;
}
/* line 1479, ../sass/main/_component.scss */
.obtained-coupon-overlay .inner .svg-container {
  position: relative;
  width: 500px;
  height: 500px;
  padding: 70px;
  transform-origin: center center;
}
/* line 1486, ../sass/main/_component.scss */
.obtained-coupon-overlay .inner .svg-container .bg {
  position: absolute;
  top: -20px;
  left: 0;
  animation: coupon-obtain 3s linear infinite alternate, spin 4s linear infinite;
}
/* line 1493, ../sass/main/_component.scss */
.obtained-coupon-overlay .inner .svg-container .coupon {
  position: relative;
  width: 360px;
  height: 360px;
  animation: coupon-obtain 3s linear infinite alternate;
}
/* line 1499, ../sass/main/_component.scss */
.obtained-coupon-overlay .inner .svg-container .coupon svg {
  width: auto;
  height: 100%;
  transform-origin: center center;
}
@media (max-width: 767.98px) {
  /* line 1479, ../sass/main/_component.scss */
  .obtained-coupon-overlay .inner .svg-container {
    width: 300px;
    height: 300px;
    padding: 30px;
  }
  /* line 1512, ../sass/main/_component.scss */
  .obtained-coupon-overlay .inner .svg-container .coupon {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 767.98px) {
  /* line 1474, ../sass/main/_component.scss */
  .obtained-coupon-overlay .inner {
    margin-top: -60px;
  }
}
/* line 1525, ../sass/main/_component.scss */
.obtained-coupon-overlay .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  content: '';
}

/* line 1536, ../sass/main/_component.scss */
.get-coupon-login-signup {
  display: none;
}
/* line 1539, ../sass/main/_component.scss */
.get-coupon-login-signup:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  content: "";
}

/* line 1553, ../sass/main/_component.scss */
#info-mirror-hour ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 1558, ../sass/main/_component.scss */
#info-mirror-hour .bg-info-title {
  background-image: url(/assets/img/mirror_hour/bg.jpg);
  background-size: cover;
  background-position: center center;
}
/* line 1565, ../sass/main/_component.scss */
#info-mirror-hour .numerology-calcul {
  box-shadow: -5px 5px 6px rgba(0, 0, 0, 0.6);
  float: left;
}
@media (min-width: 768px) {
  /* line 1571, ../sass/main/_component.scss */
  #info-mirror-hour img {
    float: left;
  }
}

/* line 1579, ../sass/main/_component.scss */
.profile-activity {
  position: relative;
  margin-bottom: .5rem;
}
@media (min-width: 992px) {
  /* line 1579, ../sass/main/_component.scss */
  .profile-activity {
    margin-bottom: 1rem;
  }
  /* line 1586, ../sass/main/_component.scss */
  .profile-activity:not(:first-of-type):before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ededed;
    position: absolute;
    top: -17px;
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 1586, ../sass/main/_component.scss */
  .profile-activity:not(:first-of-type):before {
    width: calc(100% - 129px);
    top: -7px;
  }
}
@media (min-width: 992px) {
  /* line 1602, ../sass/main/_component.scss */
  .profile-activity:not(:last-of-type):after {
    content: "";
    display: block;
    width: 4px;
    height: 27px;
    background: #ebebeb;
    position: absolute;
    top: calc(100% - 5px);
    left: 16px;
  }
}
/* line 1614, ../sass/main/_component.scss */
.profile-activity .title {
  color: #444;
  transition: color .4s ease;
}
/* line 1619, ../sass/main/_component.scss */
.profile-activity .icon-container {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 25px;
  text-align: center;
  color: white;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 18px;
  color: #949494;
  font-weight: bold;
}

/* line 1648, ../sass/main/_component.scss */
.astro-compat-heart-container {
  width: 200px;
  height: 200px;
  position: relative;
}
@media (min-width: 576px) {
  /* line 1648, ../sass/main/_component.scss */
  .astro-compat-heart-container {
    width: 300px;
    height: 300px;
  }
}
/* line 1658, ../sass/main/_component.scss */
.astro-compat-heart-container #ca-progress-indicator, .astro-compat-heart-container #ca-emoji {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 1665, ../sass/main/_component.scss */
.astro-compat-heart-container #ca-emoji {
  font-size: 4.2rem;
  z-index: 11;
}

/* line 1671, ../sass/main/_component.scss */
.vue-autocomplete-container {
  position: relative;
}
/* line 1677, ../sass/main/_component.scss */
.vue-autocomplete-container .input-modern.icon input {
  padding-left: 42px;
}
/* line 1681, ../sass/main/_component.scss */
.vue-autocomplete-container .input-modern.icon label {
  left: 42px;
}
/* line 1686, ../sass/main/_component.scss */
.vue-autocomplete-container .input-modern i.va-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 1.8rem;
  transform: translateY(-50%);
  opacity: .4;
}
/* line 1696, ../sass/main/_component.scss */
.vue-autocomplete-container .css-loader {
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 11;
}
/* line 1703, ../sass/main/_component.scss */
.vue-autocomplete-container .exit-container {
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 12;
}
/* line 1710, ../sass/main/_component.scss */
.vue-autocomplete-container .autocomplete-results {
  padding: 6px;
  width: 100%;
}
/* line 1714, ../sass/main/_component.scss */
.vue-autocomplete-container .autocomplete-results .result {
  position: relative;
  padding: 4px 12px;
  cursor: pointer;
}
/* line 1719, ../sass/main/_component.scss */
.vue-autocomplete-container .autocomplete-results .result .picture-container {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
/* line 1724, ../sass/main/_component.scss */
.vue-autocomplete-container .autocomplete-results .result .picture-container img {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  /* line 1736, ../sass/main/_component.scss */
  .vue-autocomplete-container .autocomplete-results {
    position: absolute;
    top: calc(100% + 6px);
    background: white;
    border: 1px solid #ced4da;
    z-index: 12;
  }
  /* line 1744, ../sass/main/_component.scss */
  .vue-autocomplete-container .autocomplete-results .result.highlighted {
    background: #f2f2f2;
  }
}
@media (max-width: 767.98px) {
  /* line 1753, ../sass/main/_component.scss */
  .vue-autocomplete-container.focus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 1061;
  }
  /* line 1762, ../sass/main/_component.scss */
  .vue-autocomplete-container.focus input.form-control, .vue-autocomplete-container.focus input.form-control:focus {
    border: none !important;
    border-bottom: 1px solid #eee !important;
  }
  /* line 1768, ../sass/main/_component.scss */
  .vue-autocomplete-container .css-loader {
    right: 44px;
  }
  /* line 1772, ../sass/main/_component.scss */
  .vue-autocomplete-container .autocomplete-results {
    max-height: calc(100vh - 46px);
    overflow-y: scroll;
  }
  /* line 1777, ../sass/main/_component.scss */
  .vue-autocomplete-container .autocomplete-results .result:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  /* line 1781, ../sass/main/_component.scss */
  .vue-autocomplete-container .autocomplete-results .result .arrow-container {
    display: none;
  }
}

/* line 1789, ../sass/main/_component.scss */
.appear-storytelling:not(.animated) {
  opacity: 0;
}

/* line 1794, ../sass/main/_component.scss */
.easy-autocomplete-container ul li:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}
/* line 1798, ../sass/main/_component.scss */
.easy-autocomplete-container ul li:nth-child(even):not(.selected) {
  background: #f8f8f8;
}
/* line 1802, ../sass/main/_component.scss */
.easy-autocomplete-container ul li div {
  word-break: break-word !important;
}

/* line 1807, ../sass/main/_component.scss */
.easy-autocomplete input.autocomplete-city.icon-margin + .easy-autocomplete-container {
  width: calc(100% + 52px);
  left: -52px;
}

/* line 1812, ../sass/main/_component.scss */
.fb-link-btn {
  padding: 4px 10px;
  background: #1877f2;
  border-radius: 4px;
  font-size: 13px;
  color: white !important;
  font-weight: bold;
}
/* line 1820, ../sass/main/_component.scss */
.fb-link-btn svg {
  width: 16px;
  height: 16px;
}
/* line 1825, ../sass/main/_component.scss */
.fb-link-btn:hover {
  color: white !important;
}

/* line 1830, ../sass/main/_component.scss */
.facebook-container {
  display: block;
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  color: white !important;
  position: relative;
}
/* line 1838, ../sass/main/_component.scss */
.facebook-container .lks {
  font-size: .7rem;
  position: absolute;
  left: 17.3%;
  top: 24%;
  text-shadow: 0 0 4px black;
}

/* line 1848, ../sass/main/_component.scss */
.btn-loading.btn-sm .css-loader {
  transform: scale(0.7) translateY(-7px);
}

/* Honeypot */
/* line 1854, ../sass/main/_component.scss */
.form-gourp {
  position: absolute;
  left: -9999px;
}

/* line 1, ../sass/main/_horoscope.scss */
#animated-smiley {
  position: relative;
  margin: 20px 0;
  width: 290px;
  height: 16px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
/* line 9, ../sass/main/_horoscope.scss */
#animated-smiley svg {
  margin: -3px 0 0 -3px;
  position: absolute;
  top: -14px;
  left: 0;
}

/**
 * Numerology
 */
/* line 4, ../sass/main/_numerology.scss */
#num-console {
  margin: 0 -7px;
  min-height: 114px;
}

/* line 9, ../sass/main/_numerology.scss */
.char {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 7px;
  background: white;
  color: #60AFFE;
  font-size: 3rem;
  font-family: "Asap Condensed", sans-serif !important;
  text-align: center;
  line-height: 100px;
  transition: border-radius .6s ease;
  border: 3px solid rgba(0, 0, 0, 0.08);
}
/* line 24, ../sass/main/_numerology.scss */
.char.br {
  border-radius: 8px;
}

/* line 29, ../sass/main/_numerology.scss */
.numerology-number {
  color: #60AFFE;
  font-size: 5rem;
  font-family: "Asap Condensed", sans-serif !important;
}

/* line 38, ../sass/main/_numerology.scss */
#include-table .box .outer {
  background: #f4f3f0;
}
/* line 41, ../sass/main/_numerology.scss */
#include-table .box .outer .inner {
  font-size: 1.4rem;
  transition: color 5s ease-in;
}
@media (min-width: 768px) {
  /* line 41, ../sass/main/_numerology.scss */
  #include-table .box .outer .inner {
    font-size: 1.8rem;
  }
}

/* line 54, ../sass/main/_numerology.scss */
#nu-instruction .step {
  display: none;
}
/* line 57, ../sass/main/_numerology.scss */
#nu-instruction .step.active {
  display: block;
}
/* line 62, ../sass/main/_numerology.scss */
#nu-instruction .char-animated {
  display: inline-block;
  opacity: 0;
  transform-origin: 50% 50%;
  transition: background .6s ease, width .6s ease, height .6s ease, font-size .6s ease;
}
/* line 69, ../sass/main/_numerology.scss */
#nu-instruction .char-animated.whitespace {
  margin-right: .5rem;
}
/* line 74, ../sass/main/_numerology.scss */
#nu-instruction .char-animated.round {
  width: 30px;
  height: 30px;
  background: #60AFFE;
  color: white;
  border-radius: 15px;
  margin: 5px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  /* line 74, ../sass/main/_numerology.scss */
  #nu-instruction .char-animated.round {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
    border-radius: 30px;
    line-height: 60px;
  }
}
/* line 97, ../sass/main/_numerology.scss */
#nu-instruction #final-progress {
  min-width: 200px;
  background: #f4f3f0;
  transition: color 5s ease-in;
  font-size: 2.5rem;
  font-weight: bold;
}

@keyframes progressbg {
  from {
    background-position: 0 3rem;
  }
  to {
    background-position: 0 0;
  }
}
/* line 6, ../sass/main/_skymap.scss */
.skymap {
  background: #383838;
}
/* line 10, ../sass/main/_skymap.scss */
.skymap .inner {
  position: relative;
  background-image: url("/assets/img/skymap/skymap.jpg");
  background-size: 100% 100%;
}
/* line 16, ../sass/main/_skymap.scss */
.skymap .inner .map .signs {
  transform-origin: 50% 50%;
}
/* line 20, ../sass/main/_skymap.scss */
.skymap .inner .map .map-earth {
  transform-origin: 50% 50%;
  animation-duration: 8s;
}
/* line 27, ../sass/main/_skymap.scss */
.skymap .inner .map .aspect-line1[line="1"],
.skymap .inner .map .aspect-line2[line="1"] {
  height: 18%;
}
/* line 28, ../sass/main/_skymap.scss */
.skymap .inner .map .aspect-line1[line="2"],
.skymap .inner .map .aspect-line2[line="2"] {
  height: 28%;
}
/* line 29, ../sass/main/_skymap.scss */
.skymap .inner .map .aspect-line1[line="3"],
.skymap .inner .map .aspect-line2[line="3"] {
  height: 40%;
}
/* line 33, ../sass/main/_skymap.scss */
.skymap .inner .copyright {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  opacity: .7;
}
/* line 41, ../sass/main/_skymap.scss */
.skymap .inner .els-container {
  position: absolute;
  top: 13%;
  left: 13%;
  width: 74%;
  height: 74%;
  border-radius: 50%;
}
/* line 49, ../sass/main/_skymap.scss */
.skymap .inner .els-container .planet, .skymap .inner .els-container .line {
  position: absolute;
  left: 46%;
  width: 8%;
  transform-origin: 50% 0%;
}
/* line 56, ../sass/main/_skymap.scss */
.skymap .inner .els-container .planet {
  opacity: 0;
  top: 50%;
  pointer-events: none;
}
/* line 61, ../sass/main/_skymap.scss */
.skymap .inner .els-container .planet[line="1"] {
  height: 18%;
}
/* line 62, ../sass/main/_skymap.scss */
.skymap .inner .els-container .planet[line="2"] {
  height: 28%;
}
/* line 63, ../sass/main/_skymap.scss */
.skymap .inner .els-container .planet[line="3"] {
  height: 40%;
}
/* line 65, ../sass/main/_skymap.scss */
.skymap .inner .els-container .planet img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  pointer-events: all;
  animation-duration: 8s;
}
/* line 75, ../sass/main/_skymap.scss */
.skymap .inner .els-container .planet img {
  z-index: 100;
}
/* line 80, ../sass/main/_skymap.scss */
.skymap .inner .els-container .line {
  top: 50%;
  left: 49.4%;
  width: 1.2%;
}
/* line 85, ../sass/main/_skymap.scss */
.skymap .inner .els-container .line[line="1"] {
  height: 15%;
}
/* line 85, ../sass/main/_skymap.scss */
.skymap .inner .els-container .line[line="1"] .inner {
  top: 24%;
  height: 76%;
}
/* line 86, ../sass/main/_skymap.scss */
.skymap .inner .els-container .line[line="2"] {
  height: 25%;
}
/* line 86, ../sass/main/_skymap.scss */
.skymap .inner .els-container .line[line="2"] .inner {
  top: 18%;
  height: 82%;
}
/* line 87, ../sass/main/_skymap.scss */
.skymap .inner .els-container .line[line="3"] {
  height: 37%;
}
/* line 87, ../sass/main/_skymap.scss */
.skymap .inner .els-container .line[line="3"] .inner {
  top: 12%;
  height: 88%;
}
/* line 89, ../sass/main/_skymap.scss */
.skymap .inner .els-container .line .inner {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-size: 1rem 3rem;
  animation: progressbg 1s linear infinite;
}
/* line 96, ../sass/main/_skymap.scss */
.skymap .inner .els-container .ac, .skymap .inner .els-container .mc, .skymap .inner .els-container .vertex, .skymap .inner .els-container .pof, .skymap .inner .els-container .si {
  position: absolute;
  top: 50%;
  left: 47%;
  width: 7%;
  height: 49%;
  transform-origin: 50% 0%;
  opacity: .0;
  pointer-events: none;
}
/* line 106, ../sass/main/_skymap.scss */
.skymap .inner .els-container .ac img, .skymap .inner .els-container .mc img, .skymap .inner .els-container .vertex img, .skymap .inner .els-container .pof img, .skymap .inner .els-container .si img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  pointer-events: all;
}
/* line 115, ../sass/main/_skymap.scss */
.skymap .inner .els-container .ac {
  transform: rotateZ(90deg);
}
/* line 118, ../sass/main/_skymap.scss */
.skymap .inner .els-container .ac img {
  transform: rotateZ(-90deg);
}
/* line 123, ../sass/main/_skymap.scss */
.skymap .inner .els-container .mc {
  transform: rotateZ(-173deg);
}
/* line 126, ../sass/main/_skymap.scss */
.skymap .inner .els-container .mc img {
  transform: rotateZ(173deg);
}
/* line 132, ../sass/main/_skymap.scss */
.skymap .inner .map-bg-sign {
  position: relative;
  z-index: 10;
  transition: opacity .6s ease;
}
/* line 137, ../sass/main/_skymap.scss */
.skymap .inner .map-bg-sign:hover {
  opacity: 0.3 !important;
}
/* line 142, ../sass/main/_skymap.scss */
.skymap .inner .map-sign-text, .skymap .inner .map-sign-picto {
  position: relative;
  z-index: 9;
}
/* line 148, ../sass/main/_skymap.scss */
.skymap .inner .map-houses .map-house {
  transition: opacity .6s ease;
}
/* line 151, ../sass/main/_skymap.scss */
.skymap .inner .map-houses .map-house:hover {
  opacity: 0.3 !important;
}
/* line 157, ../sass/main/_skymap.scss */
.skymap .inner p.time {
  position: absolute;
  top: 10px;
  left: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: .9rem;
  max-width: 28%;
  word-break: break-all;
}
/* line 169, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry {
  position: relative;
  padding: .8rem 1rem;
  color: rgba(255, 255, 255, 0.7);
  display: none;
}
/* line 175, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry h4 {
  margin-bottom: 15px;
  padding-top: 0;
  font-size: 1.3rem;
}
/* line 181, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry p {
  font-size: .9rem;
}
/* line 185, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry p:last-child {
  margin: 0;
}
/* line 188, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry p:last-child small {
  font-weight: bold;
}
/* line 193, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry.default {
  display: block;
}
/* line 199, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry .valign-wrapper > img {
  margin-right: .8rem;
}
/* line 203, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry .valign-wrapper .img-bg {
  margin-right: .8rem;
}
/* line 208, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry .img-bg {
  padding: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}
/* line 214, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry .closeicon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: transparent url("/assets/img/close.svg");
  opacity: .4;
  transition: opacity .6s ease;
}
/* line 224, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry .closeicon:hover {
  opacity: .8;
}
/* line 230, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry.aspect h4 {
  padding-right: 28px;
}
/* line 234, ../sass/main/_skymap.scss */
.skymap .map-console .map-console-entry.aspect p {
  margin-top: -4px;
  font-size: .8rem;
}

/* line 246, ../sass/main/_skymap.scss */
.skymap-aspect-texts-container .text .imgs {
  position: relative;
  width: 62px;
  height: 62px;
  margin-top: 4px;
}
/* line 252, ../sass/main/_skymap.scss */
.skymap-aspect-texts-container .text .imgs img {
  position: absolute;
  top: 22px;
  left: 22px;
}
/* line 257, ../sass/main/_skymap.scss */
.skymap-aspect-texts-container .text .imgs img:first-child {
  top: 0;
  left: 0;
}
/* line 264, ../sass/main/_skymap.scss */
.skymap-aspect-texts-container .text p.aspect {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  /* line 273, ../sass/main/_skymap.scss */
  .hc-skymap {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 70px;
  }
}

@keyframes cards_waves {
  0% {
    transform: translateY(0px) rotateZ(20deg);
  }
  5% {
    transform: translateY(10px) rotateZ(20deg);
  }
  10% {
    transform: translateY(0px) rotateZ(20deg);
  }
}
@keyframes cards_waves_nr {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(0px);
  }
  23% {
    transform: translateY(10px);
  }
  26% {
    transform: translateY(0px);
  }
}
/* line 7, ../sass/main/_cards.scss */
#cards {
  margin-left: 50px;
}
@media (max-width: 575.98px) {
  /* line 7, ../sass/main/_cards.scss */
  #cards {
    margin-left: 24px;
  }
}
/* line 15, ../sass/main/_cards.scss */
#cards #cards-container {
  position: relative;
  margin: 20px 0;
  height: 235px;
}
@media (max-width: 575.98px) {
  /* line 15, ../sass/main/_cards.scss */
  #cards #cards-container {
    height: 140px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 27, ../sass/main/_cards.scss */
#cards #cards-container.home {
  height: 150px;
}
@media (max-width: 575.98px) {
  /* line 27, ../sass/main/_cards.scss */
  #cards #cards-container.home {
    height: 130px;
  }
}
/* line 35, ../sass/main/_cards.scss */
#cards #cards-container .card-container {
  position: absolute;
  width: 11.36364%;
  cursor: pointer;
  transform-origin: 50% 50%;
}
/* line 42, ../sass/main/_cards.scss */
#cards #cards-container .card-container:not(.feeling) {
  height: auto;
}
/* line 46, ../sass/main/_cards.scss */
#cards #cards-container .card-container:not(.love) {
  transform: rotateZ(20deg);
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c1 {
  left: 3.9%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c2 {
  left: 7.8%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c3 {
  left: 11.7%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c4 {
  left: 15.6%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c5 {
  left: 19.5%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c6 {
  left: 23.4%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c7 {
  left: 27.3%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c8 {
  left: 31.2%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c9 {
  left: 35.1%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c10 {
  left: 39%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c11 {
  left: 42.9%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c12 {
  left: 46.8%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c13 {
  left: 50.7%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c14 {
  left: 54.6%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c15 {
  left: 58.5%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c16 {
  left: 62.4%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c17 {
  left: 66.3%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c18 {
  left: 70.2%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c19 {
  left: 74.1%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c20 {
  left: 78%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c21 {
  left: 81.9%;
}
/* line 52, ../sass/main/_cards.scss */
#cards #cards-container .card-container#c22 {
  left: 85.8%;
}
@media screen and (max-width: 619px) {
  /* line 35, ../sass/main/_cards.scss */
  #cards #cards-container .card-container {
    width: 18.18182%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c1 {
    left: 3.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c2 {
    left: 7%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c3 {
    left: 10.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c4 {
    left: 14%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c5 {
    left: 17.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c6 {
    left: 21%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c7 {
    left: 24.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c8 {
    left: 28%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c9 {
    left: 31.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c10 {
    left: 35%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c11 {
    left: 38.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c12 {
    left: 42%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c13 {
    left: 45.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c14 {
    left: 49%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c15 {
    left: 52.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c16 {
    left: 56%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c17 {
    left: 59.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c18 {
    left: 63%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c19 {
    left: 66.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c20 {
    left: 70%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c21 {
    left: 73.5%;
  }
  /* line 62, ../sass/main/_cards.scss */
  #cards #cards-container .card-container#c22 {
    left: 77%;
  }
}
@media (hover: hover) {
  /* line 35, ../sass/main/_cards.scss */
  #cards #cards-container .card-container {
    transform: scale(1.2) rotateZ(20deg);
  }
}
/* line 73, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave {
  animation: 6s ease 0s infinite normal cards_waves;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(2) {
  animation-delay: 0.06667s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(3) {
  animation-delay: 0.13333s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(4) {
  animation-delay: 0.2s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(5) {
  animation-delay: 0.26667s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(6) {
  animation-delay: 0.33333s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(7) {
  animation-delay: 0.4s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(8) {
  animation-delay: 0.46667s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(9) {
  animation-delay: 0.53333s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(10) {
  animation-delay: 0.6s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(11) {
  animation-delay: 0.66667s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(12) {
  animation-delay: 0.73333s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(13) {
  animation-delay: 0.8s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(14) {
  animation-delay: 0.86667s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(15) {
  animation-delay: 0.93333s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(16) {
  animation-delay: 1s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(17) {
  animation-delay: 1.06667s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(18) {
  animation-delay: 1.13333s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(19) {
  animation-delay: 1.2s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(20) {
  animation-delay: 1.26667s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(21) {
  animation-delay: 1.33333s;
}
/* line 77, ../sass/main/_cards.scss */
#cards #cards-container .card-container.wave:nth-child(22) {
  animation-delay: 1.4s;
}
/* line 84, ../sass/main/_cards.scss */
#cards #cards-container .card-container.love.hover {
  transition: transform .4s ease;
}
@media (hover: hover) {
  /* line 89, ../sass/main/_cards.scss */
  #cards #cards-container .card-container.love.hover:hover {
    transform: scale(1.2);
  }
}
/* line 96, ../sass/main/_cards.scss */
#cards #cards-result {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-bottom: 38px;
  width: 100%;
  background: #dfaf4a;
  z-index: 100;
}
/* line 106, ../sass/main/_cards.scss */
#cards #cards-result h2 {
  margin: 15px 0;
  color: white;
  font-size: 1.6rem;
}
/* line 112, ../sass/main/_cards.scss */
#cards #cards-result #cards-inner {
  text-align: center;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 619px) {
  /* line 112, ../sass/main/_cards.scss */
  #cards #cards-result #cards-inner {
    padding-left: 34px;
  }
}
@media screen and (max-width: 359px) {
  /* line 112, ../sass/main/_cards.scss */
  #cards #cards-result #cards-inner {
    padding-left: 44px;
  }
}
/* line 127, ../sass/main/_cards.scss */
#cards #cards-result #cards-inner .container {
  display: inline-block;
  padding: 0 5px;
  width: 85px;
  height: 140px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  /* line 127, ../sass/main/_cards.scss */
  #cards #cards-result #cards-inner .container {
    width: 60px;
    height: 99px;
  }
}
@media screen and (max-width: 619px) {
  /* line 127, ../sass/main/_cards.scss */
  #cards #cards-result #cards-inner .container {
    margin-left: -34px;
  }
}
@media screen and (max-width: 359px) {
  /* line 127, ../sass/main/_cards.scss */
  #cards #cards-result #cards-inner .container {
    margin-left: -44px;
  }
}
/* line 151, ../sass/main/_cards.scss */
#cards #cards-result #cards-inner .container img {
  display: inline-block;
  height: 100%;
  width: auto;
}
/* line 156, ../sass/main/_cards.scss */
#cards #cards-result #cards-inner .container img.front {
  display: none;
}
/* line 169, ../sass/main/_cards.scss */
#cards #card-title {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.4);
  font-family: "Archivo Narrow", sans-serif;
  color: white;
  text-align: center;
  font-size: 22px;
}

/* line 185, ../sass/main/_cards.scss */
body.cards-open #cards #cards-result {
  display: block;
}

/* line 190, ../sass/main/_cards.scss */
.sidecard h5 {
  margin-bottom: 10px;
}

/* line 195, ../sass/main/_cards.scss */
#display-cards {
  margin: 0 -15px;
  width: calc(100% + 30px);
  height: 40px;
  background: rgba(223, 175, 74, 0.6);
  color: white;
}

/* line 204, ../sass/main/_cards.scss */
#mobile-cards {
  display: none;
}

/**
 * Cards pending
 */
/* line 212, ../sass/main/_cards.scss */
#archeometre {
  position: relative;
  margin: 140px auto;
  max-width: 400px;
  max-height: 400px;
  visibility: hidden;
  background: transparent url("/assets/img/archeometre.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 619px) {
  /* line 212, ../sass/main/_cards.scss */
  #archeometre {
    margin: 75px auto;
  }
}

/* line 228, ../sass/main/_cards.scss */
.pending {
  position: absolute;
  display: none;
  width: 17%;
  height: 32%;
}
/* line 235, ../sass/main/_cards.scss */
.pending.op {
  cursor: pointer;
}
/* line 240, ../sass/main/_cards.scss */
.pending img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/* line 246, ../sass/main/_cards.scss */
.pending img.front {
  display: none;
}

/* line 253, ../sass/main/_cards.scss */
#pending0 {
  top: -22%;
  left: 40.6%;
}

/* line 259, ../sass/main/_cards.scss */
#pending1 {
  top: -14.5%;
  left: 68.5%;
}

/* line 265, ../sass/main/_cards.scss */
#pending2 {
  top: 5.3%;
  left: 89%;
}

/* line 271, ../sass/main/_cards.scss */
#pending3 {
  top: 33%;
  left: 96.8%;
}

/* line 277, ../sass/main/_cards.scss */
#pending4 {
  top: 60.6%;
  left: 89.6%;
}

/* line 283, ../sass/main/_cards.scss */
#pending5 {
  top: 80.5%;
  left: 69%;
}

/* line 289, ../sass/main/_cards.scss */
#pending6 {
  top: 88.2%;
  left: 40.6%;
}

/* line 295, ../sass/main/_cards.scss */
#pending7 {
  top: 81%;
  left: 13%;
}

/* line 301, ../sass/main/_cards.scss */
#pending8 {
  top: 60.8%;
  left: -7.8%;
}

/* line 307, ../sass/main/_cards.scss */
#pending9 {
  top: 33%;
  left: -15.2%;
}

/* line 313, ../sass/main/_cards.scss */
#pending10 {
  top: 5.5%;
  left: -7.6%;
}

/* line 319, ../sass/main/_cards.scss */
#pending11 {
  top: -14.5%;
  left: 12.8%;
}

/* line 325, ../sass/main/_cards.scss */
.side-tarot-card-container {
  margin-bottom: 12px;
}
/* line 328, ../sass/main/_cards.scss */
.side-tarot-card-container h5 {
  height: 29px;
}

/* line 333, ../sass/main/_cards.scss */
#btg-circle {
  display: none;
  margin: 1% auto;
}
/* line 338, ../sass/main/_cards.scss */
#btg-circle #circle {
  width: 100%;
  height: 100%;
}
/* line 343, ../sass/main/_cards.scss */
#btg-circle .tg-belline-card-r {
  position: absolute;
  left: 50%;
  top: 0%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 352, ../sass/main/_cards.scss */
#btg-circle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/assets/img/cards/belline/belline_wheel_center.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 365, ../sass/main/_cards.scss */
#tg-belline-bg.step1 {
  min-height: 470px;
}
@media (min-width: 768px) {
  /* line 365, ../sass/main/_cards.scss */
  #tg-belline-bg.step1 {
    min-height: 600px;
  }
}

/* line 373, ../sass/main/_cards.scss */
.tg-belline-fullpage {
  background-image: url(/assets/img/cards/belline/bg-belline.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 379, ../sass/main/_cards.scss */
.tg-belline-fullpage.min-height {
  min-height: 544px;
}
/* line 383, ../sass/main/_cards.scss */
.tg-belline-fullpage.has-bg {
  background-image: url("/assets/img/cards/belline/belline_bg.jpg");
}

/* line 388, ../sass/main/_cards.scss */
#tg-belline {
  max-height: 100vw;
}

/* line 393, ../sass/main/_cards.scss */
#tg-belline-planet {
  background-image: url("/assets/img/cards/belline/belline_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: calc(100vh - 154px);
}
@media screen and (max-width: 991px) {
  /* line 393, ../sass/main/_cards.scss */
  #tg-belline-planet {
    min-height: calc(100vh - 56px);
  }
}
/* line 404, ../sass/main/_cards.scss */
#tg-belline-planet #btg-circle {
  display: block;
  max-width: 88%;
  margin: 0 auto;
  display: none;
}
/* line 411, ../sass/main/_cards.scss */
#tg-belline-planet #btg-circle img {
  width: 100%;
  height: 100%;
}
/* line 416, ../sass/main/_cards.scss */
#tg-belline-planet #btg-circle:before {
  display: none;
}
@media (min-width: 768px) {
  /* line 404, ../sass/main/_cards.scss */
  #tg-belline-planet #btg-circle {
    width: 450px;
  }
}
/* line 425, ../sass/main/_cards.scss */
#tg-belline-planet .btg-belline-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15%;
  max-width: 130px;
  visibility: hidden;
  opacity: 0;
}
/* line 434, ../sass/main/_cards.scss */
#tg-belline-planet .btg-belline-card img {
  width: 100%;
  height: 100%;
}
/* line 440, ../sass/main/_cards.scss */
#tg-belline-planet .astro-planet {
  position: absolute;
  width: 24%;
  visibility: hidden;
  transform: scale(0);
}
/* line 446, ../sass/main/_cards.scss */
#tg-belline-planet .astro-planet .astro-planet-image-natale {
  width: 100%;
  height: 100%;
  filter: drop-shadow(5px 5px 34px white);
}
/* line 452, ../sass/main/_cards.scss */
#tg-belline-planet .astro-planet .astro-planet-image-transit {
  width: 100%;
  height: 100%;
}
/* line 458, ../sass/main/_cards.scss */
#tg-belline-planet .planets-instruction {
  display: none;
  top: 50%;
}

/* line 466, ../sass/main/_cards.scss */
.btg-content .tg-banner-mobile {
  display: none;
}
/* line 470, ../sass/main/_cards.scss */
.btg-content .title-cards-housse {
  width: 58%;
  max-width: 390px;
}
/* line 475, ../sass/main/_cards.scss */
.btg-content .text {
  height: 50%;
}
/* line 479, ../sass/main/_cards.scss */
.btg-content .score-house {
  text-align: center;
}
/* line 483, ../sass/main/_cards.scss */
.btg-content .cards-img {
  width: 15%;
  max-width: 90px;
}
/* line 487, ../sass/main/_cards.scss */
.btg-content .cards-img img {
  width: 100%;
  height: 100%;
}
/* line 493, ../sass/main/_cards.scss */
.btg-content .score-bg {
  border-radius: 40px;
  padding: 5px;
  background-color: rgba(209, 209, 209, 0.26);
  width: 80%;
  max-width: 200px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 503, ../sass/main/_cards.scss */
.btg-content .score-content {
  width: 100%;
  max-width: 288px;
  height: 22px;
  margin-top: 1px;
}
/* line 510, ../sass/main/_cards.scss */
.btg-content .score-red {
  background-image: linear-gradient(to right, #ad5cc1, #7bcadc);
  border-radius: 40px 0 0 40px;
  width: 145px;
  height: 25px;
}
/* line 517, ../sass/main/_cards.scss */
.btg-content .score-green {
  background-image: linear-gradient(to left, #0ed670, #7ccadc);
  border-radius: 0 40px 40px 0;
  width: 145px;
  height: 25px;
}
/* line 524, ../sass/main/_cards.scss */
.btg-content .cursor-main {
  position: absolute;
  width: 8px;
  height: 40px;
  left: 2px;
}
/* line 530, ../sass/main/_cards.scss */
.btg-content .cursor-main:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  background-color: white;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
  border-radius: 2px;
  border: 1px solid #9a9a9a;
}
/* line 544, ../sass/main/_cards.scss */
.btg-content .cursor-main:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 8px;
  z-index: 1;
  background-color: white;
  border: 1px solid #9a9a9a;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
/* line 558, ../sass/main/_cards.scss */
.btg-content .cursor-main .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 5px;
  z-index: 1;
  background-color: white;
  transform: translate(-50%, -50%);
  z-index: 3;
}
/* line 572, ../sass/main/_cards.scss */
.btg-content .btg-text-card p:first-letter {
  display: inline-block;
  position: absolute;
  font-size: 2.4rem;
  line-height: 2.8rem;
  float: left;
  vertical-align: top;
  font-family: "Asap Condensed", sans-serif !important;
  background: #f3bc44;
  min-width: 40px;
  margin-right: 8px;
  padding: 0 14px;
  border-radius: 4px;
  transform: translateY(4px);
}

/* line 592, ../sass/main/_cards.scss */
.btg-circle-banner .btg-circle {
  display: block;
  max-width: 100%;
  width: 350px;
  margin: auto auto;
  background-color: rgba(5, 5, 5, 0.8);
  position: relative;
  border-radius: 12px;
}
/* line 601, ../sass/main/_cards.scss */
.btg-circle-banner .btg-circle .btg-belline-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14%;
  max-width: 130px;
  visibility: hidden;
  opacity: 0;
}
/* line 611, ../sass/main/_cards.scss */
.btg-circle-banner .btg-circle img {
  width: 100%;
  height: 100%;
}
/* line 616, ../sass/main/_cards.scss */
.btg-circle-banner .btg-circle .btg-belline-planet {
  position: absolute;
  width: 4%;
  max-width: 130px;
  transform: translate(-112%, -58%);
  opacity: 0;
}
/* line 624, ../sass/main/_cards.scss */
.btg-circle-banner .btg-circle img {
  width: 100%;
  height: 100%;
}

/* line 630, ../sass/main/_cards.scss */
.btg-circle-zoomed {
  overflow: hidden;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 642, ../sass/main/_cards.scss */
.btg-circle-zoomed .btg-circle-zoomed-content {
  margin: auto;
  padding: 20px;
  width: 540px;
  top: 15%;
  position: relative;
}
/* line 649, ../sass/main/_cards.scss */
.btg-circle-zoomed .btg-circle-zoomed-content .btg-belline-card-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15%;
  max-width: 130px;
  visibility: hidden;
}
/* line 658, ../sass/main/_cards.scss */
.btg-circle-zoomed .btg-circle-zoomed-content img {
  width: 100%;
  height: 100%;
}
/* line 663, ../sass/main/_cards.scss */
.btg-circle-zoomed .btg-circle-zoomed-content .btg-belline-planet-zoom {
  position: absolute;
  width: 5%;
  max-width: 130px;
  transform: translate(-73%, -50%);
}
/* line 670, ../sass/main/_cards.scss */
.btg-circle-zoomed .btg-circle-zoomed-content img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  /* line 681, ../sass/main/_cards.scss */
  .btg-content .cards-img {
    display: none;
  }

  /* line 685, ../sass/main/_cards.scss */
  .btg-circle-banner {
    display: none;
  }

  /* line 689, ../sass/main/_cards.scss */
  .tg-banner-mobile {
    display: block;
  }
}
/* line 694, ../sass/main/_cards.scss */
#single {
  background-image: url("/assets/img/cards/bg-single.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 702, ../sass/main/_cards.scss */
#single #instructions-container {
  display: none;
}
/* line 706, ../sass/main/_cards.scss */
#single .tg-instructions-container {
  min-height: 52px;
}
/* line 710, ../sass/main/_cards.scss */
#single .tg-single-socket {
  user-select: none;
  display: none;
}
/* line 714, ../sass/main/_cards.scss */
#single .tg-single-socket .tg-single-inner {
  max-width: calc(100vw - 30px);
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  z-index: 1;
}
/* line 722, ../sass/main/_cards.scss */
#single .tg-single-socket #socket-card {
  width: 560px;
}
/* line 726, ../sass/main/_cards.scss */
#single .tg-single-socket .card-socket-inner {
  margin: 6px 6px;
  width: 100px;
}
/* line 730, ../sass/main/_cards.scss */
#single .tg-single-socket .card-socket-inner .socket-bg {
  width: 76px;
  height: 123px;
  position: relative;
  background: black;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  /* line 730, ../sass/main/_cards.scss */
  #single .tg-single-socket .card-socket-inner .socket-bg {
    width: 70px;
    height: 113px;
  }
}
/* line 743, ../sass/main/_cards.scss */
#single .tg-single-socket .card-socket-inner .card-socket {
  position: absolute;
  top: 4%;
  left: 17%;
  width: 66px;
  height: 113px;
  background: #3a2212;
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  /* line 743, ../sass/main/_cards.scss */
  #single .tg-single-socket .card-socket-inner .card-socket {
    width: 60px;
    height: 103px;
    left: 20%;
  }
}
/* line 759, ../sass/main/_cards.scss */
#single .tg-single-socket .bg-words {
  min-height: 95px;
}
/* line 762, ../sass/main/_cards.scss */
#single .tg-single-socket .bg-words .words {
  display: none;
}
/* line 769, ../sass/main/_cards.scss */
#single .circle-socket-inner {
  display: none;
}
/* line 772, ../sass/main/_cards.scss */
#single .circle-socket-inner .circle-single-inner {
  max-width: calc(100vw - 30px);
  padding: 10px;
  opacity: 0;
}
/* line 778, ../sass/main/_cards.scss */
#single .circle-socket-inner #socket-card {
  width: 560px;
}
/* line 782, ../sass/main/_cards.scss */
#single .circle-socket-inner .card-socket-inner {
  margin: 6px 6px;
  width: 100px;
}
/* line 786, ../sass/main/_cards.scss */
#single .circle-socket-inner .card-socket-inner .socket-bg {
  width: 76px;
  height: 123px;
  position: relative;
  background: black;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  /* line 786, ../sass/main/_cards.scss */
  #single .circle-socket-inner .card-socket-inner .socket-bg {
    width: 70px;
    height: 113px;
  }
}
/* line 799, ../sass/main/_cards.scss */
#single .circle-socket-inner .card-socket-inner .card-socket {
  position: absolute;
  left: 0px;
  width: 66px;
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  /* line 799, ../sass/main/_cards.scss */
  #single .circle-socket-inner .card-socket-inner .card-socket {
    width: 60px;
  }
}
/* line 811, ../sass/main/_cards.scss */
#single .circle-socket-inner .word {
  max-width: 105px;
}
/* line 816, ../sass/main/_cards.scss */
#single .instruction-inner {
  min-height: 80px;
}
/* line 820, ../sass/main/_cards.scss */
#single .single-cards-inner-circle {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 241px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
@media (max-width: 767.98px) {
  /* line 820, ../sass/main/_cards.scss */
  #single .single-cards-inner-circle {
    width: 250px;
    height: 250px;
    border-radius: 241px;
  }
}
/* line 834, ../sass/main/_cards.scss */
#single .single-cards-inner-circle .card-socket-circle {
  width: 63px;
  height: 100px;
  background: black;
  position: absolute;
  display: none;
  border-radius: 6px;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 970px) {
  /* line 834, ../sass/main/_cards.scss */
  #single .single-cards-inner-circle .card-socket-circle {
    width: 57px;
    height: 90px;
  }
}
/* line 848, ../sass/main/_cards.scss */
#single .single-cards-inner-circle .card-socket-circle .socket-bg {
  top: 5%;
  left: 8%;
  background: #3a2212;
  position: absolute;
  border-radius: 3px;
}
/* line 858, ../sass/main/_cards.scss */
#single .locked {
  background-image: url("/assets/img/cards/single/lock.png");
  background-size: cover;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  display: block;
  transform: translate(-50%, -50%);
}
/* line 869, ../sass/main/_cards.scss */
#single .locked.unlock {
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  animation: animation-deloock 2.2s;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@keyframes animation-deloock {
  0%, 19% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  20%, 30%, 40%, 50% {
    transform: translate(calc(-50% + 4px), -50%);
  }
  25%, 35%, 45% {
    transform: translate(calc(-50% - 4px), -50%);
    opacity: 1;
  }
  55% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, calc(-50% - 20px));
    opacity: 0;
  }
}
/* line 909, ../sass/main/_cards.scss */
#single .card-inner-bg {
  position: absolute;
  top: 5%;
  left: 5%;
  height: 113px;
  width: 66px;
  border-radius: 3px;
  background: #3a2212;
}
@media screen and (max-width: 991px) {
  /* line 909, ../sass/main/_cards.scss */
  #single .card-inner-bg {
    height: 102px;
    width: 60px;
  }
}
/* line 923, ../sass/main/_cards.scss */
#single #archeometre {
  margin: 0 !important;
  background: rgba(255, 255, 255, 0) !important;
}
/* line 929, ../sass/main/_cards.scss */
#single #tg-single.with-min-height {
  min-height: 225px;
}
@media (min-width: 992px) {
  /* line 934, ../sass/main/_cards.scss */
  #single #tg-single .play-card.play-card-single {
    width: 135px !important;
    height: 230px !important;
  }
  /* line 939, ../sass/main/_cards.scss */
  #single #tg-single.with-min-height {
    min-height: 360px;
  }
}

/* line 946, ../sass/main/_cards.scss */
#single-end {
  background-color: black;
  background-position: center center;
  background-size: contain;
}
/* line 951, ../sass/main/_cards.scss */
#single-end .single-end {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
/* line 958, ../sass/main/_cards.scss */
#single-end .word-end {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 7;
  font-size: 3rem !important;
}
@media screen and (max-width: 991px) {
  /* line 958, ../sass/main/_cards.scss */
  #single-end .word-end {
    top: 47%;
    font-size: 0.85rem !important;
  }
}

/* line 974, ../sass/main/_cards.scss */
#single-result .single-bg {
  background-image: url("/assets/img/cards/bg-single.jpg");
  background-position: center 83%;
  background-size: cover;
}
/* line 981, ../sass/main/_cards.scss */
#single-result .card-lg {
  border-radius: 6px 0 0 6px;
}
/* line 985, ../sass/main/_cards.scss */
#single-result .bloc.result {
  border-radius: 0 6px 6px 0;
}
/* line 989, ../sass/main/_cards.scss */
#single-result .button-single-see-card-mobile {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: transform  .6s ease;
  transform: translateY(calc(100% - 42px));
}
/* line 997, ../sass/main/_cards.scss */
#single-result .button-single-see-card-mobile .button-see-cards {
  transition: background-color .6s ease;
  background-color: #60AFFE;
}
/* line 1002, ../sass/main/_cards.scss */
#single-result .button-single-see-card-mobile.open {
  transform: translateY(0);
}
/* line 1005, ../sass/main/_cards.scss */
#single-result .button-single-see-card-mobile.open .button-see-cards {
  background-color: #f3bc44;
}

/* line 1016, ../sass/main/_cards.scss */
#tg-symbole-bg .card-socket {
  margin: 0 10px;
  height: 188px;
  width: 120px;
  border-radius: 13px;
  background: gray;
}
@media screen and (max-width: 991px) {
  /* line 1016, ../sass/main/_cards.scss */
  #tg-symbole-bg .card-socket {
    position: absolute;
    display: block;
    height: 156px;
    width: 100px;
  }
}
/* line 1031, ../sass/main/_cards.scss */
#tg-symbole-bg .tg-symbole-card-r {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 1038, ../sass/main/_cards.scss */
#tg-symbole-bg .tg-symbole-socket.time {
  display: none;
}
/* line 1041, ../sass/main/_cards.scss */
#tg-symbole-bg .tg-symbole-socket.time .tg-symbole-inner {
  width: 420px;
  max-width: calc(100% - 30px);
  padding: 10px;
  overflow: hidden;
}
/* line 1047, ../sass/main/_cards.scss */
#tg-symbole-bg .tg-symbole-socket.time .tg-symbole-inner .socket-bgt-card.time {
  width: 400px;
}
/* line 1052, ../sass/main/_cards.scss */
#tg-symbole-bg .word-card {
  max-width: 100px;
  min-height: 25px;
  margin: 0 0 0 16px;
}

/* line 1059, ../sass/main/_cards.scss */
.lettrine {
  position: relative;
}

/* line 1063, ../sass/main/_cards.scss */
.symbole-result-text:first-letter, .lettrine:first-letter {
  font-size: 2.4rem;
  line-height: 2.2rem;
  float: left;
  font-family: "Asap Condensed", sans-serif !important;
  background: #ff829c;
  min-width: 40px;
  margin-right: 8px;
  padding: 10px 14px;
  border-radius: 4px;
  color: white;
}

/* line 1077, ../sass/main/_cards.scss */
.tg-angel-fullpage {
  background-image: url("https://static.evozen.fr/img/bgs/tarot/bg-angel.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
/* line 1084, ../sass/main/_cards.scss */
.tg-angel-fullpage.result {
  background-attachment: fixed;
}
/* line 1088, ../sass/main/_cards.scss */
.tg-angel-fullpage.min-height {
  min-height: calc(100vh - 5%);
  max-height: calc(100vh - 5%);
}
/* line 1093, ../sass/main/_cards.scss */
.tg-angel-fullpage::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1103, ../sass/main/_cards.scss */
.tg-angel-fullpage .ts-sm {
  text-shadow: 1px 1px 1px #7f8c8d;
}
/* line 1107, ../sass/main/_cards.scss */
.tg-angel-fullpage .ts-dsm {
  text-shadow: 1px 1px 1px #2c3e50;
}
/* line 1111, ../sass/main/_cards.scss */
.tg-angel-fullpage .bs-sm {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
/* line 1115, ../sass/main/_cards.scss */
.tg-angel-fullpage .bg-white {
  background-color: white;
}
/* line 1119, ../sass/main/_cards.scss */
.tg-angel-fullpage #tg-terms {
  padding: 5px;
}
/* line 1123, ../sass/main/_cards.scss */
.tg-angel-fullpage .inputAngel + label {
  border-radius: 8px;
}
/* line 1127, ../sass/main/_cards.scss */
.tg-angel-fullpage .inputAngel:checked + label::before {
  border-color: #60AFFE;
}
/* line 1131, ../sass/main/_cards.scss */
.tg-angel-fullpage .inputAngel:checked + label {
  opacity: 1;
  transition: opacity .3s;
}
/* line 1136, ../sass/main/_cards.scss */
.tg-angel-fullpage .inputAngel:not(:checked) + label {
  opacity: 0.7;
}
/* line 1140, ../sass/main/_cards.scss */
.tg-angel-fullpage .inputAngel:checked + label::after {
  opacity: 1;
}
/* line 1144, ../sass/main/_cards.scss */
.tg-angel-fullpage .radioStyle {
  width: 100%;
  padding-left: 50px;
  background-color: white;
  transition: background-color .3s;
}
/* line 1150, ../sass/main/_cards.scss */
.tg-angel-fullpage .radioStyle::before {
  content: " ";
  position: absolute;
  top: 45%;
  left: 30px;
  width: 25px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 50%;
  transform: translateY(-50%);
}
/* line 1162, ../sass/main/_cards.scss */
.tg-angel-fullpage .radioStyle::after {
  content: "\f122";
  font-family: "Ionicons";
  color: #60AFFE;
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  top: 45%;
  left: 35px;
  transform: translateY(-50%);
}
/* line 1175, ../sass/main/_cards.scss */
.tg-angel-fullpage .absoluteCenter {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50px;
}
/* line 1184, ../sass/main/_cards.scss */
.tg-angel-fullpage .absoluteCenterMobile {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 10px;
}
/* line 1193, ../sass/main/_cards.scss */
.tg-angel-fullpage .angelPortraitMobile {
  width: 150px;
  border-radius: 50%;
  box-shadow: 1px 1px 8px 3px #cfcfcf;
  margin: 0 0 15px;
  display: block;
}
/* line 1201, ../sass/main/_cards.scss */
.tg-angel-fullpage .feelingContainer {
  border-radius: 0.5rem;
  background-color: #ffe6e9;
  opacity: 0.9;
  min-height: 90px;
}
/* line 1208, ../sass/main/_cards.scss */
.tg-angel-fullpage .angelPortraitDesktop {
  border-radius: 50%;
  width: 200px;
  box-shadow: 1px 1px 8px 3px #cfcfcf;
  margin-right: 30px;
}
/* line 1215, ../sass/main/_cards.scss */
.tg-angel-fullpage .angelWing {
  width: 35px;
  opacity: .2;
}
/* line 1220, ../sass/main/_cards.scss */
.tg-angel-fullpage .rightWing {
  transform: scaleX(-1);
}
/* line 1224, ../sass/main/_cards.scss */
.tg-angel-fullpage .angelEffects {
  padding: 1px;
}
/* line 1226, ../sass/main/_cards.scss */
.tg-angel-fullpage .angelEffects .size-dot {
  font-size: 12px;
}
/* line 1231, ../sass/main/_cards.scss */
.tg-angel-fullpage .divibar {
  width: 200px;
}
/* line 1235, ../sass/main/_cards.scss */
.tg-angel-fullpage .contenaireRedirectionAngel {
  background-color: #efc19361;
  padding: 15px;
  margin-top: 10px;
  border-radius: 6px;
}
/* line 1242, ../sass/main/_cards.scss */
.tg-angel-fullpage .angelEffectsList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 1248, ../sass/main/_cards.scss */
.tg-angel-fullpage .angelEffectsListItem::first-letter {
  text-transform: uppercase;
}
/* line 1252, ../sass/main/_cards.scss */
.tg-angel-fullpage #cardNameMystery {
  position: absolute;
  font-size: 50px;
  top: 15px;
  left: 24px;
}
/* line 1258, ../sass/main/_cards.scss */
.tg-angel-fullpage #cardNameMystery + img {
  position: relative;
}
/* line 1263, ../sass/main/_cards.scss */
.tg-angel-fullpage .d-n {
  display: none;
}

/* line 1268, ../sass/main/_cards.scss */
#instructions-inners {
  min-height: 27px;
}

/* line 1272, ../sass/main/_cards.scss */
#tg-angel {
  max-height: 100vw;
}

/* line 1278, ../sass/main/_cards.scss */
#tg-angel-selected #tg-angel-inner {
  padding: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}
/* line 1284, ../sass/main/_cards.scss */
#tg-angel-selected #socket-cards {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 767px;
  border-radius: 6px;
}
/* line 1291, ../sass/main/_cards.scss */
#tg-angel-selected .socket-cardsDesktop {
  max-width: 400px !important;
  padding: 0 14px;
}
/* line 1296, ../sass/main/_cards.scss */
#tg-angel-selected .bg-socket-card {
  box-shadow: 0px 0px 0px 4px #34495e inset;
  border-radius: 10px;
  height: 113px;
  position: relative;
}
/* line 1302, ../sass/main/_cards.scss */
#tg-angel-selected .bg-socket-card img {
  max-width: 70px !important;
}
/* line 1307, ../sass/main/_cards.scss */
#tg-angel-selected .name-card {
  width: 70px;
}

/* line 1311, ../sass/main/_cards.scss */
.tg-angel-group {
  width: calc(100% - 60px);
  text-align: center;
}

/* line 1315, ../sass/main/_cards.scss */
#top-line, #bottom-line {
  width: 5px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: auto;
  margin-right: auto;
}

/* line 1323, ../sass/main/_cards.scss */
.angel-date {
  padding: 4px;
  height: 50px;
  width: 50px;
  border-radius: 200px;
  background-color: black;
  color: white;
  font-size: 30px;
  z-index: 2;
}
/* line 1333, ../sass/main/_cards.scss */
.angel-date.discovery {
  background-color: #60AFFE;
  font-size: 15px;
}

/* line 1340, ../sass/main/_cards.scss */
#title {
  text-shadow: 0 0 3px black;
}

/* line 1343, ../sass/main/_cards.scss */
#angel-content-timer {
  z-index: 2;
}

/* line 1348, ../sass/main/_cards.scss */
#liner-content {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1;
}
/* line 1354, ../sass/main/_cards.scss */
#liner-content .line {
  position: relative;
  left: 0px;
  width: 4px;
  transform: translateY(0);
  flex-direction: column;
  background-color: #60affe;
}

/* line 1364, ../sass/main/_cards.scss */
#full-screen-angel {
  display: none;
  content: "";
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
/* line 1376, ../sass/main/_cards.scss */
#full-screen-angel .contain-angel {
  position: relative;
}
/* line 1379, ../sass/main/_cards.scss */
#full-screen-angel .contain-angel #img-angel {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 3, ../sass/main/_contact.scss */
.contact-container section a {
  margin-right: 10px;
}
/* line 6, ../sass/main/_contact.scss */
.contact-container section a .img-container {
  width: 56px;
  Height: 56px;
  text-align: center;
  border-radius: 50%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
/* line 15, ../sass/main/_contact.scss */
.contact-container section a.active .img-container {
  border: 4px solid #17c671;
}
/* line 18, ../sass/main/_contact.scss */
.contact-container section a.active .img-container span {
  bottom: -24px;
  left: -4px;
}
/* line 24, ../sass/main/_contact.scss */
.contact-container section a:last-of-type {
  margin-right: 0;
}

/* line 1, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 {
  background-image: url("/assets/img/horoscope/year/2018/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* line 7, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main {
  max-width: 840px;
}
/* line 10, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .col-sm-12.clean {
  overflow: hidden;
}
/* line 14, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main h1 {
  font-size: 1.8rem;
}
/* line 18, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main h2 {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  color: #f34087;
}
/* line 25, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main h4.month {
  padding: 20px;
  text-align: center;
  background: #f34087bf;
  color: white;
  font-weight: bold !important;
}
/* line 32, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main h4.month i {
  font-size: 3rem;
}
/* line 38, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .v-align h5 {
  font-size: 1.6rem;
}
/* line 41, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .v-align .picture {
  width: 80px;
  margin-right: 20px;
}
/* line 47, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main p {
  font-size: 1.2rem;
  color: #666;
}
@media (max-width: 575.98px) {
  /* line 47, ../sass/main/_horoscope_year_2018.scss */
  body.horoscope-year-2018 #main p {
    font-size: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  /* line 56, ../sass/main/_horoscope_year_2018.scss */
  body.horoscope-year-2018 #main .clean {
    margin-bottom: 0;
  }
}
/* line 62, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .blue-quote {
  padding: 20px 15px;
  background: rgba(0, 144, 255, 0.06);
}
/* line 66, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .blue-quote .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  width: 100%;
  max-width: 680px;
  font-size: 1.4rem;
  color: #555;
}
/* line 76, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .blue-quote .inner:before, body.horoscope-year-2018 #main .blue-quote .inner:after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  background-size: 30px auto;
}
/* line 85, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .blue-quote .inner:before {
  top: 0;
  left: 0;
  background: transparent url(/assets/img/quotes-pink.svg);
}
/* line 91, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .blue-quote .inner:after {
  bottom: 0;
  right: 0;
  background: transparent url(/assets/img/quotes-pink.svg);
  transform: rotateZ(180deg);
}
/* line 98, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .blue-quote .inner p {
  margin: 0;
}
/* line 104, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .cat {
  padding: 0 20px;
}
@media (max-width: 575.98px) {
  /* line 104, ../sass/main/_horoscope_year_2018.scss */
  body.horoscope-year-2018 #main .cat {
    padding-top: 1rem;
  }
}
/* line 111, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .cat .grey {
  margin-bottom: 20px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
}
/* line 116, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .cat .grey p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  /* line 111, ../sass/main/_horoscope_year_2018.scss */
  body.horoscope-year-2018 #main .cat .grey {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  /* line 126, ../sass/main/_horoscope_year_2018.scss */
  body.horoscope-year-2018 #main .buttons-container {
    margin-top: 20px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 132, ../sass/main/_horoscope_year_2018.scss */
  body.horoscope-year-2018 #main .buttons-container .pull-xs-right, body.horoscope-year-2018 #main .buttons-container .pull-xs-left {
    float: none !important;
    margin-bottom: 15px;
  }
  /* line 136, ../sass/main/_horoscope_year_2018.scss */
  body.horoscope-year-2018 #main .buttons-container .pull-xs-right a.btn, body.horoscope-year-2018 #main .buttons-container .pull-xs-left a.btn {
    display: block;
  }
}
/* line 143, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .hy-footer {
  padding: 20px;
  background: rgba(0, 144, 255, 0.06);
}
/* line 147, ../sass/main/_horoscope_year_2018.scss */
body.horoscope-year-2018 #main .hy-footer img {
  margin-bottom: 10px;
}

/* line 1, ../sass/main/_cardraw.scss */
.play-card {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 135px;
  background-color: transparent;
  background-image: url("/assets/img/cards/modern/back.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: center center;
  transition: margin .5s ease, opacity .5s ease;
  border-radius: 5%;
  z-index: 20;
}
@media (hover: hover) {
  /* line 18, ../sass/main/_cardraw.scss */
  .play-card.focusable:hover {
    cursor: pointer;
  }
  /* line 21, ../sass/main/_cardraw.scss */
  .play-card.focusable:hover:not(.no-transform) {
    transform: scale(1.2) !important;
  }
  /* line 29, ../sass/main/_cardraw.scss */
  .play-card.focusable.to_row:hover {
    transition: transform 0.2s;
    transform: translateY(-12%) scale(1.2) !important;
  }
  /* line 33, ../sass/main/_cardraw.scss */
  .play-card.focusable.to_row:hover:not(.no-transform) {
    transform: translateY(-12%) scale(1.2) !important;
  }
  /* line 41, ../sass/main/_cardraw.scss */
  .play-card.focusable.to_fill:hover {
    transition: transform 0.2s;
    transform: scale(1.3) !important;
  }
}
@media screen and (min-width: 981px) {
  /* line 1, ../sass/main/_cardraw.scss */
  .play-card {
    width: 105.5px;
    height: 165px;
  }
}
/* line 57, ../sass/main/_cardraw.scss */
.play-card.yesno {
  background-image: url("/assets/img/cards/yesno/back.png");
}
/* line 61, ../sass/main/_cardraw.scss */
.play-card.love {
  background-image: url("/assets/img/cards/card_back2.png");
  width: 86px;
  height: 155px;
}
@media screen and (min-width: 981px) {
  /* line 61, ../sass/main/_cardraw.scss */
  .play-card.love {
    width: 106px;
    height: 191px;
  }
}
/* line 73, ../sass/main/_cardraw.scss */
.play-card.single {
  background-image: url("/assets/img/cards/single/black_single.png");
  height: 136px;
  width: 80px;
}
/* line 89, ../sass/main/_cardraw.scss */
.play-card.symbol {
  background-image: url("/assets/img/cards/yesno/back.png");
}
/* line 93, ../sass/main/_cardraw.scss */
.play-card.belline {
  background-image: url("/assets/img/cards/belline/back.png");
}
@media (hover: hover) {
  /* line 103, ../sass/main/_cardraw.scss */
  .play-card.belline.focusable:hover {
    filter: brightness(1) drop-shadow(6px 6px 15px white);
  }
}
/* line 109, ../sass/main/_cardraw.scss */
.play-card.belline.wave {
  animation: 8s ease 0s infinite normal cards_waves_nr;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(2) {
  animation-delay: 0.06667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(3) {
  animation-delay: 0.13333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(4) {
  animation-delay: 0.2s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(5) {
  animation-delay: 0.26667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(6) {
  animation-delay: 0.33333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(7) {
  animation-delay: 0.4s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(8) {
  animation-delay: 0.46667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(9) {
  animation-delay: 0.53333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(10) {
  animation-delay: 0.6s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(11) {
  animation-delay: 0.66667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(12) {
  animation-delay: 0.73333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(13) {
  animation-delay: 0.8s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(14) {
  animation-delay: 0.86667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(15) {
  animation-delay: 0.93333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(16) {
  animation-delay: 1s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(17) {
  animation-delay: 1.06667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(18) {
  animation-delay: 1.13333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(19) {
  animation-delay: 1.2s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(20) {
  animation-delay: 1.26667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(21) {
  animation-delay: 1.33333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(22) {
  animation-delay: 1.4s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(23) {
  animation-delay: 1.46667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(24) {
  animation-delay: 1.53333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(25) {
  animation-delay: 1.6s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(26) {
  animation-delay: 1.66667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(27) {
  animation-delay: 1.73333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(28) {
  animation-delay: 1.8s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(29) {
  animation-delay: 1.86667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(30) {
  animation-delay: 1.93333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(31) {
  animation-delay: 2s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(32) {
  animation-delay: 2.06667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(33) {
  animation-delay: 2.13333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(34) {
  animation-delay: 2.2s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(35) {
  animation-delay: 2.26667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(36) {
  animation-delay: 2.33333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(37) {
  animation-delay: 2.4s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(38) {
  animation-delay: 2.46667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(39) {
  animation-delay: 2.53333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(40) {
  animation-delay: 2.6s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(41) {
  animation-delay: 2.66667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(42) {
  animation-delay: 2.73333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(43) {
  animation-delay: 2.8s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(44) {
  animation-delay: 2.86667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(45) {
  animation-delay: 2.93333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(46) {
  animation-delay: 3s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(47) {
  animation-delay: 3.06667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(48) {
  animation-delay: 3.13333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(49) {
  animation-delay: 3.2s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(50) {
  animation-delay: 3.26667s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(51) {
  animation-delay: 3.33333s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(52) {
  animation-delay: 3.4s;
}
/* line 113, ../sass/main/_cardraw.scss */
.play-card.belline.wave:nth-child(53) {
  animation-delay: 3.46667s;
}
/* line 119, ../sass/main/_cardraw.scss */
.play-card.wave {
  animation: 8s ease 0s infinite normal cards_waves_nr;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(2) {
  animation-delay: 0.06667s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(3) {
  animation-delay: 0.13333s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(4) {
  animation-delay: 0.2s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(5) {
  animation-delay: 0.26667s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(6) {
  animation-delay: 0.33333s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(7) {
  animation-delay: 0.4s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(8) {
  animation-delay: 0.46667s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(9) {
  animation-delay: 0.53333s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(10) {
  animation-delay: 0.6s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(11) {
  animation-delay: 0.66667s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(12) {
  animation-delay: 0.73333s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(13) {
  animation-delay: 0.8s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(14) {
  animation-delay: 0.86667s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(15) {
  animation-delay: 0.93333s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(16) {
  animation-delay: 1s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(17) {
  animation-delay: 1.06667s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(18) {
  animation-delay: 1.13333s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(19) {
  animation-delay: 1.2s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(20) {
  animation-delay: 1.26667s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(21) {
  animation-delay: 1.33333s;
}
/* line 123, ../sass/main/_cardraw.scss */
.play-card.wave:nth-child(22) {
  animation-delay: 1.4s;
}
/* line 129, ../sass/main/_cardraw.scss */
.play-card.angel {
  background-image: url("/assets/img/cards/angel.png");
}

/* line 134, ../sass/main/_cardraw.scss */
#cardraw-container {
  display: none;
  position: fixed;
  bottom: -308px;
  left: 0;
  width: 100%;
  background: #dfaf4a;
  z-index: 1004;
}
/* line 143, ../sass/main/_cardraw.scss */
#cardraw-container .cardraw-trigger {
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  height: 42px;
  border-radius: 6px 6px 0 0;
  background: #dfaf4a;
  font-weight: bold;
  line-height: 39px;
  color: white;
  transition: background .4s easeInQuad;
}
/* line 157, ../sass/main/_cardraw.scss */
#cardraw-container .cardraw-trigger span {
  display: inline;
}
/* line 161, ../sass/main/_cardraw.scss */
#cardraw-container .cardraw-trigger:hover {
  background: #dba534;
}
/* line 166, ../sass/main/_cardraw.scss */
#cardraw-container h2 {
  margin: 0;
  padding: 10px 15px;
  color: white;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
/* line 175, ../sass/main/_cardraw.scss */
#cardraw-container .outer {
  height: 260px;
  overflow-y: auto;
}
/* line 179, ../sass/main/_cardraw.scss */
#cardraw-container .outer .inner {
  padding: 15px 15px 0 15px;
  text-align: center;
}
/* line 183, ../sass/main/_cardraw.scss */
#cardraw-container .outer .inner .card-inner {
  display: inline-block;
  margin-bottom: 10px;
  width: 100px;
  padding: 5px;
  overflow: hidden;
}
/* line 190, ../sass/main/_cardraw.scss */
#cardraw-container .outer .inner .card-inner img {
  width: 100px;
  height: auto;
}
/* line 195, ../sass/main/_cardraw.scss */
#cardraw-container .outer .inner .card-inner p {
  height: 24px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: white;
}

/* line 213, ../sass/main/_cardraw.scss */
#cardraw-curtain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 20;
  background: rgba(0, 0, 0, 0.7);
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-1000px);
}

/* line 226, ../sass/main/_cardraw.scss */
#cardraw-name {
  position: fixed;
  bottom: 80px;
  left: -300px;
  width: 300px;
  text-align: center;
  z-index: 1011;
  font-family: "Asap Condensed", sans-serif !important;
  font-size: 1.7rem;
  color: white;
}
@media screen and (min-width: 981px) {
  /* line 226, ../sass/main/_cardraw.scss */
  #cardraw-name {
    font-size: 2.4rem;
  }
}

/* line 244, ../sass/main/_cardraw.scss */
.cardraw:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5%;
  box-shadow: 0 0 0 #ada891;
  transition: box-shadow .2s ease;
  transition-delay: .1s;
}
/* line 254, ../sass/main/_cardraw.scss */
.cardraw.shadow:before {
  box-shadow: 0 0 50px 50px #ada891;
}

/* line 1, ../sass/main/_staff.scss */
.status-indicator {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  border: 3px solid white;
  border-radius: 11px;
}
/* line 10, ../sass/main/_staff.scss */
.status-indicator.lg {
  width: 30px;
  height: 30px;
  border-radius: 20px;
}
/* line 16, ../sass/main/_staff.scss */
.status-indicator.nm {
  right: -3px;
  bottom: -3px;
}
/* line 21, ../sass/main/_staff.scss */
.status-indicator.online {
  background: #2ecc71;
}
/* line 22, ../sass/main/_staff.scss */
.status-indicator.occupied, .status-indicator.pause, .status-indicator.phone, .status-indicator.tchat {
  background: #f3bc44;
}
/* line 23, ../sass/main/_staff.scss */
.status-indicator.offline {
  background: #ccc;
}
/* line 25, ../sass/main/_staff.scss */
.status-indicator.ib {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
}

/* line 33, ../sass/main/_staff.scss */
.p10 .status-indicator {
  right: 10px;
  bottom: 10px;
}

/* line 38, ../sass/main/_staff.scss */
.staff-list-container {
  margin-top: -110px;
}
/* line 41, ../sass/main/_staff.scss */
.staff-list-container.affiliation {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  /* line 41, ../sass/main/_staff.scss */
  .staff-list-container.affiliation {
    margin-top: -74px;
  }
}
/* line 49, ../sass/main/_staff.scss */
.staff-list-container .col-card {
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}
/* line 52, ../sass/main/_staff.scss */
.staff-list-container .col-card .quote-container {
  background: rgba(255, 99, 132, 0.1);
}

/* line 58, ../sass/main/_staff.scss */
.collaborator-hl {
  -webkit-backface-visibility: hidden;
  transition: transform .5s ease;
  transform: scale(1);
}
/* line 63, ../sass/main/_staff.scss */
.collaborator-hl:hover {
  transform: scale(1.03);
}

/* line 68, ../sass/main/_staff.scss */
.col-title {
  height: 28px;
  overflow: hidden;
  font-size: 1.3rem !important;
}

/* line 76, ../sass/main/_staff.scss */
.col-card .quote p {
  overflow: hidden;
  height: 70px;
}

/* line 83, ../sass/main/_staff.scss */
.sl-new,
.sd-new {
  position: absolute;
  top: 7px;
  left: 7px;
}

/* line 90, ../sass/main/_staff.scss */
.sd-new {
  top: 0px;
  left: 0px;
}

@media (max-width: 575.98px) {
  /* line 95, ../sass/main/_staff.scss */
  #staff-detail {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  /* line 100, ../sass/main/_staff.scss */
  #staff-detail #sd-profile {
    flex: 0 0 28%;
    max-width: 28%;
  }
}
/* line 106, ../sass/main/_staff.scss */
#staff-detail #sd-profile .profile-mobile {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  z-index: 100;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform .4s ease;
}
/* line 119, ../sass/main/_staff.scss */
#staff-detail #sd-profile .profile-mobile .sd-trigger {
  width: 46px !important;
  height: 46px;
}
/* line 123, ../sass/main/_staff.scss */
#staff-detail #sd-profile .profile-mobile .sd-trigger i {
  height: 46px !important;
  line-height: 46px !important;
  font-size: 1.6rem;
}
/* line 132, ../sass/main/_staff.scss */
#staff-detail .sd-buttons {
  margin-left: -.25rem;
  margin-right: -.25rem;
}
/* line 136, ../sass/main/_staff.scss */
#staff-detail .sd-buttons .btn.btn-lg {
  padding: 0 !important;
  width: 100%;
  min-width: 52px;
  text-align: center;
}
/* line 142, ../sass/main/_staff.scss */
#staff-detail .sd-buttons .btn.btn-lg.disabled {
  pointer-events: auto !important;
}
/* line 148, ../sass/main/_staff.scss */
#staff-detail .appointment-inner {
  position: relative;
  background: #ebfafd;
}
/* line 153, ../sass/main/_staff.scss */
#staff-detail .appointment-inner.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
/* line 163, ../sass/main/_staff.scss */
#staff-detail .appointment-inner.loading .css-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  opacity: .4;
}
/* line 174, ../sass/main/_staff.scss */
#staff-detail .appointment-button {
  width: 100%;
  transition: background .4s ease;
  color: #117a8b !important;
  position: relative;
  /*&:after {
  	content: "Nouveau";
  	background: $info;
  	position: absolute;
  	font-size: .7rem;
  	top: -9px;
      right: -7px;
  	color: white;
  	border-radius: 3px;
  	padding: 0 4px;
  	transition: all 1.5s ease;
  	opacity: .9;
  }*/
}
/* line 181, ../sass/main/_staff.scss */
#staff-detail .appointment-button:hover {
  color: #0f6674 !important;
}
/* line 201, ../sass/main/_staff.scss */
#staff-detail .dispo-button {
  width: 100%;
  background: #bcf0d2;
  transition: background .4s ease;
  color: #25a25a !important;
  position: relative;
  /*&:after {
  	content: "Nouveau";
  	background: $info;
  	position: absolute;
  	font-size: .7rem;
  	top: -9px;
      right: -7px;
  	color: white;
  	border-radius: 3px;
  	padding: 0 4px;
  	transition: all 1.5s ease;
  	opacity: .9;
  }*/
}
/* line 209, ../sass/main/_staff.scss */
#staff-detail .dispo-button:hover {
  background: #a8ebc4;
  color: #208e4e !important;
}
/* line 230, ../sass/main/_staff.scss */
#staff-detail .appointment-period {
  padding: 8px 15px;
  background: #f2f2f2;
  border: 4px solid #ddd;
  color: #aaaaaa;
  cursor: pointer;
  transition: border-color .4s ease, background .4s ease, color .4s ease;
}
/* line 238, ../sass/main/_staff.scss */
#staff-detail .appointment-period.enabled {
  border-color: #1fc8e3;
  color: #128294;
  background: white;
}
/* line 243, ../sass/main/_staff.scss */
#staff-detail .appointment-period.enabled:hover {
  border-color: #1fc8e3;
  background: #d4f5fa;
  background: #d4f5fa;
}
/* line 250, ../sass/main/_staff.scss */
#staff-detail .appointment-period > * {
  pointer-events: none;
  user-select: none;
}
/* line 256, ../sass/main/_staff.scss */
#staff-detail .no-appointment {
  padding: 4px 25px 6px 25px;
  background: rgba(0, 0, 0, 0.06);
  line-height: 1rem;
  color: #666;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 767.98px) {
  /* line 265, ../sass/main/_staff.scss */
  #staff-detail #sd-aside {
    position: relative;
    z-index: 20;
  }
  /* line 270, ../sass/main/_staff.scss */
  #staff-detail #sd-aside .quote {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 992px) {
  /* line 265, ../sass/main/_staff.scss */
  #staff-detail #sd-aside {
    flex: 0 0 72%;
    max-width: 72%;
  }
  /* line 280, ../sass/main/_staff.scss */
  #staff-detail #sd-aside .sd-desc {
    height: 170px;
  }
}
/* line 285, ../sass/main/_staff.scss */
#staff-detail #sd-aside .progress {
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767.98px) {
  /* line 285, ../sass/main/_staff.scss */
  #staff-detail #sd-aside .progress {
    background: rgba(0, 0, 0, 0.1);
  }
}
/* line 294, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-rank1 .progress-bar {
  background-color: #2ecc71;
}
/* line 298, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-rank2 .progress-bar {
  background-color: #67a95b;
}
/* line 302, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-rank3 .progress-bar {
  background-color: #9f8645;
}
/* line 306, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-rank4 .progress-bar {
  background-color: #c56e37;
}
/* line 310, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-rank5 .progress-bar {
  background-color: #e35c2b;
}
@media (min-width: 768px) {
  /* line 314, ../sass/main/_staff.scss */
  #staff-detail #sd-aside .sd-first-review {
    border-right: 1px solid rgba(0, 0, 0, 0.13);
  }
}
/* line 382, ../sass/main/_staff.scss */
#staff-detail #sd-aside .select-cons {
  flex-basis: 140px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: background .4s ease, color .4s ease;
}
/* line 325, ../sass/main/_staff.scss */
#staff-detail #sd-aside .select-cons i {
  color: black !important;
}
/* line 329, ../sass/main/_staff.scss */
#staff-detail #sd-aside .select-cons:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #1489fe;
}
/* line 335, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-pricing {
  margin-bottom: .55rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 341, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-pricing:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* line 347, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-pricing .h6 {
  font-size: .9rem;
  font-family: "Muli", sans-serif !important;
}
@media (max-width: 575.98px) {
  /* line 352, ../sass/main/_staff.scss */
  #staff-detail #sd-aside .sd-pricing .h6.p {
    font-size: 1rem;
  }
}
/* line 358, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-pricing:hover {
  color: #60AFFE;
}
/* line 361, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-pricing:hover .text-muted {
  color: #60AFFE;
}
/* line 365, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-pricing:hover .opacity-9, #staff-detail #sd-aside .sd-pricing:hover .opacity-3 {
  opacity: 1;
}
/* line 372, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-stat-container i {
  line-height: 24px;
}
/* line 376, ../sass/main/_staff.scss */
#staff-detail #sd-aside .sd-stat-container .h1 {
  font-size: 2.3rem !important;
}
/* line 381, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-interview {
  max-height: 280px;
  position: relative;
  overflow: hidden;
}
/* line 386, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-interview a.more {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 80px 15px 10px 15px;
  text-align: center;
  font-weight: bold;
  color: #555;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.81) 42%, white 75%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.81) 42%, white 75%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.81) 42%, white 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
/* line 401, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-interview button#hide-interview {
  display: none;
  position: absolute;
  top: 0;
  box-sizing: content-box;
  margin-left: -17px;
  padding: 8px 17px;
  width: 100%;
  font-weight: bold;
}
/* line 412, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-interview.expanded {
  max-height: none;
  padding-top: 40px;
}
/* line 416, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-interview.expanded button#hide-interview {
  display: block;
}
@media (min-width: 768px) {
  /* line 422, ../sass/main/_staff.scss */
  #staff-detail #sd-aside .sd-chart-container {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* line 429, ../sass/main/_staff.scss */
#staff-detail #sd-aside .review-container .smilie {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
/* line 434, ../sass/main/_staff.scss */
#staff-detail #sd-aside .review-container .smilie.rank1 {
  background-image: url(/assets/img/smilies/3.svg);
}
/* line 435, ../sass/main/_staff.scss */
#staff-detail #sd-aside .review-container .smilie.rank2 {
  background-image: url(/assets/img/smilies/8.svg);
}
/* line 436, ../sass/main/_staff.scss */
#staff-detail #sd-aside .review-container .smilie.rank3 {
  background-image: url(/assets/img/smilies/7.svg);
}
/* line 437, ../sass/main/_staff.scss */
#staff-detail #sd-aside .review-container .smilie.rank4 {
  background-image: url(/assets/img/smilies/1.svg);
}
/* line 438, ../sass/main/_staff.scss */
#staff-detail #sd-aside .review-container .smilie.rank5 {
  background-image: url(/assets/img/smilies/2.svg);
}
/* line 441, ../sass/main/_staff.scss */
#staff-detail #sd-aside .review-container .review {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 444, ../sass/main/_staff.scss */
#staff-detail #sd-aside .review-container .review .answer {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 444, ../sass/main/_staff.scss */
  #staff-detail #sd-aside .review-container .review .answer {
    margin-left: 130px;
  }
}
/* line 453, ../sass/main/_staff.scss */
#staff-detail #sd-aside .consults-container .phone-price {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 15px 15px 15px 50px;
  height: auto !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid #dfaf4a;
  background: rgba(255, 255, 255, 0.9);
}
/* line 463, ../sass/main/_staff.scss */
#staff-detail #sd-aside .consults-container .phone-price:last-of-type {
  margin-bottom: 0;
}
/* line 467, ../sass/main/_staff.scss */
#staff-detail #sd-aside .consults-container .phone-price:before {
  left: 12px;
}
/* line 471, ../sass/main/_staff.scss */
#staff-detail #sd-aside .consults-container .phone-price:after {
  left: 17px;
}
/* line 475, ../sass/main/_staff.scss */
#staff-detail #sd-aside .consults-container .phone-price.tchat {
  border-left: 3px solid #a171ff;
}
/* line 480, ../sass/main/_staff.scss */
#staff-detail #sd-aside .phone-prices-container, #staff-detail #sd-aside #sd-phone-radios .inner {
  background: #f3e7cf;
}
/* line 484, ../sass/main/_staff.scss */
#staff-detail #sd-aside .tchat-consult-container {
  background: #e8e1f7;
}
/* line 488, ../sass/main/_staff.scss */
#staff-detail #sd-aside .email-consult-container {
  background: #ddf3f7;
}
/* line 492, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-phone-radios label.custom {
  padding-left: 50px;
  height: auto;
}
/* line 496, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-phone-radios label.custom:last-of-type {
  margin-bottom: 0 !important;
}
/* line 500, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-phone-radios label.custom:before {
  left: 12px;
}
/* line 504, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-phone-radios label.custom:after {
  left: 17px;
}
/* line 509, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container {
  position: relative;
  padding-top: 30px;
}
/* line 513, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container .hours {
  position: relative;
  margin-left: 60px;
  top: -7px;
  height: 20px;
}
/* line 519, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container .hours .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
/* line 526, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container .hours .inner > * {
  position: absolute;
  top: 0;
  font-size: .7rem;
  transform: translateX(-50%);
}
/* line 533, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container .hours .inner .h0 {
  left: 0;
}
/* line 534, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container .hours .inner .h4 {
  left: 16.6%;
}
/* line 535, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container .hours .inner .h8 {
  left: 33.3%;
}
/* line 536, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container .hours .inner .h12 {
  left: 50%;
}
/* line 537, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container .hours .inner .h16 {
  left: 66.6%;
}
/* line 538, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container .hours .inner .h20 {
  left: 83.3%;
}
/* line 543, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container #sd-planning .sd-planning-day {
  position: relative;
  margin-bottom: 10px;
  padding-left: 60px;
}
/* line 548, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container #sd-planning .sd-planning-day .sd-day {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  font-size: .7rem;
  line-height: 35px;
}
/* line 556, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container #sd-planning .sd-planning-day .sd-day.today {
  font-weight: bold;
}
/* line 560, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container #sd-planning .sd-planning-day .inner {
  position: relative;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
/* line 567, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container #sd-planning .sd-planning-day .inner div {
  position: absolute;
  top: 0;
  height: 35px;
  line-height: 35px;
}
/* line 573, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container #sd-planning .sd-planning-day .inner div.available {
  background: #2ecc71;
}
/* line 576, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container #sd-planning .sd-planning-day .inner div.unavailable {
  background: #eb5728;
}
/* line 584, ../sass/main/_staff.scss */
#staff-detail #sd-aside #sd-planning-container p.sd-p-info {
  text-align: center;
  font-size: .8rem;
  font-weight: bold;
}

/* line 593, ../sass/main/_staff.scss */
body.show-bar #staff-detail #sd-profile .profile-mobile {
  transform: translateY(0);
}

/**
 * Current consultation on all site
 */
/* line 600, ../sass/main/_staff.scss */
#current-consultation {
  background: #17a2b8;
}
/* line 603, ../sass/main/_staff.scss */
#current-consultation .inner {
  position: relative;
  max-width: 960px;
  height: 120px;
  margin: auto;
}
/* line 610, ../sass/main/_staff.scss */
#current-consultation .inner .person img {
  position: absolute;
  top: 50%;
  left: 15px;
  max-width: 100px;
  transform: translateY(-50%);
}
/* line 618, ../sass/main/_staff.scss */
#current-consultation .inner .person.collaborator img {
  left: auto;
  right: 15px;
}
/* line 625, ../sass/main/_staff.scss */
#current-consultation .inner .icon {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: #17a2b8;
  color: white;
  text-align: center;
  font-size: 3rem;
  border-radius: 50%;
  line-height: 60px;
  animation: rotating 30s linear infinite;
}
/* line 641, ../sass/main/_staff.scss */
#current-consultation .inner h5 {
  padding-top: 15px;
  color: white;
  text-align: center;
}
/* line 647, ../sass/main/_staff.scss */
#current-consultation .inner:before {
  position: absolute;
  top: 60%;
  left: 18%;
  margin-top: -2px;
  display: block;
  content: "";
  width: 64%;
  border-bottom: 4px dashed rgba(255, 255, 255, 0.6);
}
@media (max-width: 575.98px) {
  /* line 660, ../sass/main/_staff.scss */
  #current-consultation .inner .person img {
    max-width: 50px;
    top: 58%;
  }
  /* line 665, ../sass/main/_staff.scss */
  #current-consultation .inner:before {
    left: 22%;
    width: 56%;
  }
}
/* line 672, ../sass/main/_staff.scss */
#current-consultation.tchat {
  height: 156px;
  background: #9e6cff;
}
/* line 676, ../sass/main/_staff.scss */
#current-consultation.tchat .icon {
  background: #9e6cff;
  animation: none;
}
/* line 681, ../sass/main/_staff.scss */
#current-consultation.tchat .btn.btn-white {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  color: #7f3eff !important;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 701, ../sass/main/_staff.scss */
.staff-index::before {
  content: ' ';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/assets/img/staff/fhbg.jpg") no-repeat center center;
  background-size: cover;
  will-change: transform;
  z-index: -1;
}
/* line 714, ../sass/main/_staff.scss */
.staff-index .sidebar {
  background: #f8f8f8;
}
/* line 719, ../sass/main/_staff.scss */
.staff-index .col-card {
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}
/* line 722, ../sass/main/_staff.scss */
.staff-index .col-card .quote-container {
  background: rgba(255, 99, 132, 0.1);
}

/* line 1, ../sass/main/_home.scss */
.colorful-container {
  color: white;
}
/* line 4, ../sass/main/_home.scss */
.colorful-container a {
  color: white;
  text-decoration: underline !important;
}

/* line 10, ../sass/main/_home.scss */
.sliced-p {
  max-height: 66px;
  overflow: hidden;
  text-align: justify;
  hyphens: auto;
}

/* line 17, ../sass/main/_home.scss */
.home-dh {
  max-width: 340px;
}
/* line 20, ../sass/main/_home.scss */
.home-dh .podium {
  position: relative;
  height: 125px;
  margin: 0 auto;
  background: transparent url(/assets/img/home/podium.svg) -1px 55px no-repeat;
  background-size: 102% auto;
}
/* line 27, ../sass/main/_home.scss */
.home-dh .podium img {
  position: absolute;
  transform: translateX(-50%);
}
/* line 31, ../sass/main/_home.scss */
.home-dh .podium img:nth-child(1) {
  top: -2px;
  left: 50%;
}
/* line 36, ../sass/main/_home.scss */
.home-dh .podium img:nth-child(2) {
  top: 39px;
  left: 19.65%;
}
/* line 41, ../sass/main/_home.scss */
.home-dh .podium img:nth-child(3) {
  top: 53px;
  left: 81.15%;
}
/* line 47, ../sass/main/_home.scss */
.home-dh .pink-block {
  background: #ffe6ec;
  border-radius: 0 0 8px 8px;
}
/* line 51, ../sass/main/_home.scss */
.home-dh .pink-block h4 {
  font-size: .95rem;
  font-weight: 700;
  color: #ff446c;
}
/* line 58, ../sass/main/_home.scss */
.home-dh .colorful-container {
  padding: 28px 37px 26px 45px;
  background: transparent url(/assets/img/home/dh-bg.svg) -1px 0 no-repeat;
  background-size: 101% auto;
}

/* line 67, ../sass/main/_home.scss */
.home-tarot .colorful-container {
  margin-top: -12px;
  padding-top: 27px;
  padding-bottom: 21px;
  background: transparent url(/assets/img/home/tarot-bg.svg) -1px 0 no-repeat;
  background-size: 101% auto;
}
/* line 75, ../sass/main/_home.scss */
.home-tarot .ht-cc {
  position: relative;
  height: 100px;
  transform: rotateZ(-5deg);
}
/* line 81, ../sass/main/_home.scss */
.home-tarot .ht-cc img:nth-child(2) {
  margin-left: -30px;
}
/* line 88, ../sass/main/_home.scss */
.home-tarot .draw .button {
  pointer-events: none;
}
/* line 92, ../sass/main/_home.scss */
.home-tarot .draw img {
  transition: transform .5s ease;
}
/* line 97, ../sass/main/_home.scss */
.home-tarot .draw:hover img {
  transform: scale(1.05);
}

/* line 104, ../sass/main/_home.scss */
.home-sky {
  max-width: 340px;
}
/* line 107, ../sass/main/_home.scss */
.home-sky .inner {
  padding-bottom: 13px;
  overflow: hidden;
}
/* line 112, ../sass/main/_home.scss */
.home-sky .planets-container {
  position: relative;
  width: 140px;
  height: 82px;
  margin: auto;
}
/* line 118, ../sass/main/_home.scss */
.home-sky .planets-container .planet {
  position: absolute;
  padding: 6px;
}
/* line 122, ../sass/main/_home.scss */
.home-sky .planets-container .planet:nth-child(2) {
  right: 0;
  background: white;
  border-radius: 40px;
}
/* line 130, ../sass/main/_home.scss */
.home-sky .colorful-container {
  margin-top: -12px;
  padding-top: 54px;
  padding-bottom: 91px;
  background: transparent url(/assets/img/home/aspect-bg.svg) -1px 0 no-repeat;
  background-size: 102% auto;
}
/* line 138, ../sass/main/_home.scss */
.home-sky.user .colorful-container {
  margin-top: -19px;
  padding-top: 52px;
  padding-bottom: 84px;
}
/* line 144, ../sass/main/_home.scss */
.home-sky .aspect-rank {
  margin-top: -57px;
}
/* line 148, ../sass/main/_home.scss */
.home-sky .no-aspect {
  min-height: 121px;
}
/* line 152, ../sass/main/_home.scss */
.home-sky .no-text {
  height: 32px;
  line-height: 32px;
}
/* line 157, ../sass/main/_home.scss */
.home-sky .no-rank {
  height: 38px;
  line-height: 38px;
}

/* line 163, ../sass/main/_home.scss */
.home-lab-icon {
  font-size: 8rem;
  line-height: 8rem;
}

/* line 168, ../sass/main/_home.scss */
#home-new-area {
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 172, ../sass/main/_home.scss */
  #home-new-area:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 32px;
    display: block;
    width: 120px;
    height: 28px;
    background: transparent url(/assets/img/new-left.svg) 0 0 no-repeat;
    opacity: .6;
  }
  /* line 184, ../sass/main/_home.scss */
  #home-new-area:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 32px;
    display: block;
    width: 120px;
    height: 28px;
    background: transparent url(/assets/img/new-right.svg) 0 0 no-repeat;
    opacity: .6;
  }
}
@media (min-width: 768px) {
  /* line 198, ../sass/main/_home.scss */
  #home-new-area:before {
    left: -218px;
    top: 22px;
    width: 180px;
    height: 40px;
  }
  /* line 205, ../sass/main/_home.scss */
  #home-new-area:after {
    right: -230px;
    top: 22px;
    width: 180px;
    height: 40px;
  }
}

@media (min-width: 992px) {
  /* line 214, ../sass/main/_home.scss */
  .bloc-b-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/* line 220, ../sass/main/_home.scss */
.home-new {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

/* line 2, ../sass/main/_feeling.scss */
#feeling .css-loader {
  display: none;
}
/* line 3, ../sass/main/_feeling.scss */
#feeling .css-loader[v-cloak] {
  display: block;
}
/* line 10, ../sass/main/_feeling.scss */
#feeling .bloc.collaborator {
  cursor: pointer;
}
/* line 13, ../sass/main/_feeling.scss */
#feeling .bloc.collaborator p {
  transition: color .5s ease;
  color: #444;
}
/* line 18, ../sass/main/_feeling.scss */
#feeling .bloc.collaborator img {
  width: 125px;
  transition: transform .5s ease;
}
/* line 24, ../sass/main/_feeling.scss */
#feeling .bloc.collaborator:hover img, #feeling .bloc.collaborator.selected img {
  transform: rotateZ(7deg);
}
/* line 30, ../sass/main/_feeling.scss */
#feeling .bloc.collaborator.selected img {
  border: 10px solid #2ecc71;
}
/* line 36, ../sass/main/_feeling.scss */
#feeling .img-container {
  width: 320px;
  height: 280px;
}

/* line 42, ../sass/main/_feeling.scss */
.card-container.feeling {
  background-image: url(/assets/img/cards/card_back3.png);
  background-size: 100% 100%;
  height: 80%;
}
@media (max-width: 991.98px) {
  /* line 42, ../sass/main/_feeling.scss */
  .card-container.feeling {
    height: 54%;
  }
}
@media (max-width: 767.98px) {
  /* line 42, ../sass/main/_feeling.scss */
  .card-container.feeling {
    height: 40%;
  }
}
@media (max-width: 575.98px) {
  /* line 42, ../sass/main/_feeling.scss */
  .card-container.feeling {
    height: 70%;
  }
}

/* line 62, ../sass/main/_feeling.scss */
#feeling-player .consultant-player {
  cursor: pointer;
}
/* line 65, ../sass/main/_feeling.scss */
#feeling-player .consultant-player i.play-pause {
  opacity: .7;
  transition: opacity .4s ease;
}
/* line 71, ../sass/main/_feeling.scss */
#feeling-player .consultant-player:hover i.play-pause {
  opacity: .9;
}
/* line 77, ../sass/main/_feeling.scss */
#feeling-player .playbar {
  max-width: 280px;
}
/* line 80, ../sass/main/_feeling.scss */
#feeling-player .playbar .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  overflow: hidden;
}
/* line 87, ../sass/main/_feeling.scss */
#feeling-player .playbar .inner img {
  width: 280px !important;
  height: auto;
}

/* line 95, ../sass/main/_feeling.scss */
#feeling-load-container {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  margin-top: 60px;
}
/* line 101, ../sass/main/_feeling.scss */
#feeling-load-container .bubble {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
}
/* line 108, ../sass/main/_feeling.scss */
#feeling-load-container .star {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -60px;
  animation: 3s linear 1s 1 forwards feelingstar;
  opacity: 0;
}
/* line 117, ../sass/main/_feeling.scss */
#feeling-load-container #bubble1 {
  left: 19px;
  top: 179px;
  animation: 2.6s linear 1s 1 normal bubble;
}
/* line 123, ../sass/main/_feeling.scss */
#feeling-load-container #bubble2 {
  left: 34px;
  top: 184px;
  animation: 2.6s linear 2.3s 1 normal bubble;
}
/* line 129, ../sass/main/_feeling.scss */
#feeling-load-container #bubble3 {
  left: 42px;
  top: 160px;
  animation: 2.6s linear 3.9s 1 normal bubble;
}
/* line 135, ../sass/main/_feeling.scss */
#feeling-load-container #bubble4 {
  left: 42px;
  top: 190px;
  animation: 2.6s linear 4.7s 1 normal bubble;
}
/* line 141, ../sass/main/_feeling.scss */
#feeling-load-container #bubble5 {
  left: 54px;
  top: 165px;
  animation: 2.6s linear 6.1s 1 normal bubble;
}
/* line 147, ../sass/main/_feeling.scss */
#feeling-load-container #bubble6 {
  left: 70px;
  top: 140px;
  animation: 2.6s linear 7.9s 1 normal bubble;
}
/* line 153, ../sass/main/_feeling.scss */
#feeling-load-container #bubble7 {
  left: 32px;
  top: 150px;
  animation: 2.6s linear 8.3s 1 normal bubble;
}
/* line 159, ../sass/main/_feeling.scss */
#feeling-load-container #bubble8 {
  left: 46px;
  top: 180px;
  animation: 2.6s linear 9.4s 1 normal bubble;
}
/* line 165, ../sass/main/_feeling.scss */
#feeling-load-container #bubble9 {
  left: 54px;
  top: 124px;
  animation: 2.6s linear 9.9s 1 normal bubble;
}
/* line 171, ../sass/main/_feeling.scss */
#feeling-load-container #bubble10 {
  left: 250px;
  top: 155px;
  animation: 2.6s linear 1.2s 1 normal bubble2;
}
/* line 177, ../sass/main/_feeling.scss */
#feeling-load-container #bubble11 {
  left: 34px;
  top: 200px;
  animation: 2.6s linear 2.6s 1 normal bubble2;
}
/* line 183, ../sass/main/_feeling.scss */
#feeling-load-container #bubble12 {
  left: 242px;
  top: 145px;
  animation: 2.6s linear 3.1s 1 normal bubble2;
}
/* line 189, ../sass/main/_feeling.scss */
#feeling-load-container #bubble13 {
  left: 265px;
  top: 165px;
  animation: 2.6s linear 4.2s 1 normal bubble2;
}
/* line 195, ../sass/main/_feeling.scss */
#feeling-load-container #bubble14 {
  left: 240px;
  top: 141px;
  animation: 2.6s linear 4.9s 1 normal bubble2;
}
/* line 201, ../sass/main/_feeling.scss */
#feeling-load-container #bubble15 {
  left: 254px;
  top: 190px;
  animation: 2.6s linear 5.6s 1 normal bubble2;
}
/* line 207, ../sass/main/_feeling.scss */
#feeling-load-container #bubble16 {
  left: 234px;
  top: 182px;
  animation: 2.6s linear 6.4s 1 normal bubble2;
}
/* line 213, ../sass/main/_feeling.scss */
#feeling-load-container #bubble17 {
  left: 263px;
  top: 183px;
  animation: 2.6s linear 7.8s 1 normal bubble2;
}
/* line 219, ../sass/main/_feeling.scss */
#feeling-load-container #bubble18 {
  left: 230px;
  top: 150px;
  animation: 2.6s linear 9.2s 1 normal bubble2;
}
/* line 225, ../sass/main/_feeling.scss */
#feeling-load-container #load-container {
  animation: 11.2s ease 3s 1 forwards feelingtranslate;
}
/* line 229, ../sass/main/_feeling.scss */
#feeling-load-container #reflect {
  animation: 4s ease infinite normal feelingreflect;
}

/* line 234, ../sass/main/_feeling.scss */
#feeling-svg-wave1 {
  animation: 3s linear 1s infinite alternate feelingwave;
}

/* line 238, ../sass/main/_feeling.scss */
#feeling-svg-wave2 {
  animation: 3s linear 1s infinite alternate feelingwave2;
}

/* line 242, ../sass/main/_feeling.scss */
#gear1 {
  transform-origin: 202px 70px;
  animation: 6s linear 1s infinite normal feelingrotate;
}

/* line 247, ../sass/main/_feeling.scss */
#gear2 {
  transform-origin: 234px 60px;
  animation: 7s linear 1s infinite reverse feelingrotate;
}

/* line 252, ../sass/main/_feeling.scss */
#gear3 {
  transform-origin: 224px 94px;
  animation: 5s linear 1s infinite normal feelingrotate;
}

@keyframes feelingwave {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes feelingreflect {
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(380px);
  }
  100% {
    transform: translateX(380px);
  }
}
@keyframes feelingtranslate {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-160px);
  }
}
@keyframes feelingstar {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotateZ(0);
  }
  10% {
    opacity: 1;
  }
  33% {
    transform: translate(8px, 100px) rotateZ(160deg);
  }
  66% {
    transform: translate(-8px, 200px) rotateZ(200deg);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 310px) rotateZ(360deg);
  }
}
@keyframes bubble {
  0% {
    opacity: 0;
    transform: translateX(0, 0);
  }
  18% {
    opacity: 1;
    transform: translate(-26px, -20px);
  }
  34% {
    transform: translate(-16px, -40px);
  }
  42% {
    transform: translate(24px, -60px);
  }
  49% {
    transform: translate(19px, -80px);
  }
  61% {
    transform: translate(-16px, -100px);
  }
  74% {
    transform: translate(-13px, -120px);
  }
  82% {
    opacity: 1;
    transform: translate(24px, -140px);
  }
  93% {
    transform: translate(-19px, -160px);
  }
  100% {
    opacity: 0;
    transform: translate(-22px, -170px);
  }
}
@keyframes bubble2 {
  0% {
    opacity: 0;
    transform: translateX(0, 0);
  }
  21% {
    opacity: 1;
    transform: translate(18px, -20px);
  }
  28% {
    transform: translate(14px, -40px);
  }
  42% {
    transform: translate(-18px, -60px);
  }
  53% {
    transform: translate(-12px, -80px);
  }
  61% {
    transform: translate(28px, -100px);
  }
  69% {
    transform: translate(14px, -120px);
  }
  81% {
    opacity: 1;
    transform: translate(-19px, -140px);
  }
  92% {
    transform: translate(-3px, -160px);
  }
  100% {
    opacity: 0;
    transform: translate(27px, -170px);
  }
}
@keyframes feelingrotate {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes feelingwave2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/* line 1, ../sass/main/_carlper.scss */
.tarot-card {
  z-index: 1000;
}

/**
 * Clairvoyance pages
 */
/* line 8, ../sass/main/_clairvoyance.scss */
#clairvoyance-index .tools-banner {
  position: absolute;
  top: 118px;
  left: 0;
  right: 0;
  padding: 15px 15px 10px 15px;
  height: 160px;
  background: #17a2b8;
  color: white;
}
@media (min-width: 768px) {
  /* line 8, ../sass/main/_clairvoyance.scss */
  #clairvoyance-index .tools-banner {
    height: 170px;
  }
}
/* line 22, ../sass/main/_clairvoyance.scss */
#clairvoyance-index .tools-banner h1 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  /* line 22, ../sass/main/_clairvoyance.scss */
  #clairvoyance-index .tools-banner h1 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  /* line 32, ../sass/main/_clairvoyance.scss */
  #clairvoyance-index .tools-banner .tools-container {
    overflow-x: scroll;
  }
}
/* line 37, ../sass/main/_clairvoyance.scss */
#clairvoyance-index .tools-banner .tools-container .inner {
  min-width: 720px;
}
/* line 40, ../sass/main/_clairvoyance.scss */
#clairvoyance-index .tools-banner .tools-container .inner .tool {
  display: inline-block;
  width: 20%;
  opacity: .85;
  text-align: center;
  color: white;
  transform: opacity .4s ease;
}
/* line 48, ../sass/main/_clairvoyance.scss */
#clairvoyance-index .tools-banner .tools-container .inner .tool:hover, #clairvoyance-index .tools-banner .tools-container .inner .tool.active {
  opacity: 1;
}
/* line 54, ../sass/main/_clairvoyance.scss */
#clairvoyance-index .tools-banner .tools-container .arrow-indicator {
  bottom: 0;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  display: none;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #e6e6e6;
  border-width: 15px;
  margin-left: -15px;
}
/* line 72, ../sass/main/_clairvoyance.scss */
#clairvoyance-index .tarot-bloc {
  margin-top: 160px;
}
@media (min-width: 768px) {
  /* line 77, ../sass/main/_clairvoyance.scss */
  #clairvoyance-index .tarot-bloc {
    margin-top: 170px;
  }
  /* line 80, ../sass/main/_clairvoyance.scss */
  #clairvoyance-index .tools-banner {
    top: 152px;
  }
}

/* line 87, ../sass/main/_clairvoyance.scss */
#tg-container {
  position: fixed;
  top: 154px;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url(/assets/img/cards/yesno/background.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 979px) {
  /* line 87, ../sass/main/_clairvoyance.scss */
  #tg-container {
    top: 56px;
  }
}
/* line 102, ../sass/main/_clairvoyance.scss */
#tg-container:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
/* line 112, ../sass/main/_clairvoyance.scss */
#tg-container .step {
  display: none;
}
/* line 116, ../sass/main/_clairvoyance.scss */
#tg-container .step.active {
  display: block;
}
/* line 120, ../sass/main/_clairvoyance.scss */
#tg-container .layout-title {
  color: #60AFFE;
  font-weight: 700 !important;
  font-size: 1.7rem;
}
/* line 126, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container {
  position: relative;
  background: rgba(255, 255, 255, 0);
  transition: background .4s ease;
}
/* line 131, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container p {
  font-size: 1.3rem;
  color: #555;
}
@media screen and (max-width: 500px) {
  /* line 131, ../sass/main/_clairvoyance.scss */
  #tg-container #tg-instruction-container p {
    font-size: 1.15rem;
  }
}
/* line 140, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  padding: 15px;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 500px) {
  /* line 140, ../sass/main/_clairvoyance.scss */
  #tg-container #tg-instruction-container .step {
    border-left: none;
    border-right: none;
    font-size: 1.15rem;
  }
}
/* line 158, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step[data-split-view] {
  background: transparent;
  border: none;
}
/* line 163, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step > * {
  visibility: hidden;
}
/* line 166, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step > *.animated, #tg-container #tg-instruction-container .step > *.wasAnimated {
  visibility: visible;
}
/* line 171, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step h2 {
  margin-bottom: 0.8rem !important;
}
@media screen and (max-width: 500px) {
  /* line 171, ../sass/main/_clairvoyance.scss */
  #tg-container #tg-instruction-container .step h2 {
    font-size: 1.4rem;
  }
}
/* line 179, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step input, #tg-container #tg-instruction-container .step textarea {
  border: none;
  font-size: 1.5rem;
}
/* line 183, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step input {
  text-align: center;
}
/* line 186, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step input::placeholder, #tg-container #tg-instruction-container .step textarea::placeholder {
  font-size: 1.5rem !important;
}
/* line 190, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step .tg-card-result {
  position: relative;
  margin: 0 auto;
  height: 234px;
  width: 360px;
}
/* line 197, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step .tg-card-result .rcard {
  position: absolute;
  top: 39px;
  left: 65px;
}
/* line 202, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step .tg-card-result .rcard:nth-child(2) {
  left: 195px;
}
/* line 209, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step .yn-icon, #tg-container #tg-instruction-container .step .yn-result {
  display: inline-block;
  vertical-align: middle;
}
/* line 211, ../sass/main/_clairvoyance.scss */
#tg-container #tg-instruction-container .step .result-icon {
  margin-right: 20px;
  font-size: 3rem;
}
/* line 218, ../sass/main/_clairvoyance.scss */
#tg-container #tg-cards-container {
  position: absolute;
  display: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 229, ../sass/main/_clairvoyance.scss */
#tg-container.split #tg-instruction-container {
  background: rgba(255, 255, 255, 0.5);
}
/* line 232, ../sass/main/_clairvoyance.scss */
#tg-container.split #tg-instruction-container p {
  font-size: 1.3rem;
  color: #555;
}
@media screen and (max-width: 500px) {
  /* line 232, ../sass/main/_clairvoyance.scss */
  #tg-container.split #tg-instruction-container p {
    font-size: 1.15rem;
  }
}
/* line 243, ../sass/main/_clairvoyance.scss */
#tg-container.tg-love {
  background-image: url(/assets/img/tarot/love-bg.jpg) !important;
  background-position: center bottom;
  z-index: 20;
}
/* line 248, ../sass/main/_clairvoyance.scss */
#tg-container.tg-love:before {
  background: rgba(0, 0, 0, 0.6);
}
/* line 252, ../sass/main/_clairvoyance.scss */
#tg-container.tg-love #tg-instruction-container {
  background: rgba(0, 0, 0, 0.3);
  color: white !important;
}
/* line 255, ../sass/main/_clairvoyance.scss */
#tg-container.tg-love #tg-instruction-container p {
  color: white !important;
}
/* line 258, ../sass/main/_clairvoyance.scss */
#tg-container.tg-love #tg-instruction-container .step {
  max-width: 800px;
}
/* line 264, ../sass/main/_clairvoyance.scss */
#tg-container #tg-question-input {
  height: 100px !important;
  resize: none;
}
/* line 269, ../sass/main/_clairvoyance.scss */
#tg-container .instruction {
  position: relative;
  font-size: 1.3rem !important;
  line-height: 1.6rem;
  font-family: "Asap Condensed", sans-serif !important;
  text-align: center;
}
@media screen and (max-width: 500px) {
  /* line 269, ../sass/main/_clairvoyance.scss */
  #tg-container .instruction {
    border-left: none;
    border-right: none;
    line-height: 1.5rem;
    font-size: 1.15rem !important;
  }
}

/* line 285, ../sass/main/_clairvoyance.scss */
#yn-cards {
  position: relative;
  margin: 95px auto;
  width: 400px;
  max-width: 86%;
}
/* line 291, ../sass/main/_clairvoyance.scss */
#yn-cards .yn-card {
  position: absolute;
  display: none;
  width: 80px;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
/* line 298, ../sass/main/_clairvoyance.scss */
#yn-cards .yn-card#yn-card1 {
  top: -5%;
  left: 50%;
}
/* line 299, ../sass/main/_clairvoyance.scss */
#yn-cards .yn-card#yn-card2 {
  top: 10%;
  left: 90%;
}
/* line 300, ../sass/main/_clairvoyance.scss */
#yn-cards .yn-card#yn-card3 {
  top: 50%;
  left: 105%;
}
/* line 301, ../sass/main/_clairvoyance.scss */
#yn-cards .yn-card#yn-card4 {
  top: 88%;
  left: 90%;
}
/* line 302, ../sass/main/_clairvoyance.scss */
#yn-cards .yn-card#yn-card5 {
  top: 105%;
  left: 50%;
}
/* line 303, ../sass/main/_clairvoyance.scss */
#yn-cards .yn-card#yn-card6 {
  top: 88%;
  left: 10%;
}
/* line 304, ../sass/main/_clairvoyance.scss */
#yn-cards .yn-card#yn-card7 {
  top: 50%;
  left: -5%;
}
/* line 305, ../sass/main/_clairvoyance.scss */
#yn-cards .yn-card#yn-card8 {
  top: 10%;
  left: 10%;
}
@media screen and (max-width: 620px) {
  /* line 285, ../sass/main/_clairvoyance.scss */
  #yn-cards {
    width: 258px;
  }
  /* line 311, ../sass/main/_clairvoyance.scss */
  #yn-cards .yn-card {
    width: 54px;
  }
}

/* line 317, ../sass/main/_clairvoyance.scss */
#yesno-game-result {
  position: relative;
  margin: 0 auto;
  transition: background .5s ease;
}
/* line 322, ../sass/main/_clairvoyance.scss */
#yesno-game-result .cards {
  display: none;
}
@media (min-width: 768px) {
  /* line 322, ../sass/main/_clairvoyance.scss */
  #yesno-game-result .cards {
    display: block;
    opacity: 0;
    transition: opacity .5s ease;
  }
  /* line 331, ../sass/main/_clairvoyance.scss */
  #yesno-game-result .cards.visible {
    opacity: 1;
  }
}
/* line 337, ../sass/main/_clairvoyance.scss */
#yesno-game-result #yesno-content {
  opacity: 0;
}
/* line 340, ../sass/main/_clairvoyance.scss */
#yesno-game-result #yesno-content .question {
  padding: 15px 20px;
  text-align: center;
  background: #f2f2f2;
}
/* line 346, ../sass/main/_clairvoyance.scss */
#yesno-game-result #yesno-content .content {
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: justify !important;
}
/* line 354, ../sass/main/_clairvoyance.scss */
#yesno-game-result .mobile-list a {
  margin: 0 auto;
  padding: 0;
  max-width: 305px;
  background: #2ecc71;
  color: white !important;
  border-radius: 30px;
  transition: background .6s ease;
}
/* line 363, ../sass/main/_clairvoyance.scss */
#yesno-game-result .mobile-list a .body {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 367, ../sass/main/_clairvoyance.scss */
#yesno-game-result .mobile-list a .body h5 {
  font-size: 1.25rem;
}
/* line 371, ../sass/main/_clairvoyance.scss */
#yesno-game-result .mobile-list a .body p {
  margin-right: 10px;
  height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 380, ../sass/main/_clairvoyance.scss */
#yesno-game-result .mobile-list a:hover {
  background: #28b363;
}
/* line 386, ../sass/main/_clairvoyance.scss */
#yesno-game-result span.result {
  font-size: 2rem;
}
/* line 390, ../sass/main/_clairvoyance.scss */
#yesno-game-result .call-button {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 580px) {
  /* line 390, ../sass/main/_clairvoyance.scss */
  #yesno-game-result .call-button {
    margin-bottom: 10px;
  }
}

/* line 403, ../sass/main/_clairvoyance.scss */
#tg-love-container #tg-love .absolute-centered {
  font-size: 1.4rem;
  font-weight: bold;
  color: #60AFFE;
}
@media (min-width: 768px) {
  /* line 403, ../sass/main/_clairvoyance.scss */
  #tg-love-container #tg-love .absolute-centered {
    font-size: 3rem;
  }
}
/* line 414, ../sass/main/_clairvoyance.scss */
#tg-love-container .tg-love-card-r {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 200px;
  text-align: center;
}
/* line 421, ../sass/main/_clairvoyance.scss */
#tg-love-container .tg-love-card-r:nth-child(4), #tg-love-container .tg-love-card-r:nth-child(7) {
  top: 205px;
}
/* line 422, ../sass/main/_clairvoyance.scss */
#tg-love-container .tg-love-card-r:nth-child(5), #tg-love-container .tg-love-card-r:nth-child(8) {
  top: 395px;
}
/* line 423, ../sass/main/_clairvoyance.scss */
#tg-love-container .tg-love-card-r:nth-child(6), #tg-love-container .tg-love-card-r:nth-child(7), #tg-love-container .tg-love-card-r:nth-child(8) {
  left: auto;
  right: 0;
}

/* line 430, ../sass/main/_clairvoyance.scss */
#tg-love-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f4f3f0;
  z-index: 20;
  transform: translateX(100%);
}

/* line 441, ../sass/main/_clairvoyance.scss */
#tg-compute .combos {
  min-height: 36px;
}
/* line 444, ../sass/main/_clairvoyance.scss */
#tg-compute .combos .combo {
  display: none;
}
/* line 449, ../sass/main/_clairvoyance.scss */
#tg-compute .tg-card, #tg-compute #tg-redirect {
  opacity: 0;
}
/* line 453, ../sass/main/_clairvoyance.scss */
#tg-compute .tg-icon {
  position: absolute;
  top: -27px;
  left: 50%;
  margin-top: -51px;
  margin-left: -33px;
  opacity: 0;
  font-size: 6rem;
}

/* line 1, ../sass/main/_ribbon.scss */
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
/* line 9, ../sass/main/_ribbon.scss */
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}
/* line 24, ../sass/main/_ribbon.scss */
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
/* line 32, ../sass/main/_ribbon.scss */
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-blue {
  color: #60AFFE!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.blue span {
  background: #60AFFE;
  background: linear-gradient(#93c9fe 0%, #60AFFE 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.blue span::before {
  border-left: 3px solid #60AFFE;
  border-top: 3px solid #60AFFE;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.blue span::after {
  border-right: 3px solid #60AFFE;
  border-top: 3px solid #60AFFE;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-indigo {
  color: #6610f2!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.indigo span {
  background: #6610f2;
  background: linear-gradient(#8540f5 0%, #6610f2 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.indigo span::before {
  border-left: 3px solid #6610f2;
  border-top: 3px solid #6610f2;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.indigo span::after {
  border-right: 3px solid #6610f2;
  border-top: 3px solid #6610f2;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-purple {
  color: #6f42c1!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.purple span {
  background: #6f42c1;
  background: linear-gradient(#8c68ce 0%, #6f42c1 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.purple span::before {
  border-left: 3px solid #6f42c1;
  border-top: 3px solid #6f42c1;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.purple span::after {
  border-right: 3px solid #6f42c1;
  border-top: 3px solid #6f42c1;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-pink {
  color: #ff6384!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.pink span {
  background: #ff6384;
  background: linear-gradient(#ff96ac 0%, #ff6384 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.pink span::before {
  border-left: 3px solid #ff6384;
  border-top: 3px solid #ff6384;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.pink span::after {
  border-right: 3px solid #ff6384;
  border-top: 3px solid #ff6384;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-red {
  color: #eb5728!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.red span {
  background: #eb5728;
  background: linear-gradient(#ef7b57 0%, #eb5728 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.red span::before {
  border-left: 3px solid #eb5728;
  border-top: 3px solid #eb5728;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.red span::after {
  border-right: 3px solid #eb5728;
  border-top: 3px solid #eb5728;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-orange {
  color: #fd7e14!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.orange span {
  background: #fd7e14;
  background: linear-gradient(#fd9a47 0%, #fd7e14 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.orange span::before {
  border-left: 3px solid #fd7e14;
  border-top: 3px solid #fd7e14;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.orange span::after {
  border-right: 3px solid #fd7e14;
  border-top: 3px solid #fd7e14;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-yellow {
  color: #f3bc44!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.yellow span {
  background: #f3bc44;
  background: linear-gradient(#f6cd74 0%, #f3bc44 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.yellow span::before {
  border-left: 3px solid #f3bc44;
  border-top: 3px solid #f3bc44;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.yellow span::after {
  border-right: 3px solid #f3bc44;
  border-top: 3px solid #f3bc44;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-green {
  color: #2ecc71!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.green span {
  background: #2ecc71;
  background: linear-gradient(#54d98c 0%, #2ecc71 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.green span::before {
  border-left: 3px solid #2ecc71;
  border-top: 3px solid #2ecc71;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.green span::after {
  border-right: 3px solid #2ecc71;
  border-top: 3px solid #2ecc71;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-teal {
  color: #20c997!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.teal span {
  background: #20c997;
  background: linear-gradient(#3ce0af 0%, #20c997 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.teal span::before {
  border-left: 3px solid #20c997;
  border-top: 3px solid #20c997;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.teal span::after {
  border-right: 3px solid #20c997;
  border-top: 3px solid #20c997;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-cyan {
  color: #17a2b8!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.cyan span {
  background: #17a2b8;
  background: linear-gradient(#1fc8e3 0%, #17a2b8 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.cyan span::before {
  border-left: 3px solid #17a2b8;
  border-top: 3px solid #17a2b8;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.cyan span::after {
  border-right: 3px solid #17a2b8;
  border-top: 3px solid #17a2b8;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-white {
  color: #fff!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.white span {
  background: #fff;
  background: linear-gradient(white 0%, #fff 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.white span::before {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.white span::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-gray {
  color: #6c757d!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.gray span {
  background: #6c757d;
  background: linear-gradient(#868e96 0%, #6c757d 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.gray span::before {
  border-left: 3px solid #6c757d;
  border-top: 3px solid #6c757d;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.gray span::after {
  border-right: 3px solid #6c757d;
  border-top: 3px solid #6c757d;
}

/* line 46, ../sass/main/_ribbon.scss */
.text-gray-dark {
  color: #343a40!important;
}

/* line 52, ../sass/main/_ribbon.scss */
.ribbon.gray-dark span {
  background: #343a40;
  background: linear-gradient(#4b545c 0%, #343a40 100%);
}
/* line 56, ../sass/main/_ribbon.scss */
.ribbon.gray-dark span::before {
  border-left: 3px solid #343a40;
  border-top: 3px solid #343a40;
}
/* line 61, ../sass/main/_ribbon.scss */
.ribbon.gray-dark span::after {
  border-right: 3px solid #343a40;
  border-top: 3px solid #343a40;
}

/* line 1, ../sass/main/_profile.scss */
.profile-fidelity-circle {
  border-radius: 100px;
  border: 6px solid #ff96ac;
  background: #ffeff3;
}

/* line 9, ../sass/main/_profile.scss */
#main-page-profile .icone-list {
  color: #f6cd74;
  width: 30px;
  text-align: center;
}

/* line 2, ../sass/main/_publication.scss */
#publications-container #nave {
  position: sticky;
  top: 56px;
  z-index: 200;
}
/* line 8, ../sass/main/_publication.scss */
#publications-container .bg {
  position: relative;
  width: 2000px;
  height: 2000px;
  z-index: 300;
}
/* line 14, ../sass/main/_publication.scss */
#publications-container .bg .banner {
  background-image: url("/assets/img/publications/banner_publication.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2000px;
  height: 2000px;
}
/* line 21, ../sass/main/_publication.scss */
#publications-container .bg .banner.filter {
  position: absolute;
  z-index: 5;
}
/* line 28, ../sass/main/_publication.scss */
#publications-container .bg.any {
  background-image: url("/assets/img/placeholder.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 34, ../sass/main/_publication.scss */
#publications-container .bg.compat {
  background-image: linear-gradient(45deg, #FEA9AD 0%, #FAD0C4 100%);
}
/* line 37, ../sass/main/_publication.scss */
#publications-container .bg.compat .title-container {
  color: #6E4248;
  font-weight: 500;
}
/* line 42, ../sass/main/_publication.scss */
#publications-container .bg.compat .day-container {
  color: #FA2C5C;
}
/* line 46, ../sass/main/_publication.scss */
#publications-container .bg.compat .heart {
  position: absolute;
  top: 24%;
  left: 20%;
  height: 53%;
}
/* line 53, ../sass/main/_publication.scss */
#publications-container .bg.compat .love-sign1 {
  width: 15%;
  position: absolute;
  top: 32%;
  left: 27.6%;
}
/* line 61, ../sass/main/_publication.scss */
#publications-container .bg.compat .love-sign2 {
  width: 15%;
  position: absolute;
  top: 32%;
  right: 27.6%;
}
/* line 68, ../sass/main/_publication.scss */
#publications-container .bg.compat .love-t1 {
  position: absolute;
  top: 66%;
  left: 22%;
  margin: 0;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 8rem;
  font-weight: 700;
  color: #C14162;
  transform: translateX(-50%);
}
/* line 80, ../sass/main/_publication.scss */
#publications-container .bg.compat .love-t2 {
  position: absolute;
  top: 66%;
  left: 76%;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 8rem;
  font-weight: 700;
  margin: 0;
  color: #C14162;
  transform: translateX(-50%);
}
/* line 93, ../sass/main/_publication.scss */
#publications-container .bg.podium {
  background-image: linear-gradient(45deg, #eea499, #fae2c4);
}
/* line 96, ../sass/main/_publication.scss */
#publications-container .bg.podium .title-container {
  color: #6E4248;
  font-weight: 500;
}
/* line 101, ../sass/main/_publication.scss */
#publications-container .bg.podium .day-container {
  color: #e9582b;
}
/* line 105, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer {
  position: relative;
  height: 80%;
  width: 90%;
  top: 20%;
  margin: 0 5%;
  z-index: -1;
  overflow: hidden;
}
/* line 114, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .podium-img {
  position: absolute;
  width: 31%;
}
/* line 118, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .podium-img.p2 {
  bottom: -15%;
  left: 0%;
}
/* line 123, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .podium-img.p1 {
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
}
/* line 129, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .podium-img.p3 {
  bottom: -19%;
  right: 0%;
}
/* line 135, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .sign-container {
  position: absolute;
  padding: 15px 0;
  border-radius: 20px;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: 700;
  color: #a24136;
}
/* line 143, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .sign-container.tl2 {
  top: 15%;
  left: 16.5%;
  transform: translateX(-50%);
  font-size: 6rem;
}
/* line 150, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .sign-container.tl1 {
  top: 3%;
  left: 50.1%;
  transform: translateX(-50%);
  font-size: 7rem;
}
/* line 158, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .sign-container.tl3 {
  top: 20%;
  left: 84.5%;
  transform: translateX(-50%);
  font-size: 5rem;
}
/* line 166, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .signs {
  position: absolute;
  padding: 20px;
}
/* line 170, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .signs.s1 {
  top: 12%;
  left: 40.2%;
  width: 300px;
}
/* line 176, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .signs.s2 {
  top: 22%;
  left: 7.7%;
  width: 260px;
}
/* line 182, ../sass/main/_publication.scss */
#publications-container .bg.podium .podium-contairer .signs.s3 {
  top: 26%;
  left: 76.5%;
  width: 250px;
}
/* line 191, ../sass/main/_publication.scss */
#publications-container .bg.moon {
  background-image: url("/assets/img/publications/moon.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 204, ../sass/main/_publication.scss */
#publications-container .bg.moon .title-container {
  font-weight: 500;
  color: #FFFFFF;
}
/* line 209, ../sass/main/_publication.scss */
#publications-container .bg.moon .day-container {
  color: #FFFFFF;
  top: 14%;
  font-size: 4.6rem;
}
/* line 215, ../sass/main/_publication.scss */
#publications-container .bg.moon .quote-publication {
  margin: 0 5%;
  position: absolute;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 6rem;
  font-weight: 600;
  left: 0%;
  top: 20%;
  width: 90%;
  text-align: center;
  color: #FFFFFF;
}
/* line 228, ../sass/main/_publication.scss */
#publications-container .bg.moon .container-moon {
  position: absolute;
  top: 30%;
  left: 26%;
  height: 49%;
  width: 49%;
  filter: blur(40px);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 238, ../sass/main/_publication.scss */
#publications-container .bg.moon .container-moon.blood {
  background-color: rgba(175, 131, 86, 0.8);
}
/* line 242, ../sass/main/_publication.scss */
#publications-container .bg.moon .container-moon.blue {
  background-color: rgba(69, 116, 221, 0.8);
}
/* line 247, ../sass/main/_publication.scss */
#publications-container .bg.moon .moon {
  position: absolute;
  top: 31%;
  left: 27%;
  width: 47%;
  border-radius: 100%;
}
/* line 254, ../sass/main/_publication.scss */
#publications-container .bg.moon .moon.new {
  filter: brightness(0.3);
}
/* line 258, ../sass/main/_publication.scss */
#publications-container .bg.moon .moon.blood {
  filter: grayscale(100%) brightness(67%) sepia(100%) hue-rotate(359deg) saturate(500%) contrast(1);
}
/* line 262, ../sass/main/_publication.scss */
#publications-container .bg.moon .moon.blue {
  filter: grayscale(100%) brightness(61%) sepia(100%) hue-rotate(166deg) saturate(500%) contrast(1);
}
/* line 268, ../sass/main/_publication.scss */
#publications-container .bg.tarot {
  background: linear-gradient(45deg, #d7a796, #b4cfe6);
}
/* line 271, ../sass/main/_publication.scss */
#publications-container .bg.tarot .title-container {
  font-size: 8.2em;
  color: #236198;
}
/* line 276, ../sass/main/_publication.scss */
#publications-container .bg.tarot .day-container {
  font-size: 6em;
  color: #236198;
}
/* line 281, ../sass/main/_publication.scss */
#publications-container .bg.tarot .container-content {
  position: absolute;
  display: flex;
  top: 27%;
  width: 90%;
  margin: 0 5%;
}
/* line 288, ../sass/main/_publication.scss */
#publications-container .bg.tarot .container-content img {
  width: 34%;
}
/* line 292, ../sass/main/_publication.scss */
#publications-container .bg.tarot .container-content .description-container {
  max-height: 1550px;
  min-height: 40%;
  margin-left: 4%;
  color: #113554;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
}
/* line 304, ../sass/main/_publication.scss */
#publications-container .bg.numerology {
  background: linear-gradient(45deg, #ded4fa, #fcc6c6);
}
/* line 308, ../sass/main/_publication.scss */
#publications-container .bg.numerology .day-container {
  top: 5%;
  font-weight: 700;
  color: #c30e80;
  font-size: 5.6rem;
}
/* line 315, ../sass/main/_publication.scss */
#publications-container .bg.numerology .planet-contenaire {
  position: absolute;
  left: 33%;
  top: 18%;
  width: 34%;
  border-radius: 330px;
  opacity: .6;
}
/* line 323, ../sass/main/_publication.scss */
#publications-container .bg.numerology .planet-contenaire img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 11;
}
/* line 332, ../sass/main/_publication.scss */
#publications-container .bg.numerology .number-container {
  position: absolute;
  top: 24%;
  color: #ad2279;
  font-size: 24.5rem;
  width: 100%;
  text-align: center;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.75);
  font-family: "Muli", sans-serif !important;
  font-weight: 600;
}
/* line 344, ../sass/main/_publication.scss */
#publications-container .bg.numerology .description-container {
  position: absolute;
  top: 58%;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 6%;
}
/* line 355, ../sass/main/_publication.scss */
#publications-container .bg.numerology .description-container span {
  color: #682661e8;
  font-size: 4.4rem;
  line-height: 1.2;
  font-family: "Muli", sans-serif !important;
  font-weight: 600;
}
/* line 363, ../sass/main/_publication.scss */
#publications-container .bg.numerology .description-container .quote-container {
  position: relative;
  -webkit-mask: url(/assets/img/publications/quotes-white.svg) no-repeat center;
  mask: url(/assets/img/publications/quotes-white.svg) no-repeat center;
  opacity: .7;
  content: "";
  width: 37%;
  height: 117px;
  background-color: #682661e8;
}
/* line 373, ../sass/main/_publication.scss */
#publications-container .bg.numerology .description-container .quote-container.q1 {
  left: -60px;
  top: -140px;
}
/* line 378, ../sass/main/_publication.scss */
#publications-container .bg.numerology .description-container .quote-container.q2 {
  right: -40px;
  bottom: -140px;
  transform: rotate(180deg);
}
/* line 390, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.love {
  background: linear-gradient(45deg, #dcc6ff 0%, #f4c5e5 76%);
}
/* line 393, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.love .day-container {
  color: #901b7c;
}
/* line 397, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.love .sign-container {
  background-color: #901b7c;
}
/* line 402, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.love .name-container {
  color: #95297d;
}
/* line 406, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.love .rank {
  background-color: #C75C74;
}
/* line 411, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.work {
  background: linear-gradient(45deg, #f8eeda, #DDC8C4);
}
/* line 414, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.work .day-container {
  color: #743844;
}
/* line 418, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.work .sign-container {
  background-color: #896A67;
}
/* line 422, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.work .name-container {
  color: #684F4D;
}
/* line 426, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.work .rank {
  background-color: #C75C74;
}
/* line 432, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.health {
  background: linear-gradient(45deg, #b6e3db, #dbe39e);
}
/* line 435, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.health .day-container {
  color: #0d7924;
}
/* line 439, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.health .sign-container {
  background-color: #2e9043;
}
/* line 443, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.health .name-container {
  color: #159c32;
}
/* line 447, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.health .rank {
  background-color: #21920d;
}
/* line 452, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.money {
  background: linear-gradient(45deg, #f6dfb3, #f0f8ca);
}
/* line 455, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.money .day-container {
  color: #737300;
}
/* line 459, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.money .sign-container {
  background-color: #6b6b17;
}
/* line 463, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.money .name-container {
  color: #a0a00c;
}
/* line 467, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.money .rank {
  background-color: #a29606;
}
/* line 472, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.family {
  background: linear-gradient(45deg, #aacbe7, #d2f0f4);
}
/* line 475, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.family .day-container {
  color: #2e76b6;
}
/* line 479, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.family .sign-container {
  background-color: #0063b9;
}
/* line 483, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.family .name-container {
  color: #3c89cd;
}
/* line 487, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.family .rank {
  background-color: #037fc7;
}
/* line 492, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.stability {
  background: linear-gradient(45deg, #FBD4F1, #BDD6FD);
}
/* line 495, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.stability .sign-container {
  background-color: #407dc9;
}
/* line 499, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.stability .day-container {
  color: #4A6194;
}
/* line 503, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.stability .name-container {
  color: #5c7abd;
}
/* line 507, ../sass/main/_publication.scss */
#publications-container .bg.horoscope.stability .rank {
  background-color: #dc568e;
}
/* line 512, ../sass/main/_publication.scss */
#publications-container .bg.horoscope .day-container {
  position: initial;
  top: 5%;
  font-weight: 600;
  font-size: 5rem;
  padding-top: 5%;
}
/* line 520, ../sass/main/_publication.scss */
#publications-container .bg.horoscope .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 59px 120px;
  height: 60%;
  padding: 0 100px;
  margin-top: 5%;
}
/* line 529, ../sass/main/_publication.scss */
#publications-container .bg.horoscope .grid-wrapper .info-content {
  display: flex;
  flex-direction: column;
}
/* line 533, ../sass/main/_publication.scss */
#publications-container .bg.horoscope .grid-wrapper .info-content .name-container {
  width: 100%;
  text-align: center;
  font-size: 5rem;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: 700;
}
/* line 541, ../sass/main/_publication.scss */
#publications-container .bg.horoscope .grid-wrapper .info-content .sign-container {
  height: 100%;
}
/* line 545, ../sass/main/_publication.scss */
#publications-container .bg.horoscope .grid-wrapper .info-content .ranks-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30%;
  width: 70%;
  margin: 2% 15% 0% 15%;
}
/* line 553, ../sass/main/_publication.scss */
#publications-container .bg.horoscope .grid-wrapper .info-content .ranks-container .rank {
  width: 100%;
  height: 100%;
}
/* line 564, ../sass/main/_publication.scss */
#publications-container .bg.quote-publ .filter {
  height: 2000px;
  width: 2000px;
  position: absolute;
  z-index: 1;
}
/* line 571, ../sass/main/_publication.scss */
#publications-container .bg.quote-publ .publ-container {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 86%;
  padding: 0 6%;
}
/* line 582, ../sass/main/_publication.scss */
#publications-container .bg.quote-publ .publ-container .quote-text {
  font-family: 'Asap Condensed', sans-serif;
}
/* line 586, ../sass/main/_publication.scss */
#publications-container .bg.quote-publ .publ-container .quote-container {
  position: relative;
  -webkit-mask: url(/assets/img/publications/quotes-white.svg) no-repeat center;
  mask: url(/assets/img/publications/quotes-white.svg) no-repeat center;
  opacity: .5;
  content: "";
  width: 200px;
  height: 117px;
}
/* line 595, ../sass/main/_publication.scss */
#publications-container .bg.quote-publ .publ-container .quote-container.q1 {
  left: -60px;
  top: -140px;
}
/* line 600, ../sass/main/_publication.scss */
#publications-container .bg.quote-publ .publ-container .quote-container.q2 {
  right: -40px;
  bottom: -140px;
  transform: rotate(180deg);
}
/* line 610, ../sass/main/_publication.scss */
#publications-container .bg.horoscope-text {
  background-image: url("/assets/img/publications/moon.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 615, ../sass/main/_publication.scss */
#publications-container .bg.horoscope-text .day-container {
  position: initial;
  top: 5%;
  font-weight: 600;
  font-size: 5rem;
  padding-top: 2%;
  color: #FFFFFF;
}
/* line 624, ../sass/main/_publication.scss */
#publications-container .bg.horoscope-text .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 72px 80px;
  height: 69%;
  padding: 0 100px;
  margin-top: 3%;
}
/* line 633, ../sass/main/_publication.scss */
#publications-container .bg.horoscope-text .grid-wrapper .info-content {
  display: flex;
  flex-direction: column;
}
/* line 637, ../sass/main/_publication.scss */
#publications-container .bg.horoscope-text .grid-wrapper .info-content .name-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: 700;
  background-color: #d16894;
  color: #ffffff;
  padding: 6px 0;
}
/* line 648, ../sass/main/_publication.scss */
#publications-container .bg.horoscope-text .grid-wrapper .info-content .name-container .sign {
  margin-right: 20px;
  width: 16%;
  height: 100%;
  background-color: #ffffff;
}
/* line 654, ../sass/main/_publication.scss */
#publications-container .bg.horoscope-text .grid-wrapper .info-content .name-container span {
  padding-right: 20px;
}
/* line 659, ../sass/main/_publication.scss */
#publications-container .bg.horoscope-text .grid-wrapper .info-content .text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  padding: 7px 15px 0 15px;
  min-height: calc(100% - 68.59px);
}
/* line 675, ../sass/main/_publication.scss */
#publications-container .bg .title-container {
  position: absolute;
  font-family: 'Asap Condensed', sans-serif;
  width: 100%;
  top: 4%;
  text-align: center;
  font-size: 8em;
  color: white;
}
/* line 685, ../sass/main/_publication.scss */
#publications-container .bg .day-container {
  position: absolute;
  top: 13%;
  width: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 5.6em;
  color: white;
}
/* line 698, ../sass/main/_publication.scss */
#publications-container .social-publications-container .col-sm-4 {
  margin-bottom: 10px;
}
/* line 702, ../sass/main/_publication.scss */
#publications-container .social-publications-container .col-sm-4 .social-publication {
  overflow: hidden;
  margin: auto;
}
/* line 706, ../sass/main/_publication.scss */
#publications-container .social-publications-container .col-sm-4 .social-publication iframe {
  transform: scale(var(--dynh));
  border: none;
  transform-origin: 0 0;
}
/* line 715, ../sass/main/_publication.scss */
#publications-container .option-container {
  position: absolute;
  z-index: 200;
  width: 93%;
}
