h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
}

li {
  line-height: 28px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background-color: #faf9ff;
  font-family: Lato, sans-serif;
  color: #111;
}

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #22252C;
  color: #fff;
}

.nav-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav.nav-secondary {
  background-color: #000;
}

.nav-menu {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-brand {
  display: inline-block;
  margin-right: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
}

.nav-right {
  display: inline-block;
  float: right;
}

.nav-login {
  display: inline-block;
  padding-right: 14px;
  padding-left: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.nav-login.light-bg {
  color: #000;
}

.nav-sign-up {
  display: inline-block;
  padding: 0px 14px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .2);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
}

.nav-sign-up:hover {
  background-color: hsla(0, 0%, 100%, .12);
}

.nav-sign-up.light-bg {
  background-color: rgba(0, 0, 0, .1);
  color: #000;
}

.nav-sign-up.light-bg:hover {
  background-color: rgba(0, 0, 0, .15);
}

.nav-logo {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
}

.nav-logo.light-bg {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 38px;
}

.hero-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 65px;
  line-height: 75px;
  font-weight: 900;
}

.hero-text {
  width: 40%;
  margin-bottom: 75px;
  font-size: 18px;
  line-height: 24px;
}

.section {
  padding: 50px 20px;
}

.section.section-help-center {
  margin-top: -50px;
  padding-top: 0px;
  padding-bottom: 75px;
}

.section.section-page-title {
  padding-top: 80px;
  padding-bottom: 10px;
}

.section.section-help-content {
  min-height: 750px;
  margin-top: 0px;
  padding-top: 25px;
}

.section.section-faq {
  padding-top: 100px;
  padding-bottom: 150px;
}

.section.section-sitemap {
  margin-top: 70px;
}

.section.section-explore {
  padding-top: 70px;
  padding-bottom: 150px;
}

.section.section-integrations {
  padding-top: 125px;
  padding-bottom: 75px;
}

.section.section-why {
  padding-top: 75px;
  padding-bottom: 100px;
}

.section.section-beta {
  padding-bottom: 0px;
  box-shadow: inset 0 -12px 20px -4px rgba(0, 0, 0, .25);
  color: #fff;
}

.section.section-coins {
  display: block;
}

