/* Brand color palette */
/* Content width */
/* Mixins */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 8px; }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #c2c2c2;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5); }

html, body {
  height: 100%; }

html {
  overflow-y: scroll; }

body {
  margin: 0;
  font-family: 'DIN', sans-serif;
  background: #f2f2f2;
  color: #2f1a45; }
  body.noscroll {
    overflow: hidden; }

h1, h2, h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal; }

ul {
  list-style: none; }

p {
  margin: 0; }

input {
  border-radius: 0;
  font-family: 'Letter Gothic Std', Arial, sans-serif; }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.centered {
  position: relative;
  width: 1366px;
  margin: 0 auto;
  z-index: 2; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.bold {
  font-family: 'DIN Bold', sans-serif; }

.under {
  text-decoration: underline; }

.hidden {
  opacity: 0; }

.relative {
  position: relative; }

.spinner {
  height: 30px;
  width: 30px;
  margin: 15px auto;
  background: url(/assets/img/spinner-purple.svg) center center no-repeat;
  background-size: 30px; }

.toggle-loader .spinner {
  float: left;
  margin: 0;
  background-size: 20px; }

.close {
  position: absolute;
  height: 25px;
  width: 25px;
  background: url(/assets/img/close-sprite.svg) center top no-repeat;
  background-size: 24px;
  cursor: pointer; }
  .close:hover {
    background-position: center bottom; }

img.preload {
  display: none;
  position: absolute;
  opacity: 0; }

.popup {
  position: relative;
  top: 50%;
  height: 90%;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 45px;
  background: #f2f2f2;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .popup .close {
    right: 20px;
    top: 20px; }
  .popup a {
    color: #5e0d8b; }
  .popup.legal {
    width: 80%;
    padding: 50px 70px; }
    .popup.legal h1, .popup.legal .title {
      line-height: normal;
      font-family: 'DIN Bold', sans-serif;
      font-size: 36px;
      letter-spacing: normal;
      text-align: left;
      text-transform: uppercase;
      color: #5e0d8b; }
    .popup.legal h3 {
      display: table;
      margin: 18px 0 25px;
      font-size: 20px;
      font-family: 'DIN Bold', sans-serif;
      letter-spacing: normal; }
    .popup.legal p {
      margin-bottom: 30px;
      line-height: 1.45;
      font-family: 'DIN', sans-serif;
      font-size: 14px; }
      .popup.legal p a {
        color: #5e0d8b; }
    .popup.legal ol, .popup.legal ul {
      padding: 0; }
      .popup.legal ol li, .popup.legal ul li {
        margin-bottom: 10px;
        line-height: 1.45;
        font-size: 14px; }
    .popup.legal #iubenda_policy .iub_content {
      padding: 0; }
    .popup.legal a.iubenda-nostyle {
      display: block;
      height: 30px;
      width: 30px;
      background: url(/assets/img/spinner-purple.svg) center center no-repeat;
      background-size: 30px;
      color: transparent; }
    .popup.legal .content h1 {
      font-size: 18px; }
    .popup.legal .content h2 {
      font-family: 'DIN Bold', sans-serif;
      font-size: 14px;
      line-height: 1.45; }
    .popup.legal .content h3, .popup.legal .content h4 {
      margin: 18px 0 10px;
      font-family: 'DIN Med', sans-serif;
      font-size: 14px;
      line-height: 1.45; }
    .popup.legal .content p {
      margin-bottom: 15px; }

.dark-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5; }

.tooltip {
  position: absolute;
  left: 0;
  top: -100%;
  max-width: 250px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  background: #d9d8ee;
  white-space: nowrap; }
  .tooltip:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d9d8ee; }
  .tooltip.ng-enter {
    -webkit-animation: fadeIn 0.15s linear;
    -o-animation: fadeIn 0.15s linear;
    animation: fadeIn 0.15s linear; }
  .tooltip.ng-leave {
    -webkit-animation: fadeOut 0.15s linear;
    -o-animation: fadeOut 0.15s linear;
    animation: fadeOut 0.15s linear; }

#iubenda-pp-overlay {
  background: rgba(0, 0, 0, 0.4) !important;
  opacity: 1 !important; }

#iubenda-pp-popup a {
  top: 20px !important;
  right: 25px !important;
  height: 25px !important;
  width: 25px !important;
  background: url(/assets/img/close-sprite.svg) center top no-repeat !important;
  background-size: 24px !important;
  cursor: pointer; }

#iubenda_policy .iub_base_container {
  background: #f2f2f2; }

#iubenda-cs-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  font-family: 'DIN', sans-serif;
  background: #2f1a45;
  color: #fff;
  z-index: 110;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #iubenda-cs-banner p {
    margin: 0;
    padding-bottom: 10px;
    font-family: 'DIN', sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #fff; }
    #iubenda-cs-banner p:last-child {
      padding-bottom: 0; }
  #iubenda-cs-banner a {
    color: #dad6df; }
  #iubenda-cs-banner .iubenda-cs-close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff; }

#freshwidget-button {
  display: none !important; }

