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

@font-face {
  font-family: Sourcecodepro Variablefont Wght;
  src: url('../fonts/SourceCodePro-VariableFont_wght.ttf') format("truetype"), url('../fonts/SourceCodePro-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcecodepro;
  src: url('../fonts/SourceCodePro-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --link-color--link-primary: var(--base-color-neutral--black);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-neutral--black: #000;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--white: #fff;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

.margin-bottom.margin-small.sd {
  width: 100%;
}

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

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

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

.padding-vertical.padding-xxlarge {
  padding: 63px 63px 20px;
}

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

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

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

.heading-style-h3.w {
  color: #fff;
  font-family: Abel, Arial, sans-serif;
  font-weight: 400;
}

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.heading-style-h1 {
  white-space: nowrap;
  font-family: Abel, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.padding-global.padding-section-large {
  padding-bottom: 8rem;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-size-tiny {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: .75rem;
}

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
}

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

.max-width-large.align-center.asd {
  max-width: 69.6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

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

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

.padding-section-large.padding-global {
  padding-bottom: 0;
}

.padding-section-large.padding-global.about {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-large.padding-global.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  color: #fff;
  font-family: Abel, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.black {
  color: #000;
  font-family: Abel, Arial, sans-serif;
  font-size: 41.8px;
  font-weight: 400;
}

.heading-style-h2.ca {
  text-transform: capitalize;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 300;
}

.page-wrapper {
  overflow: hidden;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.text-align-center.sad {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  background-color: #fff;
}

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

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

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

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

.button {
  color: var(--base-color-neutral--black);
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 22px 37px;
  font-family: Sourcecodepro, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.text-size-medium {
  color: #524d52;
  letter-spacing: 2px;
  white-space: nowrap;
  border-bottom: 1px #efefef;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.text-size-medium.chaned {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.text-size-medium.sada {
  max-width: 200px;
}

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

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

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

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

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

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 1rem;
  width: 100%;
  max-width: 500px;
  margin-top: 0;
}

.hero_heading {
  color: #2f0;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: Gochihand;
  font-size: 10rem;
  font-weight: 400;
}

.section_hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 189px;
}

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

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

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

.section_about {
  background-color: #e0e0db;
}

.about_image {
  object-fit: cover;
  width: 100%;
  max-width: 857px;
  height: 937px;
  transition: all .325s;
  display: block;
}

.about_image:hover {
  transform: scale(1.01);
}

.about_image._1 {
  z-index: 2;
  display: block;
  position: absolute;
}

.about_image._1:hover {
  opacity: 0;
}

.about_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start end;
  display: flex;
}

.about_left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.about_heaidng {
  color: #2693c5;
  font-family: Gochihand;
}

.about_para {
  color: #fff;
  text-align: center;
  font-family: Gochihand;
  font-size: 1.2rem;
}

.htb_top {
  text-align: center;
}

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

.htb_content {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.htb_title-imahe {
  width: 100%;
  max-width: 500px;
}

.image {
  width: 0;
}

.image_card-htb {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 350px;
}

.image_card-htb:hover {
  transform: translate3d(0, 7px, -300px);
}

.htb_card {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heaidng_htb-card {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 350px;
  font-family: Gochihand;
  font-size: 2rem;
  font-weight: 400;
}

.section_roadmap {
  background-image: url('../images/IMG_20250419_125555_529-13x-2.png');
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.raomap_content_top {
  text-align: center;
}

.raomap_content_bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.raomap_iamge {
  width: 100%;
  max-width: 600px;
}

.raomap_bottom-image-bc {
  width: 100%;
  max-width: 500px;
}

.roadmap-heading {
  color: #000;
  font-family: Gochihand;
  font-size: 3.3rem;
}

.rodmap_ppara {
  color: #000;
  font-family: Gochihand;
  font-size: 1.9rem;
}

.botton_roadmpa-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #000;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.title-bottom-right-raomap.middle {
  text-align: right;
  background-image: url('../images/IMG_20250419_140524_560-13x.png');
  background-position: 20% 40%;
  background-repeat: no-repeat;
  background-size: 300px;
}

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

.footer-cvontent-wrapper {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: 100%;
  max-width: 600px;
  transition: all .4s;
}

.footer-logo:active {
  transform: scale(.2);
}

.heading {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gochihand;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
}

.text-span {
  color: #000;
  -webkit-text-stroke-color: #006803;
}

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

.navbar {
  background-color: #ddd0;
  display: block;
}

.nav-link {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: dedf;
  font-size: 10px;
}

.nav-link.w--current {
  color: #000;
}

.section_art {
  background-image: url('../images/Group-10000062933x.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.art_content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.art_card {
  width: 100%;
  max-width: 200px;
}

.art_imaeg {
  width: 100%;
  max-width: 500px;
}

.art_imaeg.small {
  max-width: 200px;
}

.art_heading {
  color: #000;
  text-align: center;
  font-family: Gochihand;
  font-size: 2rem;
  font-weight: 400;
  display: none;
}

.boootb-art {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.art-heading-title {
  text-align: center;
  text-transform: capitalize;
  font-family: Gochihand;
  font-weight: 400;
}

.text-span-2 {
  color: #000;
  font-family: Gochihand;
}

.text-span-3, .text-span-4 {
  color: #70c292;
}

.title-hesaong {
  font-family: Gochihand;
}

.text-span-5 {
  color: #2693c5;
}

.text-span-6 {
  color: #2f0;
}

.text-span-7, .text-span-8 {
  color: #2693c5;
}

.image_cloud {
  width: 100%;
  max-width: 300px;
}

.text-span-9 {
  color: #000;
}

.text-span-10, .text-span-11 {
  color: #2f0;
}

.text-span-12 {
  color: #2f0;
  font-weight: 400;
}

.text-span-13, .text-span-14, .text-span-15 {
  color: #2f0;
}

.text-span-16 {
  color: #00ff08;
}

.image-bn {
  width: 100%;
  max-width: 500px;
}

.image_-qwe {
  width: 100%;
  max-width: 300px;
}

.link {
  color: var(--background-color--background-primary);
  -webkit-text-stroke-width: 0px;
  font-family: Unicode;
  font-size: 2.75rem;
  font-weight: 400;
  text-decoration: none;
}

.titlr-wrapper {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product_wrapepr {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.product-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-lgo {
  width: 100%;
  max-width: 80px;
}

.h_1q {
  font-family: 2;
  color: #222;
  font-size: 1.75rem;
  font-weight: 300;
  transition: all .35s;
}

.h_1q:hover {
  opacity: .6;
}

.pa_h1 {
  font-family: 2;
  -webkit-text-stroke-width: .2px;
  font-size: .8125rem;
  font-weight: 300;
}

.heading-3 {
  font-size: 1rem;
}

.h_2 {
  letter-spacing: 1px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Futuraptbook;
  font-size: 1rem;
  font-weight: 400;
}

.rich-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  flex-flow: column;
  padding: 0 17px 17px;
  display: flex;
}

.rich-text.pa_h1 {
  color: #000;
}

.rich-text.pa_h1.chnaged {
  width: 100%;
  max-width: 60rem;
}

.search {
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 500px;
  max-width: 500px;
  height: 41px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.submit_button {
  background-color: #3898ec00;
  width: 100%;
  max-width: 10px;
  height: 10px;
}

.search-input {
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
}

.image_search {
  width: 100%;
  max-width: 20px;
  height: 20px;
}

.about-right-title-wrapper {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rihgt-logo {
  width: 100%;
  max-width: 30px;
}

.imgae_disches {
  object-fit: cover;
  width: 100%;
  max-width: 220px;
  height: 165px;
}

.image_fdesihes-wrapepr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.paragraph {
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8125rem;
  font-weight: 300;
}

.para_1 {
  color: #222;
  font-family: Unicode;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.9;
  text-decoration: underline;
}

.lgo-image-wrpper {
  flex-flow: column;
  width: 100%;
  max-width: 65px;
  display: flex;
  position: fixed;
  inset: 30% auto auto 0%;
}

.image_solde-ab {
  width: 100%;
  max-width: 50px;
}

.image_solde-ab._1 {
  max-width: 59px;
  margin-left: -6px;
}

.button-warpper {
  justify-content: space-around;
  display: flex;
}

.paragraph-2 {
  color: #000;
}

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

.section-meat {
  background-color: #2a2829;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.image_about-me {
  width: 100%;
  max-width: 200px;
}

.rich {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
}

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

.button-2.is-secondary {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

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

.button-2.is-secondary.black {
  color: #000;
  border-color: #000;
  padding: 22px 38px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 500;
  transition: all .45s;
}

.button-2.is-secondary.black:hover {
  color: #fff;
  background-color: #253551;
  border-width: 1px;
  border-color: #253551;
}

.button-2.is-secondary.white {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  padding: 22px 38px;
  font-family: Sourcecodepro, Arial, sans-serif;
  font-weight: 400;
  transition: all .375s;
}

.button-2.is-secondary.white:hover {
  color: #000;
  background-color: #fff;
}

.button-2.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-2.asd {
  background-color: #0000;
  border: 2px solid #fff;
  width: 162px;
  height: 80px;
  padding: 22px 38px;
  font-size: 1.1rem;
  font-weight: 400;
}

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

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

.navbar1_dropdown-link.w--current {
  color: #000;
}

.navbar1_menu-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_component {
  color: #000;
  background-color: #fff;
  border-bottom: 0 solid #fff;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 30px 5%;
  display: flex;
  position: fixed;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo {
  width: 100%;
  max-width: 330px;
}

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

.navbar1_link {
  color: #6c6c6c;
  padding: .5rem 1rem;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
}

.navbar1_link:hover {
  color: #000;
}

.navbar1_link.w--current {
  color: #000;
  text-decoration: underline;
}

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

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding: .5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.section_cta25 {
  color: #000;
  background-color: #e0e0db;
  position: relative;
}

.section_cta25.changes {
  background-color: #253551;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.text-size-medium-3 {
  color: #fff;
  font-size: 1.25rem;
}

.text-size-medium-3.sad {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 300;
}

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

.footer1_credit-text {
  font-family: Sourcecodepro, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 200;
}

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

.footer1_link {
  color: var(--base-color-neutral--black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

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

.icon-embed-xsmall {
  color: var(--background-color--background-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

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

.form_message-success-2 {
  padding: 1.25rem;
}

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

.footer1_form_component {
  max-width: 35rem;
  margin-bottom: 0;
}

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

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_link-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  display: flex;
}

.form_input-2 {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

.divider-horizontal {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.text-weight-semibold {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 300;
}

.footer1_component {
  color: #000;
  background-color: #fff;
}

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

.section_layout192 {
  color: #000;
  background-color: #fff;
  padding-top: 156px;
  padding-bottom: 0;
}

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

.text-size-medium-4 {
  color: #fff;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 32.3px;
}

.text-size-medium-4.blakc {
  color: #000;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 300;
}

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

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

.layout192_content-right {
  background-color: #e0e0db;
  width: 100%;
  max-width: 480px;
  height: 560px;
  padding: 60px;
  position: absolute;
  inset: 15% 3% auto auto;
}

.layout192_content-right.chnaged {
  background-color: #253551;
  height: 990px;
  inset: 5% auto auto 5%;
}

.layout192_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.layout192_content.chnaged-invert {
  flex-flow: row-reverse wrap-reverse;
}

.text-block {
  font-family: Abel, Arial, sans-serif;
  font-size: 3rem;
}

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

.heading-4 {
  font-family: Abel, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 42px;
}

.text-span-17 {
  text-decoration: line-through;
}

.text-size-medium-5 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

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

.layout1_content.asdfasf {
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.heading-style-h2-2 {
  text-align: center;
  padding: 17px;
  font-family: Abel, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.section_layout1 {
  color: #000;
  background-color: #fff;
}

.section_layout1.qwe {
  padding-top: 58px;
}

.layout1_content-left {
  background-color: #e0e0db;
  padding: 30px;
  position: absolute;
}

.layout1_content-left.wqe {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 295px;
  display: flex;
  inset: 12% auto -1% 12%;
}

.layout1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.section_cta25-2 {
  color: #000;
  background-color: #fff;
  position: relative;
}

.section_cta25-2.wqse {
  background-color: #e0e0db;
}

.text-size-medium-6 {
  font-size: 1.25rem;
}

.heading-style-h2-3 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 41.8px;
  font-weight: 300;
  line-height: 1.2;
}

.header1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.text-size-medium-7 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.header1_component.ghj {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_header1 {
  color: #000;
  background-color: #fff;
}

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 60rem;
  display: grid;
}

.image_our-story {
  width: 100%;
  max-width: 630px;
  height: 400px;
  margin-left: 264px;
  overflow: hidden;
}

.para_oout-wstory {
  width: 100%;
  max-width: 60rem;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 300;
}

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  display: grid;
}

.text-size-medium-8 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

.heading-style-h2-4 {
  font-family: Abel, Arial, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 1.2;
}

.error-text {
  color: #e23939;
}

.form_input-3 {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.form_input-3.shot {
  width: 100%;
  max-width: 200px;
}

.contact1_component {
  display: flex;
}

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

.section_contact1 {
  color: #000;
  background-color: #f9f9f0;
  padding-top: 159px;
}

.form_field-wrapper-2 {
  position: relative;
}

.contact1_form_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.name-feild {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  display: flex;
}

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

.cta8_form_component {
  max-width: 30rem;
  margin-bottom: 0;
}

.text-size-medium-9 {
  color: #fff;
  text-align: center;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.section_cta8 {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/10001.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.form_input-4 {
  background-color: #fff;
  width: 100%;
  min-width: 330px;
  max-width: 330px;
  height: 78px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: 26px 38px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.form_input-4::placeholder {
  text-transform: capitalize;
  font-family: Sourcecodepro, Arial, sans-serif;
}

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

.cta8_form {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  display: flex;
}

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

.section_layout192-2 {
  color: #000;
  background-color: #e0e0db;
  padding-top: 15px;
}

.text-size-medium-10 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 17.1px;
  font-weight: 300;
  line-height: 29px;
}

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

.layout192_content-right-2.asd {
  width: 100%;
  max-width: 40rem;
}

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

.layout192_content-2.asdasd {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: .5fr 1fr;
  grid-auto-flow: row dense;
  place-items: start center;
}

.layout192_content-2.asd {
  place-items: start stretch;
}

.cake-image {
  width: 100%;
  max-width: 500px;
}

.paragraph-3 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
}

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

.section_layout192-3 {
  color: #000;
  background-color: #fff;
}

.text-size-medium-11 {
  font-size: 1.25rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-3.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.event-image {
  aspect-ratio: auto;
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
  max-width: 550px;
  height: 314px;
}

.event-wrpaper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.event-right-wrapper {
  width: 100%;
  max-width: 800px;
}

.event-heading {
  color: #fff;
  font-family: Abel, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.event-para {
  color: #fff;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 300;
}

.evernnt-button {
  background-color: #fff0;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 74px;
  padding: 22px 38px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  display: flex;
}

.wrapper-la-enent {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: column;
  display: flex;
}

.section_sho-bg {
  padding-top: 90px;
}

.bg_cvontent-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 48px;
  display: flex;
}

.bg_wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10001.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 500px;
  display: flex;
}

.bg_haeing {
  color: #fff;
  font-family: Abel, Arial, sans-serif;
  font-weight: 400;
}

.div-block {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_layout192-4 {
  color: #000;
  background-color: #fff;
}

.section_layout192-4.asd {
  background-color: #f9f9f0;
  padding-top: 216px;
}

.text-size-medium-12 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-4.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
}

.button-4.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.heading-style-h2-6 {
  font-family: Abel, Arial, sans-serif;
  font-size: 2.5625rem;
  font-weight: 400;
  line-height: 1.2;
}

.silder {
  background-color: #ddd0;
  width: 100%;
  height: 800px;
}

.icon, .icon-2 {
  color: #000;
}

.right-arrow {
  left: 517px;
}

.image_slider {
  width: 100%;
  max-width: 800px;
  height: 700px;
}

.slide-nav {
  display: none;
}

.text-span-18 {
  font-size: 1.4375rem;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  color: var(--background-color--background-primary);
  text-decoration: none;
}

.link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10 {
  text-decoration: none;
}

.b {
  display: none;
}

.paragraph-4 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-weight: 300;
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
}

.image-ece {
  width: 100%;
  max-width: 260px;
  height: 390px;
}

.image-ece._2 {
  max-width: 360px;
}

.image-ece._3 {
  max-width: 390px;
}

.image-ece._4 {
  max-width: 585px;
}

.image-ece._5 {
  max-width: 293px;
}

.section_image-rec {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  padding-top: 14.3rem;
  padding-bottom: 5rem;
  display: flex;
}

.image-onhover {
  z-index: 1;
  object-fit: fill;
  width: 100%;
  max-width: 857px;
  height: 937px;
  display: block;
  position: relative;
}

.image-onhover:hover {
  opacity: 1;
}

.bu-type {
  z-index: 1;
  color: var(--base-color-neutral--white);
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  padding: 1rem;
  display: none;
  position: absolute;
  inset: auto 40% 50% auto;
}

.bu-type.shen {
  display: block;
}

.bution-h1 {
  font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.prara-123 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-4, .link-5, .link-block-17, .link-block-18, .link-block-19 {
  text-decoration: none;
}

.text-span-19 {
  font-size: 1.5rem;
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_button {
    color: #fff;
  }

  .section_hero {
    background-size: 300px, 200%, 100%;
    padding-top: 3rem;
  }

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

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

  .section_about {
    background-size: 100%, 200%;
  }

  .about_content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section_roadmap {
    background-image: none;
    background-position: 0 0;
  }

  .botton_roadmpa-right {
    background-image: url('../images/IMG_20250419_125555_529-13x-2.png');
    background-position: 100% 35%;
    background-repeat: no-repeat;
    background-size: 300px;
  }

  .title-bottom-right-raomap.middle {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 158px;
  }

  .section_art {
    background-size: 300%;
  }

  .image_cloud {
    max-width: 250px;
  }

  .image_solde-ab {
    max-width: 24px;
  }

  .image_solde-ab._1 {
    max-width: 30px;
  }

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

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

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

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

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

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

  .cta8_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

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

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

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

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

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

  .cta8_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-vertical.padding-xxlarge._15 {
    padding-left: 0;
  }

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

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .padding-section-large {
    padding-bottom: 0;
  }

  .padding-section-large.padding-global {
    padding-top: 8rem;
  }

  .padding-section-large.padding-global.about {
    padding-top: 10rem;
  }

  .padding-section-large.padding-global.footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large.padding-global.gt {
    padding-top: 2rem;
  }

  .padding-section-large._213 {
    padding-bottom: 0;
  }

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

  .heading-style-h2.black {
    font-size: 21px;
  }

  .container-large.asd {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-size-medium {
    text-align: center;
    font-size: .8rem;
  }

  .button-group.is-center._342, .button-group._342 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero_image {
    max-width: 284px;
  }

  .hero_heading {
    -webkit-text-stroke-width: .1px;
    font-size: 4.9rem;
  }

  .section_hero {
    padding-top: 0;
  }

  .section_about {
    background-size: 200%, 200%;
  }

  .about_image {
    height: 600px;
  }

  .about_content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .about_left, .htb_bottom {
    flex-flow: column;
    display: flex;
  }

  .section_htb {
    background-image: url('../images/image-1.png'), url('../images/MEEP.png');
    background-position: 50% 0, 100% 100%;
    background-repeat: repeat-x, no-repeat;
    background-size: auto, 4328px;
  }

  .heaidng_htb-card {
    font-size: 1.5rem;
    left: -1%;
  }

  .section_roadmap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .raomap_content, .raomap_content_bottom {
    flex-flow: column;
    display: flex;
  }

  .roadmap-heading {
    text-align: center;
    font-size: 1.9rem;
  }

  .rodmap_ppara {
    text-align: center;
  }

  .botton_roadmpa-right {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .title-bottom-right-raomap.middle {
    background-image: url('../images/IMG_20250419_125555_529-13x-2.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 200px;
    padding-top: 206px;
  }

  .footer-logo {
    max-width: 400px;
    transform: scale(1.2);
  }

  .heading {
    font-size: 2rem;
  }

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

  .nav-link {
    color: #000;
    text-align: center;
  }

  .nav-menu {
    background-color: #00ff19;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .section_art {
    background-size: 500% 43px;
  }

  .art_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .boootb-art {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .art-heading-title {
    color: #000;
    background-position: 50%;
    background-size: 400px 100px;
    padding: 20px;
    font-family: Gochihand;
  }

  .image_cloud {
    max-width: 150px;
  }

  .link, .h_1q {
    text-align: center;
  }

  .button-2.is-secondary.black {
    padding: 15px;
  }

  .button-2.asd {
    height: 70px;
  }

  .navbar1_menu-links {
    flex-flow: column;
  }

  .navbar1_logo {
    max-width: 150px;
  }

  .navbar1_link {
    font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
  }

  .footer1_bottom-wrapper {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_link-list {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    text-align: center;
    place-items: start;
  }

  .text-weight-semibold {
    font-size: .8rem;
  }

  .section_layout192, .section_layout192._123 {
    padding-bottom: 0;
  }

  .text-size-medium-4 {
    font-size: 13px;
  }

  .text-size-medium-4.blakc {
    font-size: 18px;
  }

  .layout192_image {
    max-width: 300px;
    height: 500px;
  }

  .layout192_image.tyrrty {
    max-width: 462px;
    height: 650px;
  }

  .layout192_content-right {
    max-width: 280px;
    height: 430px;
    padding: 15px;
    position: relative;
    top: 0%;
    bottom: 131px;
    right: -5%;
  }

  .layout192_content-right.chnaged {
    max-width: 300px;
    height: 700px;
    left: 2%;
  }

  .layout192_content-right.chnaged.yuytu {
    height: 750px;
    bottom: 139px;
    left: 9%;
  }

  .layout192_content {
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
  }

  .layout192_content.chnaged-invert {
    justify-content: center;
    align-items: center;
  }

  .text-block, .heading-4 {
    font-size: 1rem;
  }

  .text-size-medium-5 {
    font-size: 1.2rem;
  }

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

  .layout1_content.asdfasf {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
  }

  .layout1_content-left.wqe {
    max-width: 300px;
    height: 200px;
    padding: 15px;
    position: static;
    left: -1%;
    transform: translate(11px, -61px);
  }

  .layout1_image-wrapper {
    flex-flow: column;
    display: flex;
  }

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

  .image_our-story {
    height: 280px;
    margin-left: 0;
  }

  .contact1_form {
    grid-row-gap: 1.5rem;
  }

  .heading-style-h2-4 {
    text-align: center;
  }

  .form_input-3 {
    background-color: #fff;
  }

  .form_input-3.shot {
    background-color: #fff;
    min-height: 2rem;
  }

  .contact1_component {
    flex-flow: column;
  }

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

  .form_input-4 {
    min-width: 250px;
    max-width: 250px;
    height: 50px;
    font-size: 1rem;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cta8_form {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .section_layout192-2 {
    padding-top: 50px;
  }

  .text-size-medium-10 {
    text-align: center;
  }

  .layout192_content-2 {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .layout192_content-2.asdasd {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-3.p {
    font-size: .8rem;
  }

  .event-wrpaper {
    flex-flow: column-reverse;
  }

  .event-right-wrapper {
    max-width: 300px;
  }

  .evernnt-button {
    transition: all .475s;
  }

  .evernnt-button:hover {
    color: var(--background-color--background-primary);
    background-color: #fff;
  }

  .wrapper-la-enent {
    width: 100%;
  }

  .bg_wrapper {
    height: 400px;
  }

  .bg_haeing {
    text-align: center;
  }

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

  .silder {
    height: 500px;
  }

  .icon-2 {
    font-size: 1.3rem;
  }

  .right-arrow {
    width: 100%;
    max-width: 20px;
    height: 300px;
    font-size: 1.4rem;
    inset: 0% 0% auto auto;
  }

  .image_slider {
    height: 500px;
  }

  .paragraph-4.p {
    font-weight: 400;
  }

  .p {
    font-family: Sourcecodepro Variablefont Wght, Arial, sans-serif;
    font-size: .8rem;
  }

  .section_image-rec {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
  }

  .image-onhover {
    height: 600px;
  }

  .bu-type, .bu-type.shen {
    right: 25%;
  }

  .prara-123 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .prara-123.m {
    display: none;
  }

  .left-arrow {
    width: 100%;
    max-width: 20px;
    height: 300px;
    inset: 0% auto auto 0%;
  }

  .mask {
    height: 500px;
  }

  .left-arrow-2 {
    max-width: 20px;
    height: 300px;
    inset: 0% auto auto 0%;
  }

  .left-arrow-3, .left-arrow-4 {
    width: 100%;
    max-width: 20px;
    height: 300px;
    inset: 0% auto auto 0%;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-c5b12d0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-c5b12d0b, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-c5b12d0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-c5b12d0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-c5b12d0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-c5b12d0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-c5b12d0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-c5b12d0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-c5b12d0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-c5b12d0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-c5b12d0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-c5b12d0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-c5b12d0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-c5b12d0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-c5b12d0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-c5b12d0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-c5b12d0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-c5b12d0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-c5b12d0b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-c5b12d0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-c5b12d0b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-c5b12d0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-c5b12d0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-c5b12d0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-c5b12d0b {
  justify-self: start;
}

#w-node-f5965116-1f53-1a83-ff4a-be829c67a858-3975b852 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_7832e4ba-04a8-b52d-b0f0-a0230494c174-c5b12d08, #w-node-bff6ffa6-8bf5-293b-de7c-c036790d4383-c5b12d08, #w-node-_22684036-866a-ef73-0d68-0fa3a1c3c6bf-0fa58889, #w-node-ab0b32e1-c9f6-dfa2-158f-2e95a50bb437-28767c82, #w-node-_9d8a828c-c6cc-1d9a-cdd8-a9cd4c207850-28767c82, #w-node-_665941c8-06ca-cf2a-282d-3c28ce455737-28767c82, #w-node-_8b473855-fff4-b6c2-35e2-d18906213b6f-28767c82, #w-node-_2d0d7181-678c-447d-147d-b5ddaaccc010-28767c82, #w-node-fb0f8d62-b47d-0ab9-ae2a-7a45b7954d7c-28767c82, #w-node-fbc29ecb-2707-3347-e4a5-a6c85514611a-28767c82, #w-node-f48069e6-48b7-4089-e5af-63f9b230cf39-28767c82, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-f1b4ba04, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-018f4847, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-5b44c728, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-2278c4f3, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-ffcb8106, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-0b8eeeb0, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-669c7dca, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-7b4f344c, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-d1c19502, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-66e2ea96, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-9c7abb0d, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-65b8e6ae, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-f0af4068, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-c1f993f4, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-62135909, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-16020e0b, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-b15caaa0, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-b452c12c, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-29257e8f, #w-node-_5e9c122b-f180-55fc-8f8d-366c3f7e050e-e4d25242 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Sourcecodepro';
  src: url('../fonts/SourceCodePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcecodepro Variablefont Wght';
  src: url('../fonts/SourceCodePro-VariableFont_wght.ttf') format('truetype'), url('../fonts/SourceCodePro-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcecodepro';
  src: url('../fonts/SourceCodePro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abel';
  src: url('../fonts/Abel-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}