.uc-hidden {
  display: none !important;
  visibility: hidden !important;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #090015;
  padding: 0;
  margin: 0;
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
}

.img-responsive {
  max-width: 100%;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (max-width: 767px) {
  div#drift-widget-container {
    display: none !important;
  }
  .size-sm {
    margin-left: auto;
    margin-right: auto;
  }
  .size-xs {
    margin-left: auto;
    margin-right: auto;
  }
  .clr-white {
    color: #ffffff !important;
    font-weight: bold;
  }
}
.uc-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .uc-container {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .uc-container {
    padding: 0 80px;
  }
}
.uc-container--shadow {
  position: relative;
}
.uc-container--shadow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.uc-nav {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 30px 0;
  margin: 0;
  text-align: right;
  list-style: none;
  align-items: center;
  color: #f8f6c7;
  font-family: "IBM Plex Mono", Roboto;
}

.uc-row__title {
  color: #f8f6c7;
  font-family: "IBM Plex Mono", Roboto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .uc-row__title {
    text-align: center;
  }
}
.uc-row--shadow {
  position: relative;
}
@media (max-width: 767px) {
  .uc-row--shadow:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    background: linear-gradient(270deg, #210438 0, rgba(33, 4, 56, 0) 100%);
    right: -15px;
  }
}

.uc-hero__label {
  color: rgb(247, 245, 194);
  font-family: "IBM Plex Mono", Roboto;
  font-size: 14px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .uc-hero__label {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.uc-hero__title {
  font-family: bely-display, sans-serif;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 30px;
}
.uc-hero__title span {
  color: #f4a24c;
}
@media (min-width: 768px) {
  .uc-hero__title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  .uc-hero__title {
    font-size: 54px;
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .uc-hero__title {
    font-size: 64px;
    line-height: 82px;
  }
}
.uc-hero__desc {
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  letter-spacing: -0.6px;
  margin: 30px auto 60px auto;
  max-width: 420px;
}
@media (min-width: 768px) {
  .uc-hero__desc {
    margin: 60px auto 90px auto;
  }
}
@media (min-width: 992px) {
  .uc-hero__desc {
    font-size: 22px;
    margin: 80px auto 120px auto;
  }
}
@media (min-width: 1200px) {
  .uc-hero__desc {
    font-size: 28px;
    max-width: 520px;
  }
}
.uc-hero__card {
  display: grid;
  align-items: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .uc-hero__card {
    margin-top: 50px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .uc-hero__card {
    grid-gap: 30px;
    grid-template-columns: 420px 1fr;
  }
}
@media (min-width: 1200px) {
  .uc-hero__card {
    grid-gap: 100px;
    grid-template-columns: 480px 1fr;
  }
}
.uc-hero__date {
  font-size: 16px;
  color: #f4a24c;
  margin-top: 8px;
  margin-bottom: 60px;
  font-family: "IBM Plex Mono", Roboto;
}
.uc-hero__figure {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .uc-hero__figure {
    margin-top: 50px;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 768px) {
  .uc-sticky {
    position: relative;
    display: block;
  }
}

.uc-card {
  position: relative;
  display: grid;
  grid-gap: 30px;
  width: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.uc-card:hover .uc-card__hover {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.uc-card:hover .uc-card__default, .uc-card:hover .uc-card__figure {
  filter: blur(30px);
}
.uc-cards {
  max-width: 940px;
  margin: auto;
  width: 100%;
  grid-gap: 15px;
  display: grid;
  grid-template-columns: repeat(7, 310px);
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .uc-cards {
    width: auto;
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .uc-cards {
    grid-gap: 30px;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    margin-bottom: 160px;
  }
}
.uc-card__default, .uc-card__figure {
  transition: 0.5s;
}
@media (min-width: 768px) {
  .uc-card__column--two {
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-column: 1/-1;
  }
}
.uc-card__hover {
  opacity: 0;
  transform: translate3d(0px, 30px, 0px);
  transform-origin: bottom;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: grid;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: 0.5s;
  border-radius: 8px;
  color: #340403;
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  z-index: 9999;
  padding: 30px;
  background-color: transparent;
}
.uc-card__hover .uc-card__desc {
  margin-top: auto;
  margin-bottom: auto;
  color: #00000A;
}
.uc-card__hover * {
  max-width: 620px;
  margin: auto;
}
.uc-card__figure img {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .uc-card__figure img {
    margin: 24px auto;
    max-height: 90px;
    width: auto;
  }
}

.uc-card {
  text-align: center;
  padding: 30px 15px;
  border-radius: 8px;
  height: 100%;
}
@media (min-width: 768px) {
  .uc-card {
    padding: 40px;
  }
}
.uc-card__label, .uc-card__speaker, .uc-card__heading {
  color: #000000;
  font-family: "IBM Plex Mono", Roboto;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .uc-card__label, .uc-card__speaker, .uc-card__heading {
    font-size: 16px;
  }
}
.uc-card__title {
  color: rgb(51, 4, 3);
  font-family: bely-display, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
  letter-spacing: -1.4px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .uc-card__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .uc-card__title {
    font-size: 48px;
    line-height: 56px;
  }
}
.uc-card__desc {
  color: #ffffff;
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .uc-card__desc {
    font-size: 20px;
  }
}
.uc-card__heading {
  color: #ffffff;
  margin-bottom: 24px;
}
.uc-card--bg-yellow {
  background-color: #f4a24c;
}
.uc-card--bg-orange {
  background-color: #e75f2e;
}
.uc-card--bg-lightorange {
  background-color: #fb802b;
}
.uc-card--bg-red {
  background-color: #de4a4a;
}

.uc-footer {
  text-align: center;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .uc-footer {
    padding-bottom: 0;
  }
}
.uc-footer__label {
  font-family: "IBM Plex Mono", Roboto;
  font-size: 20px;
  letter-spacing: -0.6px;
  margin-bottom: 0;
}
.uc-footer__label span {
  color: #d82423;
  font-size: 40px;
  vertical-align: sub;
}
@media (min-width: 768px) {
  .uc-footer__label span {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .uc-footer__label {
    font-family: basis-grotesque, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.uc-footer__action {
  max-width: 1140px;
  margin: auto;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .uc-footer__action {
    padding: 30px 0 30px 0;
    border-top: 1px solid #979797;
  }
}
@media (min-width: 992px) {
  .uc-footer__action {
    padding: 60px 0 90px 0;
    margin-top: 120px;
  }
}

#uc-form__content {
  position: relative;
}
@media (max-width: 767px) {
  #uc-form__content {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    margin-bottom: -100%;
    transition: margin 0.5s;
    background: linear-gradient(0deg, #3f0561 50%, rgba(33, 4, 56, 0) 100%);
    z-index: 999999;
  }
}

.animate {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0.1;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.ff-ibm__mono {
  font-family: "IBM Plex Mono", Roboto;
  color: #f8f6c7;
  margin-bottom: 24px;
}

.replay-now:after {
  content: "";
  position: absolute;
  background: url(../images/home/jan-2019/arrow/button-arrow.svg) no-repeat;
  right: 18px;
  width: 16px;
  height: 15px;
  top: 17px;
  transition: 0.3s ease;
}

.replay-now:hover:after {
  transform: translateY(4px);
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .replay-now-center {
    margin-top: 50px;
  }
}