.info-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 36px;
  width: 100%;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  background: rgba(91, 83, 119, 0.95);
  color: #fff;
  z-index: 4; }
  .info-message.error {
    background: #e2231a; }
  .info-message.general {
    top: 114px;
    font-size: 14px;
    background: transparent; }
    .info-message.general span {
      display: table;
      margin: 0 auto;
      padding: 0 30px;
      border-radius: 2px;
      background: rgba(91, 83, 119, 0.95);
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .info-message.general.ng-enter {
      -webkit-animation: zoomIn 0.2s linear;
      -o-animation: zoomIn 0.2s linear;
      animation: zoomIn 0.2s linear; }
    .info-message.general.ng-leave {
      -webkit-animation: zoomOut 0.1s linear;
      -o-animation: zoomOut 0.1s linear;
      animation: zoomOut 0.1s linear; }

/* Navigation */
.navigation {
  display: table;
  position: relative;
  width: 100%;
  padding: 45px 0 0 0;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .navigation .logo {
    float: left;
    height: 29px;
    width: 197px;
    margin-top: 2px;
    cursor: pointer; }
  .navigation nav {
    float: right;
    font-size: 15px; }
  .navigation ul {
    display: table;
    margin: 0;
    padding: 0; }
  .navigation li {
    display: inline-block;
    float: left;
    height: 45px;
    margin-right: 70px;
    padding: 0;
    font-family: 'DIN Med', sans-serif;
    letter-spacing: 2px;
    line-height: 45px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .navigation li a {
      display: block;
      text-decoration: none; }
      .navigation li a.active {
        color: #2f1a45; }
    .navigation li:hover a {
      border-bottom: 4px solid #5e0d8b; }
    .navigation li:hover a.active {
      border-bottom-color: #2f1a45; }
    .navigation li:hover.signup a {
      border-bottom: none; }
    .navigation li.signup {
      margin-right: 0; }
      .navigation li.signup a {
        margin-right: 0; }
    .navigation li.signout {
      margin-right: 0; }
      .navigation li.signout:hover {
        border-bottom: 4px solid #5e0d8b; }
  .navigation .cta label {
    height: 100%; }
  .navigation.top {
    width: 1366px;
    margin: 0 auto;
    background: transparent;
    color: #5e0d8b; }
    .navigation.top a {
      color: #5e0d8b; }
    .navigation.top .logo {
      background: url(/assets/img/mio-logo-purple.svg) center center no-repeat; }
  .navigation.bottom {
    position: relative;
    margin-bottom: 16px;
    padding: 0;
    background: transparent;
    color: #fff; }
    .navigation.bottom a {
      color: #fff; }
    .navigation.bottom .logo {
      background: url(/assets/img/mio-logo-white.svg) center center no-repeat; }
    .navigation.bottom li a.active {
      color: #b6b4df; }
      .navigation.bottom li a.active:hover {
        border-bottom-color: #b6b4df; }
    .navigation.bottom li:hover.signout, .navigation.bottom li:hover a {
      border-bottom: 4px solid #fff; }

/* END Navigation */
/* Footer */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  padding: 25px 0;
  background: #2f1a45;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  footer a {
    display: inline-block;
    vertical-align: top; }
  footer .copyright-legal {
    display: inline-block;
    margin-left: 15px;
    font-family: 'Letter Gothic Std', sans-serif;
    font-size: 15px;
    line-height: 35px;
    white-space: nowrap;
    color: #5b5377; }
    footer .copyright-legal a {
      text-decoration: none;
      color: #5b5377; }
      footer .copyright-legal a.active {
        border-bottom: 3px solid #5b5377; }

/* END Footer */
#container {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  padding-bottom: 151px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#central-content {
  display: table;
  clear: both;
  width: 100%; }

h1 {
  font-family: 'DIN Bold', sans-serif;
  font-size: 43px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #5e0d8b; }

h3 {
  font-family: 'VT323', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #2f1a45; }

p {
  margin-top: 34px;
  font-family: 'Letter Gothic Std', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #2f1a45; }
  p a {
    color: #2f1a45; }

.cta {
  position: relative;
  height: 45px;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: 'DIN Bold', sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  color: #5e0d8b;
  cursor: pointer;
  z-index: 1;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }
  .cta a, .cta label {
    position: relative;
    display: block;
    padding: 0 40px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    z-index: 1; }
  .cta label {
    pointer-events: none; }
  .cta:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 10px;
    background: #5e0d8b;
    cursor: pointer;
    -moz-transition: width 0.15s ease;
    -o-transition: width 0.15s ease;
    -webkit-transition: width 0.15s ease;
    transition: width 0.15s ease; }
  .cta:hover {
    color: #fff; }
    .cta:hover:before {
      width: 100%; }
  .cta[disabled] {
    opacity: .7;
    cursor: default;
    color: #5e0d8b; }
    .cta[disabled] label {
      opacity: .7;
      cursor: default; }
    .cta[disabled]:before {
      width: 10px;
      opacity: .7;
      cursor: default; }
  .cta.loading:before {
    width: 10px; }

/* Animations */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
/* END Animations */

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