.title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

.title.center {
  color: #303133;
  text-align: center;
}

.title.right {
  text-align: right;
}

.title.white {
  color: #fff;
}

.title.primary {
  color: #813b8f;
}

.text-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.text-bg.dark {
  background-color: #000;
}

.caption {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.caption.bold {
  font-weight: 700;
}

.caption.white {
  color: hsla(0, 0%, 100%, .6);
}

.caption.right {
  text-align: right;
}

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

.caption.grey {
  color: rgba(48, 49, 51, .2);
}

.paragraph {
  margin-top: 8px;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  color: rgba(40, 22, 43, .8);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph.right {
  text-align: right;
}

.paragraph.white {
  color: hsla(0, 0%, 100%, .8);
}

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

.subtitle-1 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.subtitle-1.white {
  display: inline-block;
  color: #fff;
}

.subtitle-1.primary {
  color: #813b8f;
}

.subtitle-1.right {
  text-align: right;
}

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

.container {
  display: block;
  width: 1200px;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.subtitle-2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

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

.subtitle-2.center.hd {
  margin-bottom: 0px;
  color: rgba(40, 22, 43, .4);
  font-weight: 900;
}

.subtitle-2.primary {
  color: #813b8f;
}

.subtitle-2.white {
  color: #fff;
}

.subtitle-2.right {
  text-align: right;
}

.heading-2 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1px;
}

.heading-2.white {
  color: hsla(0, 0%, 100%, .8);
}

.heading-2.right {
  text-align: right;
}

.heading-2.primary {
  color: #813b8f;
}

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

.style-segment {
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 120px;
  border-top: 2px solid rgba(48, 49, 51, .2);
}

.heading-1 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1px;
}

.heading-1.white {
  color: #fff;
}

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

.heading-1.primary {
  color: #813b8f;
}

.heading-1.right {
  text-align: right;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  color: #303133;
}

.section.purple {
  background-color: #3a0e42;
}

.section.hashdragons-n {
  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;
  background-color: #fff;
  background-image: url('../images/hd_background.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.footer {
  position: relative;
  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;
  background-color: #3a0e42;
}

.section.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
  -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;
  background-color: #fff;
  text-align: left;
}

.section.intro.team {
  min-height: 640px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.intro.network-virtual-worlds {
  background-image: url('../images/Group-7-Copy.png'), url('../images/Group-7.png');
  background-position: 105% -199px, 0px 147%;
  background-size: 344px, 210px;
  background-repeat: no-repeat, no-repeat;
}

.section.protocol {
  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;
  background-color: #50135c;
  background-image: url('../images/background_texture.svg');
  background-position: 50% 50%;
  background-size: 24px;
}

.section.protocol.developers {
  padding-top: 0px;
  padding-bottom: 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;
}

.section.performance-capabilities {
  background-image: -webkit-linear-gradient(90deg, #f2f2f2, #fff);
  background-image: linear-gradient(0deg, #f2f2f2, #fff);
}

.section.timeline {
  position: relative;
}

.title-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin: 8px 16px;
  padding-right: 24px;
  padding-left: 24px;
  -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: 2px solid #cb71d9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Coda;
  color: #9f59b3;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button.icon {
  width: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button.white {
  border-style: none;
  background-color: hsla(0, 0%, 100%, .8);
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.button.white.shadow {
  -webkit-transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}

.button.large {
  height: 48px;
  padding-right: 32px;
  padding-left: 32px;
  font-size: 18px;
}

.button.small {
  height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 12px;
}

.button.primary {
  border-style: none none solid;
  border-bottom-color: #86578f;
  background-color: #cb71d9;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in-out, border 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, transform 200ms ease-in-out, border 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, transform 200ms ease-in-out, border 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  color: #fff;
  font-weight: 400;
}

.button.primary:hover {
  border-bottom-color: #c585d7;
  background-color: #d07fdc;
  box-shadow: inset 0 0 0 0 rgba(129, 59, 143, .8);
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.button.primary.form {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button-icon {
  border-radius: 2px;
}

.icon-buttton_text {
  margin-left: 16px;
}

.button-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -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;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 16px;
  padding-left: 16px;
  -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: #50135c;
  box-shadow: 0 8px 16px 0 rgba(80, 19, 92, .1);
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.cta.bounty {
  margin-top: -24px;
  margin-bottom: 48px;
}

.text-width {
  display: block;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

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

._2col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  -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-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;
}

._2col-content.space-between {
  -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;
}

._2col-content.space-between.footer {
  margin-top: 24px;
  margin-bottom: 24px;
}

.copyright {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 12px;
  padding-bottom: 12px;
  -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-top: 1px solid #813b8f;
  color: #813b8f;
}

.sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.sitemap_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 64px;
  -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;
  color: #fff;
}

.sitemap_label {
  margin-bottom: 24px;
  font-family: Coda;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sitemap_links {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #9fa3a7;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.sitemap_links.hide {
  display: none;
}

.footer-logo {
  margin-bottom: 40px;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 16px;
  padding-left: 16px;
  -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-bottom: 4px solid transparent;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
  text-decoration: none;
}

.nav_link:hover {
  border-bottom-color: #c27ecc;
}

.form-block {
  display: block;
  width: 480px;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.field-label {
  font-family: Coda;
  color: #28162b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.bounty_text-field {
  margin-bottom: 4px;
  border-radius: 4px;
}

.form_help-text {
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(48, 49, 51, .2);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.form_help-text.white {
  color: rgba(40, 22, 43, .2);
}

.lighter {
  opacity: 0.6;
}

.dropdown-list {
  background-color: #fff;
  font-family: Coda;
  font-size: 16px;
  line-height: 24px;
}

.dropdown-list:hover {
  background-color: #eee;
}

._1col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.custom_container {
  display: block;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.custom_container.media_logos {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-coverage_links {
  margin: 8px 41px 8px 0px;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.media-coverage_links:hover {
  opacity: 1;
}

.seen_logos {
  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;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.social-icon_links {
  margin-top: -8px;
  padding: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.social-icon_links:hover {
  opacity: 1;
}

.social-icon_links.hide {
  display: none;
}

.link {
  color: #bf78d3;
}

.img_bs {
  display: none;
}

.spec {
  color: rgba(40, 22, 43, .4);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav_position {
  position: relative;
  max-width: 1280px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav_main {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #28162b;
}

.body-2 {
  background-color: #333;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.logo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.logo {
  width: 80px;
}

.nav_items {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 128px;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 4px;
  padding-right: 12px;
  padding-left: 12px;
  -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-bottom: 4px solid transparent;
  -webkit-transition: border 400ms cubic-bezier(.165, .84, .44, 1), color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: border 400ms cubic-bezier(.165, .84, .44, 1), color 400ms cubic-bezier(.165, .84, .44, 1);
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-item:hover {
  border-bottom-color: #bf78d3;
  color: #fff;
}

.nav-item.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-text {
  margin-bottom: 0px;
}

.link-icon {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  opacity: 0.4;
}

.nav_cta-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.nav_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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: #cb71d9;
  -webkit-transition: background-color 200ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 200ms cubic-bezier(.165, .84, .44, 1);
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
}

.nav_cta:hover {
  background-color: #b363bf;
}

.icon-link {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 960px;
  padding-top: 70px;
  -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(120deg, rgba(40, 22, 43, .6), rgba(40, 22, 43, 0)), url('../images/new-aura-bg.jpg');
  background-image: linear-gradient(330deg, rgba(40, 22, 43, .6), rgba(40, 22, 43, 0)), url('../images/new-aura-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.hero.protocol {
  height: auto;
  padding-top: 240px;
  padding-bottom: 240px;
  background-image: url('../images/protocol_hero-img.png'), -webkit-linear-gradient(120deg, rgba(40, 22, 43, .6), rgba(40, 22, 43, 0)), url('../images/new-aura-bg.jpg');
  background-image: url('../images/protocol_hero-img.png'), linear-gradient(330deg, rgba(40, 22, 43, .6), rgba(40, 22, 43, 0)), url('../images/new-aura-bg.jpg');
  background-position: 115% 150%, 0px 0px, 50% 50%;
  background-size: 640px, auto, auto;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hero_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero_content-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero_content-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hashdrags_content-r {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play_button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  min-width: 80px;
  padding-top: 2px;
  padding-left: 4px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  background-image: -webkit-linear-gradient(315deg, #cb71d9, #ab63ba);
  background-image: linear-gradient(135deg, #cb71d9, #ab63ba);
  box-shadow: 0 4px 16px 0 rgba(40, 22, 43, .3);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform 400ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 400ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 400ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 400ms cubic-bezier(.165, .84, .44, 1);
  cursor: pointer;
}

.play_button:hover {
  width: 80px;
  min-width: 80px;
  border-radius: 44px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hd_p {
  margin-bottom: 40px;
  color: rgba(40, 22, 43, .8);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.hero-text_container {
  width: 520px;
  max-width: 80vw;
}

.heading-3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}

.heading-3.smaller {
  padding-right: 48px;
}

.heading-3.smaller.capabilities {
  color: #fff;
  text-align: center;
}

.heading-3.subtitle {
  max-width: 640px;
  margin-top: 32px;
  color: hsla(0, 0%, 100%, .8);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: #50135c;
  background-image: url('../images/background_texture.svg');
  background-position: 50% 50%;
  background-size: 24px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown {
  z-index: 0;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #bf78d3;
}

.dropdown:hover {
  background-color: #b363bf;
}

.dropdown-toggle-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  color: #fff;
}

.image-10 {
  margin-top: 1px;
  margin-left: 10px;
}

.dropdown-list-4 {
  background-color: #fff;
}

.dropdown-link-2 {
  padding-top: 16px;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, .8);
}

.dropdown-link-2:hover {
  background-color: #f1f1f1;
  color: #000;
}

.dropdown-link-2.bot {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.video_overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  margin: 0px;
  -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: rgba(0, 0, 0, .6);
}

.video_modal {
  position: relative;
  width: 80vw;
  padding: 8px;
  background-color: #fff;
}

.video-modal_close-button {
  position: absolute;
  top: 0px;
  right: -46px;
  padding: 16px;
  background-color: #fff;
  cursor: pointer;
}

.container-n {
  display: block;
  width: 1280px;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.intro_header {
  display: block;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #813b8f;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}

.intro_header.team {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  color: hsla(0, 0%, 100%, .8);
  font-size: 24px;
  text-align: center;
}

.intro_header.team.less_padding {
  margin-bottom: 32px;
}

.intro_header.secondary {
  margin-top: 80px;
  font-size: 24px;
}

.intro_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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro_pararaph {
  max-width: 600px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: rgba(40, 22, 43, .8);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.platform-logos_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.partner_icon {
  height: 40px;
  margin-right: 24px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.4;
  -webkit-transition: opacity 400ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 400ms cubic-bezier(.165, .84, .44, 1);
}

.partner_icon:hover {
  opacity: 0.8;
}

.partner_wrappers {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner-logos_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.partner-logos_wrapper.team {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partner-advisor_logo {
  max-width: auto;
  min-width: 0.1666666%;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.partner-advisor_logo.team {
  height: 80px;
  max-width: 380px;
  min-width: 240px;
  margin: 16px 32px;
}

.protocol_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  max-width: 100vw;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.protocol_container.dev_signup {
  padding-left: 0px;
}

.protocol_container.home {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.protocol_content-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.protocol_content-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.protocol-text_container {
  width: 520px;
  max-width: 80vw;
  color: #fff;
}

.hashdrags_content-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hashdrags-text_container {
  width: 520px;
  max-width: 80vw;
  color: #813b8f;
}

.hashdrag_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 20px;
  padding-left: 20px;
  -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: #f5a623;
  color: #fff;
  text-decoration: none;
}

.hashdrag_cta:hover {
  background-color: #db931f;
}

.hashdrag_cta.footer {
  margin-left: 23px;
  background-color: #bf78d3;
}

.footer-n {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
  background-color: #2e0636;
}

.outline_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.outline_button.hide {
  display: none;
}

.dragon-cta_icon {
  margin-left: 12px;
}

.developer_content-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  padding-top: 120px;
  padding-bottom: 120px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/orbs.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-3 {
  position: absolute;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-field {
  height: 100%;
  margin-bottom: 0px;
  padding: 12px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  background-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
  font-weight: 400;
  letter-spacing: 0.6px;
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
  font-weight: 400;
  letter-spacing: 0.6px;
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, .7);
  font-weight: 400;
  letter-spacing: 0.6px;
}

.submit-button {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #cb71d9;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.field-label-2 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 2px;
}

.footer_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.footer_logo {
  width: 160px;
  height: 64px;
  margin-bottom: -13px;
  background-image: url('../images/aura_flat.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer_cta-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 2.6px;
}

.sitemap_link {
  margin-bottom: 32px;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.sitemap_link:hover {
  opacity: 1;
}

.sitemap_link.dead {
  cursor: not-allowed;
}

.social-icon_links-2 {
  padding: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.social-icon_links-2:hover {
  opacity: 1;
}

.footer_mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_socials {
  width: 240px;
}

.social-icons-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer_sitemap {
  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-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;
}

.sitemap_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -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;
}

.sitemap_col.hide {
  display: none;
}

.footer_sitemap-header {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-decoration: none;
}

.footer_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.legal {
  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;
  font-weight: 400;
}

.legal_caption {
  width: 280px;
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  text-align: right;
}

.legal_caption:hover {
  opacity: 0.8;
}

.footer_container {
  width: 100vw;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.people_grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.profile_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin: 40px 40px 80px;
  padding: 120px 32px 24px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 16px 24px -8px rgba(40, 22, 43, .4);
}

.person_content {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.person_social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  padding: 12px 12px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bf78d3;
}

.person_name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #28162b;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
}

.person_role {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: rgba(48, 49, 51, .6);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.person_bio {
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  color: rgba(48, 49, 51, .8);
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.4px;
}

.image-13 {
  position: absolute;
  top: -60px;
  width: 160px;
  height: 160px;
  background-color: #fff;
}

.image-13.filter {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image-13.logo {
  width: auto;
  padding: 16px;
}

.image-13.logo.smaller {
  top: -40px;
  height: 100px;
}

.image-13.logo.smaller.extra {
  top: -20px;
  height: 80px;
}

.hero_background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero_bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grass-texture {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -8px;
  width: 100vw;
}

.hero_tree-l {
  position: absolute;
  left: 0px;
  top: 0px;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 24px;
  padding-left: 24px;
  -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: 4px;
  background-image: -webkit-linear-gradient(270deg, #fcd860, #e67d1c);
  background-image: linear-gradient(180deg, #fcd860, #e67d1c);
  box-shadow: inset 0 -2px 0 0 #cc6e16;
  font-family: Baloo, sans-serif;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(51, 51, 51, .4);
}

.button-3.signup-section {
  height: 56px;
}

.container-2 {
  width: 100vw;
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
}

.container-2.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero_tree-r {
  position: absolute;
  top: 0px;
  right: 0px;
}

.hero-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 810px;
  min-height: 720px;
  -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;
}

.title-3 {
  font-family: Baloo, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
}

.title-3.info {
  max-width: 960px;
  color: rgba(51, 51, 51, .9);
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
  text-shadow: none;
}

.title-3.info.how-to {
  max-width: 80vw;
  margin-top: 31px;
  margin-bottom: 0px;
}

.title-3.howto {
  margin-top: 8px;
  margin-bottom: 40px;
  color: #7c4e88;
  text-align: center;
}

.hero_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-3.intro {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -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: #faf8f5;
}

.aura-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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 rgba(0, 0, 0, .1);
  background-color: #faf8f5;
  color: rgba(124, 78, 136, .8);
  font-size: 1.2em;
}

.aura-text {
  margin-bottom: -3px;
}

.aura-logo {
  margin-right: 12px;
  margin-left: 12px;
}

.success-message {
  background-color: rgba(40, 22, 43, .6);
}

.content-wrapper_dh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.hd-updates {
  display: block;
  width: 720px;
  max-width: 80vw;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hd-howto_content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-singleline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hd-form_field {
  height: 56px;
  margin-right: 16px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 49, 51, .2);
  border-radius: 4px;
  background-color: #faf8f5;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hd_form-label {
  font-family: Baloo, sans-serif;
  color: rgba(40, 22, 43, .8);
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.success-message-2 {
  border-radius: 8px;
  background-color: #faf8f5;
  font-family: Baloo, sans-serif;
  color: rgba(48, 49, 51, .8);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.number {
  color: #765185;
  font-size: 1.8em;
}

.hd_logo {
  width: 480px;
  max-width: 80vw;
}

.content-container {
  max-width: 940px;
  color: #fff;
}

.span_fade {
  color: hsla(0, 0%, 100%, .6);
}

.performance-graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-top: 64px;
  background-image: url('../images/Grid-lines.svg');
  background-position: 0px 50%;
  background-size: auto 396px;
  background-repeat: no-repeat;
  box-shadow: 0 16px 24px 0 rgba(80, 19, 92, .1);
  font-family: Lato, sans-serif;
  color: rgba(48, 49, 51, .6);
  font-weight: 700;
}

.bar_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -32px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.y-axis_label {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.data_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -36px;
  -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;
}

.bar-color {
  width: 10vw;
  height: 40px;
  max-width: 120px;
  margin-bottom: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #da9ce1, #b363bf);
  background-image: linear-gradient(180deg, #da9ce1, #b363bf);
}

.bar-color.eth {
  height: 80px;
}

.bar-color.eos {
  height: 160px;
}

.bar-color.hashgraph {
  height: 240px;
}

.bar-color.aura {
  height: 420px;
}

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

.y-axis_label-text {
  position: relative;
  left: -90px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: rgba(48, 49, 51, .4);
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.column_label {
  height: 28px;
  color: rgba(48, 49, 51, .4);
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.sticky-scroll_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sticky-column {
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-column {
  margin-right: 24px;
  margin-left: 24px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #fff;
}

.content-block_wrapper {
  margin-top: 120px;
  margin-bottom: 240px;
}

.protocol_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, .8);
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.protocol_callout {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.protocol_paragraph {
  color: hsla(0, 0%, 100%, .9);
  font-size: 16px;
  line-height: 28px;
}

.capabilities_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.capabilities_card-wrapper {
  width: 25%;
  padding: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.capability_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 24px;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.capability_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 40px;
  -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: 32px;
  background-color: #b363bf;
}

.capability_heading {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #813b8f;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.22px;
}

.capabilities_p {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgba(40, 22, 43, .8);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.6px;
}

.timeline_container {
  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;
}

.timeline-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 0px;
  -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-image: -webkit-linear-gradient(270deg, #fff 90%, hsla(0, 0%, 100%, .1));
  background-image: linear-gradient(180deg, #fff 90%, hsla(0, 0%, 100%, .1));
  text-align: center;
}

.timeline-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 4px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #bf78d3;
}

.timeline_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.timeline_content-wrapper.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.timeline_item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.timeline_item-text.right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.timeline_item-line {
  width: 100px;
  height: 4px;
  margin-top: 24px;
  padding-top: 0px;
  background-color: #bf78d3;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  color: #28162b;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.timeline_paragraph {
  max-width: 320px;
  font-family: Lato, sans-serif;
  color: rgba(48, 49, 51, .8);
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .subtitle-2 {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .section.intro.network-virtual-worlds {
    background-position: 105% -199px, -90px 177%;
    background-size: 240px, 180px;
  }
  .section.protocol {
    padding-bottom: 80px;
  }
  ._2col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2col-content.space-between.footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .dropdown-toggle {
    display: block;
    height: 64px;
    padding: 20px 24px 0px;
    -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;
  }
  .dropdown-link {
    font-family: Coda;
    color: #5e3075;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
  }
  .dropdown-list {
    background-color: #fff;
  }
  .dropdown-list.w--open {
    border-radius: 8px;
  }
  ._1col-content {
    width: 50%;
    margin-bottom: 40px;
  }
  ._1col-content.img {
    width: 70%;
  }
  .media-coverage_links {
    margin-right: 24px;
  }
  .div-block-2 {
    margin-bottom: 30px;
  }
  .hero.protocol {
    background-position: 148% 134%, 0px 0px, 50% 50%;
    background-size: 480px, auto, auto;
  }
  .hero_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero_content-r {
    margin-left: 0px;
    text-align: center;
  }
  .hero_content-l {
    margin-right: 0px;
  }
  .play_button {
    left: 45%;
    top: 35%;
  }
  .hd_p {
    padding-right: 24px;
    padding-left: 24px;
  }
  .heading-3.smaller {
    padding-right: 0px;
  }
  .heading-3.subtitle {
    color: hsla(0, 0%, 100%, .9);
  }
  .partners {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .intro_content_wrapper.team {
    margin-right: 24px;
    margin-left: 24px;
  }
  .platform-logos_wrapper {
    -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;
  }
  .partner_icon {
    margin: 12px 24px;
  }
  .image-11 {
    max-width: 400px;
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .protocol_container {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .protocol_content-l {
    margin-right: 0px;
  }
  .protocol_content-r {
    margin-left: 0px;
    text-align: center;
  }
  .protocol-text_container {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hashdrags_content-l {
    margin-left: 0px;
    text-align: center;
  }
  .developer_content-l {
    margin-right: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
    background-size: auto;
  }
  .text-field {
    border-radius: 0px;
  }
  .footer_logo {
    width: 120px;
    height: 40px;
  }
  .sitemap_link {
    opacity: 0.6;
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
  }
  .sitemap_link:hover {
    opacity: 1;
  }
  .footer_mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .profile_card {
    width: 480px;
    max-width: 100%;
  }
  .grass-texture {
    bottom: -17px;
  }
  .hero_tree-l {
    display: none;
  }
  .hero_tree-r {
    max-width: 80%;
  }
  .title-3 {
    color: #fff;
    text-shadow: 0 2px 4px #000;
  }
  .title-3.howto {
    text-shadow: none;
  }
  .hero_content {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: left;
  }
  .image-14 {
    max-width: 40%;
    padding-right: 24px;
  }
  .capabilities_wrapper {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .capabilities_card-wrapper {
    display: block;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 32px;
    line-height: 40px;
  }
  .text-width {
    padding-right: 24px;
    padding-left: 24px;
  }
  ._2col-content.space-between.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom_container.media_logos {
    -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;
  }
  .media-coverage_links {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .nav {
    height: 50px;
  }
  .logo_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero {
    height: auto;
    max-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero.protocol {
    background-image: -webkit-linear-gradient(120deg, rgba(40, 22, 43, .6), rgba(40, 22, 43, 0)), url('../images/new-aura-bg.jpg');
    background-image: linear-gradient(330deg, rgba(40, 22, 43, .6), rgba(40, 22, 43, 0)), url('../images/new-aura-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }
  .hero_container {
    text-align: center;
  }
  .hero_content-l {
    position: relative;
    z-index: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hd_p {
    padding-right: 32px;
    padding-left: 32px;
  }
  .heading-3.smaller {
    padding-right: 0px;
  }
  .dropdown {
    z-index: 0;
  }
  .dropdown-toggle-3 {
    z-index: 0;
  }
  .m_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #28162b;
  }
  .mobile_menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 24px;
    padding-left: 24px;
    -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;
    cursor: pointer;
  }
  .video-modal_close-button {
    top: -46px;
    right: 0px;
  }
  .partner-advisor_logo {
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .protocol_container {
    text-align: center;
  }
  .protocol_content-l {
    position: relative;
    z-index: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hashdrag_cta.footer {
    text-align: center;
  }
  .developer_content-l {
    position: relative;
    z-index: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer_logo {
    width: 60px;
    margin-right: 32px;
    background-image: url('../images/aura_flat.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer_logo.w--current {
    background-image: url('../images/aura_flat.svg');
  }
  .mobile_menu_drop {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 100vw;
    height: 100vh;
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 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;
    background-color: #160c18;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .mobile_menu_drop-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(191, 120, 211, .2);
    -webkit-transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
    transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
  }
  .mobile_menu_drop-link:hover {
    background-color: #0b040c;
  }
  .mobile_menu_drop-link.cta {
    background-color: #bf78d3;
  }
  .mobile_menu_drop-link.hide {
    display: block;
  }
  .mobile-link_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;
  }
  .grass-texture {
    bottom: -8px;
  }
  .button-3 {
    display: none;
  }
  .button-3.signup-section {
    display: block;
    margin-top: 12px;
  }
  .hero-2 {
    max-height: 100vh;
  }
  .hero_content {
    margin-top: 64px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .image-14 {
    max-width: 50%;
    padding-right: 0px;
  }
  .content-wrapper_dh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-singleline {
    -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;
  }
  .image-15 {
    margin-top: 24px;
  }
  .content-container.protocol-page {
    text-align: center;
  }
  .sticky-column {
    display: none;
  }
  .capabilities_card-wrapper {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .text-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.protocol {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .button.primary {
    padding-right: 8px;
    padding-left: 8px;
  }
  .button-bg {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta {
    padding-right: 4px;
    padding-left: 4px;
    -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;
  }
  .text-width {
    max-width: 80vw;
  }
  .nav-right {
    margin-right: -16px;
  }
  .form_help-text {
    overflow: hidden;
  }
  .image {
    height: 16px;
  }
  .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
  }
  .dropdown-link.w--current {
    color: #5e3075;
  }
  .text-block {
    font-size: 16px;
  }
  ._1col-content.img {
    width: 100%;
  }
  .nav {
    max-width: 100vw;
  }
  .hero {
    max-width: 100vw;
  }
  .hero.protocol {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero_container {
    padding-right: 32px;
    padding-left: 32px;
  }
  .hashdrags_content-r {
    max-width: 80vw;
  }
  .play_button {
    left: 40%;
    padding-left: 4px;
  }
  .heading-3 {
    font-size: 24px;
    line-height: 40px;
  }
  .heading-3.subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .partners {
    height: auto;
  }
  .container-n {
    padding-top: 0px;
  }
  .container-n.team {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container-n.performance_graph {
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro_content_wrapper.protocol {
    padding-right: 16px;
    padding-left: 16px;
  }
  .intro_pararaph.protocol_space-bottom {
    margin-bottom: 64px;
  }
  .platform-logos_wrapper {
    margin-bottom: 32px;
  }
  .partner-logos_wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .partner-advisor_logo {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .image-11 {
    max-width: 80vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .protocol_content-l {
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .protocol_content-l.dragons {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .protocol-text_container {
    margin-top: 0px;
  }
  .hashdrag_cta.footer {
    margin-top: 12px;
    margin-left: 0px;
  }
  .developer_content-l {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .div-block-8 {
    height: 96px;
    max-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field {
    height: 48%;
    border-radius: 0px;
  }
  .submit-button {
    height: 48px;
  }
  .footer_top {
    -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;
  }
  .footer_logo {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .footer_cta {
    -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;
  }
  .footer_cta-header {
    text-align: center;
  }
  .footer_mid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_bot {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .profile_card {
    min-width: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .mobile_menu_drop-link.cta {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero_tree-r {
    display: none;
  }
  .title-3 {
    color: #fff;
    font-size: 2em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .8), 0 2px 0 #000;
  }
  .image-14 {
    max-width: 90%;
  }
  .aura-caption {
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aura-logo {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .performance-graph {
    margin-top: 8px;
  }
  .bar_container {
    margin-left: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .y-axis_label {
    display: none;
  }
  .data_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column_label {
    font-size: 10px;
  }
  .content-column {
    margin-right: 0px;
    margin-left: 0px;
  }
  .content-block_wrapper {
    margin-bottom: 120px;
  }
  .timeline-header {
    background-image: none;
  }
  .timeline-line {
    margin-left: 40px;
  }
  .timeline_content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .timeline_content-wrapper.right {
    width: 100%;
    margin-bottom: 40px;
  }
  .timeline_item-text {
    -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;
    text-align: left;
  }
  .timeline_item-line {
    width: 64px;
  }
  .text-block-2 {
    font-family: Montserrat, sans-serif;
    color: rgba(48, 49, 51, .4);
    font-weight: 500;
    text-align: center;
  }
}

