:root {
  --_primitives---colors--neutral-darkest: black;
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_primitives---colors--white: #fff;
  --_typography---font-styles--heading: Roboto, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --gold-1: #f0a616;
  --gold-2: #fddc6f;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --_typography---font-styles--body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --bg: #210f3c;
  --shadpw: #784ebe;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--neutral: #666;
  --color-scheme-1--gradient-purple: #6026cb;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--color-scheme-1--background);
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--_primitives---colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: #b1b1b1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

p {
  color: var(--_primitives---colors--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

.container-large {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-large.is-nav {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 85vw;
  margin-top: 2vh;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

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

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

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

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

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

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

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

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

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

.main-wrapper {
  z-index: 7;
  background-color: var(--_primitives---colors--neutral-darkest);
  position: relative;
  overflow: clip;
}

.container-medium {
  width: 100%;
  max-width: 85vw;
  height: auto;
  margin-top: 4rem;
  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;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium.color {
  color: #e5eafa;
  text-decoration: none;
}

.text-size-medium.color:hover {
  color: #ae78ff;
}

.text-size-medium.text-color-orange {
  background-image: linear-gradient(45deg, var(--gold-1), var(--gold-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

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

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

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

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

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

.heading-style-h6 {
  font-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;
}

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

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

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

.heading-style-h1 {
  font-family: Outfit, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button.pod {
  background-color: #0006;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.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-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

.text-weight-light._1 {
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
}

.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-size-regular {
  text-align: justify;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
}

.text-size-regular._1 {
  font-size: 1.1rem;
}

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

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

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

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

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

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  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: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-large.text-gold {
  background-image: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

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

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

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

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

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

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

.padding-global.padding-section-medium {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-global.padding-section-large {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-hero {
  z-index: 4;
  background-image: url('../images/hero-2-1_1.avif');
  background-position: 0 69%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-content-wrapper {
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 69%;
  display: flex;
}

.hero-image-wrapper {
  background-color: #685c5c;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 26rem;
  margin-right: 0;
  display: flex;
}

.button-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-wrap {
  color: #fffaf8f7;
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: .75rem;
  display: flex;
}

.icon-wrap:hover {
  background-color: var(--_primitives---colors--neutral-dark);
}

.hero-image {
  z-index: 2;
  position: static;
}

.scroll-container {
  height: 500vh;
}

.scroll-container.hide {
  z-index: 1;
  position: relative;
}

.sticky-wrapper {
  background-color: #000;
  height: 100vh;
  position: sticky;
  top: 0;
}

.button-2 {
  position: absolute;
  inset: 12% auto auto 8%;
}

.button-3 {
  position: absolute;
  inset: 18% auto auto 25%;
}

.image {
  position: absolute;
  inset: auto auto 50% 8%;
}

.image-2 {
  opacity: 0;
  position: absolute;
  inset: auto auto 45% 20%;
}

.btn-icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  display: flex;
}

.section_about {
  z-index: 1;
  background-color: #ffffff0d;
  position: relative;
}

.about-wrapper {
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: static;
}

.about-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  display: flex;
  position: sticky;
  top: 5rem;
}

.about-content-wrap {
  grid-row-gap: .5rem;
  background-color: #210f3ca8;
  border-radius: 1.4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 55vw;
  padding: 1.5rem 2rem 2.5rem;
  display: flex;
  box-shadow: 0 2px 5px #784ebe;
}

.section_work {
  background-color: #000;
  overflow: hidden;
}

.work-wrapper {
  grid-row-gap: 5.625rem;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.work-header {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

.text-size-huge.text-color-purple {
  color: #784ebe;
  font-size: 4rem;
}

.marquee-container {
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-purple {
  color: #784ebe;
}

.text-color-purple.gold {
  background-image: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero_top {
  grid-column-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 87%;
  margin-top: -4rem;
  padding-bottom: 0;
  display: flex;
}

.hero_bottom {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  opacity: .84;
  width: 100%;
  display: flex;
  position: relative;
  bottom: -77px;
}

.hero_bottom-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.hero_marquee {
  z-index: 4;
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-height: 6.3rem;
  margin-top: 2.3rem;
  display: flex;
}

.bottom-left-image-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.bottom-left-image-wrap.nonne {
  display: none;
}

.bottom-left-image {
  border-radius: 100%;
  width: 3rem;
}

.nav-card {
  margin-top: 1vh;
  padding-top: 1rem;
}

.nav-link {
  color: var(--_primitives---colors--white);
  border-radius: .5rem;
  padding: .6rem .8rem;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
}

.nav-link:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.nav-link.w--current {
  color: var(--_primitives---colors--white);
}

.navbar {
  background-color: #0000;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  border: 1px solid #ffffff2e;
  border-radius: 1.25rem;
  padding: .6rem 1.5rem;
  display: flex;
}

.nav-link-wrapper {
  color: var(--_primitives---colors--neutral-lightest);
  justify-content: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: .8rem;
  display: flex;
}

.section_cta {
  background-color: #ffffff0d;
  position: relative;
}

.cta-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-sige-xxhuge {
  font-size: 9.375rem;
}

.brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color-scheme-1--background);
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bottom-image-left-wrap {
  margin-left: -26px;
}

.bottom-image-left-wrap.is-1st {
  margin-left: 0;
}

.hero-blur {
  z-index: -2;
  filter: blur(200px);
  pointer-events: none;
  background-color: #4e248fd9;
  border-radius: 50%;
  width: 36.75rem;
  height: 35.75rem;
  position: fixed;
  inset: 20% 0% 0% 55%;
}

.hero-blur.top {
  z-index: -1;
  background-color: #2c40afd9;
  top: -23%;
  left: -23%;
}

.hero-marquee-logo {
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  height: 100%;
  max-height: 4rem;
  display: flex;
  overflow: clip;
}

.hero-marquee-logo._1 {
  background-image: url('../images/bw-removebg-preview.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8.4rem;
  width: 100%;
  max-width: 2.5rem;
  min-height: 4rem;
  max-height: 4.7rem;
}

.hero-marquee-logo._22 {
  background-image: url('../images/shark-tank.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14rem;
  width: 5rem;
  min-height: 3.3rem;
  overflow: hidden;
}

.hero-marquee-logo._6 {
  width: 10rem;
}

.hero-marquee-track {
  opacity: .61;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-marquee-track.q {
  max-width: 100%;
  overflow: visible;
}

.about-component {
  grid-column-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  height: 5.4rem;
  display: flex;
}

.about_box {
  border: 1px solid var(--_primitives---colors--neutral);
  background-color: #d49cdd26;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
  display: flex;
}

.about-box-inner {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-flex {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  align-items: center;
  display: flex;
  position: static;
}

.typer {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  height: 2.5rem;
  font-family: Urbanist, sans-serif;
  font-weight: 700;
  position: static;
}

.heading-3 {
  font-size: 3.2rem;
  font-weight: 400;
}

.split-lines {
  text-align: justify;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
}

.marqee-circle {
  color: var(--_primitives---opacity--neutral-darkest-50);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 2rem;
  display: flex;
  position: absolute;
  overflow: clip;
}

.marqee-circle.bottom {
  background-color: #0000;
  justify-content: flex-start;
  inset: auto 0% 0%;
}

.circle {
  pointer-events: none;
  background-color: #000;
  border-radius: 100%;
  min-width: 312.5rem;
  min-height: 90rem;
}

.marquee-image {
  object-fit: cover;
  width: 15rem;
  min-width: 15rem;
  min-height: 15rem;
}

.marquee-let {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  display: flex;
}

.marquee-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2rem;
  display: flex;
}

.padding_top-bottom {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cards-wrapper {
  grid-column-gap: 5.8125rem;
  grid-row-gap: 5.8125rem;
  flex-flow: column;
  width: 100%;
  height: 250vh;
  display: flex;
  position: relative;
}

.card_text-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.cards_block-wrapper {
  width: 100%;
  position: sticky;
  top: 6rem;
}

.card-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #210f3c;
  border-radius: 1.4rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 38rem;
  min-height: 38rem;
  max-height: 38rem;
  padding: 2rem 4rem;
  display: flex;
  transform: none;
  box-shadow: 0 2px 5px #784ebe;
}

.card-block._1 {
  z-index: 1;
  position: absolute;
  inset: 0%;
  transform: none;
}

.card-block._2 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.card-block._3 {
  z-index: 3;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: absolute;
  inset: 0%;
}

.card_data-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 38.3rem;
  display: flex;
}

.text-40 {
  font-size: 2.5rem;
  font-weight: 700;
}

.text-40.text {
  background-image: linear-gradient(45deg, var(--gold-1), var(--gold-2));
  color: #e9b453;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.4rem;
}

.card-image {
  object-fit: cover;
  width: 100%;
  overflow: visible;
}

.point {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cards {
  height: 100%;
  max-height: 36.5rem;
  position: relative;
  transform: translate(0);
}

.section_expertise {
  z-index: 1;
  background-color: #ffffff0d;
  position: relative;
  overflow: clip;
}

.hero-strips {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.strip-wrapper {
  position: absolute;
  inset: 0%;
}

.hero-trigger {
  flex: 1;
  margin-top: 100vh;
}

.section-hangout {
  z-index: 5;
  background-color: #ffffff0d;
  position: relative;
}

.cards-wrapper-copy {
  grid-column-gap: 5.8125rem;
  grid-row-gap: 5.8125rem;
  flex-flow: column;
  width: 100%;
  height: 600vh;
  padding: 5rem 5rem 20rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.card_text-wrapper-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 25rem;
  display: flex;
  position: sticky;
  top: 15rem;
}

.image-1 {
  z-index: 3;
  border-radius: .5rem;
  width: 20rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-1._3 {
  left: 55%;
}

.image-22 {
  z-index: 3;
  border-radius: .5rem;
  width: 20rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-22._2 {
  left: 20%;
}

.image-22._4 {
  z-index: 2;
  left: 77%;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.c-slide-btn-block {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 350px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.section-venture {
  background-color: #ffffff0d;
}

.venture-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.venture-image {
  width: 40rem;
}

.venture_text-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.text-12._1 {
  font-family: Outfit, sans-serif;
  font-size: 1rem;
}

.text-32 {
  letter-spacing: -1px;
  font-size: 1.9rem;
}

.text-32.text-weignt-semi {
  font-size: 3.2rem;
  font-weight: 400;
}

.venture-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.venture_blocks-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.venture {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #210f3c;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 19.9rem;
  max-width: 26.9rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #784ebe;
}

.section_beyond-profession {
  background-color: #ffffff0d;
}

.beyond_profession-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.beyond_profession-text {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.beyond_block-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.beyond-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.beyond_block-image {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: 100%;
  min-height: 15rem;
  max-height: 15rem;
  display: flex;
  position: relative;
}

.beyond_block-image.letf {
  justify-content: flex-end;
}

.text-30 {
  font-size: 2.5rem;
  font-weight: 600;
}

.behond-image {
  object-fit: cover;
  border-radius: .7rem;
  width: 18.2rem;
  max-height: 15rem;
}

.section-jounery {
  background-color: #ffffff0d;
  width: 100%;
  position: relative;
}

.count-number {
  background-image: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.jounery-wrapper {
  background-image: url('../images/Frame-48.avif');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  overflow: clip;
}

.jounery-block {
  grid-column-gap: 8.2rem;
  grid-row-gap: 8.2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  min-height: 73.75rem;
  display: flex;
}

.jounery-block.jy-1 {
  min-height: auto;
}

.jounery-image {
  width: 100%;
  max-width: 16.3125rem;
  min-height: 12rem;
  margin-right: auto;
}

.image-jounrey {
  object-fit: cover;
  min-height: 12rem;
}

.jouney-data {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 40.1875rem;
  padding-left: 1.6rem;
  display: flex;
}

.jouney-data.jy-2-2 {
  justify-content: flex-end;
}

.jy-para {
  width: 100%;
  max-width: 25.875rem;
}

.jy-year {
  background-color: #4812aa;
  border-radius: 12px;
  margin-top: auto;
  padding: .75rem 1.5rem;
}

.jy-year.jy-2-2 {
  position: absolute;
  top: 8.1rem;
  left: 15.7rem;
}

.jy-year.jy-3-1 {
  position: absolute;
  top: 259px;
  left: 445px;
}

.jy-year.jy-4-1 {
  position: absolute;
  top: 337px;
  left: 647px;
}

.jy-year.jy-5-1 {
  position: absolute;
  top: 433px;
  left: 867px;
}

.jy-year.jy-6-1-copy {
  background-color: #4812aa;
  position: absolute;
  top: 554px;
  left: 1078px;
}

.text-24 {
  font-size: 1.5rem;
}

.text-20 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.jy_block-wrapper {
  width: 100vw;
  height: 100%;
  max-height: 49rem;
  padding: 4.3rem 7.73rem 7.73rem;
  position: relative;
}

.jy-year-1 {
  color: var(--_primitives---opacity--white-40);
  border-radius: 12px;
  margin-top: auto;
  padding: .75rem 1.5rem;
}

.jy-year-1.jy-2-2 {
  position: absolute;
  top: 12.6rem;
  left: 23rem;
}

.jy-year-1.jy-3-1 {
  position: absolute;
  top: 325px;
  left: 571px;
}

.jy-year-1.jy-4-1 {
  position: absolute;
  top: 403px;
  left: 763px;
}

.jy-year-1.jy-5-1 {
  position: absolute;
  top: 519px;
  left: 981px;
}

.jy-year-1._1 {
  position: absolute;
  top: 13%;
  bottom: auto;
  left: 10%;
}

.jy-year-1.jy-6-1-copy {
  position: absolute;
  top: 627px;
  left: 1190px;
}

.page-loader {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-strips {
  background-color: #000;
  width: 100%;
  height: 50%;
}

.loader-strips.top {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.loader-strips.botton {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-element_slide {
  backface-visibility: hidden;
  transition-property: transform opacity;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  position: relative;
}

.slider-element_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.slider-element_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
}

.slider-element_list-wrapper {
  flex: 1;
  position: relative;
  overflow: clip;
}

.scoll-text {
  z-index: 1;
  color: var(--color-scheme-1--background);
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 100;
  position: absolute;
  top: 11%;
  bottom: 6%;
  left: 787px;
  transform: rotate(90deg);
}

.scroll-down-wrapper {
  z-index: 5;
  position: absolute;
  bottom: 2.5vw;
  left: 50%;
  transform: translate(-50%);
}

.scroll-down-indicator {
  background-color: #fff3;
  border-radius: 10px;
  width: 100%;
  height: 1.5px;
  margin-top: 4px;
  position: relative;
  overflow: hidden;
}

.hero-text {
  z-index: 2;
  color: #fff;
  font-variation-settings: "wght" 350;
  letter-spacing: -.03em;
  text-transform: none;
  white-space: nowrap;
  font-size: 16vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.scroll-down-link {
  color: #fff;
  font-variation-settings: "wght" 450;
  text-transform: uppercase;
  font-size: .625em;
}

.strip-background-2 {
  z-index: 1;
  grid-column-gap: 20vh;
  grid-row-gap: 20vh;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 50vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.strip-foreground-2 {
  z-index: 3;
  grid-column-gap: 20vh;
  grid-row-gap: 20vh;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 75vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.hero-scroll {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.strip-column-2 {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-direction: column;
  width: 12vw;
  display: flex;
}

.strip-column-2.is-foreground {
  width: 16vw;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 20vw;
  display: flex;
}

.scroll-down-progress {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.strip-image-wrapper-2 {
  border-radius: 3px;
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}

.strip-image-wrapper-2.is-4th {
  padding-top: 125%;
  top: 30vh;
  right: 7.5vw;
}

.strip-image-wrapper-2.is-5th {
  padding-top: 125%;
  left: 10vw;
}

.strip-image-wrapper-2.is-5th._11 {
  left: 32.1vw;
}

.strip-image-wrapper-2.is-1st {
  padding-top: 125%;
  top: -20vh;
  left: 2.5vw;
}

.strip-image-wrapper-2.is-7th {
  padding-top: 100%;
  top: 20vh;
  right: 25vw;
}

.strip-image-wrapper-2.is-3rd {
  padding-top: 125%;
  right: 15vw;
}

.strip-image-wrapper-2.is-6th {
  padding-top: 100%;
  top: 17.4vh;
  left: 20vw;
}

.strip-image-wrapper-2.is-3 {
  padding-top: 125%;
  top: 22.3vh;
  left: 2.5vw;
}

.hero-wrapper-2 {
  color: #fff;
  flex-direction: column;
  height: 400vh;
  display: flex;
}

.footer {
  z-index: -1;
  background-color: #ffffff0d;
  width: 100%;
  height: 100vh;
}

.footer-wrapper {
  z-index: 10;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: #e5eafa;
  background-image: url('../images/f1_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 3.4375rem;
  display: flex;
  position: relative;
}

.footer-link-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.footer-loop {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  padding-right: 2rem;
  display: flex;
}

.footer-botton-links {
  color: #e5eafa;
  cursor: auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: auto;
  padding-top: 1.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.text-14 {
  z-index: 4;
  border-right: 1px #fff;
  margin-right: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
}

.text-14.color {
  color: #e5eafa;
  text-decoration: none;
}

.text-14.color.none {
  display: none;
}

.footer-image {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.loader-wrapper-1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.social-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2.25rem;
  padding-right: 2.9rem;
  display: flex;
  position: absolute;
  top: 679.5px;
}

.social-logos {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  display: flex;
}

.icon-51 {
  width: 3.1875rem;
  height: 3.1875rem;
}

.footer-links {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  color: #e5eafa;
  flex-flow: row;
  display: flex;
}

.footer-links.auto {
  grid-column-gap: 2.64313rem;
  grid-row-gap: 2.64313rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 27.5rem;
  margin-left: auto;
}

.footer-links.social {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
}

.social-link {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  font-family: Roboto, sans-serif;
  font-size: 1.77688rem;
  line-height: 1.4;
}

.email-form {
  color: #000;
  display: flex;
  position: relative;
}

.email-form._1 {
  background-color: #fff;
  border-radius: .5rem;
  overflow: hidden;
}

.submit-button {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/arrow-black_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.3rem 1.5rem;
}

.text-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5eafa14;
  margin-bottom: 0;
}

.form-block {
  text-align: right;
  width: 20rem;
  margin-bottom: 0;
  padding-right: 0;
}

.footer_big-text {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: .9;
}

.footer-loop-wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.podcast {
  background-color: #ffffff0d;
  flex-direction: column;
  justify-content: space-between;
  min-height: 85vh;
  display: flex;
}

.gradient-bg {
  z-index: 0;
  pointer-events: none;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.header {
  flex-flow: column;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  display: flex;
}

.credentials {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.text-f-14 {
  background-color: var(--bg);
  box-shadow: 0 2px 5px -2px var(--shadpw);
  color: #878787;
  border-radius: .5rem;
  padding: .5rem 1.5rem;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

.slider {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1;
}

.divider {
  background-color: #878787;
  width: 4em;
  height: 1px;
  margin-right: 1.5em;
}

.divider.long {
  opacity: .42;
  background-image: radial-gradient(circle, #50327f 68%, #540a7f54);
  width: 20em;
}

.output-slider_list {
  display: flex;
}

.output-slider_slide {
  opacity: .4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: transform .4s;
  display: flex;
  position: relative;
  transform: scale(.9);
}

.output_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.output-slider_track {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 0;
  overflow: visible;
}

.output-slider {
  flex-flow: column;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section-output {
  background-color: #ffffff0d;
  display: none;
  position: relative;
  overflow: hidden;
}

.output_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  height: 43.75rem;
  display: flex;
}

.form-block-footer {
  z-index: 1;
  background-color: #210f3c;
  border-radius: 1rem;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 50rem;
  padding: 5rem 2rem;
  display: flex;
  position: absolute;
  top: -3.3672px;
  box-shadow: 0 2px 5px #784ebe;
}

.icon-set {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.hero-end {
  width: 1px;
  height: 1px;
}

.nav-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 2.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 5%;
  right: 7.5vw;
}

.nav-button-wrapper.down {
  z-index: 1;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 2rem 2rem auto;
}

.section-heading {
  font-family: Outfit, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}

.hero-content-main {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #210f3c;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: 35rem;
  height: 100%;
  padding: 2vw;
  display: flex;
  box-shadow: 0 2px 5px #784ebe;
}

.testimonial-card._1 {
  display: none;
}

.testimonial-card-highlight {
  color: #a36affba;
  font-size: 1rem;
  font-weight: 400;
  display: none;
}

.testimonial-card-position {
  font-size: .75rem;
  font-weight: 300;
}

.testimonial-card-name {
  background-image: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.testimonial-card-para-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-card-content {
  text-align: justify;
  font-family: Outfit, sans-serif;
}

.testimonial-card-profile-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-card-profile-picture {
  border-radius: 50%;
  min-width: 4rem;
  min-height: 4rem;
}

.testimonial-card-profile-image {
  object-fit: cover;
  border: 2px solid #784ebe99;
  border-radius: .5rem;
  width: 11.1rem;
  height: 8rem;
}

.div-block-5 {
  text-align: left;
  background-image: radial-gradient(circle, #fff, #444);
  align-self: center;
  width: 100%;
  height: .2vh;
}

.heading-5 {
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}

.text-block-5 {
  font-size: 8vw;
  font-weight: 400;
}

.text-block-6 {
  font-family: Roboto, sans-serif;
}

.text-span, .text-span-2, .highlight-text-span {
  font-size: 3.5rem;
}

.cards-holder {
  width: 100%;
  height: 19.8rem;
  position: relative;
}

.cards_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider_image {
  object-fit: scale-down;
  min-width: 32.7rem;
  height: 19rem;
  position: relative;
}

.slider_image.hif {
  display: none;
}

.nav-button-main--logo {
  grid-column-gap: 0rem;
  color: var(--_primitives---colors--white);
  text-align: center;
  background-image: linear-gradient(45deg, #5a24c5, #6e2ad9 54%, #863cff);
  border-radius: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav-button-main--logo:hover {
  box-shadow: 0 0 20px 6px var(--shadpw);
}

.hero-nav {
  object-fit: scale-down;
  width: 15rem;
}

.ikonik-5ef5ei {
  color: #fff;
}

.loop-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-awards {
  z-index: 1;
  background-color: #ffffff0d;
  position: relative;
}

.gif-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
}

.gif-image.left {
  margin-top: 148px;
}

.gif-image.right {
  object-fit: fill;
}

.gif-image.right._1 {
  margin-top: 227px;
}

.confetti {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
  transform: scale(1.5);
}

.timeline-text {
  text-align: justify;
  max-width: 380px;
  font-size: 1em;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.container.flex-verticle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-item {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.timeline-item._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item.left-item {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: -10px;
}

.timeline-item.left-item._1 {
  margin-top: -57px;
}

.timeline-item.right {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  padding-top: 61px;
}

.timeline-item.right._1 {
  margin-top: -84px;
  padding-top: 0;
}

.timeline-month {
  background-color: var(--bg);
  box-shadow: 0 2px 5px 0 var(--shadpw);
  border-radius: 1rem;
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
  padding: .7rem;
  font-size: 1.8em;
  font-weight: 700;
}

.journey {
  color: #fff;
  background-color: #ffffff0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.dot {
  z-index: 3;
  background-color: #061c30;
  border: 1px solid #fff;
  border-radius: 2000px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 3% 0% 0% -7px;
}

.dot._9 {
  top: 90.5%;
}

.dot._1 {
  top: 1.7%;
}

.dot._8 {
  top: 90.5%;
}

.dot._5 {
  top: 57%;
}

.dot._4 {
  top: 38%;
}

.dot._7 {
  top: 74.2%;
}

.dot._6 {
  top: 57%;
}

.dot._2 {
  top: 19%;
}

.timeline-track {
  border: 1px solid #784ebe;
  border-radius: 1000px;
  flex-direction: column;
  align-items: stretch;
  width: 7px;
  display: flex;
  position: relative;
}

.rewind-time-gif {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -53% 0% 0%;
}

.text-center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-center.relative {
  cursor: pointer;
  position: relative;
}

.timeline-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 40vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 44%;
  height: 100%;
  display: grid;
}

.thumb-thumb {
  background-color: #fff;
  border-radius: 1000px;
  width: 100%;
  height: 2%;
}

.timeline-wrapper {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: stretch center;
  width: 90%;
  max-width: 1000px;
  margin-top: 151px;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.footer-list-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: .1rem;
  display: flex;
}

.logo-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-28-43px {
  font-size: 1.77688rem;
  line-height: 1.3;
}

.footer-down {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.behing-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 35.3rem;
  height: 100%;
  display: flex;
}

.behing-text.right {
  text-align: right;
  max-width: 30.6rem;
}

.behing-text._1 {
  max-width: 29.8rem;
}

.rt-home-one-award-wrap {
  align-items: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.rt-awards-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
}

.rt-awards-box.spacing-less {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.rt-component-heading-five {
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-heading-five.space {
  margin-bottom: 1rem;
}

.rt-home-one-award-top-left-block {
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.rt-no-margin-bottom {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.rt-no-margin-bottom.rt-component-text {
  text-align: justify;
  font-size: .8rem;
}

.rt-home-one-award-bottom-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  margin-top: 60px;
  display: grid;
}

.rt-home-one-award-card-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  position: relative;
}

.rt-home-one-award-top-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.rt-home-one-awards-large-text {
  -webkit-text-fill-color: transparent;
  writing-mode: vertical-rl;
  background-image: linear-gradient(#f0a616, #fddc6f);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Outfit, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 100%;
  transform: rotate(180deg);
}

.organisation {
  background-color: #ffffff0d;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.ol-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.marque-heading {
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-weight: 500;
}

.brands-logo {
  filter: brightness(200%) saturate(200%);
  white-space: nowrap;
  border-radius: .5rem;
  width: 7rem;
  min-width: 7rem;
  overflow: hidden;
}

.hero-title {
  height: 6rem;
  min-height: 6rem;
  display: flex;
}

.text-block-7 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.text-block-7.text-gold {
  color: #e9b453;
  font-size: 1.3rem;
  font-weight: 700;
}

.button-5 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5:active {
  box-shadow: 0 10px 29px -6px #990cae91;
}

.button-5._1 {
  text-transform: capitalize;
  width: 60%;
  height: 35px;
}

.button-5_border-color {
  z-index: -2;
  filter: contrast(130%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 98%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-5_border-color._1 {
  width: 100%;
}

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

.border_color.color-1 {
  filter: blur(16px);
  background-image: linear-gradient(112deg, #ff950b, #ff4400eb);
  width: 50px;
  height: 50px;
  top: -30%;
  left: -5%;
}

.border_color.color-3 {
  filter: blur(16px);
  background-image: linear-gradient(251deg, #fab300, #fff200);
  width: 50px;
  height: 40px;
  top: -41%;
  left: 8%;
}

.border_color.color-2 {
  filter: blur(16px);
  background-image: linear-gradient(251deg, #ff2596, #f709ff);
  width: 50px;
  height: 40px;
  top: -45%;
  left: 29%;
}

.label {
  z-index: 5;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
}

.button-5-gradient {
  z-index: 4;
  opacity: 1;
  filter: contrast(140%);
  background-image: linear-gradient(255deg, #7423ff80, #ba5ce282);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 100%;
  transition: all .4s ease-in-out;
  display: flex;
  position: absolute;
}

.button-5-gradient:hover {
  filter: contrast(110%);
  background-image: linear-gradient(255deg, #5e23ff6b, #9c41f46b 53%, #bf5bea6b);
}

.button-5-gradient:active {
  filter: contrast(160%);
  background-image: linear-gradient(255deg, #5e23ff96, #9c41f49c 53%, #bf5bea8f);
}

.button-5-gradient._1 {
  text-align: center;
  flex-flow: column;
  align-items: stretch;
}

.image-28 {
  z-index: 7;
  width: 1rem;
  height: 1rem;
  position: relative;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.last {
  min-height: 0;
  margin-bottom: 0;
  display: none;
}

.content {
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.heading-scroll {
  color: #f2f2f2;
  letter-spacing: -.01em;
  font-family: Outfit, sans-serif;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-scroll.longer {
  letter-spacing: -.02em;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
}

.heading-scroll.longer.center._10 {
  color: var(--_primitives---colors--white);
  text-align: justify;
  letter-spacing: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
}

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

.img {
  display: none;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

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

.gallery21_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  display: none;
  position: relative;
}

.cursor {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
}

.contact-form {
  grid-column-gap: 2.50438rem;
  grid-row-gap: 2.50438rem;
  background-color: #fff;
  border-radius: 1.03688rem;
  flex-flow: column;
  width: 100%;
  max-width: 44.6875rem;
  padding: 3.625rem 4.84375rem 5.4025rem;
  display: flex;
  box-shadow: 0 0 9px #0000000f;
}

.contact-form.form-block-footer {
  color: var(--color-scheme-1--text);
  width: 60%;
  max-width: none;
  padding-top: 3.625rem;
  padding-bottom: 3.625rem;
  top: -8.3rem;
}

.text-26 {
  text-align: center;
  width: 100%;
  max-width: 26.9rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.28571;
}

.form-2 {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  grid-template-rows: auto auto auto auto minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: end stretch;
  width: 100%;
  display: grid;
}

.text-field-3 {
  background-color: #eceeec69;
  border: .1rem solid #0000;
  border-radius: .3125rem;
  margin-bottom: 0;
}

.text-field-3.message {
  padding-bottom: 20px;
}

.button-brand {
  background-color: var(--color-scheme-1--gradient-purple);
  color: #fff;
  text-align: center;
  border-radius: .4rem;
  padding: .75rem 8rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.66667;
}

.button-brand:hover {
  box-shadow: 0 0 20px 4px var(--shadpw);
}

.form-block-3 {
  width: 100%;
}

.div-block-11 {
  margin-left: auto;
  margin-right: auto;
}

.image-30 {
  object-fit: cover;
  width: 42.7rem;
  height: 44.3rem;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.loader-top-img {
  width: 100%;
  height: 100%;
}

.loader-btm-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.email-icon {
  -webkit-text-stroke-width: .2rem;
  -webkit-text-stroke-color: #cc70fa29;
  background-color: #cc70fa29;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: .1rem 1rem;
}

.zeroda, .yaap {
  width: 12rem;
}

.ir {
  width: 18rem;
}

.sibm, .tagmango {
  width: 20rem;
}

.pop-text {
  z-index: 111;
  border: .1rem solid #ffffff2e;
  border-radius: 1rem;
  padding: .7rem 1.25rem;
  display: none;
}

.m-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  display: flex;
}

.img-1 {
  width: 18.1rem;
}

.ol-mar-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.marqu-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  display: flex;
}

.mask-hero {
  z-index: 1;
  background-image: linear-gradient(271deg, #000, #000 40%, #0000 102%);
  width: 5rem;
  height: 4.5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mask-hero.left {
  background-image: linear-gradient(80deg, #000, #000 40%, #0000 102%);
  left: 0;
  right: auto;
}

.testimonial {
  background-color: #ffffff0d;
}

.testiimonial-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: stretch;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.ts-heading {
  margin-left: auto;
  margin-right: auto;
}

.testimonial_card-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.testimonial-top {
  display: flex;
}

.ts-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 0;
  display: flex;
}

.ts-list.right {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-right: 2rem;
}

.ts-list.left {
  flex-flow: row;
  margin-left: 2rem;
}

.testimonial-down {
  justify-content: flex-end;
  display: flex;
}

.link-block {
  cursor: pointer;
}

.venture-btn {
  background-color: var(--color-scheme-1--gradient-purple);
  border-radius: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.btn-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-32 {
  height: 2rem;
}

.image-33 {
  object-fit: none;
  width: 9.8rem;
  position: absolute;
  inset: -50% 0% 0%;
}

.heading-6 {
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.image-34 {
  width: 100%;
  min-width: 10%;
}

.image-36._1 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-36.i {
  overflow: visible;
}

.image-38 {
  height: 100%;
}

.voc {
  background-image: url('../images/vogue.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12.2rem;
  width: 100%;
  max-width: 10rem;
  height: 100%;
}

.ikonik-y9bmm, .ikonik-2e1er {
  color: #fff;
}

.para {
  width: 100%;
  max-width: 34.6rem;
}

.image-hero, .paragraph {
  display: none;
}

.rt-home-one-award-bottom-block-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  margin-top: 60px;
  display: grid;
}

.flex.ddd {
  display: none;
}

.ikonik-9uwug {
  color: #fff;
}

.success-message {
  background-color: var(--bg);
  box-shadow: 0 2px 5px 0 var(--shadpw);
}

.text-block-8, .text-block-9 {
  color: var(--_primitives---colors--white);
}

.success-message-2 {
  background-color: var(--bg);
  box-shadow: 0 2px 5px 0 var(--shadpw);
  padding: 5px;
}

.testimonial-card-name-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f0a616, #fddc6f);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .hero-content-wrapper {
    width: 67%;
  }

  .button-wrap {
    padding-left: 13px;
  }

  .hero_marquee {
    justify-content: space-between;
    align-items: center;
  }

  .hero-marquee-logo._1 {
    max-width: 2.8rem;
  }

  .venture {
    align-items: center;
  }

  .beyond_profession-text {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .count-number {
    font-weight: 700;
  }

  .loop-wrap {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .gif-image.right._1 {
    margin-top: 121px;
  }

  .timeline-text {
    max-width: 414px;
    font-size: 1.2em;
  }

  .timeline-item.left-item {
    padding-top: 31px;
  }

  .timeline-item.right._1 {
    margin-top: 0;
  }

  .timeline-item._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .dot._9 {
    top: 91.5%;
  }

  .dot._8 {
    top: 88.5%;
  }

  .dot._5 {
    top: 55.5%;
  }

  .dot._4 {
    top: 37%;
  }

  .dot._6 {
    top: 55.5%;
  }

  .dot._2 {
    top: 17.5%;
  }

  .text-center {
    flex-flow: column;
    display: flex;
  }

  .rt-awards-box.spacing-less {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .rt-component-heading-five.space {
    margin-bottom: 1rem;
  }

  .marque-heading {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

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

  .button-5._1 {
    width: 58%;
  }

  .label {
    z-index: 5;
    font-size: 1.1rem;
  }

  .img-1 {
    width: 15rem;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-regular._1 {
    font-size: 1.1rem;
  }

  .section-hero {
    background-position: -5% 72%;
  }

  .hero-content-wrapper {
    width: 53%;
  }

  .button-wrap {
    padding-left: 34px;
  }

  .hero-marquee-logo {
    max-height: none;
  }

  .hero-marquee-track {
    max-width: 63%;
  }

  .card-block {
    height: 43rem;
    min-height: 43rem;
    max-height: 43rem;
  }

  .image-1._3 {
    left: 59%;
  }

  .image-22._2 {
    left: 18%;
  }

  .venture {
    height: 14.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-loop {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer_big-text {
    font-size: 4.6rem;
  }

  .nav-button-wrapper {
    top: 4.2%;
  }

  .timeline-month {
    box-shadow: 0 2px 5px 0 var(--shadpw);
    color: var(--_primitives---colors--white);
    background-color: #210f3c;
    border-radius: 1rem;
    padding: .7rem;
    font-size: 1.8em;
  }

  .dot._9 {
    top: 90.8%;
  }

  .dot._1 {
    top: 1.5%;
  }

  .dot._8 {
    top: 90.8%;
  }

  .dot._5 {
    top: 57%;
  }

  .dot._4 {
    top: 38%;
  }

  .dot._7 {
    top: 74.5%;
  }

  .dot._6 {
    top: 57%;
  }

  .dot._2 {
    top: 19%;
  }

  .rt-home-one-award-card-block {
    cursor: pointer;
  }

  .brands-logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-7.text-gold {
    color: #e9b453;
    background-color: #0000;
  }

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

  .button-5._1 {
    text-transform: capitalize;
  }

  .contact-form.form-block-footer {
    width: 50%;
    padding: 3.625rem;
  }

  .mask-hero.left {
    background-image: linear-gradient(84deg, #000, #000 85%, #0000 102%);
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .container-large.is-nav {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.color {
    text-decoration: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-wrapper {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 125px;
  }

  .hero-content-wrapper {
    width: 100%;
  }

  .hero-image-wrapper {
    align-self: flex-start;
    width: 100%;
  }

  .about-image-wrap {
    position: static;
  }

  .about-content-wrap {
    max-width: none;
  }

  .hero_top {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero_bottom {
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    bottom: 0;
  }

  .hero_marquee {
    flex: 0 auto;
    width: 100%;
  }

  .nav-menu {
    background-color: var(--bg);
    box-shadow: 0 2px 5px 0 var(--shadpw);
    width: 50%;
    margin-top: 2rem;
    margin-right: 2rem;
    padding-top: 5rem;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-link-wrapper {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .bottom-image-left-wrap.is-1st {
    margin-left: 0;
  }

  .hero-blur {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    inset: 0%;
  }

  .about-flex {
    flex-flow: column;
    align-items: center;
  }

  .card-block {
    flex-flow: column-reverse;
    align-items: center;
    min-height: 48.4rem;
  }

  .card_data-wrapper {
    flex-flow: wrap;
    max-width: none;
  }

  .card-image {
    width: 18.6rem;
    height: 15rem;
  }

  .venture-image {
    width: auto;
  }

  .venture-component {
    flex-flow: column;
  }

  .venture_blocks-wrapper {
    flex-flow: row;
  }

  .beyond-block {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .strip-column-2 {
    width: 20vw;
  }

  .strip-column-2.is-foreground {
    width: 22vw;
  }

  .text-14.color {
    text-decoration: none;
  }

  .footer-links.auto {
    text-align: center;
    align-items: center;
    margin-left: 0;
  }

  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .slider {
    display: flex;
  }

  .output-slider_slide {
    width: auto;
  }

  .output_component {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .output_image-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .nav-button-wrapper {
    display: none;
  }

  .hero-content-main {
    text-align: left;
  }

  .container.flex-verticle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dot._1 {
    top: 1.8%;
  }

  .div-block-6 {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .behing-text.right {
    text-align: center;
    order: -1;
  }

  .rt-component-heading-five {
    color: #dfd6f3;
  }

  .rt-home-one-award-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .rt-home-one-award-card-block {
    padding: 2rem;
  }

  .rt-home-one-award-top-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-home-one-awards-large-text {
    left: -1%;
  }

  .img {
    z-index: 21;
    width: 4rem;
    height: 4rem;
    display: block;
    position: relative;
  }

  .button-brand {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .rt-home-one-award-bottom-block-copy {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .container-medium {
    margin-top: -15.6rem;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-global.padding-section-medium._1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .slider-arrow {
    background-color: var(--bg);
    box-shadow: 0 2px 5px 0 var(--shadpw);
    border-color: #0000;
  }

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

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

  .section-hero {
    background-position: 50%;
    justify-content: flex-end;
    height: 55rem;
    padding-bottom: 5rem;
  }

  .hero-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    align-items: flex-start;
  }

  .hero-image-wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-image-wrap {
    position: static;
  }

  .text-sige-xxhuge._1 {
    font-size: 5rem;
  }

  .cards-wrapper {
    height: 100%;
  }

  .cards_block-wrapper {
    position: static;
  }

  .card-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
    min-height: 50.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: sticky;
    top: 8rem;
  }

  .card-block._1 {
    position: sticky;
    inset: 6rem auto auto;
  }

  .card-block._2 {
    position: sticky;
    inset: 8rem auto auto;
  }

  .card-block._3 {
    box-shadow: 0 2px 5px 0 var(--shadpw);
    position: sticky;
    inset: 8rem auto auto;
  }

  .text-40 {
    font-size: 1.9rem;
  }

  .cards {
    grid-column-gap: 14rem;
    grid-row-gap: 14rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-height: none;
    display: flex;
  }

  .cards-wrapper-copy {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-1._1, .image-1._3, .image-22._2, .image-22._4 {
    width: 10rem;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .venture {
    max-width: 168px;
  }

  .beyond_block-image, .beyond_block-image.letf {
    justify-content: center;
  }

  .strip-column-2 {
    width: 25vw;
  }

  .strip-column-2.is-foreground {
    width: 30vw;
  }

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

  .header {
    margin-top: 4em;
  }

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

  .output_component {
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
    padding: 3.5rem 1.25rem;
  }

  .output-slider {
    width: 23.5rem;
  }

  .form-block-footer {
    width: auto;
    max-width: 100%;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .gif-image.left {
    height: 265px;
  }

  .container.flex-verticle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-item {
    height: 270px;
  }

  .timeline-item.left-item, .timeline-item.right {
    height: auto;
  }

  .dot._8 {
    top: 86%;
  }

  .dot._5 {
    top: 50%;
  }

  .dot._4 {
    top: 36.5%;
  }

  .dot._7 {
    top: 72%;
  }

  .dot._6 {
    top: 50%;
  }

  .dot._2 {
    top: 12.5%;
  }

  .rewind-time-gif {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .timeline-content-wrapper {
    width: 45%;
    font-size: 12px;
  }

  .div-block-6 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .rt-home-one-award-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rt-home-one-award-bottom-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    display: flex;
  }

  .rt-home-one-award-card-block {
    background-color: var(--bg);
    flex-flow: row;
    min-width: 30rem;
    max-width: 20rem;
    padding: 1rem;
  }

  .rt-home-one-award-card-block.trans {
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    min-width: 15rem;
  }

  .rt-home-one-awards-large-text {
    font-size: 3rem;
    position: static;
    left: 0%;
    transform: none;
  }

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

  .hero-title {
    height: 3rem;
    min-height: 3rem;
  }

  .gallery21_mask {
    width: 100%;
    max-width: 30rem;
    overflow: hidden;
  }

  .gallery21_slide-nav {
    width: 20rem;
    left: 0%;
    right: 0%;
  }

  .gallery21_slider {
    padding-bottom: 0;
    display: none;
  }

  .slider-block {
    background-color: var(--bg);
    padding: 2rem;
    box-shadow: 0 2px 5px #0003;
  }

  .contact-form.form-block-footer {
    width: 70%;
  }

  .rt-home-one-award-bottom-block-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    display: flex;
  }

  .flex.d {
    display: none;
  }

  .flex.ddd {
    display: flex;
  }

  .ff {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .hid-log._2 {
    display: none;
  }
}

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

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

  .container-large {
    max-width: 100%;
  }

  .container-large.is-nav {
    justify-content: start;
    max-width: none;
  }

  .container-medium {
    z-index: 9;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.color {
    font-size: .8rem;
  }

  .text-size-medium.text-color-orange {
    font-size: 1.25rem;
  }

  .text-weight-light._1 {
    font-size: .9rem;
  }

  .text-size-regular, .text-size-regular._1, .text-size-regular.small {
    font-size: .7rem;
  }

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

  .text-size-large.text-gold {
    font-size: .8rem;
  }

  .padding-global.padding-section-medium {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.padding-section-medium._1 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .slider-arrow.is-bottom-previous {
    top: 91%;
  }

  .slider-arrow.is-bottom-next {
    top: 92%;
  }

  .section-hero {
    background-position: 55% 49%;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 60.2rem;
    padding-top: 15rem;
    overflow: visible;
  }

  .hero-wrapper {
    justify-content: center;
    margin-top: 0;
  }

  .hero-content-wrapper {
    align-items: flex-start;
  }

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

  .about-image-wrap {
    position: static;
  }

  .about-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

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

  .hero_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    width: 100%;
  }

  .hero_bottom-left {
    flex-flow: column;
    align-items: flex-start;
  }

  .hero_marquee {
    max-height: none;
  }

  .navbar._1 {
    max-width: 100%;
  }

  .nav-menu {
    justify-content: center;
    margin-right: 1rem;
    padding-top: 2rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-link-wrapper {
    grid-row-gap: 0rem;
    align-items: center;
  }

  .text-sige-xxhuge._1 {
    font-size: 3rem;
  }

  .brand {
    z-index: 7;
    padding-left: 0;
  }

  .hero-blur, .hero-blur.top {
    display: none;
  }

  .about-component {
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    height: auto;
  }

  .about_box {
    width: 7.6rem;
    height: 4rem;
  }

  .heading-3 {
    font-size: 2.3rem;
    line-height: 1;
  }

  .marquee-image {
    width: 15rem;
    min-width: 15rem;
    min-height: 15rem;
  }

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

  .card-block {
    text-align: center;
    justify-content: flex-end;
    height: 100%;
    min-height: 44.5rem;
    max-height: 55.6rem;
    top: 2rem;
  }

  .card-block._1 {
    top: 2rem;
  }

  .card-block._2 {
    justify-content: flex-end;
    top: 2rem;
  }

  .card-block._3 {
    text-align: center;
    font-size: 1.5rem;
    position: sticky;
    top: 2rem;
  }

  .card_data-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    max-width: 100%;
  }

  .text-40 {
    font-size: 1.4rem;
  }

  .text-40.text {
    text-align: left;
    font-size: 1rem;
  }

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

  .card_text-wrapper-copy {
    top: 10rem;
  }

  .image-1._1 {
    z-index: 4;
    width: 10rem;
    bottom: 15%;
    left: -7%;
  }

  .image-1._3 {
    bottom: 39%;
  }

  .image-22._2 {
    bottom: 39%;
    left: -4%;
  }

  .image-22._4 {
    z-index: 23;
    width: 10rem;
    bottom: 15%;
    left: 57%;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .venture_text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    max-width: 18.9rem;
  }

  .text-12._1 {
    font-size: .9rem;
  }

  .text-32.text-weignt-semi {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1;
  }

  .text-32._1 {
    font-size: 1rem;
  }

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

  .venture {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: none;
  }

  .beyond_profession-text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .beyond_block-image {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    min-height: auto;
    max-height: none;
  }

  .text-30 {
    font-size: 2.1rem;
  }

  .behond-image {
    width: 6rem;
    max-height: 6rem;
  }

  .count-number {
    font-size: 1.1rem;
  }

  .scroll-down-wrapper {
    bottom: 5vh;
  }

  .hero-text {
    letter-spacing: -.025em;
  }

  .strip-background-2 {
    grid-column-gap: 1.2vh;
    grid-row-gap: 1.2vh;
    justify-content: center;
  }

  .strip-foreground-2 {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    justify-content: center;
    align-items: stretch;
  }

  .strip-foreground-2._1 {
    padding-top: 50vh;
  }

  .strip-column-2 {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex: none;
  }

  .strip-column-2.is-foreground {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
  }

  .strip-column-2.is-foreground._0 {
    display: none;
  }

  .hero-content {
    padding-left: 10vw;
  }

  .strip-image-wrapper-2.is-5th {
    left: -17.6vw;
  }

  .strip-image-wrapper-2.is-5th._11 {
    left: 11.1vw;
  }

  .strip-image-wrapper-2.is-7th {
    right: -10vw;
  }

  .strip-image-wrapper-2.is-6th {
    left: -53px;
  }

  .footer-wrapper {
    background-position: 50%;
    padding-top: 1rem;
  }

  .footer-link-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-botton-links {
    margin-top: 0;
  }

  .social-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-51._1 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer-links {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .footer-links.social {
    flex-flow: row;
  }

  .footer-loop-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
  }

  .podcast {
    min-height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .credentials {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .text-f-14 {
    font-size: .9em;
  }

  .heading {
    font-size: 2.3em;
  }

  .output-slider._1 {
    display: none;
  }

  .form-block-footer {
    width: 100%;
    padding: 2rem 1rem;
  }

  .nav-button-wrapper {
    display: block;
    inset: auto 2rem 2rem auto;
  }

  .hero-heading {
    font-size: 2.5rem;
  }

  .section-heading {
    font-size: 2.3rem;
  }

  .testimonial-card {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    text-align: center;
    flex-flow: column-reverse;
    align-items: center;
    width: 15rem;
    padding: 1rem;
  }

  .testimonial-card-name {
    font-size: .8rem;
  }

  .testimonial-card-content {
    text-align: center;
    font-size: .8rem;
  }

  .testimonial-card-profile-image {
    width: 5rem;
    height: 5rem;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .text-block-5 {
    font-size: 5rem;
  }

  .cards-holder {
    height: 11.3rem;
  }

  .cards_wrapper {
    flex-flow: row;
    justify-content: flex-start;
  }

  .slider_image {
    min-width: 20rem;
    height: 10rem;
  }

  .slider_image._1 {
    display: none;
  }

  .loop-wrap {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .gif-image {
    height: 80%;
  }

  .gif-image.left {
    margin-top: 0;
  }

  .gif-image.right {
    object-fit: cover;
    height: 120%;
  }

  .gif-image.right._1 {
    object-fit: cover;
    margin-top: 0;
    overflow: visible;
  }

  .timeline-text {
    text-align: justify;
    max-width: none;
    font-size: .7em;
    font-weight: 300;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.flex-verticle {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-item {
    height: 220px;
  }

  .timeline-item._1 {
    justify-content: flex-start;
    overflow: visible;
  }

  .timeline-month {
    font-size: 1em;
  }

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

  .dot._9 {
    top: 88.75%;
  }

  .dot._1 {
    top: 2.4%;
  }

  .dot._8 {
    top: 87.5%;
  }

  .dot._5 {
    top: 53%;
  }

  .dot._4 {
    top: 36%;
  }

  .dot._7 {
    top: 71%;
  }

  .dot._6 {
    display: none;
  }

  .dot._2 {
    top: 16.5%;
  }

  .timeline-track {
    width: 7px;
  }

  .text-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .timeline-content-wrapper {
    grid-row-gap: 24vh;
  }

  .timeline-content-wrapper._2 {
    padding-top: 157px;
  }

  .timeline-wrapper {
    width: 93%;
    margin-top: 5rem;
  }

  .footer-list-wrap {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: wrap;
    padding-top: 0;
  }

  .logo-footer {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    flex-flow: column;
    align-items: center;
  }

  .footer-down {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .rt-awards-box.spacing-less {
    text-align: center;
    align-items: center;
  }

  .rt-awards-box.spacing-less.bg {
    background-color: var(--bg);
    border-radius: 1rem;
    justify-content: center;
    min-width: 100%;
    min-height: 10rem;
    max-height: 10rem;
    padding: 1rem;
  }

  .rt-awards-box.spacing-less.bg._1 {
    min-height: 11.6rem;
    max-height: 13rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rt-home-one-award-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .rt-home-one-award-card-block {
    border-bottom: 1px solid #ffffff1a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 20rem;
    padding-top: 0;
    overflow: visible;
  }

  .rt-home-one-award-card-block.trans {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--_primitives---opacity--neutral-darkest-5);
    border-bottom-width: 0;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: flex;
  }

  .rt-home-one-awards-large-text {
    font-size: 2rem;
    left: 3%;
    transform: rotate(-90deg);
  }

  .organisation {
    padding: 0 0;
  }

  .ol-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .brands-logo {
    box-shadow: none;
  }

  .hero-title {
    height: 2rem;
    min-height: 3.2rem;
  }

  .text-block-7 {
    font-size: 1rem;
    font-weight: 300;
  }

  .text-block-7.text-gold {
    text-align: center;
    font-size: 1rem;
  }

  .button-5 {
    height: 73px;
  }

  .label {
    font-size: 1rem;
  }

  .content {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .heading-scroll.longer.center._10 {
    font-size: .9rem;
  }

  .img {
    z-index: 6;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
  }

  .gallery21_slider {
    display: none;
  }

  .contact-form.form-block-footer {
    width: 100%;
    top: -2.1rem;
  }

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

  .image-30 {
    width: auto;
    height: auto;
  }

  .m-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .img-1 {
    width: 10.6rem;
  }

  .mask-hero, .mask-hero.left {
    width: 2rem;
    height: 2rem;
  }

  .testiimonial-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .ts-list.right {
    margin-right: 0;
  }

  .ts-list.left {
    margin-left: 0;
  }

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

  .para {
    width: 100%;
    max-width: 14.4rem;
  }

  .image-hero {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% 0% 0% -20%;
    overflow: visible;
  }

  .paragraph {
    text-align: justify;
    font-size: .8rem;
    display: block;
  }

  .rt-home-one-award-bottom-block-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

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

  .ff {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .hid-log._1 {
    display: none;
  }

  .hid-log._2 {
    display: block;
  }

  .bold-text {
    font-size: 18px;
  }

  .testimonial-card-name-2 {
    font-size: .8rem;
  }
}

#w-node-e000d35b-2f36-7d58-c8e9-bc1254ea62fb-f2ccae37, #w-node-e000d35b-2f36-7d58-c8e9-bc1254ea6309-f2ccae37, #w-node-d45e2553-b838-1820-712d-038451e86385-f2ccae37 {
  place-self: center;
}

#w-node-e000d35b-2f36-7d58-c8e9-bc1254ea65c7-f2ccae37 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-e4d46e04-20eb-4d35-a21c-7776945e29f4-f2ccae37, #w-node-e4d46e04-20eb-4d35-a21c-7776945e2a00-f2ccae37, #w-node-e4d46e04-20eb-4d35-a21c-7776945e2a12-f2ccae37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4d46e04-20eb-4d35-a21c-7776945e2a18-f2ccae37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_6c4443bd-fb6e-9458-ca30-57856fe2d391-f2ccae37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e000d35b-2f36-7d58-c8e9-bc1254ea6802-f2ccae37 {
  place-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-f2ccae3c {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-f2ccae3c {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-f2ccae3c {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-f2ccae3c {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-f2ccae3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-f2ccae3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-f2ccae3c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-f2ccae3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-f2ccae3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-f2ccae3c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-f2ccae3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-f2ccae3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-f2ccae3c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-f2ccae3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-f2ccae3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-f2ccae3c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-f2ccae3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-f2ccae3c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-f2ccae3c, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-f2ccae3c, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-f2ccae3c {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-f2ccae3c, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-f2ccae3c {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-f2ccae3c, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-f2ccae3c {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-f2ccae3c, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-f2ccae3c, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-f2ccae3c, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-f2ccae3c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-f2ccae3c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-f2ccae3c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-f2ccae3c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-f2ccae3c {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-f2ccae3c {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-f2ccae3c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-f2ccae3c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-f2ccae3c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-f2ccae3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-f2ccae3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-f2ccae3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-f2ccae3c, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-f2ccae3c, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-f2ccae3c, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-f2ccae3c, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-f2ccae3c, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-f2ccae3c {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-f2ccae3c, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-f2ccae3c, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-f2ccae3c {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-f2ccae3c, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-f2ccae3c, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-f2ccae3c {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-f2ccae3c, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-f2ccae3c, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-f2ccae3c {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-f2ccae3c, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-f2ccae3c, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-f2ccae3c {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-f2ccae3c, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-f2ccae3c, #w-node-ee961e8d-845a-edc3-3307-509470022457-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-f2ccae3c {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-f2ccae3c, #w-node-ee961e8d-845a-edc3-3307-50947002245b-f2ccae3c, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-f2ccae3c {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-f2ccae3c, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-f2ccae3c, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-f2ccae3c {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-f2ccae3c, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-f2ccae3c, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-f2ccae3c {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-f2ccae3c, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-f2ccae3c, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-f2ccae3c {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-f2ccae3c, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-f2ccae3c, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-f2ccae3c {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-f2ccae3c, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-f2ccae3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-f2ccae3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-f2ccae3c {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-f2ccae3c {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-f2ccae3c {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-f2ccae3c {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-f2ccae3c {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-f2ccae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-f2ccae3c {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e000d35b-2f36-7d58-c8e9-bc1254ea62f6-f2ccae37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e000d35b-2f36-7d58-c8e9-bc1254ea62fb-f2ccae37 {
    place-self: center;
  }

  #w-node-_21ddbb70-82d3-9193-2eda-642226dbfecb-f2ccae37 {
    justify-self: end;
  }
}


