:root {
  --color--background: var(--light--background);
  --_typeface---mozilla-text-body-text: "Mozilla Text", sans-serif;
  --color--text: var(--light--text);
  --_typeface---vanguard-cf-headings: "Vanguard CF", Impact, sans-serif;
  --_sizes---typography-heading-sizes--h1: 4.75rem;
  --_sizes---typography-heading-sizes--h2: 2.5rem;
  --_sizes---typography-heading-sizes--h3: 2.25rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.75rem;
  --_sizes---typography-heading-sizes--h6: 1.5rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---paddings--container: 100rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 5rem;
  --color--btn-background: var(--light--btn-background);
  --color--btn-text: var(--light--btn-text);
  --_colors---swatches-neutral--black: #000;
  --_colors---swatches-neutral--white: #fff;
  --_colors---swatches-brand--red: #ff4834;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---radius--md-radius: .5rem;
  --_sizes---typography-text-sizes--xl-text: 1.5rem;
  --_colors---swatches-brand--off-black: #1c1c1c;
  --_colors---swatches-brand--yellow: #ffd34d;
  --_sizes---typography-heading-sizes--display: 6rem;
  --_sizes---radius--lg-radius: 1rem;
  --_sizes---radius--sm-radius: .25rem;
  --_colors---swatches-brand--blue: #2f6fff;
  --_colors---swatches-brand--green: #2fbf71;
  --light--background: var(--_colors---swatches-neutral--white);
  --light--text: var(--_colors---swatches-neutral--black);
  --light--btn-background: var(--_colors---swatches-neutral--black);
  --light--btn-text: var(--_colors---swatches-neutral--white);
  --dark--background: var(--_colors---swatches-neutral--black);
  --dark--text: var(--_colors---swatches-neutral--white);
  --dark--btn-background: var(--_colors---swatches-neutral--white);
  --dark--btn-text: var(--_colors---swatches-neutral--black);
}

body {
  background-color: var(--color--background);
  font-family: var(--_typeface---mozilla-text-body-text);
  color: var(--color--text);
  --_sizes---typography-heading-sizes--h1: 4.75rem;
  --_sizes---typography-heading-sizes--h2: 2.5rem;
  --_sizes---typography-heading-sizes--h3: 2.25rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.75rem;
  --_sizes---typography-heading-sizes--h6: 1.5rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---paddings--container: 100rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---radius--md-radius: .5rem;
  --_sizes---typography-text-sizes--xl-text: 1.5rem;
  --_sizes---typography-heading-sizes--display: 6rem;
  --_sizes---radius--lg-radius: 1rem;
  --_sizes---radius--sm-radius: .25rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---vanguard-cf-headings);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---vanguard-cf-headings);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typeface---vanguard-cf-headings);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typeface---vanguard-cf-headings);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typeface---vanguard-cf-headings);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typeface---vanguard-cf-headings);
  font-size: var(--_sizes---typography-heading-sizes--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_typeface---mozilla-text-body-text);
  letter-spacing: .04em;
  margin-bottom: 0;
}

