@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../fonts/Inter-VariableFont_opszwght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-brand--pearl);
  --base-color-brand--dark-blue: #191543;
  --text-color--text-primary: var(--base-color-brand--dark-blue);
  --text-color--text-secondary: var(--base-color-brand--pearl);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --text-color--text-tertiary: var(--basegreen);
  --border-color--border-primary: var(--base-color-brand--pearl);
  --background-color--background-secondary: var(--base-color-brand--dark-blue);
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--basegreen);
  --background-color--background-error: var(--base-color-brand--pearl);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --radius--radius-16: 16px;
  --background-color--background-warning: var(--base-color-brand--pearl);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--pearl: #fcfbfa;
  --0: 0px;
  --radius--radius-8: 8px;
  --radius--radius-4: 4px;
  --radius--radius-animated: 16px;
  --enopark_yellow_light: var(--enopark_yellow);
  --basegreen: #0c9b74;
  --alpha-colors--transparent-white: #fff0;
  --base-color-brand--light-blue: #7ed4ea;
  --base-color-brand--purple: #e3d6e5;
  --base-color-neutral--black: #000;
  --border-color--border-secondary: var(--base-color-brand--dark-blue);
  --alpha-colors--transparent-blue50: #153a4380;
  --highlight_green: #02b844;
  --perl2: #fcfbfa00;
  --basegreen_bg_light: #64bda4ab;
  --newbaseblue: #255de9;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #389bb4;
  --enopark_yellow: #fcc100;
  --base-color-brand--vermillion: #ff4401;
  --base-color-neutral--white: #fff;
  --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: #47c2e1;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #daf2f9;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: var(--base-color-brand--vermillion);
  --base-color-system--focus-state: var(--base-color-brand--blue);
  --background-color--background-alternate: var(--base-color-brand--blue);
  --border-color--border-tertiary: var(--basegreen);
  --link-color--link-secondary: var(--base-color-brand--dark-blue);
  --link-color--linktertiary: var(--basegreen);
  --radius--radius-0: 0px;
  --alpha-colors--transparent-blue: #153a4300;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--base-color-brand--dark-blue);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.25;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--base-color-brand--dark-blue);
}

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

li {
  margin-bottom: .25rem;
}

img {
  object-fit: contain;
  max-width: 100%;
  padding-left: 1rem;
  display: inline-block;
  overflow: visible;
}

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

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

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

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

.margin-bottom.margin-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

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

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

