.report-template a {
  color: #2c56dd;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.report-template ul {
  list-style: disc;
  padding-left: 40px;
}

.link-absolute {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.overlay {
  position: absolute;
  max-width: 80%;
  z-index: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.w-dropdown:hover .w-dropdown-list {
  display: block;
}
.w-dropdown:hover .w-dropdown-toggle {
  background-color: #fff;
}

.image-about-hero {
  width: 40%;
  margin-bottom: 40px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.figure-inner {
  padding: 30px;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #202328;
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  line-height: 150%;
}

img {
  max-width: 100%;
  display: inline-block;
}

.draggable-wrap {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.draggable {
  margin: 5px;
  padding: 10px;
  position: absolute;
}

.draggable._1 {
  width: 130px;
  height: 190px;
  background-image: url('/assets/images/ill1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  top: auto;
  bottom: 18%;
  left: 12%;
  right: auto;
}

.draggable._2 {
  width: 48px;
  height: 48px;
  background-image: url('/assets/images/ill2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  bottom: auto;
  left: 6%;
  right: auto;
}

.draggable._3 {
  width: 90px;
  height: 90px;
  background-image: url('/assets/images/ill3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 19%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.draggable._4 {
  z-index: 1;
  width: 140px;
  height: 130px;
  background-image: url('/assets/images/ill4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 14%;
  bottom: auto;
  left: auto;
  right: auto;
}

.draggable._5 {
  width: 24px;
  height: 24px;
  background-image: url('/assets/images/ill5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 30%;
  bottom: auto;
  left: auto;
  right: 66%;
}

.draggable._6 {
  width: 60px;
  height: 140px;
  background-image: url('/assets/images/ill6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  bottom: 14%;
  left: auto;
  right: 51%;
}

.draggable._7 {
  width: 110px;
  height: 110px;
  background-image: url('/assets/images/ill7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  bottom: 17%;
  left: auto;
  right: 25%;
}

.draggable._8 {
  width: 36px;
  height: 230px;
  background-image: url('/assets/images/ill8.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  bottom: 34%;
  left: auto;
  right: 12%;
}

.draggable._9 {
  width: 73px;
  height: 44px;
  background-image: url('/assets/images/ill9.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  bottom: 41%;
  left: auto;
  right: 2%;
}

.draggable._10 {
  width: 70px;
  height: 70px;
  background-image: url('/assets/images/ill10.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 29%;
  bottom: auto;
  left: auto;
  right: 23%;
}

.draggable-holder {
  z-index: 10;
  max-width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar {
  z-index: 99999;
  width: 100%;
  justify-content: center;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-holder {
  flex: 1;
  justify-content: space-between;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  display: flex;
}

.logo-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-right {
  justify-content: flex-end;
  display: flex;
}

.nav-anchor {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #2c56dd;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  text-decoration: none;
  transition: box-shadow 0.2s;
  display: flex;
}

.nav-anchor:hover {
  box-shadow: inset 0 2px 7px -1px #5f85ff;
}

.nav-anchor.share-button {
  background-color: #d5ddf8;
}

.nav-bar-text {
  color: #2c56dd;
  text-transform: none;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.section-1 {
  height: 100vh;
  background-image: linear-gradient(#2c56dd 9%, #abbbf1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.title-hero {
  z-index: 10;
  cursor: none;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.title-hero.blend-difference {
  position: absolute;
}

.intro-1 {
  height: 80vh;
  background-image: linear-gradient(to top, #fff, #abbbf1);
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-text-holder {
  flex-direction: column;
  padding-left: 14vw;
  padding-right: 14vw;
  display: flex;
}

.intro-text-holder.q3 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.h1 {
  color: #fff;
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
}

.h1.blue {
  color: #2c56dd;
}

.h1.black {
  color: #202328;
}

.h1.test {
  color: rgba(255, 255, 255, 0);
}

.hero-eyebrow {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 90%;
}

.hero-eyebrow.blue {
  color: #2c56dd;
}

.hero-eyebrow.black {
  color: #202328;
}

.hero-eyebrow.circle-test {
  color: #fff;
  letter-spacing: 10px;
  margin-bottom: 42px;
  font-size: 16px;
  font-weight: 600;
}

.hero-sub {
  color: #fff;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.hero-sub.blue {
  color: #2c56dd;
}

.hero-sub.black {
  color: #202328;
}

.h5 {
  color: #202328;
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
}

.intro-2 {
  background-image: linear-gradient(#fff, #d5ddf8);
  padding: 10vh 14vw 14vh;
}

.defi-economy {
  background-image: linear-gradient(to top, #ffe1db, #d5ddf8);
  padding: 7vh 14vw 14vh;
}

.stablecoins {
  height: auto;
  background-image: linear-gradient(#ffe1db, #fff4d4);
  padding: 7vh 14vw 14vh;
}

.defi-assets {
  background-image: linear-gradient(to top, #d7d2f7, #fff4d4);
  padding: 7vh 14vw 14vh;
}

.nfts {
  background-image: linear-gradient(#d7d2f7, #ccf6eb);
  padding: 7vh 14vw 14vh;
}

.defi-regulations {
  background-image: linear-gradient(#ccf6eb, #fff);
  padding: 7vh 14vw 14vh;
  overflow: hidden;
}

.balance-div {
  width: 142px;
}

.nav-share {
  justify-content: flex-end;
  display: none;
}

.blue-logo {
  position: absolute;
}

.text-grid {
  gap: 64px;
  margin-bottom: 50px;
}

.image-center {
  margin-left: auto;
  margin-right: auto;
}

.content-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-holder.with-image {
  align-items: center;
  margin-bottom: 14px;
}

.content-holder.centered {
  z-index: 1;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.content-holder.margin {
  z-index: 1;
  margin-bottom: 80px;
  position: relative;
}

.content-holder.small-margin {
  margin-bottom: 34px;
}

.content-holder.small-margin.nft-distribution {
  justify-content: space-between;
  align-items: baseline;
}

.content-holder.order-swap {
  align-items: center;
}

.coloumn {
  width: 50%;
}

.coloumn.bullet-points {
  padding-right: 30px;
}

.large-body {
  color: #202328;
  margin-top: 0;
  margin-bottom: 10%;
  font-family: Graphik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 130%;
}

.bullet-point {
  justify-content: space-between;
  margin-bottom: 36px;
  display: flex;
}

.number-typestyle {
  color: #2c56dd;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4%;
  font-family: Graphik, sans-serif;
  font-size: 48px;
}

.number-typestyle.margin {
  color: #2c56dd;
  margin-right: 6%;
}

.image {
  width: 290px;
}

.image-coloumn {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-coloumn.left {
  padding-right: 30px;
}

.image-coloumn.left.margin {
  flex-direction: column-reverse;
}

.image-coloumn.right {
  padding-left: 30px;
}

.image-coloumn.right.mobile.vertical {
  flex-direction: column;
}

.image-coloumn.code-editor {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 30px;
}

.text-coloumn {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.text-coloumn.left {
  padding-right: 30px;
}

.text-coloumn.left.code-editor {
  width: 50%;
}

.text-coloumn.left.rows-nfts {
  width: 35%;
  flex-direction: column;
}

.text-coloumn.left._35 {
  width: 35%;
}

.text-coloumn.left.vertical {
  flex-direction: column;
}

.text-coloumn.right {
  flex-direction: column;
  padding-left: 30px;
  padding-right: 0;
}

.text-coloumn.right._65,
.text-coloumn.right._65-v2 {
  width: 65%;
}

.text-coloumn.flexbox {
  flex-direction: column;
}

.paragraph,
.paragraph p {
  color: #202328;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.paragraph.bold,
.paragraph.bold p {
  margin-top: 0;
  font-weight: 600;
}

.paragraph.white,
.paragraph.white p {
  color: #fff;
  position: relative;
}

.paragraph.white a {
  color: #fff;
  text-decoration: underline;
}

.question-title {
  color: #202328;
  margin-right: 10px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.faq-paragraph {
  color: #202328;
  text-align: left;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
  cursor: pointer;
}

.plus-icon {
  color: #202328;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  grid-column: 2/3;
}

.faq-grid {
  grid-template-columns: 1fr 3fr;
  grid-row-gap: 0 !important;
}

.faq-content {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-h1 {
  z-index: 2;
  color: #202328;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Graphik, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.content-h1.mobile {
  display: none;
}

.content-h1.mobile.light-blue {
  color: #d5ddf8;
}

.content-h1.white {
  z-index: -3;
  color: #fff;
  position: relative;
}

.embed-holder {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.embed {
  background-color: #fff;
  border: 1.5px solid #2c56dd;
  border-radius: 23px;
  margin-bottom: 80px;
  padding: 40px;
}

.embed.q3 {
  border-radius: 12px;
  margin-bottom: 80px;
}

.heading-2 {
  width: 70%;
  color: #202328;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
}

.heading-2.table-title {
  width: 100%;
  margin-bottom: 24px;
}

.heading-2.table-title.author {
  margin-bottom: 0;
}

.heading-2.small-chart-title {
  width: 100%;
  text-align: left;
}

.heading-2.job-title {
  width: 70%;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}

.heading-2.bottom-margin {
  margin-bottom: 18px;
}

.legend-holder {
  width: 100%;
  flex-direction: row;
  margin-top: 0;
  display: flex;
}

.legend-holder.test {
  flex-wrap: wrap;
}

.legend-first {
  width: auto;
  flex-direction: row;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.legend-first.wrap-margin {
  margin-top: 10px;
}

.dot-blue {
  width: 9px;
  height: 9px;
  background-color: #2c56dd;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  line-height: 120%;
}

.legend-last {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.legend-last.wrap-margin {
  margin-top: 10px;
}

.dot-purple {
  width: 9px;
  height: 9px;
  background-color: #8777e6;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.image2 {
  width: 75%;
}

.image3 {
  width: 380px;
}

.static-chart {
  margin-bottom: 80px;
}

.table {
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1.5px solid #2c56dd;
  border-radius: 23px;
  grid-template:
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    / 0.5fr 2fr 0.5fr;
  padding: 30px;
}

.table.charts {
  border-width: 1.5px;
  border-color: #2c56dd;
  justify-content: space-around;
  display: block;
}

.table-heading {
  color: #202328;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.table-heading.blue {
  color: #2c56dd;
  margin-bottom: 10px;
  font-size: 16px;
}

.table-small-heading {
  color: #202328;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.table-body {
  color: #202328;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.table-body.blue {
  color: #2c56dd;
}

.divider-table {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.divider-table.blue {
  height: 1.5px;
  background-color: #2c56dd;
  margin-top: 25px;
  margin-bottom: 25px;
}

.external-article {
  height: 100%;
  background-image: linear-gradient(#cbd3ef, #fff 28%);
  border: 1.5px solid #2c56dd;
  border-radius: 23px;
  flex-direction: column;
  grid-template:
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    / 0.5fr 1fr 0.25fr;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.external-article.total-fees-chart {
  flex-direction: column-reverse;
  margin-top: 30px;
  margin-left: 25px;
  margin-right: 25px;
}

.external-article.nft-distribution-chart {
  width: 95%;
  flex-direction: column-reverse;
  align-items: center;
}

.button {
  height: 40px;
  background-color: #2c56dd;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  transition: background-color 0.2s;
  display: flex;
}

.button:hover {
  background-color: #4568e0;
}

.button.about-codefi {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.article-titlle {
  color: #202328;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.button-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.button-text.blue {
  color: #2c56dd;
}

.main-image-holder {
  background-color: #fff;
  border: 1.5px solid #2c56dd;
  border-radius: 23px;
  grid-template:
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    / 0.5fr 1fr 0.25fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding: 30px;
}

.main-image-holder.last-table {
  margin-bottom: 0;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal-alt 60s linear infinite;
}

@keyframes marquee-horizontal-alt {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

.marquee-horizontal-2 {
  z-index: 5;
  width: 100%;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.marquee-text-2 {
  color: #202328;
  text-transform: none;
  flex: none;
  margin-right: 8vw;
  font-family: Graphik, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.marquee-text-2.outline {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #202328;
}

.art-nfts {
  background-color: #ccf6eb;
  background-image: linear-gradient(#ccf6eb, #fff);
  padding: 7vh 14vw 14vh;
}

.image5 {
  width: 320px;
}

.image6 {
  width: 370px;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: end;
  justify-items: center;
  margin-top: 7vh;
}

.chart {
  width: 100%;
}

.charts {
  width: 100%;
  display: flex;
}

.chart-holder {
  width: 33%;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.chart-holder.padding {
  padding-top: 20px;
}

.chart-container {
  width: 100%;
  display: flex;
}

.piechart {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.chart-title {
  color: #202328;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.chart-title.right-align {
  text-align: left;
  margin-bottom: 0;
}

.chart-date {
  color: #2c56dd;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.art-volume-numbers {
  max-height: 10%;
  padding-right: 10px;
}

.boomers {
  width: 100%;
}

.illustration-holder {
  width: 100%;
  background-image: linear-gradient(#cbd3ef, #fff 28%);
  border: 1.5px solid #2c56dd;
  border-radius: 23px;
  flex-direction: column;
  grid-template:
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    / 0.5fr 1fr 0.25fr;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.tsvetan-nft {
  width: 100%;
  height: 100%;
}

.image7 {
  width: 340px;
}

.list {
  padding-left: 20px;
}

.chartnftpiechartjan {
  width: 20vw;
  height: 20vh;
  background-color: rgba(0, 0, 0, 0);
}

.chartnftpiechartfeb {
  width: 30vw;
  height: 30vh;
  background-color: rgba(0, 0, 0, 0);
}

.chartnftpiechartmar {
  width: 50vw;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0);
}

.totalfees {
  width: 100%;
  height: 45vh;
}

.nfts-beyond-crypto-art {
  padding: 7vh 14vw 14vh;
}

.nftdistribution {
  width: 100vw;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0);
}

.table2 {
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1.5px solid #2c56dd;
  border-radius: 23px;
  grid-template:
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    / 0.5fr 0.5fr 0.5fr 0.5fr;
  padding: 30px;
}

.jacob-nft {
  width: 100%;
  height: 100%;
}

.nft-distribution-images {
  height: 70px;
  margin-bottom: 25px;
}

.nft-distribution-images._2 {
  border-radius: 10px;
}

.dot-electric-green {
  width: 9px;
  height: 9px;
  background-color: #99eed7;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-grey {
  width: 9px;
  height: 9px;
  background-color: #698999;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.looking-ahead {
  background-image: linear-gradient(to top, #ccf6eb, #fff);
  padding: 7vh 14vw 14vh;
}

.spacing-div-holder {
  width: 50%;
  display: flex;
}

.div-space {
  width: 5%;
  padding-left: 20px;
  padding-right: 28px;
}

.html-embed {
  width: 100vw;
  height: 50vh;
}

.defi-solutions {
  z-index: 1;
  background-color: #fff;
  padding: 7vh 14vw 14vh;
  position: relative;
}

.blue-border-image {
  width: 100%;
  border: 1.5px solid #2c56dd;
  border-radius: 23px;
}

.blue-border-image.margin {
  margin-bottom: 32px;
}

.blue-border-image.margin.smaller {
  width: 65%;
}

.blue-border-image.margin.padding {
  background-color: #fff;
  padding: 5px;
}

.dot-lightblue {
  width: 9px;
  height: 9px;
  background-color: #abbbf1;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-pink {
  width: 9px;
  height: 9px;
  background-color: #f78ccc;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-orange {
  width: 9px;
  height: 9px;
  background-color: #f19c50;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-grey2 {
  width: 9px;
  height: 9px;
  background-color: #e5e5e5;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.about {
  z-index: -1;
  background-color: #2c56dd;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -100vh;
  padding-left: 14vw;
  padding-right: 14vw;
  position: relative;
}

.sticky-holder {
  z-index: -1;
  width: 100%;
  height: 200vh;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sticky-holder._2.q3 {
  height: 100vh;
}

.sticky-section {
  z-index: 0;
  position: relative;
}

.sticky {
  width: 65%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky._2 {
  z-index: 0;
  width: 100%;
}

.sticky._2.q3 {
  height: auto;
}

.about-codefi-button {
  z-index: 0;
  margin-top: 40px;
  position: relative;
}

.link-block-2 {
  width: 25%;
}

.link {
  cursor: pointer;
}

.dot-orange2 {
  width: 9px;
  height: 9px;
  background-color: #f19c50;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-pink2 {
  width: 9px;
  height: 9px;
  background-color: #f9b2dd;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-grey3 {
  width: 9px;
  height: 9px;
  background-color: #ccd9e3;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-pink3 {
  width: 9px;
  height: 9px;
  background-color: #f13faa;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-green {
  width: 9px;
  height: 9px;
  background-color: #01d49a;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-black {
  width: 9px;
  height: 9px;
  background-color: #202328;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-purple2 {
  width: 9px;
  height: 9px;
  background-color: #afa5ee;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-purple3 {
  width: 9px;
  height: 9px;
  background-color: #5f4add;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.dot-grey4 {
  width: 9px;
  height: 9px;
  background-color: #abbbf1;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.authors {
  z-index: -2;
  background-color: #fff;
  margin-top: -100vh;
  padding-left: 14vw;
  padding-right: 14vw;
  position: relative;
}

.authors-grid {
  width: 100%;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.authors-grid.q3 {
  grid-row-gap: 32px;
}

.author-holder {
  flex-direction: column;
  display: flex;
}

.author-profile-image {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 14px;
}

.link-authors {
  width: 25%;
  font-family: Graphik, sans-serif;
  font-size: 14px;
}

.code-holder {
  justify-content: center;
  align-items: center;
  margin: 14vh 14vw;
  display: flex;
  position: relative;
}

.code-holder.svg {
  display: none;
}

.code-div {
  position: relative;
}

.code-green {
  color: #29af68;
  transition: opacity 0.2s;
}

.code-green:hover {
  text-shadow: 0 0 12px #3cff00;
}

.hover-box-amountin {
  width: 130px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 7px;
  display: none;
  position: absolute;
  top: -121%;
  right: 78%;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.39);
}

.slide-nav {
  display: none;
}

.white {
  color: #fff;
}

.slider-heading {
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Graphik, sans-serif;
}

.slider-left-content {
  width: 100%;
}

.custom-slide-wrapper {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mask {
  height: 100%;
}

.sub-text {
  font-family: Graphik, sans-serif;
}

.ghost-slide {
  height: 100%;
}

.right-arrow-2 {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #2c56dd;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  top: 0%;
  bottom: 0%;
  left: 60px;
  right: auto;
}

.slider-2 {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 32px;
}

.slider-left-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 40px;
  display: grid;
}

.custom-slide {
  padding-right: 40px;
  position: relative;
}

.left-arrow-2 {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #2c56dd;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.top-text {
  color: #2c56dd;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.custom-slider-mask {
  width: 250%;
  height: 100%;
  overflow: hidden;
}

.nft-gallery {
  padding: 14vw;
  position: relative;
  overflow: hidden;
}

.nft-gallery._2 {
  height: auto;
  background-color: #eff9ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3 {
  height: 80vh;
  justify-content: center;
  align-items: center;
  margin-left: 14vw;
  margin-right: 14vw;
  display: flex;
}

.counter-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.counter-block {
  width: 420px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter {
  color: #2c56dd;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Graphik, sans-serif;
  font-size: 60px;
}

.counter-support-text {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-3 {
  position: absolute;
  top: 66%;
  bottom: 0%;
  left: 14%;
  right: 0%;
}

.icon-2 {
  color: #5b668b;
  font-size: 22px;
}

.left-arrow-3 {
  position: absolute;
  top: 66%;
  bottom: 0%;
  left: 0%;
  right: 14%;
}

.slide-4 {
  position: relative;
}

.slider-4 {
  height: 100%;
  max-width: 1030px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-3 {
  color: #5b668b;
  font-size: 22px;
}

.mask-2 {
  width: 100%;
}

.charts-holder-test {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-charts-test {
  z-index: 1;
  width: 100vw;
  height: 150%;
  background-color: #243057;
  margin-top: 0;
  position: absolute;
  top: -78.5%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.div-block-5 {
  width: 19%;
  height: 12%;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 77%;
  bottom: 0%;
  box-shadow: 0 6px 7px -1px rgba(0, 0, 0, 0.06);
}

.grid-4 {
  z-index: -10;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-6 {
  height: 100%;
  border: 0.5px solid #ebebeb;
}

.language-holder {
  z-index: 11;
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.language-holder.circle-test {
  justify-content: center;
  display: flex;
  bottom: 3%;
}

.language-text {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Graphik, sans-serif;
}

.language-text.blue {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #2c56dd;
}

.link-2 {
  color: #fff;
}

.link-2.blue {
  color: #2c56dd;
}

.div-block-7 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
}

.div-block-8 {
  width: 50%;
  height: 50%;
}

.grid-5 {
  grid-template:
    '. Area Area Area Area Area Area Area Area'
    '. Area Area Area Area Area Area Area Area'
    '. Area Area Area Area Area Area Area Area'
    '. . . . . . . . .'
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.text-block-5 {
  text-align: right;
}

.test-svg-animation {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
}

.interactive-points {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.point-1 {
  z-index: 3;
  width: 30px;
  height: 30px;
  background-color: #19f0ba;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 38%;
  bottom: 0%;
  left: 79%;
  right: 0%;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.stroke {
  width: 90px;
  height: 102px;
  cursor: pointer;
  position: absolute;
}

.paragraph-3 {
  color: #fff;
}

.lottie-animation {
  margin-top: -7px;
  padding-right: 0;
}

.test-smart-contracts {
  display: flex;
}

.coloumn-smart-contracts {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#26292d 58%, #202328);
  border-radius: 3px;
  align-self: center;
  position: relative;
  box-shadow: 0 -15px 20px rgba(0, 0, 0, 0.2);
}

.coloumn-smart-contracts._2 {
  background-color: rgba(0, 0, 0, 0);
}

.coloumn-smart-contracts._3 {
  background-color: #060924;
  border: 1px solid #2c56dd;
}

.hoverbox-1 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 23%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.hoverbox-1._2 {
  top: 45%;
}

.text-span {
  color: #3161ff;
}

.text-block-6 {
  color: #d5ddf8;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 24px;
  font-family: Graphik, sans-serif;
  line-height: 150%;
}

.text-block-6.numbers {
  width: 10%;
  color: #4d4f53;
  text-align: right;
  padding-right: 0;
}

.tab-link-tab-3 {
  color: #d5ddf8;
  background-color: #2f3337;
  border-top: 3px solid #2f3337;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.tab-link-tab-3.w--current {
  color: #d5ddf8;
  background-color: #26292d;
  border-top: 3px solid #2c56dd;
  margin-left: 0;
}

.text-span-2,
.text-span-3,
.text-span-4,
.text-span-5,
.text-span-6 {
  color: #333863;
}

.bold-text {
  font-weight: 400;
}

.text-span-7 {
  color: #9a4acf;
}

.text-span-8 {
  color: #3161ff;
}

.q2-main-section {
  height: 100vh;
  background-color: #2c56dd;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: skew(0deg);
}

.q2-title-hero {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.decentralize-text {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
  margin-left: 1%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.view-project-text-moving {
  color: #2c56dd;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
}

.cursor-wrapper {
  z-index: 1;
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 73%;
}

.view-project-text {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  width: 565px;
  height: 565px;
  opacity: 1;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor-activate {
  z-index: 50;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.testsetest {
  height: 100vh;
  color: #ff8989;
  background-color: #ffc7c7;
}

.glow {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.glow-circle {
  width: 500px;
  height: 500px;
  background-color: #ccf6eb;
  border-radius: 50%;
  display: flex;
  position: absolute;
  bottom: 21%;
}

.glow-circle-2 {
  width: 1000px;
  height: 1000px;
  background-color: #fff4d4;
  border-radius: 50%;
  display: flex;
  position: relative;
  top: 43%;
  right: 37%;
}

.q2-nav-bar {
  backdrop-filter: blur(1em);
  z-index: 100;
  height: 58px;
  background-color: rgba(255, 255, 255, 0.35);
  background-image: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.64));
  border: 1px solid #2c56dd;
  border-radius: 12px;
  margin-top: 15px;
  margin-left: 100px;
  margin-right: 100px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 6px 12px 4px rgba(44, 86, 221, 0.05), inset 0 1px 2px rgba(255, 255, 255, 0.6),
    inset 0 -1px 2px rgba(0, 0, 0, 0.15);
}

.nav-container {
  height: 100%;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1.25fr 0.25fr;
}

.nav-container.has-language {
  grid-template-columns: auto auto 1.25fr 0.25fr 0.25fr;
}

.logo-holder {
  border-right: 1px solid #2c56dd;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-navbar {
  width: 1px;
  background-color: #2c56dd;
}

.menu-container {
  border-right: 1px solid #2c56dd;
  align-items: center;
  display: flex;
}

.q2-menu {
  width: 100%;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.nav-anchor-q2 {
  cursor: pointer;
  border: 1px solid #2c56dd;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 12px;
  text-decoration: none;
  transition: box-shadow 0.2s;
  display: flex;
}

.nav-anchor-q2:hover {
  background-color: #fff;
}

.nav-anchor-q2.share-button {
  background-color: #d5ddf8;
}

.nav-anchor-copy {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #2c56dd;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  text-decoration: none;
  transition: box-shadow 0.2s;
  display: flex;
}

.nav-anchor-copy:hover {
  box-shadow: inset 0 2px 7px -1px #5f85ff;
}

.nav-anchor-copy.share-button {
  background-color: #d5ddf8;
}

.progress-bar-container {
  border-right: 1px solid #2c56dd;
  align-items: center;
  display: flex;
}

.progress-bar-holder {
  width: 100%;
  height: 8px;
  min-width: 50px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.progress-bar-outline {
  width: 100%;
  border: 1px solid #2c56dd;
  border-radius: 3px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.progress-bar-fill {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #2c56dd 96%, rgba(255, 255, 255, 0));
  margin-left: -100%;
  position: absolute;
}

.share-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.twitter {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 6px;
}

.burger-menu,
.nav-expand-container {
  display: none;
}

.navbar-2 {
  height: 65px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-button {
  display: none;
}

.burger-menu-2 {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px;
  display: flex;
}

.burger-menu-2.cursor-hover {
  cursor: pointer;
  margin-right: -10px;
}

.line-1 {
  width: 30px;
  height: 2px;
  background-color: #2c56dd;
  margin-bottom: 5px;
  transform: rotate(0);
}

.line-2 {
  width: 30px;
  height: 2px;
  background-color: #2c56dd;
  border-radius: 20px;
  margin-top: 5px;
}

.menu-title {
  color: #000;
  font-size: 48px;
  font-weight: 500;
}

.menu-title.contact,
.menu-title.about,
.menu-title.nav-projects {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu-title {
  padding-bottom: 0;
  overflow: hidden;
}

.underline-nav-menu {
  width: 50%;
  height: 1px;
  background-color: #000;
  margin-top: 17px;
}

.nav-menu {
  z-index: 8;
  height: 100vh;
  background-color: #e5d9cf;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 10% 5%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-6 {
  width: 100%;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 100%;
  margin-top: -2%;
}

.menu-link {
  text-decoration: none;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-dropdown-1 {
  width: auto;
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.wg-code {
  display: none;
}

.wg-dd-1-togle {
  z-index: 1;
  width: 100%;
  color: #2c56dd;
  flex-direction: column;
  padding: 10px 15px;
}

.wg-selector-text-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wg-flag-ico {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 3px;
}

.wg-dd-1-list {
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px rgba(17, 23, 156, 0.07);
}

.wg-dd-1-list.wg-dropdown-link-flag {
  width: 99%;
}

.wg-dd-1-list.wg-dropdown-link-flag.q3.w--open {
  display: none;
}

.wg-element {
  border-right: 1px solid #2c56dd;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  display: flex;
  position: relative;
}

.wg-flag {
  width: 20px;
  height: 16px;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.wg-dropdown-1-link {
  width: 100%;
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.1s;
  display: flex;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #2c56dd;
}

.html-embed-4 {
  width: 50px;
  height: 50px;
}

.html-embed-5 {
  display: flex;
}

.twitter-button {
  width: 30px;
  height: 30px;
  color: rgba(44, 86, 221, 0);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.q2-intro {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(to top, rgba(171, 187, 241, 0.47), #fff 56%);
  border: 1px solid #2c56dd;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 14vh 15vw;
}

.q2-intro-text {
  margin-bottom: 80px;
}

.q2-intro-text p {
  color: #202328;
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 22px;
  line-height: 160%;
}

.q2-intro-text a {
  color: #2c56dd;
  text-decoration: none;
}

.lottie-animation-4 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-4.blend-difference {
  background-color: #fff;
}

.q2-main-section-test {
  height: 100vh;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-hero-copy {
  z-index: 10;
  cursor: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.left-section-hero {
  width: 62.31%;
  height: 100vh;
  align-items: center;
  padding-left: 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-section-hero {
  width: 37.69%;
  height: 100vh;
  background-color: #fff;
  border-left: 1px solid #2c56dd;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.hero-intro-test {
  max-width: 1440px;
  padding-top: 25%;
  padding-bottom: 25%;
  display: flex;
}

.q2-intro-text-hero {
  color: #202328;
  text-align: left;
  padding-left: 16%;
  padding-right: 16%;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.shapes {
  position: absolute;
  top: 71%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-fill-1 {
  background-color: #ccf6eb;
  border-radius: 50%;
}

.cursor-fill-2 {
  filter: blur(120px);
  background-color: #ccf6eb;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-fill-3 {
  opacity: 0.9;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background.hero {
  width: 100%;
  height: 100vh;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.noise {
  background-position: 0 0;
  background-size: 5%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.noise.blend-overlay {
  opacity: 0.06;
  mix-blend-mode: overlay;
}

.title-distort {
  z-index: 0;
  width: 90%;
  height: 230px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 139%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.title-hero-circle {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.title-hero-circle.blend-difference {
  position: absolute;
}

.circle-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-circle {
  max-width: 70%;
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.title-hero-copy {
  z-index: 10;
  cursor: none;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
}

.title-hero-copy.blend-difference {
  position: absolute;
}

.defi-economy-q2 {
  border-bottom: 1px solid #2c56dd;
  padding: 14vh 15vw;
  position: relative;
  overflow: hidden;
}

.large-paragraph,
.large-paragraph p {
  color: #202328;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 22px;
  line-height: 160%;
}

.large-paragraph.bold,
.large-paragraph.bold p {
  margin-top: 0;
  font-weight: 600;
}

.large-paragraph.white,
.large-paragraph.white p {
  z-index: -3;
  color: #fff;
  position: relative;
}

.paragraph.light-blue,
.paragraph.light-blue p {
  color: #d5ddf8;
}

.large-paragraph.light-blue,
.large-paragraph.light-blue p {
  color: #d5ddf8;
}

.chart-holder-q2 {
  background-color: #fff;
  border: 1.5px solid #2c56dd;
  border-radius: 12px;
  margin-bottom: 80px;
  padding: 40px;
}

.report-logo {
  min-width: 120px;
  padding-left: 12px;
  padding-right: 12px;
}

.maus {
  width: 340px;
}

.intro-sections-holder {
  margin-bottom: 48px;
  display: flex;
}

.q2-intro-sections {
  border-top: 0 solid #2c56dd;
  border-bottom: 1px solid #2c56dd;
  justify-content: center;
  align-items: center;
  padding: 14vh 15vw;
  position: relative;
}

.sections-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 12px 4px rgba(44, 86, 221, 0.05);
}

.sections-card.horizontal {
  margin-bottom: 32px;
}
.sections-card.last {
  margin-bottom: 0;
}

.sections-card.q3 {
  border: 1.5px solid #2c56dd;
  display: flex;
}

.sections-card.border {
  border: 1.5px solid #2c56dd;
}

.left-side-card {
  width: 100%;
  height: 250px;
  background-image: linear-gradient(315deg, #d5ddf8, #fff 57%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.left-side-card.q3 {
  width: 40%;
  height: auto;
  border-radius: 12px 0 0 12px;
}

.right-side-card {
  width: 100%;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.right-side-card._1st-card-mobile.q3 {
  width: 60%;
  height: auto;
  padding-bottom: 32px;
}

.right-side-card.q3 {
  height: auto;
  padding-bottom: 32px;
}

.paragraph-q2,
.paragraph-q2 p {
  color: #202328;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  line-height: 160%;
}

.paragraph-q2.bold {
  margin-top: 0;
  font-weight: 600;
}

.paragraph-q2.white {
  z-index: -3;
  color: #fff;
  position: relative;
}

.paragraph-q2.light-blue,
.paragraph-q2.light-blue p {
  color: #d5ddf8;
}

.paragraph-q2.light-blue.code-editor {
  margin-bottom: 20px;
}

.paragraph-q2.margin {
  margin-bottom: 30px;
}

.cta-container {
  width: 70%;
  flex: 0 auto;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
}

.small-cta-text {
  color: #2c56dd;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.arrow {
  width: 18px;
  margin-bottom: 4px;
  margin-left: 10px;
}

.cards-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.chart-holder-lottie {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 80px;
  padding: 60px;
  box-shadow: 0 6px 12px 4px rgba(44, 86, 221, 0.05);
  overflow: hidden;
}

.chart-holder-lottie.border {
  border: 1.5px solid #2c56dd;
}

.chart-holder-lottie.no-margin {
  margin-bottom: 0;
}

.chart-holder-lottie.image-padding {
  padding: 0;
}

.chart-holder-lottie.relative {
  z-index: 1;
  position: relative;
}

.caption,
.caption p {
  color: #797b7e;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 10px;
  line-height: 150%;
}

.caption.lottie {
  margin-top: 0;
}

.caption._60 {
  width: 60%;
}

.caption._60.centtered {
  width: 100%;
  text-align: center;
}

.caption.code-editor {
  color: #d5ddf8;
  margin-top: 0;
  margin-bottom: 20px;
}

.token-swap {
  background-image: linear-gradient(#202328, #202328);
  padding: 14vh 15vw;
  position: relative;
  overflow: hidden;
}

.tabs-menu {
  background-color: #2f3337;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.code-editor-tabs {
  color: #d5ddf8;
  text-align: center;
  font-family: Graphik, sans-serif;
  display: block;
}

.text-block-10 {
  color: #202328;
  font-family: Graphik, sans-serif;
}

.text-block-11 {
  text-align: center;
  font-family: Graphik, sans-serif;
}

.blur-background-shape {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: 60%;
  right: 0%;
}

.background-blur {
  z-index: 0;
  width: 800px;
  height: 700px;
  filter: blur(70px);
  background-color: #ccf6eb;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -42%;
  left: 57%;
  right: 0%;
}

.background-blur._2 {
  top: 0%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.static-chart-holder {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 12px 4px rgba(44, 86, 221, 0.05);
}

.static-chart-holder.ethaddresses {
  padding-top: 16px;
}

.static-chart-holder.image-border {
  border: 1px solid #2c56dd;
  overflow: hidden;
}

.static-chart-container {
  margin-bottom: 80px;
}

.static-chart-container.ethaddresses {
  padding-top: 16px;
}

.decentralized-exchanges {
  background-image: linear-gradient(rgba(204, 246, 235, 0.49), rgba(255, 255, 255, 0) 61%);
  padding: 14vh 15vw;
  position: relative;
  overflow: hidden;
}

.info-section {
  height: 250px;
  border-radius: 12px;
  margin-bottom: 80px;
  overflow: hidden;
  box-shadow: 0 6px 12px 4px rgba(44, 86, 221, 0.05);
}

.defi-governance-sticky {
  border-bottom: 1px solid #2c56dd;
  padding: 14vh 15vw;
  position: relative;
}

.sticky-logo {
  width: 50%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sticky-logo.left {
  padding-right: 30px;
}

.sticky-logo.left.margin {
  flex-direction: column-reverse;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.sticky-logo.right {
  padding-left: 30px;
}

.sticky-logo.code-editor {
  width: 50%;
  padding-left: 30px;
}

.list-2 {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 17px;
}

.list-margin {
  margin-bottom: 8px;
  font-family: Graphik, sans-serif;
}

.blue-background {
  z-index: -6;
  opacity: 0;
  background-color: #ebf0f4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blue-background._2 {
  background-color: #ccf6eb;
}

.blue-background._3,
.blue-background._4 {
  background-color: #fcd9ee;
}

.blue-background._4 {
  background-color: #dbe5fe;
}

.blue-background._5 {
  background-color: #ccf6eb;
}

.sticky-logo-image {
  width: 310px;
}

.sticky-logo-image-aave {
  width: 150px;
}

.sticky-logo-image-airswap {
  width: 230px;
}

.sticky-logo-image-yearn {
  width: 170px;
}

.sticky-logo-image-compound {
  width: 210px;
}

.content-h1-q2 {
  z-index: 2;
  color: #202328;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Graphik, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.content-h1-q2.mobile {
  display: flex;
}

.content-h1-q2.mobile.light-blue {
  color: #d5ddf8;
}

.content-h1-q2.white {
  z-index: -3;
  color: #fff;
  position: relative;
}

.content-h1-q2.centered {
  text-align: center;
}

.eyebrow {
  color: #2c56dd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
}

.eyebrow.blue {
  color: #2c56dd;
  margin-bottom: 10px;
  font-size: 16px;
}

.eyebrow.intro {
  text-align: center;
  margin-bottom: 38px;
}

.external-articles-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  justify-items: center;
  margin-top: 7vh;
}

.external-article-q2 {
  height: 100%;
  background-image: linear-gradient(#cbd3ef, #fff 28%);
  border: 1px solid #2c56dd;
  border-radius: 23px;
  flex-direction: column;
  grid-template:
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    / 0.5fr 1fr 0.25fr;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.external-article-q2.total-fees-chart {
  flex-direction: column-reverse;
  margin-top: 30px;
  margin-left: 25px;
  margin-right: 25px;
}

.external-article-q2.nft-distribution-chart {
  width: 95%;
  flex-direction: column-reverse;
  align-items: center;
}

.external-article-q2.margin {
  margin-bottom: 30px;
}

.circle-container-absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.circle-container-absolute._2 {
  position: absolute;
  top: 79%;
  bottom: 0%;
  left: -104%;
  right: auto;
}

.circle-container-absolute._3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -81%;
}

.absolute-hero-image {
  max-width: 120%;
}

.absolute-hero-image._2 {
  max-width: 40%;
}

.absolute-hero-image._3 {
  max-width: 20%;
}

.photo-holder {
  height: 250px;
  background-image: linear-gradient(#f5f7fd, #fff);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 12px 4px rgba(44, 86, 221, 0.05);
}

.photo-holder.asset-management {
  border: 1px solid #2c56dd;
}

.circle-container-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-container-copy._2 {
  position: absolute;
  top: 79%;
  bottom: 0%;
  left: -104%;
  right: auto;
}

.circle-container-copy._3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -81%;
}

.image-absolute {
  width: 1000px;
  max-width: none;
}

.image-absolute._2 {
  max-width: 40%;
}

.image-absolute._3 {
  max-width: 20%;
}

.image-absolute-2 {
  width: 1800px;
  max-width: none;
}

.image-absolute-2._2 {
  max-width: 40%;
}

.image-absolute-2._3 {
  max-width: 20%;
}

.asset-management-mobile {
  width: 100%;
  display: none;
}

.photo-holder-half {
  width: calc(50% - 32px);
  height: 250px;
  border: 1px solid #2c56dd;
  border-radius: 12px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  margin: auto 0;
  box-shadow: 0 6px 12px 4px rgba(44, 86, 221, 0.05);
}

.hedge-fund-illustrations {
  width: 50%;
}

.hedge-fund-illustrations._2 {
  width: 58%;
}

.line-expand-menu {
  width: 30px;
  height: 2px;
  background-color: #2c56dd;
  margin-bottom: 5px;
  transform: rotate(0);
}

.blue-logo-copy {
  position: absolute;
}

.eth-addresses {
  width: 100%;
}

.eth-addresses.mobile {
  display: none;
}

.blur-2 {
  z-index: -30;
  max-width: 90%;
  position: absolute;
  top: 41%;
  bottom: 0%;
  left: 41%;
  right: 0%;
}

.blur-2._3 {
  left: -20%;
}

.blur-2._3.q3 {
  top: 22%;
}

.blur-2._11 {
  top: 47%;
  left: -20%;
}

.blur-2._11.q3 {
  top: 22%;
}

.blur-2._13 {
  top: 23%;
  left: 13%;
}

.blur-2._13.q3 {
  top: 22%;
}

.blur-2._16 {
  left: -20%;
}

.blur-2._16.q3 {
  top: 22%;
}

.chart.mobile {
  display: none;
}

.chart.corners {
  width: 100%;
  border-radius: 12px;
}

.bold-text-2 {
  font-weight: 600;
}

.transferfrom-1st {
  color: #01d49a;
}

.transferform-2nd {
  color: #92b0fb;
}

.transfer-3rd {
  color: #fedf7d;
}

.transfer-6th {
  color: #ff896e;
}

.transfer-7th {
  color: #f78ccc;
}

.hoverbox-2 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 41%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.hoverbox-2._2 {
  top: 45%;
}

.hoverbox-3 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 62%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.hoverbox-3._2 {
  top: 45%;
}

.hoverbox-4 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 71%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.hoverbox-4._2 {
  top: 45%;
}

.hoverbox-5 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 79%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.hoverbox-5._2 {
  top: 45%;
}

.tab-content {
  display: flex;
}

.paragraph-4 {
  width: 5%;
}

.approve-1st-hover {
  color: #01d49a;
}

.approve-2nd-hover {
  color: #92b0fb;
}

.approve-3rd-hover {
  color: #fedf7d;
}

.approve-4th {
  color: #ff896e;
}

.approve-5th {
  color: #f78ccc;
}

.transfer-4th {
  color: #7964f1;
}

.transfer-5th {
  color: #9dfff3;
}

.approvehover-1 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 26%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.approvehover-1._2 {
  top: 45%;
}

.approvehover-2 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 46%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.approvehover-2._2 {
  top: 45%;
}

.approvehover-3 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 56%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.approvehover-3._2 {
  top: 45%;
}

.approvehover-4 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 66%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.approvehover-4._2 {
  top: 45%;
}

.approvehover-5 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 76%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.approvehover-5._2 {
  top: 45%;
}

.transferhover-1 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 19%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.transferhover-1._2 {
  top: 45%;
}

.transferhover-2 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 36%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.transferhover-2._2 {
  top: 45%;
}

.transferhover-3 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 42%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.transferhover-3._2 {
  top: 45%;
}

.transferhover-4 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 56%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.transferhover-4._2 {
  top: 45%;
}

.transferhover-5 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 66%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.transferhover-5._2 {
  top: 45%;
}

.transferhover-6 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 73%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.transferhover-6._2 {
  top: 45%;
}

.transferhover-7 {
  z-index: 10;
  width: 84%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  top: 85%;
  left: 5%;
  right: 0%;
  box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.27);
}

.transferhover-7._2 {
  top: 45%;
}

.twitter-button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
  text-decoration: none;
  display: block;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.button-2 {
  z-index: -555;
  display: none;
}

.hero-background-q3-home {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.title-hero-circle-q3 {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.title-hero-circle-q3.blend-difference {
  position: absolute;
}

.hidden-block {
  width: 50px;
  height: 50px;
  background-color: #abbbf1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-4 {
  color: #2c56dd;
  padding-top: 105px;
  padding-bottom: 105px;
  font-family: Graphik, sans-serif;
  font-size: 64px;
}

.hero-background-q3-mobile,
.hero-background-q3-tablet {
  display: none;
}

.paragraph-q3 {
  color: #202328;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  line-height: 160%;
}

.paragraph-q3.bold {
  margin-top: 0;
  font-weight: 600;
}

.paragraph-q3.white {
  z-index: -3;
  color: #fff;
  position: relative;
}

.paragraph-q3.light-blue {
  color: #d5ddf8;
}

.paragraph-q3.light-blue.code-editor {
  margin-bottom: 20px;
}

.paragraph-q3.bullet {
  color: #2c56dd;
  margin-bottom: 10px;
}

.paragraph-q3.bottom-margin {
  margin-bottom: 10px;
}

.cards-container-q3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.list-3 {
  color: #2c56dd;
  padding-left: 16px;
}

.dot-yellow {
  width: 9px;
  height: 9px;
  background-color: #fedf7d;
  border-radius: 50px;
  flex: none;
  margin-right: 15px;
}

.table3 {
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1.5px solid #2c56dd;
  border-radius: 12px;
  grid-template:
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    / 2fr 0.5fr 0.5fr 0.5fr;
  padding: 30px;
}

.table4 {
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1.5px solid #2c56dd;
  border-radius: 12px;
  grid-template:
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    '.'
    / 1.5fr 1.5fr;
  padding: 30px;
}

.content-h2-q3 {
  z-index: 2;
  width: 50%;
  color: #202328;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.content-h2-q3.mobile {
  display: flex;
}

.content-h2-q3.mobile.light-blue {
  color: #d5ddf8;
}

.content-h2-q3.white {
  z-index: -3;
  color: #fff;
  position: relative;
}

.content-h2-q3.centered {
  text-align: center;
}

.the-defi-economy {
  background-image: linear-gradient(rgba(249, 178, 221, 0.35), rgba(255, 255, 255, 0) 61%);
  border-bottom: 1px solid #2c56dd;
  padding: 14vh 15vw;
  position: relative;
  overflow: hidden;
}

.the-web3-economy {
  border-bottom: 1px solid #2c56dd;
  padding: 14vh 15vw;
  position: relative;
  overflow: hidden;
}

.q3-intro {
  background-image: linear-gradient(to top, rgba(171, 187, 241, 0.47), #fff 56%);
  border: 1px solid #2c56dd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14vh 15vw;
  display: flex;
}

.q3-intro-text {
  color: #202328;
  text-align: center;
  margin-bottom: 120px;
  padding-left: 16%;
  padding-right: 16%;
  font-family: Graphik, sans-serif;
  font-size: 22px;
  line-height: 160%;
}

.heading-5 {
  width: 70%;
  color: #202328;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.heading-5.table-title {
  width: 100%;
  margin-bottom: 24px;
}

.heading-5.table-title.author {
  margin-bottom: 0;
}

.heading-5.small-chart-title {
  width: 100%;
  text-align: left;
}

.heading-5.job-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}

.heading-5.bottom-margin {
  margin-bottom: 18px;
}

.heading-5.above-chart {
  margin-bottom: 20px;
}

.heading-2-copy {
  width: 70%;
  color: #202328;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
}

.heading-2-copy.table-title {
  width: 100%;
  margin-bottom: 24px;
}

.heading-2-copy.table-title.author {
  margin-bottom: 0;
}

.heading-2-copy.small-chart-title {
  width: 100%;
  text-align: left;
}

.heading-2-copy.job-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}

.heading-2-copy.bottom-margin {
  margin-bottom: 18px;
}

.nft-profiles {
  background-image: linear-gradient(#fff, #b6cafc 12%, #fcd9ee 33%, #fff);
  border-bottom: 1px solid #2c56dd;
  padding: 14vh 15vw;
  position: relative;
  overflow: hidden;
}

.nfts-q3 {
  padding: 14vh 15vw;
  position: relative;
  overflow: hidden;
}

.nft-profiles-image-holder {
  background-color: #fff;
  background-image: url('/assets/images/Screenshot-2021-11-04-at-14.20.37.png');
  background-position: 50%;
  background-size: cover;
  border: 1.5px solid #2c56dd;
  border-radius: 12px;
  padding: 30px;
  box-shadow: inset 0 6px 10px #fff, 0 6px 12px 4px rgba(44, 86, 221, 0.05);
}

.nft-profiles-image-holder.no-margin {
  margin-bottom: 0;
}

.nft-profiles-image-holder.margin {
  margin-bottom: 80px;
}

.nft-profile-name {
  color: #202328;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.nft-profile-name.lottie {
  margin-top: 0;
}

.nft-profile-name._60 {
  width: 60%;
}

.nft-profile-name._60.centtered {
  width: 100%;
  text-align: center;
}

.nft-profile-name.code-editor {
  color: #d5ddf8;
  margin-top: 0;
  margin-bottom: 20px;
}

.nft-profiles-text-holder {
  background-color: rgba(255, 255, 255, 0.35);
  border: 1.5px solid #2c56dd;
  border-radius: 12px;
  padding: 30px;
  height: max-content;
  box-shadow: inset 0 6px 10px #fff, 0 6px 12px 4px rgba(44, 86, 221, 0.05);
}

.nft-profiles-text-holder.no-margin {
  margin-bottom: 0;
}

.defi-for-crypto-institutions {
  border-bottom: 1px solid #2c56dd;
  padding: 14vh 15vw;
  position: relative;
  overflow: hidden;
}

.metaverse {
  background-image: linear-gradient(#fff, #b6cafc 12%, #fcd9ee 33%, #fff);
  border-bottom: 1px solid #2c56dd;
  padding: 14vh 15vw;
  position: relative;
  overflow: hidden;
}

.cards-container-q3-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  margin-bottom: 80px;
}

.smart-contracts-q3,
.layer-2-defi,
.legal-q3 {
  border-bottom: 1px solid #2c56dd;
  padding: 14vh 15vw;
  position: relative;
  overflow: hidden;
}

.authors-q3 {
  z-index: 0;
  background-color: #fff;
  padding: 14vh 14vw;
  position: relative;
}

.q3-main-section {
  width: 100%;
  height: 100vh;
  background-image: url('/assets/images/ETHEREUM-2-1680x1025-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-white {
  color: #fff;
  text-decoration: underline;
}

.cms-coloumns-text {
  color: #202328;
  column-count: 2;
  column-gap: 64px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  line-height: 160%;
}

.test1234 {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
}

.w-layout-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 64px;
}

.w-layout-half {
  width: calc(50% - 32px);
}

.column-left_1-2 {
  width: calc(33.33333% - 32px);
}

.column-right_1-2 {
  width: calc(66.66667% - 32px);
}

@media screen and (min-width: 1440px) {
  .background-charts-test {
    align-self: flex-end;
  }

  .div-block-5 {
    margin-top: 5px;
    top: 76%;
  }

  .q2-intro,
  .q2-intro-sections {
    border-left-width: 0;
    border-right-width: 0;
  }

  .chart-holder-lottie {
    border-width: 1px;
  }

  .chart {
    width: 100%;
  }

  .hoverbox-3 {
    display: none;
    top: 58%;
  }

  .hoverbox-4 {
    display: none;
    top: 66%;
  }

  .hoverbox-5 {
    display: none;
    top: 75%;
  }

  .transferhover-1 {
    display: flex;
  }

  .transferhover-6 {
    top: 78%;
  }

  .q3-intro {
    border-left-width: 0;
    border-right-width: 0;
  }

  .nft-profiles-image-holder,
  .nft-profiles-text-holder {
    border-width: 1px;
  }
}

@media screen and (min-width: 1920px) {
  .right-arrow-3 {
    left: 13%;
  }

  .left-arrow-3 {
    right: 13%;
  }

  .slider-4 {
    max-width: 1200px;
  }

  .background-charts-test {
    justify-content: space-around;
    display: flex;
  }

  .div-block-5 {
    width: 17%;
    margin-top: 5px;
    position: absolute;
    top: 76%;
    bottom: 0%;
  }

  .hedge-fund-illustrations {
    width: 45%;
    max-width: 285px;
  }

  .hedge-fund-illustrations._2 {
    width: 50%;
    max-width: 320px;
  }

  .chart {
    width: 100%;
  }

  .approvehover-1 {
    top: 22%;
  }

  .approvehover-2 {
    top: 41%;
  }

  .approvehover-3 {
    top: 51%;
  }

  .approvehover-4 {
    top: 61%;
  }

  .approvehover-5 {
    top: 71%;
  }

  .transferhover-4 {
    top: 56%;
  }

  .transferhover-5 {
    top: 64%;
  }

  .transferhover-6 {
    top: 71%;
  }

  .transferhover-7 {
    top: 80%;
  }

  .image40._3._4 {
    left: 84%;
  }
}

@media screen and (max-width: 991px) {
  .draggable-wrap {
    justify-content: space-around;
  }

  .draggable {
    margin-bottom: 60px;
  }

  .draggable._1 {
    width: 79px;
    height: 123px;
    bottom: 11%;
    left: 18%;
  }

  .draggable._2 {
    width: 18px;
    height: 18px;
    bottom: 5%;
    left: 82%;
  }

  .draggable._3 {
    width: 70px;
    height: 70px;
    top: 28%;
    left: 8%;
  }

  .draggable._6 {
    bottom: 8%;
    right: 47%;
  }

  .draggable._7 {
    display: none;
  }

  .draggable._8 {
    width: 20px;
    height: 130px;
    bottom: 58%;
  }

  .draggable._9 {
    bottom: 16%;
    right: 16%;
  }

  .intro-1 {
    height: 50vh;
  }

  .intro-text-holder {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .h1 {
    font-size: 80px;
  }

  .hero-eyebrow {
    font-size: 30px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .h5 {
    font-size: 20px;
  }

  .blue-logo {
    padding-left: 0;
  }

  .content-holder,
  .content-holder.with-image {
    flex-direction: column;
  }

  .content-holder.centered {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .content-holder.centered.order-swap {
    flex-direction: column-reverse;
  }

  .content-holder.margin.nft-profiles-expand.mobile {
    flex-direction: row;
  }

  .content-holder.margin.horizontal {
    flex-direction: column;
    align-items: center;
  }

  .content-holder.order-swap {
    flex-direction: column-reverse;
  }

  .coloumn.bullet-points {
    width: 100%;
    padding-right: 0;
  }

  .image-coloumn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-coloumn.left {
    padding-right: 0;
  }

  .image-coloumn.left.margin {
    margin-top: 36px;
  }

  .image-coloumn.right.mobile {
    padding-left: 0;
  }

  .image-coloumn.code-editor {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .text-coloumn.left {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0;
  }

  .text-coloumn.left.code-editor,
  .text-coloumn.left._35 {
    width: 100%;
  }

  .text-coloumn.right {
    width: 100%;
    padding-left: 0;
  }

  .text-coloumn.right._65-v2 {
    width: 70%;
  }

  .faq-question-wrap {
    grid-column: unset;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-grid {
    grid-template-columns: 1fr 4fr;
  }

  .content-h1.mobile {
    display: block;
  }

  .heading-2.table-title.author {
    margin-bottom: 2px;
    line-height: 120%;
  }

  .legend-holder {
    width: 100%;
    flex-direction: column;
  }

  .legend-holder.test {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .legend-first {
    margin-bottom: 8px;
  }

  .infinite-title._5,
  .infinite-title._6,
  .infinite-title._7,
  .infinite-title._8 {
    display: none;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: end;
  }

  .chart-holder.padding {
    padding-top: 0;
  }

  .piechart {
    justify-content: center;
    align-items: center;
  }

  .art-volume-numbers {
    max-height: 10%;
  }

  .chartnftpiechartjan,
  .chartnftpiechartfeb,
  .chartnftpiechartmar {
    height: 30vh;
  }

  .table2 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .spacing-div-holder {
    width: 100%;
  }

  .div-space {
    display: none;
  }

  .sticky {
    width: 100%;
  }

  .dot-orange2 {
    background-color: #f5841f;
  }

  .authors-grid {
    grid-column-gap: 24px;
  }

  .link-authors {
    width: 40%;
  }

  .container-2 {
    grid-template-columns: 1fr;
  }

  .custom-slide {
    min-height: 480px;
  }

  .custom-slider-mask {
    overflow: visible;
  }

  .nft-gallery._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .counter-container {
    flex-direction: column;
    justify-content: center;
  }

  .counter-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow-3 {
    left: 16%;
  }

  .icon-2 {
    font-size: 17px;
  }

  .left-arrow-3 {
    right: 16%;
  }

  .icon-3 {
    font-size: 17px;
  }

  .background-charts-test {
    left: 0%;
  }

  .div-block-5 {
    width: 22%;
  }

  .div-block-8 {
    width: 100%;
    height: 100%;
  }

  .cursor-wrapper {
    display: none;
  }

  .nav-container,
  .nav-container.has-language {
    grid-template-columns: 4.75fr 0.5fr;
  }

  .logo-holder {
    justify-content: flex-start;
    margin-left: 20px;
  }

  .menu-container,
  .progress-bar-container,
  .share-container {
    display: none;
  }

  .burger-menu {
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
    margin-right: 20px;
    display: flex;
  }

  .nav-expand-container {
    z-index: 90;
    height: 100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    padding: 0 20px 0 0;
  }

  .lottie-animation-3 {
    width: 25px;
    margin-top: 5px;
  }

  .wg-element {
    width: 50%;
    display: none;
  }

  .q2-intro {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .q2-intro-text,
  .q2-intro-text p {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-intro-test {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .report-logo {
    padding-left: 0;
  }

  .intro-sections-holder {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .q2-intro-sections {
    height: auto;
    padding: 10% 5vw;
  }

  .sections-card.q3 {
    flex-direction: column;
  }

  .left-side-card.q3 {
    width: 100%;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .right-side-card {
    height: 390px;
  }

  .right-side-card._1st-card-mobile.q3 {
    width: 100%;
  }

  .paragraph-q2.expand-menu {
    color: #2c56dd;
    font-weight: 600;
  }

  .paragraph-q2.language-expand {
    color: #2c56dd;
    margin-right: 14px;
  }

  .cta-container {
    width: 56%;
  }

  .chart-holder-lottie.no-margin.margin-mobile {
    margin-left: 30px;
  }

  .caption._60 {
    width: 100%;
  }

  .background-blur._2 {
    left: -95%;
  }

  .sticky-logo {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sticky-logo.left {
    padding-right: 0;
  }

  .sticky-logo.left.margin {
    margin-bottom: 28px;
    position: static;
  }

  .sticky-logo.right.mobile {
    padding-left: 0;
  }

  .content-h1-q2.mobile {
    display: block;
  }

  .external-articles-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: end;
  }

  .photo-holder,
  .photo-holder-half {
    height: 190px;
  }

  .hedge-fund-illustrations {
    width: 40%;
  }

  .hedge-fund-illustrations._2 {
    width: 45%;
  }

  .mobile-menu-container {
    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .expand-menu-text {
    color: #2c56dd;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Graphik, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
  }

  .line {
    height: 160px;
    background-color: #2c56dd;
  }

  .line-expand-menu {
    width: 100%;
    height: 1px;
    margin-bottom: 0;
    transform: none;
  }

  .expand-menu-footer {
    width: 100%;
    height: 6%;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .language-expand-menu {
    margin-bottom: 20px;
  }

  .expand-menu-languages {
    width: 100%;
  }

  .blue-logo-copy {
    padding-left: 0;
  }

  .chart {
    width: 100%;
  }

  .hero-background-q3-home,
  .hidden-block,
  .hero-background-q3-mobile {
    display: none;
  }

  .hero-background-q3-tablet {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-q3.expand-menu {
    color: #2c56dd;
    font-weight: 600;
  }

  .paragraph-q3.language-expand {
    color: #2c56dd;
    margin-right: 14px;
  }

  .cards-container-q3 {
    grid-template-columns: 1fr;
  }

  .content-h2-q3 {
    width: 100%;
  }

  .content-h2-q3.mobile {
    display: block;
  }

  .q3-intro {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .q3-intro-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-5.table-title.author {
    margin-bottom: 2px;
    line-height: 120%;
  }

  .heading-5.above-chart {
    width: 100%;
  }

  .heading-2-copy.table-title.author {
    margin-bottom: 2px;
    line-height: 120%;
  }

  .nft-profiles-image-holder._1-profile-mobile {
    width: 50%;
  }

  .nft-profile-name._60 {
    width: 100%;
  }

  .nft-profiles-text-holder.text-holder-1 {
    margin-left: 30px;
  }

  .image40._1 {
    top: 56%;
  }

  .image40._3 {
    top: 10%;
  }

  .image40._6 {
    top: 33%;
    left: 18%;
  }

  .image40._7 {
    width: 30%;
    top: 12%;
    left: 78%;
  }

  .image40._8 {
    left: -6%;
  }

  .q3-main-section {
    background-color: #000;
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-column {
    gap: 24px;
  }

  .draggable {
    margin-bottom: 20px;
  }

  .draggable._1 {
    display: none;
  }

  .draggable._3 {
    width: 50px;
    height: 50px;
    left: 5%;
  }

  .draggable._4 {
    width: 70px;
    height: 70px;
    top: 22%;
    right: 6%;
  }

  .draggable._5 {
    top: 27%;
  }

  .draggable._6,
  .draggable._8,
  .draggable._9 {
    display: none;
  }

  .draggable._10 {
    top: 79%;
    right: 61%;
  }

  .navbar {
    justify-content: space-between;
  }

  .nav-holder {
    flex-direction: column;
    align-items: center;
  }

  .logo-link {
    margin-bottom: 5px;
  }

  .nav-right {
    width: 100%;
  }

  .nav-anchor {
    width: 100%;
    padding: 4px 6px;
  }

  .title-hero {
    flex-direction: column;
  }

  .intro-1 {
    height: 70vh;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 50%;
  }

  .hero-eyebrow,
  .hero-sub {
    font-size: 16px;
  }

  .intro-2,
  .defi-economy,
  .stablecoins,
  .defi-assets,
  .nfts {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .defi-regulations {
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-h1 {
    font-size: 55px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .art-nfts {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .chart-title {
    font-size: 16px;
  }

  .chart-date {
    font-size: 12px;
  }

  .nfts-beyond-crypto-art,
  .looking-ahead,
  .defi-solutions {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about {
    margin-top: -200vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sticky-holder {
    height: 400vh;
  }

  .sticky {
    height: 200vh;
  }

  .authors {
    margin-top: -200vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link-authors {
    font-size: 14px;
  }

  .custom-slider-mask {
    width: 375%;
  }

  .q2-title-hero {
    flex-direction: column;
  }

  .nav-container,
  .nav-container.has-language {
    grid-template-columns: 3.25fr 0.5fr;
  }

  .q2-menu {
    width: 100%;
  }

  .nav-anchor-q2,
  .nav-anchor-copy {
    width: 100%;
    padding: 4px 6px;
  }

  .wg-element {
    width: 100%;
  }

  .title-hero-copy,
  .title-hero-circle,
  .title-hero-copy {
    flex-direction: column;
  }

  .defi-economy-q2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .right-side-card {
    height: max-content;
  }

  .cta-container {
    width: 100%;
  }

  .cards-container {
    grid-template-columns: 1fr;
  }

  .w-layout-half {
    width: 100%;
  }

  .column-left_1-2 {
    width: 100%;
  }

  .column-right_1-2 {
    width: 100%;
  }

  .token-swap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .background-blur._2 {
    left: -140%;
  }

  .decentralized-exchanges,
  .defi-governance-sticky {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .content-h1-q2 {
    font-size: 55px;
  }

  .external-articles-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .expand-menu-text {
    font-size: 26px;
  }

  .title-hero-circle-q3 {
    flex-direction: column;
  }

  .hero-background-q3-mobile {
    display: none;
  }

  .hero-background-q3-tablet {
    display: block;
  }

  .cards-container-q3 {
    grid-template-columns: 1fr;
  }

  .content-h2-q3 {
    font-size: 55px;
  }

  .the-defi-economy,
  .the-web3-economy,
  .nft-profiles,
  .nfts-q3,
  .defi-for-crypto-institutions {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .metaverse {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .cards-container-q3-wide {
    grid-template-columns: 1fr;
  }

  .smart-contracts-q3,
  .layer-2-defi,
  .legal-q3,
  .authors-q3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .draggable._1 {
    width: 50px;
    height: 80px;
    display: block;
    bottom: 24%;
    left: 21%;
  }

  .draggable._2 {
    display: block;
    bottom: 22%;
    left: 54%;
  }

  .draggable._3 {
    width: 40px;
    height: 40px;
    display: block;
    top: 22%;
    left: 12%;
  }

  .draggable._4 {
    width: 60px;
    height: 57px;
    display: block;
    top: 22%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .draggable._5 {
    display: block;
    top: 16%;
    right: 58%;
  }

  .draggable._6 {
    width: 30px;
    height: 80px;
    display: block;
    bottom: 19%;
    right: 16%;
  }

  .draggable._7 {
    display: none;
  }

  .draggable._8 {
    height: 100px;
    display: block;
    bottom: 66%;
  }

  .draggable._9 {
    width: 18%;
    display: none;
    bottom: 48%;
  }

  .draggable._10 {
    display: none;
    top: 81%;
    right: 31%;
  }

  .nav-holder {
    max-width: 100vw;
    flex-direction: column;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .nav-right {
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .nav-anchor {
    padding: 4px 6px;
  }

  .nav-bar-text {
    font-size: 12px;
  }

  .section-1 {
    height: 600px;
    position: relative;
  }

  .intro-1 {
    height: 80vh;
  }

  .h1 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 102%;
  }

  .hero-eyebrow {
    margin-bottom: 0;
    font-size: 16px;
  }

  .hero-eyebrow.circle-test {
    margin-bottom: 26px;
    font-size: 12px;
  }

  .hero-sub {
    margin-top: 28px;
    font-size: 14px;
  }

  .h5 {
    font-size: 18px;
  }

  .intro-2,
  .defi-economy,
  .stablecoins,
  .defi-assets,
  .nfts,
  .defi-regulations {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-share {
    display: none;
  }

  .blue-logo {
    margin-left: 18px;
  }

  .content-holder {
    flex-direction: column;
  }

  .content-holder.margin {
    margin-bottom: 20px;
  }

  .content-holder.margin.last {
    margin-bottom: 0;
  }

  .content-holder.margin.nft-profiles-expand.mobile {
    flex-direction: column;
    margin-bottom: 0;
  }

  .content-holder.change-order {
    flex-direction: column-reverse;
  }

  .bullet-point {
    flex-direction: column;
  }

  .number-typestyle,
  .number-typestyle.margin {
    text-align: left;
    margin-bottom: 15px;
    margin-right: 0%;
  }

  .image {
    width: 200px;
    margin-top: -32px;
  }

  .image-coloumn.left.margin {
    margin-top: 0;
  }

  .image-coloumn.code-editor {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .text-coloumn.left.flexbox.nft-distribution-section {
    margin-bottom: 52px;
  }

  .text-coloumn.left.rows-nfts {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
  }

  .text-coloumn.right {
    margin-bottom: 48px;
  }

  .text-coloumn.right.last {
    margin-bottom: 0;
  }

  .text-coloumn.right._65 {
    width: 100%;
    margin-bottom: 0;
  }

  .text-coloumn.right._65-v2 {
    width: 100%;
    padding-right: 0;
  }

  .text-coloumn.right.margin-nft {
    align-items: center;
    margin-bottom: 20px;
  }

  .question-title {
    flex: 1;
  }

  .content-h1 {
    font-size: 42px;
  }

  .embed {
    padding: 20px;
  }

  .heading-2 {
    width: 100%;
    font-size: 16px;
  }

  .heading-2.job-title {
    font-size: 14px;
  }

  .static-chart {
    margin-bottom: 50px;
  }

  .table {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    padding: 15px;
  }

  .table-heading {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .table-small-heading {
    font-size: 9px;
  }

  .table-body {
    letter-spacing: 0;
    font-size: 9px;
    line-height: 130%;
  }

  .divider-table.blue {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .external-article {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    padding: 15px;
  }

  .external-article.nft-distribution-chart {
    margin-bottom: 80px;
  }

  .main-image-holder {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    padding: 15px;
  }

  .infinite-title._5 {
    padding-top: 0;
    display: block;
  }

  .marquee-horizontal-2.anchor-menu {
    display: none;
  }

  .marquee-text-2 {
    font-size: 34px;
  }

  .marquee-text-2.outline {
    font-size: 42px;
  }

  .art-nfts {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image6 {
    margin-top: 20px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .chart-holder {
    width: 100%;
  }

  .chart-container {
    flex-direction: column;
  }

  .piechart {
    justify-content: center;
    align-items: center;
  }

  .chart-title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .illustration-holder {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    padding: 15px;
  }

  .image7 {
    margin-top: 20px;
  }

  .chartnftpiechartjan {
    width: 40vw;
  }

  .chartnftpiechartfeb {
    width: 50vw;
  }

  .chartnftpiechartmar {
    width: 70vw;
  }

  .nfts-beyond-crypto-art {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .table2 {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    padding: 15px;
  }

  .looking-ahead,
  .defi-solutions {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about {
    margin-top: -140vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sticky-holder {
    height: 280vh;
  }

  .sticky-holder._2 {
    height: 400vh;
  }

  .sticky {
    height: 140vh;
  }

  .sticky._2 {
    height: 200vh;
  }

  .link-block-2 {
    width: 50%;
  }

  .authors {
    margin-top: -200vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .authors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .code-div {
    padding-left: 39px;
    padding-right: 39px;
  }

  .hover-box-amountin {
    top: -50%;
    right: 52%;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-slide {
    min-height: 400px;
    padding-right: 20px;
  }

  .custom-slider-mask {
    width: 500%;
  }

  .nft-gallery._2 {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .icon-2,
  .icon-3 {
    font-size: 12px;
  }

  .background-charts-test {
    width: 100vw;
    left: -1%;
    overflow: hidden;
  }

  .language-holder {
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 5%;
  }

  .language-holder.circle-test {
    bottom: 1%;
  }

  .coloumn-smart-contracts {
    margin-bottom: 20px;
  }

  .hoverbox-1 {
    width: 96%;
    padding: 12px;
    top: 26%;
  }

  .text-block-6 {
    padding-left: 16px;
    font-size: 11px;
  }

  .text-block-6._3rd {
    width: 90%;
  }

  .tab-link-tab-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .q2-main-section {
    height: 600px;
    overflow: hidden;
  }

  .q2-nav-bar {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-container,
  .nav-container.has-language {
    grid-template-columns: 1.25fr 0.5fr;
  }

  .logo-holder {
    border-right-width: 0;
    justify-content: flex-start;
    margin-left: 0;
  }

  .menu-container {
    display: none;
  }

  .q2-menu {
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .nav-anchor-q2,
  .nav-anchor-copy {
    padding: 4px 6px;
  }

  .progress-bar-container,
  .share-container {
    display: none;
  }

  .lottie-animation-2 {
    width: 30px;
    padding-top: 6px;
  }

  .nav-expand-container {
    align-items: center;
    padding-top: 40px;
    display: none;
  }

  .menu-title.contact,
  .menu-title.about,
  .menu-title.nav-projects {
    font-size: 36px;
  }

  .underline-nav-menu {
    width: 100%;
  }

  .wg-element {
    height: 25vh;
  }

  .q2-intro {
    padding: 7vh 7vw;
    overflow: hidden;
  }

  .q2-intro-text,
  .q2-intro-text p {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .q2-main-section-test {
    height: 600px;
    position: relative;
  }

  .background.hero {
    height: 100%;
  }

  .defi-economy-q2 {
    padding: 7vh 5vw;
  }

  .large-paragraph,
  .large-paragraph p {
    margin-bottom: 0;
    font-size: 19px;
  }

  .chart-holder-q2 {
    padding: 20px;
  }

  .report-logo {
    margin-left: 18px;
  }

  .q2-intro-sections {
    padding-top: 7vh;
    padding-bottom: 7vh;
    overflow: hidden;
  }

  .left-side-card.q3 {
    width: 100%;
  }

  .right-side-card {
    height: 460px;
  }

  .right-side-card._1st-card-mobile {
    height: 300px;
  }

  .right-side-card._2nd-card-mobile {
    height: 370px;
  }

  .right-side-card._4th-card-mobile {
    height: 440px;
  }

  .right-side-card._5th-card-mobile {
    height: 320px;
  }

  .right-side-card._6th-card-mobile {
    height: 390px;
  }

  .paragraph-q2,
  .paragraph-q2 p {
    font-size: 14px;
  }

  .paragraph-q2.expand-menu {
    text-align: center;
  }

  .paragraph-q2.language-expand.last {
    margin-right: 0;
  }

  .paragraph-q2.language-expand.hidden {
    display: none;
  }

  .paragraph-q2.language-expand.one {
    margin-right: 0;
  }

  .cards-container {
    grid-template-columns: 1fr;
  }

  .w-layout-half {
    width: 100%;
  }

  .column-left_1-2 {
    width: 100%;
  }

  .column-right_1-2 {
    width: 100%;
  }

  .chart-holder-lottie {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px;
    display: flex;
    overflow: hidden;
  }

  .chart-holder-lottie.last {
    margin-bottom: 0;
  }

  .chart-holder-lottie.no-margin.margin-mobile {
    margin-left: 0;
  }

  .token-swap {
    padding: 6vh 5vw 7vh;
  }

  .tabs-menu {
    display: flex;
  }

  .code-editor-tabs {
    font-size: 13px;
  }

  .text-block-10 {
    font-size: 10px;
    line-height: 15px;
  }

  .background-blur._2 {
    left: -248%;
  }

  .static-chart-holder {
    padding: 20px;
  }

  .static-chart-container {
    margin-bottom: 40px;
    padding: 0;
  }

  .decentralized-exchanges {
    padding: 7vh 5vw;
  }

  .defi-governance-sticky {
    padding: 7vh 5vw;
    overflow: hidden;
  }

  .sticky-logo.left.margin {
    margin-top: 0;
    margin-bottom: 20px;
    position: static;
  }

  .sticky-logo-image {
    width: 200px;
  }

  .sticky-logo-image-aave {
    width: 100px;
  }

  .sticky-logo-image-airswap {
    width: 170px;
  }

  .sticky-logo-image-yearn {
    width: 130px;
  }

  .sticky-logo-image-compound {
    width: 150px;
  }

  .content-h1-q2 {
    font-size: 42px;
  }

  .content-h1-q2.mobile {
    margin-bottom: 30px;
  }

  .eyebrow {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .external-articles-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .external-article-q2 {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    padding: 15px;
  }

  .external-article-q2.nft-distribution-chart {
    margin-bottom: 80px;
  }

  .absolute-hero-image {
    max-width: 80%;
  }

  .photo-holder {
    margin-bottom: 40px;
  }

  .photo-holder.asset-management {
    height: 430px;
  }

  .image-absolute,
  .image-absolute-2 {
    max-width: 80%;
  }

  .asset-management-mobile {
    width: 70%;
    display: block;
  }

  .photo-holder-half {
    margin-bottom: 0;
  }

  .photo-holder-half.asset-management {
    height: 430px;
  }

  .hedge-fund-illustrations {
    width: 66%;
  }

  .hedge-fund-illustrations._2 {
    width: 74%;
  }

  .mobile-menu-container {
    margin-bottom: 14px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .expand-menu-text {
    font-size: 18px;
    line-height: 21px;
  }

  .expand-menu-footer {
    flex-direction: column;
    align-items: center;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .expand-menu-languages {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .eth-addresses {
    display: none;
  }

  .eth-addresses.mobile {
    display: block;
  }

  .blur-2 {
    max-width: 160%;
    top: 61%;
    left: 20%;
  }

  .blur-2._3 {
    top: 59%;
  }

  .blur-2._3.q3 {
    width: 150%;
    top: 20%;
  }

  .blur-2._2 {
    max-width: 200%;
    top: 47%;
    left: -66%;
  }

  .blur-2._11 {
    max-width: 200%;
    top: 49%;
  }

  .blur-2._13 {
    max-width: 300%;
    top: 59%;
    left: -103%;
  }

  .blur-2._16 {
    top: 59%;
  }

  .chart {
    display: none;
  }

  .chart.mobile {
    max-width: 116%;
    display: block;
  }

  .hoverbox-2 {
    width: 96%;
    padding: 12px;
    top: 46%;
  }

  .hoverbox-3 {
    width: 96%;
    padding: 12px;
    top: 67%;
  }

  .hoverbox-4 {
    width: 96%;
    padding: 12px;
    top: 79%;
  }

  .hoverbox-5 {
    width: 96%;
    padding: 12px;
    top: 87%;
  }

  .approvehover-1 {
    width: 96%;
    padding: 12px;
    top: 30%;
  }

  .approvehover-2 {
    width: 96%;
    padding: 12px;
    top: 48%;
  }

  .approvehover-3 {
    width: 96%;
    padding: 12px;
    top: 62%;
  }

  .approvehover-4 {
    width: 96%;
    padding: 12px;
    top: 76%;
  }

  .approvehover-5 {
    width: 96%;
    padding: 12px;
    top: 85%;
  }

  .transferhover-1 {
    width: 96%;
    padding: 12px;
    top: 22%;
  }

  .transferhover-2 {
    width: 96%;
    padding: 12px;
    top: 43%;
  }

  .transferhover-3 {
    width: 96%;
    padding: 12px;
    top: 50%;
  }

  .transferhover-4 {
    width: 96%;
    padding: 12px;
    top: 64%;
  }

  .transferhover-5 {
    width: 96%;
    padding: 12px;
    top: 75%;
  }

  .transferhover-6 {
    width: 96%;
    padding: 12px;
    top: 82%;
  }

  .transferhover-7 {
    width: 96%;
    padding: 12px;
    top: 89%;
  }

  .hero-background-q3-home,
  .hidden-block {
    display: none;
  }

  .hero-background-q3-mobile {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    object-fit: cover;
    display: block;
    position: absolute;
  }

  .hero-background-q3-tablet {
    width: 100%;
    display: none;
    position: absolute;
  }

  .paragraph-q3 {
    font-size: 14px;
  }

  .paragraph-q3.expand-menu {
    text-align: center;
  }

  .paragraph-q3.language-expand.last {
    margin-right: 0;
  }

  .cards-container-q3 {
    grid-template-columns: 1fr;
  }

  .table3 {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    padding: 15px;
  }

  .table4 {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 0.25fr;
    padding: 15px;
  }

  .content-h2-q3 {
    width: 100%;
    font-size: 28px;
  }

  .content-h2-q3.mobile {
    margin-bottom: 30px;
  }

  .the-defi-economy,
  .the-web3-economy {
    padding: 7vh 5vw;
  }

  .q3-intro {
    padding: 7vh 7vw;
    overflow: hidden;
  }

  .q3-intro-text {
    margin-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .heading-5 {
    width: 100%;
    font-size: 16px;
  }

  .heading-5.job-title {
    font-size: 14px;
  }

  .heading-2-copy {
    width: 100%;
    font-size: 16px;
  }

  .heading-2-copy.job-title {
    font-size: 14px;
  }

  .nft-profiles,
  .nfts-q3 {
    padding: 7vh 5vw;
  }

  .nft-profiles-image-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px;
    display: flex;
    overflow: hidden;
  }

  .nft-profiles-image-holder.last {
    margin-bottom: 0;
  }

  .nft-profiles-image-holder.margin.mobile {
    width: 60%;
    margin-bottom: 40px;
  }

  .nft-profiles-image-holder._1-profile-mobile {
    width: 60%;
    margin-bottom: 0;
  }

  .nft-profiles-image-holder.mobile {
    width: 60%;
    margin-bottom: 40px;
  }

  .nft-profiles-text-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px;
    display: flex;
    overflow: hidden;
  }

  .nft-profiles-text-holder.last {
    margin-bottom: 0;
  }

  .nft-profiles-text-holder.text-holder-1.margin {
    margin-left: 0;
  }

  .nft-profiles-text-holder.test {
    margin-bottom: 20px;
  }

  .defi-for-crypto-institutions {
    padding: 7vh 5vw;
  }

  .image40._2 {
    max-width: 190%;
    top: 37%;
  }

  .image40._3 {
    max-width: 250%;
  }

  .image40._3._4 {
    z-index: -1;
    max-width: 300%;
  }

  .image40._3 {
    max-width: 210%;
    top: -4%;
    left: -162%;
  }

  .image40._4 {
    max-width: 160%;
  }

  .image40._5 {
    max-width: 160%;
    top: 30%;
    left: -29%;
  }

  .image40._7 {
    max-width: 140%;
    top: 10%;
  }

  .image40._8 {
    max-width: 200%;
    left: -40%;
  }

  .image40._1 {
    width: 100%;
    top: 31%;
    left: -46%;
  }

  .image40._2 {
    width: 100%;
    top: 16%;
    left: 39%;
  }

  .image40._3 {
    width: 90%;
    top: 13%;
    left: 44%;
  }

  .image40._4,
  .image40._5 {
    max-width: 160%;
    top: 30%;
    left: -29%;
  }

  .image40._6 {
    width: 60%;
    top: 30%;
    left: -29%;
  }

  .image40._7 {
    width: 60%;
    top: 15%;
    left: 58%;
  }

  .image40._8 {
    width: 80%;
    display: none;
    top: 34%;
    left: -29%;
  }

  .image40._9 {
    width: 80%;
    top: 23%;
    left: -29%;
  }

  .metaverse {
    padding: 7vh 5vw;
  }

  .cards-container-q3-wide {
    grid-template-columns: 1fr;
  }

  .smart-contracts-q3,
  .layer-2-defi,
  .legal-q3 {
    padding: 7vh 5vw;
  }

  .authors-q3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .q3-main-section {
    height: 600px;
    overflow: hidden;
  }
}

#w-node-bb6e2e74-5cb5-1fa1-8194-7c9045d8dd41-cec491ab,
#w-node-_2b9dab95-69a7-0f51-e484-3ae04ecd7215-cec491ab,
#w-node-_2e0c2379-a819-c6c6-38f1-8c755ebc012e-cec491ab,
#w-node-_3b46490e-fb5b-132f-3e11-5a715b8b788d-cec491ab,
#w-node-_3b33e2e0-b46f-87e3-002f-4ae89e9d9add-cec491ab,
#w-node-_3d35c393-55ae-e53f-ab1d-acf05036450d-cec491ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-cec491ab,
#w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-cec491ab {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-cec491ab {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-cec491ab {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-cec491ab {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-cec491ab,
#w-node-b8def845-74f8-d169-0dee-4af377e0acce-cec491ab {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_900375e9-7b36-9c81-875c-0bb14f7bad86-cec491ab {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa12-cec491ab {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa14-cec491ab {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d6ec0e58-0918-661d-1976-75d9bf104e40-cec491ab {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa16-cec491ab,
#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa1f-cec491ab,
#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa26-cec491ab,
#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa32-cec491ab,
#w-node-_636ef6c7-5bd0-a15b-b29b-574f43dc650f-cec491ab {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_36fc90a7-79f9-a3ce-6287-1b90661e4c24-cec491ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb6e2e74-5cb5-1fa1-8194-7c9045d8dd41-2dc491b3,
#w-node-_2b9dab95-69a7-0f51-e484-3ae04ecd7215-2dc491b3,
#w-node-_2e0c2379-a819-c6c6-38f1-8c755ebc012e-2dc491b3,
#w-node-_3b46490e-fb5b-132f-3e11-5a715b8b788d-2dc491b3,
#w-node-_3b33e2e0-b46f-87e3-002f-4ae89e9d9add-2dc491b3,
#w-node-_3d35c393-55ae-e53f-ab1d-acf05036450d-2dc491b3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-2dc491b3,
#w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-2dc491b3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-2dc491b3 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-2dc491b3 {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-2dc491b3 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-2dc491b3,
#w-node-b8def845-74f8-d169-0dee-4af377e0acce-2dc491b3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_900375e9-7b36-9c81-875c-0bb14f7bad86-2dc491b3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa12-2dc491b3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa14-2dc491b3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d6ec0e58-0918-661d-1976-75d9bf104e40-2dc491b3 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa16-2dc491b3,
#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa1f-2dc491b3,
#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa26-2dc491b3,
#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa32-2dc491b3,
#w-node-_636ef6c7-5bd0-a15b-b29b-574f43dc650f-2dc491b3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_36fc90a7-79f9-a3ce-6287-1b90661e4c24-2dc491b3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb6e2e74-5cb5-1fa1-8194-7c9045d8dd41-39c491b4,
#w-node-_2b9dab95-69a7-0f51-e484-3ae04ecd7215-39c491b4,
#w-node-_2e0c2379-a819-c6c6-38f1-8c755ebc012e-39c491b4,
#w-node-_3b46490e-fb5b-132f-3e11-5a715b8b788d-39c491b4,
#w-node-_3b33e2e0-b46f-87e3-002f-4ae89e9d9add-39c491b4,
#w-node-_3d35c393-55ae-e53f-ab1d-acf05036450d-39c491b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-39c491b4,
#w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-39c491b4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-39c491b4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-39c491b4 {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-39c491b4 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-39c491b4,
#w-node-b8def845-74f8-d169-0dee-4af377e0acce-39c491b4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_900375e9-7b36-9c81-875c-0bb14f7bad86-39c491b4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa12-39c491b4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa14-39c491b4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d6ec0e58-0918-661d-1976-75d9bf104e40-39c491b4 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa16-39c491b4,
#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa1f-39c491b4,
#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa26-39c491b4,
#w-node-ca922fbd-eb8f-ed44-eb11-962e83f2aa32-39c491b4,
#w-node-_636ef6c7-5bd0-a15b-b29b-574f43dc650f-39c491b4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_36fc90a7-79f9-a3ce-6287-1b90661e4c24-39c491b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba27b45b-844a-688a-72bb-d4a5c4c5a716-aec491b5,
#w-node-bf2b89cd-ce6f-3e52-8f1f-de999e4c09a4-aec491b5,
#w-node-fb24a8d8-8fea-6090-56f5-441a6e5620d9-aec491b5,
#w-node-_6548cdc5-3c94-311e-c89b-bb282aae73ed-aec491b5,
#w-node-ba27b45b-844a-688a-72bb-d4a5c4c5a716-80c491b6,
#w-node-bf2b89cd-ce6f-3e52-8f1f-de999e4c09a4-80c491b6,
#w-node-fb24a8d8-8fea-6090-56f5-441a6e5620d9-80c491b6,
#w-node-_6548cdc5-3c94-311e-c89b-bb282aae73ed-80c491b6,
#w-node-ba27b45b-844a-688a-72bb-d4a5c4c5a716-0ec491b8,
#w-node-bf2b89cd-ce6f-3e52-8f1f-de999e4c09a4-0ec491b8,
#w-node-fb24a8d8-8fea-6090-56f5-441a6e5620d9-0ec491b8,
#w-node-_6548cdc5-3c94-311e-c89b-bb282aae73ed-0ec491b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cba0bac6-2b8f-495b-0b66-00e667e8609d-34c491bb {
  grid-area: Area;
}

#w-node-ba27b45b-844a-688a-72bb-d4a5c4c5a716-cdc491bc,
#w-node-bf2b89cd-ce6f-3e52-8f1f-de999e4c09a4-cdc491bc,
#w-node-fb24a8d8-8fea-6090-56f5-441a6e5620d9-cdc491bc,
#w-node-_6548cdc5-3c94-311e-c89b-bb282aae73ed-cdc491bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b63b-cdc491bc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b63e-cdc491bc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b641-cdc491bc {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b644-cdc491bc,
#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b64d-cdc491bc,
#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b656-cdc491bc,
#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b660-cdc491bc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b675-cdc491bc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838d4-cdc491bc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838dd-cdc491bc {
  grid-area: 2 / 1 / 2 / 3;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838de-cdc491bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838e6-cdc491bc {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838ef-cdc491bc,
#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838f9-cdc491bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b83902-cdc491bc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e521d073-f6d5-7f6d-d2bd-aae560c2c608-cdc491bc,
#w-node-b9ceaafa-375c-3af8-e990-1f09ead13b85-cdc491bc,
#w-node-ccc9c36c-39c1-677d-e13e-bc2510c2d538-cdc491bc,
#w-node-_5b968618-d8c7-1d1d-6fe4-9cf193717641-cdc491bc,
#w-node-_11e63f55-f90a-197d-0194-c073242b7008-cdc491bc,
#w-node-c483ad21-5235-1e3a-fed9-dbbbc1d228b0-cdc491bc,
#w-node-c483ad21-5235-1e3a-fed9-dbbbc1d228ba-cdc491bc,
#w-node-c483ad21-5235-1e3a-fed9-dbbbc1d228c4-cdc491bc,
#w-node-c483ad21-5235-1e3a-fed9-dbbbc1d228ce-cdc491bc,
#w-node-c483ad21-5235-1e3a-fed9-dbbbc1d228d8-cdc491bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa9aade3-682c-62cf-51e7-357b393e7833-cdc491bc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba27b45b-844a-688a-72bb-d4a5c4c5a716-f057010c,
#w-node-bf2b89cd-ce6f-3e52-8f1f-de999e4c09a4-f057010c,
#w-node-fb24a8d8-8fea-6090-56f5-441a6e5620d9-f057010c,
#w-node-_6548cdc5-3c94-311e-c89b-bb282aae73ed-f057010c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b63b-f057010c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b63e-f057010c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b641-f057010c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b644-f057010c,
#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b64d-f057010c,
#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b656-f057010c,
#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b660-f057010c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_058e1c12-5db3-14bc-4054-2e74ea48b675-f057010c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838d4-f057010c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838dd-f057010c {
  grid-area: 2 / 1 / 2 / 3;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838de-f057010c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838e6-f057010c {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838ef-f057010c,
#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b838f9-f057010c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f70a42c-85c2-b4b4-319f-ab0030b83902-f057010c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e521d073-f6d5-7f6d-d2bd-aae560c2c608-f057010c,
#w-node-b9ceaafa-375c-3af8-e990-1f09ead13b85-f057010c,
#w-node-ccc9c36c-39c1-677d-e13e-bc2510c2d538-f057010c,
#w-node-_5b968618-d8c7-1d1d-6fe4-9cf193717641-f057010c,
#w-node-_11e63f55-f90a-197d-0194-c073242b7008-f057010c,
#w-node-c483ad21-5235-1e3a-fed9-dbbbc1d228b0-f057010c,
#w-node-c483ad21-5235-1e3a-fed9-dbbbc1d228ba-f057010c,
#w-node-c483ad21-5235-1e3a-fed9-dbbbc1d228c4-f057010c,
#w-node-c483ad21-5235-1e3a-fed9-dbbbc1d228ce-f057010c,
#w-node-c483ad21-5235-1e3a-fed9-dbbbc1d228d8-f057010c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa9aade3-682c-62cf-51e7-357b393e7833-f057010c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_07b0e1a3-6f57-b529-e099-8ee627098b46-e93fe0bf,
#w-node-_07b0e1a3-6f57-b529-e099-8ee627098b48-e93fe0bf,
#w-node-_07b0e1a3-6f57-b529-e099-8ee627098b64-e93fe0bf,
#w-node-d13350fb-7b9f-b5b3-7c43-f0ca7006d780-e93fe0bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-cec491ab {
    grid-column: span 3 / span 3;
  }

  #w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-cec491ab {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-cec491ab {
    grid-column: span 6 / span 6;
  }

  #w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-cec491ab,
  #w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-cec491ab,
  #w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-cec491ab,
  #w-node-b8def845-74f8-d169-0dee-4af377e0acce-cec491ab {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_36fc90a7-79f9-a3ce-6287-1b90661e4c24-cec491ab {
    grid-column-start: 1;
  }

  #w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-2dc491b3 {
    grid-column: span 3 / span 3;
  }

  #w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-2dc491b3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-2dc491b3 {
    grid-column: span 6 / span 6;
  }

  #w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-2dc491b3,
  #w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-2dc491b3,
  #w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-2dc491b3,
  #w-node-b8def845-74f8-d169-0dee-4af377e0acce-2dc491b3 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_36fc90a7-79f9-a3ce-6287-1b90661e4c24-2dc491b3 {
    grid-column-start: 1;
  }

  #w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-39c491b4 {
    grid-column: span 3 / span 3;
  }

  #w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-39c491b4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-39c491b4 {
    grid-column: span 6 / span 6;
  }

  #w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-39c491b4,
  #w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-39c491b4,
  #w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-39c491b4,
  #w-node-b8def845-74f8-d169-0dee-4af377e0acce-39c491b4 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_36fc90a7-79f9-a3ce-6287-1b90661e4c24-39c491b4 {
    grid-column-start: 1;
  }

  #w-node-fe8dcf0e-ec70-01b5-5735-8a1c8af17a80-34c491bb {
    order: 9999;
  }

  #w-node-aa9aade3-682c-62cf-51e7-357b393e7833-cdc491bc,
  #w-node-aa9aade3-682c-62cf-51e7-357b393e7833-f057010c {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-cec491ab,
  #w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-cec491ab,
  #w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-cec491ab,
  #w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-cec491ab,
  #w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-cec491ab,
  #w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-cec491ab,
  #w-node-b8def845-74f8-d169-0dee-4af377e0acce-cec491ab {
    grid-column: span 4 / span 4;
  }

  #w-node-_36fc90a7-79f9-a3ce-6287-1b90661e4c24-cec491ab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-2dc491b3,
  #w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-2dc491b3,
  #w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-2dc491b3,
  #w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-2dc491b3,
  #w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-2dc491b3,
  #w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-2dc491b3,
  #w-node-b8def845-74f8-d169-0dee-4af377e0acce-2dc491b3 {
    grid-column: span 4 / span 4;
  }

  #w-node-_36fc90a7-79f9-a3ce-6287-1b90661e4c24-2dc491b3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-39c491b4,
  #w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-39c491b4,
  #w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-39c491b4,
  #w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-39c491b4,
  #w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-39c491b4,
  #w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-39c491b4,
  #w-node-b8def845-74f8-d169-0dee-4af377e0acce-39c491b4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_36fc90a7-79f9-a3ce-6287-1b90661e4c24-39c491b4,
  #w-node-aa9aade3-682c-62cf-51e7-357b393e7833-cdc491bc,
  #w-node-aa9aade3-682c-62cf-51e7-357b393e7833-f057010c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-cec491ab {
    grid-column: span 3 / span 3;
  }

  #w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-cec491ab {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-cec491ab {
    grid-column: span 3 / span 3;
  }

  #w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-cec491ab {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-cec491ab {
    grid-column: span 3 / span 3;
  }

  #w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-cec491ab,
  #w-node-b8def845-74f8-d169-0dee-4af377e0acce-cec491ab {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-2dc491b3 {
    grid-column: span 3 / span 3;
  }

  #w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-2dc491b3 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-2dc491b3 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-2dc491b3 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-2dc491b3 {
    grid-column: span 3 / span 3;
  }

  #w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-2dc491b3,
  #w-node-b8def845-74f8-d169-0dee-4af377e0acce-2dc491b3 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-c39de6fe-cc16-ced6-1d52-7624f49d197f-39c491b4 {
    grid-column: span 3 / span 3;
  }

  #w-node-bfa46b88-a254-7fbe-7ea4-5462ce508d16-39c491b4 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_625f2772-8f21-f3ab-f7d7-ced90fb7290e-39c491b4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6cf86079-3dbc-9e23-b0f5-116159fb730b-39c491b4 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-eed1ed62-3080-f5c7-c4fb-3ab15b807d5f-39c491b4 {
    grid-column: span 3 / span 3;
  }

  #w-node-d2eac656-1c9a-b289-d61a-a78488a56bbc-39c491b4,
  #w-node-b8def845-74f8-d169-0dee-4af377e0acce-39c491b4 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }
}

@font-face {
  font-family: 'Graphik';
  src: url('/fonts/Graphik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('/fonts/Graphik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('/fonts/Graphik-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('/fonts/Graphik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
