:root {
  --_colors---swatches-brand--dark: #0a050c;
  --_typeface---host-grotesk-body-text: "Host Grotesk", sans-serif;
  --_colors---swatches-brand--text-white: #d9d9d9;
  --_typeface---host-grotesk-headings: "Host Grotesk", sans-serif;
  --_sizes---typography-heading-sizes--h1: 3.5rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_colors---swatches-neutral--black: #000;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--global-padding: 3rem;
  --_sizes---paddings--sm-section: 4rem;
  --_colors---swatches-neutral--white: #fff;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_colors---swatches-brand--text-grey: #939db8;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---md-btn-radius: .75rem;
  --_colors---swatches-brand--button-purple: #6e3ff3;
  --_colors---swatches-brand--secondary-purple: #e4ddfa;
  --_colors---swatches-brand--main-purple: #8d68f6;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_colors---swatches-neutral--transparent: #fff0;
  --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
  --_sizes---sm-btn-radius: .625rem;
  --border-grey: #20232d;
  --dark-bg: #100f1499;
  --_sizes---rg-radius: 1rem;
  --grey: #1c1f28;
  --bg-grey: #14101e;
  --_colors---swatches-utility--error-txt-color: #c92f28;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
  --_colors---swatches-brand--blue: #1941ba;
}

body {
  background-color: var(--_colors---swatches-brand--dark);
  font-family: var(--_typeface---host-grotesk-body-text);
  color: var(--_colors---swatches-brand--text-white);
  --_sizes---typography-heading-sizes--h1: 3.5rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--global-padding: 3rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---md-btn-radius: .75rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
  --_sizes---sm-btn-radius: .625rem;
  --_sizes---rg-radius: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---host-grotesk-headings);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---host-grotesk-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---host-grotesk-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---host-grotesk-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---host-grotesk-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---host-grotesk-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---host-grotesk-body-text);
  margin-bottom: 0;
}

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

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

