:root {
  --black: #101112;
  --gray: #d9d9d9;
  --white: #fff;
  --yellow: #fec23b;
  --light-gray: var(--black);
  --dark-gray: #272829;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-02: #2b261414;
  --elements-webflow-library--neutral--800: #fec23b;
  --elements-webflow-library--secondary--color-2: #fff9f1;
  --elements-webflow-library--neutral--600: #9c8143;
  --elements-webflow-library--accent--primary-1: #fec23b;
  --elements-webflow-library--general--shadow-01: #2b23140f;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--foreground-interactive: #5532fa;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--secondary--color-1: #281ca5;
}

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

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

@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(--black);
  color: var(--gray);
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--yellow);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-section {
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Comfortaa, sans-serif;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.centered {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-content-wrap {
  background-color: var(--light-gray);
  background-image: linear-gradient(156deg, #181818, #1b1719 46%, #d097db82);
  border-radius: 40px;
  align-items: center;
  min-height: 580px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-text-wrap {
  max-width: 620px;
  padding-top: 0;
}

.hero-heading.sm-heading-1 {
  font-family: Comfortaa, sans-serif;
}

.hero-heading-wrap {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.hero-paragraph-wrap {
  max-width: 520px;
  margin-bottom: 30px;
}

.hero-paragraph {
  line-height: 1.5em;
}

.primary-button {
  background-color: var(--yellow);
  text-align: center;
  -webkit-text-stroke-color: var(--yellow);
  text-transform: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 12px;
  font-size: 14px;
  transition: background-color .3s ease-in-out;
}

.primary-button:hover {
  background-color: #c09d00;
  text-decoration: none;
}

.purple-span {
  color: var(--yellow);
}

.hero-section-image {
  border-radius: 0;
  width: 690px;
  max-width: none;
  margin-top: 8px;
  padding-top: 0;
  display: block;
  position: absolute;
  bottom: auto;
  right: -200px;
}

.section {
  padding-top: 100px;
  overflow: hidden;
}

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

.section-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 654px;
  display: block;
}

.section-text-wrap.centered {
  text-align: center;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-wrap {
  margin-bottom: 0;
}

.section-heading {
  font-family: Comfortaa, sans-serif;
  font-weight: 700;
  overflow: visible;
}

.section-paragraph {
  color: var(--white);
  text-align: left;
  padding-top: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.section-paragraph.yellow {
  color: var(--yellow);
}

.how-it-works-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.how-it-works-card {
  background-color: var(--dark-gray);
  border-radius: 20px;
  padding: 20px 20px 40px;
}

.how-it-works-icon-wrap {
  background-color: var(--yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.how-it-works-icon {
  object-fit: contain;
  width: 30px;
  height: 30px;
}

.how-it-works-heading-wrap {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 0;
}

.md-paragraph {
  font-size: 16px;
}

.feature-content-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-content-wrap.reversed-direction {
  flex-flow: row-reverse;
}

.feature-text-wrap {
  max-width: 500px;
}

.feature-heading-wrap {
  margin-bottom: 10px;
}

.feature-paragraph-wrap {
  margin-bottom: 20px;
}

.feature-paragraph {
  line-height: 1.5em;
}

.feature-image-wrap {
  border-radius: 20px;
  width: 530px;
  height: 500px;
  overflow: hidden;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.features-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  align-items: stretch;
  padding-bottom: 60px;
  display: flex;
}

.benefits-cards-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.benefits-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-gray);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 324px;
  padding: 20px;
  transition: background-color .3s ease-in-out;
  display: flex;
  position: relative;
}

.benefits-card:hover {
  background-color: var(--yellow);
}

.benefits-card-paragraph-wrap {
  max-width: 500px;
  padding-right: 70px;
}

.benefits-card-icon-wrap {
  background-color: var(--yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
}

.benefits-card-icon {
  width: 36px;
  height: 36px;
}

.benefits-card-icon.primary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.benefits-card-icon.secondary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-125%, 20%);
}

.integrations-content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-gray);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 850px;
  max-height: 900px;
  padding: 60px 40px;
  display: flex;
  overflow: auto;
}

.integrations-logos-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.integrations-logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.integrations-logo-image {
  width: 60px;
  height: 60px;
}

.integrations-carousel {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.testimonials-slider-btn {
  background-color: var(--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  transition: background-color .3s ease-in-out, transform .1s linear;
  display: flex;
  inset: -70px 0% 0% auto;
}

.testimonials-slider-btn:hover {
  background-color: #7d44c7;
}

.testimonials-slider-btn:active {
  transform: scale(.9);
}

.testimonials-slider-btn.left-arrow {
  right: 60px;
}

.testimonials-slider-mask {
  max-width: 420px;
  overflow: visible;
}

.testimonials-slide-item {
  margin-right: 20px;
}

.testimonials-slider-wrap {
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 80px;
}

.testimonials-slide-card {
  background-color: var(--dark-gray);
  border-radius: 12px;
  padding: 20px 20px 40px;
}

.testimonial-author-details-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-author-avatar {
  object-fit: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.testimonial-author-name.sm-heading-3 {
  font-size: 24px;
}

.testimonial-paragraph-wrap {
  margin-top: 30px;
}

.testimonial-slider-arrow-icon.left-arrow {
  transform: rotate(-180deg);
}

.faqs-content-wrap {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  background-color: var(--dark-gray);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.faqs-list-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-wrapper {
  border-bottom: 1px solid #ffffff1a;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.faq-wrapper.last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.faq-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-header-icon {
  width: 20px;
}

.faq-answer-wrap {
  margin-top: 0;
  overflow: hidden;
}

.faq-answer {
  margin-top: 20px;
}

.faq-question {
  color: var(--white);
  font-weight: 500;
}

.cta-content-wrap {
  background-color: var(--dark-gray);
  border-radius: 20px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

.cta-section.section {
  padding-top: 20px;
  padding-bottom: 0;
}

.cta-button-wrap {
  margin-top: 30px;
}

.cta-section-image {
  width: 640px;
  max-width: none;
  position: absolute;
  bottom: -300px;
  right: -250px;
}

.cta-section-content-wrap {
  max-width: 500px;
}

.pricing-cards-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.pricing-content-wrap {
  width: 100%;
  margin-top: 40px;
}

.pricing-switch-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.pricing-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--dark-gray);
  color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 520px;
  padding: 16px 25px 16px 16px;
  display: flex;
}

.pricing-card.purple-bg {
  background-color: var(--yellow);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.switch {
  background-color: var(--yellow);
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  width: 58px;
  height: 26px;
  padding: 5px;
  display: flex;
}

.switcher {
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.sm-paragraph {
  font-size: 14px;
}

.sm-paragraph.white {
  color: var(--gray);
}

.divider {
  background-color: var(--gray);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pricing-card-features {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.pricing-card-feature {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.pricing-card-price {
  margin-top: 16px;
  padding-bottom: 8px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

.outline-button {
  border: 1px solid var(--yellow);
  color: var(--white);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.outline-button:hover {
  background-color: var(--yellow);
  color: var(--white);
  text-decoration: none;
}

.white-button {
  background-color: var(--white);
  color: var(--yellow);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  transition: background-color .3s ease-in-out;
}

.white-button:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}

.pricing-card-check-icon {
  width: 20px;
  height: 20px;
}

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

.blog-post-card {
  background-color: var(--dark-gray);
  border-radius: 20px;
  overflow: hidden;
}

.blog-posts-card-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.blog-post-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-card-details-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 20px 16px;
  display: flex;
}

.blog-posts-list-wrap {
  margin-top: 40px;
}

.blog-post-card-link {
  color: #d9d9d9;
  width: 100%;
  text-decoration: none;
}

.blog-post-card-link:hover {
  text-decoration: none;
}

.read-more-btn-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

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

.brand {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.brand.w--current, .brand.w--current:hover {
  text-decoration: none;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-gray);
  border-radius: 10px;
  flex-flow: column;
  min-width: 140px;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 240px;
  max-height: 100vh;
  padding-top: 20px;
  right: 0;
}

.dropdown-link {
  z-index: 25;
  color: var(--white);
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  text-decoration: underline;
}

.navigation-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-title {
  margin-bottom: 2px;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-pointer {
  position: relative;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark-gray);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.navigation-content-wrap {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.website-title {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-dropdown-line {
  background-color: var(--white);
  width: 24px;
  height: 3px;
}

.nav-dropdown-line.top-line, .nav-dropdown-line.bottom-line {
  position: relative;
}

.footer {
  background-color: var(--dark-gray);
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  display: block;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-divider-two {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #a3a3a3;
  font-size: 16px;
}

.footer-legal-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-gray-link {
  color: #a3a3a3;
  font-size: 16px;
  text-decoration: none;
}

.footer-gray-link:hover {
  text-decoration: underline;
}

.blog-hero-section {
  padding-top: 30px;
  position: relative;
}

.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;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.partners-logos-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  vertical-align: text-bottom;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: flex;
  overflow: visible;
}

.partners-logos {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.partner-logo {
  object-fit: contain;
  max-width: none;
  height: 40px;
}

.partners-section-container {
  max-width: 1200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partners-section-fade {
  background-image: linear-gradient(90deg, #272829, #101112 0% 40%, #10111200 104%);
  width: 10%;
  height: 200%;
}

.partners-section-fade.right-side {
  background-image: linear-gradient(90deg, #272829, #10111200 0%, #101112 60% 104%);
}

.partners-section-fade-wrap {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.blog-post-section {
  padding-top: 30px;
  position: relative;
}

.blog-post-title-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.blog-post-title {
  max-width: 800px;
}

.blog-post-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 500px;
}

.blog-post-date-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text h1, .rich-text h6, .rich-text h5, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text p, .rich-text blockquote {
  margin-bottom: 20px;
}

.rich-text ol {
  margin-bottom: 16px;
}

.rich-text li {
  margin-bottom: 10px;
}

.rich-text a {
  color: var(--yellow);
  text-decoration: none;
}

.rich-text a:hover {
  text-decoration: underline;
}

.utility-page-title {
  margin-bottom: 10px;
}

.error-message-wrap {
  background-color: #d12121;
}

.error-message-text {
  color: var(--white);
  font-size: 14px;
}

.utility-page-paragraph {
  margin-bottom: 20px;
}

.more-blog-posts-list-wrap {
  margin-top: 20px;
}

.benefits-card-link {
  color: var(--gray);
  text-decoration: none;
}

.benefits-card-link:hover {
  text-decoration: none;
}

.legal-hero-section {
  padding-top: 30px;
}

.legal-content-wrap {
  padding-bottom: 160px;
}

.pricing-hero-section {
  padding-top: 30px;
  font-family: Comfortaa, sans-serif;
}

.contact-hero-section {
  padding-top: 30px;
}

.form-input {
  color: #fff;
  background-color: #3e3d3e;
  border: 1px solid #3e3d3e;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 14px;
  transition: border-color .3s ease-in-out;
}

.form-input:focus {
  border-width: 1px;
  border-color: var(--yellow);
}

.field-label {
  color: var(--gray);
  margin-bottom: 10px;
}

.success-message {
  background-color: var(--yellow);
}

.contact-form {
  background-color: var(--dark-gray);
  border-radius: 16px;
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 20px;
}

.success-message-text {
  color: var(--white);
}

.form-textarea {
  color: #fff;
  resize: none;
  background-color: #3e3d3e;
  border: 1px solid #3e3d3e;
  border-radius: 8px;
  min-height: 180px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 14px;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.form-textarea:active {
  border-color: var(--yellow);
}

.form-textarea:focus {
  border-width: 1px;
  border-color: var(--yellow);
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.form-group {
  width: 100%;
}

.color-container {
  border: 1px solid #fff;
  width: 100%;
  height: 180px;
}

.color-container.gray {
  background-color: var(--gray);
}

.color-container.black {
  background-color: var(--black);
}

.color-container.white {
  background-color: var(--white);
}

.color-container.purple {
  background-color: var(--yellow);
}

.typography-container {
  margin-bottom: 60px;
}

.style-guide-label {
  color: var(--yellow);
  margin-bottom: 10px;
  line-height: 1.4em;
}

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

.style-guide-hero-section {
  padding-top: 30px;
  font-family: Comfortaa, sans-serif;
}

.style-guide-section {
  padding-top: 60px;
}

.licenses-hero-section {
  padding-top: 30px;
  padding-bottom: 160px;
}

.licenses-hero-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.licenses-content-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.licenses-group-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.changelog-hero-section {
  min-height: 100vh;
  padding-top: 80px;
}

.read-more-heading {
  color: var(--white);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-buttons-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  font-size: 16px;
}

.noise-background {
  z-index: 9999;
  opacity: .03;
  pointer-events: none;
  background-image: url('../images/Noise-BG.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: fixed;
}

.body {
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
}

.heading {
  font-family: Comfortaa, sans-serif;
}

.body-2 {
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
}

.image {
  max-width: 90%;
  padding-top: 15px;
}

.text-span {
  color: var(--yellow);
}

.hero-tags-warp {
  padding-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}

.download-app-image {
  border-radius: 20px;
  width: 100%;
}

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

.badge {
  object-fit: cover;
  border-radius: 9px;
  width: 200px;
  transition: opacity .3s;
}

.badge:hover {
  opacity: .56;
}

.download-images-holder {
  grid-row-gap: 60px;
  background-color: #0000;
  flex-direction: column;
  display: flex;
}

.download-app-bg {
  background-image: linear-gradient(to right, #ffffff36, #fff0);
  border-radius: 14px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.download-images-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.download-app-container {
  grid-column-gap: 7px;
  background-color: #ececec;
  border-radius: 14px;
  margin: 1px;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 2em;
}

.download-section-holder {
  padding-bottom: 120px;
}

.download-content {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
  position: sticky;
  top: 20%;
}

.small-download-image {
  width: 200px;
  position: absolute;
  inset: 13% auto auto -13%;
}

.small-download-image._02 {
  inset: 21% -9% auto auto;
}

.image-2 {
  box-sizing: border-box;
  text-align: left;
  vertical-align: super;
  object-fit: cover;
  border-radius: 20px;
  max-width: 100%;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
  overflow: auto;
}

.heading-2 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 32px;
}

.section-paragraph-center {
  text-align: center;
  padding-top: 10px;
}

.section-paragraph-copy {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-3 {
  font-family: Comfortaa, sans-serif;
}

.brix---btn-circle-secondary-small {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---btn-circle-secondary-small:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-link-dark {
  color: var(--elements-webflow-library--neutral--800);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-top-32px {
  margin-top: 32px;
}

.brix---avatar-image-link {
  text-align: center;
  vertical-align: baseline;
  margin-left: auto;
  transition: transform .3s;
  display: inline-block;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-07 {
  border-radius: 50%;
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-content-left {
  border: 1px solid var(--dark-gray);
  background-color: var(--dark-gray);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  opacity: 1;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 32px 48px;
  font-family: Comfortaa, sans-serif;
  display: flex;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  text-align: left;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  text-align: left;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.body-4 {
  font-family: Comfortaa, sans-serif;
}

.heading-3 {
  font-size: 25px;
  line-height: 2em;
}

.section-3 {
  text-align: left;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-flexed-rows {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.spark-rounded-corner-image {
  border-radius: 12px;
  margin-bottom: 32px;
}

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

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 0 160px 10px;
  font-family: Comfortaa, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.section-paragraph-centered {
  color: var(--white);
  text-align: center;
  padding-top: 40px;
  font-family: Comfortaa, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.section-paragraph-centered.yellow {
  color: var(--yellow);
}

.heading-1 {
  font-size: 2em;
  line-height: 1.2em;
}

.heading-1.yellow {
  color: var(--yellow);
}

.section-heading-left {
  text-align: left;
  font-family: Comfortaa, sans-serif;
  font-weight: 700;
  overflow: visible;
}

.image-3 {
  border-radius: 20px;
}

.hero-content-wrap-cta {
  background-color: var(--light-gray);
  background-image: linear-gradient(156deg, #181818, #1b1719 16%, #d097db82);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-4 {
  font-size: 22px;
  line-height: 1.7em;
}

.body-5 {
  font-family: Comfortaa, sans-serif;
}

.hero-section-image-bottom {
  border-radius: 0;
  width: 690px;
  max-width: none;
  margin-top: 0;
  padding: 0 0 482px 135px;
  display: block;
  position: absolute;
  bottom: auto;
  right: -200px;
}

.hero-text-wrap-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 620px;
  padding-top: 0;
  display: block;
  position: static;
}

.heading-4-bottom {
  font-size: 20px;
  line-height: 1.2em;
}

.container-artists {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container-artists.centered {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-creativity {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container-creativity.centered {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-creativity {
  padding-top: 100px;
  overflow: hidden;
}

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

.feature-heading-artists {
  padding-bottom: 20px;
}

.brix---section-blog {
  color: var(--elements-webflow-library--neutral--100);
  text-align: left;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-200 {
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---badge-primary-small-light {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Comfortaa, sans-serif;
  display: flex;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---blog-card-wrapper {
  text-decoration: none;
}

.brix---grid-3-columns-gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---badge-secondary-category-badges {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 24px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary-category-badges.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  cursor: default;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.brix---heading-h2-size-2 {
  pointer-events: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.brix---text-200-bold {
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-image-featured {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 55% 50%;
  border-radius: 20px;
  width: 90%;
  height: 100%;
  display: inline-block;
}

.brix---blog-card-image-featured-wrapper-v1 {
  border-radius: 24px;
  height: 448px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-featured {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---blog-card-featured-wrapper {
  width: 100%;
  text-decoration: none;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 0;
}

.brix---section-pd-bottom-56px {
  aspect-ratio: 3 / 2;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Comfortaa, sans-serif;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-900-width-2 {
  width: 952px;
  max-width: 100%;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 0 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-family: Comfortaa, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Comfortaa, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  color: var(--elements-webflow-library--secondary--color-2);
  padding-top: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.image-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 30%;
  padding-bottom: 40px;
  overflow: clip;
}

.image-5 {
  margin-bottom: 64px;
}

.columns {
  margin-left: 0;
}

.text {
  font-size: 20px;
}

.container-3 {
  max-width: 1160px;
}

.flex-block {
  margin-top: -40px;
}

.primary-button-copy {
  background-color: var(--yellow);
  text-align: center;
  -webkit-text-stroke-color: var(--yellow);
  text-transform: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 12px;
  font-size: 14px;
  transition: background-color .3s ease-in-out;
}

.primary-button-copy:hover {
  background-color: #c09d00;
  text-decoration: none;
}

.heading-5 {
  color: var(--yellow);
  padding-bottom: 20px;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 78px;
  }

  h2 {
    font-size: 64px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 24px;
  }

  .container {
    margin-bottom: 80px;
    padding: 0;
  }

  .hero-section-image {
    bottom: auto;
    right: -130px;
  }

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

  .section-text-wrap {
    max-width: 680px;
  }

  .feature-content-wrap.reversed-direction {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row-reverse;
    flex: 0 auto;
    justify-content: flex-end;
    padding-right: 0;
  }

  .feature-heading-wrap {
    padding-right: 0;
  }

  .feature-image-wrap {
    margin-left: 80px;
  }

  .cta-section.section {
    padding-left: 30px;
  }

  .pricing-cards-wrap.yearly {
    display: none;
  }

  .pricing-cards-wrap.monthly {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .sm-paragraph.white {
    color: var(--gray);
  }

  .partners-slider-section {
    min-height: 80px;
    display: flex;
  }

  .partners-section-fade {
    background-image: linear-gradient(90deg, #272829, #101112 0%, #10111200 104%);
  }

  .partners-section-fade.right-side {
    background-image: linear-gradient(90deg, #272829, #10111200 0%, #101112 104%);
  }

  .partners-section-fade-wrap {
    left: 0;
  }

  .blog-post-image {
    height: 600px;
  }

  .changelog-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .hero-buttons-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .noise-background {
    opacity: .03;
  }

  .container-2 {
    max-width: 1340px;
  }

  .hero-section-image-bottom {
    bottom: auto;
    right: -130px;
  }

  .container-artists, .container-creativity {
    margin-bottom: 80px;
    padding: 0;
  }

  .section-creativity.overflow-visible {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-heading-artists {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .brix---container-default-2 {
    padding-left: 0;
  }

  .brix---blog-card-image-featured {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 54% 50%;
    border-radius: 20px;
    margin-left: 0;
  }

  .brix---subtitle {
    text-align: left;
  }

  .image-4 {
    box-sizing: content-box;
    max-width: 100%;
    padding-bottom: 40px;
    overflow: clip;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-color: var(--black);
    font-size: 16px;
  }

  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.centered {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-content-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 520px;
    padding-top: 60px;
  }

  .hero-text-wrap {
    padding-top: 30px;
  }

  .hero-section-image {
    width: 520px;
    bottom: -200px;
    left: 386px;
    right: -68px;
  }

  .section {
    padding-top: 120px;
  }

  .section-text-wrap {
    max-width: 560px;
  }

  .feature-content-wrap.reversed-direction {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-text-wrap {
    max-width: 380px;
  }

  .feature-image-wrap {
    max-width: 280px;
  }

  .features-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .integrations-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 650px;
    max-height: 650px;
  }

  .integrations-carousel {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .testimonials-slider-mask {
    position: static;
  }

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

  .cta-section.section {
    padding-bottom: 120px;
  }

  .cta-section-image {
    width: 520px;
    bottom: -260px;
    right: -220px;
  }

  .cta-section-content-wrap {
    max-width: 380px;
  }

  .pricing-cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: grid;
  }

  .blog-posts-card-image-wrap {
    height: 160px;
  }

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

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .blog-post-image {
    height: 400px;
  }

  .legal-content-wrap {
    padding-bottom: 140px;
  }

  .licenses-content-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .changelog-hero-section {
    padding-top: 60px;
  }

  .download-grid {
    grid-column-gap: 50px;
  }

  .download-app-container {
    grid-row-gap: 7px;
    flex-direction: column;
  }

  .small-download-image._02 {
    right: -4%;
  }

  .heading-2 {
    line-height: 1.5em;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-07 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 10px;
    padding-bottom: 118px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing.spark-column-tablet-down {
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-content-wrap-cta {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 60px;
  }

  .background-video {
    padding-right: 0;
    overflow: auto;
  }

  .hero-section-image-bottom {
    width: 520px;
    padding-bottom: 555px;
    padding-left: 315px;
    bottom: -200px;
    right: -68px;
  }

  .hero-text-wrap-center {
    margin-top: 10px;
  }

  .container-artists {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-artists.centered {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-creativity {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-creativity.centered {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-creativity {
    padding-top: 120px;
  }

  .brix---section-blog {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

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

  .brix---blog-card-image-featured {
    box-sizing: border-box;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
    overflow: auto;
  }

  .brix---blog-card-image-featured-wrapper-v1 {
    height: 100%;
  }

  .brix---blog-card-featured {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 0;
  }

  .spark-section-2 {
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-2 h1 {
    font-size: 2rem;
  }

  .image-4 {
    aspect-ratio: auto;
    object-fit: contain;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container.centered {
    padding-top: 0;
  }

  .hero-content-wrap {
    min-height: auto;
    padding: 40px 20px 61px;
  }

  .hero-text-wrap {
    max-width: 390px;
    margin-left: 10px;
  }

  .hero-section-image {
    width: 380px;
    bottom: -130px;
    right: -120px;
  }

  .section {
    padding-top: 80px;
  }

  .section.overflow-visible {
    overflow: visible;
  }

  .section-text-wrap {
    max-width: 480px;
  }

  .how-it-works-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .how-it-works-card {
    position: sticky;
    top: 60px;
  }

  .feature-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .feature-content-wrap.reversed-direction {
    flex-flow: column-reverse;
  }

  .feature-text-wrap, .feature-heading-wrap, .feature-paragraph-wrap {
    text-align: center;
  }

  .feature-image-wrap {
    max-width: 380px;
    height: 200px;
  }

  .features-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

  .integrations-content-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 600px;
    max-height: none;
    padding: 40px 20px;
  }

  .integrations-logos-wrap, .integrations-logos {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
  }

  .integrations-logo-image {
    width: 50px;
    max-width: none;
    height: 50px;
  }

  .integrations-carousel {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .testimonials-slider-btn {
    font-size: 22px;
    line-height: 24px;
  }

  .faqs-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-content-wrap {
    padding: 40px 20px 200px;
  }

  .cta-section.section {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
  }

  .cta-section-image {
    width: 380px;
    bottom: -230px;
    right: -100px;
  }

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

  .pricing-switch-wrap {
    margin-bottom: 20px;
  }

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

  .blog-posts-card-image-wrap {
    height: 140px;
  }

  .dropdown, .dropdown-pointer {
    padding-left: 0;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-links-wrap {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
  }

  .footer-bottom {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-gray-link {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-post-image {
    height: 300px;
  }

  .benefits-card-link {
    position: sticky;
    top: 60px;
  }

  .legal-content-wrap {
    padding-bottom: 120px;
  }

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

  .licenses-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .changelog-hero-section {
    padding-top: 40px;
  }

  .sm-heading-1 {
    font-size: 36px;
  }

  .download-grid {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    justify-items: stretch;
    display: flex;
  }

  .small-download-image {
    width: 130px;
  }

  .brix---btn-circle-secondary-small {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-top-32px {
    margin-top: 24px;
  }

  .brix---avatar-circle-07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .hero-content-wrap-cta {
    min-height: auto;
    padding: 40px 20px 16px;
  }

  .background-video {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .hero-section-image-bottom {
    width: 380px;
    padding-bottom: 319px;
    padding-left: 126px;
    padding-right: 0;
    inset: 0% 0% 0% 51%;
  }

  .hero-text-wrap-center {
    order: 1;
    max-width: 400px;
  }

  .container-artists {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-creativity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

  .section-creativity.overflow-visible {
    overflow: visible;
  }

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

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-primary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---categories-badges-item-wrapper, .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

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

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .brix---blog-card-featured {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 0;
    padding-bottom: 88px;
  }

  .spark-section-2 h1 {
    font-size: 2rem;
  }

  .image-6 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-size: 20px;
  }

  .hero-section {
    padding-bottom: 35px;
  }

  .container {
    margin-bottom: 0;
    display: block;
  }

  .container.centered {
    padding-top: 0;
  }

  .hero-content-wrap {
    padding-bottom: 0;
  }

  .hero-section-image {
    width: 320px;
    padding-bottom: 0;
    right: -179px;
  }

  .section.overflow-visible {
    padding-top: 110px;
  }

  .integrations-content-wrap {
    height: 600px;
    max-height: 600px;
  }

  .integrations-logos-wrap {
    border-radius: 0;
  }

  .cta-section-image {
    right: -140px;
  }

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

  .pricing-card {
    border: 1px solid #0000001a;
    box-shadow: 0 5px 6px -3px #0003;
  }

  .sm-paragraph.white {
    display: none;
  }

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

  .navigation-dropdown.w--open {
    min-width: 200px;
  }

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

  .blog-post-image {
    height: 200px;
  }

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

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

  .nav-link {
    display: none;
  }

  .hero-tags-warp {
    padding-right: 117px;
  }

  .download-app-image {
    width: 80%;
  }

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

  .badge, .download-app-bg, .download-app {
    width: 100%;
  }

  .download-grid {
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .download-app-container {
    width: 100%;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .download-content {
    padding-top: 0;
    padding-bottom: 60px;
    display: flex;
  }

  .small-download-image {
    border: 1px solid #868686;
    border-radius: 26px;
    box-shadow: 0 0 20px #000;
  }

  .small-download-image._02 {
    right: 4%;
  }

  .small-download-image._01 {
    left: 0%;
  }

  .small-download-image._03 {
    left: -2%;
  }

  .brix---btn-circle-secondary-small {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---card-content-left {
    padding: 28px 22px 38px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    padding-bottom: 20px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing.spark-column-tablet-down {
    grid-row-gap: 32px;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .hero-section-image-bottom {
    order: 1;
    align-self: auto;
    width: 320px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    inset: 269px 0% 0% 58%;
  }

  .container-artists {
    padding-top: 0;
  }

  .container-creativity {
    margin-bottom: 0;
    display: block;
  }

  .section-creativity.overflow-visible {
    padding-top: 110px;
  }

  .brix---section-blog {
    padding-bottom: 20px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 2rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .image-6 {
    padding-bottom: 40px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_8543e9aa-4984-4c0d-e6c7-608bd32de7de-881cf7b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d45d7913-0b19-3ef6-a8c3-e1cec455caf5-881cf817 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