.padding-vertical, .padding-vertical.padding-xxlarge {
  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-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-pearl {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.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 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.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 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

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

.heading-style-h1 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.padding-global {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.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-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-size-regular.text-weight-semibold {
  font-weight: 500;
}

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

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

.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-gradient1 {
  background-image: linear-gradient(140deg, #dfc7dd, #8ba7cf);
}

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

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

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

.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-darkblue {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

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

.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: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.padding-section-large.padding-tablet-small {
  padding-top: 2.9rem;
}

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

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

.heading-style-h2 {
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.25;
}

.page-wrapper {
  overflow: hidden;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-secondary);
  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-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.container-large.is--100 {
  height: 100%;
  padding-top: 0;
}

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

.form_component {
  margin-bottom: 0;
}

.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 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-tertiary);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

.button.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.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 {
  border-radius: var(--radius--radius-16);
  opacity: 1;
  background-color: #fcfbfa54;
  border: 1px #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  font-size: 1.25rem;
  box-shadow: inset 0 1px 8px -2px #0003, 0 2px 20px -7px #0003;
}

.text-size-medium.text-weight-semibold {
  min-width: 0;
}

.text-size-medium.glossy_bg {
  box-shadow: none;
  background-color: #fcfbfa00;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.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;
  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: 100rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .6rem;
  padding-bottom: 0;
}

.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-vermillion {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  background-color: var(--base-color-brand--dark-blue);
  color: var(--text-color--text-secondary);
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.section_hero {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: calc(100vh - 2.5rem);
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.section_blank {
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

._2col_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
  position: relative;
}

._2col_grid.z-index-2 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  max-width: 1297svw;
  margin-bottom: 0;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

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

.blank_image {
  border-radius: 1rem;
  margin-top: 0;
}

.blank_title {
  font-size: 4rem;
}

.background-color-gradient2 {
  background-image: linear-gradient(#dbc5dc, #8fb0d6);
}

.navbar_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--base-color-brand--pearl);
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  display: flex;
}

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

.navbar_logo-link {
  color: var(--background-color--background-secondary);
  padding-left: 0;
  font-size: 1.25rem;
  font-weight: 900;
}

.navbar_logo {
  color: var(--base-color-brand--pearl);
  -webkit-text-stroke-color: var(--base-color-brand--pearl);
  font-size: 1.5rem;
}

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

.navbar_menu.is-page-height-tablet {
  background-color: var(--base-color-brand--pearl);
}

.navbar_link {
  padding: .5rem 1rem;
  font-size: .9rem;
}

.navbar_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

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

.navbar_menu-button {
  padding: 0;
}

.hero_content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--0);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-end stretch;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.section_mission {
  background-color: #109b7300;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: static;
}

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

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

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

.section_empower {
  background-image: url('../images/BG_Cards45.webp');
  background-position: 0 0;
  background-size: cover;
}

.section_team {
  background-color: #fff;
  position: relative;
}

.team_component {
  text-align: left;
  position: static;
  inset: 0% 0% auto;
}

.team_heading-span {
  border-radius: var(--radius--radius-8);
  transform-origin: 50%;
  object-fit: cover;
  background-image: url('../images/vorunteer.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2em;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 1em;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -.25em;
}

.team_heading-span._2 {
  background-image: url('../images/women.avif');
  background-position: 50% 20%;
}

.team_heading-span._3 {
  background-image: url('../images/voollunteer_1voollunteer.avif');
}

.section_vision.background-color-gradient1 {
  background-color: #0000000f;
  background-image: none;
  position: relative;
}

.vision_component {
  height: auto;
  position: relative;
}

.vision_content-bottom {
  z-index: 1;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.vision_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 32% 36% 32%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

.vision_image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.vision_image-wrapper {
  border-radius: var(--radius--radius-16);
  flex: none;
  position: relative;
  overflow: hidden;
}

.vision_image-wrapper.is-image-small {
  width: 20vw;
}

.vision_image-wrapper.is-image-large {
  border-radius: var(--radius--radius-animated);
  width: 36vw;
  height: 80vh;
}

.vision_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

.vision_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18vw;
  display: grid;
  position: relative;
}

.vision_image2 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

.vision_image3 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  padding-left: 0;
  overflow: clip;
  box-shadow: 0 2px 5px #0003;
}

.vision_image4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
}

.vision_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.vision_image5, .vision_image6 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

.vision_image7 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  padding-left: 0;
  box-shadow: 0 2px 5px #0003;
}

.vision_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section_stats {
  background-color: #fff;
}

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

.stats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stats_item {
  border-radius: var(--radius--radius-16);
  background-color: var(--enopark_yellow_light);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.stats_item.background-color-vermillion {
  background-color: #5486fe3b;
}

.stats_item.background-color-lightblue {
  opacity: 1;
  background-color: #64bda44a;
}

.stats_item.yellow_bg {
  background-color: #fcc1003d;
}

.stats_item-content {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}

.stats_number {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: clamp(1rem, 8vw, 158.72px);
  font-weight: 700;
  line-height: 1.3;
}

.divider-horizontal {
  background-color: var(--base-color-brand--pearl);
  width: 100%;
  height: 1px;
}

.stats_image-wrapper {
  border-radius: var(--radius--radius-16);
  overflow: hidden;
}

.stats_image {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  border-radius: var(--radius--radius-16);
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: inline-block;
  position: static;
  overflow: clip;
  transform: scale(1.1);
}

.section_marquee.z-index-1 {
  border-top: 1px #000;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.marquee_component {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.marquee_inner-wrapper {
  color: var(--basegreen);
  will-change: transform;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee_marquee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--basegreen);
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.marquee_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.marquee_image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cta_component {
  border-radius: var(--radius--radius-16);
  overflow: clip;
  transform: translate(0);
}

.cta_card {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.cta_background-wrapper {
  z-index: 0;
  background-color: var(--base-color-brand--pearl);
  color: var(--basegreen);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer_component {
  border-top-left-radius: var(--radius--radius-8);
  border-top-right-radius: var(--radius--radius-16);
  background-color: #fcfbfa;
  background-image: linear-gradient(0deg, var(--basegreen), #fff0);
  padding-top: 2rem;
}

.footer_component.background-color-gradient2 {
  position: relative;
}

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

.footer_left-wrapper {
  color: var(--base-color-brand--pearl);
  flex-direction: column;
  align-items: flex-start;
  margin-top: -106px;
  padding-top: 0;
  display: flex;
}

.footer_logo-link {
  color: var(--background-color--background-secondary);
  margin-bottom: .5rem;
  padding-left: 0;
  font-size: 1.25rem;
  font-weight: 900;
}

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

.footer_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--base-color-brand--dark-blue);
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

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

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

.footer_image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end stretch;
  width: 100%;
  padding-bottom: 1rem;
  line-height: .75;
  display: grid;
  overflow: hidden;
}

.footer_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  -webkit-text-stroke-color: var(--base-color-brand--pearl);
  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;
}

.footer_legal-link {
  color: var(--base-color-brand--pearl);
  -webkit-text-stroke-color: var(--base-color-brand--pearl);
  background-color: #0000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .875rem;
  text-decoration: underline;
}

.footer_credit-text {
  color: var(--base-color-brand--pearl);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .875rem;
}

.empower_component {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--radius--radius-16);
  background-color: #64bda400;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
  position: relative;
  overflow: visible;
}

.empower_link-block {
  background-color: var(--alpha-colors--transparent-white);
  color: var(--text-color--text-primary);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.empower_link-block.w--current {
  background-color: var(--alpha-colors--transparent-white);
}

.empower_link-text-small {
  white-space: nowrap;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.empower_card {
  z-index: 2;
  border-radius: var(--radius--radius-8);
  color: var(--base-color-brand--dark-blue);
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 140%;
  display: flex;
  position: relative;
  inset: auto;
  overflow: clip;
  box-shadow: 0 1px 2px #0000000d, 0 12px 30px -5px #0000001a;
}

.background-color-lightblue {
  background-color: var(--base-color-brand--light-blue);
}

.background-color-purple {
  background-color: var(--base-color-brand--purple);
}

.stats_texture {
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stats_texture.is-darken-20 {
  opacity: .2;
  mix-blend-mode: darken;
}

.stats_texture.is-darken-40 {
  opacity: .4;
  mix-blend-mode: darken;
  padding-left: 0;
}

.stats_texture.is-overlay-40 {
  opacity: .4;
  mix-blend-mode: overlay;
}

.hero_img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

.hero_visuals {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.dark_gradient {
  z-index: 1;
  background-image: linear-gradient(#153a4300 65%, #000c);
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-title {
  z-index: 99;
  color: var(--basegreen);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--base-color-neutral--black);
  white-space: nowrap;
  width: 50rem;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: clamp(2rem, 8vw, 277px);
  font-weight: 800;
  line-height: .75;
  display: block;
  position: relative;
  overflow: visible;
}

.btn {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  background-color: var(--background-color--background-tertiary);
  color: var(--text-color--text-primary);
  text-align: center;
  letter-spacing: 0;
  border: 1px solid #0000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .35s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
  box-shadow: inset 0 0 #0000;
}

.btn:where(.w-variant-477e6588-01fc-775f-bfed-594d002a2857) {
  border-color: var(--basegreen);
  background-color: var(--alpha-colors--transparent-white);
  color: var(--basegreen);
}

.btn:where(.w-variant-d9024a16-90fa-fc58-90af-f47fb0e08ad7) {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-secondary);
  transition-duration: .45s, .3s;
  transition-timing-function: ease-in-out, cubic-bezier(.165, .84, .44, 1);
}

.btn:where(.w-variant-606beeea-2e72-7739-2eb4-be6dd6316459) {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.btn:where(.w-variant-74970b28-c630-38e8-3d42-4984d63413f3) {
  border-color: var(--border-color--border-secondary);
  background-color: var(--alpha-colors--transparent-white);
  color: var(--text-color--text-primary);
}

.btn:where(.w-variant-58c7e7f7-d182-490c-7128-fb4793b2c91b) {
  border-color: var(--border-color--border-primary);
  background-color: var(--alpha-colors--transparent-white);
}

.btn:hover {
  opacity: .96;
  box-shadow: 2px 2px 14px 2px #0003;
}

.btn:focus-visible, .btn[data-wf-focus-visible] {
  outline-color: var(--basegreen);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.btn-icon {
  justify-content: center;
  align-items: center;
  max-width: 1.2em;
  line-height: 1;
  display: inline-flex;
}

.icon-color {
  color: inherit;
  display: inline-flex;
}

.icon-color:where(.w-variant-7811dcc8-ec1c-73a7-ff3f-4b4726645da0) {
  color: var(--text-color--text-primary);
}

.icon-color:where(.w-variant-d622219e-edc6-82bc-8805-1bb4cea14b68) {
  color: var(--text-color--text-secondary);
}

.icon-color:where(.w-variant-cdd1c203-457b-bf41-1ba6-b8075782983e) {
  color: var(--text-color--text-tertiary);
}

.icon {
  width: 1em;
  font-size: 1em;
  font-style: normal;
  display: inline-flex;
}

.cta_form-button {
  background-color: var(--base-color-brand--dark-blue);
  border-radius: 100vw;
  padding-left: 2em;
  padding-right: 2em;
}

.footer_logo {
  width: 100%;
  max-width: 70%;
}

.peach-gradient {
  z-index: 1;
  opacity: .45;
  pointer-events: none;
  background-image: linear-gradient(186deg, #153a4300, #fac9cdcc);
  position: absolute;
  inset: 0%;
}

.hand-icon {
  object-fit: contain;
  width: 4em;
  height: 100%;
}

.hand-icon.draggable {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 10em;
  height: auto;
  display: block;
  position: absolute;
}

.hand-icon.draggable._1 {
  bottom: 5%;
  left: 10%;
}

.hand-icon.draggable._2 {
  opacity: 1;
  bottom: 15%;
  left: 32%;
}

.hand-icon.draggable._3 {
  top: 15%;
  left: 25%;
}

.hand-icon.draggable._4 {
  top: 5%;
  left: 5%;
}

.hand-icon.draggable._5 {
  bottom: 10%;
  right: 23%;
}

.hand-icon.draggable._6 {
  inset: 10% 16% auto auto;
}

.hand-icon.draggable._7 {
  inset: 31% 0% auto auto;
}

.hand-icon-path {
  transform-origin: 50% 0;
  color: #d3033b;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.empower_card-background {
  z-index: 0;
  background-color: var(--base-color-brand--pearl);
  opacity: 1;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.empower_card-background.is-purple {
  background-color: var(--base-color-brand--pearl);
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  perspective-origin: 50%;
  transform-origin: 50%;
}

.empower_card-background.is-pearl {
  background-color: var(--base-color-brand--pearl);
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
}

.empower_card-content {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 6rem 2rem 2rem;
  display: flex;
  position: relative;
}

.empower_tab-component {
  display: flex;
}

.empower_tab-menu {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.empower_tab-content {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 10vw 0% auto;
  overflow: visible;
}

.empower_tab_timer {
  background-color: var(--alpha-colors--transparent-blue50);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.empower_tab_timer.red {
  background-color: var(--base-color-brand--dark-blue);
}

.empower_tab-panel {
  width: 100%;
  height: 100%;
  position: relative;
}

.empower_tab-container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.empower_card-texture {
  opacity: .9;
  filter: brightness(120%);
  pointer-events: none;
  mix-blend-mode: darken;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

.empower_card-texture._2 {
  opacity: .6;
  mix-blend-mode: darken;
}

.empower_card-texture._1 {
  opacity: 1;
  mix-blend-mode: overlay;
}

.empower_card-texture._3 {
  opacity: .64;
}

.empower_card-texture._4 {
  opacity: .48;
  mix-blend-mode: normal;
}

.empower_card-img {
  flex: 0 auto;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.grain {
  z-index: 0;
  border-radius: var(--radius--radius-16);
  opacity: .04;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url('../images/grain4.avif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.noise {
  opacity: .25;
  pointer-events: none;
  mix-blend-mode: difference;
  background-image: url('../images/noise-light.png');
  background-position: 50%;
  background-size: 220px 220px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.noise.is-hero {
  opacity: .5;
}

.text-overlay-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8rem;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.empower_card-text-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.vision_overlay-text {
  z-index: 2;
  text-align: right;
  font-size: 3.5rem;
  font-weight: 900;
  position: relative;
}

.licence_item {
  border-radius: var(--radius--radius-16);
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.licence_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.section_img-licence {
  flex-direction: column;
  justify-content: center;
  position: relative;
}

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

.img-licence_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.img-licence_item {
  border-radius: var(--radius--radius-16);
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.image {
  margin-top: 9px;
  padding-left: 0;
}

.heading {
  filter: drop-shadow(0 0 10px #ffffffb3);
  direction: ltr;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #000;
  font-size: 2.5rem;
  font-weight: 900;
  display: flex;
}

.background-video {
  box-sizing: border-box;
  opacity: 1;
  object-fit: fill;
  border-radius: 0;
  display: block;
  position: static;
}

.heading-2 {
  text-align: left;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.circle-real-1 {
  z-index: 0;
  opacity: 0;
  filter: blur(60px);
  background-color: #3454fe7a;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle-real-2 {
  z-index: 0;
  opacity: .3;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 50%;
  width: 75vh;
  height: 75vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle-real-3 {
  z-index: 0;
  opacity: .78;
  filter: blur(70px);
  background-color: #fff;
  border-radius: 50%;
  width: 65vh;
  height: 65vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-real-4 {
  z-index: 0;
  opacity: 0;
  filter: blur(70px);
  background-color: #aeeffa;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.circle-real-5 {
  z-index: 0;
  opacity: 0;
  filter: blur(70px);
  background-color: #65a3fe6b;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 10% auto 0% 30%;
}

.text_highligt_green {
  color: var(--highlight_green);
  background-color: #0000;
}

.bold-text {
  color: var(--highlight_green);
}

.bold-text-2 {
  text-decoration: underline;
}

.circle-real-1-sw {
  z-index: 0;
  opacity: .2;
  filter: blur(60px);
  background-color: #3454fe4a;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle-real-2-sw {
  z-index: 0;
  opacity: .78;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 50%;
  width: 75vh;
  height: 75vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle-real-3-sw {
  z-index: 0;
  opacity: .78;
  filter: blur(70px);
  background-color: #fff;
  border-radius: 50%;
  width: 65vh;
  height: 65vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-real-4-sw {
  z-index: 0;
  opacity: .39;
  filter: blur(70px);
  background-color: #aeeffa;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.circle-real-5-sw {
  z-index: 0;
  opacity: .22;
  filter: blur(70px);
  background-color: #65a3fe6b;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 10% auto 0% 30%;
}

.image-2 {
  border-radius: var(--radius--radius-8);
  margin-top: -69px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.text-span, .text-span-2 {
  color: var(--basegreen);
}

.custom-text {
  color: var(--basegreen);
  font-weight: 600;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-3 {
  aspect-ratio: auto;
  opacity: .6;
  max-width: 25%;
  margin-bottom: 10px;
  margin-left: 35px;
}

.div-block-rechts {
  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-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-3-copy {
  aspect-ratio: auto;
  max-width: 30%;
}

.image-3-rechts {
  aspect-ratio: auto;
  opacity: .6;
  max-width: 25%;
  margin-bottom: 10px;
  margin-right: 35px;
}

.text-span-3, .text-span-4 {
  font-weight: 800;
}

.text-size-medium-oben {
  border-radius: var(--radius--radius-16);
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--base-color-brand--pearl);
  text-align: right;
  background-color: #fff0;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 25rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Permanent Marker, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.text-size-medium-oben.text-weight-semibold {
  min-width: 0;
}

.headshot {
  aspect-ratio: 1;
  border: 1px none var(--basegreen);
  border-radius: var(--radius--radius-16);
  object-fit: cover;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 180px;
  padding-left: 0;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.55, .055, .675, .19), transform .2s;
}

.headshot:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--basegreen), #0c9b7400 86%);
  background-position: 0 0;
  transform: scale(1.1);
}

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

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

.headshot_text {
  text-align: center;
}

.headshot_title {
  font-weight: 700;
}

.icon_holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  margin-top: -10px;
  display: flex;
}

.headshot_verantwortung {
  color: var(--basegreen);
  font-style: normal;
}

.heading-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-4 {
  text-align: center;
  padding-bottom: 40px;
  font-weight: 600;
}

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

.navbar_component_contact {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--perl2);
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  display: flex;
}

.navbar_link_team {
  cursor: pointer;
  border-radius: 20px;
  padding: .5rem 1rem;
  font-size: .9rem;
}

.navbar_link_team.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.heading-5 {
  z-index: 999;
  color: var(--basegreen);
  position: relative;
}

.paragraph {
  z-index: 99;
  color: var(--text-color--text-primary);
  position: relative;
}

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

.paragraph-2-datenschutz {
  z-index: 9;
  color: var(--text-color--text-primary);
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.text-block, .text-block-datenschutz {
  z-index: 9;
  color: var(--text-color--text-primary);
  position: relative;
}

.section_hero-datenschutz {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-span-5 {
  direction: ltr;
  text-align: left;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
}

.text-span-6 {
  font-weight: 700;
  text-decoration: underline;
}

.div-block-2 {
  min-width: 500px;
  min-height: 100px;
}

.heading-3-calctool {
  color: var(--basegreen);
}

.div-block-3 {
  margin-top: 5rem;
}

.navbar_link_calc {
  border: 2px solid var(--basegreen);
  cursor: pointer;
  background-color: #255de900;
  border-radius: 50px;
  padding: .5rem 1rem;
  font-size: .9rem;
  transition: all .3s;
}

.navbar_link_calc:hover {
  background-color: var(--basegreen);
}

.navbar_link_calc.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.lottie-animation {
  line-height: .3;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.lottie-animation-2 {
  transform-style: preserve-3d;
  width: 200px;
  height: 200px;
  transform: rotateX(0)rotateY(180deg)rotateZ(-90deg);
}

.bold-text-3, .bold-text-4 {
  color: var(--base-color-brand--pearl);
  font-weight: 400;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
}

.lottie-animation-3 {
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  display: block;
  position: absolute;
}

.lottie-animation-4 {
  width: 150px;
  padding-top: 49px;
  position: absolute;
  bottom: 44px;
  left: auto;
  right: 194px;
}

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

.heading-6 {
  z-index: 99;
  width: 50rem;
  padding-top: 1rem;
  padding-left: 4rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
  position: relative;
}

.bold-text-5 {
  font-size: 2.5rem;
}

.padding-global-hero {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-span-7 {
  font-weight: 400;
}

.div-block-6 {
  border-radius: var(--radius--radius-16);
  background-color: #255de970;
  background-image: linear-gradient(0deg, #255de929, #fff);
  height: 35rem;
}

.div-block-6-upside {
  border-radius: var(--radius--radius-16);
  background-color: #255de970;
  background-image: linear-gradient(0deg, #255de914, #fff 70%);
  border: 1px solid #e9e3e3;
  height: 35rem;
}

.div-block-6-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--radius--radius-16);
  background-color: #7ea0f770;
  background-image: linear-gradient(13deg, #255de929, #fff 75%, #e5e0ff);
  border: 1px solid #e9e3e3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 35rem;
  display: flex;
}

.div-block-6-right {
  border-radius: var(--radius--radius-16);
  background-color: #255de970;
  background-image: linear-gradient(336deg, #255de929, #fff 75%);
  border: 1px solid #e9e3e3;
  height: 35rem;
}

.div-block-7 {
  border-radius: var(--radius--radius-16);
  text-align: center;
  background-color: #fff;
  width: 27rem;
  height: 31rem;
  padding-top: 2rem;
}

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

.service-type-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #696969;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25rem;
  display: block;
}

.service-button-icon-wrap {
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.service-name.home-page {
  letter-spacing: -.6px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
}

.service-button-text-wrap {
  height: 20px;
  overflow: hidden;
}

.expertise-box-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #64bda4f0;
  border-radius: 14px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  transition: box-shadow .3s, transform .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.expertise-box-wrapper:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 5px #0003;
}

.service-button-image {
  padding-left: 0;
}

.service-type-image {
  max-width: 8px;
}

.service-serial-text {
  color: #696969;
  height: 1.5rem;
}

.service-box-content-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 8rem;
  display: flex;
}

.service-button-wrapper {
  color: #696969;
  background-color: #eff4f3;
  border-radius: 10px;
  justify-content: space-between;
  height: 60px;
  margin-top: auto;
  padding: 18px 20px;
  transition: all .5s;
  display: flex;
}

.service-button-wrapper:hover {
  color: #0b1d12;
  background-color: #85f9a4;
}

.heading-7 {
  padding-bottom: 2rem;
  padding-left: 8rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.text-span-8 {
  font-weight: 400;
}

.expertise-box-wrapper-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--basegreen_bg_light);
  border-radius: 14px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

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

.image-5 {
  opacity: 1;
  object-fit: cover;
  border-radius: 14px;
  width: 70%;
  max-height: 220px;
  padding-left: 0;
  overflow: hidden;
}

.heading-energy {
  padding-bottom: 1rem;
  padding-left: 8rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
}

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

.div-block-9 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 100%;
  margin-top: 4.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.section_energy {
  background-color: #fff;
  border-bottom: 2px #d3033b3b;
  padding-bottom: 7rem;
}

.energy-paragraph {
  text-align: justify;
  max-width: 65ch;
  font-family: Ubuntu, Helvetica, sans-serif;
  overflow: visible;
}

.energy-img {
  padding-left: 0;
  transition: transform .2s;
}

.energy-img:hover {
  border-radius: var(--radius--radius-16);
  background-image: url('../images/BG_Mission.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  transform: scale(1.1);
}

.div-block-10 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-2 {
  text-align: right;
  padding-right: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-11 {
  margin-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.text-span-9 {
  font-weight: 300;
}

.text-span-10 {
  text-align: left;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-block-4 {
  text-align: right;
  margin-top: 21px;
  padding-bottom: 10px;
}

.div-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.lottie-animation-5 {
  max-height: 100px;
}

.lottie-animation-6 {
  object-fit: fill;
  height: 4rem;
  overflow: visible;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.background-video-2 {
  z-index: 0;
  object-fit: fill;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-14 {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-14-left {
  border: 3px #000;
  border-style: none none solid solid;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-5 {
  padding-top: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.header-sw {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
}

.boldtextgradient {
  background-image: linear-gradient(180deg, var(--base-color-brand--dark-blue), var(--basegreen));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.2rem;
  display: inline;
}

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

.youtube {
  object-fit: fill;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 85vh;
  height: 600px;
  display: block;
  position: relative;
  overflow: visible;
}

.background-video-3 {
  z-index: 1;
  aspect-ratio: auto;
  border-radius: var(--radius--radius-16);
  object-fit: fill;
  border-style: none;
  border-color: #000;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.padding-global-swvideo {
  z-index: 1;
  background-image: none;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7rem 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.div-block-18 {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--radius-16);
  border: 1px #ff003a;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 1300px;
  height: auto;
  max-height: 1000px;
  margin-top: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.boldtextgradient-copy {
  background-image: linear-gradient(180deg, var(--base-color-brand--dark-blue), var(--basegreen));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.div-block-20 {
  width: 1300px;
  height: 1000px;
}

.div-block-14-stick {
  border-style: none;
  border-width: 3px 3px 3px 5px;
  border-color: black black var(--basegreen) var(--basegreen);
  border-radius: var(--radius--radius-16);
  background-image: linear-gradient(90deg, var(--basegreen), #362e90);
  width: 4rem;
  height: .3rem;
  position: relative;
  inset: 0% 0% auto auto;
}

.heading-8 {
  padding-bottom: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
}

.heading-8-copy {
  text-align: center;
  margin-bottom: 3rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
}

.heading-8-sw {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
}

.boldtextgradient-red {
  background-image: linear-gradient(180deg, var(--base-color-brand--dark-blue), #ff003a);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-21 {
  grid-column-gap: 46px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  display: grid;
}

.section_partner {
  background-color: #fff;
  position: relative;
}

.div-block-22 {
  display: flex;
}

.circle-real-1-sw-copy {
  z-index: 0;
  opacity: .2;
  filter: blur(60px);
  background-color: #3454fe4a;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 33% 0% auto 22px;
}

.circle-real-5-sw-copy {
  z-index: 0;
  opacity: .22;
  filter: blur(70px);
  background-color: #65a3fe6b;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 1% auto 0% -10%;
}

.circle-real-1-sw-red {
  z-index: 0;
  opacity: .21;
  filter: blur(60px);
  background-color: #d3033c00;
  border-radius: 50%;
  width: 115vh;
  height: 70vh;
  position: absolute;
  inset: auto;
}

.image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14 {
  padding-left: 0;
}

.text-span-11 {
  font-weight: 700;
}

.div-block-23 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
  padding-left: 0;
}

.image-28 {
  padding-left: 2rem;
}

.image-29 {
  padding-left: 0;
}

.div-block-24 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: block;
}

.image-30, .image-31, .image-32 {
  width: 3rem;
  padding-left: 0;
}

.code-embed {
  width: 800px;
  height: 500px;
}

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

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.div-block-27 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.tabs {
  padding-top: .5rem;
}

.div-block-28 {
  opacity: .41;
  background-image: linear-gradient(#d3033c, #000);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: block;
}

.div-block-29 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.heading-9 {
  text-align: left;
  margin-top: 2rem;
}

.tab-link-tab-1 {
  border-radius: var(--radius--radius-16);
  margin-right: .25rem;
}

.tab-link-tab-2, .tab-link-tab-2.w--current {
  border-radius: var(--radius--radius-16);
}

.tab-link-tab-3 {
  border-radius: var(--radius--radius-16);
  margin-left: .25rem;
}

.image-33, .image-34, .image-35 {
  max-width: 30rem;
  padding-left: 0;
}

.tabs-menu {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.paragraph-3 {
  max-width: 30rem;
  padding-top: 2rem;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.boldtextgradient-blue {
  background-image: linear-gradient(180deg, var(--base-color-brand--dark-blue), var(--newbaseblue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.energy-img-1 {
  padding-left: 0;
  transition: transform .2s;
}

.energy-img-1:hover {
  border-radius: var(--radius--radius-16);
  background-image: url('../images/BG_Mission.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  transform: scale(1.1);
}

.energy-img-2 {
  padding-left: 0;
  transition: transform .2s;
}

.energy-img-2:hover {
  border-radius: var(--radius--radius-16);
  background-image: url('../images/BG_Mission.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  transform: scale(1.1);
}

.energy-img-3 {
  padding-left: 0;
  transition: transform .2s;
}

.energy-img-3:hover {
  border-radius: var(--radius--radius-16);
  background-image: url('../images/BG_Mission.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  transform: scale(1.1);
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

  h3 {
    font-size: 2.25rem;
  }

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

  .margin-bottom.margin-medium {
    position: absolute;
  }

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

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

  .padding-global {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .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: 2rem;
    padding-bottom: 0;
  }

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

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

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

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

  .container-large.is--100 {
    padding-top: 0;
  }

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

  .text-size-medium.glossy_bg {
    text-align: center;
    max-width: 500px;
    display: inline-block;
    position: static;
  }

  .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 {
    height: 680px;
    margin-bottom: 0;
  }

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

  .section_blank {
    padding-top: 3rem;
  }

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

  ._2col_grid.z-index-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .navbar_component {
    border-bottom-style: none;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    border-bottom-style: none;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

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

  .navbar_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

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

  .menu-icon1_line-top {
    background-color: var(--base-color-brand--dark-blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-brand--dark-blue);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon1_line-bottom {
    background-color: var(--base-color-brand--dark-blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .team_heading-span {
    padding-right: 7.5rem;
  }

  .vision_content-bottom {
    height: 100vh;
  }

  .vision_image-list {
    height: 70vh;
  }

  .vision_image-wrapper.is-image-small {
    width: 25vw;
  }

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

  .stats_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .stats_number {
    font-size: 4.5rem;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer_form-block {
    min-width: auto;
  }

  .empower_link-block {
    padding-left: 0;
  }

  .empower_card {
    width: 100%;
  }

  .stats_texture.is-darken-20, .stats_texture.is-darken-40, .stats_texture.is-overlay-40 {
    padding-left: 0;
  }

  .hero-title {
    width: 20rem;
    padding-top: 0;
    font-size: clamp(2rem, 8vw, 277px);
  }

  .hand-icon.draggable {
    width: 8vw;
  }

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

  .empower_tab-menu {
    padding-top: 20px;
  }

  .empower_tab-content {
    flex: 0 auto;
    padding-top: 2rem;
    position: relative;
    right: auto;
  }

  .vision_overlay-text {
    font-size: 2rem;
  }

  .licence_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .section_img-licence {
    padding-top: 3rem;
  }

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

  .img-licence_grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading {
    font-size: 1.5rem;
  }

  .heading-2 {
    font-size: 1.7rem;
  }

  .circle-real-1, .circle-real-2, .circle-real-3, .circle-real-4, .circle-real-5, .circle-real-1-sw, .circle-real-2-sw, .circle-real-3-sw, .circle-real-4-sw, .circle-real-5-sw {
    max-width: 100vw;
  }

  .text-size-medium-oben {
    width: auto;
    margin-bottom: -1.3rem;
    font-size: 1rem;
  }

  .columns {
    display: block;
  }

  .navbar_component_contact {
    border-bottom-style: none;
  }

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

  .section_hero-datenschutz {
    margin-bottom: -124px;
  }

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

  .heading-6 {
    width: 20rem;
    font-size: clamp(1.4rem, 4vw, 200px);
  }

  .padding-global-hero {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-type-text {
    font-size: .7rem;
  }

  .service-name.home-page {
    font-size: 1.2rem;
  }

  .expertise-box-wrapper {
    height: 426px;
    padding: 20px;
  }

  .service-button-wrapper {
    height: 45px;
    padding: 10px;
  }

  .heading-7 {
    padding-left: 4rem;
  }

  .expertise-box-wrapper-right {
    height: 300px;
    padding: 20px;
  }

  .heading-energy.boldtextgradient {
    padding-left: 1rem;
  }

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

  .div-block-14 {
    margin-right: .25rem;
  }

  .div-block-14-left {
    margin-left: .25rem;
  }

  .text-block-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global-swvideo {
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-18 {
    width: 90%;
  }

  .boldtextgradient-copy {
    font-size: 1.8rem;
  }

  .heading-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-21 {
    padding-left: .25rem;
  }

  .circle-real-1-sw-copy, .circle-real-5-sw-copy, .circle-real-1-sw-red {
    max-width: 100vw;
  }

  .image-28 {
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-6, .text-block-7, .text-block-8 {
    font-size: .7rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3, h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.13rem;
  }

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

  .margin-bottom.margin-medium {
    position: absolute;
  }

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

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

  .padding-global {
    margin-bottom: 0;
    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: 1.5rem;
  }

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

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

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

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

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

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

  .container-large {
    padding-top: 35px;
  }

  .container-large.is--100 {
    padding-top: 0;
  }

  .text-size-medium.glossy_bg {
    max-width: 400px;
  }

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

  .section_hero {
    height: 710px;
    margin-bottom: 0;
  }

  .navbar_component {
    height: auto;
  }

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

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

  .section_mission {
    padding-bottom: 1rem;
  }

  .team_heading-span {
    border-radius: var(--radius--radius-4);
    padding-right: 5.75rem;
  }

  .section_vision.background-color-gradient1 {
    margin-top: 0;
    padding-top: 45px;
  }

  .vision_content-bottom {
    height: 100vh;
    margin-top: -87px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .vision_image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .vision_image-wrapper.is-image-small {
    display: none;
  }

  .vision_image-wrapper.is-image-large {
    width: 50vw;
    height: 60vh;
  }

  .vision_small-image-group {
    width: 40vw;
  }

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

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

  .stats_item, .stats_image-wrapper, .stats_image {
    border-radius: var(--radius--radius-8);
  }

  .marquee_image-wrapper {
    height: 4rem;
  }

  .cta_card {
    padding: 6rem 2rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .footer_legal-list {
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: start;
  }

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

  .empower_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .empower_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .empower_card {
    position: relative;
  }

  .hand-icon.draggable {
    width: 12vw;
  }

  .empower_tab-component {
    flex-flow: column;
    padding-top: 20px;
  }

  .empower_card-img {
    width: 12vw;
    height: 12vw;
  }

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

  .licence_item {
    border-radius: var(--radius--radius-8);
  }

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

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

  .img-licence_grid {
    grid-template-columns: 1fr 1fr;
  }

  .img-licence_item {
    border-radius: var(--radius--radius-8);
  }

  .image-3 {
    margin-left: 10px;
  }

  .image-3-rechts {
    margin-right: 10px;
  }

  .headshot_column {
    padding-bottom: 30px;
  }

  .navbar_component_contact {
    height: auto;
  }

  .section_hero-datenschutz {
    height: auto;
    margin-bottom: 0;
  }

  .padding-global-hero {
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .service-button-text {
    font-size: .8rem;
  }

  .service-type-wrapper {
    padding-bottom: 0;
  }

  .service-name.home-page {
    margin-top: 2.4rem;
  }

  .expertise-box-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 260px;
    display: flex;
  }

  .service-box-content-wrapper {
    height: 8rem;
  }

  .service-button-wrapper {
    margin-top: auto;
  }

  .expertise-box-wrapper-right {
    height: 250px;
  }

  .image-5 {
    max-width: 100%;
  }

  .div-block-9 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .padding-global-swvideo {
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
  }

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

  .margin-bottom.margin-medium {
    position: absolute;
  }

  .margin-bottom.margin-xxlarge {
    padding-left: 12px;
  }

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

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

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

  .heading-style-h1.boldtextgradient-red {
    font-size: 1.25rem;
  }

  .padding-global {
    z-index: 0;
    padding-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
  }

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

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

  .padding-section-large {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .padding-section-large.padding-tablet-small {
    padding-bottom: 1rem;
  }

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

  .page-wrapper {
    overflow: hidden;
  }

  .container-large.is--100 {
    padding-top: 0;
  }

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

  .section_hero {
    z-index: 1;
    height: 610px;
    margin-bottom: 0;
    position: relative;
  }

  ._2col_grid.z-index-2 {
    place-items: center stretch;
    padding-bottom: 23px;
    top: 412px;
  }

  .blank_title {
    font-size: 2.5rem;
  }

  .navbar_menu.is-page-height-tablet {
    justify-content: center;
    align-items: center;
  }

  .navbar_menu-links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_content {
    height: 100%;
    overflow: clip;
  }

  .section_mission {
    padding-top: 2rem;
  }

  .mission_component {
    margin-top: -41px;
  }

  .section_team {
    width: 100vw;
  }

  .team_heading-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .team_heading-span {
    padding-right: 4rem;
  }

  .section_vision.background-color-gradient1 {
    padding-top: 0;
  }

  .vision_component {
    z-index: 1;
  }

  .vision_content-bottom {
    margin-top: -132px;
    margin-bottom: 0;
  }

  .vision_image-wrapper {
    width: 40vw;
  }

  .stats_content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .stats_number {
    font-size: 3.5rem;
  }

  .section_marquee.z-index-1 {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: -62px;
  }

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

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

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

  .footer_bottom-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .empower_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_visuals {
    height: 520px;
  }

  .hero-title {
    padding-top: 0;
    padding-left: 1rem;
  }

  .hand-icon {
    width: 2.5em;
  }

  .hand-icon.draggable {
    width: 18vw;
  }

  .hand-icon.draggable._1 {
    bottom: 18%;
    left: 8%;
  }

  .hand-icon.draggable._2 {
    bottom: 2%;
  }

  .hand-icon.draggable._3 {
    top: 10%;
  }

  .hand-icon.draggable._5 {
    right: 7%;
  }

  .hand-icon.draggable._6 {
    top: 2%;
  }

  .empower_card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .empower_tab-menu {
    padding-top: 16px;
  }

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

  .empower_card-img {
    width: 18vw;
    height: 18vw;
  }

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

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

  .licence_content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .img-licence_grid {
    grid-template-columns: 1fr;
  }

  .heading {
    padding-bottom: 26px;
    font-size: .5rem;
  }

  .heading-2 {
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .circle-real-1 {
    z-index: 0;
  }

  .image-3 {
    margin-bottom: 645px;
  }

  .image-3-rechts {
    margin-bottom: 645px;
    margin-right: 0;
  }

  .text-size-medium-oben {
    margin-bottom: 0;
    margin-left: -17px;
    margin-right: 0;
    font-size: .6rem;
  }

  .headshot {
    width: 100px;
  }

  .columns {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: space-between;
  }

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

  .text-block-datenschutz {
    padding-top: 19px;
  }

  .section_hero-datenschutz {
    margin-bottom: 0;
  }

  .text-span-5 {
    font-size: .7rem;
  }

  .heading-3-calctool {
    font-size: 1.5rem;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 2rem;
  }

  .heading-6 {
    padding-left: 1rem;
  }

  .padding-global-hero {
    z-index: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
  }

  .service-type-text {
    padding-left: .6rem;
  }

  .service-name.home-page {
    margin-top: 1.4rem;
  }

  .expertise-box-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 350px;
    padding: 12px;
  }

  .service-box-content-wrapper {
    flex-flow: row;
  }

  .service-button-wrapper {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-7 {
    padding-left: 1rem;
  }

  .expertise-box-wrapper-right {
    height: 240px;
    padding: 12px;
  }

  .div-block-8 {
    max-width: 15rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    max-height: 130px;
  }

  .heading-energy.boldtextgradient {
    font-size: 1.5rem;
  }

  .div-block-9 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .section_energy {
    padding-bottom: 0;
  }

  .energy-paragraph {
    display: block;
  }

  .energy-img {
    flex: 0 auto;
    order: 3;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .text-span-9 {
    font-size: 1.3rem;
  }

  .text-span-10, .text-block-5 {
    font-size: 1rem;
  }

  .header-sw {
    font-size: 1.5rem;
  }

  .padding-global-swvideo {
    z-index: 0;
    margin-bottom: 0;
    padding: 0 .5rem 3rem;
    position: relative;
  }

  .div-block-18 {
    width: 100%;
  }

  .boldtextgradient-copy {
    font-size: 1.4rem;
  }

  .heading-8 {
    width: 100%;
    font-size: 1.5rem;
  }

  .heading-8-copy, .heading-8-sw {
    font-size: 1.5rem;
  }

  .div-block-21 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
  }

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

  .circle-real-1-sw-red {
    background-color: #d3033c00;
  }

  .image-28 {
    padding-top: 2rem;
    padding-left: .5rem;
  }

  .heading-9 {
    text-align: center;
    font-size: 1rem;
  }

  .image-33, .image-34, .image-35 {
    width: 100%;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .paragraph-3 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .energy-img-1 {
    flex: 0 auto;
    order: 3;
  }

  .energy-img-2, .energy-img-3 {
    flex: 0 auto;
    order: 0;
  }

  .div-block-30 {
    width: 100%;
  }
}

#w-node-_0eb5e673-f89e-9299-db19-d1aa99e8609e-7b60e13e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab5706e0-72bc-fed8-8742-962280f0208c-7b60e13e {
  justify-self: end;
}

#w-node-ab5706e0-72bc-fed8-8742-962280f0208f-7b60e13e {
  align-self: center;
}

#w-node-ab5706e0-72bc-fed8-8742-962280f02096-7b60e13e {
  justify-self: start;
}

#w-node-ab5706e0-72bc-fed8-8742-962280f02097-7b60e13e {
  align-self: center;
}

#w-node-f658566b-84f7-b2aa-ea87-01dea69d5961-7b60e13e, #w-node-_39226493-d6d6-4298-8a11-70d18c95fa22-7b60e13e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_39226493-d6d6-4298-8a11-70d18c95fa2b-7b60e13e, #w-node-_39226493-d6d6-4298-8a11-70d18c95fa3c-7b60e13e, #w-node-_39226493-d6d6-4298-8a11-70d18c95fa4d-7b60e13e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-f21cfa00-02f6-5b1b-b3f8-a4710e4642e6-0e4642c1, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-7b60e147 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27b51cab-4973-c6f8-0186-c9278a2f731b-7b60e147, #w-node-_6de248b1-6c27-c865-a9cc-97be66e92e12-7b60e147 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c7fbd7e-ea93-d066-54db-9b2390cad83a-7b60e147, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-7b60e148 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27b51cab-4973-c6f8-0186-c9278a2f731b-7b60e148 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c7fbd7e-ea93-d066-54db-9b2390cad83a-7b60e148, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-7b60e149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27b51cab-4973-c6f8-0186-c9278a2f731b-7b60e149 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c7fbd7e-ea93-d066-54db-9b2390cad83a-7b60e149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f658566b-84f7-b2aa-ea87-01dea69d5961-7b60e13e, #w-node-c0a3f4e8-638b-4964-54cb-40c475ec64ea-7b60e147, #w-node-a96b3977-da34-4cd8-8786-2dfa8f6e4d70-7b60e147, #w-node-f4d073f3-36bb-7878-db5b-190ec93b703f-7b60e147, #w-node-_2851d376-08fe-6d4d-a02b-e7c6c603254b-7b60e147 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_516a0135-90fd-d2af-da89-bd560838865b-7b60e147, #w-node-e2ce95b7-6c2f-2e69-fa11-e83b00cb3071-7b60e147, #w-node-_80be2ced-9991-61bf-a4c9-f28ef76c80e7-7b60e147, #w-node-_82ce15e6-7a20-8215-8d4c-28ce4ad97819-7b60e147, #w-node-f63ab2fd-2d9b-8792-0eaa-c9de8abb6bc2-7b60e147, #w-node-_25aee702-ed67-d409-b573-d7831a82119b-7b60e147, #w-node-_0798865d-260d-c4fe-f16f-d9c041091cca-7b60e147, #w-node-_9cabd7b0-0888-1a6b-2f72-e763bc1f4016-7b60e147, #w-node-_632a1d03-10a5-6de6-5d6d-7b260b298249-7b60e147, #w-node-e4506735-fd36-7b20-5d30-3bad928ffcfa-7b60e147, #w-node-a4817b27-0829-1794-26af-1e73fc85b09a-7b60e147, #w-node-acb3514d-7c0e-c117-40b6-973928952615-7b60e147, #w-node-_78d6c1a8-a563-8fa1-87ee-e352c6c24b4a-7b60e147 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7928b257-a1cb-64f7-d6d3-4b1824ad2bb9-7b60e147, #w-node-c0a3f4e8-638b-4964-54cb-40c475ec64ea-7b60e148, #w-node-c0a3f4e8-638b-4964-54cb-40c475ec64ea-7b60e149, #w-node-_665cc53a-d436-219c-224f-783d5f51ca3d-7b60e149 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f658566b-84f7-b2aa-ea87-01dea69d5961-7b60e13e {
    grid-column: span 1 / span 1;
  }

  #w-node-f658566b-84f7-b2aa-ea87-01dea69d597b-7b60e13e {
    order: 9999;
  }

  #w-node-c0a3f4e8-638b-4964-54cb-40c475ec64ea-7b60e147, #w-node-a96b3977-da34-4cd8-8786-2dfa8f6e4d70-7b60e147, #w-node-f4d073f3-36bb-7878-db5b-190ec93b703f-7b60e147, #w-node-_2851d376-08fe-6d4d-a02b-e7c6c603254b-7b60e147, #w-node-_516a0135-90fd-d2af-da89-bd560838865b-7b60e147, #w-node-e2ce95b7-6c2f-2e69-fa11-e83b00cb3071-7b60e147, #w-node-_80be2ced-9991-61bf-a4c9-f28ef76c80e7-7b60e147, #w-node-_82ce15e6-7a20-8215-8d4c-28ce4ad97819-7b60e147, #w-node-f63ab2fd-2d9b-8792-0eaa-c9de8abb6bc2-7b60e147, #w-node-_25aee702-ed67-d409-b573-d7831a82119b-7b60e147, #w-node-_0798865d-260d-c4fe-f16f-d9c041091cca-7b60e147, #w-node-_9cabd7b0-0888-1a6b-2f72-e763bc1f4016-7b60e147, #w-node-_632a1d03-10a5-6de6-5d6d-7b260b298249-7b60e147, #w-node-e4506735-fd36-7b20-5d30-3bad928ffcfa-7b60e147, #w-node-a4817b27-0829-1794-26af-1e73fc85b09a-7b60e147, #w-node-acb3514d-7c0e-c117-40b6-973928952615-7b60e147, #w-node-_78d6c1a8-a563-8fa1-87ee-e352c6c24b4a-7b60e147, #w-node-_7928b257-a1cb-64f7-d6d3-4b1824ad2bb9-7b60e147, #w-node-c0a3f4e8-638b-4964-54cb-40c475ec64ea-7b60e148, #w-node-c0a3f4e8-638b-4964-54cb-40c475ec64ea-7b60e149, #w-node-_665cc53a-d436-219c-224f-783d5f51ca3d-7b60e149 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a770db37-6404-ab1d-eab1-51fa94ac72e7-7b60e13e {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../fonts/Inter-VariableFont_opszwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* Self-hosted Google Fonts */
/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7azYYmg8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7azYYmg8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7azYYmg8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7azYYmg8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Fh4uPib9Iyv2ucM6pGQMWimMp004La2Cfw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

