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

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

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

:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-brand--white: white;
  --base-color-neutral--yellow: #ebff52;
  --base-color-neutral--blue: #d2f5ff;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-brand--black: black;
  --base-color-neutral--white: #fff;
  --text-color--transparent: #fff0;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--blue);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--yellow);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-system--error-red-light: #fef2f3;
  --base-color-system--error-red: #f02442;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --background-color--background-success: var(--base-color-system--success-green-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--yellow);
  --text-color--text-success: var(--base-color-system--success-green);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: Artex, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Feature Display, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 81px;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Feature Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Feature Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 33.6px;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Artex, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Artex, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Artex, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  letter-spacing: .01em;
  margin-bottom: 0;
  font-family: Artex, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
}

a {
  color: var(--link-color--link-primary);
  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(--text-color--text-primary);
  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;
}

.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 {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

.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: 1320px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.main-wrapper {
  overflow: hidden;
}

.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-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem 0;
  position: relative;
}

.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-top.margin-negative {
  z-index: 0;
  margin-top: -7rem;
  position: relative;
}

.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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.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-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-med-ish {
  margin: 0 0 2.5rem;
}

.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-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.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-top.padding-50 {
  padding-top: 50px;
}

.padding-top.padding-100 {
  padding-top: 100px;
}

.padding-top.padding-150 {
  padding-top: 150px;
}

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

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

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  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: .01px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-family: Artex, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h5 {
  font-family: Artex, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  z-index: 999;
  letter-spacing: -.03em;
  font-size: 84px;
  font-weight: 400;
  line-height: 75.6px;
  position: relative;
}

.heading-style-h1.text-color-blue {
  color: #0000fe;
}

.heading-style-h1.text-color-cyan {
  color: #0ff;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  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-label {
  margin-bottom: 0;
}

.text-size-tiny {
  color: #a4a4a4;
  font-family: Artex, sans-serif;
  font-size: 12.5px;
}

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

.button {
  border: .5px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-brand--white);
  text-align: center;
  letter-spacing: .01em;
  border-radius: 500px;
  padding: 23px 38px 25px 40px;
  font-family: Artex, sans-serif;
  font-size: 16px;
  line-height: 9px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  border-color: var(--base-color-brand--white);
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
  box-shadow: 0 3px 5px 1px #00000014;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.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(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-width: .5px;
  transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.button.is-secondary:hover {
  border-color: var(--base-color-neutral--yellow);
  background-color: var(--base-color-neutral--yellow);
  box-shadow: inset 0 0 0 1px var(--base-color-neutral--yellow);
  font-weight: 400;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-width: .5px;
  border-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  background-color: var(--base-color-neutral--yellow);
  color: var(--base-color-neutral--black);
  border-color: #0000;
}

.button.is-tertiary:hover {
  background-color: var(--base-color-brand--black);
  color: var(--base-color-brand--white);
}

.button.is-tertiary.form {
  border-radius: 500px;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.stretch.blue:where(.w-variant-f8e0c397-2b55-3966-58c8-08599ee92568) {
  color: #00ff05;
  background-color: #0000fe;
  border-color: #0000fe;
}

.button.stretch.blue:hover:where(.w-variant-f8e0c397-2b55-3966-58c8-08599ee92568) {
  color: #0000fe;
  background-color: #00ff05;
  border-color: #00ff05;
}

.button.baseball-cyan {
  color: #ff2d00;
  background-color: #0ff;
  border-color: #ff2d00;
}

.button.baseball-cyan:hover {
  background-color: #00ff05;
}

.button.baseball-green {
  color: #0000fe;
  -webkit-text-stroke-color: #0000fe;
  background-color: #00ff05;
  border-color: #0000fe;
}

.button.baseball-green:hover {
  background-color: #0ff;
}

.button.baseball-cyan-blue {
  color: #0000fe;
  -webkit-text-stroke-color: #0000fe;
  background-color: #0ff;
  border-color: #0000fe;
}

.button.baseball-cyan-blue:hover {
  background-color: #00ff05;
}

.button.is-blue {
  color: #00ff05;
  background-color: #0000fe;
}

.button.is-blue:hover {
  -webkit-text-stroke-color: #ff2d00;
  background-color: #ff2d00;
}

.button.is-white-blue {
  background-color: var(--base-color-brand--white);
  color: #0000fe;
  border-color: #0000fe;
}

.button.is-white-blue:hover {
  background-color: #00ff05;
}

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

.heading-style-h4 {
  letter-spacing: -.02em;
  font-family: Artex, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.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: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.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 {
  letter-spacing: normal;
  font-family: Feature Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 33.6px;
}

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

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

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

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

.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.is-right {
  justify-content: flex-end;
  align-items: center;
}

.text-color-white {
  color: var(--base-color-neutral--white);
}

.nav-bg-container {
  background-color: var(--base-color-neutral--white);
  border-radius: 24px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.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(--base-color-neutral--black);
}

.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: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  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;
}

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.text-align-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-size-small {
  letter-spacing: .02em;
  font-size: 10px;
  line-height: 12.5px;
}

.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 {
  padding-top: 0;
  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(--text-color--text-primary);
  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;
}

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

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

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

.text-size-large {
  letter-spacing: normal;
  font-size: 22px;
  line-height: 26.4px;
}

.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);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  z-index: 999;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

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

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

.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;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

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

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

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

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

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

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  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 {
  padding: 0;
}

.form_message-success {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--text-color--transparent);
  color: var(--base-color-neutral--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2.5rem 1rem 0;
  font-size: 22px;
  line-height: 26.4px;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #dbff00;
  text-align: center;
  letter-spacing: .02px;
  text-transform: uppercase;
  background-color: #003dff;
  border: 0 #000;
  align-self: center;
  padding: 12px 32px 21px;
  font-size: 38px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .2s;
}

.button-2:hover {
  color: #003dff;
  background-color: #dbff00;
}

.cutout-hero-cauli {
  width: 14%;
  position: absolute;
  top: 48%;
  left: 15%;
}

.cta8_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  display: grid;
}

.img-woman {
  object-fit: contain;
  border-radius: 32px;
  width: 157px;
  height: auto;
  position: absolute;
  inset: 15% 11% auto auto;
}

.img-circuit {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 32px;
  width: 125px;
  height: auto;
  position: absolute;
  top: 16%;
  left: 10%;
}

.container-large-2 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}

.cutout-hero-pan {
  width: 18%;
  position: absolute;
  top: 19%;
  left: -5%;
}

