.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%;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.setion-hero-frontpage {
  z-index: auto;
  height: 90vh;
  background-color: #28282e;
  background-image: url('/static/images/sienna-pattern-Black-Stone-90.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #f9f9f9;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 64px;
  margin-bottom: 0;
  padding: 0 40px 60px;
  display: flex;
  position: relative;
}

.setion-hero-frontpage.desktop {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 60px;
  position: static;
}

.hero-header-txt-wrapper {
  z-index: 2;
  height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: static;
  top: auto;
}

.hero--header-txt {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: block;
}

.hero-txt {
  color: #f9f9f9;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 22px;
  display: inline-block;
}

.body {
  background-color: #f9f9f9;
}

.blog-section {
  height: auto;
  border-left: 1px solid #eaeaea;
  border-right: 0 solid #eaeaea;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.post-thump-bg-and-wrapper {
  height: 100%;
  border-top: 1px solid #eaeaea;
  border-bottom: 0 solid #eaeaea;
  border-right: 1px solid #eaeaea;
  padding: 40px;
  text-decoration: none;
  display: inline-block;
}

.date-wrapper {
  padding-bottom: 40px;
  text-decoration: none;
}

.date-day-txt {
  color: #28282e;
  text-align: right;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 100;
  line-height: 70px;
  text-decoration: none;
}

.body-2 {
  background-color: #f9f9f9;
}

.date-month-txt {
  color: #28282e;
  text-align: right;
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.header-wrapper-blog-thump {
  padding-bottom: 20px;
  text-decoration: none;
}

.blog-header-txt {
  color: #28282e;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.86, 0, .07, 1);
}

.blog-header-txt:hover {
  color: #28282e;
  font-size: 24px;
  text-decoration: none;
}

.body-txt-thump-wrapper {
  margin-bottom: 40px;
}

.summery-body-txt-blog-thump {
  color: #28282e;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.read-time-wrapper-blog-thump {
  justify-content: space-between;
  display: flex;
  position: static;
}

.minutes-read-time-blog-thump {
  color: #949497;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.read-time-txt {
  color: #949497;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  display: grid;
}

.hero-txt-wrapper {
  width: auto;
}

.hero-lover-wrapper {
  z-index: 1;
  width: 25%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: static;
}

.brand {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.brand.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu {
  display: block;
  position: static;
}

.container {
  width: auto;
  min-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 0;
  display: block;
}

.navbar-2-0 {
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-2-0.symble {
  display: none;
}

.sienna-logo-navbar {
  max-width: none;
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
}

.dropdown {
  color: #28282e;
  font-family: Inter, sans-serif;
}

.dropdown.why-sienna {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.blog-link-navbar {
  color: #28282e;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
}

.blog-link-navbar.w--current:active, .blog-link-navbar.w--current:focus, .blog-link-navbar.w--current:visited {
  color: #bfbfc0;
}

.blog-link-navbar.launch-app {
  color: #fff;
  letter-spacing: 1px;
  cursor: alias;
  background-color: #2070cc;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

.blog-link-navbar.launch-app:hover {
  background-color: #28282e;
}

.dropdown-toggle-navbar {
  padding-top: 22px;
  padding-bottom: 22px;
}

.section-highlights-frontpage {
  height: auto;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  overflow: visible;
}

.dropdown-link {
  text-align: right;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.dropdown-link.amm {
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.dropdown-link.instant-transactions {
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.dropdown-link.privacy-by-default {
  color: #28282e;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
  left: auto;
}

.dropdown-list.why-sienna {
  background-color: #f9f9f9;
}

.dropdown-list.why-sienna.w--open {
  width: auto;
  height: auto;
  background-color: #fff;
  border-bottom: 0 solid #eaeaea;
  flex-direction: column;
  justify-content: space-between;
  display: block;
  left: auto;
}

.dropdown-list.products {
  background-color: #fff;
  display: none;
  left: auto;
  right: auto;
}

.blog-post-section {
  height: auto;
  background-color: #f9f9f9;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: relative;
}

.left-area-wrapper {
  width: 40%;
  height: 100vh;
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  margin-top: 0;
  margin-left: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.date-selected-blog-post {
  height: 80%;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.some-wrapper-blog-post {
  height: 20%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.day-selected-blog-post {
  color: #28282e;
  text-align: center;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 160px;
  font-weight: 100;
  line-height: 200px;
}

.month-selected-blog-post {
  color: #28282e;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.right-area-wrapper {
  width: 60%;
  height: auto;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: flex-end;
  margin-top: 60px;
  margin-right: 40px;
  display: block;
}

.content-wrapper-selected-blog-post {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.blog-post-header-txt {
  color: #28282e;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.blog-post-body-txt {
  color: #28282e;
  margin-bottom: 100px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.body-3 {
  background-color: #f9f9f9;
}

.column-privacy-first {
  height: 100vh;
  border-left: 1px solid #eaeaea;
  border-right: 0 solid #eaeaea;
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  padding: 100px 60px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.privacy-first-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.privacy-shield-icon-wrapper {
  padding-bottom: 0;
}

.generic-frontpage-header.pos {
  color: #28282e;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
  display: block;
}

.generic-frontpage-txt.pos {
  color: #28282e;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  overflow: visible;
}

.standard-link-block {
  text-decoration: none;
}

.standard-link-block.pos {
  cursor: pointer;
  background-color: #202024;
  border: 0 solid #eaeaea;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 0;
  transition: background-color .4s;
  display: inline-block;
}

.standard-link-block.pos:hover {
  background-color: #949497;
}

.standard-link-block.pos.pdf-link {
  cursor: alias;
}

.standard-link-block.pos.trade {
  margin-right: 0;
}

.standard-link-block.neg {
  background-color: #fff;
  margin-top: 40px;
  transition: background-color .4s;
  display: inline-block;
}

.standard-link-block.neg:hover {
  background-color: #949497;
}

.standard-link-block.blue {
  background-color: #2070cc;
  margin-top: 40px;
}

.column-fully-decentralized {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #eaeaea;
  border-right: 0 solid #eaeaea;
  align-items: flex-start;
  margin-top: 50vh;
  padding: 100px 60px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.fully-decentralized-icon-wrapper {
  padding-bottom: 0;
}

.governance-token-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.column-sienna-token {
  height: 100vh;
  background-color: #f9f9f9;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-top: 100vh;
  padding: 100px 60px 0;
}

.governance-token-icon-wrapper {
  padding-bottom: 0;
}

.columns {
  height: auto;
  flex-direction: row;
  align-self: auto;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.section-contributors-frontpage {
  z-index: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 40px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.eco-left-area-frontpage-wrapper {
  z-index: 10;
  width: 50vw;
  height: 100vh;
  background-color: #fff;
  border-right: 1px solid #eaeaea;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.eco-right-frontpage {
  z-index: auto;
  width: 50vw;
  height: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.eco-link-block.senius, .eco-link-block.scrt, .eco-link-block.figment, .eco-link-block.certic {
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
}

.eco-devideline {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  border-right: 0 #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.eco-devideline.privacy {
  margin-top: 40px;
}

.section-comminity-frontpage {
  height: 100vh;
  background-color: #28282e;
  border: 0 solid #eaeaea;
  border-width: 0 1px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-comminity-frontpage.communitypage {
  border-bottom-width: 0;
  margin-top: 0;
}

.join-community-txt-wrapper {
  margin-left: 100px;
}

.some-icons-wrapper {
  height: 75vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.some-icons-wrapper.staking {
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.some-link-block {
  background-color: rgba(0, 0, 0, 0);
}

.some-link-block.medium.staking {
  margin-left: 0;
  margin-right: 20px;
}

.some-link-block.telegram.staking, .some-link-block.twitter.staking {
  margin-right: 20px;
}

.community-header-frontpage {
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 100;
}

.community-icons-div {
  width: 10vw;
  height: 100vh;
  background-color: #fff;
  border-top: 0 solid #eaeaea;
  border-bottom: 0 solid #eaeaea;
  border-left: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  height: auto;
  background-color: #fff;
  border: 0 solid #eaeaea;
  border-width: 0 1px;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0;
  display: flex;
}

.footer.frontpage {
  border-top-width: 1px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding-bottom: 0;
  position: static;
}

.footer.frontpage.large {
  z-index: 99;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.left-footer-link-area {
  width: 25vw;
  height: auto;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.text-link-footer {
  color: #28282e;
  letter-spacing: 1px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
}

.text-link-footer.impressum {
  letter-spacing: 0;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.text-link-footer.terms, .text-link-footer.white-paper {
  letter-spacing: 0;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.text-link-footer.faq {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.right-footer-link-area {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-link-block-scrt {
  justify-content: flex-end;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.built-on-secret-network-txt-footer {
  color: #28282e;
  letter-spacing: 0;
  padding-right: 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.scrt-icon-footer {
  max-width: none;
}

.footer-link-block {
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.footer-link-block.certik {
  align-items: center;
}

.footer-link-block.halborn {
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
}

.certik-link-footer-txt {
  color: #28282e;
  letter-spacing: 0;
  padding-right: 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.certik-icon-footer {
  max-width: none;
}

.accordion-item-trigger {
  text-align: right;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  display: block;
}

.accordion-some-links {
  justify-content: flex-end;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.medium-link-block-footer, .twitter-link-block-footer {
  margin-right: 20px;
  padding-right: 0;
}

.telegram-link-block-footer, .reddir-link-block-footer {
  margin-right: 20px;
}

.github-link-block-footer {
  margin-right: 20px;
  display: inline-block;
}

.discord-link-block-footer {
  margin-right: 0;
}

.right-area-swap-frontpage {
  width: 50%;
  max-width: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 60px;
  display: flex;
}

.section-swap-frontpage {
  z-index: auto;
  height: 100vh;
  background-color: #fff;
  border-top: 0 solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.swap-content-wrapper-right-frontpage {
  width: 75%;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

.swap-image-frontpage-wrapper {
  width: auto;
  height: auto;
  max-width: none;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.right-area-privacy-first {
  z-index: auto;
  width: 50%;
  height: auto;
  background-color: #f9f9f9;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
}

.section-privacy-first {
  z-index: 0;
  height: auto;
  background-color: #f9f9f9;
  border-bottom: 0 solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.left-area-privacy-first {
  width: 50%;
  height: 100vh;
  background-color: #fff;
  border-left: 0 solid #f9f9f9;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.section-backed-by {
  height: auto;
  background-color: #fff;
  border: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 40px;
  padding: 60px 60px 100px;
  display: flex;
}

.sienna-logo-hero {
  justify-content: center;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
}

.sienna-s-hero {
  text-align: left;
}

.use-sienna-link-txt {
  width: auto;
  height: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  object-fit: fill;
  margin-top: 5px;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  position: static;
}

.use-sienna-link-txt:hover {
  color: #fff;
}

.use-sienna-wrapper {
  z-index: 999;
  background-color: #f9f9f9;
  border-top: 1px solid #eaeaea;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.use-sienna-wrapper:hover {
  background-color: #2070cc;
}

.use-sienna-wrapper.button {
  width: 50vw;
  height: 50px;
  cursor: alias;
  background-color: #2070cc;
  border-top-width: 0;
  transition: background-color .4s;
  position: static;
}

.use-sienna-wrapper.button:hover {
  background-color: #28282e;
}

.h1-header-subpages {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.h1-header-subpages.pos {
  color: #28282e;
  text-align: left;
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.h1-header-subpages.pos.rodmap {
  margin-top: 20px;
}

.h1-header-subpages.neg {
  color: #fff;
}

.h1-header-subpages.neg.product {
  color: #fff;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.bodycopy-subpages.pos {
  color: #28282e;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 28px;
}

.bodycopy-subpages.neg {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.bodycopy-subpages.neg.product {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.bodycopy-subpages.neg.product.pos {
  color: #28282e;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 14px;
}

.bodycopy-subpages.neg.product.token, .bodycopy-subpages.neg.product.bridge {
  padding-top: 0;
  padding-bottom: 0;
}

.h2-subheader-subpages {
  color: #28282e;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.h2-subheader-subpages.pos {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.content-container-right {
  align-items: center;
  display: block;
}

.content-container-right.privacy-first, .content-container-right.fully-decentralized {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.content-container-right.ama {
  width: 50%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.body-5 {
  background-color: #f9f9f9;
}

.section-fully-decentralized {
  height: auto;
  border-bottom: 0 solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.left-area-fully-decentralized {
  width: 50%;
  height: 100vh;
  background-color: #fff;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.right-area-fully-decentralized {
  width: 50%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-6 {
  background-color: #f9f9f9;
}

.section-ama {
  height: auto;
  border-bottom: 0 solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.left-area-ama {
  width: 50%;
  height: 100vh;
  background-color: #fcfcfc;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.right-area-ama {
  width: 50%;
  height: auto;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.visual-wrapper-ama {
  background-color: #fcfcfc;
  border-right: 0 solid #eaeaea;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ama-visual-gif {
  filter: invert();
}

.code-header.ama {
  color: #28282e;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 80px;
}

.body-7 {
  background-color: #f9f9f9;
}

.section-swap-content {
  z-index: 2;
  height: 100vh;
  background-color: #28282e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
  top: 0;
}

.left-area-swap {
  z-index: 2;
  width: 50%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-pool-content {
  z-index: 5;
  width: auto;
  height: auto;
  background-color: rgba(249, 249, 249, .75);
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.section-rewards-content {
  z-index: 8;
  height: auto;
  background-color: #28282e;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.left-area-pool {
  width: 50%;
  height: 100vh;
  text-align: left;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 0 0 0 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.left-area-swap-frontpage {
  width: 50%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
}

.content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper.eth.neg {
  padding-left: 220px;
  padding-right: 100px;
}

.content-wrapper.eth.neg.supported-bridges {
  padding-left: 0;
  padding-right: 0;
}

.mini-subheader {
  color: #fff;
  letter-spacing: 3px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
}

.mini-subheader.neg {
  color: #f9f9f9;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.mini-subheader.pos {
  color: #28282e;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: none;
}

.mini-subheader.pos.token {
  direction: ltr;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
}

.mini-subheader.token {
  text-align: center;
  letter-spacing: 6px;
}

.mini-subheader.token.pos {
  text-align: center;
}

.about-txt-wrapper.partners {
  padding-top: 24px;
}

.eco-left-area-txt-wrapper {
  width: 75%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.section-swap-header {
  z-index: 1;
  height: 100vh;
  background-color: #28282e;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
  top: 0;
}

.product-header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.product-hero-txt {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20vw;
  font-weight: 900;
  line-height: 100%;
  display: block;
}

.section-pool-header {
  z-index: 3;
  height: 75vh;
  background-color: #f9f9f9;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
  top: 0;
}

.the-pool-header {
  color: #28282e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20vw;
  font-weight: 900;
  line-height: 100%;
  display: block;
}

.section-rewards-header {
  z-index: 6;
  height: 75vh;
  background-color: #28282e;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
  top: 0;
}

.your-rewards-header {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16vw;
  font-weight: 900;
  line-height: 100%;
}

.left-area-rewards {
  width: 50%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.content-wrapper-rewards {
  width: 50%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.right-area-swap-product {
  width: 50%;
  justify-content: center;
  padding: 0;
  display: flex;
}

.swap-content-wrapper {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.pool-content-wrapper {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.section-token-hero {
  z-index: 0;
  height: 100vh;
  background-color: #28282e;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
  top: 0;
}

.token-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16vw;
  font-weight: 800;
  line-height: 100%;
}

.token-header.neg {
  text-align: center;
  font-size: 16vw;
  font-weight: 900;
}

.token-header.neg.wsienna {
  font-size: 16vw;
}

.token-header.pos {
  color: #28282e;
  text-align: center;
  font-size: 12vw;
  font-weight: 900;
  display: block;
}

.section-token-content {
  z-index: 1;
  height: auto;
  background-color: #28282e;
  justify-content: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
}

.left-area-token-header-wrapper {
  width: 50%;
  height: 100vh;
  border: 0 solid #3e3e43;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.right-area-token-content {
  width: 50%;
  background-color: #28282e;
  justify-content: center;
  padding: 0;
  display: flex;
}

.token-content-wrapper {
  width: 50%;
  padding: 100px 0;
  position: relative;
}

.token-content {
  padding: 0;
}

.devideline-black {
  height: 1px;
  background-color: #3e3e43;
  margin-top: 60px;
  margin-bottom: 60px;
}

.devideline-black.light {
  background-color: #eaeaea;
}

.body-9 {
  background-color: #f9f9f9;
}

.section-bridge {
  height: 100vh;
  background-color: #28282e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
  top: 0;
}

.section-bridge-content {
  z-index: 1;
  background-color: #28282e;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
}

.left-area-bridge {
  width: 40%;
  height: 100vh;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bridge-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.right-area-bridge {
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 220px 100px 100px;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  padding: 0 12px 0 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
}

.text-block.pos {
  color: #202024;
}

.cta-container {
  padding: 16px;
  display: flex;
}

.cta-arrow.neg {
  padding-right: 0;
}

.spacer-txt {
  height: 60px;
}

.eth-logo-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.polkadot-wrapper {
  margin-top: 30px;
}

.binance-wrapper {
  margin-top: 0;
  margin-bottom: 60px;
}

.monero-wrapper {
  margin-top: 30px;
}

.cosmos-wrapper {
  margin-top: 30px;
  margin-bottom: 60px;
}

.wsienna-header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-wsienna-content {
  background-color: #28282e;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.left-area-wsienna {
  width: 50vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-swap-ui {
  z-index: 1;
  height: 100vh;
  background-color: #28282e;
  justify-content: center;
  align-items: flex-end;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.section-a-symbol-of {
  border-bottom: 0 solid #eaeaea;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.left-area-a-symbol {
  width: 50vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.sienna-city-wrapper {
  height: 100vh;
  background-image: url('/static/images/sienna-city-super-low.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-area-a-symbol {
  width: 50vw;
  background-color: #f9f9f9;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.a-symbol-content-wrapper {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.sienna-flag-image-wrapper {
  padding-top: 40px;
  display: block;
}

.image-credit-txt {
  color: #949497;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.temple-church-london-wrapper {
  padding-top: 40px;
}

.body-11 {
  background-color: #f9f9f9;
}

.section-roadmap {
  background-color: #fff;
  border-bottom: 0 solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 60px;
  display: flex;
}

.roadmap-hero-wrapper {
  margin-top: 100px;
  margin-bottom: 60px;
}

.sienna-s-roadmap {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.roadmap-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.roadmap-wrapper._2021 {
  margin-top: 0;
  margin-bottom: 20px;
}

.q-roadmap-header {
  z-index: 10;
  color: #28282e;
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 100;
  text-decoration: none;
  position: static;
}

.q-roadmap-header.token {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
}

.devideline {
  width: 1px;
  height: 80px;
  background-color: #fff;
  margin-bottom: 20px;
}

.devideline._01 {
  height: 40px;
  background-color: #bfbfc0;
  margin-top: 20px;
}

.roadmap-txt-header {
  color: #28282e;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
  position: static;
}

.roadmap-txt-header.done {
  transition: background-color .2s;
}

.roadmap-txt-header.done:hover {
  background-color: #fdf103;
  padding-left: 12px;
  padding-right: 12px;
}

.roadmap-txt-header.done.default {
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.roadmap-txt-header.done.default:hover {
  background-color: rgba(0, 0, 0, 0);
}

.backed-by-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: start;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.backed-by-logo-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-right: 0 solid rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
}

.ngc-logo, .dao-logo {
  filter: saturate(0%);
}

.backby-grid-for-mobile-only {
  display: none;
}

.body-12, .body-13, .body-14 {
  background-color: #f9f9f9;
}

.section-brand-assets {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.left-area-brand-assets {
  width: 50vw;
  height: 100vh;
  background-color: #fff;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.right-area-brand-assets {
  width: 50vw;
  height: auto;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand-assets-wrapper {
  margin-bottom: 0;
}

.sienna-logo-brand-a {
  display: inline-block;
}

.download-wrapper._01, .download-wrapper._02 {
  margin-bottom: 80px;
}

.body-15 {
  background-color: #f9f9f9;
}

.section-faq {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.left-area-faq {
  width: 50vw;
  height: 100vh;
  background-color: #fff;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.body-16, .body-17 {
  background-color: #f9f9f9;
}

.right-area-faq {
  width: 50vw;
  justify-content: center;
  display: flex;
}

.faq-wrapper {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.faq-item {
  margin-bottom: 40px;
}

.faq-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-item-content {
  overflow: hidden;
}

.faq-txt {
  color: #28282e;
}

.plus-icon {
  align-self: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.plus-icon:hover {
  background-color: rgba(0, 0, 0, 0);
}

.faq-header-wrapper {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.body-18 {
  background-color: #f9f9f9;
}

.section-subpage {
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.leaft-area-subpage {
  width: 50vw;
  height: 100vh;
  background-color: #fff;
  border-right: 1px solid #eaeaea;
  justify-content: flex-end;
  align-items: center;
  padding-right: 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.leaft-area-subpage.impressum {
  width: 50vw;
  justify-content: center;
  top: 60px;
}

.leaft-area-subpage.privacy {
  width: 50vw;
  justify-content: center;
  padding-right: 0;
  top: 60px;
}

.leaft-area-subpage.whitepaper {
  width: 50vw;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  top: 60px;
}

.right-area-subpage {
  width: 50vw;
  background-color: #f9f9f9;
  align-items: center;
  display: flex;
}

.right-area-subpage.impressum {
  width: 50vw;
  justify-content: center;
  align-items: flex-start;
}

.right-area-subpage.privacy {
  width: 50vw;
  justify-content: center;
}

.right-area-subpage.whitepaper {
  width: 50vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.impressum-header-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: block;
}

.impressum-content-wrapper {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.subpage-links {
  color: #28282e;
  cursor: pointer;
}

.sienna-app-txt {
  display: none;
}

.sienna-app-txt.mobile {
  color: #949497;
  padding-bottom: 0;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: block;
}

.link-to-app---token-addresses {
  z-index: 999;
  height: 50px;
  background-color: #f9f9f9;
  border-top: 0 solid #eaeaea;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sienna-app-link-wrapper {
  width: 25vw;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: none;
}

.token-add-wrapper {
  width: 100vw;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.wsienna-s-icon-wrapper {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.sienna-s-wsienna {
  margin-right: 10px;
}

.token-addresses {
  color: #28282e;
  letter-spacing: 1px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 10px;
}

.token-addresses.frontpage {
  text-transform: uppercase;
  padding-right: 0;
}

.altcoin-logo {
  filter: saturate(0%);
}

.section-listed.desktop {
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.listed-left-area.frontpage {
  width: auto;
  height: auto;
  border-right: 0 solid #eaeaea;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
}

.listed-right-area {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.listed-right-area.tokenpage {
  border-left: 0 #eaeaea;
  border-right: 1px #eaeaea;
}

.uniswap-link-block, .gateio-link-block, .coinmarket-link-block {
  margin-bottom: 20px;
  margin-right: 0;
}

.coingecko-link-block {
  margin-bottom: 20px;
}

.coinmarket-logo.desktop {
  padding-right: 2px;
}

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

.blog-main-image-wrapper {
  height: auto;
}

.blog-thump-image-wrapper {
  padding-bottom: 40px;
}

.empty-state {
  display: block;
}

.body-19 {
  background-color: #f9f9f9;
}

.section-audit-report {
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.left-area-audit-report {
  width: 50vw;
  height: 100vh;
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.right-area-audit-report {
  width: 50vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.audit-content-wrapper {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.whitepaper-content-wrapper {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.i-agree-on-the-above-terms {
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.checkbox-field-whitepaper {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.form-block {
  margin-bottom: 0;
}

.form-block.brand-assets {
  margin-bottom: 60px;
}

.link-block-to-token-page {
  text-decoration: none;
}

.social-share-button {
  width: 20px;
  height: 20px;
  background-image: url('/static/images/Facebook-icon-pos.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.social-share-button.facebook {
  display: block;
}

.social-share-button.twitter {
  background-image: url('/static/images/Tvitter-icon-Dark.svg');
  margin-right: 0;
  display: block;
}

.html-embed-twitter-share {
  margin-right: 0;
}

.social-icons-hidde-to-keep-class {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.body-20 {
  background-color: #f9f9f9;
}

.section-tokenomics-hero {
  width: auto;
  height: 75vh;
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-tokenomics-chart {
  width: auto;
  height: auto;
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.public-sale-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.chartbox {
  width: 100px;
  height: 200px;
  min-width: auto;
  background-color: #28282e;
  margin-bottom: 0;
}

.chartbox.public-sale {
  width: 100px;
  height: 20px;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-bottom: 20px;
}

.chartbox.advisors {
  width: 100px;
  height: 20px;
  max-width: none;
  min-width: auto;
  margin-bottom: 20px;
}

.chartbox.liquidity-provision {
  width: 100px;
  height: 30px;
  max-width: none;
  min-width: auto;
  margin-bottom: 20px;
}

.chartbox.development-fund {
  width: 100px;
  height: 130px;
  min-width: auto;
  margin-bottom: 20px;
}

.chartbox.private-sale {
  margin-bottom: 20px;
}

.chartbox.founders-wrapper {
  height: 240px;
  margin-bottom: 20px;
}

.chartbox.minting-pool {
  height: 360px;
  margin-bottom: 20px;
}

.sienna-contract-add {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.section-sienna-tokenomics {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.left-area-tokenomich-wrapper {
  width: 50%;
  height: 100vh;
  background-color: #fff;
  border-right: 0 solid #eaeaea;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.right-area-tokenomich-wrapper {
  width: 50%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.section-wsienna-hero {
  height: 75vh;
  background-color: #28282e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.right-are-wsienna {
  width: 50%;
  background-color: #28282e;
  justify-content: center;
  padding: 0;
  display: flex;
}

.wsienna-contract-add {
  color: #fff;
  font-size: 14px;
}

.tokenomich-content-1 {
  width: 50%;
  padding-top: 100px;
  display: block;
}

.tokenomich-content-2 {
  width: 50%;
  padding-top: 0;
  padding-bottom: 100px;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.sub-navi-blogpost {
  border-top: 1px solid #eaeaea;
  justify-content: flex-end;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.next-post-arrow {
  text-decoration: none;
  display: flex;
}

.blog-post-overview {
  align-self: center;
  margin: 20px;
}

.blog-post-arrow-right {
  margin-left: 10px;
}

.blog-post-arrow-left {
  margin-right: 10px;
}

.prev-post-arrow {
  text-decoration: none;
  display: flex;
}

.prev-blog-post-arrow {
  margin: 20px;
  display: none;
}

.blog-sub-nav-txt {
  color: #28282e;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link-to-wsienna-on-page {
  color: #fff;
  text-decoration: underline;
}

.row-one-div-block {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.row-two-div-block {
  width: 100%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.listed-on-content-wrapper {
  width: 25%;
  border-right: 0 solid #eaeaea;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.listed-on-content-wrapper.temp {
  display: flex;
}

.pancakeswap-link-block {
  padding-bottom: 20px;
}

.forbes-logo {
  display: inline-block;
}

.link-to-secret-bridge {
  color: #fff;
}

.section-sienna-bsc-hero {
  height: 75vh;
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-sienna-bsc-content {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.left-area-bsc-wrapper {
  width: 50%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-area-bsc-wrapper {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.bsc-contract-address {
  color: #28282e;
}

.eth-logo-wrapper-token-page, .bsc-logo-wrapper-token-page {
  margin-top: 20px;
  margin-bottom: 60px;
}

.linkbit-link-block {
  margin-bottom: 20px;
}

.scrt-bridge-link {
  color: #fff;
}

.kucoin-link-block, .siennaswap-link-block {
  margin-bottom: 20px;
}

.section-news-logo-slider {
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-left: 40px;
  margin-right: 40px;
}

.section-news-logo-slider.tablet, .section-news-logo-slider.mobiile {
  display: none;
}

.slider {
  height: 80px;
  background-color: #fff;
  display: block;
}

.news-logo {
  width: 50%;
  height: 80px;
}

.news-logo._01, .news-logo._02, .news-logo._03, .news-logo._04, .news-logo._05, .news-logo._06, .news-logo._07, .news-logo._08 {
  width: 25%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrapper {
  display: flex;
}

.left-arrow-2, .right-arrow-2 {
  display: block;
}

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

.icon-3 {
  color: #949497;
  background-color: rgba(0, 0, 0, 0);
  margin: auto auto auto 20px;
  font-size: 12px;
}

.icon-4 {
  color: #949497;
  margin: auto 20px auto auto;
  font-size: 12px;
}

.gnu-link {
  color: #28282e;
}

.link-coingecko {
  color: #fff;
}

.row-tree-div-block {
  width: 100%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mexc-linkblock {
  margin-bottom: 20px;
}

.nav-new {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-new.desktop {
  z-index: 2000;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-new.desktop.symbol {
  display: flex;
}

.logo-wrapper-menu {
  align-items: center;
  display: flex;
}

.app-link-menu {
  height: 60px;
  cursor: alias;
  background-color: #2070cc;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.app-link-menu:hover {
  background-color: #28282e;
}

.app-link-txt {
  color: #fff;
  text-align: right;
  letter-spacing: .5px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.app-link-txt.pos {
  color: #28282e;
  cursor: alias;
}

.app-link-txt.pos:hover {
  color: #949497;
}

.nav-left-area {
  width: auto;
  height: 60px;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.nav-right-area {
  width: auto;
  height: 60px;
  justify-content: flex-end;
  display: flex;
}

.burger-link-menu {
  width: auto;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.line-01-burger {
  width: 24px;
  height: 2px;
  background-color: #28282e;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.line-02-burger {
  width: 24px;
  height: 2px;
  background-color: #28282e;
  margin-top: 4px;
  margin-bottom: 4px;
}

.line-03-burger {
  width: 24px;
  height: 2px;
  background-color: #28282e;
}

.nav-open-desktop {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.nav-open-desktop.symbol {
  display: none;
}

.open-menu-wrapper {
  width: auto;
  height: 100vh;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.why-sienna-menu-wrapper {
  width: 25%;
  height: 100%;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.features-menu-wrapper, .inside-sienna-menu-wrapper {
  width: 25%;
  height: 100%;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.blog-menu-wrapper {
  width: 25%;
  height: 100%;
  border-right: 0 solid #eaeaea;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.open-menu-header {
  color: #28282e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 42px;
}

.open-menu-txt-link {
  color: #28282e;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.open-menu-txt-link:hover {
  color: #949497;
}

.date-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.nav-new-mobile, .nav-open-mobile, .nav-open-mobile.symbol {
  display: none;
}

.section-lend-frontpage {
  height: 100vh;
  background-color: #f9f9f9;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.left-content-wrapper-lend-fp {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.right-content-wrapper-lend-fp {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lend-ui-wrapper-fp {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner-wrapper._11, .partner-wrapper._13 {
  display: block;
}

.sienna-swap-logo-fp, .sienna-lend-logo-fp {
  margin-bottom: 40px;
}

.lend-content-wrapper {
  width: 75%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.share-blog-twitter-link {
  width: 10%;
  height: 50%;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  display: flex;
}

.share-blog-fb-link {
  width: 10%;
  height: 50%;
  border-left: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sienna-swap-logo-pp-wrapper {
  width: 50%;
}

.body-21 {
  background-color: #f9f9f9;
}

.section-jobs {
  border-right: 1px solid #eaeaea;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.job-header-left-area {
  width: 50vw;
  height: 100vh;
  background-color: #28282e;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.job-header-text-wrapper {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper-2 {
  padding-bottom: 20px;
}

.text-block-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 100;
}

.text-block-2.are-you {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
}

.community-manager {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.community-manager.header {
  margin-bottom: 20px;
}

.job-content-right-area {
  width: 50vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.job-content-wrapper {
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.txt-link-blue {
  color: #2070cc;
}

.hero-txt-link-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tg-link-hero-wrapper {
  flex-direction: row;
  display: flex;
}

.tg-link-txt-hero {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}

.tg-link-hero {
  text-decoration: none;
  display: flex;
}

.partners-frontpage-content-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.brand-asset-wrapper {
  width: 50%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.halborn-icon-footer {
  max-width: none;
}

.audited-wrapper-footer {
  display: flex;
}

.sienna-app-footer-wrapper {
  align-items: center;
  display: none;
}

.crome-logo-footer {
  max-width: none;
}

.brave-loge-footer {
  max-width: none;
  margin-right: 10px;
}

.section-video-what-is-sienna {
  height: auto;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px 0;
  display: flex;
}

.video-fp-wrapper {
  width: 80%;
  height: auto;
  background-color: #2070cc;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-how-to-swap-video {
  background-color: #28282e;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 100px;
  display: flex;
}

.how-to-swap-video-wrapper {
  width: 80%;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .25);
}

.section-pool-video {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.pool-video-wrapper {
  width: 80%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .25);
}

.section-wrapping-header {
  height: 100vh;
  background-color: #28282e;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-wrap-iu {
  height: 120vh;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-wrapping-content {
  height: auto;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0;
  display: flex;
}

.left-area-header-wrap {
  width: 50%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.right-area-wrap {
  width: 50%;
  height: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.siennawrap-logo-pos {
  width: 90%;
  max-width: none;
}

.shonobi-wrapper {
  margin-top: 0;
  padding-top: 10px;
}

.section-header-lend {
  height: 100vh;
  background-color: #28282e;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-lend-ui {
  height: 100vh;
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.lend-ui-wrapper-page {
  width: auto;
  height: auto;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.siennalend-ui-page {
  width: 90%;
  object-fit: fill;
}

.section-lend-content {
  height: auto;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0;
  display: flex;
}

.siennalend-left {
  width: 50vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.siennalend-logo-wrapper {
  width: 50%;
  display: flex;
}

.siennalend-right {
  width: 50%;
  justify-content: center;
  display: flex;
}

.section-pr {
  height: auto;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.pr-left-content-wrapper {
  width: 50%;
  height: 100vh;
  background-color: #f9f9f9;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.body-22 {
  background-color: #f9f9f9;
}

.pr-txt-header-wrap {
  width: 75%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.pr-right-content-wrapper {
  width: 50%;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.pr-link-wrapper {
  width: 50%;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.pr-link-wrap {
  text-decoration: none;
}

.pr-link-wrap.frontpage {
  width: 25%;
  border-right: 1px #eaeaea;
  padding: 20px 24px 20px 0;
}

.pr-logo-wrapper {
  margin-bottom: 20px;
}

.logo-pr-page.altcoin {
  filter: grayscale();
}

.pr-txt-links {
  color: #28282e;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.pr-devideline {
  height: 1px;
  background-color: #eaeaea;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-featured-in {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  padding: 60px 20px 60px 60px;
  display: flex;
}

.featured-in-headline-wrapper {
  width: 100%;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.featured-in-link-wrapper {
  width: 100%;
  display: flex;
}

.section-sienna-knights {
  height: auto;
  background-color: #000;
  background-image: linear-gradient(347deg, #131313, #000 51%);
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.sn-left-area-content-wrapper {
  width: auto;
  max-height: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.knight-wrap {
  width: 30%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.sn-right-content-wrapper {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.sn-content-wrap {
  width: 80%;
  flex-direction: column;
  display: flex;
}

.sn-logo-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.siennaknight-logo-neg {
  width: 75%;
  max-width: none;
}

.siennaknight-txt-headline {
  color: #f9f9f9;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 32px;
}

.sn-devideline {
  height: 1px;
  background-color: #202024;
  margin-top: 20px;
  margin-bottom: 20px;
}

.siennaknight-txt-body {
  color: #f9f9f9;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.siennaknight-video {
  width: auto;
  height: auto;
  max-height: none;
  margin-top: 20px;
  margin-bottom: 40px;
}

.knight-link {
  background-color: #f9f9f9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.knight-link:hover {
  background-color: #28282e;
}

.knight-button-txt {
  color: #000;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.knight-button-txt:hover {
  color: #fff;
}

.siennaknight-img {
  max-width: 50%;
}

.sn-video-container {
  width: 80%;
}

.section-header-product-page {
  height: 90vh;
  background-color: #28282e;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-siennadao-comtent {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.siennadao-left-content-wrap {
  width: 50%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.siennadao-right-content-wrap, .siennadao-logo-wrapper {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.siennadao-txt-wrapper {
  width: 50%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-siennalaunch-comtent {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.left-launch-content {
  width: 50%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.right-launch-content, .launch-logo-wrapper {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.siennalaunch-txt-wrapper {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-get-sienna {
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 60px;
  display: flex;
}

.section-sienna-launch-teaser {
  height: 100vh;
  background-image: url('/static/images/SiennaLaunch-bg-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.sienna-launch-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.temp-section {
  height: 100vh;
  background-color: #2070cc;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-header-txt {
  text-align: center;
  letter-spacing: 0;
  font-weight: 100;
  line-height: 41px;
}

.launch-header {
  width: auto;
  color: #f9f9f9;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 100;
  line-height: 48px;
}

.launch-icon-wrap {
  margin-bottom: 40px;
}

.numbers {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 32px;
}

.stake-link {
  color: #2070cc;
  text-decoration: none;
}

.spacer {
  height: 40px;
}

.link-tg-txt, .link-twitter-txt, .link-sienna-swap-txt, .link-scrt-bridge-txt {
  color: #2070cc;
  text-decoration: none;
}

.section-staking-sienna {
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 32px;
  display: flex;
}

.staking-sienna-header-wrap {
  width: 75%;
}

@media screen and (max-width: 991px) {
  .setion-hero-frontpage {
    height: 100vh;
    border-width: 0;
    border-color: #f9f9f9;
    padding: 40px;
  }

  .setion-hero-frontpage.desktop {
    display: flex;
  }

  .hero--header-txt {
    letter-spacing: 8px;
    padding-top: 0;
    font-size: 32px;
  }

  .hero-txt {
    padding-left: 0;
    padding-right: 40px;
  }

  .blog-section {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .hero-lover-wrapper {
    width: 50%;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: 64px;
  }

  .container {
    padding-left: 24px;
    padding-right: 0;
  }

  .blog-link-navbar.launch-app {
    display: none;
  }

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

  .menu-button.w--open {
    background-color: #28282e;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .section-highlights-frontpage {
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link, .dropdown-link.amm, .dropdown-link.instant-transactions, .dropdown-link.privacy-by-default {
    font-family: Inter, sans-serif;
    font-size: 12px;
  }

  .dropdown-list, .dropdown-list.why-sienna, .dropdown-list.products {
    background-color: #fff;
  }

  .left-area-wrapper {
    margin-top: 60px;
    margin-left: 20px;
  }

  .some-wrapper-blog-post {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .right-area-wrapper {
    margin-right: 20px;
  }

  .content-wrapper-selected-blog-post {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-post-body-txt {
    margin-bottom: 0;
  }

  .column-privacy-first {
    height: auto;
    padding: 40px 60px;
    position: static;
    top: 60px;
  }

  .privacy-first-wrapper {
    padding-bottom: 40px;
  }

  .generic-frontpage-header.pos {
    font-size: 42px;
    line-height: 48px;
  }

  .standard-link-block.pos.trade {
    margin-top: 20px;
  }

  .column-fully-decentralized {
    height: auto;
    margin-top: 0;
    padding: 40px 60px;
    position: static;
    top: 60px;
  }

  .column-sienna-token {
    height: auto;
    margin-top: 0;
    padding: 40px 60px;
  }

  .columns {
    height: auto;
    flex-direction: column;
    padding-top: 0;
    display: flex;
  }

  .section-contributors-frontpage {
    height: auto;
    border-bottom-style: solid;
    border-bottom-width: 0;
    margin: 0 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-contributors-frontpage.page {
    margin-top: 60px;
  }

  .eco-left-area-frontpage-wrapper {
    width: auto;
    height: auto;
    background-color: #f9f9f9;
    margin-bottom: 60px;
    padding: 40px 60px;
    position: static;
  }

  .eco-right-frontpage {
    width: auto;
    margin-top: 0;
    padding: 0 60px 40px;
    display: block;
  }

  .eco-devideline {
    width: auto;
    justify-content: center;
    display: block;
  }

  .section-comminity-frontpage {
    height: auto;
    border-top-width: 0;
    border-left-width: 1px;
    border-right-width: 1px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-comminity-frontpage.communitypage {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .join-community-txt-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 60px 60px 0;
    display: flex;
  }

  .some-icons-wrapper {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .some-icons-wrapper.staking {
    opacity: 1;
  }

  .some-link-block.medium {
    margin-left: 0;
    margin-right: 20px;
  }

  .some-link-block.telegram, .some-link-block.reddit, .some-link-block.twitter {
    margin-left: 20px;
    margin-right: 20px;
  }

  .some-link-block.discord {
    margin-left: 20px;
  }

  .some-link-block.github {
    margin-left: 20px;
    margin-right: 20px;
  }

  .reddit-link-icon-pos, .instagram-link-icon-pos {
    filter: invert();
  }

  .community-header-frontpage {
    color: #f9f9f9;
    text-align: left;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 26px;
  }

  .community-icons-div {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0 solid #eaeaea;
    border-bottom-width: 0;
    border-left-width: 0;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
    padding: 60px;
    display: flex;
  }

  .footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer.frontpage {
    margin-left: 20px;
  }

  .footer.frontpage.large {
    flex-direction: row;
    align-items: stretch;
    padding-bottom: 0;
  }

  .left-footer-link-area {
    width: 35vw;
    border-left: 0 solid #eaeaea;
    border-right-width: 1px;
    padding-left: 20px;
  }

  .right-footer-link-area {
    width: auto;
    height: auto;
    border-left: 0 solid #eaeaea;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-link-block-scrt {
    padding-right: 0;
  }

  .footer-link-block.halborn {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .accordion-some-links {
    margin-bottom: 0;
  }

  .right-area-swap-frontpage {
    width: 100%;
  }

  .section-swap-frontpage {
    height: auto;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .swap-content-wrapper-right-frontpage {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .swap-image-frontpage-wrapper {
    width: 90vw;
    display: block;
  }

  .right-area-privacy-first {
    width: 100%;
    height: auto;
    padding: 60px;
  }

  .section-privacy-first {
    height: auto;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-privacy-first {
    width: auto;
    height: 50vh;
    border-left-width: 0;
    border-right-width: 0;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .section-backed-by {
    height: auto;
    border-top-width: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .use-sienna-link-txt {
    line-height: 40px;
  }

  .use-sienna-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .use-sienna-wrapper.button {
    display: block;
  }

  .h1-header-subpages.pos {
    text-align: left;
  }

  .h1-header-subpages.neg.product {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
  }

  .bodycopy-subpages.neg.product {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .bodycopy-subpages.neg.product.pos, .bodycopy-subpages.neg.product.pos.token {
    padding: 0;
  }

  .content-container-right.privacy-first, .content-container-right.fully-decentralized, .content-container-right.ama {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-fully-decentralized {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-fully-decentralized {
    width: auto;
    height: 50vh;
    position: static;
  }

  .right-area-fully-decentralized {
    width: 100%;
    padding: 60px;
  }

  .section-ama {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-ama {
    width: auto;
    height: 50vh;
    background-color: #f9f9f9;
    border-right-width: 0;
    position: static;
  }

  .right-area-ama {
    width: 100%;
    padding: 60px;
  }

  .visual-wrapper-ama {
    width: 100%;
  }

  .section-swap-content {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-swap {
    width: auto;
    height: auto;
    background-color: #28282e;
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: static;
  }

  .section-pool-content {
    background-color: #f9f9f9;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    position: static;
  }

  .section-rewards-content {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-pool {
    width: 100%;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
    position: static;
  }

  .left-area-swap-frontpage {
    width: 100%;
  }

  .content-wrapper.eth.neg.supported-bridges {
    padding: 0 60px 60px;
  }

  .mini-subheader.pos.token {
    text-align: left;
    margin-bottom: 0;
  }

  .mini-subheader.token.pos.pool {
    text-align: center;
  }

  .eco-left-area-txt-wrapper {
    width: 100%;
  }

  .section-swap-header {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .product-header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-hero-txt {
    font-size: 20vw;
  }

  .section-pool-header {
    height: 75vh;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  .the-pool-header {
    font-size: 29vw;
  }

  .section-rewards-header {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  .left-area-rewards {
    width: 100%;
    height: auto;
    background-color: #28282e;
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
    position: static;
  }

  .content-wrapper-rewards {
    width: 100%;
    background-color: #28282e;
    padding: 0 60px 60px;
  }

  .right-area-swap-product {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .swap-content-wrapper {
    width: 100%;
    background-color: #28282e;
    padding: 60px;
  }

  .pool-content-wrapper {
    width: 100%;
    background-color: #f9f9f9;
    padding: 60px;
  }

  .section-token-hero {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .token-header {
    font-size: 16vw;
  }

  .token-header.neg {
    font-size: 23vw;
  }

  .token-header.pos {
    font-size: 11vw;
  }

  .section-token-content {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-token-header-wrapper {
    width: 100%;
    height: auto;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
    position: static;
  }

  .right-area-token-content {
    width: 100%;
    background-color: #28282e;
    padding: 0 0 60px;
  }

  .token-content-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .token-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-bridge {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  .section-bridge-content {
    background-color: #28282e;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    position: relative;
  }

  .left-area-bridge {
    width: auto;
    height: auto;
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
    position: static;
  }

  .bridge-content-wrapper {
    justify-content: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .right-area-bridge {
    width: auto;
    padding: 0;
  }

  .text-block {
    line-height: 14px;
  }

  .wsienna-header-wrapper {
    align-items: flex-start;
  }

  .section-wsienna-content {
    background-color: #28282e;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-wsienna {
    width: auto;
    height: auto;
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
    position: static;
  }

  .section-swap-ui {
    height: 50vh;
    background-color: #28282e;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-a-symbol-of {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-a-symbol {
    width: auto;
    height: 50vh;
    margin-top: 60px;
    position: static;
  }

  .sienna-city-wrapper {
    background-position: 100%;
    background-size: cover;
    position: static;
  }

  .right-area-a-symbol {
    width: auto;
    border-left: 1px solid #eaeaea;
    padding: 60px;
  }

  .a-symbol-content-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-roadmap {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

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

  .backby-grid-for-mobile-only {
    display: none;
  }

  .section-brand-assets {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 60px;
    display: block;
  }

  .left-area-brand-assets {
    width: auto;
    height: 50vh;
    border-right-width: 0;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .header-txt-wrapper-brans-assets {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .right-area-brand-assets {
    width: auto;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .download-wrapper._01, .download-wrapper._02 {
    margin-bottom: 80px;
  }

  .section-faq {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-faq {
    width: auto;
    height: 50vh;
    border-bottom: 1px solid #eaeaea;
    border-right-width: 0;
    position: static;
  }

  .right-area-faq {
    width: auto;
  }

  .faq-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px;
  }

  .faq-header-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-subpage {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .leaft-area-subpage {
    width: auto;
    height: 25vh;
    border-bottom: 1px solid #eaeaea;
    border-right-width: 0;
    justify-content: center;
    padding-right: 0;
    position: static;
  }

  .leaft-area-subpage.impressum, .leaft-area-subpage.privacy {
    width: auto;
    justify-content: flex-start;
    padding-left: 60px;
  }

  .leaft-area-subpage.whitepaper {
    width: auto;
    height: 50vh;
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }

  .right-area-subpage, .right-area-subpage.impressum, .right-area-subpage.privacy {
    width: auto;
  }

  .right-area-subpage.whitepaper {
    width: auto;
    height: auto;
    align-items: flex-start;
  }

  .impressum-content-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px;
  }

  .sienna-app-txt {
    color: #949497;
    margin-top: 20px;
    padding-top: 0;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 12px;
    display: block;
  }

  .sienna-app-txt.mobile {
    color: #949497;
    margin-top: 0;
  }

  .link-to-app---token-addresses {
    display: none;
  }

  .section-listed.desktop {
    height: auto;
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .listed-left-area.frontpage {
    width: auto;
    height: auto;
    justify-content: flex-start;
    padding: 40px 20px 40px 60px;
  }

  .listed-right-area {
    width: auto;
    flex-direction: column;
    padding: 0 40px;
  }

  .listed-right-area.tokenpage {
    border-left-style: none;
    border-right-style: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .uniswap-link-block, .gateio-link-block, .coinmarket-link-block, .coingecko-link-block {
    margin-bottom: 20px;
  }

  .section-audit-report {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-audit-report {
    width: auto;
    height: 50vh;
    border-bottom: 1px solid #eaeaea;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .right-area-audit-report {
    width: auto;
    height: auto;
    justify-content: flex-start;
  }

  .audit-content-wrapper {
    width: 100%;
    padding: 60px;
  }

  .whitepaper-content-wrapper {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px;
  }

  .section-tokenomics-hero {
    height: 50vh;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 60px;
  }

  .section-tokenomics-chart {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .public-sale-wrapper, .advisors-wrapper, .liquidity-provision-wrapper, .development-fund-wrapper, .private-sale-wrapper, .founders-wrapper, .minting-pool-wrapper {
    margin-bottom: 40px;
  }

  .chartbox.public-sale, .chartbox.advisors {
    width: 10px;
    margin-bottom: 5px;
  }

  .chartbox.liquidity-provision {
    width: 15px;
    height: 20px;
    margin-bottom: 5px;
  }

  .chartbox.development-fund {
    width: 65px;
    height: 20px;
    margin-bottom: 5px;
  }

  .chartbox.private-sale {
    width: 100px;
    height: 20px;
    margin-bottom: 5px;
  }

  .chartbox.founders-wrapper {
    width: 120px;
    height: 20px;
    margin-bottom: 5px;
  }

  .chartbox.minting-pool {
    width: 180px;
    height: 20px;
    margin-bottom: 5px;
  }

  .section-sienna-tokenomics {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-tokenomich-wrapper {
    width: auto;
    height: auto;
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
    position: static;
  }

  .right-area-tokenomich-wrapper {
    width: auto;
    background-color: #fff;
    padding: 0 60px 60px;
  }

  .section-wsienna-hero {
    height: 50vh;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .right-are-wsienna {
    width: auto;
    background-color: #28282e;
    padding: 0 0 60px;
  }

  .tokenomich-content-1 {
    width: 100%;
    padding-top: 40px;
  }

  .tokenomich-content-2 {
    width: 100%;
    padding-bottom: 0;
  }

  .sub-navi-blogpost {
    justify-content: flex-end;
  }

  .row-one-div-block {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .row-two-div-block {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .listed-on-content-wrapper {
    width: 100%;
    border-right-width: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pancakeswap-link-block {
    padding-bottom: 20px;
  }

  .section-sienna-bsc-hero {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-sienna-bsc-content {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-bsc-wrapper {
    width: auto;
    height: auto;
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .right-area-bsc-wrapper {
    width: auto;
    padding: 0 60px;
  }

  .eth-logo-wrapper-token-page {
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .kucoin-link-block, .siennaswap-link-block {
    margin-bottom: 20px;
  }

  .section-news-logo-slider.desktop {
    display: none;
  }

  .section-news-logo-slider.tablet {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .news-logo._01.tablet, .news-logo._02.tablet, .news-logo._03, .news-logo._04, .news-logo._05.tablet, .news-logo._06, .news-logo._07, .news-logo._08 {
    width: 50%;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .row-tree-div-block {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-new.desktop, .nav-new.desktop.symbol {
    display: none;
  }

  .nav-left-area {
    padding-left: 20px;
  }

  .burger-link-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-open-desktop {
    display: none;
  }

  .open-menu-header.mobile {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .open-menu-txt-link.mobile {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    display: flex;
  }

  .nav-new-mobile {
    z-index: 2000;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    justify-content: space-between;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-new-mobile.symbol {
    display: flex;
  }

  .logo-wrapper-mobile-menu {
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .burger-link-menu-mobile {
    width: 60px;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line-02-burger-mobile {
    width: 24px;
    height: 2px;
    background-color: #28282e;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-01-burger-mobile, .line-03-burger-mobile {
    width: 24px;
    height: 2px;
    background-color: #28282e;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-open-mobile {
    z-index: 1000;
    height: auto;
    background-color: #fff;
    align-items: flex-start;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .nav-open-mobile.symbol {
    display: none;
  }

  .open-menu-wrapper-mobile {
    width: 100vw;
    height: auto;
    flex-direction: column;
    margin: 60px 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .section-lend-frontpage {
    height: auto;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .left-content-wrapper-lend-fp, .right-content-wrapper-lend-fp {
    width: 100%;
  }

  .lend-content-wrapper {
    width: 100%;
    padding: 40px 16px;
  }

  .share-blog-twitter-link {
    width: 50%;
    height: 100%;
    border-bottom-width: 0;
    border-left-width: 0;
  }

  .share-blog-fb-link {
    width: 50%;
    height: 100%;
  }

  .div-block {
    display: none;
  }

  .sienna-swap-logo-pp-wrapper {
    width: 90%;
  }

  .section-jobs {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .job-header-left-area {
    width: auto;
    height: 50vh;
    justify-content: flex-start;
    position: static;
  }

  .job-header-text-wrapper {
    width: auto;
    align-items: flex-start;
  }

  .job-content-right-area {
    width: auto;
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }

  .job-content-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px;
  }

  .partners-frontpage-content-wrapper, .brand-asset-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .audited-wrapper-footer {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sienna-app-footer-wrapper {
    flex-direction: row;
  }

  .crome-logo-footer, .brave-loge-footer {
    max-width: none;
  }

  .section-video-what-is-sienna {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .video-fp-wrapper {
    width: 100%;
  }

  .section-how-to-swap-video {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .how-to-swap-video-wrapper {
    width: 100%;
    box-shadow: none;
  }

  .section-pool-video {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pool-video-wrapper {
    width: 100%;
    box-shadow: none;
  }

  .section-wrapping-header {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-wrap-iu {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-wrapping-content {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .left-area-header-wrap {
    width: auto;
    height: auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
  }

  .siennawrap-logo-wrapper {
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .right-area-wrap, .wrap-content-wrapper {
    width: 100%;
  }

  .section-header-lend {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-lend-ui {
    height: 100vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-lend-content {
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .siennalend-logo-wrapper {
    width: 75%;
  }

  .section-pr {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pr-left-content-wrapper {
    width: 100%;
    height: 50vh;
    border-bottom: 1px solid #eaeaea;
    border-right-width: 0;
    position: static;
  }

  .pr-txt-header-wrap {
    width: auto;
  }

  .pr-right-content-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .pr-link-wrapper, .pr-link-wrap.frontpage {
    width: auto;
  }

  .section-featured-in {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .featured-in-link-wrapper.row1, .featured-in-link-wrapper.row2 {
    flex-direction: column;
  }

  .section-sienna-knights {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sn-left-area-content-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .knight-wrap {
    width: 50%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .sn-right-content-wrapper {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sn-content-wrap {
    width: auto;
  }

  .sn-logo-wrapper {
    margin-top: 20px;
    margin-left: 0;
  }

  .siennaknight-logo-neg {
    width: 50%;
  }

  .sn-video-container {
    width: 100%;
  }

  .section-header-product-page {
    height: 75vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-siennadao-comtent {
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .siennadao-right-content-wrap {
    align-items: center;
  }

  .siennadao-logo-wrapper {
    width: 75%;
  }

  .siennadao-txt-wrapper {
    width: auto;
    padding: 40px 16px;
  }

  .section-siennalaunch-comtent {
    margin-left: 20px;
    margin-right: 20px;
  }

  .launch-logo-wrapper {
    width: 75%;
  }

  .siennalaunch-txt-wrapper {
    width: auto;
    padding: 40px 16px;
  }

  .section-get-sienna {
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
  }

  .section-sienna-launch-teaser {
    margin-left: 20px;
    margin-right: 20px;
  }

  .launch-header {
    width: auto;
  }

  .section-staking-sienna {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 32px;
  }

  .staking-sienna-header-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .setion-hero-frontpage {
    height: auto;
    border-width: 0;
    border-right-style: none;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero--header-txt {
    letter-spacing: 5px;
    padding-bottom: 20px;
    font-size: 32px;
  }

  .hero-txt {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-txt-wrapper {
    width: auto;
    justify-content: center;
    padding-bottom: 40px;
    display: flex;
  }

  .hero-lover-wrapper {
    width: 100%;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

  .blog-post-section {
    margin-top: 60px;
    display: block;
  }

  .left-area-wrapper {
    width: auto;
    height: auto;
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    position: static;
  }

  .date-selected-blog-post {
    width: 70%;
    height: 220px;
    border-top-width: 0;
    border-right: 1px solid #eaeaea;
    align-self: auto;
    display: flex;
  }

  .some-wrapper-blog-post {
    width: 30%;
    height: auto;
    border-bottom: 1px solid #eaeaea;
    flex-direction: column;
    justify-content: center;
  }

  .day-selected-blog-post {
    font-size: 100px;
    line-height: 100px;
  }

  .right-area-wrapper {
    width: auto;
    height: auto;
    border-top-width: 0;
    margin-top: 0;
    margin-left: 20px;
  }

  .content-wrapper-selected-blog-post {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-post-header-txt {
    margin-top: 0;
  }

  .column-privacy-first {
    height: auto;
    border-right-width: 1px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .generic-frontpage-header.pos {
    text-align: left;
    margin-bottom: 20px;
  }

  .column-fully-decentralized {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border-right-width: 1px;
    margin-top: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .column-sienna-token {
    height: auto;
    margin-top: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns {
    display: block;
  }

  .eco-left-area-frontpage-wrapper {
    height: auto;
    background-color: #f9f9f9;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .eco-right-frontpage {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-comminity-frontpage {
    height: auto;
  }

  .section-comminity-frontpage.communitypage {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
  }

  .join-community-txt-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .some-icons-wrapper {
    justify-content: center;
    padding-left: 0;
  }

  .some-link-block.medium {
    margin-left: 0;
  }

  .community-header-frontpage {
    font-size: 20px;
    line-height: 26px;
  }

  .community-icons-div {
    width: auto;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 40px;
    display: flex;
  }

  .footer, .footer.frontpage.large {
    display: block;
  }

  .left-footer-link-area {
    width: auto;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 40px;
  }

  .right-footer-link-area {
    width: auto;
    border-left-width: 0;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 0;
  }

  .accordion-item-trigger {
    align-items: flex-start;
  }

  .right-area-swap-frontpage {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-swap-frontpage {
    display: block;
  }

  .swap-content-wrapper-right-frontpage {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .right-area-privacy-first {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 40px;
  }

  .section-privacy-first {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .left-area-privacy-first {
    width: auto;
    height: 100vh;
    border-left-width: 0;
    border-right-width: 0;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .section-backed-by {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-header-subpages.pos, .h1-header-subpages.neg.product {
    text-align: left;
  }

  .bodycopy-subpages.neg.product {
    padding-bottom: 20px;
  }

  .bodycopy-subpages.neg.product.pos {
    padding-left: 0;
    padding-right: 0;
  }

  .bodycopy-subpages.neg.product.pos.token {
    padding: 0;
  }

  .left-area-fully-decentralized {
    width: auto;
    height: 100vh;
  }

  .right-area-fully-decentralized {
    padding: 40px;
  }

  .left-area-ama {
    width: auto;
    height: 100vh;
  }

  .right-area-ama {
    padding: 40px;
  }

  .left-area-swap {
    padding-left: 20px;
  }

  .left-area-swap-frontpage {
    width: 100%;
  }

  .content-wrapper.eth.neg.supported-bridges {
    padding-left: 20px;
    padding-right: 20px;
  }

  .eco-left-area-txt-wrapper {
    width: 100%;
  }

  .section-swap-header {
    height: 50vh;
  }

  .product-hero-txt {
    font-size: 20vw;
  }

  .section-pool-header {
    height: 50vh;
  }

  .content-wrapper-rewards {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .swap-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pool-content-wrapper {
    padding: 20px;
  }

  .token-header {
    font-size: 16vw;
  }

  .token-header.pos {
    font-size: 12vw;
  }

  .left-area-token-header-wrapper, .token-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-area-bridge {
    padding-left: 60px;
  }

  .bridge-content-wrapper {
    padding-bottom: 0;
  }

  .left-area-wsienna {
    padding-left: 20px;
  }

  .sienna-city-wrapper {
    height: 50vh;
  }

  .right-area-a-symbol {
    padding: 40px;
  }

  .backed-by-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .backby-grid-for-mobile-only {
    display: none;
  }

  .section-brand-assets {
    padding-bottom: 0;
  }

  .right-area-brand-assets {
    padding: 40px;
  }

  .left-area-faq {
    height: 100vh;
  }

  .faq-wrapper {
    padding: 40px;
  }

  .faq-header-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leaft-area-subpage.impressum, .leaft-area-subpage.privacy, .leaft-area-subpage.whitepaper {
    padding-left: 20px;
  }

  .impressum-content-wrapper {
    padding: 40px;
  }

  .sienna-app-txt.mobile {
    margin-top: 0;
  }

  .listed-left-area.frontpage {
    padding-left: 40px;
    padding-right: 40px;
  }

  .listed-right-area.tokenpage, .left-area-audit-report {
    padding-left: 20px;
    padding-right: 20px;
  }

  .audit-content-wrapper, .whitepaper-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .social-share-button.twitter {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .html-embed-twitter-share {
    margin-right: 0;
    padding-bottom: 0;
  }

  .section-tokenomics-hero {
    padding-left: 20px;
  }

  .section-tokenomics-chart {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-area-tokenomich-wrapper, .right-area-tokenomich-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tokenomich-content-1 {
    padding-top: 20px;
  }

  .sub-navi-blogpost {
    justify-content: flex-end;
  }

  .row-one-div-block, .row-two-div-block, .listed-on-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .left-area-bsc-wrapper, .right-area-bsc-wrapper, .eth-logo-wrapper-token-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-tree-div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .open-menu-wrapper-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-content-wrapper-lend-fp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lend-content-wrapper {
    width: 100%;
    padding: 20px 0 60px;
  }

  .share-blog-twitter-link {
    width: 100%;
    height: 50%;
    border-bottom-width: 1px;
  }

  .share-blog-fb-link {
    width: 100%;
    height: 50%;
    border-left-width: 0;
  }

  .job-header-left-area {
    height: 100vh;
    padding-left: 60px;
  }

  .job-content-wrapper {
    padding: 40px;
  }

  .hero-txt-link-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .partners-frontpage-content-wrapper {
    width: 100%;
  }

  .audited-wrapper-footer {
    align-items: flex-start;
    margin-top: 40px;
  }

  .crome-logo-footer, .brave-loge-footer {
    max-width: none;
  }

  .section-wrapping-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .siennawrap-logo-wrapper {
    justify-content: flex-start;
    padding-left: 0;
  }

  .section-lend-content {
    flex-direction: column;
  }

  .siennalend-left {
    width: 75%;
    height: auto;
    justify-content: flex-start;
    padding-left: 16px;
  }

  .siennalend-right {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pr-left-content-wrapper {
    height: auto;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .pr-right-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pr-link-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-featured-in {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-siennadao-comtent {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .siennadao-left-content-wrap {
    width: auto;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    position: static;
  }

  .siennadao-right-content-wrap {
    width: auto;
  }

  .siennadao-txt-wrapper {
    padding: 20px 16px 40px;
  }

  .section-siennalaunch-comtent {
    flex-direction: column;
  }

  .left-launch-content {
    width: auto;
    height: auto;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    position: static;
  }

  .right-launch-content {
    width: auto;
  }

  .siennalaunch-txt-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .sienna-launch-wrapper {
    width: 75vw;
  }
}

@media screen and (max-width: 479px) {
  .setion-hero-frontpage {
    height: 75vh;
    background-image: url('/static/images/sienna-pattern-Black-Stone-90.svg');
    background-position: 50%;
    background-size: auto;
    border-bottom-style: none;
    border-left-width: 0;
    border-right-width: 0;
    justify-content: space-around;
    align-items: center;
    margin-top: 64px;
    padding: 20px;
  }

  .setion-hero-frontpage.desktop {
    height: 100vh;
    justify-content: center;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-header-txt-wrapper {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero--header-txt {
    text-align: center;
    letter-spacing: 4px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 42px;
    line-height: 46px;
  }

  .hero-txt {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
  }

  .post-thump-bg-and-wrapper {
    border-bottom: 0 solid #eaeaea;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-txt-wrapper {
    width: auto;
    margin-bottom: 40px;
    padding-bottom: 0;
    display: block;
  }

  .hero-lover-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .container {
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 24px;
    display: block;
  }

  .dropdown-toggle-navbar {
    min-width: 100vw;
  }

  .section-highlights-frontpage {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-section {
    margin-top: 60px;
  }

  .left-area-wrapper {
    width: auto;
    border-left-width: 0;
    border-right-width: 0;
    justify-content: space-between;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .date-selected-blog-post {
    width: 80%;
    border-bottom-width: 0;
    border-right: 1px solid #eaeaea;
  }

  .some-wrapper-blog-post {
    width: 20%;
    background-color: #fff;
  }

  .right-area-wrapper {
    height: auto;
    border-left: 0 solid #eaeaea;
    border-right-width: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper-selected-blog-post {
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-header-txt {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .blog-post-body-txt {
    margin-bottom: 0;
  }

  .column-privacy-first {
    border-right-width: 1px;
    padding: 40px 16px;
    position: static;
  }

  .privacy-first-wrapper {
    padding-bottom: 0;
  }

  .generic-frontpage-header.pos {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .standard-link-block.pos {
    margin-right: 0;
    padding-right: 20px;
  }

  .standard-link-block.pos.pdf-link {
    margin-right: 20px;
  }

  .column-fully-decentralized {
    background-color: rgba(0, 0, 0, 0);
    border-right-width: 1px;
    margin-top: auto;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .column-sienna-token {
    padding: 40px 16px;
    position: static;
  }

  .columns {
    display: block;
  }

  .section-contributors-frontpage {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-contributors-frontpage.page {
    margin-top: 60px;
  }

  .eco-left-area-frontpage-wrapper {
    height: auto;
    background-color: #f9f9f9;
    border-right-width: 0;
    margin-bottom: 0;
    padding: 20px 16px 40px;
  }

  .eco-right-frontpage {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .eco-link-block.senius, .eco-link-block.scrt, .eco-link-block.figment, .eco-link-block.certic {
    margin-bottom: 10px;
  }

  .section-comminity-frontpage {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 16px;
    display: flex;
  }

  .section-comminity-frontpage.communitypage {
    height: auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .join-community-txt-wrapper {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding: 20px 0 0;
  }

  .some-icons-wrapper {
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .some-link-block.medium {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .some-link-block.telegram, .some-link-block.reddit, .some-link-block.twitter {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .some-link-block.discord {
    margin-left: 0;
    margin-right: 0;
  }

  .some-link-block.github {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .community-header-frontpage {
    color: #f9f9f9;
    text-align: left;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 26px;
  }

  .community-icons-div {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-width: 0;
    justify-content: center;
    margin: 0;
    padding: 40px 0;
  }

  .footer {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer.frontpage {
    margin-bottom: 0;
    margin-right: 20px;
    padding-bottom: 40px;
  }

  .footer.frontpage.large {
    display: block;
  }

  .footer.frontpage.large.blog-pages {
    margin-left: 0;
    margin-right: 0;
  }

  .left-footer-link-area {
    border-right-width: 0;
    padding-bottom: 40px;
  }

  .text-link-footer.terms {
    letter-spacing: .5px;
  }

  .right-footer-link-area {
    border-top: 0 solid #eaeaea;
    padding-top: 40px;
  }

  .right-area-swap-frontpage {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-swap-frontpage {
    margin: 0 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .swap-content-wrapper-right-frontpage {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .swap-image-frontpage-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .right-area-privacy-first {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 40px 20px;
  }

  .section-privacy-first {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .left-area-privacy-first {
    width: auto;
    height: 50vh;
    border-bottom: 1px solid #eaeaea;
    border-left-width: 0;
    border-right-width: 0;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0 20px;
    display: flex;
    position: static;
  }

  .section-backed-by {
    height: auto;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .use-sienna-link-txt {
    line-height: 50px;
  }

  .use-sienna-wrapper {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-header-subpages.pos {
    text-align: left;
    font-size: 24px;
    line-height: 27px;
  }

  .h1-header-subpages.pos.rodmap {
    text-align: center;
  }

  .h1-header-subpages.neg.product {
    text-align: left;
    padding-bottom: 20px;
  }

  .bodycopy-subpages.neg {
    text-align: left;
  }

  .bodycopy-subpages.neg.product {
    text-align: left;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .bodycopy-subpages.neg.product.pos {
    padding: 0;
    font-size: 14px;
  }

  .bodycopy-subpages.neg.product.pos.token {
    padding: 0;
  }

  .left-area-fully-decentralized {
    width: auto;
    height: 50vh;
    border-bottom: 1px solid #eaeaea;
    border-right-width: 0;
    margin-top: 60px;
  }

  .right-area-fully-decentralized {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-ama {
    margin-top: 60px;
  }

  .left-area-ama {
    width: auto;
    height: 50vh;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    position: static;
  }

  .right-area-ama {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .visual-wrapper-ama {
    background-color: #fcfcfc;
  }

  .code-header.ama {
    font-size: 60px;
    line-height: 60px;
  }

  .body-7 {
    background-color: #f9f9f9;
  }

  .section-swap-content {
    background-color: #28282e;
  }

  .left-area-swap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-pool-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .left-area-pool {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-area-swap-frontpage {
    width: 100%;
    display: block;
  }

  .content-wrapper.eth.neg.supported-bridges {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mini-subheader {
    line-height: 16px;
  }

  .mini-subheader.token.neg {
    margin-bottom: 0;
  }

  .eco-left-area-txt-wrapper {
    width: 100%;
  }

  .section-swap-header {
    height: 50vh;
    margin-top: 60px;
    position: static;
  }

  .product-header-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-hero-txt {
    font-size: 18vw;
  }

  .section-pool-header {
    height: 25vh;
    position: static;
  }

  .pool-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .the-pool-header {
    font-size: 27vw;
  }

  .section-rewards-header {
    height: 25vh;
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .rewards-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .your-rewards-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15vw;
  }

  .left-area-rewards {
    background-color: #28282e;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper-rewards {
    background-color: #28282e;
    padding: 0 20px 40px;
  }

  .swap-content-wrapper {
    padding: 20px 20px 40px;
  }

  .pool-content-wrapper {
    background-color: #f9f9f9;
    padding: 0 0 40px;
  }

  .section-token-hero {
    z-index: 1;
    height: 50vh;
    background-color: #28282e;
    margin-top: 64px;
  }

  .token-header {
    font-size: 15vw;
  }

  .token-header.neg {
    font-size: 22vw;
  }

  .token-header.neg.wsienna {
    font-size: 16vw;
  }

  .token-header.pos {
    font-size: 11vw;
  }

  .section-token-content {
    z-index: 10;
  }

  .left-area-token-header-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-area-token-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .token-content {
    padding: 0 20px;
  }

  .body-9 {
    background-color: #f9f9f9;
  }

  .section-bridge {
    height: 50vh;
    background-color: #28282e;
    margin-top: 60px;
  }

  .section-bridge-content {
    z-index: 10;
  }

  .left-area-bridge {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-area-bridge {
    margin-top: 0;
  }

  .text-block {
    line-height: 14px;
  }

  .left-area-wsienna {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-swap-ui {
    position: static;
  }

  .left-area-a-symbol {
    height: 50vh;
    margin-top: 60px;
  }

  .right-area-a-symbol {
    padding: 40px 20px;
  }

  .section-roadmap {
    padding-bottom: 60px;
  }

  .q-roadmap-header.token {
    margin-bottom: 0;
  }

  .backed-by-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .backby-grid-for-mobile-only {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    justify-items: start;
    display: grid;
  }

  .ngc-logo-mobile, .dao-logo-mobile {
    filter: saturate(0%);
  }

  .section-brand-assets {
    padding-bottom: 0;
  }

  .left-area-brand-assets {
    height: 320px;
  }

  .right-area-brand-assets {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .download-wrapper._01, .download-wrapper._02 {
    margin-bottom: 80px;
  }

  .left-area-faq {
    height: auto;
  }

  .faq-wrapper {
    padding: 20px;
  }

  .faq-header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .leaft-area-subpage.impressum {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .leaft-area-subpage.privacy {
    height: auto;
    padding: 20px 20px 0;
  }

  .leaft-area-subpage.whitepaper {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .impressum-content-wrapper {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sienna-app-txt.mobile {
    color: #949497;
    margin-top: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 15px;
  }

  .listed-left-area.frontpage {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .listed-right-area {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .listed-right-area.tokenpage {
    padding-left: 0;
    padding-right: 0;
  }

  .left-area-audit-report {
    height: auto;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-area-audit-report {
    height: auto;
  }

  .audit-header-wrapper {
    display: flex;
  }

  .audit-content-wrapper, .whitepaper-content-wrapper {
    padding: 40px 20px;
  }

  .section-tokenomics-hero {
    height: 25vh;
    padding-left: 20px;
  }

  .section-tokenomics-chart {
    padding-bottom: 0;
  }

  .public-sale-wrapper, .advisors-wrapper, .liquidity-provision-wrapper, .development-fund-wrapper, .private-sale-wrapper, .founders-wrapper, .minting-pool-wrapper {
    margin-bottom: 40px;
  }

  .chartbox.public-sale, .chartbox.advisors, .chartbox.liquidity-provision, .chartbox.development-fund, .chartbox.private-sale, .chartbox.founders-wrapper, .chartbox.minting-pool {
    margin-bottom: 5px;
  }

  .sienna-contract-add {
    font-size: 10px;
    text-decoration: underline;
  }

  .right-area-tokenomich-wrapper {
    padding-top: 20px;
  }

  .section-wsienna-hero {
    height: 25vh;
  }

  .wsienna-contract-add {
    font-size: 10px;
  }

  .sub-navi-blogpost {
    justify-content: center;
    margin-top: 40px;
  }

  .blog-sub-nav-txt {
    font-size: 12px;
  }

  .row-one-div-block, .row-two-div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .listed-on-content-wrapper {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-sienna-bsc-hero {
    height: 25vh;
  }

  .right-area-bsc-wrapper {
    padding-top: 20px;
  }

  .bsc-contract-address {
    font-size: 10px;
  }

  .section-news-logo-slider.tablet {
    display: none;
  }

  .section-news-logo-slider.mobiile {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .news-logo._01.mobil, .news-logo._02.mobil, .news-logo._03.mobil, .news-logo._04.mobil, .news-logo._05.mobil, .news-logo._06.mobil, .news-logo._07.mobil, .news-logo._08.mobil {
    width: 100%;
  }

  .row-tree-div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-open-mobile.symbol {
    display: none;
  }

  .open-menu-wrapper-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .section-lend-frontpage {
    height: auto;
    overflow: visible;
  }

  .left-content-wrapper-lend-fp {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lend-ui-wrapper-fp {
    height: 50vh;
  }

  .lend-content-wrapper {
    width: auto;
    padding: 20px 0 40px;
  }

  .job-header-left-area {
    height: 50vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-header-text-wrapper {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .community-manager {
    font-size: 50px;
    line-height: 50px;
  }

  .job-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-txt-link-wrapper {
    justify-content: center;
    align-items: center;
  }

  .partners-frontpage-content-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .audited-wrapper-footer {
    margin-top: 40px;
  }

  .sienna-app-footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .crome-logo-footer {
    max-width: none;
  }

  .brave-loge-footer {
    max-width: none;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .browser-logo-footer-wrapper {
    align-items: center;
    display: flex;
  }

  .section-video-what-is-sienna {
    padding: 0;
  }

  .video-fp-wrapper {
    box-shadow: none;
  }

  .how-to-swap-video-wrapper {
    flex-direction: column;
  }

  .section-pool-video {
    border-left-width: 0;
    border-right-width: 0;
    align-items: center;
    margin-bottom: 20px;
  }

  .pool-video-wrapper {
    width: 100%;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-wrapping-header {
    height: 50vh;
  }

  .section-wrap-iu {
    height: 50vh;
    align-items: center;
  }

  .section-wrapping-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .left-area-header-wrap {
    margin-right: auto;
  }

  .siennawrap-logo-wrapper {
    width: auto;
    justify-content: flex-start;
    padding-bottom: 32px;
    padding-left: 0;
  }

  .siennawrap-logo-pos {
    width: 90%;
  }

  .section-header-lend, .section-lend-ui {
    height: 50vh;
  }

  .siennalend-left {
    width: 100%;
  }

  .siennalend-logo-wrapper {
    width: 90%;
  }

  .pr-left-content-wrapper {
    padding-right: 20px;
  }

  .pr-txt-header-wrap {
    align-items: flex-start;
  }

  .pr-link-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-featured-in {
    padding: 20px 16px;
  }

  .section-sienna-knights {
    padding-top: 40px;
  }

  .sn-left-area-content-wrapper {
    max-height: none;
  }

  .knight-wrap {
    width: 75%;
    justify-content: center;
    margin-left: 0;
    padding-bottom: 0;
  }

  .sn-right-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sn-logo-wrapper {
    width: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .siennaknight-logo-neg {
    width: 90%;
  }

  .siennaknight-video {
    margin-bottom: 40px;
  }

  .siennaknight-img {
    margin-left: -6px;
  }

  .section-header-product-page {
    height: 80vh;
  }

  .siennadao-left-content-wrap {
    padding-right: 16px;
  }

  .siennadao-logo-wrapper, .launch-logo-wrapper {
    width: 90%;
  }

  .launch-header {
    width: 100%;
    font-size: 24px;
    line-height: 27px;
  }

  .section-staking-sienna {
    padding: 40px 10px 20px;
  }
}


html{visibility: visible;opacity:1;}