@font-face {
  font-family: "Saiba 45";
  src: url('../fonts/SAIBA-45.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saiba 45 Outline";
  src: url('../fonts/SAIBA-45-Outline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --darkprimary: #030303;
  --primary-light: #e9e6dd;
  --mid-accent-1: #82756d;
  --red-primary: #b43426;
  --dark-grey: #3e342e;
  --grey-primary: #4d4441;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--darkprimary);
  color: var(--darkprimary);
  flex-direction: column;
  padding-top: 88px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Baloo Thambi 2";
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.6rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.4rem;
}

h4 {
  color: var(--primary-light);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Saiba 45", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--darkprimary);
  align-items: center;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: #000000b3;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 2rem;
}

li {
  margin-bottom: 6px;
}

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

blockquote {
  background-color: var(--mid-accent-1);
  border: 4px solid #000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.site-container {
  background-color: #fff;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.header {
  z-index: 9999999;
  background-color: var(--mid-accent-1);
  border-bottom: 4px solid #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  align-items: stretch;
  width: 100%;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 20px;
}

.button-circles-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-direction: row;
  align-items: center;
  margin-top: -10px;
  display: flex;
  position: absolute;
  top: 50%;
}

.button-circle {
  background-color: var(--primary-light);
  border: 4px solid #000;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.button-circle.close:hover {
  background-color: #ff7c74;
}

.container {
  width: 85vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.course-cta {
  position: relative;
}

.container.about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container.about._2 {
  flex-flow: row;
}

.container.margin {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-top: 20px;
  display: flex;
}

.container.margin.no-max-width {
  max-width: 1400px;
}

.nav-link {
  color: var(--darkprimary);
  padding: 20px 20px 16px;
  font-family: Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
}

.nav-link:hover, .nav-link.w--current {
  background-color: var(--darkprimary);
  color: var(--primary-light);
}

.section {
  background-image: linear-gradient(180deg, var(--darkprimary), #1e1b19 44%, var(--red-primary));
  border-bottom: 4px solid #000;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.hero-section {
  background-image: radial-gradient(circle at 100%, #7e3c3487, #5345445c 53%, #ab3224b5), url('../images/fullscreen_cyberpunkBG_Red.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 170px;
  padding-bottom: 0;
}

.section.projects {
  background-image: url('../images/pattern-grey.svg');
  background-position: 0 0;
  background-size: 6px;
  width: 100%;
  height: 165vh;
  padding-top: 146px;
  position: relative;
}

.section.blog-posts {
  height: 1240px;
  position: relative;
}

.section.pattern {
  background-image: url('../images/pattern-grey.svg');
  background-position: 0 0;
  background-size: 6px;
}

.section.small-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.projects2 {
  background-image: radial-gradient(circle, #b43426d6 21%, #000000ab), url('../images/fullscreen_cyberpunkBG_v2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: auto;
  height: auto;
  padding-top: 146px;
  position: relative;
}

.section._2 {
  background-image: linear-gradient(180deg, var(--darkprimary), #1e1b19 44%, #272727);
  border-bottom-style: none;
}

.grid-hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.heading-jumbo {
  color: var(--primary-light);
  flex: 1;
  margin: 0 auto;
  font-family: "Saiba 45", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
}

.subhead {
  font-size: 3rem;
  line-height: 3.6rem;
}

.subhead.space-bottom-36 {
  color: var(--primary-light);
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.35;
}

.topimage {
  color: var(--darkprimary);
  width: auto;
  transition: all .35s;
  position: relative;
  top: 15px;
}

.dropdown-toggle {
  color: var(--darkprimary);
  padding: 20px 20px 16px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}

.dropdown-toggle:hover {
  background-color: var(--darkprimary);
  color: var(--primary-light);
}

.nav-dropdown-link {
  padding: 12px 15px;
  font-size: 22px;
  font-weight: 600;
}

.nav-dropdown-link:hover {
  background-color: var(--darkprimary);
  color: var(--primary-light);
}

.nav-dropdown-list.w--open {
  z-index: 99999999;
  border: 4px solid #000;
  box-shadow: 8px 8px #000;
}

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

.logo-wrapper {
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-wrapper:hover {
  background-color: var(--darkprimary);
}

.logo-wrapper.w--current {
  background-color: var(--darkprimary);
  padding-left: 20px;
  padding-right: 20px;
  transition: all .25s;
}

.logo-wrapper.w--current:hover {
  background-color: var(--red-primary);
}

.quick-links-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 4px solid var(--darkprimary);
  background-color: var(--primary-light);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -40px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.ql-link {
  border-right: 4px solid var(--darkprimary);
  color: var(--darkprimary);
  -webkit-text-stroke-width: 1px;
  background-image: url('../images/telegram_1telegram.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-bottom: 4px solid #000;
  width: auto;
  padding: 20px;
  font-family: "Saiba 45 Outline", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
  display: inline-block;
}

.ql-link:hover {
  background-color: var(--red-primary);
  color: var(--primary-light);
  background-image: url('../images/arrow-link-white.svg');
}

.ql-link.last {
  border-right-style: none;
}

.ql-link.last.dexscreener {
  background-image: url('../images/dexscreener_1dexscreener.png');
}

.ql-link.last.birdeye {
  background-image: url('../images/birdeyefinal_1birdeyefinal.png');
}

.ql-link.twitter {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/xlogoFINAL_1xlogoFINAL.png');
  background-clip: border-box;
  font-size: 2.4rem;
}

.ql-link.telegram:hover {
  background-image: url('../images/telegram_1telegram.webp');
}

.ql-link.dextools {
  background-image: url('../images/dextools_1dextools.webp');
}

.ql-link.solscan {
  background-image: url('../images/solscan_1solscan.png');
}

.modal-wrapper {
  border-style: solid;
  border-width: 2px 2px 10px 10px;
  border-color: var(--dark-grey) var(--red-primary) var(--red-primary) var(--dark-grey);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #3e342e00;
  background-image: linear-gradient(225deg, #3e342e63 40%, #b4342685);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 0 20px -5px #e74533;
}

.modal-wrapper.project {
  flex-direction: column;
  max-width: 680px;
  margin-right: 50px;
  display: flex;
}

.modal-wrapper.course-mockup {
  width: 80%;
}

.modal-wrapper.pad {
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.modal-wrapper.inline {
  padding: 10px;
  display: inline-block;
}

.modal-wrapper.no_overlap {
  overflow: hidden;
}

.modal-wrapper.no_overlap.wide.padtop {
  margin-top: 20px;
}

.modal-header {
  background-color: var(--primary-light);
  text-align: center;
  background-image: url('../images/_TopHeroSizingJazzMainVector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 4px solid #000;
  padding: 14px 20px;
  font-weight: 600;
  position: relative;
}

.modal-header._2 {
  background-color: var(--grey-primary);
  background-image: none;
}

.modal-header._3 {
  background-color: var(--dark-grey);
  background-image: none;
}

.modal-header._4 {
  background-color: var(--mid-accent-1);
  background-image: none;
}

.modal-header._5 {
  background-color: var(--red-primary);
  background-image: none;
}

.modal-body {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
}

.modal-body.center {
  justify-content: space-between;
  align-items: center;
}

.grid-halves {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-halves.vertical {
  align-items: center;
}

.projects-wrapper {
  width: 3350px;
  display: flex;
}

.projects-container {
  width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 7vh;
}

.button {
  border: 4px solid var(--darkprimary);
  background-color: var(--mid-accent-1);
  color: var(--darkprimary);
  padding: 16px 24px;
  font-family: Exo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  transition: all .35s;
}

.button:hover {
  background-color: var(--darkprimary);
  box-shadow: 5px 5px 0 0 var(--mid-accent-1);
  color: var(--primary-light);
}

.button.button-small {
  padding: 8px 12px;
  font-size: 18px;
  line-height: 22px;
}

.button.marginleft {
  margin-left: 10px;
  font-family: Droid Sans, sans-serif;
}

.button.noexo {
  font-family: Droid Sans, sans-serif;
}

.button.noexo.topheader {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button.important {
  font-family: Droid Sans, sans-serif;
}

.button.important.topheader {
  background-color: var(--grey-primary);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button.important.topheader:hover {
  background-color: var(--red-primary);
}

.button.padbottommobile.blue {
  border: 2px solid var(--primary-light);
  color: var(--primary-light);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  background-color: #4d444100;
  border-radius: 100px;
  flex: none;
  align-self: center;
  min-width: 200px;
  padding: 10px 20px;
  font-family: "Saiba 45 Outline", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.button.padbottommobile.blue:hover {
  border-color: var(--red-primary);
  background-color: var(--primary-light);
  box-shadow: none;
  color: var(--red-primary);
}

.button.padbottommobile.blue.headerbutton {
  z-index: 2;
  -webkit-text-stroke-width: 1px;
  font-family: "Saiba 45 Outline", sans-serif;
  font-size: 1.5rem;
  position: relative;
}

.space-bottom-36 {
  margin-bottom: 36px;
}

.blog-posts-wrapper {
  width: 100%;
  margin-top: 36px;
  position: relative;
}

.click-to-top {
  justify-content: center;
  align-items: center;
  width: 60%;
  position: absolute;
}

.hero-image-wrapper {
  position: relative;
}

.ascendwrapper {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 30%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: -50%;
  left: 0%;
  overflow: hidden;
}

.ascend {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  position: relative;
  top: 230px;
  right: 35px;
}

.modal-thumbnail {
  filter: grayscale();
  color: var(--primary-light);
  background-image: url('../images/placeholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #000;
  align-items: flex-end;
  width: 100%;
  height: 160px;
}

.modal-thumbnail.large {
  height: 300px;
}

.rich-text-block {
  margin-top: 36px;
}

.rich-text-block h2 {
  color: var(--primary-light);
  font-family: "Saiba 45 Outline", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.rich-text-block p {
  color: var(--primary-light);
  margin-bottom: 36px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.35;
}

.rich-text-block h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

.rich-text-block h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.1;
}

.rich-text-block h1 {
  font-size: 48px;
  line-height: 1.1;
}

.container-width-medium {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-width-medium.flex.nomax {
  max-width: none;
}

.container-width-medium.flex-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.link-large {
  font-size: 22px;
  text-decoration: underline;
}

.row-space-between {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.margin-bottom-0 {
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
}

.course-sidebar-wrapper {
  background-color: var(--mid-accent-1);
  border-right: 4px solid #000;
  width: 30%;
  padding: 24px;
}

.course-mockup-wrapper {
  display: flex;
}

.course-content-wrapper {
  flex: 1;
  padding: 24px 48px;
}

.course-video {
  filter: grayscale();
  background-image: url('../images/course-thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
  border: 4px solid #000;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.course-sidebar-widget {
  margin-bottom: 24px;
}

.course-sidebar-title {
  margin-bottom: 24px;
  font-size: 2.8rem;
  line-height: 1.1;
}

.sidebar-widget-title {
  font-size: 2.4rem;
}

.course-cta-wrapper {
  background-color: var(--primary-light);
  border: 4px solid #000;
  width: 100%;
  max-width: 480px;
  padding: 48px 36px 36px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
  box-shadow: 8px 8px #000;
}

.course-pagination {
  justify-content: space-between;
  display: flex;
}

.course-video-play-button {
  width: 40px;
}

.grid-column {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.course-sidebar-list {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.logo {
  width: 44px;
  height: 44px;
}

.footer-section {
  background-color: var(--grey-primary);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.6rem;
  display: flex;
}

.text-block {
  background-color: var(--darkprimary);
  box-shadow: none;
  color: var(--primary-light);
  border: 4px solid #000;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: -22px;
}

.pagination-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  font-size: 1.8rem;
}

.pagination-page-count {
  width: auto;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.input {
  background-color: var(--mid-accent-1);
  border: 4px solid #000;
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.8rem;
}

.input:focus {
  border-color: var(--darkprimary);
  background-color: var(--primary-light);
}

.input::placeholder {
  color: #424242;
  font-size: 1.8rem;
}

.grid-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-form-row-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  background-color: var(--mid-accent-1);
  color: var(--darkprimary);
  border: 4px solid #000;
  padding: 16px;
  font-size: 1.8rem;
}

.textarea:focus {
  border-color: var(--darkprimary);
  background-color: var(--primary-light);
}

.textarea::placeholder {
  color: #424242;
}

.empty-state {
  background-color: var(--primary-light);
  border: 4px solid #000;
}

.error-message {
  background-color: var(--darkprimary);
  color: var(--primary-light);
  text-align: center;
  margin-top: 24px;
  padding: 20px;
}

.heading {
  color: var(--red-primary);
  font-family: "Saiba 45", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.05;
}

.heading.light {
  color: var(--primary-light);
}

.jazzspan {
  color: var(--grey-primary);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg, #15c6c8, #0494c4 76%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 5rem;
}

.heading-2 {
  font-family: Droid Sans, sans-serif;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block.addpad {
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.image {
  max-width: 175px;
  position: relative;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-2.bottomlong {
  display: none;
}

.image-2 {
  max-width: 450px;
}

.div-block-3 {
  justify-content: flex-end;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

.heading-3 {
  font-family: Droid Sans, sans-serif;
  font-size: 7.5rem;
}

.heading-3.addpad {
  color: var(--primary-light);
  margin-bottom: 20px;
  font-family: "Saiba 45", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.05;
}

.heading-3.addpad.outline {
  -webkit-text-stroke-width: 1px;
  font-family: "Saiba 45 Outline", sans-serif;
}

.heading-3.titlelist {
  color: var(--primary-light);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: "Saiba 45", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.05;
}

.heading-3.titlelist.outline {
  -webkit-text-stroke-width: 1px;
  font-family: "Saiba 45 Outline", sans-serif;
}

.paragraph {
  color: var(--primary-light);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.35;
}

.image-3 {
  max-width: 550px;
}

.image-3.wide {
  max-width: 100%;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3.light {
  color: var(--mid-accent-1);
}

.div-block-6 {
  max-width: 650px;
  display: block;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.fux {
  background-image: linear-gradient(315deg, var(--red-primary), #2e4092 23%, var(--dark-grey) 44%, #473b82 86%, var(--red-primary) 103%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Droid Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem;
}

.turbo {
  background-image: linear-gradient(135deg, var(--red-primary) 14%, var(--grey-primary) 35%, var(--mid-accent-1) 56%, var(--grey-primary) 80%, var(--red-primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div_standalonecontainer {
  flex: 1;
  max-width: none;
  display: block;
}

.product_overview_component_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.icons_list_component_content_right {
  border-bottom: 2px solid var(--mid-accent-1);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-layout32_progress-bar {
  background-color: var(--grey-primary);
  background-image: linear-gradient(180deg, var(--red-primary), var(--dark-grey) 47%, var(--grey-primary) 76%, var(--red-primary) 101%);
  width: 2px;
  height: 100%;
}

.text-block-8 {
  color: #4083b3;
  font-size: 25px;
}

.spacer_medium_2 {
  width: 100%;
  min-height: 2rem;
  margin-top: 10px;
}

.list_paragraph_small {
  opacity: 1;
  color: #666f77;
  letter-spacing: normal;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-icon-featured-outline-large {
  border: 2px none var(--red-primary);
  color: #7f56d9;
  background-color: #c4c4c400;
  background-image: url('../images/jazz_webclip.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.progress_bar_wrapper {
  background-color: #fdf3e9;
  width: 2px;
  height: 71%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.subheading-wrapper {
  color: #1a1b1f;
  align-items: flex-end;
  margin-bottom: -14px;
  display: flex;
}

.subheading {
  color: #666f77;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.subheading.accent {
  color: #1a1b1f;
  font-family: PT Sans, sans-serif;
}

.icon_wrapper_progress_bar {
  z-index: 1;
  background-color: var(--primary-light);
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.content_left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product_overview_icons_list_wrapper {
  position: relative;
}

.link1 {
  object-fit: none;
  display: inline-block;
}

.icons_component_content_left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.div-block-7 {
  max-width: 1450px;
  margin: 6rem auto;
}

.heading-4 {
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 3.5rem;
  line-height: 100%;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.blue {
  z-index: 5;
  background-color: #ff5e69;
  border: 0 #ff3b3b;
  border-bottom: 6px solid #1a1b1f;
  border-radius: 100px;
  padding: 20px 40px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s, background-color .4s, opacity .4s, color .4s;
  position: relative;
}

.button-2.blue:hover {
  border-bottom-width: 0;
}

.container_styled {
  background-color: #fff;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 0 11px #fa912094;
}

.container_styled.whitebg {
  background-color: #eff8ff;
  box-shadow: 0 0 11px #9bbce84a;
}

.list_heading_small {
  color: #1a1b1f;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.list_heading_small.smaller {
  color: var(--primary-light);
  margin-top: 1rem;
  font-family: "Saiba 45 Outline", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.05;
}

.spacer_xxs {
  width: 100%;
  min-height: .5rem;
}

.sufix-line {
  background-color: #77c7ff;
  width: 30px;
  height: 4px;
  margin-bottom: 7px;
  margin-left: 8px;
  display: inline-block;
}

.ilist_element_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.image-4 {
  border: 2px solid #1a1b1f;
  border-radius: 15px;
  width: 350px;
  max-width: 450px;
}

.div-block-8 {
  display: inline-block;
}

.image-5 {
  position: absolute;
}

.navicon {
  width: 40px;
}

.navicons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin: .5rem 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.iconlink {
  transition: all .25s;
}

.iconlink:hover {
  transform: scale(1.1);
}

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

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

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

.body, .body-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.navigation-item {
  opacity: 1;
  color: var(--primary-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-family: "Saiba 45", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s;
}

.navigation-item:hover {
  opacity: .6;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #ff5e69;
  font-weight: 700;
  text-decoration: underline;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-image {
  width: 100px;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  display: block;
}

.logo-image:hover {
  transform: rotate(-20deg);
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-3:active {
  background-color: #43464d;
}

.button-3.red {
  z-index: 5;
  background-color: #ff5e69;
  border: 0 #ff3b3b;
  border-bottom: 6px solid #1a1b1f;
  border-radius: 100px;
  transition: all .2s, background-color .4s, opacity .4s, color .4s;
  position: relative;
}

.button-3.red:hover {
  border-bottom-width: 0;
}

.navigation {
  z-index: 1000;
  border-bottom: 2px solid var(--darkprimary);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #b4342600;
  background-image: linear-gradient(#b434269e, #4c342df7 72%, #3e342ebf);
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-9 {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.div-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.link, .link-2, .link-3, .link-4 {
  color: var(--mid-accent-1);
}

.h4regular {
  text-align: center;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}

.h4regular.disclosure {
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.heading-5 {
  font-size: 22px;
}

@media screen and (min-width: 1440px) {
  .section.hero-section {
    background-image: radial-gradient(circle at 100%, #7e3c3487, #5345445c 53%, #ab3224b5), url('../images/fullscreen_cyberpunkBG_Red.jpg');
    background-position: 0 0, 50% 0;
  }

  .section.jazzbg {
    background-image: linear-gradient(0deg, var(--darkprimary), #1e1b19 44%, var(--red-primary));
  }

  .section._2 {
    background-image: linear-gradient(180deg, var(--darkprimary), #1e1b19 44%, #1c1c1c);
  }

  .topimage {
    width: 100%;
  }

  .ql-link.twitter {
    font-size: 2rem;
  }

  .modal-wrapper {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 30px -10px #f14532;
  }

  .projects-container {
    max-width: 1400px;
  }

  .button.padbottommobile.blue.headerbutton {
    z-index: 2;
    position: relative;
  }

  .logo-image {
    width: 85px;
  }

  .navigation-wrap {
    max-width: 1850px;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 72px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  h1 {
    font-size: 8rem;
  }

  h2 {
    font-size: 6rem;
  }

  h3 {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .header {
    border-top-width: 0;
    top: 12px;
  }

  .container {
    width: 85vw;
  }

  .container.course-cta {
    flex-direction: column-reverse;
    display: flex;
  }

  .container.about {
    flex-flow: column;
  }

  .nav-link {
    border-bottom: 4px solid #000;
    font-size: 3.5rem;
    display: block;
  }

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

  .section.hero-section {
    background-position: 0 0, 50%;
    padding-top: 150px;
  }

  .section.projects, .section.blog-posts {
    height: auto;
  }

  .section.small-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.projects2 {
    height: auto;
  }

  .grid-hero {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-jumbo {
    font-size: 5rem;
  }

  .subhead {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .subhead.space-bottom-36 {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.35rem;
  }

  .topimage {
    max-width: 500px;
  }

  .dropdown-toggle {
    font-size: 3.5rem;
  }

  .nav-menu {
    background-color: var(--mid-accent-1);
    color: var(--primary-light);
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-wrapper.w--current {
    background-color: var(--darkprimary);
  }

  .quick-links-wrapper {
    flex-flow: column;
    justify-content: center;
    width: auto;
    max-width: 500px;
    margin-bottom: -32px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ql-link {
    background-size: 16px;
    border-bottom: 1px solid #000;
    border-right-style: none;
    width: auto;
    padding: 12px 2rem;
    font-size: 2rem;
  }

  .ql-link.last.dexscreener {
    background-size: 35px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ql-link.last.birdeye {
    background-size: 35px;
  }

  .ql-link.twitter, .ql-link.telegram, .ql-link.dextools {
    background-size: 35px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ql-link.solscan {
    background-size: 35px;
  }

  .modal-wrapper.project {
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
    margin-right: 0;
  }

  .modal-wrapper.course-mockup {
    width: 100%;
  }

  .modal-body {
    padding: 36px;
  }

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

  .projects-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .projects-container {
    width: 85vw;
  }

  .button {
    padding: 12px 20px;
  }

  .button.important.topheader {
    position: relative;
  }

  .button.padbottommobile.blue.headerbutton {
    min-width: auto;
  }

  .click-to-top {
    width: 100%;
    margin-bottom: 36px;
    position: static;
  }

  .ascendwrapper {
    pointer-events: none;
    display: flex;
  }

  .rich-text-block p {
    font-size: 1.15rem;
    line-height: 1.35rem;
  }

  .container-width-medium.flex-2 {
    flex-flow: column;
  }

  .course-content-wrapper {
    padding: 18px 32px;
  }

  .course-cta-wrapper {
    max-width: 100%;
    margin-bottom: 36px;
    position: relative;
    top: auto;
    transform: none;
  }

  .menu-button {
    margin-left: auto;
    padding: 8px 20px;
    font-size: 4rem;
    line-height: 1;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--darkprimary);
    color: var(--primary-light);
  }

  .footer {
    flex-direction: column;
    padding-top: 20px;
  }

  .heading.light {
    font-size: 4rem;
  }

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

  .jazzspan {
    font-size: 10rem;
  }

  .div-block.addpad {
    grid-template-columns: 1fr;
  }

  .image-2 {
    max-width: 300px;
  }

  .heading-3.addpad {
    font-size: 4rem;
    line-height: 5rem;
  }

  .heading-3.titlelist {
    margin-bottom: 15px;
  }

  .heading-3.titlelist.left {
    text-align: left;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .product_overview_component_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    place-items: start stretch;
  }

  .list_paragraph_small {
    font-size: 15px;
  }

  .content_left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-7 {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 130%;
  }

  .button-2 {
    justify-content: center;
  }

  .button-2.blue {
    display: block;
  }

  .container_styled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container_styled.whitebg {
    padding: 2rem;
  }

  .list_heading_small {
    font-size: 1.15em;
  }

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

  .image-4 {
    width: 200px;
  }

  .navigation-item {
    background-color: var(--dark-grey);
    opacity: .65;
    text-align: center;
    border-bottom: 1px solid #1a1b1f;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-icon {
    filter: invert(80%);
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .logo-image {
    width: 80px;
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    background-color: #a0d8ff00;
  }

  .navigation-items {
    background-color: var(--darkprimary);
  }

  .button-3 {
    justify-content: center;
  }

  .button-3.red {
    width: auto;
    margin-left: auto;
    margin-right: 10px;
    display: block;
    position: relative;
  }

  .navigation {
    padding: 10px 40px;
  }

  .div-block-9 {
    margin-bottom: 10px;
  }

  .h4regular, .h4regular.disclosure {
    text-align: center;
  }

  .text-block-10 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 68px;
    padding-left: 8px;
    padding-right: 8px;
  }

  h1 {
    font-size: 7rem;
  }

  .container.about {
    width: 95vw;
  }

  .container.margin, .container.margin.no-max-width {
    width: 100vw;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.small-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.projects2 {
    padding-top: 60px;
  }

  .section.jazzbg {
    background-repeat: repeat-y;
    background-size: contain;
  }

  .grid-hero {
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

  .heading-jumbo {
    font-size: 5rem;
  }

  .subhead.space-bottom-36 {
    font-family: Exo, sans-serif;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .modal-wrapper.course-mockup {
    display: none;
  }

  .modal-body {
    padding: 24px;
  }

  .projects-container {
    width: 90vw;
  }

  .button {
    padding: 12px 18px;
    font-family: Droid Sans, sans-serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .rich-text-block {
    overflow-wrap: anywhere;
  }

  .container-width-medium.flex-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .course-cta-wrapper {
    padding: 36px 28px 28px;
  }

  .grid-form-row-halves {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 5rem;
  }

  .jazzspan {
    font-size: 7.5rem;
  }

  .div-block.addpad {
    flex-flow: column;
    display: flex;
  }

  .image-2 {
    max-width: 100%;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    display: block;
  }

  .heading-3.addpad, .heading-3.addpad.outline {
    font-size: 3rem;
  }

  .heading-3.titlelist {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .heading-3.titlelist.left {
    font-size: 2rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .image-3 {
    max-width: 400px;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .product_overview_component_grid {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icons_list_component_content_right {
    text-align: left;
  }

  .spacer_medium_2 {
    min-height: 1.5rem;
  }

  .content_left {
    align-items: center;
  }

  .heading-4 {
    font-size: 45px;
    font-weight: 700;
  }

  .container_styled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container_styled.whitebg {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .list_heading_small {
    font-size: 1.125em;
  }

  .image-4 {
    width: 250px;
  }

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

  .navigation {
    padding: 10px 30px;
  }

  .div-block-9 {
    margin-bottom: 10px;
  }

  .h4regular {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .button-circles-wrap {
    display: flex;
  }

  .container {
    width: 85vw;
  }

  .container.about {
    margin-top: 60px;
  }

  .container.margin.no-max-width {
    align-items: center;
  }

  .nav-link {
    font-size: 2rem;
    line-height: 2rem;
  }

  .section.hero-section {
    padding-top: 100px;
  }

  .section.projects2 {
    background-position: 0 0, 50%;
  }

  .section.jazzbg {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .grid-hero {
    flex-flow: column;
    display: block;
  }

  .heading-jumbo {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .subhead.space-bottom-36 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .topimage {
    max-width: 100%;
  }

  .logo-wrapper.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-links-wrapper {
    flex-direction: column;
    width: auto;
    max-width: 100%;
    margin-bottom: -75px;
    display: flex;
  }

  .ql-link {
    border-bottom: 4px solid #000;
    border-right-style: none;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
  }

  .ql-link.last {
    border-bottom-style: none;
  }

  .ql-link.last.dexscreener {
    border-bottom-style: solid;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .ql-link.last.telegram {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ql-link.twitter {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .ql-link.telegram {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .ql-link.dextools {
    border-top: 4px solid #000;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .modal-wrapper.pad, .modal-body {
    padding: 20px;
  }

  .projects-container {
    width: 95vw;
  }

  .button.marginleft {
    margin-left: 0;
  }

  .button.important.topheader:hover {
    background-color: var(--red-primary);
  }

  .button.padbottommobile {
    margin-bottom: 10px;
  }

  .button.padbottommobile.blue {
    background-color: #4d444100;
  }

  .button.padbottommobile.blue:hover {
    background-color: var(--primary-light);
  }

  .button.padbottommobile.blue.headerbutton {
    margin-bottom: 0;
    display: none;
  }

  .button.padbottommobile.blue.headerbutton:hover {
    background-color: var(--primary-light);
  }

  .rich-text-block h2 {
    font-size: 4rem;
  }

  .rich-text-block p {
    font-size: .85rem;
    line-height: 1.5rem;
  }

  .row-space-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-cta-wrapper {
    padding: 48px 20px 20px;
  }

  .logo {
    width: 35px;
    height: 35px;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading, .heading.light.center {
    font-size: 3rem;
  }

  .jazzspan {
    font-size: 6rem;
  }

  .heading-3.addpad {
    font-size: 2rem;
    line-height: 3.5rem;
  }

  .heading-3.addpad.outline {
    font-size: 2rem;
  }

  .heading-3.titlelist {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-3.titlelist.left {
    line-height: 1.1;
  }

  .paragraph {
    font-size: .85rem;
    line-height: 1.5;
  }

  .image-3 {
    max-width: 100%;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    text-align: right;
  }

  .text-block-7 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .fux {
    font-size: 3rem;
  }

  .list_paragraph_small {
    font-size: .85rem;
    line-height: 1.6;
  }

  .subheading {
    font-size: 14px;
  }

  .subheading.accent {
    font-size: 14px;
    line-height: 18px;
  }

  .icons_list_text_wrapper {
    overflow-wrap: anywhere;
  }

  .content_left {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-4 {
    text-align: center;
    font-size: 35px;
  }

  .container_styled.whitebg {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .list_heading_small.smaller {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.25;
  }

  .bold-text {
    word-break: break-all;
  }

  .menu {
    margin-left: 15px;
  }

  .logo-image {
    width: 65px;
  }

  .menu-button-2, .menu-button-2.w--open {
    flex: none;
  }

  .navigation-wrap {
    flex: 1;
    align-self: center;
  }

  .button-3.red.topheader {
    margin-right: 10px;
    padding: 5px 15px;
  }

  .navigation {
    padding: 5px 15px;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .h4regular {
    font-size: 12px;
    line-height: 18px;
  }

  .h4regular.disclosure {
    font-size: 12px;
    line-height: 16px;
  }
}

#w-node-_2fb4acda-b349-983e-c03a-bb4a412195e6-fedd863a {
  justify-self: center;
}

#w-node-_7aa30afc-85f9-cecb-6df9-f093c2d1d5ab-fedd863a, #w-node-e1d533e6-f676-3081-50c1-6eff9bc022de-fedd863a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Saiba 45';
  src: url('../fonts/SAIBA-45.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saiba 45 Outline';
  src: url('../fonts/SAIBA-45-Outline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}