ol {
  font-family: var(--_typeface---host-grotesk-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 {
  font-family: var(--_typeface---host-grotesk-body-text);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.code-embed_component {
  pointer-events: none;
  display: none;
}

.text-weight-semibold {
  font-weight: 600;
}

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

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

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

.text-weight-bold {
  font-weight: 700;
}

.text-size-small {
  font-size: var(--_sizes---typography-text-sizes--sm-text);
}

.text-size-small.text-color-text-grey {
  color: var(--_colors---swatches-brand--text-grey);
}

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

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

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

.text-size-large {
  font-size: var(--_sizes---typography-text-sizes--lg-text);
}

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

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

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--_sizes---md-btn-radius);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  letter-spacing: -.03em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .25rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.button.is-next {
  background-color: var(--_colors---swatches-brand--button-purple);
  background-image: linear-gradient(0deg, #fff0, #fff3);
  width: 100%;
  padding: .875rem 1.25rem;
}

.button.is-next.is-disabled {
  color: #7a7a7a;
  cursor: not-allowed;
  background-color: #c8c8c8;
}

.button.is-prev {
  background-color: var(--_colors---swatches-brand--secondary-purple);
  color: var(--_colors---swatches-brand--main-purple);
  background-image: linear-gradient(0deg, #fff0, #fff3);
  width: 100%;
  padding: .875rem 1.25rem;
}

.button.is-larger {
  min-width: 17.5rem;
}

.button.is-component {
  background-color: var(--_colors---swatches-brand--button-purple);
  background-image: linear-gradient(0deg, #fff0, #fff3);
  width: 100%;
  padding: .875rem 1.25rem;
}

.button.is-component.is-auto {
  width: auto;
}

.text-size-medium {
  font-size: var(--_sizes---typography-text-sizes--md-text);
}

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

.button-group.is-builder {
  flex-flow: row;
  margin-top: 1.25rem;
}

.button-group.is-centered {
  justify-content: center;
  align-items: center;
}

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

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

.section.is-after-hero {
  z-index: 3;
  background-image: linear-gradient(180deg, #0000, var(--_colors---swatches-brand--dark));
  margin-top: -40vh;
}

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

.section.hero {
  justify-content: flex-start;
  min-height: 100vh;
}

.section.cta {
  justify-content: flex-start;
}

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

.padding-section-hero {
  z-index: 3;
  padding-top: 18rem;
  padding-bottom: var(--_sizes---paddings--lg-section);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.text-style-main-paragraph {
  color: var(--_colors---swatches-brand--text-grey);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.016em;
}

.content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.content-wrapper.support-cta {
  justify-content: flex-start;
  align-items: center;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.hero {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 46.625rem;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.home-hero {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 36.25rem;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.cta {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 47.5rem;
}

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

.paragraph-wrapper.max-width-85 {
  max-width: 85%;
}

.paragraph-wrapper.max-width-60 {
  max-width: 60%;
}

.hero_rating {
  grid-column-gap: .89525rem;
  grid-row-gap: .89525rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_start-icon {
  aspect-ratio: 1;
  color: var(--_colors---swatches-brand--button-purple);
  width: 1.5rem;
  height: 1.5rem;
}

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

.code-embed_unicorn-hero {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.full-bg-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.full-bg-image.is-support-hero {
  opacity: .24;
  mix-blend-mode: lighten;
  object-position: 50% 0%;
}

.full-bg-image.is-support-cta {
  opacity: .3;
  mix-blend-mode: screen;
}

.button_bg {
  z-index: 3;
  border-radius: var(--_sizes---sm-btn-radius);
  background-color: var(--_colors---swatches-brand--button-purple);
  background-image: linear-gradient(0deg, #fff0, #fff3);
  width: 100%;
  padding: .875rem 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff14;
}

.button_bg.is-secondary {
  background-color: var(--_colors---swatches-brand--secondary-purple);
  color: var(--_colors---swatches-brand--main-purple);
  background-color: var(--_colors---swatches-brand--secondary-purple);
}

.button_color-wrapper {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button_color-wrapper.blur {
  filter: blur(5px);
  display: block;
  overflow: hidden;
}

.button_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button_color._1 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button_color._2 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: -15%;
  left: auto;
  right: 54%;
}

.button_color._3 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: 52%;
  left: auto;
  right: -27%;
}

.button_color._4 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: 53%;
  left: auto;
  right: 5%;
}

.youtube_main-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 40.9091% 48.4848%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.text-style-subheading {
  font-size: 1.5rem;
  font-weight: 600;
}

.heading-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-wrapper.is-centered {
  justify-content: flex-start;
  align-items: center;
}

.text-style-tag {
  color: var(--_colors---swatches-brand--text-grey);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.75;
}

.text_links {
  color: var(--_colors---swatches-brand--text-white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  text-transform: capitalize;
  white-space: nowrap;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.title_grid {
  grid-template-rows: auto;
  grid-template-columns: 40.9091% 34.5455%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.title_grid.is-long {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
  grid-template-columns: 74.2424% auto;
}

.section_main-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

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

.why_card {
  border: 1px solid var(--border-grey);
  border-radius: var(--_sizes---md-btn-radius);
  background-color: #100f1499;
  justify-content: center;
  align-items: center;
  padding: 4rem 1.5rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #03071214, inset 0 4px 4px #00000024;
}

.why_card-icon {
  aspect-ratio: 1;
  background-color: #ffffff0d;
  border-radius: 100vw;
  width: 6.25rem;
  height: 6.25rem;
  padding: 1.75rem;
}

.why_card-content {
  z-index: 2;
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
  position: relative;
}

.icon-1x1 {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.option-bg {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-image: url("https://cdn.prod.website-files.com/68e507663c2b828da7eb4a73/68e62ca02d37cb1c30a4592a_card-gradient.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: auto -1px -1px auto;
}

.text-color-text-white {
  color: var(--_colors---swatches-brand--text-white);
}

.padding-section-cta {
  z-index: 3;
  padding-top: var(--_sizes---paddings--xl-section);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 11.25rem;
  display: flex;
  position: relative;
}

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

.cta_overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #0a050cf2, #0a050c8c 60%, #0a050c00);
  position: absolute;
  inset: 0%;
}

.cta_overlay.is-support-cta {
  background-color: var(--_colors---swatches-neutral--black);
  opacity: .4;
  background-image: none;
}

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

.gear_card {
  aspect-ratio: 430 / 450;
  border: 1px solid var(--border-grey);
  border-radius: var(--_sizes---md-btn-radius);
  background-color: #0a0d38;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.25rem 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #03071214, inset 0 4px 4px #00000024;
}

.gear_card-bg {
  z-index: 1;
  object-fit: cover;
  width: 101%;
  max-width: none;
  height: 101%;
  position: absolute;
  inset: auto;
}

.gear_card-content {
  z-index: 2;
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gear_card-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.gear_card-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gear_icon {
  aspect-ratio: 1;
  width: 1.25rem;
  height: 1.25rem;
}

.gear_card-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_main-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordions-content-wrapper {
  overflow: hidden;
}

.accordions-item {
  background-color: var(--dark-bg);
  border-radius: 1rem;
  margin-bottom: .75rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.accordions-content {
  margin-top: 1.625rem;
}

.faq_grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.accordions-icon-wrapper {
  width: 1.25rem;
  height: 1.25rem;
}

.accordions-trigger {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.accordions-title-wrapper {
  width: 100%;
}

.nav_brand {
  padding: 0;
}

.nav_brand.nav-absolute-center {
  z-index: 2;
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  height: 8rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.nav-menu_list-left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-icon {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.search-box {
  width: 12.5rem;
  height: 3rem;
  display: none;
}

.search-box.is-full-width {
  width: 100%;
}

.navbar_bg {
  position: absolute;
  inset: 0%;
}

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

.nav-menu_list-item.nav-absolute-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 0;
}

.nav_logo {
  aspect-ratio: 116 / 128;
  object-fit: cover;
  max-width: none;
  height: 116%;
}

.nav_link {
  color: var(--_colors---swatches-brand--text-grey);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  padding: .25rem .75rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.nav_link.w--current {
  color: var(--_colors---swatches-brand--text-white);
  font-weight: 700;
  text-decoration: none;
}

.search-input {
  color: var(--_colors---swatches-brand--text-white);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  text-transform: capitalize;
  background-color: #fff0;
  border: 0 solid #000;
  width: 100%;
  height: 2rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 0;
  line-height: 1;
}

.search-input::placeholder {
  color: var(--_colors---swatches-brand--text-grey);
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1;
}

.search-btn {
  aspect-ratio: 1;
  background-color: var(--_colors---swatches-neutral--transparent);
  background-image: url("https://cdn.prod.website-files.com/68e507663c2b828da7eb4a73/68e75b76941759e4f6c1f03b_search.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20rem;
  border-radius: 99rem;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
}

.nav-menu_button {
  z-index: 2;
}

.navigation_component {
  z-index: 999;
  padding-top: 2rem;
  padding-right: var(--_sizes---paddings--global-padding);
  padding-left: var(--_sizes---paddings--global-padding);
  background-color: #fff0;
  position: fixed;
  inset: 0 0% auto;
}

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

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border-grey);
  border-radius: var(--_sizes---rg-radius);
  background-color: var(--dark-bg);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .875rem;
  display: flex;
  position: relative;
  box-shadow: -2px 3px 8px #00000038, -7px 13px 15px #00000030, -17px 29px 20px #0000001c, -30px 52px 24px #00000008, -46px 81px 26px #0000;
}

.serch-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-grey);
  border-radius: var(--_sizes---sm-btn-radius);
  background-color: var(--grey);
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem .625rem .5rem .75rem;
  display: flex;
}

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

.footer_component {
  padding-right: var(--_sizes---paddings--global-padding);
  padding-left: var(--_sizes---paddings--global-padding);
  min-height: 46.25rem;
  position: relative;
}

.padding-section-footer {
  padding-top: 15rem;
  padding-bottom: 8.75rem;
}

.footer_bg-image {
  z-index: 1;
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_main {
  z-index: 2;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  border: 1px solid var(--border-grey);
  background-color: var(--dark-bg);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 45.6522% 36%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 57.5rem;
  padding: 2.5rem 1.5rem 1.5rem;
  display: grid;
  position: relative;
  box-shadow: -2px 3px 8px #00000038, -7px 13px 15px #00000030, -17px 29px 20px #0000001c, -30px 52px 24px #00000008, -46px 81px 26px #0000;
}

.footer_links-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: start;
  display: grid;
}

.footer_column {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer_link {
  color: var(--_colors---swatches-brand--text-grey);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer_link.w--current {
  text-decoration: none;
}

.footer_link.w--current:hover {
  color: var(--_colors---swatches-brand--text-grey);
}

.footer_link.is-smaller {
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
}

.footer_menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 16rem;
  display: flex;
}

.text-color-text-grey {
  color: var(--_colors---swatches-brand--text-grey);
}

.social-icon {
  letter-spacing: 1px;
  width: 1.875rem;
  height: 1.875rem;
}

.footer_social-link {
  text-decoration: none;
}

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

.clippath, .rect {
  color: #fff;
}

.footer_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.defs {
  color: #fff;
}

.dark {
  color: var(--_colors---swatches-brand--dark);
}

.footer_brand {
  height: 5.25rem;
}

.footer_logo {
  aspect-ratio: 76 / 84;
  object-fit: cover;
  object-position: 50% 0%;
  width: 4.75rem;
  height: 118%;
}

.footer_paragraph-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_ref-link {
  color: var(--_colors---swatches-brand--text-white);
  text-decoration: none;
  display: inline-block;
}

.star {
  color: #efbb1f;
  width: 1.47125rem;
  height: 1.47125rem;
}

.splide__list, .card_stars-wrapper {
  display: flex;
}

.text-style-testimonial-owner {
  color: var(--_colors---swatches-brand--text-white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.01em;
  font-weight: 600;
  line-height: 1.4;
}

.card_testimonial {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--_sizes---sm-btn-radius);
  background-color: var(--bg-grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.splide__slide {
  aspect-ratio: 360 / 306;
  cursor: pointer;
  flex: none;
  height: 19.125rem;
}

.custom-arrows {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider_arrow-button {
  background-color: var(--_colors---swatches-brand--button-purple);
  cursor: pointer;
  background-image: linear-gradient(0deg, #fff0, #fff3);
  border-radius: 100vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  transition: all .2s;
  display: flex;
}

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

.splide_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

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

.card_testimonial-bottom {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  display: flex;
}

.card_testimonial-image {
  aspect-ratio: 1;
  border-radius: 100vw;
  width: 2.75rem;
  height: 2.75rem;
}

.card_rastimonial-top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.tier_card {
  border: 1px solid var(--border-grey);
  border-radius: var(--_sizes---md-btn-radius);
  background-color: #100f1499;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #03071214, inset 0 4px 4px #00000024;
}

.tier_specs-grid {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tier_card-content {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

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

.tier_image {
  aspect-ratio: 146 / 180;
  height: 11.25rem;
}

.tier_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.tier_dropdown {
  border-radius: var(--_sizes---sm-btn-radius);
  background-color: var(--_colors---swatches-brand--button-purple);
  background-image: linear-gradient(0deg, #fff0, #fff3);
  width: 100%;
}

.tier_dropdown-list {
  background-color: var(--_colors---swatches-neutral--transparent);
}

.tier_dropdown-list.w--open {
  border-radius: var(--_sizes---sm-btn-radius);
  background-color: var(--_colors---swatches-brand--button-purple);
  margin-top: .5rem;
}

.tier_dropdown-toggle {
  color: var(--_colors---swatches-brand--text-white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  width: 100%;
  padding: .875rem .625rem;
  font-weight: 600;
}

.tier_dropdown-item {
  color: var(--_colors---swatches-brand--text-white);
}

.cart_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border-grey);
  border-radius: var(--_sizes---rg-radius);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #16192266;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 25rem;
  min-height: 48rem;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.25rem;
  display: none;
  position: absolute;
  inset: 6rem 0% 0% auto;
  box-shadow: -2px 3px 8px #00000038, -7px 13px 15px #00000030, -17px 29px 20px #0000001c, -30px 52px 24px #00000008, -46px 81px 26px #0000;
}

.cart_top {
  border-bottom: 1px solid var(--border-grey);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cart_edit-btn {
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-brand--text-grey);
  padding: .25rem .5rem;
}

.cart_bottom {
  width: 100%;
}

.cart_bottom:where(.w-variant-ff8cc061-7006-ad3b-f069-42b1b657e581) {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.cart_empty-message {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cart_empty-message:where(.w-variant-ff8cc061-7006-ad3b-f069-42b1b657e581) {
  display: none;
}

.cart_empty-icon {
  aspect-ratio: 1;
  width: 5.625rem;
  height: 5.625rem;
}

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

.cart_total-wrapper {
  display: none;
}

.cart_total-wrapper:where(.w-variant-ff8cc061-7006-ad3b-f069-42b1b657e581) {
  justify-content: space-between;
  display: flex;
}

.text-style-total {
  font-size: var(--_sizes---typography-text-sizes--lg-text);
}

.text-style-total:where(.w-variant-ff8cc061-7006-ad3b-f069-42b1b657e581) {
  font-weight: 600;
}

.cart_iitems-wrapper {
  flex-flow: column;
  height: 100%;
  display: none;
}

.cart_iitems-wrapper:where(.w-variant-ff8cc061-7006-ad3b-f069-42b1b657e581) {
  display: flex;
}

.cart_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-grey);
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: 1.125rem;
  display: flex;
}

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

.cart_item-heading:where(.w-variant-ff8cc061-7006-ad3b-f069-42b1b657e581) {
  justify-content: flex-start;
  align-items: center;
}

.cart_item-image {
  object-fit: contain;
  width: 3.25rem;
  height: 3.75rem;
}

.footer_inner-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 3rem;
    --_sizes---typography-heading-sizes--h2: 2.5rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 1.75rem;
    --_sizes---typography-heading-sizes--h5: 1.25rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--global-padding: 1.25rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 5rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
    --_sizes---sm-btn-radius: .625rem;
  }

  .tablet-hidden {
    display: none;
  }

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

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

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

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

  .button.is-larger {
    width: 100%;
    min-width: auto;
  }

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

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

  .show-tablet {
    display: block;
  }

  .paragraph-wrapper.max-width-60 {
    max-width: none;
  }

  .why_card {
    padding: 2rem 1rem 1.5rem;
  }

  .why_card-content {
    max-width: none;
  }

  .gear_card {
    aspect-ratio: auto;
    padding: 1.25rem 1rem 1rem;
  }

  .accordions-item {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

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

  .accordions-trigger {
    padding-top: 2rem;
  }

  .nav_brand.nav-absolute-center {
    height: 6rem;
  }

  .nav-menu_list-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    height: 100%;
  }

  .nav-icon {
    display: block;
  }

  .search-box {
    flex: 1;
  }

  .nav-menu_list-item {
    justify-content: center;
    align-items: center;
  }

  .nav-menu_list-item.nav-absolute-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
    position: static;
  }

  .nav_link {
    font-size: 1.5rem;
  }

  .nav-menu_button {
    background-color: #fff0;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    padding: 0;
  }

  .nav-menu_button.w--open {
    background-color: #fff0;
  }

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

  .navbar {
    padding-right: var(--_sizes---paddings--global-padding);
    padding-left: var(--_sizes---paddings--global-padding);
  }

  .nav_wrapper {
    justify-content: space-between;
  }

  .nav-menu_lottie-animation {
    background-color: #fff0;
    width: 100%;
    height: 100%;
  }

  .nav_menu-centered {
    background-color: var(--bg-grey);
    height: calc(100vh - 5rem);
    padding: 4rem 3rem 6rem;
  }

  .footer_component {
    min-height: auto;
  }

  .padding-section-footer {
    padding-bottom: 2rem;
  }

  .footer_main {
    grid-template-columns: 1fr 36%;
  }

  .footer_column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .splide__slide {
    flex: none;
  }

  .tier_card, .use_card {
    padding: 2rem 1rem 1.5rem;
  }

  .use_card-content {
    max-width: none;
  }

  .resolution_card {
    padding: 2rem 1rem 1.5rem;
  }

  .resolution_card-content {
    max-width: none;
  }

  .text-style-fyb-large-text {
    font-size: 1.25rem;
  }

  .games_card {
    padding: 2rem 1rem 1.5rem;
  }

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

  .product_card {
    padding: 2rem 1rem 1.5rem;
  }

  .filter_block_header {
    align-items: start;
    padding-left: 1rem;
  }

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

  .option {
    padding: 2rem 1rem 1.5rem;
  }

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

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2.5rem;
    --_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.125rem;
    --_sizes---typography-heading-sizes--h6: 1rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--global-padding: 1rem;
    --_sizes---paddings--sm-section: 2rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
    --_sizes---sm-btn-radius: .625rem;
  }

  .mobile-hidden {
    display: none;
  }

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

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

  .text-style-nowrap, .text-style-tagline {
    white-space: normal;
  }

  .mobile-only {
    display: block;
  }

  .policy_rich-text {
    margin-top: 4rem;
    font-size: .9375em;
  }

  .policy_rich-text p {
    font-size: .9375rem;
  }

  .policy_rich-text h2 {
    font-size: 1.125rem;
  }

  .youtube_main-wrapper, .title_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .why_card-icon {
    width: 4.5rem;
    height: 4.55rem;
    padding: 1rem;
  }

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

  .gear_card-bg {
    object-fit: contain;
    object-position: 100% 50%;
  }

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

  .nav_brand.nav-absolute-center.w--current {
    width: 12rem;
    height: 3rem;
    left: .5rem;
  }

  .nav-menu_list-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .search-box {
    width: 100%;
    top: -137%;
    left: 0%;
  }

  .navbar_bg {
    z-index: 5;
    position: absolute;
    inset: 0%;
  }

  .nav-menu_list-item.nav-absolute-right {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .search-btn {
    width: 2.3rem;
    height: 2.3rem;
  }

  .nav-menu_button {
    width: 2rem;
    height: 2rem;
    padding: 1rem;
  }

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

  .nav_wrapper {
    justify-content: space-between;
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -51%;
  }

  .padding-section-footer {
    padding-top: 4rem;
  }

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

  .splide {
    margin-top: 2rem;
  }

  .splide.is-testimonials {
    margin-top: 0;
  }

  .splide__slide {
    flex: none;
  }

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

  .cta_card-icon, .use_card-icon {
    width: 4.5rem;
    height: 4.55rem;
    padding: 1rem;
  }

  .text-style-fyb-large-text {
    font-size: 1.125rem;
  }

  .cart_component {
    justify-content: space-between;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .product_price {
    font-size: var(--_sizes---typography-heading-sizes--h4);
  }

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

  .builder_grid, .builder_slide {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .button.is-component.is-auto {
    width: 100%;
  }

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

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

  .why_card-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    text-align: left;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .nav_brand.nav-absolute-center.w--current {
    width: 8rem;
    height: 2rem;
  }

  .search-box {
    width: 100%;
  }

  .nav-menu_list-item.nav-absolute-right {
    align-items: center;
  }

  .nav_menu-centered {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_menu {
    width: 100%;
    max-width: none;
  }

  .form_grid {
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .use_card-content, .resolution_card-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    text-align: left;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .product_grid {
    grid-column-gap: .75rem;
  }

  .product_card {
    padding: 1rem .5rem .75rem;
  }

  .product_spec-inner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .product_image {
    height: auto;
  }

  .product_price-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .builder_grid, .builder_slide {
    grid-column-gap: .75rem;
  }
}

#w-node-c19e62e8-9cde-d01d-5689-dccde5c0a3dc-a7eb4a6b {
  justify-self: start;
}

#w-node-_8a8885f1-1413-dfad-47f7-800f5945ebcf-a7eb4a6b {
  justify-self: end;
}

#w-node-f84fef12-adf0-be64-90d1-21c137c818b3-a7eb4a6b {
  justify-self: start;
}

#w-node-_3081db1a-a8b9-02d9-54a2-9481c63d28ea-a7eb4a6b {
  justify-self: end;
}

#w-node-_7ea343ed-32e0-310e-949e-4bc69f89551b-a7eb4a6b {
  justify-self: start;
}

#w-node-_8e531f86-3d43-6e87-4069-a5cc7ba0aae2-a7eb4a6b {
  justify-self: end;
}

#w-node-_39f89c61-843c-d757-fbf8-4831571c7a82-a7eb4a6b {
  justify-self: start;
}

#w-node-ce8d521b-af60-c29d-f846-0c3a56ada102-a7eb4a6b {
  justify-self: end;
}

#w-node-_24f7c842-ce76-d055-742a-5622e6ef4782-a7eb4a6b {
  justify-self: start;
}

#w-node-ab826353-9572-cf7f-10b0-fb3258a2ada8-a7eb4a6b {
  justify-self: end;
}

#w-node-c4a2d2cf-90dc-d689-9e14-0a0eec280d0b-ec280ce5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4a2d2cf-90dc-d689-9e14-0a0eec280d07-ec280ce5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
