@font-face {
  font-family: "Podiumsharp 211";
  src: url('../fonts/PODIUMSharp-211-1.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Podiumsharp 211 1";
  src: url('../fonts/PODIUMSharp-211-1.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Podiumsharp 211 1";
  src: url('../fonts/PODIUMSharp-211-1.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  margin-top: 96px;
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.small-container {
  width: 75%;
  max-width: 1000px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

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

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

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

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: #e43a13;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 77px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

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

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

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

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

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  border-radius: 18px;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.paragraph {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.paragraph-2 {
  color: #212529;
  text-align: left;
  font-family: Inter, sans-serif;
  line-height: 40px;
}

.image {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.text-block {
  text-align: left;
  margin-top: 149px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.image-2 {
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  text-align: left;
  margin-top: 55px;
  margin-bottom: 0;
  padding-bottom: 123px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

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

.heading {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.text-block-3 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-2 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 84px;
}

.text-block-4 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-3 {
  margin-left: 77px;
  margin-right: 11px;
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.text-block-5 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-4 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.text-block-6 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-5 {
  margin-left: 20px;
  margin-right: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
  line-height: 84px;
}

.text-block-7 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-6 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.text-block-8 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

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

.heading-7 {
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.text-block-9 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-8 {
  margin-left: auto;
  margin-right: auto;
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.text-block-10 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-9 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 84px;
}

.text-block-11 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-10 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
  line-height: 84px;
}

.text-block-12 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-11 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
  line-height: 84px;
}

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

.text-block-13 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-12 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
  line-height: 84px;
}

.text-block-14 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-13 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 84px;
}

.text-block-15 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-14 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 84px;
}

.text-block-16 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-15 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 84px;
  line-height: 84px;
}

.text-block-17 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

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

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

.tag {
  background-color: #0000001a;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .25rem .5rem;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical {
  flex-direction: column;
}

.flex-layout.flex-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

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

.text-block-18 {
  color: #212529;
  text-align: center;
  margin: auto 140px;
  padding-bottom: 40px;
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 83px;
  font-weight: 800;
  line-height: 91px;
}

.paragraph-3 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.body {
  background-color: #fff;
}

.text-block-19 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.heading-16 {
  margin-left: -149px;
  margin-right: -104px;
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 91px;
  font-weight: 800;
  line-height: 91px;
}

.text-block-20 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.heading-17 {
  margin-left: -83px;
  margin-right: -44px;
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.heading-20 {
  color: #333;
  text-align: left;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Inter, sans-serif;
  font-size: 1.625rem;
  line-height: 2.5rem;
}

.heading-21, .heading-22 {
  color: #333;
  text-align: left;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.bold-text {
  font-weight: 400;
  line-height: 40px;
}

.hero-without-image {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #000;
  margin-bottom: 24px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.button-primary {
  color: #f3f3f3;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #212529;
  border: 0 solid #000;
  border-radius: 18px;
  padding: 12px 25px;
  font-family: "Podiumsharp 211", sans-serif;
  font-size: 60px;
  line-height: 60px;
  transition: all .2s;
}

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

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

.heading-23 {
  color: #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 91px;
  font-weight: 800;
  line-height: 91px;
}

.heading-24 {
  color: #333;
  text-align: left;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.bold-text-2 {
  font-family: "Podiumsharp 211", sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 84px;
  display: inline;
}

.heading-25 {
  color: #333;
  text-align: left;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

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

.bold-text-4 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.bold-text-5 {
  font-family: "Podiumsharp 211", sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.bold-text-6 {
  font-family: "Podiumsharp 211", sans-serif;
  font-size: 44px;
  line-height: 44px;
}

.heading-26 {
  color: #333;
  text-align: left;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.lottie-animation {
  margin-bottom: 0;
}

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

.heading-27 {
  color: #212529;
  text-align: left;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.image-8, .image-9 {
  margin-left: auto;
  margin-right: auto;
}

.bold-text-7 {
  color: #0a0a09;
  background-color: #f3e40e;
}

.heading-28 {
  background-color: #d5b60903;
}

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

.button {
  background-color: #e73a04;
  border-radius: 18px;
  padding: 12px 25px;
  font-family: "Podiumsharp 211", sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.button-2 {
  color: #f1f2f6;
  background-color: #e73a04;
  border: 1px solid #f5eded;
  border-radius: 18px;
  margin-bottom: auto;
  margin-left: 140px;
  margin-right: 200px;
  padding: 25px 12px;
  font-family: "Podiumsharp 211", sans-serif;
  font-size: 60px;
  line-height: 60px;
  display: block;
}

.paragraph-4 {
  color: #333;
  text-align: left;
  margin: 20px 140px 15px;
  font-family: Inter, sans-serif;
  font-size: 26.4px;
  line-height: 39.6px;
}

.image-11 {
  margin: 0 auto;
}

.button-3 {
  margin-left: -200px;
  margin-right: 158px;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e73904;
  border: 1px solid #07060605;
  border-radius: 18px;
  padding: 12px 25px;
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  transition: all .2s;
}

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

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

.heading-29 {
  font-family: "Podiumsharp 211 1", Arial, sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 84px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e73904;
  border-radius: 18px;
  padding: 12px 25px;
  font-family: "Podiumsharp 211", sans-serif;
  font-size: 60px;
  line-height: 60px;
  transition: all .2s;
}

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

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

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e73904;
  border-radius: 18px;
  padding: 12px 25px;
  font-family: "Podiumsharp 211", sans-serif;
  font-size: 78px;
  line-height: 63px;
  transition: all .2s;
}

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

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

.hero-without-image-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e73904;
  border: 0 solid #000;
  border-radius: 18px;
  padding: 12px 25px;
  font-family: "Podiumsharp 211", sans-serif;
  font-size: 67px;
  line-height: 63px;
  transition: all .2s;
}

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

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

.hero-heading-center {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.code-embed {
  margin-left: -113px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.mint-section {
  background-color: #f3f3f3;
  padding: 120px 24px 180px;
  position: relative;
}

.minting-container {
  text-align: center;
  background-color: #fff;
  border: 8px solid #1f2024;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 550px;
  padding: 58px 58px 32px;
  display: flex;
  box-shadow: -3px 3px #1f2024;
}

.mint-card-image {
  border: 5px solid #000;
  border-radius: 100px;
  width: 200px;
  margin: -120px auto 16px;
}

.paragraph-5 {
  margin-bottom: 24px;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .12em;
  background-color: #e65a00;
  border: 4px solid #1f2024;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 1.25em;
  transition: background-color .2s, transform .2s, box-shadow .2s;
  box-shadow: -3px 3px #1f2024;
}

.primary-button-2:hover {
  background-color: #ff8f4d;
  transform: translate(4px, -4px);
  box-shadow: -6px 6px #1f2024;
}

.primary-button-2.hero {
  z-index: 1000;
  color: #1f2024;
  background-color: #ace5d7;
  border-width: 8px;
  border-radius: 12px;
  align-self: center;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 20px 40px;
  font-size: 1.5em;
  transition: color .2s, background-color .2s, transform .2s, box-shadow .2s;
  box-shadow: -6px 6px #1f2024;
}

.primary-button-2.hero:hover {
  z-index: 4;
  color: #fff;
  background-color: #ff00a1;
  position: relative;
  box-shadow: -11px 11px #1f2024;
}

.primary-button-2.hero:active {
  transform: translate(0);
  box-shadow: -6px 6px #1f2024;
}

.price {
  color: #1f2024cc;
  letter-spacing: 1px;
  background-color: #f3f2ed;
  border-radius: 6px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: .9em;
  line-height: 1.5em;
}

.paragraph-6 {
  margin-bottom: 24px;
}

.paragraph-7 {
  text-align: left;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
}

.heading-30 {
  font-family: Changa One, Impact, sans-serif;
}

.hero-heading {
  z-index: 1;
  text-shadow: -17px 17px #1f2024;
  cursor: crosshair;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16vw;
  position: relative;
}

.hero-heading:hover {
  color: #eedf39;
}

.hero-heading._3 {
  z-index: 3;
}

.hero-heading._3:hover {
  color: #ff2cb2;
}

.hero-heading._2 {
  z-index: 2;
}

.hero-heading._2:hover {
  color: #5879ff;
}

.image-12 {
  z-index: 1;
  width: 14vw;
  min-width: 160px;
  max-width: 300px;
  position: absolute;
  inset: auto auto -20px -20px;
  transform: rotate(-23deg);
}

.image-12.bc {
  left: auto;
  transform: rotate(-11deg);
}

.image-12.br1 {
  bottom: 25%;
  left: auto;
  right: 10vw;
  transform: scale(.8)rotate(-14deg);
}

.image-12.cr2 {
  z-index: 2;
  inset: 23% 24% auto auto;
  transform: rotate(10deg);
}

.image-12.bl1 {
  bottom: 21%;
  left: 10vw;
  transform: rotate(20deg);
}

.image-12.tl {
  z-index: 0;
  width: 12vw;
  top: -3%;
  bottom: auto;
  left: 12%;
  transform: rotate(8deg);
}

.image-12.cl2 {
  width: 16vw;
  top: 23%;
  bottom: auto;
  left: 18%;
  transform: rotate(-18deg);
}

.image-12.br {
  left: auto;
  right: 0;
  transform: rotate(14deg);
}

.image-12.tr {
  z-index: 0;
  width: 12vw;
  inset: -2% 12% auto auto;
  transform: rotate(8deg);
}

.image-12.cl1 {
  z-index: 0;
  top: 20%;
  bottom: auto;
  left: -1%;
  transform: rotate(20deg);
}

.image-12.cr1 {
  z-index: 6;
  inset: 18% -1% auto auto;
  transform: rotate(20deg);
}

.hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.hero-letters {
  display: flex;
  position: relative;
}

.hero-price {
  z-index: 999;
  background-color: #ec0f18;
  border-radius: 8px;
  padding: 8px 12px;
  position: relative;
}

.marquee_chat-img {
  width: 2rem;
  height: 2rem;
}

.showcase_marquee_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.showcase_marquee_track {
  flex: none;
  display: flex;
}

.marquee_chat {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 20rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .75rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
}

.marquee_color {
  background-color: #ab88fd;
  border-radius: 2rem;
  flex: none;
  width: 12.5rem;
  height: 100%;
  margin-right: 1rem;
}

.marquee_color.cyan {
  background-color: #63e5e1;
  width: 7.5rem;
}

.marquee_color.red {
  background-color: #fe6b6b;
  width: 3.5rem;
}

.marquee_color.orange {
  background-color: #ff7837;
  width: 3.5rem;
}

.marquee_color.yellow {
  background-color: #ffd84a;
}

.marquee_color.green {
  background-color: #00c74e;
  width: 7.5rem;
}

.showcase_marquee_list {
  flex: none;
  height: 100%;
}

.showcase_marquee_flex {
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.showcase_logo {
  background-color: #fff;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.button-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: -.014em;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  transition: all .4s;
  display: flex;
}

.button-4:hover {
  box-shadow: 0 0 .5rem .25rem #00000014;
}

.button-4:active {
  box-shadow: none;
}

.showcase_controls_pause {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  display: flex;
}

.section_showcase {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.showcase_controls_play {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.hide {
  display: none;
}

.expert_help {
  background-color: #faf8f2;
  border: .75px solid #dbdad4;
  border-radius: 4px;
  flex-flow: column;
  width: 24rem;
  display: flex;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  overflow: hidden;
}

.footer-section {
  color: #fff;
  text-align: center;
  background-color: #373737;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 16px;
  display: flex;
}

.domo-text {
  font-size: 16vw;
  line-height: .8em;
}

.domo-text:hover {
  color: #e65a00;
}

.domo-text.purple {
  padding-bottom: 32px;
}

.domo-text.purple:hover {
  color: #e65a00;
}

.primary-button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .12em;
  background-color: #ff55a2;
  border: 4px solid #1f2024;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 1.25em;
  transition: background-color .2s, transform .2s, box-shadow .2s;
  box-shadow: -3px 3px #1f2024;
}

.primary-button-3:hover {
  background-color: #e42c7f;
  transform: translate(4px, -4px);
  box-shadow: -6px 6px #1f2024;
}

.primary-button-3.footer {
  background-color: #cf7f2f;
  border-width: 4px;
  border-color: #060509;
  align-self: center;
  padding: 20px 32px;
  font-size: 1.5em;
  box-shadow: -6px 6px #461a97;
}

.primary-button-3.footer:hover {
  background-color: #ff0d11;
  box-shadow: -6px 6px #15121b;
}

.follow-test {
  padding: 16px;
}

.bold-white-link {
  color: #fff;
}

.bold-white-link:hover {
  color: #f9e174;
}

.paragraph-8 {
  margin-bottom: 24px;
}

.list {
  list-style-type: none;
}

.list-item {
  list-style-type: none;
  display: flex;
}

.centered-container {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-21 {
  text-align: left;
  margin-left: .6rem;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.image-13 {
  margin-top: -1.4rem;
}

.interessante {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  padding: 58px 58px 32px;
  display: block;
}

.focus {
  width: 219px;
  height: 212px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.small-container {
    width: 90%;
  }

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

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .text-block-18, .heading-16 {
    font-size: 70px;
    line-height: 70px;
  }

  .container-2, .container-3, .container-4, .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .mint-section {
    overflow: hidden;
  }

  .minting-container {
    padding: 40px;
  }

  .price {
    font-size: 1em;
  }

  .hero-heading {
    text-shadow: -11px 11px #1f2024;
  }

  .image-12 {
    min-width: 140px;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .hero-without-image, .hero-without-image-2, .hero-without-image-3, .hero-without-image-4, .hero-heading-center, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .minting-container {
    border-width: 6px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mint-card-image {
    width: 124px;
  }

  .primary-button-2.hero {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading {
    text-shadow: -8px 8px #1f2024;
    margin-top: 0;
    font-size: 37vw;
    line-height: .75em;
  }

  .image-12 {
    min-width: 120px;
    max-width: 180px;
  }

  .image-12.cr2, .image-12.cl2 {
    top: 10%;
  }

  .hero-container {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .hero-letters {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    margin-top: auto;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    color: #333;
    text-align: center;
    width: auto;
    margin: 20px 0 10px auto;
    padding-bottom: 0;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .text-block {
    color: #212529;
    width: 129%;
    margin: 0 auto 0 -34px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  .image-3 {
    margin-top: 20px;
  }

  .heading {
    color: #212529;
    width: 127%;
    margin-left: -37px;
    margin-right: -43px;
    font-family: "Podiumsharp 211", sans-serif;
    font-size: 51px;
    font-weight: 700;
    line-height: 46px;
  }

  .text-block-3 {
    width: 129%;
    margin-left: -34px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-2 {
    color: #212529;
    width: 129%;
    margin-left: -34px;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 45px;
    line-height: 43px;
  }

  .text-block-4 {
    color: #212529;
    width: 127%;
    margin-left: -26px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
  }

  .heading-3 {
    text-align: center;
    width: 127%;
    margin-left: -37px;
    margin-right: -43px;
    font-family: "Podiumsharp 211", sans-serif;
    font-size: 41px;
    font-weight: 400;
    line-height: 43px;
  }

  .text-block-5 {
    width: 127%;
    margin-left: -26px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-4 {
    width: 127%;
    margin-left: -37px;
    margin-right: -43px;
    font-family: "Podiumsharp 211 1", Arial, sans-serif;
    font-size: 43px;
    line-height: 43px;
  }

  .text-block-6 {
    width: 127%;
    margin-left: -26px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-5 {
    margin-left: -37px;
    margin-right: -43px;
    font-family: "Podiumsharp 211 1", Arial, sans-serif;
    font-size: 41px;
    font-weight: 800;
    line-height: 41px;
  }

  .text-block-7 {
    width: 127%;
    margin-left: -26px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-6 {
    width: 127%;
    margin-left: -37px;
    margin-right: -43px;
    font-family: "Podiumsharp 211", sans-serif;
    font-size: 41px;
    font-weight: 400;
    line-height: 41px;
  }

  .text-block-8 {
    width: 127%;
    margin-left: -26px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-7 {
    margin-left: -37px;
    margin-right: -43px;
    font-family: "Podiumsharp 211 1", Arial, sans-serif;
    font-size: 41px;
    line-height: 41px;
  }

  .text-block-9 {
    width: 127%;
    margin-left: -26px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-8 {
    width: 127%;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 41px;
    line-height: 41px;
  }

  .text-block-10 {
    width: 127%;
    margin-left: -26px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-9 {
    width: 127%;
    margin-left: -26px;
    font-size: 41px;
    line-height: 41px;
  }

  .text-block-11 {
    width: 127%;
    margin-left: -26px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-10 {
    width: 127%;
    margin-left: -26px;
    font-size: 45px;
    line-height: 41px;
  }

  .text-block-12 {
    width: 127%;
    margin-left: -26px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-11 {
    width: 127%;
    margin-left: -26px;
    font-family: "Podiumsharp 211", sans-serif;
    font-size: 41px;
    line-height: 41px;
  }

  .text-block-13 {
    width: 127%;
    margin-left: -26px;
  }

  .heading-12 {
    width: 127%;
    margin-left: -26px;
    font-family: "Podiumsharp 211", sans-serif;
    font-size: 41px;
    line-height: 41px;
  }

  .text-block-14 {
    width: 127%;
    margin-left: -26px;
  }

  .heading-13 {
    width: 127%;
    margin-left: -26px;
    font-family: "Podiumsharp 211", sans-serif;
    font-size: 41px;
    line-height: 41px;
  }

  .text-block-15 {
    width: 127%;
    margin-left: -26px;
  }

  .heading-14 {
    width: 127%;
    margin-left: -26px;
    font-size: 41px;
    line-height: 41px;
  }

  .text-block-16 {
    width: 127%;
    margin-left: -26px;
  }

  .heading-15 {
    width: 127%;
    margin-left: -26px;
    font-family: "Podiumsharp 211", sans-serif;
    font-size: 41px;
    line-height: 41px;
  }

  .text-block-17 {
    width: 127%;
    margin-left: -26px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .text-block-18 {
    color: #212529;
    width: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Podiumsharp 211 1", Arial, sans-serif;
    font-size: 39px;
    font-weight: 800;
    line-height: 40.8px;
  }

  .paragraph-3 {
    width: 127%;
    margin: 0 auto 0 -26px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .italic-text {
    font-size: .9rem;
    line-height: .7rem;
  }

  .body {
    margin-top: -64px;
  }

  .text-block-19 {
    width: 129%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .heading-16 {
    color: #212529;
    margin-left: auto;
    margin-right: auto;
    font-family: "Podiumsharp 211", sans-serif;
    font-size: 41px;
    font-weight: 400;
    line-height: 41px;
  }

  .text-block-20 {
    margin: 20px -43px 10px -37px;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 1.2;
  }

  .heading-17 {
    margin-left: auto;
    margin-right: auto;
    font-size: 53px;
    line-height: 53px;
  }

  .heading-18 {
    line-height: 1.2;
  }

  .heading-19 {
    font-weight: 700;
  }

  .heading-20 {
    text-align: left;
    margin-bottom: 10px;
    margin-left: -37px;
    margin-right: -43px;
    padding-right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .heading-21 {
    color: #333;
    margin-bottom: 10px;
    margin-left: -37px;
    margin-right: -43px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-22 {
    margin-left: -37px;
    margin-right: -43px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .container-2 {
    max-width: none;
  }

  .margin-bottom-24px {
    margin-top: auto;
    margin-bottom: 22px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .button-primary {
    font-size: 24px;
    line-height: 36px;
  }

  .heading-23 {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 41px;
    line-height: 43px;
  }

  .heading-24 {
    margin-left: -37px;
    margin-right: -43px;
    font-size: 22px;
    line-height: 32px;
  }

  .bold-text-2 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-family: "Podiumsharp 211", sans-serif;
    font-size: 41px;
    font-weight: 400;
    line-height: 41px;
  }

  .heading-25 {
    color: #333;
    margin-bottom: 10px;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 21.6px;
    line-height: 32.4px;
  }

  .bold-text-4 {
    text-align: center;
    font-family: "Podiumsharp 211", sans-serif;
    font-weight: 400;
    line-height: 40px;
  }

  .heading-26 {
    width: auto;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 22px;
  }

  .heading-27 {
    margin-left: -37px;
    margin-right: -22px;
  }

  .image-8 {
    object-fit: fill;
    margin-left: -32px;
    padding-right: 0;
  }

  .image-9 {
    text-align: center;
    width: auto;
    margin-left: -32px;
    margin-right: auto;
  }

  .button {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding-left: 25px;
    font-size: 36px;
    line-height: 36px;
  }

  .button-2 {
    width: auto;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 50px;
  }

  .paragraph-4 {
    margin-bottom: 10px;
    margin-left: -37px;
    margin-right: -43px;
    font-size: 21.6px;
    line-height: 32.4px;
  }

  .container-3 {
    max-width: none;
  }

  .button-primary-2 {
    margin-left: -38px;
    margin-right: -38px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-29 {
    font-size: 41px;
    line-height: 43px;
  }

  .button-primary-3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 36px;
  }

  .container-4 {
    max-width: none;
  }

  .button-primary-4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 32px;
  }

  .container-5 {
    max-width: none;
  }

  .button-primary-5 {
    font-family: "Podiumsharp 211 1", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 35px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .code-embed {
    margin-left: auto;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .mint-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .minting-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-12 {
    min-width: 100px;
    max-width: 160px;
  }

  .expert_help {
    max-width: 90%;
  }
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-cf3f2f13 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-cf3f2f13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-cf3f2f13 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-cf3f2f13 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-cf3f2f13 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-cf3f2f13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-cf3f2f14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-cf3f2f14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-cf3f2f14 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-cf3f2f14 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-cf3f2f14 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-cf3f2f14 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-cf3f2f15 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-cf3f2f15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-cf3f2f15 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-cf3f2f15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-cf3f2f15 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-cf3f2f16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-cf3f2f16 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-cf3f2f18 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-cf3f2f18 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-cf3f2f19 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-cf3f2f19 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-cf3f2f19 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-cf3f2f1a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-cf3f2f1a {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-cf3f2f13 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-cf3f2f13 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-cf3f2f13 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-cf3f2f13 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-cf3f2f14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-cf3f2f14 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-cf3f2f14 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-cf3f2f14 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-cf3f2f15, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-cf3f2f15 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-cf3f2f15 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-cf3f2f16, #w-node-_421df62a-c217-12af-eee8-27f88a387928-cf3f2f18, #w-node-_421df62a-c217-12af-eee8-27f88a387928-cf3f2f1a {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-cf3f2f13 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-cf3f2f13 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-cf3f2f13 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-cf3f2f13 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-cf3f2f13 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-cf3f2f14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-cf3f2f14 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-cf3f2f14 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-cf3f2f14 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-cf3f2f14 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


@font-face {
  font-family: 'Podiumsharp 211';
  src: url('../fonts/PODIUMSharp-211-1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Podiumsharp 211 1';
  src: url('../fonts/PODIUMSharp-211-1.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Podiumsharp 211 1';
  src: url('../fonts/PODIUMSharp-211-1.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}