.section.early-access {
  margin-right: 150px;
  margin-left: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: -webkit-linear-gradient(270deg, rgba(38, 50, 74, .96), #26324a 59%);
  background-image: linear-gradient(180deg, rgba(38, 50, 74, .96), #26324a 59%);
  box-shadow: inset 0 0 15px 3px rgba(0, 0, 0, .25);
  color: #fff;
}

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

.text-secondary {
  color: #616161;
}

.text-secondary.text-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-headline {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
}

.section-subhead {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 30px;
}

.section-subhead.subhead-left {
  margin-right: 0px;
  margin-left: 0px;
}

.integrations-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.footer-wrap {
  background-color: #fff;
}

.footer {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 20px 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-link {
  margin-bottom: 10px;
  color: #111;
  text-decoration: none;
}

.footer-logo {
  color: #111;
  font-size: 32px;
  line-height: 32px;
  font-style: italic;
  font-weight: 900;
  text-decoration: none;
}

.footer-heading {
  margin-top: 0px;
}

.main-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 325px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(135deg, #4a00e0, #8e2de2);
  background-image: linear-gradient(315deg, #4a00e0, #8e2de2);
  color: #fff;
}

.container-medium {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.main-headline {
  margin-top: 10px;
}

.main-subhead {
  font-size: 18px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(135deg, #654ea3, #4286f4);
  background-image: linear-gradient(315deg, #654ea3, #4286f4);
  color: #fff;
}

.text-jumbo {
  font-size: 75px;
  line-height: 75px;
}

.text-jumbo.text-bold {
  font-weight: 900;
}

.category-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 22px;
  text-align: center;
}

.category-block-item {
  max-width: 31%;
  padding: 35px 20px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .99);
  box-shadow: 3px 5px 30px -7px rgba(0, 0, 0, .2);
  color: #111;
  font-size: 0.9rem;
  text-decoration: none;
}

.fas.fa-arrow-alt-circle-left.btn-icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
}

.breadcrumbs-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-left: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 14px;
  padding-left: 14px;
  border-radius: 50px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 81%, .5), hsla(0, 0%, 81%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 81%, .5), hsla(0, 0%, 81%, .5));
  color: #707070;
  line-height: 30px;
  text-decoration: none;
}

.breadcrumb-link.active {
  color: #404040;
  line-height: 28px;
  font-weight: 400;
}

.page-title {
  margin-bottom: 20px;
  font-weight: 700;
}

.region-name {
  margin-left: 5px;
  font-size: 18px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.rich-text {
  padding-top: 15px;
  text-align: left;
}

.rich-text h2 {
  margin-bottom: 20px;
  font-weight: 400;
}

.rich-text p {
  margin-bottom: 25px;
}

.rich-text ul {
  margin-bottom: 35px;
}

.rich-text h1 {
  margin-bottom: 50px;
}

.rich-text blockquote {
  border-left-color: silver;
  background-color: #ddd;
}

.accordion {
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  padding: 0px 0px 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5e5e5;
  font-size: 18px;
  font-weight: 700;
}

.accordion-title.faq {
  height: 65px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.accordion-content {
  position: relative;
  padding: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.accordion-content.w--open {
  padding-top: 12px;
  padding-right: 50px;
  padding-bottom: 15px;
  background-color: #fff;
}

.organization-full {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-top: 12%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Circularstd, sans-serif;
}

.organization-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button {
  height: 50px;
  padding: 0px 30px;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
}

.text-field {
  height: 50px;
  padding: 0px 14px;
  border-radius: 3px;
  background-color: #fcfcfe;
  line-height: 40px;
}

.text-field.margin-right {
  margin-right: 10px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.block-icon.knowledgebaseicon {
  background-image: url('../images/DocumentsIcon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-icon.gettingstartedicon {
  background-image: url('../images/GettingStatredIcon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.block-icon.faqicon {
  background-image: url('../images/FAQIcon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-wide {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.bg-img-blocks {
  position: absolute;
  left: 0px;
  top: 0px;
  right: -750px;
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  background-image: url('../images/building_blocks.svg');
  background-position: 50% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
}

.bg-img-shape {
  position: absolute;
  left: 0%;
  top: -250px;
  right: -1059px;
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  background-image: url('../images/organic_shape.svg'), -webkit-linear-gradient(270deg, #f5f6fa, #fff);
  background-image: url('../images/organic_shape.svg'), linear-gradient(180deg, #f5f6fa, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 1350px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.underline-span {
  text-decoration: underline;
}

.button {
  display: inline-block;
  padding: 12px 15px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .2);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, .12);
}

.button.button-email {
  padding: 18px 25px;
  background-color: blue;
  font-weight: 600;
}

.button.button-email:hover {
  background-color: rgba(0, 0, 255, .8);
}

.button.button-faq {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 50px;
  border-radius: 10px;
}

.button.button-learn-more {
  width: 150px;
  margin-right: 15px;
  padding: 15px 20px;
  text-align: center;
}

.button.button-signup {
  width: 100px;
  padding: 13px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .5);
  background-color: transparent;
  text-align: center;
}

.button.button-signup:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.utility-subhead {
  margin-bottom: 25px;
}

.small-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(237deg, #134e5e, #71b280);
  background-image: linear-gradient(213deg, #134e5e, #71b280);
  color: #fff;
}

.small-hero.privacy-policy {
  background-image: -webkit-linear-gradient(298deg, #1fa2ff, #12d8fa);
  background-image: linear-gradient(152deg, #1fa2ff, #12d8fa);
}

.small-hero.press {
  height: 275px;
  background-image: -webkit-linear-gradient(315deg, #f2994a, #f2c94c 100%, #f2c94c);
  background-image: linear-gradient(135deg, #f2994a, #f2c94c 100%, #f2c94c);
}

.small-hero.explore {
  padding-top: 100px;
  background-image: none;
  color: #111;
}

.press-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
  font-size: 16px;
}

.asset-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.asset-block-item {
  max-width: 31%;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #e9e9e9;
  border-radius: 3px;
}

.lead {
  font-size: 18px;
  line-height: 24px;
}

.lead.text-secondary.press-box-subtitle {
  margin-bottom: 0px;
}

.lead.margin-bottom {
  margin-bottom: 50px;
}

.asset-img {
  margin-bottom: 10px;
}

.press-contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 825px;
  margin-top: -65px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 3px 5px 30px -7px rgba(0, 0, 0, .2);
}

.press-box-heading {
  margin-top: 0px;
  margin-bottom: 5px;
}

.coming-soon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(334deg, #38af71, #77be87 53%);
  background-image: linear-gradient(116deg, #38af71, #77be87 53%);
  color: #fff;
}

.coming-soon-subhead {
  font-weight: 400;
}

.bg {
  display: block;
  width: 500px;
  height: 325px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/undraw_control_panel.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sitemap-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sitemap-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sitemap-link {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  line-height: 20px;
  text-decoration: none;
}

.explore-wrapper {
  background-color: #fafafa;
}

.explore-highlight {
  color: #895fc0;
}

.big-article-title-wrapper {
  width: 100%;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40 {
  color: rgba(51, 51, 51, .4);
}

.tagline.white-profile-tagline {
  color: #fff;
}

.big-article {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.divider.big-article-divider {
  margin-bottom: 24px;
}

.big-article-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.big-article-image-wrapper {
  height: 400px;
  padding-left: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url('../images/FeaturedCreator.png');
  background-position: 50% 50%;
  background-size: cover;
}

.explore-headline {
  margin-top: 75px;
  margin-bottom: 75px;
  font-size: 48px;
  line-height: 54px;
}

.basic-column {
  padding-right: 10px;
  padding-left: 10px;
}

.category-card-image {
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
}

.category-card-image.category-card-1 {
  background-image: url('../images/GamingThumbnail.png');
  background-position: 50% 50%;
  background-size: cover;
}

.category-card-image.category-card-3 {
  background-image: url('../images/analogue-audio-close-up-542552.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.category-card-image.category-card-2 {
  background-image: url('../images/TwitchThumbnail.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
  background-image: url('../images/TwitchThumbnail.png'), linear-gradient(180deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.category-card-image.category-card-4 {
  background-image: url('../images/MusicThumbnail.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
  background-image: url('../images/MusicThumbnail.png'), linear-gradient(180deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.category-card-image.category-card-5 {
  background-image: url('../images/PhotographThumbnail.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
  background-image: url('../images/PhotographThumbnail.png'), linear-gradient(180deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.categoty-name-title {
  margin-top: 6px;
  padding-right: 20px;
}

.category-stat {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
}

.category-card-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stat-wrapper {
  padding-left: 0px;
  text-align: right;
}

.tag-wrapper {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.category-card {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.category-card:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
  -webkit-transform: translate(0px, -6px) scale(1.02);
  -ms-transform: translate(0px, -6px) scale(1.02);
  transform: translate(0px, -6px) scale(1.02);
}

.style-label {
  color: #bebebe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.category-row {
  margin: 15px -10px 20px;
}

.category-stat-small {
  font-size: 16px;
}

.explore-subhead {
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: left;
}

.basic-column-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.fullpic-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 8px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6), transparent), url('../images/Group-22x.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent), url('../images/Group-22x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.profile-name {
  margin-top: 16px;
  margin-bottom: 4px;
}

.profiles-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-card-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
  text-align: center;
}

.profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
  text-align: center;
}

.profile-card-big-avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-image: url('../images/article-image2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.profile-card-big-avatar.profile-pic-2 {
  background-image: url('../images/logo47.png');
}

.profile-card-big-avatar.profile-pic-3 {
  background-image: url('../images/card12x.jpg');
}

.profile-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url('../images/Avatar-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.profile-card-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-2 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  line-height: 22px;
}

.button-2:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.button-2.profile-contact-big-button {
  margin-right: 10px;
}

.button-2.default-button {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
}

.button-2.default-button:hover {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
  color: #213d63;
}

.button-2.default-button.default-button-with-line {
  padding: 8px 24px;
  border: 1px solid #f4f4f4;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.button-2.default-button.default-button-with-line:hover {
  border-color: #c5d0de;
  box-shadow: none;
}

.tag-wrapper-2 {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.fullpic-profile-bio {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, .8);
  font-weight: 400;
}

.big-profile-name {
  margin-bottom: 6px;
}

.fullpic-profile-name {
  margin-bottom: 4px;
  color: #fff;
}

.actions-wrapper {
  padding-top: 7px;
}

.maintenance-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.maintenance-img {
  width: 500px;
  height: 400px;
  background-image: url('../images/maintenance.svg');
  background-position: 50% 50%;
  background-size: 331px;
  background-repeat: no-repeat;
}

.fab.fa-twitter.social-circle {
  color: #4ecdff;
  font-size: 25px;
  line-height: 25px;
}

.link {
  text-decoration: none;
}

.dot {
  width: 40px;
  background-image: -webkit-linear-gradient(270deg, rgba(10, 0, 255, .5), rgba(10, 0, 255, .5));
  background-image: linear-gradient(180deg, rgba(10, 0, 255, .5), rgba(10, 0, 255, .5));
}

.userdeck-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}

.logo-wrapper {
  position: absolute;
  right: -175px;
  z-index: 2;
  width: 175px;
  height: 75px;
  background-image: url('../images/streamlabslogo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.logo-wrapper.youtube {
  right: -25px;
  bottom: 84px;
  width: 165px;
  height: 65px;
  background-image: url('../images/youtube.png');
  background-position: 50% 50%;
  background-size: contain;
}

.logo-wrapper.twitch {
  top: 82px;
  right: -35px;
  width: 125px;
  height: 65px;
  background-image: url('../images/Twitch_logo.png');
}

.progress-bar {
  position: fixed;
  z-index: 1;
  width: 800px;
  height: 350px;
  background-image: -webkit-linear-gradient(270deg, rgba(250, 249, 255, .65), rgba(250, 249, 255, .65));
  background-image: linear-gradient(180deg, rgba(250, 249, 255, .65), rgba(250, 249, 255, .65));
}

.plug-wrapper {
  width: 30px;
  height: 30px;
  border: 5px solid #28998a;
  border-radius: 50px;
}

.plug-wrapper.plug2 {
  position: absolute;
  left: 608px;
  bottom: 100px;
}

.plug-wrapper.plug3 {
  position: absolute;
  left: 658px;
  top: 100px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.plug-wrapper.plug1 {
  position: absolute;
  left: 747px;
}

.mid {
  position: absolute;
  left: 115px;
  z-index: 2;
  display: block;
  width: 275px;
  height: 275px;
  border-radius: 500px;
  background-image: url('../images/DonaidBadgeFull.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

.row-three {
  position: relative;
  left: -175px;
  top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.animation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 500px;
  margin-left: -150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.start-bullet {
  position: absolute;
  left: -2px;
  z-index: 2;
  width: 35px;
  height: 35px;
  border: 8px solid #4213b4;
  border-radius: 50px;
  background-color: #fff;
}

.top-col {
  height: 75px;
}

.top-col.top-col1 {
  width: 25%;
  height: 75px;
  border-right: 15px solid #28998a;
  border-bottom: 15px solid #28998a;
  border-bottom-right-radius: 1000px;
}

.top-col.top-col2 {
  position: relative;
  left: -15px;
  bottom: 75px;
  width: 25%;
  border-top: 15px solid #28998a;
  border-left: 15px solid #28998a;
  border-top-left-radius: 1000px;
}

.row-two {
  width: 750px;
  height: 15px;
  background-image: -webkit-linear-gradient(270deg, #28998a, #28998a);
  background-image: linear-gradient(180deg, #28998a, #28998a);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.row-one {
  position: relative;
  left: 75px;
  bottom: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.int-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.int-info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.int-info-column.left {
  border-right: 1px solid rgba(0, 0, 0, .08);
}

.int-info-column.right {
  border-left: 1px solid rgba(0, 0, 0, .08);
}

.info-col-left {
  width: 25%;
}

.info-col-left.streamlabs {
  height: 50px;
  background-image: url('../images/streamlabslogo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-col-left.twitchinfo {
  height: 35px;
  margin-top: 6px;
  background-image: url('../images/Twitch_logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-col {
  width: 75%;
  padding-left: 40px;
  color: #616161;
}

.info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 22px;
}

.info-text {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info-paragraph {
  font-size: 15px;
  line-height: 22px;
}

.info-icon {
  font-size: 50px;
  line-height: 50px;
}

.info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.milestone {
  width: 45%;
  margin-right: -5px;
  margin-bottom: 10px;
  margin-left: -5px;
}

.milestone.right {
  width: 55%;
  margin-top: 10px;
  margin-bottom: 0px;
  float: right;
  text-align: right;
}

.milestone.current {
  position: relative;
  top: -70px;
}

.roadmap-items {
  display: block;
  margin-bottom: 125px;
}

.roadmap-term {
  width: 45%;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.roadmap-term.term-2 {
  width: 55%;
  margin-bottom: 5px;
  float: right;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.roadmap-term.term-1 {
  margin-top: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  text-align: center;
}

.milestone-text {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.milestone-text.term {
  display: block;
  width: 45%;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
}

.milestone-text.term.term-2 {
  width: 55%;
  float: right;
}

.milestone-marker {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #ffa300;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.milestone-marker.marker-end {
  margin-left: 5px;
}

.milestone-marker.marker-start {
  margin-right: 5px;
  background-color: #ffa300;
}

.milestone-marker.marker-current {
  margin-right: 8px;
  margin-left: 100px;
  background-color: red;
}

.roadmap-phase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #5647c4;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.roadmap-phase.phase-1 {
  width: 45%;
  margin-top: 15px;
}

.roadmap-phase.phase-3 {
  width: 55%;
  margin-bottom: 15px;
  margin-left: 45%;
  background-color: #53c395;
}

.browser-window {
  width: 768px;
  height: 432px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
  background-color: #2e2e2e;
}

.browser-content {
  height: 380px;
  border-radius: 8px;
  background-color: #fff;
}

.browser-btn {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-bottom: 6px;
  border-radius: 50px;
  background-color: #fff;
}

.hero-animation-wrapper {
  position: absolute;
  top: 24%;
  right: 4%;
  display: block;
  overflow: visible;
  width: 42vw;
  height: 56vh;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amountanimation {
  position: static;
  z-index: 100;
  display: inline-block;
  width: 5.5vw;
  margin-bottom: 0px;
  padding: 0.61vw 0.61px 0.61vw 0.61vw;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #20252c;
  text-align: left;
}

.doneanimation {
  position: static;
  display: block;
  width: 6.15vw;
  height: 6.15vw;
  margin-right: auto;
  margin-left: auto;
  border: 3px none #20252c;
  border-radius: 100%;
  color: #fff;
  font-size: 3.07vw;
  line-height: 6.15vw;
  text-align: center;
}

.payanimation {
  display: block;
  padding: 1.23vw 0px;
  border-radius: 6px;
  background-color: #53c395;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.dollaranimation {
  display: inline-block;
  width: 2.46vw;
  margin-bottom: 0px;
  padding-top: 0.61vw;
  padding-bottom: 0.61vw;
  float: left;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: rgba(0, 0, 0, .35);
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

.titleanimation {
  display: inline-block;
  margin-bottom: 1.23vw;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 0.98vw;
  line-height: 1.35vw;
  font-weight: 700;
  text-align: left;
}

.window {
  background-color: #282c35;
}

.window.bottom {
  position: static;
  right: 0px;
  bottom: 0px;
  height: 3px;
  float: none;
  clear: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.window.right {
  width: 3px;
  height: 29.23vw;
  float: right;
  border-bottom-right-radius: 0px;
}

.window.top {
  height: 1.53vw;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #282c35;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.window.left {
  width: 3px;
  height: 29.23vw;
  float: none;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #282c35;
}

.donescreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18vw;
  height: 23vw;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #53c395;
}

.screen {
  position: absolute;
  top: 16%;
  right: 4%;
  display: block;
  width: 42vw;
  height: 56vh;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 6px;
}

.mouseanimation {
  position: relative;
  z-index: 500;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
}

.msganimation {
  display: block;
  margin-top: 0px;
  margin-bottom: 1.23vw;
  padding: 0.61vw 0.61vw 3vw;
  border-radius: 6px;
  background-color: #20252c;
}

.amountdiv {
  margin-bottom: 0.61vw;
}

.fromanimation {
  margin-bottom: 0.61vw;
  padding: 0.61vw;
  border-radius: 6px;
  background-color: #20252c;
}

.formanimation {
  position: static;
  z-index: 50;
  display: block;
  overflow: hidden;
  width: 16.9vw;
  height: 21.5vw;
  margin: 0px auto;
  padding: 1.23vw;
  float: none;
  border-radius: 6px;
  background-color: #282c35;
  color: #999;
  font-size: 0.86vw;
  line-height: 1.35vw;
}

.btntext {
  display: block;
  color: #fff;
  font-size: 0.86vw;
  line-height: 1.23vw;
  text-align: center;
}

.rotating-text-wrapper {
  display: inline-block;
  overflow: hidden;
  height: 80px;
  margin-bottom: 25px;
}

.hero-subhead {
  width: 50%;
  margin-top: 0px;
  font-size: 30px;
  font-weight: 700;
}

.coins-column {
  width: 300px;
  -webkit-transform: rotateX(-37deg) rotateY(3deg) rotateZ(20deg);
  transform: rotateX(-37deg) rotateY(3deg) rotateZ(20deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.coins-column.coins-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 800px;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform: rotateX(-43deg) rotateY(3deg) rotateZ(20deg);
  transform: rotateX(-43deg) rotateY(3deg) rotateZ(20deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.coins-column.coins-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transform: rotateX(-43deg) rotateY(3deg) rotateZ(20deg);
  transform: rotateX(-43deg) rotateY(3deg) rotateZ(20deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.coin-wrap {
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  border-radius: 100px;
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, .08);
  -webkit-transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.coin-wrap:hover {
  box-shadow: 34px 34px 40px 0 rgba(0, 0, 0, .08);
  -webkit-transform: translate3d(0px, 0px, -20px);
  transform: translate3d(0px, 0px, -20px);
}

.coin-wrap.coin-eth {
  background-image: url('../images/ETH.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.coin-wrap.coin-req {
  border-radius: 9999px;
  background-image: url('../images/req.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.coin-wrap.coin-dgx {
  background-image: url('../images/dgx.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.coin-wrap.coin-omg {
  background-image: url('../images/OMG.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.coin-wrap.coin-knc {
  background-image: url('../images/KNC.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.coin-wrap.coin-dai {
  background-image: url('../images/dai.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.coins-info {
  width: 400px;
}

.submit-button-2 {
  display: inline-block;
  width: 28%;
  height: 70px;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3f3f3f;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.submit-button-2:hover {
  background-color: #25d48e;
  box-shadow: 0 0 38px 12px rgba(0, 190, 61, .25);
}

.text-field-2 {
  width: 72%;
  height: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 9px 12px 9px 35px;
  float: left;
  border-style: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #20252c;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.text-field-2:hover {
  background-color: rgba(0, 0, 0, .5);
}

.text-field-2:focus {
  background-color: rgba(0, 0, 0, .5);
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
}

.text-field-2::placeholder {
  color: #fff;
}

.success-message-2 {
  padding: 0px;
  border-radius: 50px;
  background-color: transparent;
  color: #ccc;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.error-message-2 {
  border-radius: 10px;
  color: #000;
  text-align: center;
}

.beta-signup-form-block {
  width: 40%;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #c3c3c3;
}

.shareicon {
  display: inline;
  margin-right: 10px;
  color: #ccc;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.shareicon.fab.fa-reddit {
  line-height: 30px;
}

.form {
  border-radius: 10px;
  box-shadow: 0 5px 33px 0 rgba(0, 0, 0, .5);
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
}

.text-block-2 {
  margin-bottom: 10px;
}

.beta-signup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.beta-signup-text {
  width: 40%;
}

.coins-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 400px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-image: -webkit-linear-gradient(225deg, #625ce7, #7a75ea);
  background-image: linear-gradient(225deg, #625ce7, #7a75ea);
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, .3);
  -webkit-perspective: 9999px;
  perspective: 9999px;
  font-size: 16px;
}

.coins-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.coin-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.beta-wrapper {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 75px 200px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: -webkit-linear-gradient(90deg, #000, #26324a 20%);
  background-image: linear-gradient(0deg, #000, #26324a 20%);
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, .3);
}

.questions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .integrations-animation {
    margin-bottom: 0px;
  }
  .big-article-content-wrapper {
    height: auto;
  }
  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .fullpic-profile {
    padding: 40px 40px 30px;
  }
  .profiles-row {
    display: block;
  }
  .profile-card {
    padding: 40px 40px 30px;
  }
  .animation-wrapper {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .int-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .int-info-column.left {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-right-style: none;
  }
  .int-info-column.right {
    border-left-style: none;
  }
  .info-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-animation-wrapper {
    top: 33%;
  }
  .screen {
    top: 30%;
  }
  .beta-signup-form-block {
    width: 100%;
  }
  .beta-signup-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .beta-signup-text {
    width: 75%;
    margin-bottom: 50px;
    text-align: center;
  }
  .beta-wrapper {
    padding-top: 75px;
  }
}

@media (max-width: 767px) {
  .home-hero {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero-text {
    width: 100%;
    margin-bottom: 40px;
  }
  .container-wide {
    text-align: center;
  }
  .button.button-email {
    margin-top: 15px;
  }
  .lead.text-secondary.press-box-subtitle {
    font-size: 16px;
  }
  .press-contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .press-box-heading {
    font-size: 20px;
  }
  .profile-card {
    padding: 30px 40px;
  }
  .info-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-text {
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .milestone-marker.marker-current {
    margin-left: 45px;
  }
  .hero-animation-wrapper {
    top: 16%;
    right: 30%;
  }
  .screen {
    top: 14%;
    right: 30%;
  }
  .hero-subhead {
    width: 100%;
  }
  .coins-column.coins-column-2 {
    display: none;
  }
  .coins-column.coins-column-3 {
    display: none;
  }
  .beta-signup-form-block {
    margin-top: 50px;
  }
  .coins-wrapper {
    padding-left: 0px;
    background-image: -webkit-linear-gradient(225deg, rgba(98, 92, 231, .8), rgba(122, 117, 234, .98) 63%), url('../images/CoinBG.png');
    background-image: linear-gradient(225deg, rgba(98, 92, 231, .8), rgba(122, 117, 234, .98) 63%), url('../images/CoinBG.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .beta-wrapper {
    padding-top: 100px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 479px) {
  .home-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-headline {
    font-size: 30px;
  }
  .section.section-beta {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-headline {
    font-size: 25px;
  }
  .section-headline.text-center {
    font-size: 25px;
    line-height: 32px;
  }
  .integrations-animation {
    display: none;
  }
  .footer-link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .press-box-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .big-article-content-wrapper {
    padding: 25px 30px;
  }
  .fullpic-profile {
    padding: 30px 30px 20px;
  }
  .profile-card-big {
    padding: 30px;
  }
  .profile-card {
    padding-right: 30px;
    padding-left: 30px;
  }
  .button-2.profile-contact-big-button {
    display: block;
    margin-right: 0px;
  }
  .button-2.default-button.default-button-with-line {
    display: block;
    margin-top: 0px;
  }
  .actions-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
  .int-info-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .int-info-column.left {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .int-info-column.right {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .info-col-left.streamlabs {
    width: 50%;
  }
  .info-col-left.twitchinfo {
    width: 50%;
    margin-bottom: 15px;
  }
  .info-col {
    width: 100%;
    padding-left: 0px;
  }
  .info-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-animation-wrapper {
    top: 20%;
    display: none;
  }
  .screen {
    display: none;
  }
  .hero-subhead {
    font-size: 25px;
    line-height: 32px;
  }
  .beta-signup-text {
    width: 100%;
    margin-bottom: 25px;
  }
  .coins-wrapper {
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
  }
  .coin-list-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .beta-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
}