a {
  font-family: var(--_typeface---mozilla-text-body-text);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ol {
  font-family: var(--_typeface---mozilla-text-body-text);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  min-height: 1px;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.global_component {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-section-large {
  padding-top: var(--_sizes---paddings--lg-section);
  padding-bottom: var(--_sizes---paddings--lg-section);
}

.container {
  width: 100%;
  max-width: var(--_sizes---paddings--container);
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  padding-right: var(--_sizes---paddings--padding-global);
  padding-left: var(--_sizes---paddings--padding-global);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is-hero {
  height: 100svh;
  min-height: 100svh;
}

.hero_wrapper {
  z-index: 2;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  opacity: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 58.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-embeds {
  pointer-events: none;
  cursor: none;
  display: none;
}

.global_embed-styles, .global_embed-scaling, .global_embed-scroll-animations {
  display: none;
}

.heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: flex-start center;
  display: flex;
}

.heading-wrapper.is-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.heading-wrapper.is-crew {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 1px solid #000;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--btn-background);
  font-family: var(--_typeface---vanguard-cf-headings);
  color: var(--color--btn-text);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  text-align: center;
  letter-spacing: .02em;
  text-transform: capitalize;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.button:hover {
  opacity: .8;
}

.button.is-arrow {
  padding-left: 1.25rem;
  padding-right: .625rem;
}

.button.is-black {
  background-color: var(--_colors---swatches-neutral--black);
  color: var(--_colors---swatches-neutral--white);
}

.button.is-nav {
  background-color: var(--_colors---swatches-brand--red);
  color: var(--_colors---swatches-neutral--white);
  padding: .5rem .75rem;
}

.button.is-nav.is-donate {
  display: none;
}

.heading-style-h1 {
  font-size: var(--_sizes---typography-heading-sizes--h1);
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.text-size-regular {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.image-full {
  width: 100%;
  height: auto;
}

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

.padding-section-medium {
  padding-top: var(--_sizes---paddings--md-section);
  padding-bottom: var(--_sizes---paddings--md-section);
}

.heading-style-h2 {
  font-size: var(--_sizes---typography-heading-sizes--h2);
}

.global_embed-scroll-block {
  display: none;
}

.hero_embed-unicorn {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.section-wrapper {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-wrapper.is-our-story {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 41.5625% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-wrapper.is-watch-us {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 30.25rem minmax(46.25rem, 65rem);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.watch_list {
  grid-column-gap: .625rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.watch_list.is-shorts {
  grid-column-gap: .625rem;
  grid-row-gap: 1rem;
  grid-column-gap: .625rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.watch_tabs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.watch_tabs-menu {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.watch_tab-link {
  border: 2px solid var(--color--btn-background);
  min-width: 6.875rem;
  font-family: var(--_typeface---vanguard-cf-headings);
  color: var(--color--text);
  font-size: var(--_sizes---typography-text-sizes--xl-text);
  letter-spacing: .04em;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.watch_tab-link.w--current {
  border-color: var(--_colors---swatches-brand--red);
  background-color: var(--_colors---swatches-brand--red);
  color: var(--_colors---swatches-neutral--white);
}

.header_component {
  z-index: 999;
  padding-right: var(--_sizes---paddings--padding-global);
  padding-left: var(--_sizes---paddings--padding-global);
  background-color: var(--color--text);
  color: var(--color--text);
  position: fixed;
  inset: 0% 0% auto;
}

.nav_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_logo {
  filter: invert();
  height: 3rem;
}

.nav_button {
  z-index: 2;
}

.nav {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.nav_brand {
  padding: 0;
  display: block;
}

.nav_brand.logo {
  z-index: 2;
  z-index: 2;
  inset: auto auto auto 0%;
  display: block;
  position: absolute;
  inset: auto auto auto 0%;
}

.nav_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  display: flex;
}

.nav_list-item.is-buttons {
  inset: auto 0% auto auto;
  margin-left: auto;
  position: absolute;
  inset: auto 0% auto auto;
}

.nav_link {
  opacity: .8;
  font-family: var(--_typeface---vanguard-cf-headings);
  color: var(--color--background);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  font-weight: 700;
  text-decoration: none;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.nav_link.w--current {
  opacity: 1;
  text-underline-offset: .25rem;
  text-decoration: underline;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.nav_menu {
  z-index: 1;
  flex: 1;
}

.support_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.support_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.support_card.hidden {
  display: none;
}

.support_card-image {
  aspect-ratio: 306 / 357;
  border-radius: var(--_sizes---radius--md-radius);
  position: relative;
  overflow: hidden;
}

.support_card-icon {
  z-index: 2;
  object-fit: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: auto auto 1.25rem 1rem;
}

.form_success-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_block {
  width: 100%;
  max-width: 27.5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form_success-heading {
  font-family: var(--_typeface---vanguard-cf-headings);
  font-size: 1.5rem;
  font-weight: 700;
}

.form_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.form_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_message-error {
  color: #ec5e58;
  background-color: #fbe8e7;
  margin-top: .75rem;
  padding: .75rem;
}

.input {
  background-color: var(--_colors---swatches-neutral--white);
  min-height: 3rem;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  border-radius: 100vw;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
}

.input::placeholder {
  color: #1c1c1c80;
}

.input.is-text-area {
  border-radius: 1.5rem;
  min-width: 100%;
  max-width: 100%;
  min-height: 9rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.input.is-select {
  color: var(--_colors---swatches-brand--off-black);
  background-image: url("https://cdn.prod.website-files.com/69d76e6fd952b259648c5cb3/69d8770053088059f6b6bb5f_chevron.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
}

.form_success {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-neutral--black);
  border-radius: 1.5rem;
  padding: 1.25rem;
}

.form_embed-script {
  display: none;
}

.crew_main {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 28.125% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.crew_grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crew_table-wrapper, .crew_table-list {
  display: contents;
}

.crew_content-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.crew_content-list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.crew_content-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  place-items: start stretch;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.crew_table-item {
  filter: grayscale();
  outline: 2px solid var(--color--text);
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.crew_table-item:hover {
  filter: none;
}

.crew_content-image {
  height: 40.25rem;
  position: relative;
}

.crew_content-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-height: 100%;
  display: flex;
  overflow: auto;
}

.crew_heading {
  font-size: 5rem;
}

.crew_social-link {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.crew_occupation {
  background-color: var(--_colors---swatches-brand--yellow);
  font-family: var(--_typeface---vanguard-cf-headings);
  font-size: var(--_sizes---typography-text-sizes--xl-text);
  padding: .25rem 2rem .25rem .625rem;
  line-height: 1.2;
}

.crew_paragraph {
  overflow: auto;
}

.crew_paragraph p {
  margin-bottom: .5rem;
}

.crew_embed-component {
  display: none;
}

.crew_table-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.crew_table-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.watch_tiktok {
  border-radius: var(--_sizes---radius--md-radius);
  object-fit: cover;
  background-color: #0000;
  overflow: hidden;
}

.support_heading {
  font-size: var(--_sizes---typography-heading-sizes--h5);
}

.hero_socials {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 2.5rem;
}

.socials-link {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.our-story_image {
  border-radius: var(--_sizes---radius--md-radius);
  overflow: hidden;
}

.modal-close-btn {
  cursor: pointer;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.modal-close-img {
  object-fit: scale-down;
  width: 50%;
  height: 50%;
}

.affiliate_list {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.affiliate_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 4.375rem;
  text-decoration: none;
  display: flex;
}

.affiliate_link.hidden {
  display: none;
}

.watch_embed-yt {
  margin-bottom: 0;
}

.watch_wrapper {
  width: 100%;
  overflow: auto;
}

.watch_embed-styles {
  display: none;
}

.watch_youtube {
  border-radius: var(--_sizes---radius--md-radius);
  object-fit: cover;
  background-color: #0000;
  overflow: hidden;
}

.code_embed-color-filter {
  display: none;
}

.watch_embed-tiktok {
  width: 20rem;
  margin-bottom: 0;
}

.hamburger_1_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_1_line {
  width: 100%;
  height: var(--thickness);
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 4rem;
    --_sizes---typography-heading-sizes--h2: 2.25rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 1.75rem;
    --_sizes---typography-heading-sizes--h5: 1.5rem;
    --_sizes---typography-heading-sizes--h6: 1.25rem;
    --_sizes---paddings--lg-section: 5rem;
    --_sizes---paddings--container: 100rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--padding-global: 1.25rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---radius--md-radius: .5rem;
    --_sizes---typography-text-sizes--xl-text: 1.5rem;
    --_sizes---typography-heading-sizes--display: 6rem;
    --_sizes---radius--lg-radius: 1rem;
    --_sizes---radius--sm-radius: .25rem;
  }

  .hero_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .is-tablet-hidden {
    display: none;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .is-show-tablet {
    display: block;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section-wrapper.is-our-story, .section-wrapper.is-watch-us, .section-wrapper.is-our-story, .section-wrapper.is-watch-us {
    display: flex;
  }

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

  .crew_main {
    flex-flow: column;
    max-height: none;
    display: flex;
  }

  .crew_grid {
    max-width: 20rem;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .crew_heading {
    font-size: var(--_sizes---typography-heading-sizes--h1);
  }

  .affiliate_list {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .watch_item {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 3rem;
    --_sizes---typography-heading-sizes--h2: 2rem;
    --_sizes---typography-heading-sizes--h3: 1.75rem;
    --_sizes---typography-heading-sizes--h4: 1.5rem;
    --_sizes---typography-heading-sizes--h5: 1.25rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---paddings--container: 100rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--padding-global: 1rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--sm-section: 2rem;
    --_sizes---radius--md-radius: .5rem;
    --_sizes---typography-text-sizes--xl-text: 1.5rem;
    --_sizes---typography-heading-sizes--display: 6rem;
    --_sizes---radius--lg-radius: 1rem;
    --_sizes---radius--sm-radius: .25rem;
  }

  .section.is-crew {
    min-height: 100svh;
  }

  .heading-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button.is-nav.is-mobile-portrait-show {
    display: block;
  }

  .button.is-nav.is-donate {
    background-color: #2f6fff;
    display: block;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .is-mobile-portrait-hidden {
    display: none;
  }

  .is-mobile-portrait-show {
    display: block;
  }

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

  .nav_list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav_logo {
    filter: invert();
    height: 2.5rem;
  }

  .nav_button {
    width: 2rem;
    height: 2rem;
    padding: 0;
  }

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

  .nav_lottie {
    aspect-ratio: 1;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav_brand.logo {
    display: block;
    position: relative;
  }

  .nav_list-item.is-buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    position: relative;
  }

  .nav_wrapper {
    padding: var(--_sizes---paddings--padding-global);
    justify-content: space-between;
  }

  .nav_menu {
    height: 100svh;
    padding: 2rem var(--_sizes---paddings--padding-global);
    background-color: var(--color--text);
  }

  .crew_content-wrapper, .crew_content-list {
    max-height: none;
  }

  .crew_content-item {
    flex-flow: column;
    display: flex;
  }

  .crew_content-image {
    height: auto;
    display: none;
  }

  .crew_content-inner {
    border-radius: var(--_sizes---radius--md-radius);
    background-color: var(--_colors---swatches-neutral--white);
    width: 100%;
    height: 100%;
    max-height: 80svh;
    margin: auto;
    padding: 1rem;
    position: relative;
  }

  .support_heading {
    font-size: var(--_sizes---typography-heading-sizes--h3);
  }

  .popup {
    display: none;
  }

  .modal {
    z-index: 110;
    width: 100vw;
    height: 100vh;
    padding: var(--_sizes---paddings--padding-global);
    background-color: #17171740;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .modal-close-btn {
    display: flex;
  }

  .affiliate_list {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .affiliate_link {
    height: 3rem;
  }

  .hamburger_1_line {
    background-color: var(--color--background);
  }
}

@media screen and (max-width: 479px) {
  .is-mobile-hidden {
    display: none;
  }

  .is-mobile-only {
    display: block;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .section-wrapper, .section-wrapper.is-our-story, .section-wrapper.is-watch-us, .section-wrapper.is-our-story, .section-wrapper.is-watch-us {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .watch_list {
    flex-flow: column;
    display: flex;
  }

  .watch_list.is-shorts {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .watch_tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .support_grid {
    flex-flow: column;
    display: flex;
  }

  .affiliate_list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .watch_embed-yt, .watch_embed-tiktok {
    width: 100%;
  }
}

#w-node-_8e7f7822-12c5-6fd4-47bc-20679e0d5d3e-648c5ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_197689a4-5f12-5082-7bd4-ab3bc6169a97-648c5ca8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4aa6e32c-e99d-4e25-85d1-7b2d70384de8-648c5ca8 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_4159f0be-81e3-8d46-9b64-a09dd2fa7e22-648c5ca8 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9dbc5f1a-c02e-ca57-6494-0c4992849be8-648c5ca8 {
  grid-area: 4 / 4 / 5 / 5;
}
