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

@font-face {
  font-family: Bwmodelica;
  src: url('../fonts/BwModelica-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bwmodelica;
  src: url('../fonts/BwModelica-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bwmodelica;
  src: url('../fonts/BwModelica-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --fffffff: white;
  --0e022d: #0e022d;
  --4afeb3: #4afeb3;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--fffffff);
  background-color: #0000;
  font-family: Bwmodelica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

.embed {
  z-index: -1;
  width: 100vw;
  height: 100dvh;
  display: block;
  position: fixed;
  top: 0;
}

.green--image-wrapper {
  pointer-events: none;
  z-index: -1;
  width: 100vw;
  height: 100dvh;
  display: block;
  position: fixed;
  top: 0;
}

.embed-2 {
  z-index: -1;
  width: 100vw;
  height: 100dvh;
  display: block;
  position: fixed;
  top: 0;
}

.hide {
  display: none;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.form_component {
  margin-bottom: 0;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.margin-small {
  margin: 1rem;
}

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

.padding-0 {
  padding: 0;
}

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

.margin-large {
  margin: 3rem;
}

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

.padding-global {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

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

.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-large {
  padding: 1rem 2rem;
}

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

.text-color-grey {
  color: gray;
}

.padding-small {
  padding: 1rem;
}

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

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

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

.padding-section-small {
  grid-column-gap: .5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

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

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

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

.margin-xhuge {
  margin: 8rem;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #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;
}

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

.overflow-visible {
  overflow: visible;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

.is-hidden-desktop {
  display: none;
}

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

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

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

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

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

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

.main-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

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

.padding-xxhuge {
  padding: 12rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.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-weight-xbold {
  font-weight: 800;
}

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

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

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

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

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

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

.margin-custom1 {
  margin: 1.5rem;
}

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

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

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

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

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

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

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

.margin-0 {
  margin: 0;
}

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

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

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

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

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

.margin-huge {
  margin: 6rem;
}

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

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

.margin-custom3 {
  margin: 3.5rem;
}

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

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

.margin-custom2 {
  margin: 2.5rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

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

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

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

.margin-xlarge {
  margin: 4rem;
}

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

.margin-medium {
  margin: 2rem;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

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

.heading-style-h1 {
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

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

.padding-medium {
  padding: 2rem;
}

.navbar {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  position: fixed;
  top: 0;
  background-color: transparent;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}

.navbar-hidden {
  transform: translateY(-100%);
}

.navbar-visible {
  transform: translateY(0);
}

/* Global scroll margin and padding for all sections to prevent navbar overlap */
#results,
#services,
#testimonials,
#contact {
  scroll-margin-top: 6rem;
  padding-top: 5.5rem;
}

/* who-we-are already has padding-top via .purple-bg class */
#who-we-are {
  scroll-margin-top: 6rem;
}

.hero--wrapper {
  flex-direction: column;
  height: 100dvh;
  display: flex;
  padding-top: 5.5rem;
}

.hero--logo-wrapper {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.alice--logo {
  width: 25%;
}

.nav--content-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 5.5rem;
  display: flex;
}

.alice-logo--text {
  color: var(--fffffff);
  font-weight: 500;
}

.anchor-links--wrapper {
  grid-column-gap: 50px;
  align-items: center;
  height: 100%;
  display: flex;
}

.anchor--link {
  color: var(--fffffff);
  text-decoration: none;
}

.purple-bg {
  background-color: transparent;
  position: relative;
  overflow: visible;
  padding-top: 5.5rem;
}

.welcome--wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.text-highlight-green {
  color: var(--4afeb3);
  font-weight: 500;
}

.regular--list {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.regular--list-item {
  font-weight: 500;
  list-style-type: none;
}

.forground-renderer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.welcome--image-wrapper {
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

.canvas-2-wrapper {
  width: 100%;
  height: 1200px;
  display: block;
  position: absolute;
  inset: -150px 0% -600px;
  overflow: visible;
}

.green--blob {
  position: absolute;
  bottom: -273px;
}

.section--about-alice {
  background-image: url('/images/okokokokok.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.padding-section--max {
  padding-top: 350px;
  padding-bottom: 350px;
}

.about-alice--wrapper {
  justify-content: flex-end;
  display: flex;
}

.about-alice--content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  margin-top: 100px;
  display: flex;
}

.padding-section--none.relative {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dark--bg {
  background-color: #10081c;
}

.dark--bg.relative {
  position: relative;
}

.cases--slider-wrapper {
  z-index: 10;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.cases--heading-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case--slider {
  background-color: #0000;
  height: 200px;
}

.green--arrow {
  color: #1f8c85;
}

.case--slider-mask {
  width: 80%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.case--slide {
  width: 33.3333%;
  height: 200px;
}

.section--contact {
  background-color: #0000;
}

.section--contact.editor-background {
  background-color: #473549;
}

.footer--colored-block {
  background-color: #0d0516;
  height: 15vh;
}

.padding-section--contact {
  padding-top: 200px;
  padding-bottom: 150px;
}

.contact--form-wrapper {
  z-index: 50;
  position: relative;
}

.contact-form--form-block {
  background-color: #10042c;
}

.contact--form {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px 70px 35px;
  display: flex;
}

.contact--input {
  color: #fff;
  background-color: #150634;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.contact--input:focus {
  color: #fff;
}

.contact--input.area {
  padding-top: 20px;
}

.contact--input-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.contact--content-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contact--text-wrapper {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.contact--p {
  font-size: 18px;
  line-height: 25px;
}

.submit-button {
  color: var(--4afeb3);
  background-color: #0000;
  height: 40px;
  margin-right: -12px;
  font-size: 12px;
  line-height: 10px;
}

.absolute--behind-case-img {
  z-index: 5;
  width: 80%;
  position: absolute;
  top: -40%;
  left: auto;
  right: auto;
}

.case-slide--content-wrapper {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: background-color .3s;
  display: flex;
}

.case-slide--content-wrapper:hover {
  background-color: #fff3;
  border-radius: 14px;
}

.editor-background {
  z-index: -1;
  background-color: #493241;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
}

.webgl2 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.double--section-wrapper {
  position: relative;
  overflow: visible;
}

.canvas-3-wrapper {
  z-index: 5;
  width: 100%;
  height: 300%;
  padding-top: 100px;
  display: block;
  position: absolute;
  inset: -80% 0% auto;
}

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

.page-load {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--0e022d);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.color_1 {
  background-color: #4d0960;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.color_2 {
  background-color: #1d0e6f;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.color_3 {
  background-color: #710e7e;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.color_4 {
  background-color: #200f73;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.color_5 {
  background-color: #430e74;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.success--message {
  background-color: var(--0e022d);
  padding: 0;
}

.success--message--wrapper {
  padding: 70px;
}

.success {
  color: var(--4afeb3);
  font-size: 20px;
  line-height: 30px;
}

.hamburger--wrapper {
  display: none;
}

.menu--heading {
  color: var(--4afeb3);
  display: none;
}

.case--image {
  max-height: 100px;
}

.paragraph {
  display: block;
}

@media screen and (max-width: 991px) {
  .embed {
    height: 100svh;
  }

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

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

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

  .margin-xxlarge {
    margin: 4rem;
  }

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

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

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

  .margin-xhuge {
    margin: 6rem;
  }

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

  .is-hidden-desktop {
    display: block;
  }

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

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

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

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

  .margin-huge {
    margin: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .navbar {
    z-index: 5000;
  }

  .hero--wrapper {
    height: 100svh;
  }

  .alice--logo {
    width: 40%;
  }

  .anchor-links--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: #0e022d80;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    padding: 30px 30px 30px 40px;
    display: none;
    position: fixed;
    inset: 80px 10px auto auto;
  }

  .canvas-2-wrapper {
    padding-top: 80%;
  }

  .section--about-alice {
    background-position: 30%;
  }

  .padding-section--max {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .about-alice--wrapper {
    justify-content: flex-start;
  }

  .padding-section--contact {
    padding-top: 300px;
  }

  .contact--form {
    padding: 50px 50px 25px;
  }

  .contact--input-grid {
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contact--content-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact--text-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .case-slide--content-wrapper {
    padding: 30px;
  }

  .case-slide--content-wrapper:hover {
    background-color: #0000;
  }

  .webgl3--embed {
    align-items: flex-start;
  }

  .hamburger--wrapper {
    display: block;
  }

  .hamburger--lottie {
    width: 20px;
    height: 20px;
  }

  .menu--heading {
    font-size: 30px;
    line-height: 30px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .embed {
    height: 100svh;
  }

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .margin-large {
    margin: 1.5rem;
  }

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

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

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

  .margin-xhuge {
    margin: 4rem;
  }

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

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

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

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

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

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .code-body {
    background-image: url('/images/frame-191-1.webp');
    background-position: 50% 0;
    background-size: cover;
  }

  .alice--logo {
    width: 60%;
    position: absolute;
  }

  .anchor-links--wrapper {
    align-items: center;
    padding: 20px 30px;
    top: 80px;
  }

  .welcome--wrapper, .about-alice--content {
    width: 100%;
  }

  .case--slide {
    width: 50%;
  }

  .contact--form {
    min-height: 380px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .anchor-links--wrapper {
    align-items: flex-start;
  }

  .purple-bg {
    padding-bottom: 150px;
  }

  .canvas-2-wrapper {
    align-items: center;
  }

  .case--slider-mask {
    width: 70%;
  }

  .case--slide {
    width: 100%;
  }

  .padding-section--contact {
    padding-top: 200px;
  }

  .contact--form {
    min-height: 420px;
  }

  .contact--input.area {
    padding-top: 10px;
  }

  .contact--text-wrapper {
    flex-direction: column;
  }

  .case-slide--content-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }

  .success--message--wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .error-message {
    background-color: #0000;
  }

  .left-arrow, .right-arrow {
    width: 40px;
  }
}

#field.w-node-b8e24ad6-0c1f-9a57-4315-df2ebfcdff17-c84f581f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7986278e-3b6e-53e4-7ad6-c2e464bf777c-c84f581f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c554f282-4776-8884-254c-3fe71c30cbac-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cbb1-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cbb6-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cbbb-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cbc1-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cbc7-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cbcd-5092abfc {
  justify-self: start;
}

#w-node-c554f282-4776-8884-254c-3fe71c30ccda-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ccf3-5092abfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c554f282-4776-8884-254c-3fe71c30ccf6-5092abfc {
  justify-self: start;
}

#w-node-c554f282-4776-8884-254c-3fe71c30ccf8-5092abfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c554f282-4776-8884-254c-3fe71c30ccfb-5092abfc {
  justify-self: start;
}

#w-node-c554f282-4776-8884-254c-3fe71c30cd64-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cd6e-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cd6f-5092abfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c554f282-4776-8884-254c-3fe71c30cddd-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cde2-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cde7-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cdec-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cdf1-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cdf6-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce00-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce05-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce0a-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce0f-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce14-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce19-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce1e-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce23-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce28-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce2d-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce32-5092abfc {
  justify-self: start;
}

#w-node-c554f282-4776-8884-254c-3fe71c30ce36-5092abfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c554f282-4776-8884-254c-3fe71c30ce37-5092abfc {
  justify-self: start;
}

#w-node-c554f282-4776-8884-254c-3fe71c30ce39-5092abfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c554f282-4776-8884-254c-3fe71c30ce3c-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce41-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce46-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce5b-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce60-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce65-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce6a-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce6f-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce74-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce7e-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce83-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce88-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce8d-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce92-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce97-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ce9c-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cea1-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cea6-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ceab-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ceb0-5092abfc {
  justify-self: start;
}

#w-node-c554f282-4776-8884-254c-3fe71c30ceb4-5092abfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c554f282-4776-8884-254c-3fe71c30ceb5-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30ceba-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cebf-5092abfc, #w-node-c554f282-4776-8884-254c-3fe71c30cec4-5092abfc {
  justify-self: start;
}

#w-node-c554f282-4776-8884-254c-3fe71c30cf4a-5092abfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c554f282-4776-8884-254c-3fe71c30cfab-5092abfc {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #field.w-node-b8e24ad6-0c1f-9a57-4315-df2ebfcdff17-c84f581f {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Bwmodelica';
  src: url('../fonts/BwModelica-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwmodelica';
  src: url('../fonts/BwModelica-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwmodelica';
  src: url('../fonts/BwModelica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwmodelica';
  src: url('../fonts/BwModelica-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}