.hero-text-centered {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-text-centered.mobile-padding-hero {
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.cutout-hero-cupcake {
  width: 8%;
  position: absolute;
  inset: auto 28% -2% auto;
}

.text-size-large-2 {
  font-size: 26px;
  line-height: 120%;
}

.hero-parallax-container {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cutout-hero-fish {
  width: 17%;
  position: absolute;
  top: 9%;
  left: auto;
  right: -4%;
}

.text-centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.highlight-graphic-circle {
  background-image: url('../images/text-highlight-graphic3.5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline;
}

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

.img-man {
  object-fit: cover;
  border-radius: 110px;
  width: 248px;
  position: absolute;
  inset: auto auto 30% -4%;
}

.text-highlight-h1 {
  z-index: -1;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  line-height: 97%;
  display: inline-flex;
  position: relative;
  box-shadow: 0 -12px 5px #0003;
}

.cta8_content {
  flex: 1;
}

.img-arc {
  width: 144px;
  position: absolute;
  inset: auto 5% 18% auto;
}

.img-arc.image-parallax {
  object-fit: contain;
  background-image: url('../images/Arc.png');
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
}

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

.section_header-centered {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 95vh;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list {
  color: var(--base-color-brand--black);
  background-color: #ddd0;
}

.navbar2_dropdown-list.w--open {
  border: 1px none var(--border-color--border-primary);
  background-color: #fff0;
  padding: 2rem 0 0;
  position: fixed;
  left: 0;
  right: 0;
}

.button-3 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-3.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-3.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

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

.navbar2_menu.is-page-height-tablet {
  z-index: 999;
  justify-content: space-between;
  position: relative;
}

.navbar2_logo {
  width: 116px;
  height: 23.7px;
}

.navbar2_logo-link {
  z-index: 999;
  padding-left: 0;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.navbar2_logo-link:hover {
  opacity: .8;
}

.navbar2_logo-link.w--current {
  z-index: 999;
  padding-top: 2px;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 6px 6px 32px;
  display: grid;
  position: relative;
}

.navbar2_container.dark {
  border-color: var(--base-color-brand--white);
}

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

.navbar2_component {
  border-bottom: 1px none var(--border-color--border-primary);
  background-color: #fff0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 18px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar2_component.dark, .navbar2_component.green {
  z-index: 9999999;
  color: var(--base-color-brand--white);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar2_link {
  letter-spacing: .01em;
  color: inherit;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: Artex, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.navbar2_link:focus {
  color: inherit;
}

.navbar2_link.w--current {
  color: var(--base-color-neutral--yellow);
}

.navbar2_link.current {
  color: inherit;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.navbar2_link.current:hover {
  opacity: .7;
}

.navbar2_link.current.hide-peerscale {
  display: none;
}

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

.navbar2_dropdown-link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar2_dropdwn-toggle {
  color: inherit;
  background-color: #fff0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .5rem 10px;
  font-family: Artex, sans-serif;
  font-size: 16px;
  line-height: 130%;
  display: flex;
}

.navbar2_dropdwn-toggle:hover {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
}

.navbar2_dropdwn-toggle.w--open {
  background-color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.h1-span {
  letter-spacing: -.04em;
  font-family: PP Mondwest, sans-serif;
  font-size: 99px;
  line-height: 67px;
}

.h1-span.yellow {
  color: var(--base-color-neutral--yellow);
}

.h1-span.yellow.montreal, .h1-span.yellow.vancouver {
  display: none;
}

.h1-span.text-color-cyan {
  color: #0ff;
}

.h1-span.text-size-h1 {
  font-size: 99px;
  line-height: 67px;
}

.hero-gradient {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--base-color-neutral--yellow), white);
  height: 130px;
  position: absolute;
  inset: 0%;
}

.bg-grid {
  z-index: 0;
  background-image: url('../images/Grid.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 165px;
  position: absolute;
  inset: 100% 0% auto;
}

.logo1_logo {
  max-height: 3.5rem;
}

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

.section_logo1.bg-blue {
  background-color: var(--base-color-neutral--blue);
}

.section_logo1.bg-yellow {
  background-color: var(--base-color-neutral--yellow);
}

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

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

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

.logo1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.quick-stack {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 0;
}

.logo-card {
  background-color: var(--base-color-neutral--blue);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
}

.logo-card._1 {
  border-radius: 48px;
}

.logo-card._2 {
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 43px;
}

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

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

.section_cta25 {
  z-index: 999;
  background-color: var(--base-color-brand--white);
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  position: relative;
}

.section_cta25.bg-yellow {
  background-color: var(--base-color-neutral--yellow);
}

.section_cta25.bg-yellow.space-below {
  margin-bottom: 4rem;
}

.section_cta25.bg-gradient-blue {
  background-image: linear-gradient(180deg, var(--base-color-neutral--blue), white 47%);
}

.section_cta25.bg-radial-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 120%, var(--base-color-neutral--yellow), white 52%);
}

.events-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-mic {
  width: 242px;
}

.h2-span {
  font-family: PP Mondwest, sans-serif;
  font-size: 61px;
  line-height: 61px;
}

.section_schedule {
  background-image: linear-gradient(180deg, #0000, white 65%), linear-gradient(90deg, var(--base-color-neutral--yellow), var(--base-color-neutral--white) 54%, var(--base-color-neutral--blue));
}

.text-style-tagline {
  background-color: var(--base-color-neutral--yellow);
  letter-spacing: .01em;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-family: Artex, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.outline {
  background-color: #ebff5200;
  border: .5px solid #000;
  font-weight: 400;
}

.text-style-tagline.outline.white {
  border-color: var(--base-color-brand--white);
}

.text-style-tagline.outline.green {
  border-color: #00ff05;
}

.text-style-tagline.mint {
  background-color: #dffaea;
  margin-right: 12px;
}

.text-style-tagline.sold-out {
  background-color: var(--base-color-system--error-red-light);
  color: var(--base-color-system--error-red);
}

.layout192_content-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.layout192_content-right.max-width-xsmall {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

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

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

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

.layout192_image-wrapper {
  border-radius: 48px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.layout192_image-wrapper.margin-right {
  min-height: 500px;
  margin-right: 4rem;
  position: static;
  inset: 0%;
}

.layout192_image-wrapper.hide-for-now {
  display: none;
}

.layout192_image-wrapper.first-content-show {
  margin-bottom: 0;
  display: none;
}

.layout192_content {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.date-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-color-brand--white);
  border-radius: 26px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 142px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

.number {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: PP Mondwest, sans-serif;
  font-size: 68px;
  line-height: 54px;
  display: flex;
}

.number.text-color-blue {
  color: #0000fe;
}

.detail-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: 0 #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  display: flex;
}

.detail-container.hide-desktop {
  display: none;
}

.detail-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: .5px solid #000;
  flex-flow: column;
  display: flex;
}

.radial-gradient {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 50% 190%, var(--base-color-neutral--yellow) 25%, white 74%);
  width: 120%;
  height: 80%;
  display: none;
  position: absolute;
  inset: auto -8% 0%;
}

.radial-gradient.top {
  background-image: radial-gradient(circle farthest-corner at 50% -120%, var(--base-color-neutral--yellow) 21%, white 87%);
  width: 120%;
  height: 100%;
  display: block;
  top: 0;
  bottom: auto;
}

.tab-link-tab-1 {
  background-color: var(--base-color-brand--black);
}

.tab-link-tab-1.w--current {
  background-color: var(--base-color-neutral--blue);
  border-radius: 100px;
}

.tab-link {
  text-align: center;
  background-color: #ddd0;
  border: 1px solid #000;
  border-radius: 100px;
  flex: 1;
  padding-top: 23px;
  padding-bottom: 25px;
}

.tab-link.w--current {
  background-color: var(--base-color-neutral--blue);
  border-style: none;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.date-badge-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-color-brand--white);
  border-radius: 26px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 142px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.date-badge-2.shadow-medium {
  position: static;
}

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

.col-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.col-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: end start;
  display: grid;
}

.divider {
  background-color: var(--base-color-brand--black);
  height: .5px;
}

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

.margin-top-bottom.margin-52 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.margin-top-bottom.margin-medish {
  margin-left: 0;
  margin-right: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tabs-content {
  overflow: visible;
}

.icon-h2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

.details-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_layout1 {
  z-index: 0;
  position: relative;
}

.section_layout1.bg-gradient-blue {
  z-index: -2;
  background-image: linear-gradient(180deg, var(--base-color-neutral--blue) 23%, white 58%);
}

.section_layout1.bg-yellow {
  background-color: var(--base-color-neutral--yellow);
}

.section_layout1.bg-radial-gradient {
  background-image: radial-gradient(circle at 50% -30%, #00ff05 11%, #fff 48%);
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: flex;
}

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

.text-style-tagline.bg-blue {
  background-color: var(--base-color-neutral--blue);
  flex: none;
}

.text-style-tagline.bg-white {
  background-color: var(--base-color-brand--white);
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.layout1_image {
  object-fit: cover;
  border-radius: 48px;
  width: 100%;
  height: 100%;
}

.layout1_image-wrapper {
  z-index: 0;
  border-radius: 48px;
  max-width: 543px;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.layout1_content-left {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.collection-item {
  border-bottom: .5px solid #000;
}

.collection-item:first-child {
  border-top: .5px #000;
  padding-top: 1rem;
}

.collection-item:last-child {
  border: 0 #000;
  padding-bottom: 1rem;
}

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

.img-wrappers {
  margin-bottom: 2rem;
  margin-left: 2rem;
  position: relative;
}

.layout1_image-wrapper-2 {
  border-radius: 48px;
  width: 52%;
  max-width: 321px;
  position: absolute;
  inset: auto auto -10rem -4rem;
  overflow: hidden;
}

.cta8_content-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta8_form-block {
  margin-bottom: 0;
}

.section_cta8 {
  color: var(--text-color--text-alternate);
  background-image: url('../images/Network3-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.form_message-success-wrapper-2 {
  background-color: #ddd0;
  margin-top: 1rem;
  padding: 0;
}

.error-text {
  color: #e23939;
}

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

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1.8rem;
  display: flex;
}

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

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

.text-link {
  color: #a4a4a4;
  font-weight: 400;
}

.quick-stack-2 {
  padding: 0;
}

.cell {
  justify-content: flex-end;
  align-items: flex-start;
}

.quick-stack-3 {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  padding: 0;
}

.cell-2 {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-3 {
  justify-content: flex-end;
  align-items: flex-start;
}

.img-wrappers-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 2rem;
  position: relative;
}

.layout1_image-wrapper-3 {
  width: 50%;
  max-width: 341px;
  position: absolute;
  inset: -8rem -4rem auto auto;
  overflow: hidden;
}

.layout1_image-wrapper-copy {
  border-radius: 48px;
  width: 90%;
  max-width: 543px;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.cell-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-end;
  align-items: flex-start;
}

.testimonial1_client {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.testimonial1_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial1_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

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

.testimonial1_logo {
  max-height: 2rem;
}

.testimonial1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border: .5px solid #000;
  border-bottom-width: 0;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  padding: 38px 48px;
  display: grid;
}

.section_testimonial1.bg-green {
  background-color: var(--base-color-neutral--yellow);
}

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

.testimonial-img-wrapper {
  border-radius: 500px;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

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

.tab-menu {
  border: .5px solid #000;
  border-top-width: 0;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tab-container {
  opacity: .5;
  background-color: #ddd0;
  border-top: .5px solid #000;
  border-left: 0 solid #000;
  border-right: .5px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.tab-container.w--current {
  opacity: 1;
  background-color: #ddd0;
  border-top-width: 0;
}

.tab-container.last {
  border-right-style: none;
  border-right-width: 0;
}

.highlight-h4-white {
  background-color: var(--base-color-brand--white);
}

.testimonial-header {
  color: var(--base-color-neutral--yellow);
  letter-spacing: -.05em;
  -webkit-text-stroke-width: .62px;
  -webkit-text-stroke-color: var(--base-color-neutral--black);
  font-family: Artex, sans-serif;
  font-size: 136px;
  line-height: 136px;
}

.testimonial-header.white {
  color: #fff0;
}

.testimonial-header.white.text-color-blue {
  -webkit-text-stroke-color: #0000fe;
}

.testimonial-header.xl {
  font-size: 12rem;
  line-height: 100%;
}

.testimonial-header.xl.white {
  font-size: 11.4rem;
}

.blog44_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.blog44_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog44_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog44_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.section_blog44 {
  position: relative;
}

.blog44_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 0px none var(--base-color-neutral--blue);
  background-color: var(--base-color-neutral--blue);
  color: var(--base-color-neutral--black);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.tag.white {
  background-color: var(--base-color-brand--white);
  box-shadow: 0 12px 16px -4px #0003, 0 4px 6px -2px #0003;
}

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

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

.blog44_title-wrapper {
  margin-bottom: .5rem;
}

.blog44_heading {
  flex: 1;
}

.blog44_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

.blog44_item {
  border: 1px solid var(--border-color--border-primary);
}

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

.benefit-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.indent-32 {
  padding-left: 32px;
}

.icon-container {
  border: .5px solid #000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 321px;
  height: 210px;
  margin-left: 6rem;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  padding-top: 60px;
  padding-left: 0;
  display: flex;
}

.div-block-4 {
  margin-left: 6rem;
  padding-left: 32px;
}

.div-block-5 {
  display: flex;
  position: relative;
}

.new-to-canadian-tech {
  position: absolute;
  top: 20px;
  bottom: auto;
  right: auto;
}

.benefit-text-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-container-tall {
  border: .5px solid #000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 432px;
  margin-left: 6rem;
  display: flex;
}

.div-block-5-copy {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-4-copy {
  margin-left: 20rem;
  padding-left: 32px;
}

.benefit-text-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.seed-to-series-a {
  position: absolute;
  top: 20px;
  bottom: auto;
  right: 310px;
}

.quick-stack-4 {
  padding: 0;
}

.bg-gradient-2 {
  z-index: -5;
  background-image: linear-gradient(180deg, var(--base-color-brand--white), white 0%, #fff0), linear-gradient(90deg, var(--base-color-neutral--yellow), var(--base-color-neutral--white) 57%, var(--base-color-neutral--blue));
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.cta8_content-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding: 48px;
  display: block;
  box-shadow: 0 34px 62px -12px #00000038;
}

.section_cta8-2 {
  background-image: url('../images/Background-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form_input-3 {
  border: .5px solid var(--base-color-neutral--black);
  color: var(--base-color-neutral--black);
  background-color: #fff0;
  border-radius: 12px;
  height: 59px;
  margin-bottom: 0;
  padding: 23px .75rem 23px 28px;
  font-family: Artex, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-3:focus {
  border-color: #000;
}

.form_input-3::placeholder {
  color: #000;
}

.cta-img-wrapper {
  border-radius: 48px;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.div-block-7 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.quick-stack-5 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding: 0;
}

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

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_credit-text {
  font-family: Artex, sans-serif;
  font-size: 10px;
  line-height: 12.5px;
}

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

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

.footer1_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: flex;
}

.footer1_form-block {
  align-self: stretch;
  max-width: 35rem;
  margin-bottom: 0;
}

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

.footer1_link-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Artex, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.footer1_social-link:hover {
  opacity: .7;
}

.form_input-4 {
  border: 1px solid var(--base-color-neutral--black);
  color: var(--base-color-neutral--black);
  background-color: #fff0;
  border-radius: 12px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-4:focus {
  border-color: #000;
}

.form_input-4::placeholder {
  color: var(--base-color-brand--black);
  -webkit-text-stroke-color: #000;
}

.footer1_component {
  background-image: url('../images/gradient-footer-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.footer1_link {
  color: var(--link-color--link-primary);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Artex, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.footer1_link:hover {
  opacity: .7;
}

.footer1_link.hide-peerscale {
  display: none;
}

.footer1_link-column {
  border-left: .5px solid #000;
  flex-flow: column;
  justify-content: space-between;
  padding-left: 24px;
  display: flex;
}

.footer1_legal-link {
  color: var(--link-color--link-primary);
  font-family: Artex, sans-serif;
  font-size: 10px;
  line-height: 12.5px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.footer1_legal-link:hover {
  opacity: .7;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: stretch;
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.section-hor-grid {
  background-image: url('../images/Horizon.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 284px;
}

.radial-gradient-2 {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 50% 180%, var(--base-color-neutral--yellow) 19%, white 62%);
  width: 120%;
  height: 100%;
  position: absolute;
  inset: auto -8% 0%;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.marquee-horizontal-headline {
  z-index: 200;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 150px;
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.logo1_container-overlay {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(270deg, #dbff00, #fff0 33% 66%, #dbff00);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.track-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.logo1_logo-2 {
  object-fit: cover;
  flex: none;
  height: 30px;
  margin-left: 32px;
  margin-right: 32px;
}

.div-block-10 {
  height: 270px;
  position: static;
}

.logo-pill {
  background-color: var(--base-color-brand--white);
  border-radius: 500px;
  width: 263px;
  padding: 30px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.logo-tile {
  object-fit: scale-down;
  width: 100%;
  height: 77px;
}

.marquee-horizontal-right {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 120%;
  height: 110px;
  display: flex;
  position: absolute;
  left: -5rem;
  right: -5rem;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-horizontal-alt-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-horizontal-3 {
  z-index: 200;
  justify-content: flex-start;
  align-items: flex-start;
  width: 120%;
  height: 150px;
  display: flex;
  position: absolute;
  left: -5rem;
  right: -5rem;
  overflow: hidden;
}

.tab-hide {
  display: none;
}

.div-block-11 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.marquee-horizontal-2 {
  z-index: 200;
  background-color: #00f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.div-block-12 {
  position: absolute;
}

.text-highlight-h4 {
  z-index: 0;
  border-bottom: 0px solid var(--base-color-neutral--yellow);
  box-shadow: inset 0 -121px 0 0 var(--base-color-neutral--yellow);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  line-height: 97%;
  display: inline-flex;
  position: relative;
}

.text-highlight-h4.blue {
  background-color: var(--base-color-neutral--blue);
}

.text-highlight-span {
  background-color: var(--base-color-neutral--yellow);
  margin-left: 0;
  padding-left: 0;
}

.text-highlight-span.white {
  box-shadow: inset 0 -30px 0 0 var(--base-color-neutral--white);
  transform: translate(8px, -8px);
}

.text-highlight-span.blue {
  box-shadow: inset 0 -30px 0 0 var(--base-color-neutral--blue);
}

.tab-dropdown {
  display: none;
}

.quote {
  width: 48px;
}

.contact1_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.form_checkbox-icon-2 {
  border: 1px solid var(--base-color-neutral--black);
  cursor: pointer;
  border-radius: 6px;
  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-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

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

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

.form_input-5:focus {
  border-color: #000;
}

.form_input-5::placeholder {
  color: #0009;
}

.form_input-5.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding: 24px;
  font-size: 22px;
  line-height: 26px;
  overflow: auto;
}

.form_input-5.is-text-area::placeholder {
  color: #cbcbcb;
}

.section_contact1 {
  padding-top: 5%;
}

.contact1_form-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.quick-stack-6 {
  padding: 0;
}

.form-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-col._1 {
  grid-template-columns: 1fr;
  padding-top: 8px;
}

.form-col._2 {
  padding-top: 8px;
}

.div-block-15 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.contact_image-wrapper {
  aspect-ratio: 1;
  border-radius: 48px;
  width: 90%;
  max-width: 543px;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.cell-5 {
  justify-content: space-around;
  align-items: stretch;
}

.div-block-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

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

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

.event-listing li {
  background-color: var(--base-color-neutral--blue);
  box-shadow: inset -1px 0 0 3px var(--base-color-neutral--white);
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.event-listing ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

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

.detail-container-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: .5px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  display: flex;
}

.detail-container-2.hide-desktop {
  display: none;
}

.layout141_component {
  flex-direction: column;
  align-items: center;
}

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

.layout141_image-wrapper {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 48px;
  overflow: hidden;
}

.layout141_image-wrapper.img-mobile-only {
  display: none;
}

.cms-item_speaker {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.h4-highlight {
  background-color: var(--base-color-neutral--yellow);
  display: inline-block;
}

.speaker-img-wrapper {
  aspect-ratio: 4 / 5;
  border-radius: 500px;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide {
  width: 50%;
}

.hide-desktop {
  display: none;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.slider-mask-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 63px;
  padding-right: 63px;
  display: grid;
}

.slide-2 {
  background-color: #fff;
  border: 1px #c2c2c2;
  border-radius: 0;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.slider-arrow, .slider-nav {
  display: none;
}

.section_speakers {
  background-image: url('../images/Speakers_grid-2-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.layout192_image-2 {
  width: 100%;
  height: 100%;
}

.layout192_content-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  display: grid;
}

.sched-row {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  border-bottom: .5px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.stack-events {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.events-logos {
  z-index: -3;
  position: relative;
}

.section_audience {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  position: relative;
}

.section_audience.bg-gradient-blue {
  z-index: -2;
  background-image: linear-gradient(180deg, var(--base-color-neutral--blue) 23%, white 58%);
}

.section_audience.bg-blue {
  background-color: var(--base-color-neutral--blue);
}

.section_audience.bg-yellow {
  z-index: 0;
  background-color: var(--base-color-neutral--yellow);
}

.logos-bg-grid {
  z-index: -1;
  background-image: url('../images/logos-grid.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: -3rem 0% 0%;
}

.grid-2 {
  grid-template-columns: 2.5fr 1fr 1fr;
  place-items: start;
}

.event-details-2 {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

.cell-6, .cell-7 {
  justify-content: flex-end;
  align-items: flex-start;
}

.detail-container-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: 0 #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.detail-container-3.hide-desktop {
  display: none;
}

.cell-left-border {
  border-left: .5px solid #000;
  padding-left: 24px;
}

.quick-stack-7 {
  padding: 0;
}

.div-block-20 {
  height: 270px;
}

.h2-outline {
  color: #0000;
  font-size: 124px;
  line-height: 124px;
}

.event-header {
  color: var(--base-color-neutral--yellow);
  letter-spacing: -.05em;
  -webkit-text-stroke-width: .62px;
  -webkit-text-stroke-color: var(--base-color-neutral--black);
  font-family: Artex, sans-serif;
  font-size: 136px;
  line-height: 136px;
}

.cell-8 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-9 {
  justify-content: flex-end;
  align-items: flex-start;
}

.section_header_events {
  color: var(--base-color-brand--white);
  background-image: url('../images/events_Hero-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.events-hero-cta {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end start;
  display: grid;
}

.div {
  position: relative;
}

.list_nav-item-description.hide-on-1st {
  display: none;
}

.date-description-container {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_header-events {
  padding-top: 5%;
}

.section_header_peerscale {
  color: var(--base-color-brand--white);
  background-image: url('../images/events_Hero-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.section_header-peerscale {
  z-index: 1;
  color: var(--base-color-brand--white);
  background-image: url('../images/peerscale-hero-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

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

.section_logo1-2 {
  background-color: var(--base-color-brand--black);
}

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

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

.logo-inverted {
  object-fit: scale-down;
  width: 100%;
  height: 40px;
}

.logo-inverted.black {
  filter: invert();
}

.marquee-horizontal-headline-inverted {
  z-index: 200;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 110vw;
  height: 40px;
  display: flex;
  position: relative;
  left: 0;
  overflow: hidden;
}

.list-highlight {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-left: .5px solid #000;
  flex-flow: column;
  margin-left: 44px;
  padding-left: 24px;
  display: flex;
}

.list-highlight li {
  background-color: var(--base-color-neutral--blue);
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.list-highlight ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.quick-stack-3-copy {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  padding: 0;
}

.card-white {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: var(--base-color-brand--white);
  border-radius: 48px;
  flex-flow: column;
  padding: 60px 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 8px -4px #00000008, 0 20px 24px -4px #00000014;
}

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

.highlight-blue {
  background-color: var(--base-color-neutral--blue);
  display: inline-block;
}

.numbers {
  width: 44px;
  height: 44px;
}

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

.quick-stack_peerscale {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  padding: 0;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  display: flex;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 75px;
  display: flex;
}

.layout1_image-wrapper-bottom {
  border-radius: 48px;
  width: 54%;
  max-width: 341px;
  position: absolute;
  inset: auto 0 0 auto;
  overflow: hidden;
}

.img-align-top {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: stretch;
}

.combined-cell {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
}

.quick-stack_whoitsfor {
  border: .5px solid #000;
  border-radius: 500px;
  padding: 60px 112px;
}

.who-its-for-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: .5px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.cell-10 {
  justify-content: flex-end;
  align-items: flex-start;
}

.grid-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.revenue-container {
  border: .5px solid #000;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
}

.heading-style-banner {
  font-size: 156px;
}

.heading-style-banner.sub {
  line-height: 0;
}

.revenue-span {
  font-family: PP Mondwest, sans-serif;
  font-size: 156px;
  line-height: 140px;
}

.revenue-span.yellow {
  color: var(--base-color-neutral--yellow);
}

.section_cta9 {
  color: var(--text-color--text-alternate);
  background-image: url('../images/Apply-bg-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 70vh;
  display: flex;
}

.grid-4 {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.img-wrappers-copy {
  margin-bottom: 2rem;
  margin-left: 2rem;
  position: relative;
}

.div-block-23 {
  position: relative;
}

.img-small {
  width: 58%;
  max-width: 321px;
  position: absolute;
  inset: auto auto 0 -4rem;
  overflow: hidden;
}

.img-small-home {
  width: 52%;
  max-width: 321px;
  position: absolute;
  inset: auto auto -2rem -4rem;
  overflow: hidden;
}

.img-larg-home {
  z-index: 0;
  border-radius: 48px;
  max-width: 543px;
  margin-bottom: 2rem;
  padding-bottom: 0;
  position: static;
  inset: 0% 0% 4rem auto;
  overflow: hidden;
}

.img-small-events {
  border-radius: 48px;
  width: 50%;
  max-width: 341px;
  position: absolute;
  inset: -8rem -4rem auto auto;
  overflow: hidden;
}

.tab_item {
  border-bottom: .5px solid #000;
}

.tab_item:first-child {
  border-top: .5px #000;
  padding-top: 1rem;
}

.tab_item:last-child {
  border: 0 #000;
  padding-bottom: 1rem;
}

.tab_link {
  background-color: #0000;
  border: .5px solid #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-top: 23px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 20.8px;
  display: inline-flex;
}

.tab_link:hover {
  background-color: var(--base-color-neutral--blue);
  border-width: 0;
}

.tab_link:active, .tab_link:focus, .tab_link.is-active {
  background-color: var(--base-color-neutral--blue);
  border-style: none;
}

.event-date-no {
  justify-content: center;
  align-items: center;
  font-family: Feature Display, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.first-content-show {
  margin-bottom: 38px;
  display: none;
}

.section_header-member {
  z-index: 1;
  color: var(--base-color-brand--white);
  background-image: url('../images/bg-become-a-member-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.grid-5 {
  grid-template-rows: auto;
}

.title-price {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-span {
  font-family: PP Mondwest, sans-serif;
  font-size: 99px;
  line-height: 0;
}

.price-span.yellow {
  color: var(--base-color-neutral--yellow);
}

.price-card {
  background-color: var(--base-color-brand--white);
  border-radius: 48px;
  flex-flow: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 32px 64px -12px #00000024;
}

.subscript-sm {
  font-size: 40px;
  line-height: 42px;
}

.currency-split {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.currency-sub {
  align-self: baseline;
  font-family: PP Mondwest, sans-serif;
  font-size: 40px;
  line-height: 42px;
}

.heading-style-banner-2 {
  font-size: 99px;
  line-height: 89px;
}

.heading-style-banner-2.sub {
  line-height: 0;
}

.div-block-25 {
  align-self: stretch;
  display: flex;
}

.quick-stack-8 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding: 0;
}

.cell-price {
  border: .5px solid #000;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 35px 24px;
}

.cell-price._2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-26 {
  text-align: left;
}

.div-block-27 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cell-10-copy {
  justify-content: space-between;
  align-items: flex-start;
}

.cell-14 {
  justify-content: flex-end;
  align-items: flex-start;
}

.quick-stack_budget {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #000;
  border-radius: 500px;
  padding: 48px 112px;
}

.quick-stack_peerscale2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.icon-h1 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: row;
  display: flex;
}

.stack-members {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
  position: relative;
}

.whoitsfor-row {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  display: flex;
}

.who-itsfor-container {
  border-left: .5px solid #000;
  margin-left: 112px;
}

.div-block-28 {
  position: relative;
}

.img-wrapper-astronaut {
  border-radius: 48px;
  width: 89%;
  height: 100%;
  overflow: hidden;
}

.cell-15 {
  justify-content: flex-start;
  align-items: flex-end;
}

.img-small-speaker {
  width: 50%;
  max-width: 341px;
  position: absolute;
  inset: auto auto 6.6rem 0%;
  overflow: hidden;
}

.div-block-29 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.img-real-ppl {
  border-radius: 32px;
  width: 131px;
}

.grid-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section_header-sponsor {
  z-index: 1;
  color: var(--base-color-brand--white);
  background-image: url('../images/sponsor-bg-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-30 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta8_component-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  display: grid;
}

.who-itsfor-container-2 {
  border-left: .5px #000;
  margin-left: 0;
}

.div-block-31 {
  border-left: .5px solid #000;
}

.stack-sponsors {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
  position: relative;
}

.cell-15-copy {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-16 {
  justify-content: flex-end;
  align-items: flex-start;
}

.img-small-speaker-sponsor {
  width: 50%;
  max-width: 341px;
  position: absolute;
  inset: auto -2rem 4rem auto;
  overflow: hidden;
}

.img-wrapper-space {
  border-radius: 48px;
  width: 90%;
  max-width: 543px;
  max-height: 828px;
  overflow: hidden;
}

.relative {
  position: relative;
}

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

.staggared-container {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.quick-stack-9 {
  padding: 0;
}

.layout1_image-wrapper-techleader {
  z-index: 0;
  border-radius: 48px;
  flex-flow: row;
  flex: 1;
  align-self: stretch;
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.img-fill {
  width: 100%;
  height: 100%;
}

.why-tech-img-cell {
  justify-content: flex-start;
  align-items: flex-start;
}

.section_header-communuty {
  z-index: 1;
  color: var(--base-color-brand--black);
  background-image: url('../images/Hero-community-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-32 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.section_meet-founders {
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  position: static;
}

.section_meet-founders.bg-gradient-blue {
  z-index: -2;
  background-image: linear-gradient(180deg, var(--base-color-neutral--blue) 23%, white 58%);
}

.section_meet-founders.bg-yellow {
  background-color: var(--base-color-neutral--yellow);
}

.section_meet-founders.bg-gradient-blue-bottom {
  z-index: -2;
  background-image: linear-gradient(0deg, var(--base-color-neutral--blue) 23%, white 58%);
}

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

.quick-stack-10 {
  grid-row-gap: 40px;
  padding: 0;
}

.img-larg-ceo {
  z-index: 0;
  border-radius: 48px;
  max-width: 543px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  inset: 0% 0% 4rem auto;
  overflow: hidden;
}

.section {
  position: relative;
}

.cell-19 {
  justify-content: flex-start;
  align-items: flex-end;
}

.quick-stack-11 {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  padding: 0;
  position: relative;
}

.dropdown-container {
  border: .5px solid #000;
  border-radius: 32px;
  padding: 32px;
}

.pocast-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.pocast-container:hover {
  opacity: .7;
}

.nav-img-wrapper {
  aspect-ratio: 1;
  border-radius: 32px;
  align-self: center;
  width: 174px;
  height: 174px;
  overflow: hidden;
}

.nav_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: .75rem;
  display: flex;
}

.nav-form-block {
  align-self: stretch;
  max-width: 35rem;
  margin-bottom: 0;
}

.bg-gradient-menu {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--base-color-brand--white), white 0%, #fff0), linear-gradient(90deg, var(--base-color-neutral--yellow), var(--base-color-neutral--white) 57%, var(--base-color-neutral--blue));
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-box-shadow {
  z-index: 0;
  border-radius: 500px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 6px -2px #00000008, 0 12px 16px -4px #00000014;
}

.section_modal {
  z-index: 9999999;
  background-color: #00000057;
  display: none;
  position: fixed;
  inset: 0%;
}

.section_modal.white {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar2_container-dark {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--base-color-brand--white);
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 6px 6px 32px;
  display: grid;
  position: relative;
}

.navbar2_container-dark.dark {
  border-color: var(--base-color-brand--white);
}

.navbar2_logo_reverse {
  color: var(--base-color-brand--white);
  width: 116px;
  height: 23.7px;
  position: relative;
  overflow: visible;
}

.event-right-col {
  width: 80%;
}

.event-img-wrapper-home {
  object-fit: cover;
  border-radius: 48px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.event-img-wrapper-home.margin-right {
  min-height: 500px;
  margin-right: 4rem;
  position: static;
  inset: 0%;
}

.event-img-wrapper-home.hide-for-now {
  display: none;
}

.event-img-wrapper-home.first-content-show {
  margin-bottom: 0;
  display: none;
}

.quick-stack-12 {
  width: 652px;
}

.section_modal_white {
  z-index: 9999999;
  background-color: #fffffff7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.section_modal_white.white {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-template-container {
  width: 652px;
}

.title-close {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copy-card {
  background-color: var(--base-color-brand--white);
  border-radius: 32px;
  height: 100%;
  padding: 36px;
  box-shadow: 0 24px 48px -12px #0000002e;
}

.form-modal-container {
  border-radius: 32px;
  width: 652px;
  max-height: 72vh;
  box-shadow: 0 24px 48px -12px #0000002e;
}

.scroll-container {
  border-radius: 32px;
  width: 652px;
  height: 100%;
  max-height: 72vh;
  overflow: scroll;
}

.form {
  background-color: var(--base-color-brand--white);
  border-radius: 32px;
  padding: 36px;
}

.code-embed {
  position: absolute;
  inset: 20% 20% auto auto;
}

.description-tag {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-wrappers-home {
  margin-bottom: 2rem;
  margin-left: 2rem;
  position: relative;
}

.events-h3-container {
  flex: 1;
}

.cta8_component-copy-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  display: grid;
}

.sponsor-img {
  justify-content: flex-start;
  align-items: flex-start;
}

.marquee-container {
  height: 120px;
  position: static;
}

.bg-gradient-menu-mobile {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--base-color-brand--white), white 0%, #fff0), linear-gradient(90deg, var(--base-color-neutral--yellow), var(--base-color-neutral--white) 57%, var(--base-color-neutral--blue));
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.beehiv-form {
  display: none;
}

.event-title-tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.disable-event-btn {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.link-block {
  mix-blend-mode: exclusion;
  background-color: #d9d9d9;
  border-radius: 500px;
  position: absolute;
  inset: 0%;
}

.icon-container-long {
  border: .5px solid #000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 432px;
  height: 210px;
  margin-left: 6rem;
  display: flex;
}

.cell-22, .subscribe-cell {
  padding-right: 4rem;
}

.div-block-36 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.icon-diamond {
  width: 70px;
}

.img-wrapper-people {
  border-radius: 48px;
  width: 90%;
  max-width: 543px;
  max-height: 828px;
  overflow: hidden;
}

.logo-pill-med {
  background-color: var(--base-color-brand--white);
  border-radius: 500px;
  width: 204px;
  padding: 20px 30px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.quick-stack-ceo, .quick-stack-founders {
  padding: 0;
}

.cell-copy {
  justify-content: flex-end;
  align-items: flex-start;
}

.img-wrapper_how-it-works {
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 2rem;
  position: relative;
}

.img-aeroplane {
  border-radius: 48px;
  width: 83%;
  max-width: 543px;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.img_man-at-desk {
  width: 54%;
  max-width: 341px;
  position: absolute;
  inset: auto 0 0 auto;
  overflow: hidden;
}

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

.cta8_content-copy {
  flex: 1;
}

.no-orphan {
  white-space: nowrap;
}

.img-biz-advisors {
  position: relative;
}

.icon_mobile {
  width: 80px;
}

.cell-26 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-28 {
  justify-content: flex-end;
  align-items: flex-start;
}

.speakers {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding: 48px;
  display: block;
  box-shadow: 0 34px 62px -12px #00000038;
}

.heading-2 {
  flex-flow: row;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sponsorship-cta {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  display: grid;
}

.cta-sponsors {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  background-color: var(--text-color--transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding: 48px;
  display: block;
}

.section_cta8-sponsors {
  background-image: url('../images/Amplify-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-30 {
  padding-bottom: 0;
}

.quick-stack_become-a-leader {
  margin-bottom: 2rem;
  padding: 0;
}

.radio-btn {
  width: 26px;
  height: 26px;
  margin-right: 12px;
}

.radio-button-field {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
}

.div-block-40 {
  flex: 1;
  align-self: stretch;
}

.image {
  opacity: 0;
}

.wipe-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-highlight {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--base-color-neutral--yellow), var(--base-color-neutral--yellow));
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wipe-wrapper, .wipe-container-copy {
  width: 100%;
  height: 100%;
  position: relative;
}

.icon-gif-sm {
  width: 40px;
}

.code-embed-2 {
  display: none;
}

.img-gif {
  width: 90px;
}

.code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6 {
  display: none;
}

.tito-embed {
  display: block;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.section_modal-test {
  z-index: 9999999;
  background-color: #00000057;
  display: block;
  position: fixed;
  inset: 0%;
}

.section_modal-test.white {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ty-tito_button {
  cursor: pointer;
  flex-wrap: nowrap;
  margin-top: 10px;
  display: inline-block;
}

.tito-button {
  border: .5px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-brand--white);
  text-align: center;
  letter-spacing: .01em;
  border-radius: 500px;
  padding: 23px 38px 25px 40px;
  font-family: Artex, sans-serif;
  font-size: 16px;
  line-height: 9px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.tito-button:hover {
  border-color: var(--base-color-brand--white);
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
  box-shadow: 0 3px 5px 1px #00000014;
}

.tito-button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.tito-button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

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

.tito-button.is-secondary {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-width: .5px;
  transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.tito-button.is-secondary:hover {
  border-color: var(--base-color-neutral--yellow);
  background-color: var(--base-color-neutral--yellow);
  box-shadow: inset 0 0 0 1px var(--base-color-neutral--yellow);
  font-weight: 400;
}

.tito-button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.tito-button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.tito-button.is-alternate {
  border-width: .5px;
  border-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.tito-button.is-tertiary {
  background-color: var(--base-color-neutral--yellow);
  color: var(--base-color-neutral--black);
  border-color: #0000;
}

.tito-button.is-tertiary:hover {
  background-color: var(--base-color-brand--black);
  color: var(--base-color-brand--white);
}

.tito-button.is-tertiary.form {
  border-radius: 500px;
}

.tito-button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.no-events {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
}

.no-events.text-align-center {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.empty-state {
  background-color: var(--base-color-neutral--yellow);
  border-radius: 48px;
}

.check-back-soon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.empty-state-2 {
  background-color: #ebff52;
  border-radius: 48px;
}

.section_404 {
  z-index: 1;
  color: var(--base-color-brand--white);
  background-image: url('../images/404-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

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

.luma-button {
  border: .5px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-brand--white);
  text-align: center;
  letter-spacing: .01em;
  border-radius: 500px;
  padding: 23px 38px 25px 40px;
  font-family: Artex, sans-serif;
  font-size: 16px;
  line-height: 9px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.luma-button:hover {
  border-color: var(--base-color-brand--white);
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
  box-shadow: 0 3px 5px 1px #00000014;
}

.luma-button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.luma-button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

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

.luma-button.is-secondary {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-width: .5px;
  transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.luma-button.is-secondary:hover {
  border-color: var(--base-color-neutral--yellow);
  background-color: var(--base-color-neutral--yellow);
  box-shadow: inset 0 0 0 1px var(--base-color-neutral--yellow);
  font-weight: 400;
}

.luma-button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.luma-button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.luma-button.is-alternate {
  border-width: .5px;
  border-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.luma-button.is-tertiary {
  background-color: var(--base-color-neutral--yellow);
  color: var(--base-color-neutral--black);
  border-color: #0000;
}

.luma-button.is-tertiary:hover {
  background-color: var(--base-color-brand--black);
  color: var(--base-color-brand--white);
}

.luma-button.is-tertiary.form {
  border-radius: 500px;
}

.luma-button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  display: flex;
}

.section_cta10 {
  z-index: 99;
  color: #ff2d00;
  background-color: #ff0;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: flex;
  position: relative;
}

.text-color-green {
  color: #00ff05;
}

.highlight-green {
  background-color: #00ff05;
  display: inline-block;
}

.section_requests {
  color: #ff0;
  background-color: #ff2d00;
  border-radius: 0;
  position: relative;
}

.section_requests.bg-gradient-blue {
  z-index: -2;
  background-image: linear-gradient(180deg, var(--base-color-neutral--blue) 23%, white 58%);
}

.section_requests.bg-blue {
  background-color: var(--base-color-neutral--blue);
}

.section_requests.bg-yellow {
  z-index: 0;
  background-color: var(--base-color-neutral--yellow);
}

.div-block-31-copy {
  border-left: .5px solid #ff0;
}

.highlight-cyan {
  background-color: #0ff;
  display: inline-block;
}

.section_header-baseballl {
  z-index: 99;
  color: var(--base-color-brand--white);
  background-image: url('../images/Container-baseball-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 90vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section_cta11 {
  color: var(--text-color--text-alternate);
  background-image: url('../images/3e71c9a59594115f8debba127adbb8d81e05226d.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 85vh;
  display: flex;
}

.img-small-requests {
  width: 43%;
  max-width: 320px;
  position: absolute;
  inset: auto -2rem -6rem auto;
  overflow: hidden;
}

.img_how-to-help {
  width: 54%;
  max-width: 341px;
  position: absolute;
  inset: auto 0 17rem auto;
  overflow: hidden;
}

.img-small-bb {
  width: 58%;
  max-width: 321px;
  position: absolute;
  inset: auto auto -4rem -4rem;
  overflow: hidden;
}

.navbar2_container-green {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #00ff05;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 6px 6px 32px;
  display: grid;
  position: relative;
}

.navbar2_container-green.dark {
  border-color: var(--base-color-brand--white);
}

.img-wrappers-home-copy {
  margin-bottom: 2rem;
  margin-left: 2rem;
  position: relative;
}

.footer1_component-bb {
  background-image: url('../images/Footer-bb-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.who-itsfor-container-2-copy {
  border-left: .5px #000;
  margin-left: 0;
}

.relative-copy {
  position: relative;
}

.img-wrapper-bb {
  border-radius: 48px;
  width: 90%;
  max-width: 543px;
  max-height: 828px;
  overflow: hidden;
}

.logo {
  height: 46px;
  margin-right: 50px;
  padding-right: 20px;
}

.text-size-h1 {
  font-size: 84px;
  line-height: 75.6px;
}

.text-size-h1.text-color-cyan {
  color: #0ff;
}

.img-bb {
  border-radius: 48px;
  width: 93%;
  max-width: 543px;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.img-wrapper_how-it-works-copy {
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 2rem;
  position: relative;
}

.quick-stack_peerscale-copy {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  padding: 0;
}

.text-color-blue {
  color: #0000fe;
}

.quick-stack_yourrole {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  padding: 0;
}

.img_how-to-help-copy {
  width: 54%;
  max-width: 341px;
  position: absolute;
  inset: auto -2rem 17rem auto;
  overflow: hidden;
}

.marquee-horizontal-headline-copy {
  z-index: 200;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 150px;
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.section_cta11-copy {
  color: var(--text-color--text-alternate);
  background-image: url('../images/3e71c9a59594115f8debba127adbb8d81e05226d.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 85vh;
  display: flex;
}

.footer-img {
  width: 100vw;
}

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

.text-span-2 {
  font-family: PP Mondwest, sans-serif;
}

.section_header-directory {
  z-index: 1;
  color: var(--base-color-brand--white);
  background-image: url('../images/directory-hero-2-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.built-first-embed {
  width: 100%;
  max-width: 1320px;
}

@media screen and (min-width: 1280px) {
  p {
    font-weight: 400;
  }

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

  .button-group.is-right.is-center-mobile {
    justify-content: flex-end;
    align-items: center;
  }

  .button-group.is-center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .img-woman {
    right: 15%;
  }

  .img-circuit {
    left: 15%;
  }

  .highlight-graphic-circle {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-highlight-h1 {
    box-shadow: inset 0 -121px 0 0 var(--base-color-neutral--yellow);
  }

  .img-arc {
    right: 11%;
  }

  .navbar2_dropdown-list {
    position: fixed;
    inset: 5.5rem 0% auto;
  }

  .text-style-tagline {
    font-weight: 400;
  }

  .layout192_image-wrapper.first-content-show {
    aspect-ratio: 5 / 4;
  }

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

  .radial-gradient.top {
    background-image: radial-gradient(circle farthest-corner at 50% -10%, var(--base-color-neutral--yellow), white 54%);
  }

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

  .margin-top-bottom.margin-52 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .layout1_image-wrapper-2 {
    bottom: -6rem;
  }

  .section_cta8 {
    justify-content: center;
    align-items: flex-end;
  }

  .layout1_image-wrapper-copy {
    width: 96%;
    max-width: 543px;
  }

  .testimonial-header.xl.white {
    font-size: 13rem;
  }

  .tag.white {
    padding: 16px 20px;
    box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
  }

  .div-block-4 {
    margin-left: 5rem;
  }

  .section-hor-grid {
    background-position: 50% 100%;
  }

  .marquee-horizontal-headline {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 150px;
    left: 0;
    right: 0;
  }

  .track-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logo-pill {
    background-color: var(--base-color-brand--white);
    border-radius: 500px;
    justify-content: center;
    align-items: center;
    width: 263px;
    padding: 30px;
    display: flex;
    box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
  }

  .logo-tile {
    height: 77px;
  }

  .marquee-horizontal-right {
    justify-content: flex-start;
    align-items: flex-start;
    width: 120vw;
    height: 150px;
    left: -12rem;
    right: 0;
  }

  .track-horizontal-alt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .marquee-horizontal-alt-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
  }

  .marquee-horizontal-3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 120vw;
    height: 150px;
    left: 0;
    right: -12rem;
  }

  .text-highlight-h4 {
    box-shadow: inset 0 -121px 0 0 var(--base-color-neutral--yellow);
  }

  .text-highlight-h4.blue {
    box-shadow: inset 0 -121px 0 0 var(--base-color-neutral--blue);
  }

  .contact_image-wrapper {
    max-width: 543px;
  }

  .marquee-horizontal-headline-inverted {
    justify-content: flex-start;
    align-items: flex-start;
    left: 0;
    right: 0;
  }

  .layout1_image-wrapper-bottom {
    bottom: 0;
    right: 0;
  }

  .revenue-span {
    letter-spacing: -.04em;
  }

  .section_cta9 {
    justify-content: center;
    align-items: center;
  }

  .cell-12 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .quick-stack-biz-advisors {
    padding: 0;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area Area Area Area Area Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 . Area-2 Area-2 Area-2 Area-2 Area-2";
  }

  .img-wrappers-copy {
    margin-left: 0;
  }

  .div-block-23 {
    position: relative;
  }

  .img-small {
    bottom: 0;
    left: -6rem;
  }

  .superscript {
    letter-spacing: -.11em;
  }

  .img-small-events {
    width: 55%;
    top: -6.5rem;
    right: -5.5rem;
  }

  .tab_link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .price-span {
    letter-spacing: -.04em;
  }

  .img-wrapper-astronaut {
    width: 100%;
    height: 100%;
    max-height: 777px;
  }

  .img-small-speaker {
    width: 55%;
    bottom: 6rem;
    left: -4rem;
  }

  .who-itsfor-container-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .img-small-speaker-sponsor {
    right: 3rem;
  }

  .img-wrapper-space {
    width: 75%;
    max-width: none;
    max-height: 828px;
  }

  .layout1_image-wrapper-techleader {
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
  }

  .cell-18 {
    display: block;
  }

  .img-fill {
    width: 100%;
    height: 100%;
  }

  .section_modal {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
  }

  .section_modal.white {
    background-color: #fffffff7;
    display: none;
  }

  .navbar2_logo_reverse {
    height: 23.7px;
    overflow: visible;
  }

  .event-right-col {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .event-img-wrapper-home {
    aspect-ratio: 5 / 4;
    height: auto;
  }

  .event-img-wrapper-home.first-content-show {
    aspect-ratio: 5 / 4;
  }

  ._100x100 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .div-block-34 {
    background-color: var(--base-color-brand--white);
    justify-content: center;
    align-items: center;
  }

  .quick-stack-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 652px;
    height: 566px;
    padding: 0;
  }

  .cell-20 {
    background-color: var(--base-color-brand--white);
    border-radius: 32px;
    padding: 36px;
    box-shadow: 0 24px 48px -12px #0000002e;
  }

  .cell-21 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px 12px 24px 36px;
  }

  .section_modal_white {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
  }

  .section_modal_white.white {
    background-color: #fffffff7;
    display: none;
  }

  .marquee-container {
    height: 130px;
  }

  .cell-23 {
    align-items: stretch;
  }

  .img-wrapper-people {
    max-width: 589px;
    max-height: 883px;
  }

  .cell-25 {
    justify-content: space-between;
  }

  .div-block-37 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .logo-pill-med {
    background-color: var(--base-color-brand--white);
    border-radius: 500px;
    justify-content: center;
    align-items: center;
    width: 263px;
    padding: 30px;
    display: flex;
    box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
  }

  .img-wrapper_how-it-works {
    align-self: stretch;
    height: 100%;
  }

  .img-aeroplane {
    width: 80%;
    max-width: 543px;
  }

  .img_man-at-desk {
    width: 50%;
    bottom: 0;
    right: 0;
  }

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

  .img-biz-advisors {
    position: relative;
  }

  .cell-26 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-27 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .section_modal-test {
    background-color: #00000057;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .section_modal-test.white {
    background-color: #fffffff7;
    display: none;
  }

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

  .section_cta10 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .section_header-baseballl {
    background-size: cover;
  }

  .section_cta11 {
    justify-content: center;
    align-items: center;
  }

  .img-small-requests {
    right: 3rem;
  }

  .img_how-to-help {
    width: 50%;
    bottom: 11rem;
    right: 0;
  }

  .img-small-bb {
    bottom: 0;
    left: -6rem;
  }

  .img-wrappers-home-copy {
    align-self: flex-end;
  }

  .who-itsfor-container-2-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .img-wrapper-bb {
    width: 75%;
    max-width: none;
    max-height: 828px;
  }

  .logo {
    height: 46px;
    margin-right: 90px;
  }

  .img-bb {
    width: 90%;
    max-width: 543px;
  }

  .img-wrapper_how-it-works-copy {
    align-self: stretch;
    height: 100%;
  }

  .img_how-to-help-copy {
    width: 50%;
    bottom: 11.6rem;
    right: 0;
  }

  .marquee-horizontal-headline-copy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 150px;
    left: 0;
    right: 0;
  }

  .section_cta11-copy {
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }

  .footer-img {
    width: 100vw;
  }

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

  .section_header-directory {
    background-position: 50%;
  }
}

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

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-medium, .max-width-medium.desktop {
    display: block;
  }

  .container-large.bg-gradient-dropdown {
    background-image: linear-gradient(180deg, var(--base-color-brand--white), #fff0), linear-gradient(90deg, var(--base-color-neutral--yellow), var(--base-color-brand--white) 51%, var(--base-color-neutral--blue));
    border-radius: 32px;
    box-shadow: 0 24px 48px -12px #0000002e;
  }

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

  .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-top.margin-negative {
    margin-top: -4rem;
  }

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

  .margin-bottom.margin-med-ish {
    margin-bottom: 2rem;
  }

  .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-top.padding-50 {
    padding-top: 0;
  }

  .padding-top.padding-50.mobile-50 {
    padding-top: 50px;
  }

  .padding-top.padding-100 {
    padding-top: 0;
  }

  .padding-top.padding-150.mobile-50 {
    padding-top: 50px;
  }

  .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: 2.75rem;
  }

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

  .button {
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .button.mobile-form {
    align-self: stretch;
  }

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

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

  .nav-bg-container {
    background-color: var(--text-color--transparent);
    box-shadow: none;
    border-radius: 32px;
    width: 90vw;
    max-height: 85vh;
    padding: 36px;
    overflow: scroll;
  }

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

  .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_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .cutout-hero-cauli {
    display: none;
  }

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

  .img-circuit {
    border-radius: 16px;
    width: 80px;
  }

  .cutout-hero-pan {
    top: 0%;
  }

  .cutout-hero-fish {
    width: 190px;
    top: 0%;
  }

  .img-man {
    width: 190px;
  }

  .cta8_content {
    margin-right: 0;
  }

  .img-arc {
    width: 110px;
  }

  .section_header-centered {
    z-index: 1;
  }

  .menu-icon2_line-bottom {
    background-color: var(--base-color-brand--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom.white {
    background-color: var(--base-color-neutral--white);
  }

  .navbar2_menu-button {
    z-index: 999999;
    padding: 0;
  }

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

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

  .navbar2_dropdown-list.w--open {
    z-index: 9999;
    border-style: none;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 6rem 0% 0%;
  }

  .menu-icon2_line-top {
    background-color: var(--base-color-brand--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top.white {
    background-color: var(--base-color-brand--white);
  }

  .dropdown-chevron {
    width: 2rem;
    height: 2rem;
    inset: auto 0% auto auto;
  }

  .dropdown-chevron.hide-mobile {
    display: none;
  }

  .dropdown-chevron.hide-desktop {
    width: auto;
    height: auto;
    display: block;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-brand--white);
    -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 {
    z-index: 99;
    background-color: var(--base-color-neutral--white);
    color: var(--base-color-brand--black);
    text-align: center;
    border: 0 solid #000;
    border-radius: 0;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 12rem;
    transition: height .5s;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar2_logo-link.w--current {
    z-index: 9999;
    flex: none;
  }

  .navbar2_container {
    z-index: 999;
    grid-template-columns: .25fr 1fr;
    padding-right: 32px;
    display: flex;
  }

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

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

  .navbar2_component.dark, .navbar2_component.green {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
  }

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

  .navbar2_link.current {
    font-size: 5rem;
  }

  .navbar2_button-wrapper {
    z-index: 99999;
    align-items: center;
    display: block;
    position: relative;
  }

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

  .menu-icon2_line-middle {
    background-color: var(--base-color-brand--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle.white {
    background-color: var(--base-color-brand--white);
  }

  .navbar2_dropdwn-toggle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 5rem;
    display: flex;
  }

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

  .hero-gradient {
    z-index: 0;
  }

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

  .events-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .event-mic {
    order: 1;
  }

  .text-style-tagline {
    font-weight: 400;
    line-height: 16px;
  }

  .layout192_image {
    height: 100%;
  }

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

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

  .detail-container.hide-desktop {
    display: none;
  }

  .radial-gradient {
    z-index: 0;
  }

  .radial-gradient.top {
    z-index: -1;
    background-image: radial-gradient(circle farthest-corner at 50% -30%, var(--base-color-neutral--yellow) 22%, white 40%);
    width: 110%;
  }

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

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

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

  .img-wrappers {
    margin-left: .8rem;
  }

  .layout1_image-wrapper-2 {
    width: 57%;
    bottom: -8rem;
    left: -2rem;
  }

  .cta8_content-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    height: 80vh;
    display: flex;
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

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

  .img-wrappers-2 {
    margin-left: .8rem;
  }

  .layout1_image-wrapper-copy, .testimonial-img-wrapper {
    width: 100%;
  }

  .testimonial-header.xl {
    font-size: 5.9rem;
  }

  .testimonial-header.xl.white {
    font-size: 6.7rem;
  }

  .blog44_heading-wrapper {
    grid-column-gap: 3rem;
  }

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

  .blog44_heading {
    margin-right: 3rem;
  }

  .icon-container {
    margin-left: 2rem;
  }

  .div-block-4 {
    margin-left: 1rem;
  }

  .icon-container-tall {
    margin-left: 2rem;
  }

  .div-block-4-copy {
    margin-left: 6rem;
  }

  .seed-to-series-a {
    white-space: nowrap;
    word-break: keep-all;
  }

  .cta8_content-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    background-color: var(--base-color-brand--white);
    grid-template-columns: 1fr;
  }

  .cta-img-wrapper, .footer1_form {
    width: 100%;
  }

  .footer1_form-block {
    width: 100%;
    display: flex;
  }

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

  .radial-gradient-2 {
    z-index: -1;
  }

  .logo-pill {
    width: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-tile {
    height: 60px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .text-block {
    font-size: 5rem;
    line-height: 120%;
  }

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

  .contact_image-wrapper {
    width: 100%;
  }

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

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

  .detail-container-2.hide-desktop {
    display: none;
  }

  .slider {
    margin-bottom: 4rem;
  }

  .slider-mask-2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider-arrow {
    color: #000;
    width: 40px;
    height: 40px;
    display: none;
    top: auto;
    bottom: -60px;
  }

  .slider-nav {
    height: 20px;
    padding-top: 3px;
    display: block;
    bottom: -50px;
  }

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

  .logos-bg-grid {
    background-size: cover;
  }

  .detail-container-3.hide-desktop {
    display: none;
  }

  .quick-stack-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-20 {
    height: auto;
  }

  .section_header_events {
    z-index: 1;
    height: 90vh;
  }

  .events-hero-cta {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.5fr;
  }

  .section_header_peerscale {
    z-index: 1;
  }

  .section_header-peerscale {
    z-index: 1;
    height: 90vh;
  }

  .logo-inverted {
    height: 60px;
  }

  .quick-stack_whoitsfor {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .cell-11 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    display: flex;
  }

  .img-wrappers-copy {
    margin-left: .8rem;
  }

  .div-block-23 {
    align-self: flex-end;
    margin-bottom: 5rem;
  }

  .img-small {
    width: 57%;
    bottom: -4rem;
    left: -9.3rem;
  }

  .cell-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .img-small-home {
    width: 57%;
    bottom: -8rem;
    left: -2rem;
  }

  .img-small-events {
    top: -4rem;
    right: -8rem;
  }

  .section_header-member {
    z-index: 1;
    height: 90vh;
  }

  .title-price {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .price-card {
    padding: 24px;
  }

  .cell-10-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .quick-stack_budget {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 32px;
  }

  .quick-stack_peerscale2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
  }

  .who-itsfor-container {
    margin-left: 0;
  }

  .img-wrapper-astronaut {
    width: 80%;
  }

  .img-small-speaker {
    inset: auto auto 4rem 0%;
  }

  .img-real-ppl {
    order: 1;
  }

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

  .section_header-sponsor {
    z-index: 1;
    height: 90vh;
  }

  .cta8_component-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.5fr 1fr;
  }

  .who-itsfor-container-2 {
    margin-left: 0;
  }

  .img-small-speaker-sponsor {
    inset: auto auto 4rem 0%;
  }

  .img-wrapper-space {
    width: 80%;
  }

  .cell-17 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .relative {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .img-fill {
    object-fit: cover;
  }

  .cell-17-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section_header-communuty {
    z-index: 1;
    height: 90vh;
  }

  .dropdown-container {
    border-style: none;
    padding: 0;
  }

  .pocast-container {
    grid-template-columns: .5fr 2fr;
  }

  .nav-img-wrapper {
    border-radius: 12px;
    width: 74px;
    height: 74px;
  }

  .nav_form {
    flex-flow: column;
  }

  .nav-form-block {
    max-width: 100%;
  }

  .navbar2_container-dark {
    grid-template-columns: .25fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3px;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
  }

  .event-right-col {
    width: 90%;
  }

  .event-img-wrapper-home {
    aspect-ratio: 5 / 4;
    height: auto;
  }

  .section_modal_white {
    display: none;
  }

  .description-tag {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .img-wrappers-home {
    margin-left: .8rem;
  }

  .events-h3-container {
    margin-right: 0;
  }

  .cta8_component-copy-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.5fr 1fr;
  }

  .bg-gradient-menu-mobile {
    background-image: linear-gradient(180deg, var(--base-color-brand--white), white 0%, #fff0), linear-gradient(90deg, var(--base-color-neutral--yellow), var(--base-color-neutral--white) 57%, var(--base-color-neutral--blue));
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% 0% -20rem;
  }

  .icon-container-long {
    margin-left: 2rem;
  }

  .paragraph-3 {
    display: inline;
  }

  .img-wrapper-people {
    width: 80%;
  }

  .logo-pill-med {
    width: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-wrapper_how-it-works {
    margin-left: .8rem;
  }

  .img-aeroplane {
    width: 100%;
  }

  .cta8_content-copy {
    margin-right: 0;
  }

  .img-biz-advisors {
    align-self: flex-end;
    margin-bottom: 7rem;
  }

  .speakers {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    background-color: var(--base-color-brand--white);
    grid-template-columns: 1fr;
  }

  .sponsorship-cta {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.5fr 1fr;
  }

  .cta-sponsors {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    background-color: var(--text-color--transparent);
    grid-template-columns: 1fr;
  }

  .cell-waystopartner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tito-button {
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .tito-button.mobile-form {
    align-self: stretch;
  }

  .section_404 {
    z-index: 1;
  }

  .luma-button {
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .luma-button.mobile-form {
    align-self: stretch;
  }

  .section_header-baseballl {
    z-index: 1;
    height: 90vh;
  }

  .img-small-requests {
    inset: auto 0 4rem auto;
  }

  .img-small-bb {
    width: 57%;
    bottom: -4rem;
    left: -9.3rem;
  }

  .navbar2_container-green {
    grid-template-columns: .25fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3px;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
  }

  .img-wrappers-home-copy {
    margin-left: .8rem;
  }

  .cell-requests {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .who-itsfor-container-2-copy {
    margin-left: 0;
  }

  .relative-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .img-wrapper-bb {
    width: 80%;
  }

  .img-bb {
    width: 100%;
  }

  .img-wrapper_how-it-works-copy {
    margin-left: .8rem;
  }

  .img_how-to-help-copy {
    bottom: 7rem;
    right: 0;
  }

  .section_cta11-copy {
    background-position: 50% 100%;
    background-size: cover;
  }

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

  .section_header-directory {
    z-index: 1;
    height: 90vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 55px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 33.6px;
  }

  h3 {
    letter-spacing: .01em;
    font-size: 32px;
    line-height: 33.6px;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

  .padding-large.mobile-stretch {
    padding-top: 1rem;
  }

  .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-top.margin-xlarge.mobile-margin-none {
    margin-top: 0;
  }

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

  .margin-bottom.margin-medium {
    margin-bottom: 2.2rem;
  }

  .margin-bottom.margin-small {
    order: -1;
  }

  .margin-bottom.margin-med-ish {
    margin-bottom: 1.5rem;
  }

  .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-top.padding-50.mobile-50 {
    padding-top: 50px;
  }

  .padding-top.padding-150 {
    padding-top: 0;
  }

  .padding-top.padding-150.mobile-50 {
    padding-top: 50px;
  }

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

  .padding-bottom.padding-xxhuge {
    padding-bottom: 5.8rem;
  }

  .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-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 32px;
    line-height: 33.6px;
  }

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

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

  .heading-style-h1 {
    font-size: 55px;
    line-height: 42px;
  }

  .button.is-tertiary.form {
    border-radius: 500px;
    align-self: stretch;
  }

  .button.mobile-form {
    align-self: stretch;
  }

  .button.baseball-green {
    align-self: flex-start;
  }

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

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

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

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

  .text-size-large {
    font-size: 22px;
    line-height: 26.4px;
  }

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

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

  .padding-section-medium.padding-mobile-sm {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

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

  .padding-section-large.padding-mobile-small {
    padding-top: 1rem;
  }

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .cta8_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: start center;
  }

  .img-woman {
    border-radius: 13px;
    width: 97px;
  }

  .img-circuit {
    width: 60px;
  }

  .cutout-hero-pan {
    width: 190px;
  }

  .hero-text-centered {
    flex: 0 auto;
    justify-content: flex-end;
  }

  .hero-text-centered.mobile-padding-hero {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .text-align-center-2 {
    flex: 1;
    align-items: stretch;
    display: flex;
  }

  .img-man {
    width: 153px;
  }

  .text-highlight-h1 {
    box-shadow: inset 0 -80px #dbff00;
  }

  .cta8_content {
    text-align: center;
    margin-right: 0;
  }

  .img-arc {
    width: 88px;
    bottom: 28%;
    right: -1%;
  }

  .section_header-centered {
    justify-content: space-between;
    align-items: stretch;
    height: 80vh;
  }

  .navbar2_dropdown-list {
    display: none;
  }

  .navbar2_dropdown-list.w--open {
    display: block;
  }

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

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

  .menu-icon2.green {
    color: #00ff05;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .h1-span {
    font-size: 64px;
    line-height: 44px;
  }

  .h1-span.spacer {
    padding-right: 0;
  }

  .h1-span.text-size-h1 {
    font-size: 64px;
  }

  .logo1_logo {
    max-height: 3rem;
  }

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

  .logo1_list {
    padding-top: 1rem;
  }

  .quick-stack {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .logo-card._1, .logo-card._2 {
    justify-content: center;
    align-items: center;
  }

  .heading {
    line-height: 49px;
  }

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

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

  .section_cta25 {
    border-radius: 0;
  }

  .section_cta25.bg-yellow.space-below {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    margin-bottom: 1rem;
  }

  .event-mic {
    width: 132px;
  }

  .h2-span {
    text-align: center;
    white-space: break-spaces;
    word-break: normal;
    font-size: 61px;
    line-height: 44px;
  }

  .text-style-tagline.mint {
    margin-right: 12px;
  }

  .layout192_content-right.max-width-xsmall {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .layout192_image-wrapper {
    border-radius: 25px;
  }

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

  .date-badge {
    display: none;
  }

  .detail-container.hide-desktop {
    display: flex;
  }

  .detail-row {
    width: 100%;
  }

  .radial-gradient {
    background-image: radial-gradient(circle farthest-corner at 50% 170%, var(--base-color-neutral--yellow) 27%, white 77%);
    width: 112%;
    left: -6%;
    right: -6%;
  }

  .radial-gradient.top {
    background-image: radial-gradient(circle farthest-corner at 50% -20%, var(--base-color-neutral--yellow) 12%, white 28%);
  }

  .tab-link {
    margin-bottom: 12px;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 12px;
    display: none;
  }

  .tab-pane-tab-1 {
    height: auto;
  }

  .date-badge-2 {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .date-badge-2.shadow-medium {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: none;
  }

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

  .col-3 {
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: 100%;
  }

  .margin-top-bottom.margin-52 {
    margin-top: 3.1rem;
    margin-bottom: 3.1rem;
  }

  .margin-top-bottom.margin-medish {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .icon-h2 {
    align-items: center;
  }

  .icon-h2.align-center-mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph {
    order: -1;
  }

  .paragraph-2 {
    order: 1;
  }

  .section_layout1.bg-gradient-blue {
    background-image: linear-gradient(180deg, var(--base-color-neutral--blue) 75%, white);
  }

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

  .layout1_image-wrapper {
    border-radius: 32px;
    margin-left: 5rem;
  }

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

  .padding-section-xlarge.padding-mobile-sm {
    padding-top: 3rem;
  }

  .img-wrappers {
    order: 2;
    margin-bottom: 10rem;
    margin-left: 0;
  }

  .layout1_image-wrapper-2 {
    border-radius: 32px;
    width: 46%;
    left: auto;
  }

  .cta8_content-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    height: 50vh;
    display: flex;
  }

  .section_cta8 {
    background-position: 50% 0;
    background-size: cover;
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    height: 60vh;
  }

  .signup-form-wrapper {
    flex-flow: column;
  }

  .cta8_form {
    text-align: center;
  }

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

  .div-block-2 {
    order: 1;
  }

  .cell {
    justify-content: flex-end;
    align-items: center;
  }

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

  .quick-stack-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .img-wrappers-2 {
    order: 2;
    margin: 2rem 0 0;
  }

  .layout1_image-wrapper-3 {
    border-radius: 32px;
    width: 50%;
    top: -4rem;
    left: auto;
    right: 0;
  }

  .layout1_image-wrapper-copy {
    border-radius: 32px;
    width: 90%;
    margin-left: 0;
  }

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

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

  .testimonial1_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 24px;
  }

  .testimonial-img-wrapper {
    border-radius: 500px;
    width: 70%;
    margin-left: 0;
  }

  .tab-menu {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    flex-flow: column;
  }

  .tab-container {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tab-container.w--current {
    order: -1;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .testimonial-header {
    font-size: 67px;
    line-height: 67px;
  }

  .testimonial-header.xl {
    font-size: 5rem;
  }

  .testimonial-header.xl.white {
    font-size: 4.9rem;
  }

  .blog44_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .tag.white {
    padding: 16px 20px;
    box-shadow: 0 12px 16px -4px #00000008, 0 4px 6px -2px #00000014;
  }

  .blog44_heading {
    margin-right: 0;
  }

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

  .benefit-text {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .indent-32 {
    padding-left: 0;
  }

  .icon-container {
    width: 100%;
    height: 150px;
    margin-left: 0;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .div-block-4 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .new-to-canadian-tech {
    position: static;
  }

  .benefit-text-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .icon-container-tall {
    width: 100%;
    height: 124px;
    margin-left: 0;
  }

  .div-block-5-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .div-block-4-copy {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .benefit-text-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .seed-to-series-a {
    position: static;
    left: 50px;
    right: auto;
  }

  .quick-stack-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cta8_content-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    box-shadow: none;
    background-color: #fff0;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .section_cta8-2 {
    background-image: linear-gradient(0deg, var(--base-color-brand--white) 56%, #fff0), url('../images/Background-1.png');
    background-position: 0 0, 50% -5%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 210%;
  }

  .cta-img-wrapper {
    border-radius: 32px;
    margin-left: 0;
  }

  .quick-stack-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-auto-flow: row;
  }

  .footer1_form-block {
    flex-flow: column;
    display: flex;
  }

  .footer1_link-list {
    min-width: 30%;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.8rem;
    grid-template-columns: 1fr;
  }

  .footer1_link-column {
    flex-flow: row;
    justify-content: space-between;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .radial-gradient-2 {
    background-image: radial-gradient(circle farthest-corner at 50% 170%, var(--base-color-neutral--yellow) 27%, white 77%);
    width: 112%;
    left: -6%;
    right: -6%;
  }

  .marquee-horizontal-headline {
    height: 106px;
    left: auto;
  }

  .logo1_container-overlay {
    padding-top: 1rem;
  }

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

  .div-block-10 {
    height: 190px;
  }

  .logo-pill {
    width: 126px;
  }

  .logo-tile {
    height: 50px;
  }

  .heading-style-h2-1 {
    font-size: 22px;
  }

  .text-highlight-h4 {
    box-shadow: inset 0 -80px 0 0 var(--base-color-neutral--yellow);
  }

  .text-highlight-h4.blue {
    background-color: var(--base-color-neutral--blue);
    box-shadow: inset 0 -80px 0 0 var(--base-color-neutral--blue);
  }

  .tab-dropdown {
    background-color: var(--base-color-brand--white);
    color: var(--base-color-brand--black);
    text-align: left;
    cursor: pointer;
    border: .5px solid #000;
    border-radius: 100px;
    height: 50px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .tab-dropdown:hover {
    background-color: var(--base-color-neutral--yellow);
  }

  .text-block-2 {
    font-weight: 400;
  }

  .quote {
    width: 31px;
  }

  .div-block-13, .div-block-14 {
    margin-bottom: 2.2rem;
  }

  .contact1_form {
    grid-row-gap: 50px;
  }

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

  .section_contact1 {
    padding-top: 10%;
  }

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

  .contact_image-wrapper {
    border-radius: 32px;
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .div-block-17 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .header1_content-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

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

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .event-details {
    grid-template-columns: 1fr;
  }

  .detail-container-2.hide-desktop {
    display: flex;
  }

  .layout141_image-wrapper {
    aspect-ratio: 3 / 2;
  }

  .layout141_image-wrapper.img-mobile-only, .hide-desktop {
    display: block;
  }

  .section_speakers {
    background-image: linear-gradient(0deg, var(--base-color-brand--white) 56%, #fff0), url('../images/Background-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .layout192_content-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .sched-row {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .stack-events {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .section_audience {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .section_audience.bg-gradient-blue {
    background-image: linear-gradient(180deg, var(--base-color-neutral--blue) 75%, white);
  }

  .grid-2 {
    grid-template-columns: 2.5fr;
  }

  .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .detail-container-3.hide-desktop {
    display: flex;
  }

  .cell-left-border {
    border-left-style: none;
    border-left-width: 0;
  }

  .event-header {
    font-size: 67px;
    line-height: 67px;
  }

  .cell-9 {
    justify-content: center;
    align-items: center;
  }

  .section_header_events {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    justify-content: flex-end;
    align-items: stretch;
    height: 90vh;
    margin-bottom: 3rem;
  }

  .events-hero-cta {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: left;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: stretch start;
    height: 100%;
  }

  .section_header-events {
    padding-top: 10%;
  }

  .section_header_peerscale {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    justify-content: space-between;
    align-items: stretch;
    height: 80vh;
  }

  .section_header-peerscale {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    justify-content: space-between;
    align-items: stretch;
    height: 90vh;
  }

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

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

  .logo-inverted {
    height: 32px;
  }

  .marquee-horizontal-headline-inverted {
    height: 90px;
    left: -3rem;
  }

  .quick-stack-3-copy {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .card-white {
    align-self: stretch;
    padding: 32px 18px;
  }

  .quick-stack_peerscale {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .layout1_image-wrapper-bottom {
    border-radius: 32px;
    width: 50%;
    top: auto;
    left: auto;
    right: 0;
  }

  .quick-stack_whoitsfor {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .who-its-for-div {
    text-align: center;
    border-left-style: none;
    flex-flow: column;
    padding-left: 0;
  }

  .cell-10 {
    padding-bottom: 20px;
  }

  .revenue-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-style-banner {
    font-size: 106px;
  }

  .revenue-span {
    font-size: 106px;
    line-height: 90px;
  }

  .section_cta9 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    height: 50vh;
  }

  .img-wrappers-copy {
    order: 2;
    margin-bottom: 10rem;
    margin-left: 0;
  }

  .img-small {
    border-radius: 32px;
    width: 46%;
    left: auto;
  }

  .cell-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .img-small-home {
    border-radius: 32px;
    width: 46%;
    left: auto;
  }

  .img-larg-home {
    border-radius: 32px;
    margin-left: 5rem;
  }

  .img-small-events {
    border-radius: 32px;
    width: 50%;
    top: -4rem;
    left: auto;
    right: 0;
  }

  .tab_link {
    width: 100%;
  }

  .section_header-member {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    justify-content: space-between;
    align-items: stretch;
    height: 90vh;
  }

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

  .price-span {
    font-size: 106px;
    line-height: 90px;
  }

  .price-card {
    border-radius: 32px;
    padding: 18px;
  }

  .currency-split {
    flex: none;
  }

  .heading-style-banner-2 {
    font-size: 106px;
  }

  .div-block-25 {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-stack-8 {
    border: .5px solid #000;
    border-radius: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cell-price {
    border-style: none;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .div-block-26 {
    flex: 1;
  }

  .cell-10-copy {
    padding-bottom: 20px;
  }

  .quick-stack_budget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 32px;
    padding: 42px 20px;
  }

  .quick-stack_peerscale2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-h1 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .stack-members {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .img-wrapper-astronaut {
    border-radius: 32px;
  }

  .img-small-speaker {
    border-radius: 32px;
    width: 50%;
    inset: auto auto 4rem 0%;
  }

  .div-block-29 {
    flex: none;
  }

  .img-real-ppl {
    width: 132px;
  }

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

  .section_header-sponsor {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    justify-content: space-between;
    align-items: stretch;
    height: 90vh;
  }

  .cta8_component-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: start center;
  }

  .stack-sponsors {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .img-small-speaker-sponsor {
    border-radius: 32px;
    width: 50%;
    inset: auto auto 4rem 0%;
  }

  .img-wrapper-space {
    border-radius: 32px;
  }

  .cell-17 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .relative {
    position: relative;
  }

  .layout1_image-wrapper-techleader {
    border-radius: 32px;
    margin-left: 0;
  }

  .cell-17-copy {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section_header-communuty {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    justify-content: space-between;
    align-items: stretch;
    height: 90vh;
  }

  .div-block-32 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section_meet-founders {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .section_meet-founders.bg-gradient-blue {
    background-image: linear-gradient(180deg, var(--base-color-neutral--blue) 75%, white);
  }

  .section_meet-founders.bg-gradient-blue-bottom {
    background-image: linear-gradient(0deg, var(--base-color-neutral--blue), white 47%);
  }

  .quick-stack-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .img-larg-ceo {
    border-radius: 32px;
    margin-left: 0;
  }

  .quick-stack-11 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .event-right-col {
    width: 100%;
  }

  .event-img-wrapper-home {
    border-radius: 25px;
  }

  .section_modal_white {
    display: none;
  }

  .email-template-container {
    width: 100%;
  }

  .copy-card {
    height: 80vh;
  }

  .form-modal-container, .scroll-container {
    width: 100%;
    height: 80vh;
  }

  .description-tag {
    flex-flow: row;
  }

  .div-block-35 {
    overflow: scroll;
  }

  .img-wrappers-home {
    order: 2;
    margin-bottom: 10rem;
    margin-left: 0;
  }

  .events-h3-container {
    text-align: center;
    margin-right: 0;
  }

  .cta8_component-copy-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: start center;
  }

  .marquee-container {
    height: 70px;
  }

  .disable-event-btn {
    justify-content: center;
    align-items: center;
  }

  .tab-dropdown-icon {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon-container-long {
    width: 100%;
    height: 150px;
    margin-left: 0;
  }

  .cell-23 {
    align-items: stretch;
  }

  .cell-24 {
    display: none;
  }

  .subscribe-cell {
    padding-right: 0;
  }

  .div-block-36 {
    margin-bottom: 1.5rem;
  }

  .icon-diamond {
    width: 43px;
  }

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

  .img-wrapper-people {
    border-radius: 32px;
  }

  .logo-pill-med {
    width: 126px;
    padding: 12px 18px;
  }

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

  .mobile-width-80 {
    width: 80%;
  }

  .cell-copy {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .cell-copy.mobile-align-center {
    text-align: center;
  }

  .img-wrapper_how-it-works {
    order: 2;
    margin: 2rem 0 0;
  }

  .img-aeroplane {
    border-radius: 32px;
    width: 90%;
    max-width: 390px;
    margin-left: 0;
  }

  .img_man-at-desk {
    border-radius: 32px;
    width: 50%;
    inset: auto 0 -6rem auto;
  }

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

  .cta8_content-copy {
    text-align: center;
    margin-right: 0;
  }

  .img-biz-advisors {
    margin-bottom: 6rem;
  }

  .icon_mobile {
    width: 43px;
  }

  .div-block-38 {
    order: 1;
  }

  .speakers {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: var(--base-color-brand--white);
    box-shadow: none;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding: 36px 18px;
    display: block;
  }

  .div-block-39 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-left: .05px solid #000;
    grid-template-columns: 1fr;
  }

  .sponsorship-cta {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: start center;
  }

  .cta-sponsors {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    box-shadow: none;
    background-color: #fff0;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .section_cta8-sponsors {
    background-image: url('../images/Amplify-mobile-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 204%;
  }

  .cell-waystopartner {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 20%;
  }

  .wipe-container {
    height: auto;
  }

  .tito-button.is-tertiary.form {
    border-radius: 500px;
    align-self: stretch;
  }

  .tito-button.mobile-form {
    align-self: stretch;
  }

  .empty-state, .empty-state-2 {
    border-radius: 25px;
  }

  .section_404 {
    justify-content: space-between;
    align-items: stretch;
  }

  .width-custom {
    width: 60%;
  }

  .luma-button.is-tertiary.form {
    border-radius: 500px;
    align-self: stretch;
  }

  .luma-button.mobile-form {
    align-self: stretch;
  }

  .section_cta10 {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    height: 66vh;
  }

  .section_requests {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .section_requests.bg-gradient-blue {
    background-image: linear-gradient(180deg, var(--base-color-neutral--blue) 75%, white);
  }

  .section_header-baseballl {
    background-position: 0 0;
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    justify-content: space-between;
    align-items: stretch;
    height: 90vh;
  }

  .section_cta11 {
    background-position: 50% 0;
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    height: 80vh;
  }

  .img-small-requests {
    border-radius: 32px;
    width: 43%;
    inset: auto 0 -3rem auto;
  }

  .img_how-to-help {
    border-radius: 32px;
    width: 50%;
    inset: auto 0 -6rem auto;
  }

  .img-small-bb {
    border-radius: 32px;
    width: 46%;
    left: auto;
  }

  .img-wrappers-home-copy {
    order: 2;
    margin-bottom: 10rem;
    margin-left: 0;
  }

  .cell-requests {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0%;
  }

  .relative-copy {
    margin-bottom: 2.4rem;
    position: relative;
  }

  .img-wrapper-bb {
    border-radius: 32px;
    width: 75%;
  }

  .text-style-h3 {
    font-size: 22px;
  }

  .logo {
    height: 50px;
    margin-right: auto;
  }

  .text-size-h1 {
    font-size: 55px;
    line-height: 42px;
  }

  .text-size-h3 {
    font-size: 22px;
  }

  .img-bb {
    border-radius: 32px;
    width: 95%;
    max-width: 417px;
    margin-left: 0;
  }

  .img-wrapper_how-it-works-copy {
    order: 2;
    margin: 2rem 0 0;
  }

  .quick-stack_peerscale-copy, .quick-stack_yourrole {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .img_how-to-help-copy {
    border-radius: 32px;
    width: 50%;
    inset: auto 0 2.3rem auto;
  }

  .marquee-horizontal-headline-copy {
    height: 70px;
    left: auto;
  }

  .section_cta11-copy {
    background-position: 50% 100%;
    background-size: cover;
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    height: 70vh;
  }

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

  .padding-section-large-copy.padding-mobile-small {
    padding-top: 1rem;
  }

  .section_header-directory {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    justify-content: space-between;
    align-items: stretch;
    height: 90vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 41px;
  }

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

  .padding-large.mobile-stretch {
    flex: .45 auto;
  }

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

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

  .margin-bottom.margin-small.margin-mobile-xxs, .margin-bottom.margin-small.margin-mobile-none {
    margin-bottom: 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;
  }

  .heading-style-h1 {
    font-size: 40px;
  }

  .button.mobile-form, .button.stretch {
    align-self: stretch;
  }

  .nav-bg-container {
    padding: 24px;
  }

  .padding-section-small.mobile-stretch {
    height: 100%;
  }

  .padding-section-medium.padding-mobile-sm {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .padding-section-large.padding-mobile-medium {
    padding-top: 2.5rem;
  }

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

  .cta8_component {
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
    height: 100%;
    display: flex;
  }

  .container-large-2 {
    flex: 1;
  }

  .container-large-2.mobile-stretch {
    flex-flow: column;
    height: 100%;
  }

  .cutout-hero-pan {
    top: -4%;
    left: -30%;
  }

  .hero-text-centered {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .hero-text-centered.mobile-padding-hero {
    margin-top: 80px;
  }

  .cutout-hero-cupcake {
    width: 80px;
  }

  .text-size-large-2 {
    font-size: 20px;
  }

  .cutout-hero-fish {
    width: 160px;
    top: -5%;
    right: -23%;
  }

  .img-man {
    width: 153px;
    bottom: 35%;
    left: -13%;
  }

  .text-highlight-h1 {
    line-height: 97%;
    box-shadow: inset 0 -58px #dbff00;
  }

  .cta8_content {
    width: 80%;
  }

  .img-arc {
    bottom: 30%;
    right: -10%;
  }

  .max-width-xlarge-2 {
    align-self: center;
  }

  .section_header-centered {
    justify-content: center;
    height: 83vh;
  }

  .navbar2_link.current, .navbar2_dropdwn-toggle {
    font-size: 3rem;
  }

  .h1-span {
    font-size: 48px;
    line-height: 38px;
  }

  .h1-span.green {
    font-size: 55px;
  }

  .h1-span.text-size-h1 {
    font-size: 48px;
    line-height: 38px;
  }

  .logo1_logo {
    max-height: 1.9rem;
  }

  .logo1_list {
    justify-content: center;
  }

  .logo-card._1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-card._2 {
    padding: 20px;
  }

  .events-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2-span {
    font-size: 48px;
    line-height: 38px;
  }

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

  .detail-row {
    flex-flow: column;
  }

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

  .img-wrappers {
    margin-bottom: 5rem;
  }

  .section_cta8 {
    background-image: url('../images/Network3-1.png'), linear-gradient(#f4811e, #f4811e 51%, #f4811e00 60%), linear-gradient(0deg, #4734a5, #4734a5);
    background-position: 50%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: auto 70%, auto, auto;
    height: 60vh;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .testimonial-header.xl {
    font-size: 2.8rem;
  }

  .testimonial-header.xl.white {
    font-size: 3rem;
  }

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .benefit-text {
    width: 100%;
  }

  .section_cta8-2 {
    background-position: 0 0, 50% 0;
    background-size: auto, 260%;
  }

  .footer1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_link-list {
    width: 40%;
    min-width: auto;
    max-width: none;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .marquee-horizontal-headline {
    height: 110px;
  }

  .logo1_container-overlay {
    justify-content: center;
  }

  .logo-tile {
    height: 40px;
  }

  .marquee-horizontal-3 {
    height: 110px;
  }

  .text-block {
    font-size: 3rem;
  }

  .text-highlight-h4 {
    box-shadow: inset 0 -58px 0 0 var(--base-color-neutral--yellow);
    line-height: 97%;
  }

  .tab-dropdown {
    background-position: 94%;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 16px;
  }

  .contact1_form {
    grid-row-gap: 1.5rem;
  }

  .section_contact1 {
    padding-top: 16%;
  }

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

  .slider-arrow {
    display: none;
  }

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

  .section_header_events {
    justify-content: flex-end;
    align-items: stretch;
    height: 90vh;
    padding-bottom: 2rem;
  }

  .events-hero-cta {
    text-align: left;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: flex-start center;
    height: 100%;
    display: flex;
  }

  .section_header-events {
    padding-top: 16%;
  }

  .section_header_peerscale {
    justify-content: center;
    height: 83vh;
  }

  .section_header-peerscale {
    justify-content: center;
    height: 90vh;
  }

  .marquee-horizontal-headline-inverted {
    height: 110px;
    left: 0;
  }

  .list-highlight {
    margin-left: 0;
  }

  .card-white {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .quick-stack_peerscale {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .container-2 {
    padding-left: 15px;
  }

  .container-3 {
    padding-left: 30px;
  }

  .container-4 {
    padding-left: 45px;
  }

  .img-small-home {
    bottom: -4rem;
  }

  .img-larg-home {
    margin-left: 3rem;
  }

  .section_header-member {
    justify-content: center;
    height: 90vh;
  }

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

  .cell-price {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cell-price._2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .quick-stack_budget {
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .icon-h1 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
  }

  .whoitsfor-row {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cell-15 {
    align-items: stretch;
  }

  .div-block-29 {
    width: 100%;
  }

  .section_header-sponsor {
    justify-content: center;
    height: 90vh;
  }

  .cta8_component-copy {
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
    height: 100%;
    display: flex;
  }

  .layout1_image-wrapper-techleader {
    margin-left: 0;
  }

  .section_header-communuty {
    justify-content: center;
    height: 90vh;
  }

  .div-block-32 {
    align-items: stretch;
  }

  .nav_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section_modal_white {
    display: none;
  }

  .copy-card {
    overflow: scroll;
  }

  .img-wrappers-home {
    margin-bottom: 5rem;
  }

  .events-h3-container {
    text-align: left;
    align-self: flex-start;
    width: 100%;
  }

  .cta8_component-copy-copy {
    text-align: center;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
    height: 100%;
    display: flex;
  }

  .sponsor-img, .cell-22 {
    align-items: stretch;
  }

  .subscribe-cell {
    align-items: stretch;
    padding-right: 0;
  }

  .logo-pill-med {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mobile-width-80 {
    width: 80%;
  }

  .img-wrapper_how-it-works {
    align-self: center;
    width: 90%;
  }

  .img-aeroplane {
    width: 80%;
    max-width: 294px;
    position: static;
  }

  .padding-section-small-ish.mobile-stretch {
    height: 100%;
  }

  .cta8_content-copy {
    width: 100%;
  }

  .no-orphan {
    white-space: nowrap;
  }

  .cell-29 {
    align-items: stretch;
  }

  .sponsorship-cta {
    text-align: center;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
    height: 100%;
    display: flex;
  }

  .section_cta8-sponsors {
    background-image: url('../images/Amplify-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 119%;
  }

  .wipe-container {
    height: auto;
  }

  .tito-button.mobile-form, .tito-button.stretch {
    align-self: stretch;
  }

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

  .section_404 {
    justify-content: center;
  }

  .luma-button.mobile-form, .luma-button.stretch {
    align-self: stretch;
  }

  .container-5 {
    padding-left: 60px;
  }

  .text-color-green.text-size-h1 {
    font-size: 52px;
  }

  .section_header-baseballl {
    justify-content: center;
    height: 90vh;
  }

  .img_how-to-help {
    bottom: 1rem;
    right: -1.8rem;
  }

  .img-wrappers-home-copy {
    margin-bottom: 5rem;
  }

  .text-style-h3 {
    font-size: 22px;
  }

  .logo {
    max-width: 170px;
  }

  .text-size-h1 {
    font-size: 40px;
    line-height: 42px;
  }

  .text-size-h1.text-color-blue {
    color: #0000fe;
  }

  .text-size-h1.text-color-cyan {
    color: #0ff;
  }

  .text-size-h1.text-color-green {
    font-size: 40px;
  }

  .text-size-h3 {
    line-height: 24px;
  }

  .img-bb {
    width: 96%;
    max-width: 303px;
    position: static;
  }

  .img-wrapper_how-it-works-copy {
    align-self: flex-start;
    width: 90%;
    margin-top: 0;
  }

  .quick-stack_peerscale-copy, .quick-stack_yourrole {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .img_how-to-help-copy {
    bottom: 2rem;
    right: -1.8rem;
  }

  .marquee-horizontal-headline-copy {
    height: 110px;
  }

  .section_cta11-copy {
    background-size: cover;
    height: 66vh;
  }

  .padding-section-large-copy.padding-mobile-medium {
    padding-top: 2.5rem;
  }

  .section_header-directory {
    justify-content: center;
    height: 90vh;
  }
}

#w-node-_89cb5670-34e8-0c6e-446c-3cf8042ad810-a6a2ca3f {
  justify-self: stretch;
}

#w-node-_89cb5670-34e8-0c6e-446c-3cf8042ad816-a6a2ca3f {
  align-self: center;
}

#w-node-_21ef2c0d-5db0-00af-aa33-d53cf610cad7-a6a2ca3f {
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_21ef2c0d-5db0-00af-aa33-d53cf610cad8-a6a2ca3f {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_7da3bbf3-8f8b-ea8a-1996-5c45993bac63-a6a2ca3f {
  grid-column: span 5 / span 5;
}

#w-node-a3e6dfbc-797e-d371-107f-46b7ded3b2ce-a6a2ca3f, #w-node-_94f97c73-c136-463a-f2a1-49a1e9daf043-a6a2ca3f {
  grid-column: span 3 / span 3;
}

#w-node-_28aa4f18-fd77-c968-096e-38f1bd407fa4-a6a2ca3f {
  grid-column: span 5 / span 5;
}

#w-node-_541dd206-23bf-a984-673b-84a7b91ca997-a6a2ca3f, #w-node-_4cd6c7c4-6e81-5b13-e657-90041e6a1923-a6a2ca3f, #w-node-_9dfa7e12-81bb-bff0-6ddc-6552fb390bd4-a6a2ca3f {
  justify-self: end;
}

#w-node-_9928ca7b-955a-2e3c-edaa-c2b220ce90ea-a6a2ca3f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9928ca7b-955a-2e3c-edaa-c2b220ce90f1-a6a2ca3f {
  grid-row: span 2 / span 2;
}

#w-node-_2dd87a21-0182-f49b-1484-fe6ddb1cc347-a6a2ca3f {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-_7d2e2bed-5dfa-7963-7cf3-625957e85456-a6a2ca3f {
  grid-row: span 2 / span 2;
}

#w-node-_15985e47-4f88-6170-64f3-ea32c6c3838f-a6a2ca3f, #w-node-_15985e47-4f88-6170-64f3-ea32c6c383a0-a6a2ca3f, #w-node-_15985e47-4f88-6170-64f3-ea32c6c383b1-a6a2ca3f {
  place-self: center start;
}

#w-node-_4f0978ae-6696-e7f7-e7bc-315a18192664-a6a2ca3f {
  align-self: center;
}

#w-node-da61fb54-1ff7-46f4-2aaf-d5610cf34401-a6a2ca3f {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-da61fb54-1ff7-46f4-2aaf-d5610cf34402-a6a2ca3f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-eb25088e-da0d-9be0-fdbf-0b8b81a8b743-a6a2ca3f {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_53d0acdd-627b-e9f0-f703-e452bf87d690-a6a2ca3f {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_6384534d-38a4-17d2-3c29-88a5a550a845-a6a2ca3f {
  grid-column: span 2 / span 2;
}

#w-node-_3729d26b-a229-0841-51ef-949ff94f7274-a6a2ca3f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3729d26b-a229-0841-51ef-949ff94f7275-a6a2ca3f {
  grid-row: span 2 / span 2;
}

#w-node-_224b7677-c11e-e977-3d6a-5d5ec77b7efc-a6a2ca3f, #w-node-d468ba35-6def-841d-9685-8f1cdf26c2c0-df26c2b8 {
  align-self: stretch;
}

#w-node-_854e75ae-8084-bd6f-a7d5-e8f06c0acf0e-6c0acf0c {
  align-self: center;
}

#w-node-_172472bf-4440-ddd8-e975-7e859557b662-6c0acf0c {
  justify-self: stretch;
}

#w-node-_854e75ae-8084-bd6f-a7d5-e8f06c0acf26-6c0acf0c {
  justify-self: end;
}

#w-node-be271d11-17d1-f19b-0c69-e2996a085c56-6a085c49, #w-node-be271d11-17d1-f19b-0c69-e2996a085c57-6a085c49, #w-node-be271d11-17d1-f19b-0c69-e2996a085c58-6a085c49, #w-node-be271d11-17d1-f19b-0c69-e2996a085c59-6a085c49 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be271d11-17d1-f19b-0c69-e2996a085c6c-6a085c49 {
  grid-row: span 2 / span 2;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-a6a2ca6d {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-a6a2ca6d {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-a6a2ca6d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-a6a2ca6d, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-a6a2ca6d, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-a6a2ca6d, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-a6a2ca6d, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-a6a2ca6d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-a6a2ca6d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-a6a2ca6d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-a6a2ca6d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-a6a2ca6d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-a6a2ca6d {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-a6a2ca6d {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-a6a2ca6d {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-a6a2ca6d, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-a6a2ca6d, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-a6a2ca6d {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-a6a2ca6d, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-a6a2ca6d, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-a6a2ca6d {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-a6a2ca6d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-a6a2ca6d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-a6a2ca6d, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-a6a2ca6d, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-a6a2ca6d {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-a6a2ca6d, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-a6a2ca6d, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-a6a2ca6d {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-a6a2ca6d, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-a6a2ca6d, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-a6a2ca6d {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-a6a2ca6d, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-a6a2ca6d, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-a6a2ca6d {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-a6a2ca6d, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-a6a2ca6d, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-a6a2ca6d {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-a6a2ca6d, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-a6a2ca6d, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-a6a2ca6d {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-a6a2ca6d, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-a6a2ca6d {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-a6a2ca6d, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-a6a2ca6d, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-a6a2ca6d, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-a6a2ca6d, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-a6a2ca6d, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-a6a2ca6d {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-a6a2ca6d, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-a6a2ca6d, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-a6a2ca6d {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-a6a2ca6d, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-a6a2ca6d, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-a6a2ca6d {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-a6a2ca6d, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-a6a2ca6d, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-a6a2ca6d {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-a6a2ca6d, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-a6a2ca6d, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-a6a2ca6d {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-a6a2ca6d, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-a6a2ca6d, #w-node-ee961e8d-845a-edc3-3307-509470022457-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-a6a2ca6d {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-a6a2ca6d, #w-node-ee961e8d-845a-edc3-3307-50947002245b-a6a2ca6d, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-a6a2ca6d {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-a6a2ca6d, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-a6a2ca6d, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-a6a2ca6d {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-a6a2ca6d, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-a6a2ca6d, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-a6a2ca6d {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-a6a2ca6d, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-a6a2ca6d, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-a6a2ca6d {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-a6a2ca6d, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-a6a2ca6d, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-a6a2ca6d {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-a6a2ca6d, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-a6a2ca6d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-a6a2ca6d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-a6a2ca6d {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-a6a2ca6d {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-a6a2ca6d {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-a6a2ca6d {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-a6a2ca6d {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-a6a2ca6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-a6a2ca6d {
  justify-self: start;
}

#w-node-ee403fe9-d9a6-aba0-a338-887ff194897c-e647a1eb {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-ee403fe9-d9a6-aba0-a338-887ff194897d-e647a1eb {
  grid-row: span 2 / span 2;
}

#w-node-faa8646c-1181-98ed-1c4a-d0894008d62f-e647a1eb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-faa8646c-1181-98ed-1c4a-d0894008d630-e647a1eb, #w-node-d5f23595-8da7-5a90-404a-bbf2fc8861ab-e647a1eb, #w-node-b4332c0e-b890-4639-e09d-191560416207-e647a1eb {
  grid-column: span 2 / span 2;
}

#w-node-dd99d412-317f-f6a8-8002-02ae9374dd0f-8ad50de9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dd99d412-317f-f6a8-8002-02ae9374dd11-8ad50de9 {
  grid-row: span 2 / span 2;
}

#w-node-_0c286da3-627b-76c5-9ad0-a02a606abd5f-606abd5d {
  justify-self: stretch;
}

#w-node-_0c286da3-627b-76c5-9ad0-a02a606abd94-606abd5d {
  justify-self: center;
}

#w-node-_89cb5670-34e8-0c6e-446c-3cf8042ad810-7c98b17b {
  justify-self: stretch;
}

#w-node-e3317729-5e40-9c95-8bb9-4c8c04049d61-7c98b17b, #w-node-_88ca3c47-f002-e4cb-c942-a31b23204146-7c98b17b {
  justify-self: end;
}

#w-node-_6d21889b-b552-05fc-a516-36c5e68a5cb9-e68a5cb5 {
  justify-self: stretch;
}

#w-node-_6d21889b-b552-05fc-a516-36c5e68a5cba-e68a5cb5 {
  justify-self: end;
}

#w-node-f43a2870-42b3-483a-2fe2-9d88188a16ec-1edc68a7 {
  justify-self: stretch;
}

#w-node-f43a2870-42b3-483a-2fe2-9d88188a16ef-1edc68a7 {
  align-self: center;
}

#w-node-_39b71d8b-a0a1-5fc0-1571-a0d13d98ac4e-1edc68a7 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-aa40d69c-1d0c-6852-e8e7-053fd9e458f6-1edc68a7 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-e23a454e-55a4-1ba1-d68b-1c6a3b7350e2-1edc68a7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3599620d-f85a-d65f-b3f9-35a02a021342-1edc68a7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_3599620d-f85a-d65f-b3f9-35a02a021343-1edc68a7, #w-node-_3599620d-f85a-d65f-b3f9-35a02a021349-1edc68a7 {
  grid-row: span 2 / span 2;
}

#w-node-_1de5de49-f51a-d465-d2b2-8d0831f731e6-1edc68a7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0464d947-071c-64fc-4bf7-965f36d372be-1edc68a7, #w-node-_8c9c5af5-7d36-2952-dedc-4035ea3045d6-1edc68a7, #w-node-_54f16243-e9d1-7249-a7e7-f51c903faef8-1edc68a7, #w-node-_90c708ab-7cbe-0c86-51fe-5abd72fe73ee-72fe73ec {
  justify-self: stretch;
}

#w-node-ca80687b-dcd6-d625-d8a5-77814ff1eb00-72fe73ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90c708ab-7cbe-0c86-51fe-5abd72fe743b-72fe73ec {
  justify-self: center;
}

#w-node-_074ecf98-1230-d3e5-f71b-01f0b2d94a99-4b70c1bb, #w-node-d06d91f3-6b46-0c17-9076-cbd2a6b08ec4-4b70c1bb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d06d91f3-6b46-0c17-9076-cbd2a6b08ec5-4b70c1bb {
  grid-column: span 2 / span 2;
}

#w-node-_0c15cba7-b92c-a57a-a5ca-424f0ef0f3a4-4b70c1bb {
  align-self: stretch;
}

#w-node-c8b0761f-91df-c69c-70cb-fc5ad7ac36e5-4b70c1bb, #w-node-_0c15cba7-b92c-a57a-a5ca-424f0ef0f3ba-4b70c1bb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0c15cba7-b92c-a57a-a5ca-424f0ef0f3bb-4b70c1bb {
  grid-column: span 2 / span 2;
}

#w-node-cb13aacb-a9fc-17a5-aea2-96dd73c6811b-4b70c1bb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb13aacb-a9fc-17a5-aea2-96dd73c6811c-4b70c1bb {
  grid-row: span 2 / span 2;
}

#w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f612-4b70c1bb {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.5fr;
}

#w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f619-4b70c1bb {
  grid-row: span 2 / span 2;
}

#w-node-_0f80089a-dc15-bfbd-27d1-d66f620c56eb-4b70c1bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_205879d3-312e-6518-6c78-47e0011d4e3e-c6f6e16d {
  justify-self: stretch;
}

#w-node-_205879d3-312e-6518-6c78-47e0011d4e41-c6f6e16d {
  align-self: center;
}

#w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f612-c6f6e16d {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f619-c6f6e16d {
  grid-row: span 2 / span 2;
}

#w-node-_2b15237a-d685-4cb9-4f98-08ff3aabf27c-c6f6e16d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2b15237a-d685-4cb9-4f98-08ff3aabf27e-c6f6e16d {
  grid-row: span 2 / span 2;
}

#w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f612-befa0fe2 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f619-befa0fe2 {
  grid-row: span 2 / span 2;
}

#w-node-_9a949ca7-f1b1-a192-d912-5207d020add8-befa0fe2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9a949ca7-f1b1-a192-d912-5207d020addf-befa0fe2 {
  grid-row: span 2 / span 2;
}

#w-node-_95c0303a-55d8-d1cd-d1ff-024fb6d8f8fa-befa0fe2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_95c0303a-55d8-d1cd-d1ff-024fb6d8f8fb-befa0fe2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-de839fa8-f599-d500-aaf2-e0bf86fb5484-befa0fe2 {
  grid-column: span 4 / span 4;
}

#w-node-adb74416-0dfb-5f51-4881-bb6edf0b0918-befa0fe2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-adb74416-0dfb-5f51-4881-bb6edf0b0922-befa0fe2 {
  grid-row: span 2 / span 2;
}

#w-node-_0d3ba499-4cce-68fb-2fbb-9bdbb2001fc5-befa0fe2, #w-node-_9734c6ff-3e33-debd-b3df-acd445a837ab-befa0fe2 {
  justify-self: end;
}

#w-node-_2ba994a3-cfac-29cf-882d-77d3915a66ee-50e668bb, #w-node-fd018e16-111e-ce5f-1df9-b2809db41379-50e668bb, #w-node-e904d088-a29f-2c12-2a45-4403a9f49f21-50e668bb {
  justify-self: start;
}

#w-node-_4a8728f9-3391-e631-4845-af79f304cb10-81d57cc9 {
  justify-self: stretch;
}

#w-node-caaac367-48a3-fc42-2b7a-5e57e425dc76-81d57cc9, #w-node-caaac367-48a3-fc42-2b7a-5e57e425dc77-81d57cc9, #w-node-caaac367-48a3-fc42-2b7a-5e57e425dc78-81d57cc9, #w-node-caaac367-48a3-fc42-2b7a-5e57e425dc79-81d57cc9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-caaac367-48a3-fc42-2b7a-5e57e425dc81-81d57cc9 {
  grid-row: span 2 / span 2;
}

#w-node-_4a8728f9-3391-e631-4845-af79f304cb14-81d57cc9 {
  justify-self: end;
}

#w-node-f43a2870-42b3-483a-2fe2-9d88188a16ec-81d57cc9 {
  justify-self: stretch;
}

#w-node-f43a2870-42b3-483a-2fe2-9d88188a16ef-81d57cc9 {
  align-self: center;
}

#w-node-ffb46248-5db3-83f8-c2f2-a1200844cd31-81d57cc9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39b71d8b-a0a1-5fc0-1571-a0d13d98ac4e-81d57cc9 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-ffb46248-5db3-83f8-c2f2-a1200844cd3a-81d57cc9 {
  grid-row: span 2 / span 2;
}

#w-node-e23a454e-55a4-1ba1-d68b-1c6a3b7350e2-81d57cc9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3599620d-f85a-d65f-b3f9-35a02a021342-81d57cc9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.25fr;
}

#w-node-_3599620d-f85a-d65f-b3f9-35a02a021343-81d57cc9, #w-node-_3599620d-f85a-d65f-b3f9-35a02a021349-81d57cc9 {
  grid-row: span 2 / span 2;
}

#w-node-cc73f2ed-14f3-532c-7b63-4bc3269a51da-81d57cc9 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-cc73f2ed-14f3-532c-7b63-4bc3269a51db-81d57cc9 {
  grid-row: span 2 / span 2;
}

#w-node-e481b995-5711-3ea6-6b71-e116e71fc3d5-e71fc3d2 {
  justify-self: stretch;
}

#w-node-e481b995-5711-3ea6-6b71-e116e71fc41e-e71fc3d2 {
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_541dd206-23bf-a984-673b-84a7b91ca997-a6a2ca3f {
    place-self: stretch end;
  }

  #w-node-_39b71d8b-a0a1-5fc0-1571-a0d13d98ac4e-1edc68a7 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-aa40d69c-1d0c-6852-e8e7-053fd9e458f6-1edc68a7 {
    grid-area: 1 / 7 / 3 / 13;
    justify-self: end;
  }

  #w-node-e23a454e-55a4-1ba1-d68b-1c6a3b7350e2-1edc68a7 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-adb74416-0dfb-5f51-4881-bb6edf0b0922-befa0fe2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_39b71d8b-a0a1-5fc0-1571-a0d13d98ac4e-81d57cc9 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-e23a454e-55a4-1ba1-d68b-1c6a3b7350e2-81d57cc9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_21ef2c0d-5db0-00af-aa33-d53cf610cad7-a6a2ca3f {
    grid-template-rows: auto auto;
    grid-template-columns: 2.75fr 1fr 1fr 1fr 1fr 1fr 2fr .25fr .25fr 2.5fr 1fr 1fr;
  }

  #w-node-d468ba35-6def-841d-9685-8f1cdf26c2b9-df26c2b8 {
    justify-self: stretch;
  }

  #w-node-be271d11-17d1-f19b-0c69-e2996a085c59-6a085c49 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-be271d11-17d1-f19b-0c69-e2996a085c6c-6a085c49 {
    order: -9999;
    grid-row: span 2 / span 2;
  }

  #w-node-ee403fe9-d9a6-aba0-a338-887ff194897c-e647a1eb {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-ee403fe9-d9a6-aba0-a338-887ff194897d-e647a1eb {
    grid-row: span 2 / span 2;
  }

  #w-node-ee403fe9-d9a6-aba0-a338-887ff1948983-e647a1eb {
    order: -9999;
  }

  #w-node-faa8646c-1181-98ed-1c4a-d0894008d62f-e647a1eb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-faa8646c-1181-98ed-1c4a-d0894008d630-e647a1eb {
    grid-column: span 2 / span 2;
  }

  #w-node-d5f23595-8da7-5a90-404a-bbf2fc8861ab-e647a1eb {
    order: 3;
    grid-column: span 2 / span 2;
  }

  #w-node-b4332c0e-b890-4639-e09d-191560416207-e647a1eb {
    order: 2;
  }

  #w-node-_49b29a35-9701-ee3a-6709-639dbe56421c-e647a1eb {
    order: 5;
  }

  #w-node-_4791178d-c52d-cfa2-0067-773dd6636e8b-e647a1eb {
    order: 9999;
  }

  #w-node-_69a79098-49fd-fe41-45e3-a1b4d05d0eac-7c98b17b {
    order: -9999;
  }

  #w-node-_39b71d8b-a0a1-5fc0-1571-a0d13d98ac4e-1edc68a7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aa40d69c-1d0c-6852-e8e7-053fd9e458f6-1edc68a7 {
    grid-area: 2 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-e23a454e-55a4-1ba1-d68b-1c6a3b7350e2-1edc68a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3599620d-f85a-d65f-b3f9-35a02a021342-1edc68a7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_3599620d-f85a-d65f-b3f9-35a02a021343-1edc68a7, #w-node-_3599620d-f85a-d65f-b3f9-35a02a021349-1edc68a7 {
    grid-row: span 2 / span 2;
  }

  #w-node-_1de5de49-f51a-d465-d2b2-8d0831f731e6-1edc68a7, #w-node-cb13aacb-a9fc-17a5-aea2-96dd73c6811b-4b70c1bb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cb13aacb-a9fc-17a5-aea2-96dd73c6811c-4b70c1bb {
    order: -9999;
    grid-row: span 2 / span 2;
  }

  #w-node-cb13aacb-a9fc-17a5-aea2-96dd73c68120-4b70c1bb {
    order: 3;
  }

  #w-node-cb13aacb-a9fc-17a5-aea2-96dd73c6812b-4b70c1bb {
    order: 9999;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f612-4b70c1bb {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f613-4b70c1bb {
    grid-row: span 2 / span 2;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f619-4b70c1bb {
    order: -9999;
  }

  #w-node-_0f80089a-dc15-bfbd-27d1-d66f620c56eb-4b70c1bb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f612-c6f6e16d {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f619-c6f6e16d {
    order: 2;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f613-c6f6e16d {
    order: -9999;
    grid-row: span 2 / span 2;
  }

  #w-node-_9c023344-2b60-3db7-e923-6dad7386ea22-c6f6e16d {
    order: 9999;
  }

  #w-node-_2b15237a-d685-4cb9-4f98-08ff3aabf27c-c6f6e16d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2b15237a-d685-4cb9-4f98-08ff3aabf27e-c6f6e16d {
    grid-row: span 2 / span 2;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f612-befa0fe2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f619-befa0fe2 {
    order: 2;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f613-befa0fe2 {
    order: -9999;
    grid-row: span 2 / span 2;
  }

  #w-node-_9c023344-2b60-3db7-e923-6dad7386ea22-befa0fe2 {
    order: 9999;
  }

  #w-node-_95c0303a-55d8-d1cd-d1ff-024fb6d8f8fa-befa0fe2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_95c0303a-55d8-d1cd-d1ff-024fb6d8f8fb-befa0fe2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-de839fa8-f599-d500-aaf2-e0bf86fb5484-befa0fe2 {
    grid-column: span 2 / span 2;
  }

  #w-node-caaac367-48a3-fc42-2b7a-5e57e425dc79-81d57cc9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-caaac367-48a3-fc42-2b7a-5e57e425dc81-81d57cc9 {
    order: -9999;
    grid-row: span 2 / span 2;
  }

  #w-node-_39b71d8b-a0a1-5fc0-1571-a0d13d98ac4e-81d57cc9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e23a454e-55a4-1ba1-d68b-1c6a3b7350e2-81d57cc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3599620d-f85a-d65f-b3f9-35a02a021342-81d57cc9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_3599620d-f85a-d65f-b3f9-35a02a021343-81d57cc9, #w-node-_3599620d-f85a-d65f-b3f9-35a02a021349-81d57cc9 {
    grid-row: span 2 / span 2;
  }

  #w-node-cc73f2ed-14f3-532c-7b63-4bc3269a51da-81d57cc9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-cc73f2ed-14f3-532c-7b63-4bc3269a51db-81d57cc9 {
    order: 2;
  }

  #w-node-cc73f2ed-14f3-532c-7b63-4bc3269a51e3-81d57cc9 {
    order: -9999;
    grid-row: span 2 / span 2;
  }

  #w-node-cc73f2ed-14f3-532c-7b63-4bc3269a51e9-81d57cc9 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_21ef2c0d-5db0-00af-aa33-d53cf610cad7-a6a2ca3f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_21ef2c0d-5db0-00af-aa33-d53cf610cad8-a6a2ca3f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_7da3bbf3-8f8b-ea8a-1996-5c45993bac63-a6a2ca3f, #w-node-a3e6dfbc-797e-d371-107f-46b7ded3b2ce-a6a2ca3f, #w-node-_94f97c73-c136-463a-f2a1-49a1e9daf043-a6a2ca3f, #w-node-_28aa4f18-fd77-c968-096e-38f1bd407fa4-a6a2ca3f {
    grid-column: span 1 / span 1;
  }

  #w-node-_541dd206-23bf-a984-673b-84a7b91ca995-a6a2ca3f, #w-node-_541dd206-23bf-a984-673b-84a7b91ca997-a6a2ca3f {
    order: -9999;
  }

  #w-node-f173d2d7-b62e-4bf6-04e0-5ffa16ca05d9-a6a2ca3f {
    justify-self: stretch;
  }

  #w-node-_4cd6c7c4-6e81-5b13-e657-90041e6a1923-a6a2ca3f {
    justify-self: start;
  }

  #w-node-_9dfa7e12-81bb-bff0-6ddc-6552fb390bd4-a6a2ca3f {
    justify-self: center;
  }

  #w-node-_9928ca7b-955a-2e3c-edaa-c2b220ce90eb-a6a2ca3f, #w-node-_9928ca7b-955a-2e3c-edaa-c2b220ce90f1-a6a2ca3f, #w-node-_9928ca7b-955a-2e3c-edaa-c2b220ce90f7-a6a2ca3f {
    grid-column: span 2 / span 2;
  }

  #w-node-_2dd87a21-0182-f49b-1484-fe6ddb1cc347-a6a2ca3f {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_7d2e2bed-5dfa-7963-7cf3-625957e85456-a6a2ca3f {
    grid-row: span 1 / span 1;
  }

  #w-node-_2803b418-caff-4450-7348-22eb0918df50-a6a2ca3f {
    order: -9999;
  }

  #w-node-_15985e47-4f88-6170-64f3-ea32c6c383af-a6a2ca3f {
    justify-self: auto;
  }

  #w-node-da61fb54-1ff7-46f4-2aaf-d5610cf34401-a6a2ca3f {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-da61fb54-1ff7-46f4-2aaf-d5610cf34402-a6a2ca3f {
    grid-row: span 2 / span 2;
  }

  #w-node-eb25088e-da0d-9be0-fdbf-0b8b81a8b743-a6a2ca3f {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_53d0acdd-627b-e9f0-f703-e452bf87d690-a6a2ca3f {
    grid-row: span 3 / span 3;
  }

  #w-node-_3729d26b-a229-0841-51ef-949ff94f7274-a6a2ca3f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3729d26b-a229-0841-51ef-949ff94f7275-a6a2ca3f {
    grid-row: span 2 / span 2;
  }

  #w-node-_3729d26b-a229-0841-51ef-949ff94f7276-a6a2ca3f {
    order: -9999;
  }

  #w-node-_9dbab1a9-b44f-b7d9-e7af-376ec0352ac4-e647a1eb {
    order: 9999;
  }

  #w-node-ee403fe9-d9a6-aba0-a338-887ff194897c-e647a1eb {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-ee403fe9-d9a6-aba0-a338-887ff194897d-e647a1eb {
    grid-row: span 1 / span 1;
  }

  #w-node-ee403fe9-d9a6-aba0-a338-887ff1948983-e647a1eb {
    order: -9999;
  }

  #w-node-faa8646c-1181-98ed-1c4a-d0894008d62f-e647a1eb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-faa8646c-1181-98ed-1c4a-d0894008d630-e647a1eb, #w-node-d5f23595-8da7-5a90-404a-bbf2fc8861ab-e647a1eb {
    grid-column: span 1 / span 1;
  }

  #w-node-_49b29a35-9701-ee3a-6709-639dbe56421c-e647a1eb, #w-node-_4791178d-c52d-cfa2-0067-773dd6636e8b-e647a1eb {
    grid-column: span 2 / span 2;
  }

  #w-node-dd99d412-317f-f6a8-8002-02ae9374dd0f-8ad50de9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dd99d412-317f-f6a8-8002-02ae9374dd11-8ad50de9 {
    order: 9999;
    grid-row: span 2 / span 2;
  }

  #w-node-caba5176-7c1d-579d-25f5-f73fa0e7a44c-8ad50de9 {
    order: 2;
  }

  #w-node-_89cb5670-34e8-0c6e-446c-3cf8042ad810-7c98b17b, #w-node-_69a79098-49fd-fe41-45e3-a1b4d05d0eac-7c98b17b {
    justify-self: start;
  }

  #w-node-_46052b22-0167-3a9e-7fd6-f1a69ec9ba02-7c98b17b {
    justify-self: stretch;
  }

  #w-node-_12af1127-1b8d-063c-fe2b-e05c07a1bde5-7c98b17b {
    order: -9999;
  }

  #w-node-e3317729-5e40-9c95-8bb9-4c8c04049d61-7c98b17b {
    justify-self: start;
  }

  #w-node-_88ca3c47-f002-e4cb-c942-a31b23204146-7c98b17b {
    justify-self: center;
  }

  #w-node-_3599620d-f85a-d65f-b3f9-35a02a021342-1edc68a7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_3599620d-f85a-d65f-b3f9-35a02a021343-1edc68a7 {
    grid-row: span 1 / span 1;
  }

  #w-node-_3599620d-f85a-d65f-b3f9-35a02a021349-1edc68a7 {
    order: 0;
  }

  #w-node-_1de5de49-f51a-d465-d2b2-8d0831f731e6-1edc68a7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1de5de49-f51a-d465-d2b2-8d0831f731ee-1edc68a7 {
    grid-row: span 1 / span 1;
  }

  #w-node-_537bb8e2-7b94-7993-26d5-93648a9ae75c-1edc68a7 {
    order: -9999;
  }

  #w-node-_3260bb44-936e-d503-cf15-7efed56d0db5-4b70c1bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff99cb99-0aa4-0296-3d81-c0d92ec670fb-4b70c1bb, #w-node-dfb1daf4-093e-8bbe-2532-467dc63b798b-4b70c1bb, #w-node-_6e855057-e86a-b2d2-c1d9-945c12de0eef-4b70c1bb, #w-node-a1c61980-291c-78ab-86fd-ae7222e307aa-4b70c1bb, #w-node-_0c15cba7-b92c-a57a-a5ca-424f0ef0f3c4-4b70c1bb, #w-node-_0c15cba7-b92c-a57a-a5ca-424f0ef0f3ce-4b70c1bb, #w-node-_0c15cba7-b92c-a57a-a5ca-424f0ef0f3d8-4b70c1bb, #w-node-_0c15cba7-b92c-a57a-a5ca-424f0ef0f3e2-4b70c1bb {
    grid-column: span 2 / span 2;
  }

  #w-node-cb13aacb-a9fc-17a5-aea2-96dd73c6811b-4b70c1bb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f612-4b70c1bb {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f613-4b70c1bb {
    grid-row: span 1 / span 1;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f619-4b70c1bb {
    order: -9999;
  }

  #w-node-_0f80089a-dc15-bfbd-27d1-d66f620c56eb-4b70c1bb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f612-c6f6e16d {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f619-c6f6e16d {
    order: 0;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f613-c6f6e16d {
    grid-row: span 1 / span 1;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f612-befa0fe2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f619-befa0fe2 {
    order: 0;
  }

  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f613-befa0fe2 {
    grid-row: span 1 / span 1;
  }

  #w-node-_9a949ca7-f1b1-a192-d912-5207d020add9-befa0fe2, #w-node-_9a949ca7-f1b1-a192-d912-5207d020addf-befa0fe2, #w-node-_9a949ca7-f1b1-a192-d912-5207d020ade5-befa0fe2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_95c0303a-55d8-d1cd-d1ff-024fb6d8f8fa-befa0fe2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_95c0303a-55d8-d1cd-d1ff-024fb6d8f8fb-befa0fe2 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_19e16084-d207-3821-eb40-99e13c2e3836-befa0fe2 {
    order: 3;
  }

  #w-node-c46ddbe4-4c69-f5de-8040-8cb20797e871-befa0fe2 {
    order: 4;
  }

  #w-node-_51d073cf-4aa8-d19b-d49b-b70cb3bc70c2-befa0fe2 {
    order: 5;
  }

  #w-node-_6295cfe7-f4a9-1251-a13f-505b85778ce8-befa0fe2 {
    order: 9999;
  }

  #w-node-de839fa8-f599-d500-aaf2-e0bf86fb5484-befa0fe2 {
    order: 2;
    grid-column: span 1 / span 1;
  }

  #w-node-adb74416-0dfb-5f51-4881-bb6edf0b0918-befa0fe2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88e23f2e-1674-8a2b-d421-e042ce378073-befa0fe2 {
    order: -9999;
  }

  #w-node-_0d3ba499-4cce-68fb-2fbb-9bdbb2001fb5-befa0fe2 {
    justify-self: stretch;
  }

  #w-node-_0d3ba499-4cce-68fb-2fbb-9bdbb2001fbf-befa0fe2 {
    order: -9999;
  }

  #w-node-_0d3ba499-4cce-68fb-2fbb-9bdbb2001fc5-befa0fe2 {
    justify-self: start;
  }

  #w-node-_9734c6ff-3e33-debd-b3df-acd445a837ab-befa0fe2 {
    justify-self: center;
  }

  #w-node-ffb46248-5db3-83f8-c2f2-a1200844cd32-81d57cc9, #w-node-ffb46248-5db3-83f8-c2f2-a1200844cd3a-81d57cc9, #w-node-ffb46248-5db3-83f8-c2f2-a1200844cd42-81d57cc9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3599620d-f85a-d65f-b3f9-35a02a021342-81d57cc9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_3599620d-f85a-d65f-b3f9-35a02a021343-81d57cc9 {
    grid-row: span 1 / span 1;
  }

  #w-node-_3599620d-f85a-d65f-b3f9-35a02a021349-81d57cc9 {
    order: 0;
  }

  #w-node-cc73f2ed-14f3-532c-7b63-4bc3269a51da-81d57cc9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-cc73f2ed-14f3-532c-7b63-4bc3269a51db-81d57cc9 {
    order: 0;
  }

  #w-node-cc73f2ed-14f3-532c-7b63-4bc3269a51e3-81d57cc9 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ca42781-cbd7-e1ea-53dc-64c72180f613-4b70c1bb {
    order: -9999;
  }
}


@font-face {
  font-family: 'Artex';
  src: url('../fonts/Artex-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Feature Display';
  src: url('../fonts/FeatureDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mondwest';
  src: url('../fonts/PPMondwest-Regular-1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}