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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --color-scheme-1--background: transparent;
  --_typography---font-styles--body: Generalsans, Arial, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Anton;
  --_primitives---colors--white: #fff;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --color-scheme-1--accent: var(--_primitives---colors--red);
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--red: #ff0013;
  --_primitives---colors--dark-us-blue: #00295b;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 8px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 4px;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --_primitives---colors--blue: #151fc7;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--savage-blue: #007eff;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.max-width-full.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  overflow: hidden;
}

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

.container-large.fixed-height-slide-video {
  min-height: 70svh;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-xsmall.xx-small-vertical {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-font-heading.text-color-black, .text-size-medium.text-style-tagline.text-color-black {
  color: var(--color-scheme-1--text);
}

.text-size-medium.text-style-tagline.text-color-black.text-weight-semibold {
  font-weight: 600;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  letter-spacing: -.08rem;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h2.text-font-body.text-weight-semibold.text-spacing-2 {
  letter-spacing: .07rem;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: .0125rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6.text-color-black {
  color: var(--color-scheme-1--text);
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.text-weight-semibold.text-color-neutral {
  color: var(--_primitives---opacity--neutral-darkest-40);
}

.heading-style-h5.text-weight-semibold.text-color-neutral.text-style-spacing {
  letter-spacing: 1px;
}

.heading-style-h5.text-weight-semibold.text-color-black, .heading-style-h5.text-font-heading.text-color-black, .heading-style-h5.text-weight-bold.text-color-black, .heading-style-h5.text-color-black {
  color: var(--color-scheme-1--text);
}

.text-style-strikethrough {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}

.heading-style-h1 {
  letter-spacing: -.14rem;
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 400;
  line-height: .95;
}

.heading-style-h1.hero {
  -webkit-text-stroke-width: 0px;
  font-size: 6rem;
}

.heading-style-h1.hero.alternate {
  letter-spacing: -.1rem;
  max-width: 50rem;
  font-size: 6rem;
  line-height: 1;
}

.heading-style-h1.hero.alternate.home-b {
  font-size: 7rem;
}

.heading-style-h1.hero.alternate.custom-max-width {
  margin-left: auto;
  margin-right: auto;
  font-size: 6rem;
}

.heading-style-h1.text-font-rage.slide-video-section {
  text-shadow: 0 4px 12px #0003;
  transform: translate(0, -50%)rotate(-6deg);
}

.heading-style-h1.cta {
  -webkit-text-stroke-width: 0px;
}

.heading-style-h1.for-you-hero {
  font-size: 6rem;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px none var(--_primitives---colors--neutral-darkest);
  background-color: var(--color-scheme-1--accent);
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--white);
  text-align: center;
  letter-spacing: .06rem;
  text-transform: uppercase;
  border-radius: 50rem;
  padding: .75rem 2.5rem;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  background-color: #b8000e;
}

.button:active {
  transform: scale(.98);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-small {
  letter-spacing: .04rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-smaller {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.button.final-cta-component:hover {
  background-color: var(--_primitives---colors--red);
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.01rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4.text-font-body {
  font-family: var(--_typography---font-styles--body);
}

.heading-style-h4.american-flag-fill.text-style-allcaps {
  letter-spacing: .02rem;
  -webkit-text-stroke-color: var(--_primitives---colors--dark-us-blue);
  background-image: url('../images/betsy-ross-flag-embroidered-stars-and-sewn-stripes-usa-flag-co--2.webp');
  background-position: 50% 30%;
}

.heading-style-h4.text-color-red {
  color: var(--color-scheme-1--accent);
}

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

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-family: var(--_typography---font-styles--heading);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.american-flag-fill {
  -webkit-text-stroke-color: var(--_primitives---colors--dark-us-blue);
}

.heading-style-h3.american-flag-fill.text-style-allcaps {
  letter-spacing: .06rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--white);
  background-image: url('../images/betsy-ross-flag-embroidered-stars-and-sewn-stripes-usa-flag-co--2.webp');
  background-position: 0 45%;
  background-repeat: repeat-x;
  background-size: cover;
  font-size: 2.5rem;
}

.heading-style-h3.text-color-red {
  color: var(--color-scheme-1--accent);
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--_primitives---colors--neutral-darkest);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

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

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

.text-color-white {
  color: var(--_primitives---colors--white);
}

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.text-color-blue {
  color: var(--_primitives---colors--dark-us-blue);
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-style-allcaps.text-spacing {
  letter-spacing: .0175rem;
}

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

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.text-size-large.text-font-heading.text-color-black {
  color: var(--color-scheme-1--text);
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

.padding-global.padding-slide {
  padding-left: 0%;
}

.padding-global.don-t-shrink {
  flex: none;
}

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

.padding-section-medium.padding-bottom-custom {
  padding-bottom: 7rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.padding-top-custom {
  padding-top: 7rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-style-tagline.text-color-neutral {
  color: var(--_primitives---colors--neutral);
}

.text-style-tagline.text-color-neutral.text-weight-semibold {
  font-weight: 600;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous {
  bottom: 4rem;
}

.slider-arrow.is-centre-previous.hide-mobile-landscape {
  border-color: var(--_primitives---colors--dark-us-blue);
  color: var(--_primitives---colors--dark-us-blue);
  background-color: #0000;
}

.slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow.is-centre-next.hide-mobile-landscape {
  border-color: var(--_primitives---colors--dark-us-blue);
  color: var(--_primitives---colors--dark-us-blue);
  background-color: #0000;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.heading {
  letter-spacing: -.07rem;
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 400;
  line-height: .95;
}

.heading-2 {
  letter-spacing: -.06rem;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.heading-3 {
  letter-spacing: -.025rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
}

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

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: var(--_primitives---colors--dark-us-blue);
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  color: var(--_primitives---colors--white);
  flex-flow: column;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.navbar2_component.thin-navbar-animated {
  z-index: 500;
  background-color: #00295b;
  min-height: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 12px #00000026;
}

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

.navbar2_logo {
  width: 5rem;
}

.navbar2_logo.is-thin-nav {
  width: 3.5rem;
}

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

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.navbar2_link {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: .01rem;
  text-transform: uppercase;
  padding: .5rem .75rem;
  font-weight: 400;
  transition: all .2s;
}

.navbar2_link:hover {
  color: var(--_primitives---colors--red);
}

.navbar2_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  font-size: 1.125rem;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

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

.navbar2_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.header33_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header33_background-video.alternate {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 4.5rem 0% 0%;
  overflow: visible;
}

.video-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer.gradient {
  background-color: #0000;
  background-image: linear-gradient(0deg, #001e41e6 40%, #0000 75%);
}

.video-overlay-layer.gradient.larger-h1 {
  background-image: linear-gradient(0deg, #001e41e6 40%, #fff0 75%);
}

.video-overlay-layer.gradient.larger-h1.alternate {
  background-color: #001e410d;
  background-image: none;
}

.video-overlay-layer.lighter {
  background-color: #00295b33;
}

.section_header {
  position: relative;
}

.section_header.text-color-white {
  box-shadow: 0 4px 20px #0000004d;
}

.section_header.text-color-white.mobile {
  background-color: var(--_primitives---colors--dark-us-blue);
  display: none;
}

.section_header.text-color-white.cta {
  display: block;
}

.header33_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header33_background-video-wrapper.alternate {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.header33_content {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header33_content.cta {
  min-height: 85svh;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.layout1_content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.section_layout1 {
  color: var(--color-scheme-1--text);
  position: relative;
  overflow: hidden;
}

.section_layout1.background-color-blue {
  background-color: var(--_primitives---colors--dark-us-blue);
}

.section_layout1.background-color-blue.padding-nav {
  padding-top: 6rem;
}

.layout1_component {
  z-index: 3;
  position: relative;
}

.layout1_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  overflow: hidden;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_layout192 {
  position: relative;
  overflow: hidden;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.layout192_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout192_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  height: 100%;
  overflow: hidden;
}

.layout192_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-4, .heading-5, .heading-6 {
  font-weight: 400;
}

.american-flag-fill {
  color: #0000;
  letter-spacing: -.06rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Rectangle.webp');
  background-position: 55% 52%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-social-proof {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-social-proof.align-center {
  justify-content: center;
  align-items: center;
}

.icon-embed-xxxsmall {
  width: .75rem;
  height: .75rem;
  line-height: .9;
}

.hero-social-proof-icon {
  color: #00c400;
}

.hero-stars {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  border: .5px solid var(--_primitives---colors--white);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  display: flex;
}

.hero-stars-icon {
  color: #fff;
}

.hero-stars-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-white-60 {
  color: var(--_primitives---opacity--white-60);
  line-height: .9;
}

.text-height-1 {
  line-height: 1;
}

.navbar_components {
  z-index: 99999;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.announcement-bar {
  justify-content: center;
  align-items: center;
  margin-top: -1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -3rem;
  overflow: hidden;
}

.announcement-bar-content {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--_primitives---colors--white);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.announcement-bar-background {
  z-index: 0;
  width: 180vw;
  max-width: none;
  position: relative;
  inset: 1px auto auto;
  overflow: clip;
}

.announcement-bar-background.hide-mobile-portrait {
  aspect-ratio: auto;
  background-color: var(--_primitives---colors--blue);
  object-fit: fill;
  flex: 0 auto;
  width: 100%;
  height: 3.5rem;
  display: block;
}

.countdown-element {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rough-bg {
  z-index: 1;
  color: var(--color-scheme-1--text);
  background-color: #0000;
  background-image: url('../images/RoughBG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: static;
}

.rough-bg.min-height-faq {
  min-height: 100vh;
}

.text-color-blue {
  color: var(--_primitives---colors--dark-us-blue);
}

.padding-section-xsmall {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.line-divider {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 1px;
  margin-top: 0;
  margin-bottom: 12px;
  display: block;
  position: relative;
  overflow: visible;
}

.line-divider.hero {
  z-index: 1;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 18px;
}

.line-divider.is-absolute {
  position: absolute;
  inset: -2rem 0% auto;
}

.line-divider.is-absolute-bottom {
  z-index: 2;
  position: absolute;
  inset: auto 0% 2rem;
}

.line-divider.is-absolute-hero-mobile {
  position: absolute;
  inset: -2rem 0% auto;
}

.image {
  width: 140%;
  max-width: none;
  position: relative;
  inset: 0% auto;
}

.image.hero {
  width: 100%;
}

.line-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.layout40_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout40_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_layout40 {
  position: relative;
}

.section_layout40.text-color-white.mobile {
  display: none;
}

.layout40_component {
  z-index: 1;
  position: relative;
}

.text-font-rage {
  font-family: Road Rage, Arial, sans-serif;
}

.layout237_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout237_item {
  border: .5px none var(--_primitives---opacity--white-60);
  border-radius: var(--_ui-styles---radius--medium);
  text-align: center;
  width: 100%;
  padding: 2rem;
}

.section_layout237 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section_layout237.is-alternate {
  background-color: var(--_primitives---colors--dark-us-blue);
  color: var(--_primitives---colors--white);
}

.section_layout237.is-alternate.position-relative {
  position: relative;
  overflow: hidden;
}

.layout237_item-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout237_component {
  z-index: 1;
  position: relative;
}

.text-height-1-2 {
  line-height: 1.2;
}

.layout239_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout239_list.scroll-slider {
  grid-column-gap: 2.5rem;
  display: flex;
  position: relative;
  overflow: scroll;
}

.layout239_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout239_item {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 26%;
  display: flex;
}

.layout239_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000000d;
}

.section_layout239 {
  color: var(--color-scheme-1--text);
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.layout178_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout235_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.layout235_image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 30rem;
}

.layout235_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.gallery15_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.section_gallery15 {
  color: var(--color-scheme-1--text);
  background-color: #0000;
}

.gallery15_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery15_slide {
  padding-left: 7rem;
  padding-right: 7rem;
}

.gallery15_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
}

.gallery15_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}

.gallery15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.gallery15_mask {
  overflow: hidden;
}

.gallery15_image-overlay {
  color: var(--_primitives---colors--white);
  background-image: linear-gradient(270deg, #0009 25%, #00000080 40%, #0003 80%);
  justify-content: flex-end;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery15_overlay-content {
  max-width: 25rem;
}

.text-font-body {
  font-family: var(--_typography---font-styles--body);
}

.ocrbuddylogo {
  width: 15rem;
}

.cta3_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_cta3 {
  position: relative;
}

.cta3_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cta3_component {
  z-index: 1;
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.team-cta {
  background-color: #0000;
  background-image: linear-gradient(90deg, #001e41e6 30%, #001e4199 50%, #0000 80%);
}

.section_layout414 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
  overflow: visible;
}

.layout414_component {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.text-style-tagline {
  letter-spacing: -.02rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
}

.button-3 {
  border: 1px none var(--_primitives---colors--neutral-darkest);
  background-color: var(--color-scheme-1--accent);
  color: var(--_primitives---colors--white);
  text-align: center;
  letter-spacing: .06rem;
  text-transform: uppercase;
  border-radius: 50rem;
  padding: .75rem 2.5rem;
  font-size: 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.layout414_content-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.layout414_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.layout414_image-list.image-list-top {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-columns: 1fr;
}

.layout414_image-list.image-list-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.layout414_image-wrapper {
  border-radius: 0;
  width: 30vw;
  overflow: hidden;
}

.layout414_image-wrapper.wider {
  width: 40vw;
}

.layout414_image-wrapper.narrower {
  width: 25vw;
}

.layout414_image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.layout414_image.aspect-ratio-wide {
  aspect-ratio: 6 / 3;
  height: 100%;
}

.layout414_image.aspect-ratio-square {
  aspect-ratio: 1;
}

.heading-style-huge {
  font-family: Anton;
  font-size: 7rem;
  font-weight: 400;
}

.heading-style-huge.text-font-rage {
  font-family: Road Rage, Arial, sans-serif;
}

.heading-style-huge.text-font-rage.text-color-red {
  color: var(--_primitives---colors--red);
}

.section_header145 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  display: none;
}

.header145_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header145_image-wrapper {
  width: 100%;
}

.header145_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.oewlogo {
  width: 8rem;
  height: 8rem;
}

.header33_background-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header33_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-blue {
  z-index: 1;
  background-color: #001e41cc;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-blue.gradient {
  background-color: #0000;
  background-image: linear-gradient(0deg, #001e41ed 45%, #001e41b3 60%, #0000 75%);
}

.section_faq1 {
  z-index: 1;
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
}

.faq1_component {
  z-index: 2;
  position: relative;
}

.faq1_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--_primitives---colors--dark-us-blue);
  color: var(--_primitives---colors--dark-us-blue);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all .2s;
  display: flex;
}

.faq1_question:hover, .faq1_question:active {
  color: var(--_primitives---colors--red);
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.heading-style-h4-5 {
  letter-spacing: -.01rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.footer4_component {
  background-color: var(--_primitives---colors--dark-us-blue);
  color: var(--_primitives---colors--white);
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_logo-link {
  cursor: default;
  padding-left: 0;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.footer4_link {
  font-family: var(--_typography---font-styles--heading);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.divider-horizontal {
  width: 100%;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--_primitives---colors--neutral-light);
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: var(--_primitives---colors--neutral-light);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer4_credit-text {
  font-family: var(--_typography---font-styles--body);
  font-size: .875rem;
}

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.section_cta19 {
  z-index: 2;
  background-color: var(--color-scheme-1--accent);
  color: var(--_primitives---colors--white);
  position: relative;
  overflow: hidden;
}

.cta19_component {
  cursor: pointer;
}

.heading-style-cta {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.14rem;
  text-transform: uppercase;
  font-size: 7vw;
  font-weight: 400;
  line-height: .95;
  text-decoration: underline;
}

.padding-section-xlarge {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.never_done-bg-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: -5rem -9rem auto auto;
}

.never_done-bg-image {
  z-index: 0;
  opacity: .2;
  object-fit: cover;
  width: 30rem;
  height: 30rem;
  transform: rotate(-30deg);
}

.header102_slider {
  background-color: #0000;
  width: 100%;
  max-width: 40vw;
  height: auto;
}

.header102_slide-wrapper {
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.header102_slide-image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  object-fit: fill;
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.header102_slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 4px 12px #0000000d;
}

.header102_slide-content {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.5rem 0 2rem;
  position: relative;
}

.header102_slide-content-wrapper {
  width: 100%;
  max-width: 48rem;
}

.header102_arrow {
  border: 2px solid var(--_primitives---colors--dark-us-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  inset: auto 2rem 2.225rem auto;
}

.header102_arrow.is-left {
  border-width: 2px;
  border-color: var(--_primitives---colors--dark-us-blue);
  width: 2rem;
  height: 2rem;
  color: var(--_primitives---colors--dark-us-blue);
  inset: auto auto 2.225rem 2rem;
}

.header102_arrow.border-white {
  border-color: var(--_primitives---colors--white);
}

.product-header7_arrow-icon-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.header102_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto 0% -.5rem;
}

.header33-with-nav-wrapper {
  flex-flow: column;
  display: flex;
}

.header33-with-nav-wrapper.alternate {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100svh;
}

.header33-with-nav-wrapper.alternate.min-height-weekend {
  max-height: none;
}

.text-font-heading {
  font-family: var(--_typography---font-styles--heading);
}

.heading-container {
  position: relative;
}

.underline-unique {
  aspect-ratio: auto;
  position: absolute;
  inset: auto 0% -.6rem 9.25rem;
  overflow: hidden;
}

.explosion-graphic-container {
  z-index: 0;
  width: 22rem;
  position: absolute;
  inset: auto -7.5rem -7.5rem auto;
}

.explosion-graphic-container.what-you-ll-earn {
  bottom: -13rem;
  left: auto;
  right: -8rem;
}

.explosion-graphic {
  width: 100%;
  height: 100%;
}

.war-x-circle-graphic-container {
  z-index: 2;
  width: 6rem;
  position: absolute;
  inset: -3rem auto auto -3rem;
}

.image-2 {
  width: 100%;
  transform: rotate(-20deg);
}

.eagle-container {
  width: 40rem;
  position: absolute;
  inset: auto -20rem -4rem auto;
}

.eagle {
  width: 100%;
}

.underline-doesnt-matter {
  aspect-ratio: auto;
  object-fit: fill;
  width: 35rem;
  max-width: 100%;
  position: absolute;
  inset: auto 0% -2rem 6rem;
}

.underline-whole-experience {
  aspect-ratio: auto;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0% -1.5rem;
}

.underline-nr1-event {
  aspect-ratio: auto;
  object-fit: fill;
  width: 15rem;
  position: absolute;
  inset: auto 3.5rem 3.1rem auto;
}

.underline-team {
  aspect-ratio: auto;
  position: absolute;
  inset: auto 3rem -.9rem auto;
}

.fire-background {
  z-index: 0;
  position: absolute;
  inset: 12rem 0% 0%;
}

.firebg {
  width: 100%;
}

.planes-background {
  z-index: 0;
  width: 27rem;
  position: absolute;
  inset: 5rem 0 auto auto;
  overflow: hidden;
}

.planes {
  width: 100%;
  position: relative;
  right: -8rem;
}

.more-hearts-than-scard {
  width: 20rem;
  position: absolute;
  inset: auto 0 -4.5rem auto;
}

.mhts {
  width: 100%;
}

.show-mobile-portrait {
  display: none;
}

.countdown_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.countdown_number {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--white);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.countdown_label {
  color: var(--_primitives---colors--white);
  letter-spacing: normal;
  text-transform: none;
  font-size: .875rem;
  font-weight: 400;
}

.slide_preview-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: grid;
}

.slide_preview-image {
  background-image: url('../images/War-X-2025-49-1.webp');
  background-position: 0 0;
  background-size: cover;
}

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

.max-width-custom-1 {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-custom-2 {
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}

.swipe-gesture-lottie {
  pointer-events: none;
  position: absolute;
  inset: 1rem 0%;
}

.lottie-animation {
  height: 100%;
}

.show-mobile-landscape {
  display: none;
}

.red-block-animation-reveal {
  background-color: var(--_primitives---colors--red);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.link {
  text-decoration: underline;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.modal3_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.button-4 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.modal3_component {
  z-index: 2000000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal3_content-wrapper {
  background-color: var(--_primitives---colors--white);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  display: block;
  position: absolute;
  overflow: scroll;
}

.modal-step-wrapper {
  flex-flow: column;
  display: flex;
}

.section_header9 {
  background-color: var(--_primitives---colors--dark-us-blue);
  color: var(--_primitives---colors--white);
}

.header9_component {
  flex-direction: column;
  height: 90svh;
  min-height: 90svh;
  display: flex;
}

.header9_image-wrapper {
  flex: 1;
  position: relative;
}

.header9_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header9_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header9_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-5 {
  border: 1px none var(--_primitives---colors--neutral-darkest);
  background-color: var(--color-scheme-1--accent);
  color: var(--_primitives---colors--white);
  text-align: center;
  letter-spacing: .06rem;
  text-transform: uppercase;
  border-radius: 50rem;
  padding: .75rem 2.5rem;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.button-5:hover {
  background-color: #b8000e;
}

.button-5:active {
  transform: scale(.98);
}

.button-5.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.heading-style-h3-flag {
  font-family: var(--_typography---font-styles--heading);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3-flag.american-flag-fill.text-style-allcaps {
  letter-spacing: .06rem;
  -webkit-text-stroke-width: 1px;
  background-image: url('../images/betsy-ross-flag-embroidered-stars-and-sewn-stripes-usa-flag-co--2.webp');
  background-position: 0 30%;
  background-repeat: repeat-x;
  background-size: cover;
  font-size: 2rem;
}

.heading-style-h3-flag.text-color-red {
  color: var(--color-scheme-1--accent);
}

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

.text-color-link {
  color: var(--_primitives---colors--blue);
  text-decoration: underline;
}

.race-stack-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.race-info-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.race-heading-wrapper {
  flex-flow: column;
  margin-right: 0;
  display: flex;
}

.heading-style-h4-sans {
  font-family: var(--_typography---font-styles--body);
  letter-spacing: -.01rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4-sans.text-font-body {
  font-family: var(--_typography---font-styles--body);
}

.heading-style-h4-sans.text-color-red {
  color: var(--color-scheme-1--accent);
}

.heading-style-h4-sans.text-weight-semibold {
  font-weight: 600;
}

.flex-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.vertical-line-divider {
  z-index: 1;
  background-color: var(--_primitives---colors--neutral-lighter);
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.vertical-line-divider.hero {
  z-index: 1;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 18px;
}

.header102_slide-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 4px 12px #0000000d;
}

.section_product-header3 {
  background-color: var(--_primitives---colors--dark-us-blue);
  color: var(--_primitives---colors--white);
}

.section_product-header3.padding-nav, .section_product-header3.padding-nav-bottom-hero {
  background-color: #0000;
  padding-top: 8rem;
  position: relative;
}

.product-header3_component {
  padding-bottom: 0;
}

.product-header3_layout {
  z-index: 9999999;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.product-header3_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

.product-header3_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header3_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product-header3_rating-icon {
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.product-header3_default-state {
  margin-bottom: 2rem;
}

.product-header3_option {
  margin-bottom: 1.5rem;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.variant-button {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-active {
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.variant-button.is-disabled {
  opacity: .25;
}

.product-header3_form-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-header3_variant-wrapper {
  flex: 1;
  margin-right: 1rem;
}

.button-6 {
  border: 1px none var(--_primitives---colors--neutral-darkest);
  background-color: var(--color-scheme-1--accent);
  color: var(--_primitives---colors--white);
  text-align: center;
  letter-spacing: .06rem;
  text-transform: uppercase;
  border-radius: 50rem;
  padding: .75rem 2.5rem;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.button-6:hover {
  background-color: #b8000e;
}

.button-6:active {
  transform: scale(.98);
}

.button-6.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-6.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-6.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.product-header3_accordion-wrapper {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

.product-header3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header3_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header3_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.product-header3_details {
  overflow: hidden;
}

.product-header3_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.product-header3_gallery.show-mobile-landscape {
  display: none;
}

.product-header3_lightbox-link {
  width: 100%;
  display: block;
}

.product-header3_main-image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  overflow: hidden;
}

.product-header3_main-image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header3_list-wrapper.hide-mobile-landscape {
  border-color: var(--_primitives---colors--dark-us-blue);
  color: var(--_primitives---colors--dark-us-blue);
  background-color: #0000;
}

.product-header3_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header3_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.product-header3_image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header3_main-video {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 70%;
}

.product-header3_main-video.hide-mobile-landscape {
  aspect-ratio: 3 / 2;
  height: 100%;
}

.section_header3 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.header3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header3_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header3_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.planes-graphic-container {
  z-index: 0;
  width: 22rem;
  position: absolute;
  inset: auto auto -7.5rem -7.5rem;
}

.planes-graphic-container.what-you-ll-earn {
  bottom: -13rem;
  left: auto;
  right: -8rem;
}

.pricing-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_primitives---colors--white);
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 12px #0003;
}

.pricing-heading-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.pricing-button-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.heading-style-h1-bof {
  letter-spacing: -.08rem;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: .95;
}

.heading-style-h1-bof.hero {
  -webkit-text-stroke-width: 0px;
  font-size: 6rem;
}

.heading-style-h1-bof.hero.alternate {
  letter-spacing: -.1rem;
  max-width: 50rem;
  font-size: 6rem;
  line-height: 1;
}

.heading-style-h1-bof.hero.alternate.home-b {
  font-size: 7rem;
}

.heading-style-h1-bof.hero.alternate.custom-max-width {
  margin-left: auto;
  margin-right: auto;
  font-size: 6rem;
}

.heading-style-h1-bof.text-font-rage.slide-video-section {
  text-shadow: 0 4px 12px #0003;
  transform: translate(0, -50%)rotate(-6deg);
}

.heading-style-h1-bof.cta {
  -webkit-text-stroke-width: 0px;
}

.heading-style-h1-bof.text-height-1-2 {
  font-size: 4rem;
  line-height: 1.2;
}

.heading-style-h1-bof.text-height-1-2.text-font-rage.savage-hero {
  color: var(--_primitives---colors--savage-blue);
  letter-spacing: .2rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--_primitives---colors--dark-us-blue);
  text-shadow: 0 5px 20px #0000001a;
}

.slash-graphic-container {
  z-index: 0;
  width: 40rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slash-graphic-container.what-you-ll-earn {
  bottom: -13rem;
  left: auto;
  right: -8rem;
}

.slash-graphic {
  width: 100%;
  height: 100%;
}

.section_header64 {
  background-color: var(--color-scheme-1--accent);
  color: var(--color-scheme-1--text);
  position: relative;
}

.text-color-savage {
  color: var(--_primitives---colors--savage-blue);
}

.heading-style-h2-3 {
  letter-spacing: -.08rem;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h4-6 {
  letter-spacing: -.01rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .container-large.fixed-height-slide-video {
    min-height: 30svh;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h1.hero {
    font-size: 5rem;
  }

  .heading-style-h1.hero.alternate {
    max-width: 45rem;
    font-size: 5rem;
  }

  .heading-style-h1.hero.alternate.custom-max-width {
    max-width: 37rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 5rem;
  }

  .heading-style-h1.text-font-rage {
    font-size: 4.5rem;
  }

  .heading-style-h1.cta {
    font-size: 5rem;
  }

  .button {
    font-size: 1.25rem;
  }

  .button.final-cta-component {
    padding: 0;
  }

  .heading-style-h4 {
    font-size: 1.65rem;
  }

  .heading-style-h4.text-font-body.text-height-1-2 {
    font-size: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h3.text-style-allcaps {
    font-size: 1.75rem;
  }

  .heading-style-h3.american-flag-fill.text-style-allcaps {
    font-size: 2.5rem;
    display: inline-block;
  }

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

  .padding-global.padding-slide {
    padding-left: 5%;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .slider-arrow.is-centre-previous.hide-mobile-landscape, .slider-arrow.is-centre-next.hide-mobile-landscape {
    width: 2.5rem;
    height: 2.5rem;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--_primitives---colors--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
    display: block;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

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

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

  .navbar2_component {
    color: var(--_primitives---colors--white);
  }

  .menu-icon2_line-top {
    background-color: var(--_primitives---colors--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_container.centered-logo-tablet {
    justify-content: center;
    align-items: center;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .navbar2_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    color: var(--_primitives---colors--white);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header33_content.cta {
    min-height: 60svh;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout1_content.gap-larger {
    grid-template-columns: 1fr;
  }

  .layout192_image-wrapper {
    height: 100%;
  }

  .layout192_content {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .american-flag-fill {
    -webkit-text-stroke-width: 1.5px;
  }

  .announcement-bar {
    margin-top: -.8rem;
  }

  .announcement-bar-background {
    width: 240vw;
  }

  .announcement-bar-background.hide-mobile-portrait {
    width: 230%;
  }

  .line-divider {
    margin-bottom: 10px;
  }

  .line-divider.hero {
    bottom: 11px;
  }

  .image {
    width: 150%;
  }

  .layout237_list {
    grid-column-gap: 2rem;
  }

  .layout237_item {
    padding: 1.6rem;
  }

  .layout239_list {
    grid-column-gap: 2rem;
  }

  .layout239_item {
    min-width: 40%;
  }

  .layout235_list {
    grid-column-gap: 1.5rem;
  }

  .gallery15_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .gallery15_image-overlay {
    background-image: linear-gradient(270deg, #000000b3 25%, #0009 40%, #0003 80%);
    justify-content: flex-end;
    align-items: flex-end;
  }

  .gallery15_overlay-content {
    max-width: 15rem;
  }

  .ocrbuddylogo {
    width: 13rem;
  }

  .image-overlay-layer.team-cta {
    background-color: #001e41b3;
    background-image: none;
  }

  .heading-style-huge.text-font-rage {
    font-size: 5rem;
  }

  .oewlogo {
    width: 6rem;
    height: auto;
  }

  .section_faq1 {
    z-index: 2;
  }

  .heading-style-h4-5 {
    font-size: 1.75rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: center stretch;
  }

  .footer4_logo {
    width: 6rem;
  }

  .footer4_link-list {
    display: none;
  }

  .heading-style-cta {
    letter-spacing: 0;
    font-size: 8vw;
  }

  .never_done-bg-image {
    width: 18rem;
    height: auto;
  }

  .header102_slider {
    width: 100%;
    max-width: 100%;
    min-height: 60vh;
  }

  .header102_slide-wrapper {
    grid-template-rows: 60% 40%;
  }

  .header33-with-nav-wrapper.alternate {
    min-height: 170svh;
  }

  .underline-unique {
    width: 9rem;
    bottom: -.3rem;
    left: 7.7rem;
  }

  .explosion-graphic-container {
    width: 17rem;
    bottom: -5rem;
  }

  .explosion-graphic-container.what-you-ll-earn {
    width: 14rem;
    bottom: -6rem;
    right: -6rem;
  }

  .war-x-circle-graphic-container {
    width: 5rem;
    top: -2rem;
    left: -2rem;
  }

  .underline-doesnt-matter {
    width: 25rem;
    left: 10.1rem;
    right: auto;
  }

  .underline-nr1-event {
    width: 13rem;
    bottom: 2.7rem;
    right: 8rem;
  }

  .underline-team {
    bottom: -.7rem;
    right: 8rem;
  }

  .planes-background {
    width: 15rem;
    top: 10rem;
  }

  .more-hearts-than-scard {
    z-index: -1;
    opacity: 1;
    width: 12rem;
    bottom: -3rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .modal3_content-wrapper {
    padding: 4rem 5%;
  }

  .header9_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .button-5 {
    font-size: 1.25rem;
  }

  .heading-style-h3-flag {
    font-size: 2.25rem;
  }

  .heading-style-h3-flag.text-style-allcaps {
    font-size: 1.75rem;
  }

  .heading-style-h3-flag.american-flag-fill.text-style-allcaps {
    font-size: 2.5rem;
  }

  .heading-style-h4-sans {
    font-size: 1.65rem;
  }

  .heading-style-h4-sans.text-font-body.text-height-1-2 {
    font-size: 1.5rem;
  }

  .vertical-line-divider {
    margin-bottom: 10px;
  }

  .vertical-line-divider.hero {
    bottom: 11px;
  }

  .product-header3_component {
    padding-bottom: 2.5rem;
  }

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .button-6 {
    font-size: 1.25rem;
  }

  .product-header3_gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .product-header3_list-wrapper.hide-mobile-landscape {
    width: 2.5rem;
    height: 2.5rem;
  }

  .product-header3_main-video {
    height: 100%;
  }

  .header3_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .planes-graphic-container {
    width: 17rem;
    bottom: -4rem;
  }

  .planes-graphic-container.what-you-ll-earn {
    width: 14rem;
    bottom: -6rem;
    right: -6rem;
  }

  .heading-style-h1-bof {
    font-size: 3.25rem;
  }

  .heading-style-h1-bof.hero {
    font-size: 5rem;
  }

  .heading-style-h1-bof.hero.alternate {
    max-width: 45rem;
    font-size: 4rem;
  }

  .heading-style-h1-bof.hero.alternate.custom-max-width {
    max-width: 37rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 5rem;
  }

  .heading-style-h1-bof.text-font-rage {
    font-size: 4.5rem;
  }

  .heading-style-h1-bof.cta {
    font-size: 5rem;
  }

  .slash-graphic-container {
    width: 17rem;
  }

  .slash-graphic-container.what-you-ll-earn {
    width: 14rem;
    bottom: -6rem;
    right: -6rem;
  }

  .heading-style-h2-3 {
    font-size: 3rem;
  }

  .heading-style-h4-6 {
    font-size: 1.65rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .heading-style-h2 {
    font-size: 3rem;
  }

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.hero {
    font-size: 4rem;
  }

  .heading-style-h1.hero.alternate {
    font-size: 11vw;
  }

  .heading-style-h1.cta {
    font-size: 4rem;
  }

  .heading-style-h1.for-you-hero.text-color-white {
    letter-spacing: -.08rem;
    font-size: 3.5rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h4.american-flag-fill.text-style-allcaps {
    -webkit-text-stroke-width: 1px;
    background-image: url('../images/betsy-ross-flag-embroidered-stars-and-sewn-stripes-usa-flag-co--2.webp');
    background-position: 30% 18%;
    background-repeat: repeat;
    background-size: cover;
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h3.text-style-allcaps.text-color-blue-mobile {
    color: var(--_primitives---colors--dark-us-blue);
  }

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

  .text-style-allcaps.text-weight-semibold.text-color-blue-mobile {
    color: var(--_primitives---colors--dark-us-blue);
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global.padding-slide {
    padding-left: 5%;
  }

  .padding-global.is-relative {
    position: relative;
  }

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

  .padding-section-medium.no-padding-mobile-landscape {
    padding-top: 0;
  }

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_component.thin-navbar-animated {
    min-height: 3rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .header33_background-video.alternate {
    object-position: 90% 100%;
    max-width: none;
    display: block;
    overflow: visible;
  }

  .section_header.text-color-white {
    display: none;
  }

  .section_header.text-color-white.mobile {
    display: block;
  }

  .header33_background-video-wrapper.alternate {
    margin-top: 0;
  }

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

  .layout1_content.gap-larger {
    grid-template-columns: 1fr;
  }

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

  .american-flag-fill {
    letter-spacing: .06rem;
  }

  .hero-social-proof {
    justify-content: center;
    align-items: center;
  }

  .icon-embed-xxxsmall.text-color-white-60 {
    color: var(--_primitives---opacity--white-60);
  }

  .hero-social-proof-icon {
    color: #00c400;
  }

  .hero-social-proof-icon.white {
    color: var(--_primitives---colors--white);
  }

  .text-height-1.text-size-small.tiny-mobile {
    font-size: .75rem;
  }

  .announcement-bar-background {
    width: 330vw;
  }

  .announcement-bar-background.hide-mobile-portrait {
    width: 300%;
  }

  .announcement-bar-background.mobile {
    width: 0;
  }

  .line-divider {
    margin-bottom: 8px;
  }

  .line-divider.hero {
    bottom: 8px;
    transform: rotate(-.5deg);
  }

  .line-divider.is-absolute-hero-mobile {
    z-index: 9999999;
    inset: -1rem 0% auto;
  }

  .image {
    width: 170%;
  }

  .section_layout40.text-color-white {
    display: none;
  }

  .section_layout40.text-color-white.mobile {
    display: block;
  }

  .layout237_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout237_item {
    border-style: solid;
    border-width: 1px;
    padding: 1.5rem;
  }

  .layout239_list, .layout235_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery15_slider {
    padding-bottom: 3rem;
  }

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

  .gallery15_image {
    aspect-ratio: 2;
    border-radius: var(--_ui-styles---radius--small);
  }

  .gallery15_image-wrapper {
    border-radius: 0;
  }

  .gallery15_image-overlay {
    color: var(--_primitives---colors--neutral-darkest);
    background-image: none;
    padding: 1.25rem 0;
    position: relative;
  }

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

  .image-overlay-layer.team-cta {
    background-color: #001e41cc;
    background-image: none;
  }

  .layout414_image-wrapper {
    width: 40vw;
  }

  .heading-style-huge.text-font-rage {
    font-size: 3.5rem;
  }

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

  .oewlogo {
    width: 5rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .heading-style-h4-5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .footer4_top-wrapper {
    grid-column-gap: 12vw;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .heading-style-cta {
    letter-spacing: 0;
    font-size: 8vw;
  }

  .never_done-bg-image {
    opacity: .1;
    width: 15rem;
  }

  .header102_slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .header102_arrow.is-left {
    inset: auto auto 2.225rem 2rem;
  }

  .header33-with-nav-wrapper.alternate {
    justify-content: space-between;
    align-items: stretch;
    min-height: 150svh;
  }

  .header33-with-nav-wrapper.alternate.min-height-weekend {
    min-height: 130svh;
  }

  .header33-with-nav-wrapper.alternate.home-new {
    min-height: 110svh;
  }

  .text-font-heading.heading-style-h4.h5-mobile {
    line-height: 1.1;
  }

  .underline-unique {
    width: 7rem;
    bottom: -.1rem;
    left: 8.4rem;
  }

  .explosion-graphic-container {
    width: 16rem;
  }

  .war-x-circle-graphic-container {
    top: -1rem;
    left: -1rem;
  }

  .eagle-container {
    width: 30rem;
    right: -18rem;
  }

  .underline-doesnt-matter {
    width: 23rem;
    bottom: -.9rem;
    left: 7rem;
    right: auto;
  }

  .underline-nr1-event {
    bottom: 2rem;
    right: 12rem;
  }

  .fire-background {
    top: 8rem;
  }

  .firebg {
    width: 140%;
    max-width: none;
  }

  .more-hearts-than-scard {
    width: 10rem;
  }

  .countdown_number {
    font-size: 1rem;
  }

  .text-size-tagline {
    font-size: .875rem;
  }

  .max-width-custom-1 {
    max-width: 11rem;
  }

  .max-width-custom-2 {
    max-width: 12rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .modal3_content-wrapper {
    padding-bottom: 7rem;
  }

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

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

  .heading-style-h3-flag {
    font-size: 2rem;
  }

  .heading-style-h3-flag.text-style-allcaps.text-color-blue-mobile {
    color: var(--_primitives---colors--dark-us-blue);
  }

  .heading-style-h4-sans {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h4-sans.american-flag-fill.text-style-allcaps {
    -webkit-text-stroke-width: 1px;
    background-image: url('../images/betsy-ross-flag-embroidered-stars-and-sewn-stripes-usa-flag-co--2.webp');
    background-position: 30% 18%;
    background-repeat: repeat;
    background-size: cover;
    font-size: 2rem;
  }

  .vertical-line-divider {
    margin-bottom: 8px;
  }

  .vertical-line-divider.hero {
    bottom: 8px;
    transform: rotate(-.5deg);
  }

  .section_product-header3.padding-nav-bottom-hero {
    padding-top: 8rem;
  }

  .product-header3_component {
    padding-bottom: 1.5rem;
  }

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .divider-vertical {
    display: none;
  }

  .product-header3_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header3_accordion-icon {
    width: 1.75rem;
  }

  .product-header3_gallery {
    grid-template-columns: 1fr;
  }

  .product-header3_gallery.show-mobile-landscape {
    display: block;
  }

  .product-header3_list {
    grid-template-rows: auto;
  }

  .header3_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .planes-graphic-container {
    width: 16rem;
  }

  .heading-style-h1-bof {
    font-size: 2.5rem;
  }

  .heading-style-h1-bof.hero {
    font-size: 4rem;
  }

  .heading-style-h1-bof.hero.alternate {
    font-size: 9vw;
  }

  .heading-style-h1-bof.cta, .heading-style-h1-bof.text-height-1-2.text-font-rage.savage-hero {
    font-size: 4rem;
  }

  .slash-graphic-container {
    width: 16rem;
  }

  .heading-style-h2-3 {
    font-size: 3rem;
  }

  .heading-style-h4-6 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large.fixed-height-slide-video {
    min-height: 25svh;
  }

  .container-large.is-relative {
    z-index: 1;
    position: relative;
  }

  .main-wrapper {
    overflow: hidden;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium {
    text-align: left;
  }

  .text-size-medium.text-color-white {
    text-align: center;
  }

  .heading-style-h2 {
    letter-spacing: -.025rem;
    font-size: 9vw;
  }

  .heading-style-h2.text-height-1-2 {
    font-size: 10vw;
  }

  .heading-style-h2.tezt-size-never {
    font-size: 9vw;
  }

  .heading-style-h2.text-color-blue {
    letter-spacing: -.025rem;
    font-size: 9vw;
  }

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

  .heading-style-h5.text-font-heading.text-color-black.text-style-allcaps.text-style-italic {
    text-align: right;
  }

  .heading-style-h1.hero {
    letter-spacing: -.035rem;
    font-size: 12vw;
    line-height: 1;
  }

  .heading-style-h1.hero.alternate {
    letter-spacing: -.07rem;
    font-size: 13vw;
  }

  .heading-style-h1.text-font-rage.slide-video-section {
    letter-spacing: 0;
    text-shadow: 0 4px 12px #00000080;
    font-size: 2rem;
    font-weight: 400;
  }

  .heading-style-h1.cta {
    letter-spacing: -.08rem;
    font-size: 14vw;
    line-height: 1;
  }

  .heading-style-h1.for-you-hero.text-color-white {
    letter-spacing: -.025rem;
    font-size: 3.5rem;
  }

  .button {
    font-size: 1.125rem;
  }

  .button.is-small {
    font-size: .875rem;
  }

  .button.final-cta-component {
    padding: 0;
  }

  .heading-style-h4.text-font-body.text-size-never-subhead {
    font-size: 5vw;
  }

  .heading-style-h4.text-style-allcaps.text-color-blue {
    font-size: 1.75rem;
  }

  .heading-style-h4.american-flag-fill.text-style-allcaps {
    letter-spacing: .05rem;
    -webkit-text-stroke-width: .75px;
    -webkit-text-stroke-color: var(--_primitives---colors--white);
    background-position: 30% 15%;
    font-size: 6vw;
  }

  .heading-style-h4.text-color-savage.text-style-allcaps._6-vw {
    font-size: 6vw;
  }

  .heading-style-h3 {
    line-height: 1.1;
  }

  .icon-embed-xxsmall.xxxsmall-mobile {
    width: .75rem;
    height: .75rem;
  }

  .padding-global.don-t-shrink {
    flex: none;
  }

  .padding-global.don-t-shrink.is-relative {
    position: relative;
  }

  .padding-section-large.padding-bottom-custom {
    padding-bottom: 7rem;
  }

  .navbar2_component {
    z-index: 2147483647;
  }

  .navbar2_component.thin-navbar-animated {
    z-index: 999999999;
    display: none;
  }

  .navbar2_logo {
    width: 4rem;
  }

  .navbar2_logo.is-thin-nav {
    width: 3.5rem;
  }

  .menu-icon2_line-middle {
    background-color: var(--_primitives---colors--white);
  }

  .header33_background-video.alternate {
    object-fit: cover;
    object-position: 50% 0%;
    position: absolute;
    inset: 0 0% 0%;
  }

  .video-overlay-layer.gradient {
    background-image: linear-gradient(0deg, #001e41e6 40%, #001e41b3 50%, #0000 70%);
  }

  .video-overlay-layer.gradient.larger-h1 {
    background-image: linear-gradient(0deg, #001e41e6 50%, #001e41b3 60%, #0000 75%);
  }

  .video-overlay-layer.gradient.larger-h1.alternate {
    background-color: #0000000d;
  }

  .video-overlay-layer.lighter {
    background-color: #00295b4d;
  }

  .header33_background-video-wrapper.alternate {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .header33_content.cta {
    min-height: 80svh;
  }

  .layout1_content {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section_layout1 {
    overflow: visible;
  }

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

  .american-flag-fill {
    letter-spacing: -.025rem;
    -webkit-text-stroke-width: 1px;
  }

  .hero-social-proof {
    justify-content: center;
    align-items: center;
  }

  .icon-embed-xxxsmall.text-color-white-60 {
    color: var(--_primitives---opacity--white-60);
  }

  .hero-social-proof-icon.white {
    color: var(--_primitives---colors--white);
  }

  .text-height-1.text-size-small.tiny-mobile {
    font-size: .75rem;
  }

  .navbar_components {
    z-index: 2147483647;
  }

  .announcement-bar {
    z-index: 10;
    flex: none;
    bottom: -4.4rem;
  }

  .announcement-bar-content {
    z-index: 15;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: .2rem;
  }

  .announcement-bar-background {
    width: 250rem;
    top: 10%;
  }

  .announcement-bar-background.hide-mobile-portrait {
    display: none;
  }

  .announcement-bar-background.mobile {
    width: 31rem;
    position: static;
    overflow: visible;
  }

  .countdown-element {
    flex-flow: row;
  }

  .rough-bg {
    position: static;
  }

  .padding-section-xsmall {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .line-divider {
    margin-bottom: 5px;
  }

  .line-divider.hero {
    bottom: 12px;
    transform: rotate(0);
  }

  .line-divider.is-absolute {
    top: -1rem;
  }

  .line-divider.is-absolute-bottom {
    bottom: 1rem;
  }

  .line-divider.is-absolute-hero-mobile {
    top: -1rem;
  }

  .image {
    width: 150%;
  }

  .image.hero {
    width: 110vw;
    overflow: visible;
  }

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

  .layout237_item {
    border-width: 1px;
  }

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

  .layout239_list.scroll-slider {
    grid-column-gap: 2rem;
    position: relative;
  }

  .layout239_item {
    min-width: 65%;
  }

  .section_layout239 {
    overflow: hidden;
  }

  .layout235_image {
    aspect-ratio: 10 / 10;
  }

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

  .gallery15_image-overlay {
    background-image: none;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0;
  }

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

  .ocrbuddylogo {
    width: 10rem;
  }

  .image-overlay-layer.team-cta {
    background-color: #001e41d9;
  }

  .layout414_content-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    overflow: auto;
  }

  .layout414_image-list.image-list-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .layout414_image-list.image-list-top.scroll-track-left {
    grid-template-rows: 22rem;
    overflow: visible;
  }

  .layout414_image-list.image-list-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .layout414_image-list.image-list-bottom.scroll-track-right {
    grid-template-rows: 22rem;
  }

  .layout414_image-wrapper.narrower {
    width: 60vw;
  }

  .layout414_image.aspect-ratio-wide {
    aspect-ratio: 6 / 3;
    max-width: none;
  }

  .layout414_image.aspect-ratio-square {
    max-width: none;
    height: 100%;
  }

  .heading-style-huge.text-font-rage {
    font-size: 10vw;
  }

  .oewlogo {
    width: 6rem;
  }

  .section_faq1 {
    position: relative;
  }

  .faq1_question:hover {
    color: var(--_primitives---colors--dark-us-blue);
  }

  .heading-style-cta {
    font-size: 8vw;
  }

  .padding-section-xlarge.slide-section {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 7rem;
    padding-left: 1rem;
    display: flex;
  }

  .never_done-bg-image-wrapper {
    right: -13rem;
  }

  .never_done-bg-image {
    width: 18rem;
    height: auto;
  }

  .header102_slider {
    width: 100%;
    min-height: auto;
  }

  .header102_mask {
    width: 100%;
  }

  .header102_slide-wrapper {
    grid-template-rows: auto auto;
  }

  .header102_slide-image {
    height: 100%;
  }

  .header102_slide-content {
    align-content: flex-end;
    width: 100%;
    padding-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .header102_slide-content-wrapper {
    flex-direction: column;
  }

  .header102_arrow {
    right: 1rem;
  }

  .header102_arrow.is-left {
    inset: auto auto 2.225rem 1rem;
  }

  .header102_slide-nav {
    bottom: 0;
  }

  .header33-with-nav-wrapper.alternate {
    justify-content: space-between;
    align-items: center;
    min-height: 100svh;
  }

  .header33-with-nav-wrapper.alternate.min-height-weekend {
    min-height: 130svh;
  }

  .header33-with-nav-wrapper.alternate.home-regular, .header33-with-nav-wrapper.alternate.home-new {
    min-height: 100svh;
  }

  .text-font-heading.heading-style-h4.h5-mobile {
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1.1;
  }

  .underline-unique {
    z-index: 99999999;
    width: 28vw;
    bottom: -2.5vw;
    left: 24vw;
    right: auto;
  }

  .explosion-graphic-container {
    width: 15rem;
    bottom: -4rem;
  }

  .explosion-graphic-container.what-you-ll-earn {
    width: 12rem;
  }

  .eagle-container {
    width: 18rem;
    bottom: -2.5rem;
    right: -10rem;
  }

  .underline-doesnt-matter {
    width: 100vw;
    bottom: -4vw;
    left: 0;
  }

  .underline-whole-experience {
    width: 90vw;
    bottom: -.9rem;
    left: 0;
  }

  .underline-nr1-event {
    width: 45vw;
    bottom: 8.2vw;
    right: 4vw;
  }

  .underline-team {
    width: 30vw;
    bottom: -1.5vw;
    left: -3.5vw;
    right: auto;
  }

  .fire-background {
    top: 7rem;
  }

  .firebg {
    width: 220%;
  }

  .planes-background {
    width: 8rem;
    top: 6.1rem;
  }

  .planes {
    right: -3.8rem;
  }

  .more-hearts-than-scard {
    width: 9rem;
    bottom: -3rem;
  }

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

  .announcement-bar-background-mobile.show-mobile-portrait {
    z-index: 10;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .max-width-custom-team-mobile {
    max-width: 60vw;
  }

  .countdown_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }

  .countdown_number {
    font-size: 1rem;
  }

  .countdown_label {
    font-size: .75em;
  }

  .max-width-custom-1 {
    max-width: 16rem;
  }

  .swipe-gesture-lottie {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    left: 0%;
    right: 0%;
  }

  .max-width-custom-experience-sub {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-custom-first-aar {
    max-width: 15rem;
  }

  .explosions-hero {
    opacity: 1;
    width: 10rem;
    position: absolute;
    inset: auto -5rem -5rem auto;
  }

  .explosions-hero-container {
    position: absolute;
    inset: 0%;
  }

  .planes-hero {
    opacity: 1;
    width: 10rem;
    position: absolute;
    inset: auto auto -3rem -5rem;
  }

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

  .button-5 {
    font-size: 1.125rem;
  }

  .heading-style-h3-flag {
    line-height: 1.1;
  }

  .race-stack-container {
    flex-flow: column;
    display: flex;
  }

  .heading-style-h4-sans.text-font-body.text-size-never-subhead {
    font-size: 5vw;
  }

  .heading-style-h4-sans.american-flag-fill.text-style-allcaps {
    letter-spacing: .05rem;
    background-position: 30% 15%;
    font-size: 6vw;
  }

  .vertical-line-divider {
    margin-bottom: 5px;
  }

  .vertical-line-divider.hero {
    bottom: 12px;
    transform: rotate(0);
  }

  .header102_slide-video {
    height: 100%;
  }

  .section_product-header3.padding-nav-bottom-hero {
    padding-top: 8rem;
    position: relative;
  }

  .product-header3_layout {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-2 {
    line-height: 1.1;
  }

  .product-header3_price-wrapper {
    flex-direction: column;
  }

  .button-6 {
    font-size: 1.125rem;
  }

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

  .planes-graphic-container {
    width: 15rem;
    bottom: -3rem;
  }

  .planes-graphic-container.what-you-ll-earn {
    width: 12rem;
  }

  .pricing-wrapper {
    z-index: 9999;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    position: relative;
  }

  .pricing-button-container {
    align-items: flex-end;
  }

  .heading-style-h1-bof.hero {
    letter-spacing: -.035rem;
    font-size: 12vw;
    line-height: 1;
  }

  .heading-style-h1-bof.hero.alternate {
    letter-spacing: -.07rem;
    font-size: 12.5vw;
  }

  .heading-style-h1-bof.text-font-rage.slide-video-section {
    letter-spacing: 0;
    text-shadow: 0 4px 12px #00000080;
    font-size: 2rem;
    font-weight: 400;
  }

  .heading-style-h1-bof.cta {
    letter-spacing: -.08rem;
    font-size: 14vw;
    line-height: 1;
  }

  .heading-style-h1-bof.text-height-1-2 {
    letter-spacing: -.025rem;
    font-size: 2.5rem;
  }

  .heading-style-h1-bof.text-height-1-2.text-font-rage.savage-hero {
    font-size: 3rem;
  }

  .slash-graphic-container {
    width: 15rem;
    bottom: -4rem;
  }

  .slash-graphic-container.what-you-ll-earn {
    width: 12rem;
  }

  .heading-style-h2-3 {
    letter-spacing: -.025rem;
    font-size: 9vw;
  }
}

#w-node-_991ab0a3-7e9a-68d6-471e-ce438ca28650-093ce56b {
  justify-self: center;
}

#w-node-_991ab0a3-7e9a-68d6-471e-ce438ca28663-093ce56b {
  justify-self: end;
}

#w-node-_62f0f6e1-c2b4-1f65-f37d-b8073c10e902-093ce56b {
  justify-self: center;
}

#w-node-_62f0f6e1-c2b4-1f65-f37d-b8073c10e917-093ce56b {
  justify-self: end;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b60-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b62-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b64-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b66-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6f-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6b-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b69-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-093ce56b, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-093ce56b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3a8-093ce56b {
  justify-self: start;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-093ce56b {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-093ce56e {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-093ce56e {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-093ce56e {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-093ce56e {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-093ce56e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-093ce56e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-093ce56e {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-093ce56e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-093ce56e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-093ce56e {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-093ce56e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-093ce56e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-093ce56e {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-093ce56e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-093ce56e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-093ce56e {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-093ce56e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-093ce56e {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-093ce56e, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-093ce56e, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-093ce56e {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-093ce56e, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-093ce56e {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-093ce56e, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-093ce56e {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-093ce56e, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-093ce56e, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-093ce56e, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-093ce56e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-093ce56e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-093ce56e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-093ce56e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-093ce56e {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-093ce56e {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-093ce56e {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-093ce56e {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-093ce56e {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-093ce56e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-093ce56e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-093ce56e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-093ce56e, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-093ce56e, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-093ce56e, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-093ce56e, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-093ce56e, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-093ce56e {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-093ce56e, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-093ce56e, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-093ce56e {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-093ce56e, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-093ce56e, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-093ce56e {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-093ce56e, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-093ce56e, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-093ce56e {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-093ce56e, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-093ce56e, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-093ce56e {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-093ce56e, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-093ce56e, #w-node-ee961e8d-845a-edc3-3307-509470022457-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-093ce56e {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-093ce56e, #w-node-ee961e8d-845a-edc3-3307-50947002245b-093ce56e, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-093ce56e {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-093ce56e, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-093ce56e, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-093ce56e {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-093ce56e, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-093ce56e, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-093ce56e {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-093ce56e, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-093ce56e, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-093ce56e {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-093ce56e, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-093ce56e, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-093ce56e {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-093ce56e, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-093ce56e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-093ce56e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-093ce56e {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-093ce56e {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-093ce56e {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-093ce56e {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-093ce56e {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-093ce56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-093ce56e {
  justify-self: start;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-c8d69a13, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-c8d69a13, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-c8d69a13, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-c8d69a13, #w-node-_7c7c7916-1e57-6f30-9eb3-4b3500b4e88b-c8d69a13, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-c8d69a13, #w-node-_0922f31c-5d93-991e-2629-450460eec744-c8d69a13, #w-node-_0922f31c-5d93-991e-2629-450460eec745-c8d69a13, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-c8d69a13, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-c8d69a13, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-c8d69a13, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-c8d69a13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-c8d69a13 {
  justify-self: end;
}

#w-node-d6bac71e-be7c-a29f-3597-6fecefff884d-efff8848 {
  justify-self: center;
}

#w-node-d6bac71e-be7c-a29f-3597-6fecefff8862-efff8848 {
  justify-self: end;
}

#w-node-d6bac71e-be7c-a29f-3597-6fecefff8879-efff8848 {
  justify-self: center;
}

#w-node-d6bac71e-be7c-a29f-3597-6fecefff888f-efff8848 {
  justify-self: end;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b60-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b62-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b66-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6f-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6b-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b69-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-a7af0ce2, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-a7af0ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-a7af0ce2 {
  justify-self: end;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b60-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b62-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b66-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6f-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6b-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b69-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-88a1fe3c, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-88a1fe3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-88a1fe3c {
  justify-self: end;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-0fd5ea97, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-0fd5ea97, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-0fd5ea97, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-0fd5ea97, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-0fd5ea97, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6f-0fd5ea97, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-0fd5ea97, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-0fd5ea97, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-0fd5ea97, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-0fd5ea97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-0fd5ea97 {
  justify-self: end;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-d73515cf, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-d73515cf, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-d73515cf, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-d73515cf, #w-node-_7c7c7916-1e57-6f30-9eb3-4b3500b4e88b-d73515cf, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-d73515cf, #w-node-_0922f31c-5d93-991e-2629-450460eec744-d73515cf, #w-node-_0922f31c-5d93-991e-2629-450460eec745-d73515cf, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-d73515cf, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-d73515cf, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-d73515cf, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-d73515cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-d73515cf {
  justify-self: end;
}

#w-node-ac36ba63-068b-348b-ddd2-e671cfa813b4-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813b6-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813b8-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813ba-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813bc-07e47545, #w-node-e534f122-2cd6-d13c-73bd-79543d3c7a6b-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813bf-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813c1-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813c2-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813c3-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813c5-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813c7-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813c8-07e47545, #w-node-_541bfead-12f3-5765-a417-f1991af4c79f-07e47545, #w-node-_541bfead-12f3-5765-a417-f1991af4c7a0-07e47545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac36ba63-068b-348b-ddd2-e671cfa8159c-07e47545 {
  justify-self: end;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-c7822598, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-c7822598, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-c7822598, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-c7822598, #w-node-_7c7c7916-1e57-6f30-9eb3-4b3500b4e88b-c7822598, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-c7822598, #w-node-_0922f31c-5d93-991e-2629-450460eec744-c7822598, #w-node-_0922f31c-5d93-991e-2629-450460eec745-c7822598, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-c7822598, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-c7822598, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-c7822598, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-c7822598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-c7822598 {
  justify-self: end;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-34fa4f08, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-34fa4f08, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-34fa4f08, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-34fa4f08, #w-node-_7c7c7916-1e57-6f30-9eb3-4b3500b4e88b-34fa4f08, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-34fa4f08, #w-node-_0922f31c-5d93-991e-2629-450460eec744-34fa4f08, #w-node-_0922f31c-5d93-991e-2629-450460eec745-34fa4f08, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-34fa4f08, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-34fa4f08, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-34fa4f08, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-34fa4f08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-34fa4f08 {
  justify-self: end;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-2dd18702, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-2dd18702, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-2dd18702, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-2dd18702, #w-node-_7c7c7916-1e57-6f30-9eb3-4b3500b4e88b-2dd18702, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-2dd18702, #w-node-_0922f31c-5d93-991e-2629-450460eec744-2dd18702, #w-node-_0922f31c-5d93-991e-2629-450460eec745-2dd18702, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-2dd18702, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-2dd18702, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-2dd18702, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-2dd18702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-2dd18702 {
  justify-self: end;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-aca16268, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-aca16268, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-aca16268, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-aca16268, #w-node-_7c7c7916-1e57-6f30-9eb3-4b3500b4e88b-aca16268, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-aca16268, #w-node-_0922f31c-5d93-991e-2629-450460eec744-aca16268, #w-node-_0922f31c-5d93-991e-2629-450460eec745-aca16268, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-aca16268, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-aca16268, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-aca16268, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-aca16268 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-aca16268 {
  justify-self: end;
}

#w-node-_02d30052-9802-96ab-c938-3eeb138f9b5f-1d13f297, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b61-1d13f297, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b63-1d13f297, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b65-1d13f297, #w-node-_7c7c7916-1e57-6f30-9eb3-4b3500b4e88b-1d13f297, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6e-1d13f297, #w-node-_0922f31c-5d93-991e-2629-450460eec744-1d13f297, #w-node-_0922f31c-5d93-991e-2629-450460eec745-1d13f297, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6a-1d13f297, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b68-1d13f297, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6c-1d13f297, #w-node-_02d30052-9802-96ab-c938-3eeb138f9b6d-1d13f297 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-1d13f297 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ccfeb417-e5c3-24e3-1a19-85fb6760ce9a-093ce56b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3a8-093ce56b, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-093ce56b {
    justify-self: center;
  }

  #w-node-ccfeb417-e5c3-24e3-1a19-85fb6760ce9a-c8d69a13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-c8d69a13 {
    justify-self: end;
  }

  #w-node-ccfeb417-e5c3-24e3-1a19-85fb6760ce9a-a7af0ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-a7af0ce2 {
    justify-self: center;
  }

  #w-node-ccfeb417-e5c3-24e3-1a19-85fb6760ce9a-88a1fe3c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-88a1fe3c {
    justify-self: center;
  }

  #w-node-ccfeb417-e5c3-24e3-1a19-85fb6760ce9a-0fd5ea97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-0fd5ea97 {
    justify-self: center;
  }

  #w-node-ccfeb417-e5c3-24e3-1a19-85fb6760ce9a-d73515cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-d73515cf {
    justify-self: end;
  }

  #w-node-_10ec1638-448e-3dde-f906-1a43abc48ca1-07e47545, #w-node-ac36ba63-068b-348b-ddd2-e671cfa813d5-07e47545 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac36ba63-068b-348b-ddd2-e671cfa8159c-07e47545 {
    justify-self: end;
  }

  #w-node-_416408af-3faa-1c7c-2538-d40f5da9c335-c7822598 {
    order: -9999;
  }

  #w-node-_007b1dc8-4d65-0bdc-198f-b709556dc120-c7822598, #w-node-a5609fb5-5020-2b1a-b67c-00e08b47fb32-c7822598 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-c7822598 {
    justify-self: end;
  }

  #w-node-_416408af-3faa-1c7c-2538-d40f5da9c335-34fa4f08 {
    order: -9999;
  }

  #w-node-a5609fb5-5020-2b1a-b67c-00e08b47fb32-34fa4f08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-34fa4f08 {
    justify-self: end;
  }

  #w-node-a5609fb5-5020-2b1a-b67c-00e08b47fb32-2dd18702, #w-node-c6c70bfc-924e-1c80-bbab-f12069cceb4a-2dd18702 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-2dd18702 {
    justify-self: end;
  }

  #w-node-a5609fb5-5020-2b1a-b67c-00e08b47fb32-aca16268, #w-node-c6c70bfc-924e-1c80-bbab-f12069cceb4a-aca16268 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-aca16268 {
    justify-self: end;
  }

  #w-node-_416408af-3faa-1c7c-2538-d40f5da9c335-1d13f297 {
    order: -9999;
  }

  #w-node-a5609fb5-5020-2b1a-b67c-00e08b47fb32-1d13f297, #w-node-c6c70bfc-924e-1c80-bbab-f12069cceb4a-1d13f297 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3b5-1d13f297 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-093ce56b, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-c8d69a13, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-a7af0ce2, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-88a1fe3c, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-0fd5ea97, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-d73515cf, #w-node-ac36ba63-068b-348b-ddd2-e671cfa815a4-07e47545 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_416408af-3faa-1c7c-2538-d40f5da9c2eb-c7822598 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-c7822598, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-34fa4f08, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-2dd18702, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-aca16268, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3c3-1d13f297 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_47543860-d82c-1c8b-dc6d-c96c1fe793d0-093ce56b, #w-node-_68b949a3-767a-9ec7-98a9-a6fa63a1f3a8-093ce56b, #w-node-_47543860-d82c-1c8b-dc6d-c96c1fe793d0-c8d69a13, #w-node-_47543860-d82c-1c8b-dc6d-c96c1fe793d0-a7af0ce2, #w-node-_47543860-d82c-1c8b-dc6d-c96c1fe793d0-88a1fe3c, #w-node-_47543860-d82c-1c8b-dc6d-c96c1fe793d0-0fd5ea97, #w-node-_47543860-d82c-1c8b-dc6d-c96c1fe793d0-d73515cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Road Rage';
  src: url('../fonts/Road-Rage.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}