:root {
  --dark-orangse: #ff5c05;
  --4653ff: #4653ff;
}

.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 {
  color: #fff;
  background-color: #000;
  font-family: Redhatdisplay, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul {
  color: #bbb;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  list-style-type: square;
}

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

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_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-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.padding-bottom.padding-medium, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxhuge {
  width: 100%;
}

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  color: #fff;
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  font-weight: 500;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: #bbb;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}

.text-rich-text h1, .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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.text-color-white {
  color: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.text-size-tiny.text-color-grey {
  letter-spacing: .03em;
  margin-top: auto;
  margin-bottom: .1rem;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-black {
  font-weight: 900;
}

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

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

.max-width-medium.is-relative {
  max-width: 71rem;
  position: relative;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 54vw;
}

.max-width-large._545 {
  max-width: 80vw;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

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

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

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

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.padding-section-large._151 {
  padding-top: 16rem;
  padding-bottom: 0;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #fff;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
  position: relative;
  left: -6px;
}

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

.form_component {
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(48, 48, 48, .45);
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 900;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-orangse);
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-orange {
  background-color: var(--dark-orangse);
  color: #000;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.fs-styleguide_structure, .hide {
  display: none;
}

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

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

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

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

.section_home-header {
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-header_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.home-header_h1 {
  letter-spacing: -.02em;
  padding-left: .3rem;
  padding-right: .3rem;
  font-size: 10vw;
  line-height: .9;
  position: relative;
}

.home-header_h2 {
  font-size: 2.6vw;
  font-weight: 500;
  line-height: 1.3;
}

.home-header_h2.text-color-grey {
  font-size: 2.6vw;
}

.home-header_content {
  position: relative;
}

.section_home-intro {
  color: #fff;
  justify-content: center;
  align-items: center;
}

.home-intro_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-bottom-component {
  grid-column-gap: 5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-bottom-component.is-pricing {
  grid-column-gap: 5rem;
  justify-items: start;
  display: flex;
}

.content-bottom-component.is-addons {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  justify-items: start;
}

.content-bottom-item {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-bottom-item.is-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto minmax(auto, 1fr) auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding-left: 36px;
  display: grid;
}

.content-bottom-item.is-addons {
  background-color: var(--dark-orangse);
  cursor: cell;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 12px 26px;
  position: relative;
  overflow: hidden;
}

.content-bottom-item.is-addons.is-last {
  color: #fff;
  cursor: pointer;
  background-color: rgba(48, 48, 48, .45);
  text-decoration: none;
}

.text-color-orange {
  color: var(--dark-orangse);
}

.text-color-orange._656._45 {
  margin-bottom: 65px;
  display: block;
}

.section_home-pricing {
  color: #fff;
  justify-content: center;
  align-items: center;
}

.home-pricing_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-header_h3 {
  font-size: 2.1vw;
  font-weight: 500;
  line-height: 1.3;
}

.home-header_h3._45 {
  margin-bottom: 40px;
}

.home-pricing-price {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.home-pricing-heading {
  color: var(--dark-orangse);
  text-transform: uppercase;
  margin-bottom: -.3rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
}

.nav_logo-link {
  line-height: 0;
}

.nav_logo {
  width: 100%;
  height: 1.2rem;
}

.nav_menu {
  align-content: space-between;
  align-items: center;
  font-weight: 600;
  display: none;
}

.nav_button-wrapper {
  margin-left: 1rem;
}

.nav_button-wrapper.is-last {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.nav_component {
  background-color: #000;
  justify-content: space-around;
  align-items: center;
  height: 3.9rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu-icon {
  line-height: 1;
}

.page-global {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav_link {
  color: #fff;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}

.nav_link:hover, .nav_link.w--current, .nav_link.w--current:hover {
  color: var(--dark-orangse);
}

.is-progress-bar {
  transform-origin: 0%;
  background-color: rgba(48, 48, 48, .69);
  width: 100%;
  height: 3.9rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.is-idea {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -6.6rem;
  left: 50%;
  transform: translate(-50%);
}

.section_home-addons {
  color: #fff;
  justify-content: center;
  align-items: center;
}

.home-addons_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-hover-button {
  background-color: var(--4653ff);
  justify-content: center;
  align-items: center;
  width: 101%;
  height: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.button-text_1 {
  color: #000;
  text-decoration: none;
  position: relative;
}

.button-text_1.text-color-white {
  color: #fff;
}

.button-text_2 {
  font-weight: 900;
  position: relative;
}

.is-other {
  font-size: 2.1vw;
  font-weight: 900;
}

.is-section-indicator {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -3.9rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section_wow-header {
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section_wow-intro {
  color: #fff;
  justify-content: center;
  align-items: center;
}

.cookies-start-screen_text {
  color: #fff;
  margin-bottom: 6px;
  font-size: .8rem;
  line-height: 1.4;
}

.cookies-start-screen_buttons-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 21rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookies-prefs_option {
  width: 50%;
  padding: .75rem 1.25rem;
}

.cookies-start-screen_container {
  background-color: #000;
  max-width: 47rem;
  padding-top: 16px;
}

.cookies-prefs_button-wrapper {
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  padding: .85rem 2.5rem;
  display: flex;
}

.cookies-prefs {
  z-index: 998;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cookies-prefs_title {
  color: #000;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 500;
}

.cookies-prefs_overlay {
  z-index: -1;
  background-color: rgba(100, 207, 246, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookies-prefs_checkbox-label {
  display: none;
}

.cookies {
  position: absolute;
}

.cookies-start-screen_block {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.cookies-swich_button {
  color: #fff;
  background-color: rgba(48, 48, 48, .82);
  border-radius: 999rem;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.cookies-prefs_button {
  color: #727272;
  margin-right: 1rem;
  padding: 1rem;
  font-size: .8rem;
  text-decoration: none;
}

.cookies-prefs_close-icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
}

.cookies-prefs_header {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 1rem;
  padding: 1.2rem 2rem;
}

.cookies-start-screen {
  z-index: 997;
  background-color: rgba(0, 0, 0, .9);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookies-swich {
  z-index: 999;
  cursor: pointer;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 1rem;
  right: auto;
}

.cookies-prefs_close {
  background-color: var(--dark-orangse);
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  top: -3rem;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cookies-prefs_form-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 37.5rem;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cookies-prefs_label {
  color: var(--dark-orangse);
  margin-right: .5rem;
  font-size: .9rem;
  font-weight: 500;
}

.cookies-prefs_form {
  height: 100%;
  display: block;
}

.cookies-prefs_checkbox {
  border-width: 1px;
  border-color: var(--dark-orangse);
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}

.cookies-prefs_checkbox.w--redirected-checked {
  border-color: var(--dark-orangse);
  background-color: var(--dark-orangse);
  background-size: 10px;
}

.cookies-prefs_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--dark-orangse);
}

.cookies-prefs_text {
  color: gray;
  margin-bottom: .5rem;
  font-size: .75rem;
  line-height: 1.4;
}

.cookies-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.cookies-start-screen_button {
  grid-column-gap: 1rem;
  color: var(--dark-orangse);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .65rem 1rem;
  font-size: .9rem;
  font-weight: 900;
  display: flex;
}

.cookies-start-screen_button.fs-cc-button-alt {
  color: #727272;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.cookies-prefs_submit {
  background-color: var(--dark-orangse);
  color: #fff;
  padding: .6rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
}

.cookies-prefs_content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.is-required {
  color: #575757;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .6rem;
}

.footer_right {
  color: #fff;
  align-items: center;
  display: flex;
}

.footer_link {
  color: #bbb;
  margin-right: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .7rem;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footer_link:hover {
  color: var(--dark-orangse);
}

.footer_link-wrapper {
  font-weight: 500;
  text-decoration: none;
}

.footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.footer_content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.is-price-wrapper {
  margin-top: 16px;
  margin-bottom: 12px;
}

.is-variable-text {
  color: #fff;
  margin-left: 6vw;
  font-size: 7vw;
  display: inline-block;
  position: relative;
  top: -1.8vw;
}

.is-variable-text.is-home {
  top: -3vw;
}

.home-header_heading {
  color: var(--dark-orangse);
  text-align: center;
  letter-spacing: -.02em;
  font-size: 7vw;
  line-height: .9;
  position: relative;
}

.is-logo-text {
  color: var(--dark-orangse);
  font-size: 2.1vw;
  font-weight: 900;
  line-height: 1.3;
}

.footer-wrapper {
  grid-column-gap: 1.5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.hack-year_wrapper {
  opacity: .66;
  letter-spacing: .0625rem;
  text-transform: none;
  align-self: center;
  margin-top: .125rem;
  font-size: .5625rem;
  font-weight: 300;
  line-height: .625rem;
}

.hack-year {
  letter-spacing: 0;
}

.year-hack {
  display: none;
}

.supercharge-studio_link-wrapper {
  opacity: .75;
  color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: opacity .222s;
}

.supercharge-studio_link-wrapper:hover {
  opacity: 1;
}

.supercharge-embed-logo {
  color: gray;
  width: 12rem;
  height: auto;
  line-height: .625rem;
}

.supercharge-embed-logo:hover {
  color: #363636;
}

.is-outline {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

._454 {
  margin-bottom: 40px;
  display: block;
}

@media screen and (min-width: 1280px) {
  .max-width-medium.is-relative {
    max-width: 74rem;
  }

  .padding-section-large._151, .padding-section-large._42 {
    padding-bottom: 0;
  }

  .text-size-large.text-weight-black.text-color-orange._656 {
    font-size: 2rem;
  }

  .home-header_component {
    padding-top: 120px;
  }

  .home-header_h2, .home-header_h2.text-color-grey {
    font-size: 1.8vw;
  }

  .content-bottom-item.is-pricing {
    display: flex;
  }

  .text-color-orange._656 {
    font-size: 2rem;
  }

  .text-color-orange._656._45 {
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
  }

  .home-header_h3 {
    font-size: 1.6vw;
  }

  .home-header_h3.text-color-grey._5665 {
    margin-top: 32px;
  }

  .is-other {
    font-size: 2vw;
  }

  .footer {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .is-logo-text {
    font-size: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

  .max-width-large {
    max-width: 75vw;
  }

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

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

  .home-header_h1 {
    line-height: 1;
  }

  .home-header_h2 {
    font-size: 4vw;
  }

  .content-bottom-component, .content-bottom-component.is-pricing {
    grid-column-gap: 2rem;
  }

  .content-bottom-component.is-addons {
    grid-column-gap: 2rem;
    line-height: 1.2;
  }

  .content-bottom-item.is-pricing {
    padding-left: 26px;
  }

  .content-bottom-item.is-addons {
    text-align: center;
    align-items: center;
    min-height: 3.9rem;
  }

  .home-header_h3 {
    font-size: 2.2vw;
  }

  .nav_logo {
    height: .9rem;
  }

  .nav_menu {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    display: none;
  }

  .nav_menu-button {
    margin-right: -.75rem;
    padding: .75rem;
  }

  .nav_menu-button.w--open {
    color: #0b0b1f;
    background-color: rgba(200, 200, 200, 0);
  }

  .nav_menu-icon {
    color: #fff;
  }

  .nav_link {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: .9rem;
    display: block;
  }

  .is-progress-bar {
    background-color: rgba(48, 48, 48, .45);
  }

  .is-other, .is-logo-text {
    font-size: 3vw;
  }

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

  .hack-year_wrapper {
    letter-spacing: .0625rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

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

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

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

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

  .padding-section-large._42 {
    padding-top: 12rem;
    padding-bottom: 0;
  }

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .home-header_h2, .home-header_h2.text-color-grey {
    font-size: 4vw;
  }

  .content-bottom-component {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .content-bottom-component.is-pricing {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-bottom-item.is-pricing {
    background-color: rgba(48, 48, 48, .21);
    padding: 32px 24px 32px 32px;
  }

  .home-header_h3 {
    font-size: 3.1vw;
  }

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

  .nav_logo {
    height: 1.2rem;
  }

  .nav_menu {
    background-color: #000;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .nav_button-wrapper {
    margin-left: 1.25rem;
  }

  .nav_menu-icon {
    color: #fff;
  }

  .page-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_link {
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.2rem;
  }

  .is-other {
    font-size: 3.6vw;
  }

  .cookies-prefs_label {
    line-height: 1.1;
  }

  .footer_right {
    flex-direction: column;
    align-items: flex-start;
    margin-top: .5rem;
  }

  .footer_link-wrapper {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .footer_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .is-logo-text {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 479px) {
  ul {
    list-style-type: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-section-large {
    padding-top: 15rem;
  }

  .padding-section-large._151 {
    padding-top: 12rem;
  }

  .button.is-mobile {
    min-width: 12rem;
  }

  .button-group {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .home-header_h1.text-color-orange {
    font-size: 12vw;
  }

  .home-header_h2 {
    font-size: 7vw;
  }

  .home-header_h2.text-color-grey {
    font-size: 6.3vw;
  }

  .content-bottom-component.is-pricing {
    grid-row-gap: 2rem;
    justify-items: center;
  }

  .content-bottom-component.is-addons {
    grid-row-gap: 1.5rem;
  }

  .content-bottom-item {
    text-align: center;
    align-items: center;
  }

  .content-bottom-item.is-pricing {
    align-items: center;
    padding-left: 24px;
  }

  .content-bottom-item.is-addons {
    min-height: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-header_h3 {
    font-size: 4.2vw;
  }

  .home-header_h3.text-color-grey {
    font-size: 6vw;
  }

  .nav_logo {
    height: .9rem;
  }

  .nav_menu {
    justify-content: center;
    height: 100vh;
    padding-top: 21%;
  }

  .nav_link {
    padding-top: .9rem;
    padding-bottom: .9rem;
    font-size: 1.8rem;
  }

  .is-progress-bar {
    background-color: rgba(48, 48, 48, .33);
  }

  .is-other {
    font-size: 6vw;
  }

  .cookies-prefs_option {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .cookies-prefs_button-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookies-prefs {
    display: none;
  }

  .cookies-prefs_title {
    font-size: 1.125rem;
  }

  .cookies-prefs_header {
    padding: 1.25rem;
  }

  .cookies-prefs_text {
    line-height: 1.2;
  }

  .cookies-prefs_checkbox-field {
    margin-left: 5px;
  }

  .cookies-prefs_content {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .home-header_heading {
    font-size: 12vw;
  }

  .is-logo-text {
    font-size: 6vw;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .hack-year_wrapper {
    letter-spacing: .0625rem;
  }

  .supercharge-studio_link-wrapper, .supercharge-embed-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-920300ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-920300ef {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-920300ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-920300ef {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-920300ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-920300ef {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-920300ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-920300ef {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-920300ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-920300ef {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-920300ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-920300ef {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-920300ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-920300ef, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-920300ef {
  justify-self: start;
}


@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}