@font-face {
  font-family: Didot;
  src: url('../fonts/Didot.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aptos Display;
  src: url('../fonts/Aptos-Display.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aptos Narrow;
  src: url('../fonts/Aptos-Narrow.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--foreground-secondary: #000000c2;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --spark-library--white: white;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--light-steel-purple: #a695fb;
  --elements-webflow-library--general--shadow-02: #14142b14;
}

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

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

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

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

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

a {
  color: #81740d;
  font-style: italic;
  text-decoration: none;
}

.brand-link {
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.nav-inner-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.logo-txt {
  color: #000;
  margin-top: 0;
  line-height: 23px;
}

.blue {
  color: #3b2ae5;
}

.globe {
  max-width: 40px;
  margin-right: 10px;
}

.nav-link {
  color: #000;
  text-transform: none;
  border: 1px #000;
  padding: 20px 15px;
  font-size: 17px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link:hover {
  color: #3b2ae5;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.nav-link.w--current {
  color: #3b2ae5;
}

.nav-link.last {
  padding-right: 0;
}

.button {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.button.nav {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  font-size: 16px;
  transition: all .2s;
}

.button.nav:hover {
  opacity: .8;
}

.button.nav._2 {
  border: 3px solid #3b2ae5;
  margin-left: 0;
  padding: 11px 20px;
}

.button.nav._2.outline {
  color: #3b2ae5;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-wrapper-02 {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  display: flex;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-navbar3-button {
  border-top-style: solid;
  margin-left: .2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Didot, Arial, sans-serif;
  font-style: normal;
}

.navbar3_link:hover, .navbar3_link.w--current {
  color: #81740d;
}

.navbar3_link.temp-hide {
  display: none;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: 8px;
  position: absolute;
}

.navbar3_dropdown-link {
  padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar3_logo-link {
  padding-left: 0;
  font-style: normal;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-background-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  font-family: Didot, Arial, sans-serif;
  font-size: 19px;
}

.text-block.logomain {
  font-style: normal;
}

.navrightwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-medium {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.logo1_logo {
  color: #81740d;
  -webkit-text-stroke-width: 0px;
  text-overflow: clip;
  overflow-wrap: anywhere;
  mix-blend-mode: normal;
  border: 0 #fff0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
}

.logo1_logo.imdb {
  max-width: 100%;
  max-height: none;
}

.logo1_logo.linkedin {
  opacity: 1;
  max-height: 79%;
}

.logo1_logo.linkedin:hover {
  opacity: 100;
}

.logo1_logo.facebook {
  max-height: 80%;
}

.logo1_logo.tiktok {
  max-height: 164%;
}

.logo1_logo.crust {
  width: auto;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.section_logo1 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 0%;
}

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

.logo1_list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .5fr .5fr .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.logo1_list.hidden {
  display: none;
}

.socialwrapper {
  -webkit-text-stroke-width: 230px;
  -webkit-text-stroke-color: #81740d;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.socialwrapper.imdb {
  width: 52px;
  height: 27px;
  position: relative;
}

.socialwrapper.imdb.goldhover-v2 {
  opacity: 0;
  transition: opacity .2s;
  display: flex;
  position: absolute;
}

.socialwrapper.imdb.goldhover-v2:hover {
  opacity: 100;
  display: flex;
}

.socialwrapper.linkedin {
  width: 21px;
  position: relative;
}

.socialwrapper.linkedin.goldhover-v2 {
  opacity: 0;
  position: absolute;
}

.socialwrapper.linkedin.goldhover-v2:hover {
  opacity: 100;
}

.socialwrapper.tiktok {
  color: #81740d;
  width: 28px;
  height: 25px;
  position: absolute;
}

.socialwrapper.youtube {
  width: 26px;
  height: 26px;
}

.socialwrapper.instagram {
  width: 20px;
  height: 17px;
  margin-bottom: 0;
}

.socialwrapper.instagram.goldhover-v2 {
  margin-bottom: 0;
  position: absolute;
}

.socialwrapper.instagram.crust {
  width: 30px;
  height: 30px;
}

.socialwrapper.instagram.crustacean {
  width: 37.5px;
  height: 37.5px;
  margin-bottom: 0;
}

.socialwrapper.instagram.crustacean.passion {
  margin-bottom: -32px;
}

.socialwrapper.goldhover-v2 {
  opacity: 0;
  position: absolute;
}

.socialwrapper.goldhover-v2:hover {
  opacity: 100;
}

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

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.brix---btn-primary {
  background-color: var(--elements-webflow-library--neutral--300);
  color: #000;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  padding: 12px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .875s, color .3s;
}

.brix---btn-primary:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #14b9de;
  background-image: none;
}

.brix---btn-primary.youtube {
  background-color: #eff0f6;
}

.brix---btn-primary.youtube:hover {
  color: #fff;
  background-color: red;
}

.brix---btn-primary.youtube.whynow:hover {
  background-color: #81740d;
}

.brix---btn-primary.indiegogo:hover {
  background-color: #d23174;
}

.brix---btn-primary.seedspark:hover {
  background-image: radial-gradient(circle at 0 0, #1476de, #14b9de);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  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: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary: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);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.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---opacity-20 {
  opacity: .2;
}

.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---grid-hero-v1 {
  grid-column-gap: 65px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: 98px auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 73px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brix---grid-hero-v1.soultags {
  grid-row-gap: 21px;
}

.brix---grid-hero-v1.coming-soon {
  grid-row-gap: 0px;
  grid-template-rows: 30px;
}

.brix---button-row-left {
  margin-right: 17px;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

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

.section-hero-full-width-right {
  background-image: url('../images/Cover_SPECULATION.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 45em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero-full-width-right.soultags {
  background-image: url('../images/Cover_BELL-PEPPERS.jpg');
}

.section-hero-full-width-right.inertia {
  background-image: url('../images/Cover_INERTIA.jpg');
}

.section-hero-full-width-right.ameliorator {
  background-image: url('../images/Cover_THE-AMELIORATOR.jpg');
}

.section-hero-full-width-right.fifth {
  background-image: url('../images/Cover_FIFTH.jpg');
}

.section-hero-full-width-right.forgotten {
  background-image: url('../images/Cover_FORGOTTEN.jpg');
}

.section-hero-full-width-right.knock {
  background-image: url('../images/Cover_KNOCK.jpg');
  background-position: 50% 36%;
}

.section-hero-full-width-right.green {
  background-image: url('../images/Cover_GREEN.jpg');
}

.section-hero-full-width-right.quandary {
  background-image: url('../images/Cover_QUANDARY.jpg');
}

.section-hero-full-width-right.seconds {
  background-image: url('../images/Cover_SECONDS.jpg');
}

.section-hero-full-width-right.bellpeppers {
  background-image: url('../images/Cover_BELL-PEPPERS.jpg');
}

.section-hero-full-width-right.uncertainty {
  background-image: url('../images/Cover_UNCERTAINTY.jpg');
}

.section-hero-full-width-right.life {
  background-image: url('../images/Thumbnail_LIFE_Film_Compressed.jpg');
  background-position: 50% 74%;
}

.section-hero-full-width-right.capsule {
  background-image: url('../images/Cover_CAPSULE.jpg');
  background-position: 50%;
}

.section-hero-full-width-right.kismet {
  background-image: url('../images/Cover_KISMET.jpg');
  background-position: 50%;
}

.section-hero-full-width-right.wayward {
  background-image: url('../images/Cover_WAYWARD.jpg');
}

.section-hero-full-width-right.coming-soon {
  background-color: #000;
  background-image: url('../images/Thumbnail_Coming-Soon.jpg');
  background-position: 50% 59%;
  background-size: cover;
}

.brix---hero-full-width-right-hero-v5 {
  max-width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo {
  width: 18em;
  max-width: none;
  height: auto;
  max-height: 11em;
}

.logo.imagecloser {
  width: 20em;
  height: auto;
  margin-bottom: 0;
}

.logo.imagecloser.fifth, .logo.imagecloser.fifth.capsule {
  height: 74px;
}

.logo.imagecloser.fifth.capsule.kismet {
  width: 23em;
  height: auto;
  margin-bottom: 0;
}

.logo.imagecloser.fifth.capsule.wayward {
  height: 90px;
  margin-bottom: 0;
}

.logo.imagecloser.fifth.seconds {
  width: 12em;
  height: auto;
}

.logo.imagecloser.amelio {
  width: 22em;
}

.logo.imagecloser.forgotten {
  width: 21em;
}

.logo.imagecloser.bp {
  width: 23em;
}

.logo.fifth {
  width: 13em;
  height: auto;
  max-height: none;
}

.logo.inertia {
  width: 12em;
  max-height: none;
}

.logo.green {
  width: 15em;
}

.logo.quandary {
  width: 16.7em;
}

.logo.uncertainty {
  width: 23em;
}

.logo.kismet {
  width: 10em;
}

.logo.capsule {
  width: 11.7em;
}

.logo.ww {
  width: 14.5em;
}

.logo.knock {
  width: 7.4em;
  max-height: none;
}

.div-block {
  padding-bottom: 15px;
}

.body {
  background-color: var(--elements-webflow-library--neutral--100);
}

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

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

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

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

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

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  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: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2: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);
  transform: translate3d(0, -3px, .01px);
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

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

.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---heading-h4-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: 22px;
  font-weight: 700;
  line-height: 28px;
}

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

.brix---paragraph-default-2 {
  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---full-width-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---half-bg-image-left-content-v2 {
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.brix---grid-2-columns-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  font-family: Gotham, Arial, sans-serif;
  display: grid;
}

.heading-film {
  font-family: Didot, Arial, sans-serif;
  font-weight: 400;
}

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

.spark-container.barrier-fullwidth {
  max-width: 100%;
}

.spark-section {
  width: 100%;
  padding: 25px 64px 12px;
  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 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: .7rem;
  font-family: Didot, Arial, sans-serif;
  font-size: 1.7rem;
  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 p {
  text-align: left;
  width: auto;
  margin-bottom: 53px;
  margin-left: 0;
  margin-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

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

.spark-section li {
  margin-bottom: .5rem;
  font-size: 12px;
}

.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-flex-row.spark-5-spacing.spark-with-vertical-image {
  grid-column-gap: 5%;
  border-bottom: 1px solid #000;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.spark-flex-row.spark-wrapped {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.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-hero-section-left-side {
  width: 58%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.spark-hero-sub-paragraph {
  color: #000;
  width: 100%;
  margin-bottom: 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.spark-hero-sub-paragraph.video {
  width: auto;
  margin-bottom: 0;
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.spark-left-side-vertical-image {
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 50px;
  display: block;
}

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

.blackparagraph {
  letter-spacing: .125px;
  font-weight: 700;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  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: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-3: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);
  transform: translate3d(0, -3px, .01px);
}

.brix---position-relative {
  position: relative;
}

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

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 25px;
  padding-bottom: 25px;
}

.brix---heading-h2-size-2 {
  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---text-center {
  text-align: center;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  max-width: 19%;
  font-size: 11px;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---bg-overlay {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

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

.brix---button-row-left-2 {
  margin-right: 24px;
}

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

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

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 0;
  overflow: hidden;
}

.brix---inner-container-1068px-center {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .5fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-span {
  line-height: 7px;
}

.text-span-2 {
  line-height: 20px;
}

.video-title {
  color: #000;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Aptos, Arial, sans-serif;
  font-weight: 300;
}

.slider {
  width: auto;
  max-width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.slidersection {
  padding-top: 42px;
  padding-bottom: 0;
}

.container {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  height: 100%;
}

.c-img-gallery {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.c-img-gallery-main {
  margin-bottom: 20px;
}

.img-gallery-subs-slide {
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}

.c-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-feed {
  display: none;
}

.img-gallery-main {
  background-color: #0000;
  height: 450px;
}

.sub-img-feed-item {
  opacity: .5;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #131313;
  width: 100%;
  height: 100%;
  transition: all .25s;
  position: relative;
}

.sub-img-feed-item:hover {
  opacity: 1;
  border-color: #eee;
}

.c-img-gallery-subs-dots, .img-gallery-main-arrow {
  display: none;
}

.cloneable-area {
  min-height: 50vh;
}

.c-img-gallery-sub {
  position: relative;
  overflow: hidden;
}

._w-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-gallery-main-icon {
  display: none;
}

.main-img-overlay-icon {
  width: 5%;
}

.c-img-gallery-main-dots {
  display: none;
}

.img-gallery-subs {
  background-color: #131313;
  height: 200px;
}

.c-main-img-overlay-lightbox {
  z-index: 10;
  background-color: #131313bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-main-img-feed-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section {
  margin-top: 35px;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 100;
}

.heading {
  text-align: right;
  -webkit-text-stroke-color: #000;
  margin-top: 30px;
  padding-right: 40px;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.heading.left {
  text-align: left;
  padding-left: 40px;
}

.link {
  color: #000;
  font-size: 32px;
  font-style: normal;
  text-decoration: none;
  position: static;
}

.button-3 {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  padding: 4px 14px;
  font-style: normal;
}

.icon, .icon-2 {
  font-size: 25px;
}

.columns-2 {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.wrapper-3col {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-3col.knock {
  grid-template-columns: 1fr 1.25fr 1fr;
}

.films-gallery-wrapper {
  padding: 25px;
}

.thumbnail-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-3 {
  background-image: linear-gradient(#000, #000);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.background-video {
  justify-content: center;
  align-items: flex-end;
  height: 70vh;
  display: flex;
}

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

.section-body {
  background-color: #fff0;
  padding-top: 27px;
  padding-bottom: 0;
}

.section-body.contact-page {
  padding: 100px;
}

.barrier {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.thumbnail-overlay {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-5, .lightbox-link {
  width: 100%;
  height: 100%;
}

.overlay-white {
  z-index: 999;
  opacity: 0;
  mix-blend-mode: normal;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  font-style: normal;
  transition: opacity .2s linear;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-white:hover {
  opacity: 1;
  background-color: #ffffffc4;
}

.div-block-6 {
  background-image: linear-gradient(#ffffff3d, #ffffff3d);
  width: 100%;
  height: 100%;
  position: relative;
}

.awards-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: 28px 39px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.bold-text {
  font-size: 12px;
  font-weight: 700;
}

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

.spark-section-2 {
  width: 100%;
  padding: 176px 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.spark-128px-margin-bottom {
  padding-bottom: 128px;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-social-link.primary {
  background-color: var(--spark-library--background--interactive);
}

.spark-social-link.primary:hover {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--background--interactive);
}

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6rem;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-bottom {
  background-color: #fff;
  padding: .75rem 64px;
}

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

.spark-flex-row-2.spark-24px-row-spacing {
  justify-content: space-between;
  align-items: center;
}

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

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-footer {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-footer-text.spark-foreground-secondary {
  text-align: center;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-link-with-icon {
  grid-column-gap: 12px;
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
  display: flex;
}

.spark-footer-link-with-icon:hover {
  opacity: 1;
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-footer-link-with-icon.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  align-items: center;
  text-decoration: none;
}

.spark-footer-link-with-icon.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.bold-text-2 {
  text-decoration: underline;
}

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

.brandedbyhec {
  text-decoration: none;
}

.brandedbyhec-linkblock {
  font-style: normal;
  text-decoration: none;
}

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

.social-link-wrapper.crustacean-page {
  height: 5em;
}

.social-link-wrapper.crustacean-page.amnesia {
  margin-bottom: 15.5px;
}

.logo1_logo-copy {
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
}

.logo1_logo-copy.imdb {
  max-width: 100%;
  max-height: none;
}

.logo1_logo-copy.linkedin {
  max-height: 79%;
}

.logo1_logo-copy.facebook {
  max-height: 80%;
}

.logo1_logo-copy.tiktok {
  max-height: 164%;
}

.goldhover {
  z-index: 999999;
  color: #81740d;
  mix-blend-mode: exclusion;
  background-color: #81740d;
  background-image: linear-gradient(#81740d, #81740d);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.goldhover:hover {
  color: #81740d;
  background-color: #81740d00;
  background-image: linear-gradient(#81740d, #81740d);
  display: block;
}

.goldhover.logowrapper {
  opacity: 0;
  mix-blend-mode: normal;
  position: absolute;
}

.films-thumbnail {
  position: relative;
}

.title-thumbnail {
  color: #000;
  font-size: 30px;
}

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

.spark-section-3 {
  width: 100%;
  padding: 59px 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-3 h2 {
  text-align: center;
  font-family: Didot, Arial, sans-serif;
}

.spark-section-3 p {
  text-align: justify;
  font-family: Didot, Arial, sans-serif;
}

.spark-section-3.about {
  padding-top: 45px;
  padding-bottom: 45px;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

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

.spark-flex-row-3.spark-5-spacing {
  grid-column-gap: 5%;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.spark-flex-row-3.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

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

.spark-hero-section-image {
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  display: block;
}

.spark-content-section-left-side {
  width: 616px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.spark-content-section-left-side.homepage {
  width: 690px;
}

.spark-secondary-paragraph-2 {
  text-indent: 0;
}

.two-col {
  display: flex;
}

.paragraph-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.paragraph-wrapper.homepage {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 29px;
  padding-left: 3px;
}

.hide-withspace {
  display: none;
  overflow: visible;
}

.div-block-7 {
  margin-bottom: -53px;
}

.paragrah-fix {
  margin-bottom: -117px;
}

.normal {
  margin-bottom: 0;
}

.contact-header {
  margin-top: 0;
  margin-bottom: 0;
}

.logowrapper {
  position: relative;
}

.image-2 {
  color: #fff;
}

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

.about-wrapper.wrapup {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
}

.image-wrapper {
  max-width: 66%;
  margin: auto;
}

.image-wrapper.video {
  max-width: 100%;
  margin-top: 66px;
  margin-left: 0;
  margin-right: 0;
}

.about-text-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about-video {
  width: 100%;
  height: 23em;
}

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

.mission-statement {
  padding-top: 10px;
  padding-bottom: 10px;
}

.coming-soon-text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Aptos, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.yt {
  color: red;
}

.vimeo {
  color: #14b9de;
}

.fsr {
  font-style: normal;
  text-decoration: none;
}

.italic-text {
  font-style: normal;
}

.notlinked {
  font-style: italic;
}

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }
}

@media screen and (min-width: 1920px) {
  .brix---hero-full-width-right-hero-v5 {
    width: 100%;
    max-width: 46%;
  }
}

@media screen and (max-width: 991px) {
  .nav-inner-02 {
    padding: 10px 20px;
  }

  .nav-button-wrap {
    display: none;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px #0000001c;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.nav {
    display: none;
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar3_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-columns: 1fr;
    height: 52px;
    display: flex;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .menu-icon3_line-middle {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    background-image: linear-gradient(#000, #000);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#fff, #fff);
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar3_tablet-menu-button {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    width: 100%;
    margin: 1.5rem 0;
    display: inline-block;
  }

  .navbar3_tablet-menu-button.withoutline {
    border-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-icon3_line-bottom {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    background-image: linear-gradient(#000, #000);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_logo-link-menu {
    float: none;
    justify-content: center;
    align-items: center;
    margin-top: 8.9rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .menu-icon3 {
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar3_component {
    height: 3.7rem;
    min-height: 3.7rem;
  }

  .menu-icon3_line-top {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    background-image: linear-gradient(#000, #000);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .text-block.logo {
    font-size: 31px;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo1_list {
    display: none;
  }

  .logo1_list.show, .logo1_list.hidden {
    display: flex;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---container-default {
    position: relative;
  }

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

  .brix---grid-hero-v1 {
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
    place-items: end stretch;
    margin-bottom: 29px;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .section-hero-full-width-right {
    justify-content: center;
    align-items: flex-end;
    height: 600px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .brix---hero-full-width-right-hero-v5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 450px;
    display: flex;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .logo {
    height: 113px;
  }

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

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

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

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

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---half-bg-image-left-content-v2 {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin-top: 65px;
    position: static;
    inset: auto 0% 0%;
  }

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

  .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-with-vertical-image {
    grid-row-gap: 64px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-left-side-vertical-image {
    flex: 0 auto;
    position: relative;
  }

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

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---inner-container-1068px-center {
    flex-flow: wrap;
    grid-auto-flow: row;
    display: flex;
  }

  .img-gallery-main {
    height: 370px;
  }

  .img-gallery-main-icon {
    width: 20px;
  }

  .c-img-gallery-main-icon {
    z-index: 10;
    background-color: #131313e6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

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

  .text-span-3 {
    font-size: 15px;
  }

  .heading.left, .link {
    font-size: 20px;
  }

  .wrapper-3col {
    flex-flow: wrap;
    grid-auto-flow: row;
    display: none;
  }

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

  .slide-nav {
    display: none;
    overflow: visible;
  }

  .background-video {
    height: 40vh;
  }

  .outline {
    border: 1px solid #000;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .wrapper.hideonmobile {
    display: none;
  }

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

  .spark-section-2.spark-128px-margin-bottom {
    padding-bottom: 64px;
  }

  .spark-footer-grid {
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .button-2.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .navbar3_menu {
    width: 100vw;
    padding-bottom: 5rem;
  }

  .menu-icon3 {
    margin-right: 0;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo1_logo {
    height: 1.3rem;
    max-height: 3rem;
  }

  .logo1_logo.ig, .logo1_logo.vimeo {
    height: 1.1rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .logo1_list {
    padding-top: 1rem;
  }

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

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---container-default {
    margin-bottom: -84px;
  }

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

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

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-full-width-right-hero-v5 {
    margin-top: 62px;
    position: static;
  }

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

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

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

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

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-top {
    grid-template-columns: 1fr;
  }

  .spark-container {
    width: 100%;
  }

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

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

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

  .spark-flex-row.spark-5-spacing.spark-with-vertical-image {
    flex-direction: column-reverse;
  }

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

  .spark-hero-section-left-side {
    width: 100%;
  }

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

  .spark-left-side-vertical-image {
    width: 100%;
    max-width: 100%;
  }

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

  .brix---mg-bottom-56px-2 {
    border-radius: 0;
    margin-bottom: 40px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---position-relative {
    border-radius: 0;
  }

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

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

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

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

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 0;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-icon {
    width: 15px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.right {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .img-gallery-main-arrow.left {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .c-img-gallery-sub {
    display: none;
  }

  .c-img-gallery-main-icon {
    opacity: .75;
  }

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

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

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

  .spark-footer-bottom {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 2px;
  }

  .logo1_logo-copy {
    height: 1.3rem;
    max-height: 3rem;
  }

  .logo1_logo-copy.ig, .logo1_logo-copy.vimeo {
    height: 1.1rem;
  }

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

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

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

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

  .spark-flex-row-3.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

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

  .spark-hero-section-image, .spark-content-section-left-side {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .brand-link {
    padding-left: 0;
  }

  .navbar3_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr max-content 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-icon3 {
    margin-right: 1.5px;
  }

  .navbar3_component {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .text-block.logo {
    font-size: 22px;
  }

  .navrightwrapper {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo1_logo.ig {
    height: 1.1rem;
  }

  .logo1_list {
    justify-content: center;
  }

  .socialwrapper.imdb {
    width: auto;
    height: 1rem;
  }

  .brix---color-neutral-600 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

  .brix---grid-hero-v1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .brix---grid-hero-v1.soultags {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .section-hero-full-width-right {
    background-position: 50%;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .brix---hero-full-width-right-hero-v5 {
    object-fit: fill;
    height: 50%;
  }

  .logo {
    height: auto;
    max-height: none;
  }

  .logo.imagecloser {
    margin-bottom: -27px;
  }

  .logo.imagecloser.fifth {
    margin-bottom: 0;
  }

  .logo.imagecloser.amelio {
    width: 16.9em;
    margin-bottom: 0;
  }

  .logo.imagecloser.forgotten, .logo.imagecloser.bp {
    width: 16em;
    margin-bottom: 0;
  }

  .logo.uncertainty {
    width: 18em;
  }

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

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

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

  .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

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

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

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---half-bg-image-left-content-v2 {
    min-height: auto;
  }

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

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

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

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

  .spark-flex-row.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 5px;
  }

  .spark-hero-section-left-side {
    padding-top: 0;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-left-side-vertical-image {
    margin-bottom: 0;
  }

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

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

  .brix---btn-primary-2, .brix---btn-secondary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

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

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

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

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

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

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 0;
  }

  .brix---inner-container-1068px-center {
    justify-content: center;
    align-items: center;
  }

  .slidersection {
    margin-bottom: 25px;
    padding-top: 25px;
  }

  .slider-2 {
    background-color: #fff;
  }

  .img-gallery-main {
    height: 250px;
  }

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

  .text-span-3 {
    font-size: 13px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading.left {
    margin-top: 0;
    padding-left: 20px;
  }

  .link {
    font-size: 14px;
  }

  .lowernav-cms {
    grid-column-gap: 89px;
    grid-row-gap: 89px;
    justify-content: center;
    place-items: flex-end stretch;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .background-video {
    height: 20vh;
  }

  .lowercms-nav-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
  }

  .lowercms-nav-wrapper.left {
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
  }

  .lowercms-nav-wrapper.right {
    padding-bottom: 0;
  }

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

  .spark-footer-grid.spark-collapsed-bottom {
    margin-bottom: 0;
  }

  .spark-footer-bottom {
    padding: 0 20px;
  }

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

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-footer-text.spark-foreground-secondary {
    font-size: 10px;
  }

  .logo1_logo-copy.ig {
    height: 1.1rem;
  }

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

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

  .spark-flex-row-3.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .about-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-wrapper.wrapup {
    flex-flow: wrap-reverse;
  }

  .image-wrapper.video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    max-width: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-video {
    width: 320px;
    height: 180px;
    margin-left: -158px;
    display: block;
  }
}

#w-node-e292b48e-ac52-196c-6554-ebff846709da-846709c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e292b48e-ac52-196c-6554-ebff846709f0-846709c3 {
  justify-self: end;
}

#w-node-_0e8c1fc8-90e7-22db-7442-dd341c9b3bbc-9b1230a7, #w-node-b56feea5-45b6-1052-bc54-6384d0219470-9b1230a7, #w-node-_0e8c1fc8-90e7-22db-7442-dd341c9b3bbc-fb519e39, #w-node-acd82f09-068a-b4fc-ec67-50dd3c5c78cb-fb519e39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e8c1fc8-90e7-22db-7442-dd341c9b3bb8-e8a848e4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1b994587-7386-8e7f-20ae-7f9bd959849c-e8a848e4, #w-node-_54a0950c-bf7b-6d40-cf76-f47188e926f7-c893217e, #w-node-f05a79f5-3674-144d-dcb6-8fae96b8ad32-c893217e, #w-node-b84fdf7a-236b-25d4-5a75-ad61e606b08c-d1a91144, #w-node-_7d9f831f-31a1-c5a1-ee89-6c6779c5d4ff-d1a91144, #w-node-_9d45f59b-006e-7a6c-2294-8486c7ed8ac8-d1a91144 {
  justify-self: end;
}


@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos Display';
  src: url('../fonts/Aptos-Display.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos Narrow';
  src: url('../fonts/Aptos-Narrow.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}