@font-face {
  font-family: 'buenosaires';
  src: url('../font/buenosaires/BuenosAires-Light.otf');
  src: url('../font/buenosaires/BuenosAires-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'buenosaires';
  src: url('../font/buenosaires/BuenosAires-Regular.otf');
  src: url('../font/buenosaires/BuenosAires-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'buenosaires';
  src: url('../font/buenosaires/BuenosAires-Bold.otf');
  src: url('../font/buenosaires/BuenosAires-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'cadiz';
  src: url('../font/cadiz/Cadiz-Light.otf');
  src: url('../font/cadiz/Cadiz-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'cadiz';
  src: url('../font/cadiz/Cadiz-Regular.otf');
  src: url('../font/cadiz/Cadiz-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'cadiz';
  src: url('../font/cadiz/Cadiz-Bold.otf');
  src: url('../font/cadiz/Cadiz-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
.type {
  font-weight: 500;
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
}
.type.light {
  font-weight: 300;
}
.type.bold {
  font-weight: 800;
}
.type.scale-6,
.type.scale-5,
.type.scale-4,
.type.scale-3,
.type.scale-2,
.type.scale-1,
.type.scale0,
.type.scale1 {
  font-family: 'cadiz', "Helvetica Neue", Helvetica, Arial, Sans;
}
.type.scale15 {
  font-size: 93.63px;
}
.type.scale14 {
  font-size: 83.22px;
}
.type.scale13 {
  font-size: 73.89px;
}
.type.scale12 {
  font-size: 65.76px;
}
.type.scale11 {
  font-size: 58.45px;
}
.type.scale10 {
  font-size: 51.96px;
}
.type.scale9 {
  font-size: 46.18px;
}
.type.scale8 {
  font-size: 41.05px;
}
.type.scale7 {
  font-size: 36.49px;
}
.type.scale6 {
  font-size: 32.44px;
}
.type.scale5 {
  font-size: 28.83px;
}
.type.scale4 {
  font-size: 25.63px;
}
.type.scale3 {
  font-size: 22.72px;
}
.type.scale2 {
  font-size: 20.25px;
}
.type.scale1 {
  font-size: 18px;
}
.type.scale0 {
  font-size: 16px;
}
.type.scale-1 {
  font-size: 14.22px;
}
.type.scale-2 {
  font-size: 12.64px;
}
.type.scale-3 {
  font-size: 11.24px;
}
.type.scale-4 {
  font-size: 9.99px;
}
.type.scale-5 {
  font-size: 8.88px;
}
.type.scale-6 {
  font-size: 7.89px;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}
*:focus {
  outline: none;
}
.mobile-hide {
  display: none;
}
.no-scroll {
  position: fixed;
}
.bottom-clear {
  clear: both;
}
#blankcanvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
@-webkit-keyframes spinner {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'cadiz', "Helvetica Neue", Helvetica, Arial, Sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.noscroll {
  overflow: hidden;
}
#app-container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
#app-container.blue-background {
  background-color: #0000ff;
}
button {
  font-family: 'cadiz', "Helvetica Neue", Helvetica, Arial, Sans;
  font-size: 16px;
  font-weight: 800;
  height: 44px;
  width: 100%;
  border: none;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
button:hover {
  opacity: 0.75;
}
button:active {
  opacity: 0.5;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
button .button-subtext {
  text-transform: uppercase;
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  font-size: 12px;
  display: block;
  margin-top: -14px;
  font-weight: 500;
}
button.medium {
  height: 64px;
}
button.blue {
  background-color: #0000ff;
  color: white;
}
.newbtn {
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newbtn.close {
  background-image: url(../img/newbtn-close.svg);
  background-size: 16px 16px;
}
.newbtn.arrow-left {
  background-image: url(../img/newbtn-arrow-left.svg);
  background-size: 10px 16px;
}
.newbtn.arrow-down {
  background-image: url(../img/newbtn-arrow-down.svg);
  background-size: 16px 10px;
}
.newbtn.arrow-up {
  background-image: url(../img/newbtn-arrow-up.svg);
  background-size: 16px 10px;
}
.newbtn.question {
  background-image: url(../img/newbtn-question.svg);
  background-size: 9.46px 16.04px;
}
.newbtn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.newbtn:active {
  opacity: 0.75;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #28beff;
  width: 100%;
  height: 54px;
  font-size: 16px;
  border-radius: 0;
  cursor: text;
}
#error-container {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
}
#error-container .error {
  background-color: #E65F28;
  color: white;
  padding: 30px 20px;
  text-align: left;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#error-container .error .icon-warning {
  width: 30px;
  height: 30px;
  background-image: url('../img/icon-warning-small.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  float: left;
}
#error-container .error .title {
  font-size: 16px;
  font-weight: 800;
  margin-top: -5px;
  margin-left: 50px;
  line-height: 24px;
}
#error-container .error .message {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -8px;
  margin-left: 50px;
  line-height: 24px;
}
#error-container .error.confirmation {
  background-color: #00DC96;
}
#error-container .error.confirmation .icon-warning {
  background-image: url('../img/icon-confirmation-small.svg');
}
#error-container.active {
  opacity: 1;
  pointer-events: auto;
}
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 45px;
  width: auto;
  margin-bottom: -44px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar .container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar .container .left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar .container .left > .btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar .container .left > .btn .icon {
  background-position: center;
  background-repeat: no-repeat;
}
.navbar .container .left > .btn .type {
  margin-left: -6px;
}
.navbar .container .center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.navbar .container .center .label {
  white-space: nowrap;
}
.navbar .container .center.hidden {
  opacity: 0;
}
.navbar .container .center:before {
  content: "";
  margin-left: -100%;
}
.navbar .container .center:after {
  content: "";
  margin-right: -100%;
}
.navbar .container .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navbar .container .right > .btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navbar .container > * {
  width: 33.333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .container > * .type {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.navbar .container > *.overflow .type {
  overflow: visible;
}
.navbar .container > * > .btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .container > * > .btn .type {
  cursor: pointer;
}
.navbar .container .icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.navbar .container .icon.down-arrow {
  background-image: url(../img/btn-closearrow.svg);
  width: 16px;
  height: 10px;
}
.navbar .container .icon.back {
  background-image: url(../img/nav-arrow-left.svg);
  background-size: 10px 16px;
}
.navbar .container .icon.back-light {
  background-image: url(../img/nav-arrow-left-white.svg);
  background-size: 10px 16px;
}
.navbar.scrolled {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.navbar.scrolled .container .center {
  opacity: 1;
}
#fourohfour {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0000ff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fourohfour .container {
  color: white;
  text-align: center;
  padding: 40px;
}
#fourohfour .container .header {
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  font-size: 96px;
  font-weight: 800;
}
#fourohfour .container .text {
  margin: 0 auto 20px;
}
#fourohfour .container a button {
  background-color: white;
  color: #0000ff;
}
#outbound-alert {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#outbound-alert.visible {
  opacity: 1;
  pointer-events: auto;
}
#outbound-alert.visible .underlay .alert-box img.helix-kit-image {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#outbound-alert .underlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
#outbound-alert .underlay .newbtn.close {
  position: fixed;
  top: 20px;
  right: 20px;
}
#outbound-alert .underlay .alert-box {
  background-color: #146EFF;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#outbound-alert .underlay .alert-box > * {
  margin-bottom: 40px;
}
#outbound-alert .underlay .alert-box h2 {
  font-size: 28px;
  font-weight: 500;
}
#outbound-alert .underlay .alert-box .countdown {
  width: 130px;
  min-height: 130px;
}
#outbound-alert .underlay .alert-box .countdown .spinner {
  background-image: url('../img/loader-spinner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px;
  width: 130px;
  height: 130px;
  -webkit-animation: spinner 0.75s linear infinite;
          animation: spinner 0.75s linear infinite;
}
#outbound-alert .underlay .alert-box .countdown .timer {
  font-weight: 800;
  font-size: 48px;
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  margin-top: -96px;
}
#outbound-alert .underlay .alert-box p {
  opacity: 0.5;
  font-size: 16px;
}
#outbound-alert .underlay .alert-box img.helix-kit-image {
  max-width: 320px;
  width: 100%;
  margin-bottom: -220px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(180px);
          transform: translateY(180px);
}
h1 {
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  font-weight: 800;
}
h2 {
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  font-weight: 800;
}
p {
  font-weight: 500;
}
a {
  text-decoration: none;
  color: inherit;
}
.container#bg-video {
  display: none;
}
.container#bg-video .mask {
  display: none;
}
.container#bg-video video.bg-video {
  display: none;
}
@media screen and (max-width: 359px) {
  .navbar .container .left .btn .type,
  .navbar .container .right .btn .type {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  #intercom-container,
  #intercom-frame {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .mobile-hide {
    display: block;
  }
  button {
    height: 72px;
    font-size: 20px;
  }
  #app-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #app-container.static {
    display: block;
  }
  .navbar {
    left: 80px;
  }
  .container#bg-video {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
  }
  .container#bg-video.hidden {
    display: none;
  }
  .container#bg-video.hidden .mask,
  .container#bg-video.hidden video.bg-video {
    display: none !important;
  }
  .container#bg-video .mask {
    display: block;
    position: absolute;
    opacity: 0.85;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: blue;
  }
  #error-container .error {
    margin: 0 auto;
    max-width: 414px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.nav-container {
  pointer-events: none;
  display: none;
}
.nav-container.visible {
  display: block;
  pointer-events: auto;
}
#userpanel {
  height: 55px;
  background-color: rgba(242, 242, 242, 0.85);
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
  -webkit-backdrop-filter: blur(10px);
  padding-right: 20px;
  padding-left: 20px;
  display: none;
}
#userpanel img {
  display: none;
}
#userpanel.hidden,
#userpanel.mobileStoryHide {
  display: none;
}
#userpanel ul.panel-options {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
#userpanel ul.panel-options li.option {
  float: left;
  width: 33%;
  text-align: center;
}
#userpanel ul.panel-options li.option .icon {
  margin: 7px auto 3px;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#userpanel ul.panel-options li.option .icon.userAvatar {
  background-image: url(../img/icon-nav-me.svg);
}
#userpanel ul.panel-options li.option .icon.worldAvatar {
  background-image: url(../img/icon-nav-globe.svg);
}
#userpanel ul.panel-options li.option .icon.friendsAvatar {
  background-image: url(../img/icon-nav-friends.svg);
}
#userpanel ul.panel-options li.option .title {
  font-size: 10px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.5);
}
#userpanel ul.panel-options li.option.active .title {
  color: #0000ff;
}
@media screen and (min-width: 720px) {
  #userpanel {
    height: auto;
    width: 80px;
    border-top: none;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #userpanel.mobileStoryHide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #userpanel .desktop-logo {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 15px;
    top: 20px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/insitome-i.svg');
  }
  #userpanel ul.panel-options {
    width: 100%;
    margin-top: -30px;
  }
  #userpanel ul.panel-options li.option {
    float: auto;
    width: 100%;
  }
  #userpanel ul.panel-options li.option .icon {
    margin: 28px auto 4px;
  }
  #userpanel ul.panel-options li.option .title {
    font-size: 12px;
  }
  #userpanel .btn.profile-expand {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #dddddd;
    position: fixed;
    bottom: 20px;
    left: 15px;
    cursor: pointer;
  }
}
